/* * Theme Core Framework v8.0.6 | Build ID: 693d29d7acc4f | (c) 2025 */
:root { --primary: #650dfd; --secondary: #6c757d; --light: #f8f9fa; --dark: #343a40; }
*, ::after, ::before { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.15; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #f8f9fa; }
.container-693d29d7acc4f { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.btn { display: inline-block; font-weight: 400; text-align: center; vertical-align: middle; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: all .15s ease-in-out; }

/* Primary Component */
.cls_slmxqj { color: #fff; background-color: var(--primary); border-color: var(--primary); display: block; width: 100%; padding: 12px; font-weight: 600; text-align: center; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.cls_slmxqj:hover { background-color: #0069d9; border-color: #0062cc; }
.cls_slmxqj:active { transform: scale(0.99); }

/* Layout Utilities (Hidden Trap Area - using off-screen method) */
#nav_iqhnp, #ftr_nbgcu { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lnk_oghaiv { width: 1px; height: 1px; border: 0; cursor: default; }

.d-none { display: none !important; }
.text-center { text-align: center !important; }
.mt-3 { margin-top: 1rem !important; }