:root{--form-primary: #00d9b5;--form-primary-dark: #00b896;--form-primary-glow: rgba(0, 217, 181, .2);--form-bg-dark: #0a0a0c;--form-bg-card: #141618;--form-bg-input: rgba(255, 255, 255, .05);--form-bg-input-focus: rgba(0, 217, 181, .05);--form-text-primary: #ffffff;--form-text-secondary: #b8b8c2;--form-text-muted: #6b7280;--form-text-placeholder: rgba(255, 255, 255, .3);--form-border: rgba(255, 255, 255, .15);--form-border-focus: #00d9b5;--form-error: #f87171;--form-error-bg: rgba(248, 113, 113, .15);--form-error-border: rgba(248, 113, 113, .3);--form-success: #10b981;--form-success-bg: rgba(16, 185, 129, .15);--form-success-border: rgba(16, 185, 129, .3);--form-warning: #fbbf24;--form-warning-bg: rgba(251, 191, 36, .15)}.form-container{background:var(--form-bg-card);border:1px solid var(--form-border);border-radius:12px;padding:2rem}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:var(--form-text-primary);font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.form-header p{color:var(--form-text-secondary);font-size:.9rem;margin:0}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{color:var(--form-text-secondary);font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--form-bg-input);border:1px solid var(--form-border);border-radius:8px;padding:.875rem 1rem;color:var(--form-text-primary);font-size:1rem;transition:all .2s ease;width:100%;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--form-border-focus);background:var(--form-bg-input-focus);box-shadow:0 0 0 3px var(--form-primary-glow)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--form-text-placeholder)}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group small,.form-group .help-text{color:var(--form-text-muted);font-size:.8rem}.btn-primary,.form-submit-btn{background:linear-gradient(135deg,var(--form-primary) 0%,var(--form-primary-dark) 100%);border:none;border-radius:8px;padding:.875rem 1.5rem;color:#0a0a0c;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-primary:hover:not(:disabled),.form-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px var(--form-primary-glow)}.btn-primary:active:not(:disabled),.form-submit-btn:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled,.form-submit-btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:transparent;border:2px solid var(--form-primary);border-radius:8px;padding:.875rem 1.5rem;color:var(--form-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#00d9b51a}.btn-ghost{background:#ffffff14;border:none;border-radius:8px;padding:.75rem 1.25rem;color:var(--form-text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-ghost:hover:not(:disabled){background:#ffffff1f;color:var(--form-text-primary)}.btn-danger{background:var(--form-error);border:none;border-radius:8px;padding:.875rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger:hover:not(:disabled){background:#ef4444;box-shadow:0 8px 20px #f871714d}.form-error,.alert-error{background:var(--form-error-bg);border:1px solid var(--form-error-border);border-radius:8px;padding:.875rem 1rem;color:var(--form-error);font-size:.875rem;margin-bottom:1rem}.form-success,.alert-success{background:var(--form-success-bg);border:1px solid var(--form-success-border);border-radius:8px;padding:.875rem 1rem;color:var(--form-success);font-size:.875rem;margin-bottom:1rem}.form-warning,.alert-warning{background:var(--form-warning-bg);border:1px solid rgba(251,191,36,.3);border-radius:8px;padding:.875rem 1rem;color:var(--form-warning);font-size:.875rem;margin-bottom:1rem}.form-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--form-border)}.form-switch p{color:var(--form-text-secondary);font-size:.9rem;margin:0}.form-switch-btn{background:none;border:none;color:var(--form-primary);font-size:.9rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.form-switch-btn:hover{color:var(--form-primary-dark)}.form-checkbox,.form-radio{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.form-checkbox input,.form-radio input{width:20px;height:20px;margin:0;accent-color:var(--form-primary);cursor:pointer}.form-checkbox label,.form-radio label{color:var(--form-text-secondary);font-size:.9rem;line-height:1.4;cursor:pointer}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.form-spinner{width:40px;height:40px;border:3px solid var(--form-border);border-top-color:var(--form-primary);border-radius:50%;animation:formSpin 1s linear infinite}@keyframes formSpin{to{transform:rotate(360deg)}}.light-theme .form-group input,.light-theme .form-group select,.light-theme .form-group textarea{background:#fff;border-color:#d1d5db;color:#1a1a2e}.light-theme .form-group input:focus,.light-theme .form-group select:focus,.light-theme .form-group textarea:focus{border-color:var(--form-primary);background:#fff}.light-theme .form-group input::placeholder{color:#9ca3af}.light-theme .form-group label{color:#374151}.light-theme .form-header h2{color:#1a1a2e}.light-theme .form-header p{color:#6b7280}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #00d9b5;--primary-dark: #00b896;--primary-glow: rgba(0, 217, 181, .2)}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}.auth-page-container{position:relative;min-height:100vh;background:#0a0a0c}.auth-form-container{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;min-height:100vh;background:transparent;padding:1rem}.auth-form-card{background:#141618f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 40px #0006}.auth-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;text-decoration:none;font-size:.875rem;margin-bottom:1.5rem;transition:color .2s ease}.auth-back-link:hover{color:#00d9b5}.auth-form-header{text-align:center;margin-bottom:2rem}.auth-logo{width:150px;height:auto;margin-bottom:1rem}.auth-form-header h2{color:#fff;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.auth-form-header p{color:#fff9;font-size:.9rem;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fffc;font-size:.875rem;font-weight:500}.form-group input{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.875rem 1rem;color:#fff;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#00d9b5;background:#00d9b50d;box-shadow:0 0 0 3px #00d9b526}.form-group input::placeholder{color:#ffffff4d}.form-group input:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#f8717126;border:1px solid rgba(248,113,113,.3);border-radius:8px;padding:.875rem 1rem;color:#f87171;font-size:.875rem;text-align:center}.auth-submit-btn{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);border:none;border-radius:8px;padding:1rem;color:#0a0a0c;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(90deg,#00c9a5,#00a4c8,#0086b7);transform:translateY(-2px);box-shadow:0 8px 20px #00d9b54d}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.auth-switch p{color:#fff9;font-size:.9rem;margin:0}.auth-switch-btn{background:none;border:none;color:#00d9b5;font-size:.9rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.auth-switch-btn:hover{color:#00b896}.auth-switch.monitor-link{margin-top:1rem;padding-top:1rem;border-top:1px dashed rgba(147,51,234,.3)}.auth-switch.monitor-link .auth-switch-btn{color:#a78bfa}.auth-switch.monitor-link .auth-switch-btn:hover{color:#c4b5fd}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0c,#141618,#0f1012);color:#fffc}.auth-loading--inline{min-height:calc(100vh - 60px);background:transparent}.auth-loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#00d9b5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.35rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.35rem .7rem;color:#fff;cursor:pointer;transition:all .2s ease}.user-menu-trigger:hover{background:#ffffff26;border-color:#fff3}.user-avatar{width:22px;height:22px;background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.65rem}.user-name{font-size:.75rem;font-weight:600;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.8)}.user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#141618fa;border:1px solid rgba(255,255,255,.15);border-radius:8px;min-width:180px;overflow:hidden;box-shadow:0 10px 30px #0006;z-index:1000}.user-menu-item{display:block;width:100%;padding:.875rem 1rem;background:none;border:none;color:#fffc;font-size:.875rem;text-align:left;cursor:pointer;transition:all .15s ease}.user-menu-item:hover{background:#ffffff1a;color:#fff}.user-menu-item.danger{color:#f87171}.user-menu-item.danger:hover{background:#f8717126}.user-menu-divider{height:1px;background:#ffffff1a;margin:.25rem 0}.forgot-password-link{background:none;border:none;color:#ffffff80;font-size:.75rem;padding:0;margin-top:.25rem;cursor:pointer;text-align:right;transition:color .2s ease}.forgot-password-link:hover{color:#00d9b5;text-decoration:underline}.modal-backdrop{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#0a0a0c;border:1px solid rgba(0,217,181,.3);border-radius:12px;padding:2rem;width:100%;max-width:420px;position:relative;box-shadow:0 25px 60px #000c;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff9;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px}.modal-close-btn:hover{color:#00d9b5;background:#00d9b51a}.forgot-password-modal{border-top:3px solid #00d9b5}.forgot-password-modal .modal-header{padding-bottom:1.5rem;border-bottom:1px solid rgba(0,217,181,.15);margin-bottom:1.5rem}.forgot-password-modal .modal-header h3{color:#00d9b5}.modal-header{margin-bottom:1.5rem;text-align:center}.modal-header h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.modal-header p{color:#fff9;font-size:.875rem;margin:0}.modal-actions{display:flex;gap:1rem;margin-top:1rem}.auth-cancel-btn{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.875rem 1rem;color:#fffc;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-cancel-btn:hover:not(:disabled){background:#ffffff26;border-color:#ffffff40}.auth-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.modal-actions .auth-submit-btn{flex:1;margin-top:0}.forgot-password-success{text-align:center;padding:1rem 0}.forgot-password-success .success-icon{font-size:3rem;margin-bottom:1rem;background:#00d9b526;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem;border:2px solid rgba(0,217,181,.3)}.forgot-password-success h3{color:#00d9b5;font-size:1.25rem;margin:0 0 .75rem}.forgot-password-success p{color:#ffffffb3;font-size:.9rem;margin:0 0 1.5rem;line-height:1.6}.auth-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;padding:.875rem 1rem;color:#22c55e;font-size:.875rem;text-align:center}.change-password-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.change-password-section h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.change-password-section .section-description{color:#ffffff80;font-size:.85rem;margin:0 0 1.25rem}.change-password-form{display:flex;flex-direction:column;gap:1rem}.change-password-form .form-group{margin:0}.change-password-form .form-group label{font-size:.8rem}.change-password-form .form-group input{padding:.75rem 1rem;font-size:.9rem}.change-password-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.change-password-btn{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);border:none;border-radius:6px;padding:.625rem 1.25rem;color:#0a0a0c;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.change-password-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00d9b54d}.change-password-btn:disabled{opacity:.6;cursor:not-allowed}.pending-approval-card{max-width:500px}.pending-icon{font-size:3rem;margin-bottom:1rem}.pending-content{text-align:left}.pending-content .greeting{font-size:1.25rem;color:#fff;margin-bottom:1rem}.pending-content p{color:#fffc;line-height:1.6;margin-bottom:1rem}.info-box{border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.info-box strong{display:block;margin-bottom:.5rem;font-size:.95rem}.info-box p{margin:0;font-size:.9rem}.info-box ul{margin:.5rem 0 0;padding-left:1.25rem}.info-box ul li{color:#fffc;font-size:.9rem;margin-bottom:.35rem}.info-box.success{background:#00d9b51a;border:1px solid rgba(0,217,181,.3)}.info-box.success strong{color:#00d9b5}.info-box.info{background:#3b82f61a;border:1px solid rgba(59,130,246,.3)}.info-box.info strong{color:#3b82f6}.info-box.warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3)}.info-box.warning strong{color:#fbbf24}.pending-actions{display:flex;gap:1rem;margin-top:1.5rem}.pending-actions .auth-submit-btn{flex:1;text-align:center;text-decoration:none}.auth-submit-btn.secondary{background:linear-gradient(90deg,#3b82f6,#2563eb)}.auth-submit-btn.outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fffc}.auth-submit-btn.outline:hover{background:#ffffff0d;border-color:#ffffff80}.pending-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.pending-footer p{color:#fff9;font-size:.875rem;margin:0}.pending-footer a{color:#00d9b5;text-decoration:none}.pending-footer a:hover{text-decoration:underline}.form-hint{color:#ffffff80;font-size:.75rem;margin-top:.25rem}.form-notice{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:1rem;margin-top:.5rem}.form-notice p{color:#ffffffe6;font-size:.85rem;margin:0;line-height:1.5}.success-notice{background:#22c55e1a;border-color:#22c55e4d}.monitor-info-box{display:flex;align-items:flex-start;gap:.75rem;background:#9333ea1a;border:1px solid rgba(147,51,234,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.monitor-info-icon{font-size:1.25rem;flex-shrink:0}.monitor-info-content{flex:1}.monitor-info-content strong{display:block;color:#a78bfa;font-size:.95rem;margin-bottom:.25rem}.monitor-info-content p{margin:0;color:#ffffffb3;font-size:.85rem;line-height:1.4}.monitor-submit-btn{background:linear-gradient(135deg,#9333ea,#7c3aed)}.monitor-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#a855f7,#8b5cf6)}@media(max-width:768px){.user-menu-trigger{padding:.25rem .5rem;gap:.25rem}.user-avatar{width:24px;height:24px;font-size:.6rem}.user-name{font-size:.7rem;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:480px){.user-name{display:none}.user-menu-trigger{padding:.25rem;border-radius:50%}.user-avatar{width:28px;height:28px;font-size:.65rem}}._container_1rkfh_6{display:inline-flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;height:30px;padding:0 14px;background:#16181bb3;border:1px solid rgba(255,255,255,.1);border-radius:15px;color:#c2c6cc;line-height:1;flex-shrink:0}._clockIcon_1rkfh_21{display:none}._timeDisplay_1rkfh_26,._status_1rkfh_27,._nextEvent_1rkfh_28{display:inline-flex;align-items:center;white-space:nowrap}._timeDisplay_1rkfh_26{align-items:baseline;gap:4px}._status_1rkfh_27{gap:6px}._nextEvent_1rkfh_28{gap:5px}._divider_1rkfh_48{display:inline-block;width:1px;height:13px;margin:0 11px;background:#ffffff29;flex-shrink:0}._time_1rkfh_26{font-family:SF Mono,JetBrains Mono,Monaco,Consolas,monospace;font-weight:600;color:#f3f4f6;font-size:11.5px;font-variant-numeric:tabular-nums}._timezone_1rkfh_66{font-size:9px;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.5px}._statusDot_1rkfh_75{width:6px;height:6px;border-radius:50%;flex-shrink:0}._open_1rkfh_82 ._statusDot_1rkfh_75{background:#22c55e;box-shadow:0 0 6px #22c55e8c;animation:_pulse_1rkfh_1 2s ease-in-out infinite}._closed_1rkfh_88 ._statusDot_1rkfh_75{background:#ef4444;box-shadow:0 0 5px #ef444459}._sessionText_1rkfh_93{font-weight:600;font-size:11px;letter-spacing:.2px}._open_1rkfh_82 ._sessionText_1rkfh_93{color:#22c55e}._closed_1rkfh_88 ._sessionText_1rkfh_93{color:#f97316}._nextEventLabel_1rkfh_108{color:#8b8f97;font-size:11px;font-weight:500}._nextEventTime_1rkfh_114{color:#00d9b5;font-weight:600;font-family:SF Mono,JetBrains Mono,Monaco,Consolas,monospace;font-size:11px;font-variant-numeric:tabular-nums}@keyframes _pulse_1rkfh_1{0%,to{opacity:1}50%{opacity:.45}}@media(max-width:1280px){._container_1rkfh_6{padding:0 12px}._divider_1rkfh_48{margin:0 9px}._nextEventLabel_1rkfh_108{display:none}}@media(max-width:1024px){._nextEvent_1rkfh_28,._divider_1rkfh_48:last-of-type{display:none}}@media(max-width:768px){._container_1rkfh_6{height:28px;padding:0 10px}._divider_1rkfh_48{margin:0 8px}._time_1rkfh_26,._sessionText_1rkfh_93,._nextEventTime_1rkfh_114{font-size:10.5px}._timezone_1rkfh_66{display:none}}@media(max-width:480px){._container_1rkfh_6{height:28px;padding:0 9px;border-radius:14px}._divider_1rkfh_48{margin:0 7px}._statusDot_1rkfh_75{width:5px;height:5px}}@media(max-width:380px){._timeDisplay_1rkfh_26,._divider_1rkfh_48:first-of-type{display:none}}._header_1kpvh_7{position:fixed;top:0;left:0;right:0;height:56px;background:#0a0b0deb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 1px #ffffff08,0 4px 16px #0006;z-index:1000;display:flex;align-items:center;padding:0 20px;gap:20px}._logo_1kpvh_26{display:flex;align-items:center;flex-shrink:0}._logoImage_1kpvh_32{height:28px;width:auto}._nav_1kpvh_38{display:flex;align-items:center;gap:2px;flex:1 1 auto;margin-left:8px}._navItem_1kpvh_46{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 13px;border-radius:8px;color:#9ca3af;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.1px;white-space:nowrap;border:1px solid transparent;background:transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}._navIcon_1kpvh_64{width:16px;height:16px;flex-shrink:0;color:inherit;opacity:.85;transition:opacity .15s ease}._navLabel_1kpvh_73{line-height:1}._navItem_1kpvh_46:hover{color:#f3f4f6;background:#ffffff0d}._navItem_1kpvh_46:hover ._navIcon_1kpvh_64{opacity:1}._navItem_1kpvh_46._active_1kpvh_86{color:#00f2c3;background:#00d9b51a;border-color:#00d9b538}._navItem_1kpvh_46._active_1kpvh_86 ._navIcon_1kpvh_64{opacity:1}._rightSection_1kpvh_97{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}._chip_1kpvh_106{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px;border-radius:15px;border:1px solid rgba(255,255,255,.1);background:#16181bb3;color:#c2c6cc;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1;cursor:pointer;white-space:nowrap;transition:color .15s ease,background .15s ease,border-color .15s ease}._chip_1kpvh_106:hover:not(:disabled){border-color:#fff3;background:#26292ed9}._chip_1kpvh_106:disabled{opacity:.65;cursor:not-allowed}._chipIcon_1kpvh_135{width:14px;height:14px;flex-shrink:0}._chipLabel_1kpvh_141{text-transform:uppercase;letter-spacing:.5px;font-size:10.5px}._connected_1kpvh_148{border-color:#10b98166;background:#10b9811a;color:#10b981}._disconnected_1kpvh_154{border-color:#ef444466;background:#ef44441a;color:#ef4444}._connecting_1kpvh_160{border-color:#3b82f666;background:#3b82f61a;color:#3b82f6;cursor:wait}._error_1kpvh_167{border-color:#f59e0b73;background:#f59e0b1f;color:#f59e0b;animation:_chipPulse_1kpvh_1 2s ease-in-out infinite}._autoTrade_1kpvh_175 ._statusDot_1kpvh_175{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-left:1px}._enabled_1kpvh_183{border-color:#00f2c366;background:#00f2c31a;color:#00f2c3}._enabled_1kpvh_183 ._statusDot_1kpvh_175._on_1kpvh_189{background:#00f2c3;box-shadow:0 0 7px #00f2c399;animation:_pulse_1kpvh_1 2s ease-in-out infinite}._paused_1kpvh_195{border-color:#fbbf2459;background:#fbbf2414;color:#fbbf24}._paused_1kpvh_195 ._statusDot_1kpvh_175._off_1kpvh_201{background:#fbbf24;box-shadow:0 0 6px #fbbf2466}._monitorBadge_1kpvh_207{cursor:default;border-color:#a78bfa66;background:#9333ea1f;color:#a78bfa}._monitorBadge_1kpvh_207:hover{background:#9333ea1f;border-color:#a78bfa66}._userInfo_1kpvh_220{display:flex;align-items:center}._spin_1kpvh_226{animation:_spin_1kpvh_226 .8s linear infinite}@keyframes _spin_1kpvh_226{to{transform:rotate(360deg)}}@keyframes _pulse_1kpvh_1{0%,to{opacity:1}50%{opacity:.5}}@keyframes _chipPulse_1kpvh_1{0%,to{opacity:1}50%{opacity:.72}}._mobileMenuToggle_1kpvh_245{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}._hamburger_1kpvh_254{display:flex;flex-direction:column;justify-content:space-between;width:22px;height:16px}._hamburger_1kpvh_254 span{display:block;width:100%;height:2px;background:#00f2c3;border-radius:2px;transition:all .3s ease}._hamburger_1kpvh_254._open_1kpvh_271 span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}._hamburger_1kpvh_254._open_1kpvh_271 span:nth-child(2){opacity:0}._hamburger_1kpvh_254._open_1kpvh_271 span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1280px){._header_1kpvh_7{padding:0 16px;gap:14px}._nav_1kpvh_38{gap:0;margin-left:4px}._navItem_1kpvh_46{padding:0 10px;font-size:12px}._rightSection_1kpvh_97{gap:8px}}@media(max-width:1024px){._header_1kpvh_7{padding:0 14px}._chip_1kpvh_106{padding:0 9px}._connected_1kpvh_148 ._chipLabel_1kpvh_141,._disconnected_1kpvh_154 ._chipLabel_1kpvh_141,._connecting_1kpvh_160 ._chipLabel_1kpvh_141,._error_1kpvh_167 ._chipLabel_1kpvh_141{display:none}}@media(max-width:768px){._header_1kpvh_7{height:52px;padding:0 10px;gap:6px}._logoImage_1kpvh_32{height:24px}._mobileMenuToggle_1kpvh_245{display:block;order:3;flex-shrink:0}._nav_1kpvh_38{position:fixed;top:52px;left:0;right:0;background:#0a0b0dfa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;padding:12px;gap:4px;margin-left:0;border-bottom:1px solid rgba(255,255,255,.07);transform:translateY(-110%);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s ease;z-index:999}._nav_1kpvh_38._navOpen_1kpvh_354{transform:translateY(0);opacity:1;visibility:visible}._navItem_1kpvh_46{width:100%;height:44px;padding:0 14px;font-size:14px;justify-content:flex-start;background:#ffffff08}._navItem_1kpvh_46:hover,._navItem_1kpvh_46._active_1kpvh_86{background:#00d9b51a}._rightSection_1kpvh_97{order:2;gap:6px;flex:1;justify-content:flex-end;min-width:0;overflow:hidden}._chip_1kpvh_106{height:28px;padding:0 8px}._userInfo_1kpvh_220{flex-shrink:0}}@media(max-width:480px){._header_1kpvh_7{padding:0 8px;gap:4px}._logoImage_1kpvh_32{height:22px}._rightSection_1kpvh_97{gap:4px}._connected_1kpvh_148,._disconnected_1kpvh_154,._connecting_1kpvh_160,._error_1kpvh_167,._autoTrade_1kpvh_175 ._chipLabel_1kpvh_141{display:none}}@media(max-width:380px){._header_1kpvh_7{padding:0 6px}._logoImage_1kpvh_32{height:20px}}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1;padding-top:60px;position:relative}.verification-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.verification-modal{background:linear-gradient(180deg,#141618,#0a0a0c);border-radius:16px;box-shadow:0 25px 80px #0009;max-width:420px;width:90%;padding:2.5rem 2rem;text-align:center;animation:slideUp .4s ease-out;border:1px solid rgba(0,217,181,.2);position:relative}.verification-exit-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#888;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.verification-exit-btn:hover{background:#dc262633;border-color:#dc262680;color:#ff6b6b}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.verification-icon{font-size:3.5rem;margin-bottom:1rem;display:inline-block;animation:pulse 2s ease-in-out infinite}.verification-icon.success{animation:successPop .5s ease-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes successPop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.verification-modal h2{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:#fff}.verification-description{color:#aaa;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.phone-number{color:#60a5fa;font-weight:500}.phone-input-container{margin-bottom:1.5rem}.phone-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(0,217,181,.3);background:#0006;border-radius:10px;font-size:1.125rem;font-weight:500;color:#fff;text-align:center;letter-spacing:1px;transition:all .2s;outline:none}.phone-input:focus{border-color:#00d9b5;background:#00d9b51a;box-shadow:0 0 0 3px #00d9b533}.phone-input:disabled{opacity:.5;cursor:not-allowed}.phone-input::placeholder{color:#666;font-weight:400}.phone-hint{display:block;margin-top:.5rem;color:#666;font-size:.8rem}.code-input-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.code-input{width:48px;height:56px;border:2px solid rgba(0,217,181,.3);background:#0006;border-radius:10px;font-size:1.5rem;font-weight:600;color:#fff;text-align:center;transition:all .2s;outline:none}.code-input:focus{border-color:#00d9b5;background:#00d9b51a;box-shadow:0 0 0 3px #00d9b533}.code-input:disabled{opacity:.5;cursor:not-allowed}.verification-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;color:#f87171;font-size:.875rem;margin-bottom:1rem}.attempts-warning{color:#fbbf24;font-size:.85rem;margin-bottom:1rem}.verification-actions{display:flex;flex-direction:column;gap:.75rem}.btn-verify-primary{width:100%;padding:.875rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:#0a0a0c}.btn-verify-primary:hover:not(:disabled){background:linear-gradient(90deg,#00f5d4,#00c8e6,#00a8d9);transform:translateY(-1px);box-shadow:0 4px 20px #00d9b54d}.btn-verify-primary:disabled{opacity:.5;cursor:not-allowed}.btn-verify-resend{width:100%;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;background:#ffffff14;color:#aaa}.btn-verify-resend:hover:not(:disabled){background:#ffffff1f;color:#fff}.btn-verify-resend:disabled{opacity:.5;cursor:not-allowed}.btn-verify-cancel{width:100%;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid rgba(239,68,68,.3);background:transparent;color:#f87171}.btn-verify-cancel:hover{background:#ef44441a;border-color:#ef444480}.credentials-form{margin-bottom:1.5rem;text-align:left}.input-group{margin-bottom:1rem}.input-group label{display:block;margin-bottom:.5rem;color:#ccc;font-size:.9rem;font-weight:500}.password-input-wrapper{position:relative;display:flex}.credential-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(0,217,181,.3);background:#0006;border-radius:10px;font-size:1rem;color:#fff;transition:all .2s;outline:none}.credential-input:focus{border-color:#00d9b5;background:#00d9b51a;box-shadow:0 0 0 3px #00d9b533}.credential-input:disabled{opacity:.5;cursor:not-allowed}.credential-input::placeholder{color:#666}.toggle-password-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:.5rem;cursor:pointer;font-size:1.2rem;opacity:.7;transition:opacity .2s}.toggle-password-btn:hover{opacity:1}.input-hint{display:block;margin-top:.4rem;color:#666;font-size:.8rem}.security-note{color:#888;font-size:.85rem;background:#00d9b51a;border:1px solid rgba(0,217,181,.2);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;text-align:center}.verification-success-animation{width:60px;height:60px;margin:1rem auto 0;border-radius:50%;background:linear-gradient(135deg,#00d9b533,#00d9b50d);animation:ripple 1.5s ease-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.8);opacity:0}}@media(max-width:480px){.verification-modal{padding:2rem 1.5rem}.code-input{width:40px;height:48px;font-size:1.25rem}}.questionnaire-link-container{margin:1.5rem 0;text-align:center}.questionnaire-link{display:inline-block;text-decoration:none;font-size:1.1rem;padding:.875rem 2rem;margin-bottom:.75rem}.questionnaire-hint{font-size:.85rem;color:#ffffff80;margin-top:.5rem}._modalOverlay_191gi_3{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_191gi_1 .2s ease-out}@keyframes _fadeIn_191gi_1{0%{opacity:0}to{opacity:1}}._modalContent_191gi_25{background:linear-gradient(180deg,#141618,#0a0a0c);border-radius:12px;box-shadow:0 20px 60px #00000080;max-width:480px;width:90%;max-height:90vh;overflow:hidden;animation:_slideUp_191gi_1 .3s ease-out;border:1px solid rgba(0,217,181,.2)}@keyframes _slideUp_191gi_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_191gi_49{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,217,181,.15);background:#00d9b50d}._modalTitle_191gi_58{margin:0;font-size:1.25rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}._modalClose_191gi_68{background:none;border:none;color:#fff9;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}._modalClose_191gi_68:hover{color:#00d9b5;background:#00d9b51a}._modalBody_191gi_89{padding:1.5rem;background:transparent}._modalFooter_191gi_94{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(0,217,181,.15);background:#0003}._loadingState_191gi_104{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#888}._spinner_191gi_113{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#00f2c3;border-radius:50%;animation:_spin_191gi_113 1s linear infinite}@keyframes _spin_191gi_113{to{transform:rotate(360deg)}}._statusCardConnected_191gi_129{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:10px;margin-bottom:1rem;background:linear-gradient(135deg,#00f2c31a,#00f2c305);border:1px solid rgba(0,242,195,.3)}._statusCardDisconnected_191gi_140{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:10px;margin-bottom:1rem;background:linear-gradient(135deg,#ef44441a,#ef444405);border:1px solid rgba(239,68,68,.3)}._statusIcon_191gi_151{font-size:2rem}._statusInfo_191gi_155 h3{margin:0 0 .25rem;font-size:1.1rem;color:#fff}._statusConnected_191gi_161{color:#00f2c3}._statusDisconnected_191gi_165{color:#ef4444}._connectionDetails_191gi_169{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}._envBadge_191gi_177{background:#3b82f633;color:#60a5fa;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}._accountId_191gi_187{color:#888;font-size:.85rem}._errorAlert_191gi_193{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#f87171;margin-bottom:1rem}._errorIcon_191gi_205{font-size:1.25rem}._infoSection_191gi_210{background:#ffffff08;border-radius:8px;padding:1rem;border:1px solid #333}._infoSection_191gi_210 h4{margin:0 0 .75rem;font-size:.9rem;color:#888}._infoSection_191gi_210 ul{margin:0;padding-left:1.25rem;color:#aaa;font-size:.85rem;line-height:1.8}._infoSection_191gi_210 li{margin-bottom:.25rem}._btnPrimary_191gi_236,._btnSecondary_191gi_237,._btnDanger_191gi_238{padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}._btnPrimary_191gi_236{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:#0a0a0c}._btnPrimary_191gi_236:hover:not(:disabled){background:linear-gradient(90deg,#00f5d4,#00c8e6,#00a8d9);transform:translateY(-1px);box-shadow:0 4px 15px #00f2c34d}._btnSecondary_191gi_237{background:transparent;color:#00f2c3;border:1px solid #00f2c3}._btnSecondary_191gi_237:hover:not(:disabled){background:#00f2c31a}._btnDanger_191gi_238{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._btnDanger_191gi_238:hover:not(:disabled){background:linear-gradient(135deg,#f87171,#ef4444);transform:translateY(-1px)}._btnPrimary_191gi_236:disabled,._btnSecondary_191gi_237:disabled,._btnDanger_191gi_238:disabled{opacity:.5;cursor:not-allowed}._healthBar_107ds_1{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:600;text-transform:uppercase}._indicator_107ds_11{width:10px;height:10px;border-radius:50%;background:#f44336}._indicator_107ds_11._healthy_107ds_18{background:#4caf50}._indicator_107ds_11._unhealthy_107ds_22{background:#f44336}._healthyText_107ds_26{color:#4caf50}._unhealthyText_107ds_30{color:#f44336}._status_107ds_34{margin-left:auto;color:#666;font-weight:400}._marketClosed_107ds_40{color:#2196f3;font-weight:500;display:flex;gap:8px;align-items:center}._marketHoursNote_107ds_48{font-size:11px;color:#666;font-weight:400;white-space:nowrap}._disconnected_107ds_55{color:#ff9800}._realtime_107ds_59{color:#00f2c3;font-weight:600;animation:_pulse_107ds_1 2s infinite}@keyframes _pulse_107ds_1{0%,to{opacity:1}50%{opacity:.6}}@media(max-width:768px){._healthBar_107ds_1{gap:6px;font-size:11px;flex-wrap:wrap}._indicator_107ds_11{width:8px;height:8px}._marketHoursNote_107ds_48{font-size:10px}}@media(max-width:480px){._healthBar_107ds_1{font-size:10px;margin-bottom:10px}._marketHoursNote_107ds_48{display:none}}._projection_1wkde_1{text-align:right;padding:4px 0;white-space:nowrap}._label_1wkde_7{font-size:9pt;color:#b3b3b3}._value_1wkde_12{font-size:9pt;color:#fff;font-weight:600}._subtext_1wkde_18{font-size:7pt;color:#b3b3b3;opacity:.7}@media(max-width:768px){._projection_1wkde_1{text-align:left}._label_1wkde_7,._value_1wkde_12{font-size:8pt}._subtext_1wkde_18{font-size:6.5pt}}@media(max-width:480px){._label_1wkde_7,._value_1wkde_12{font-size:7.5pt}}._macroCard_1xwrk_1{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:20px 24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}._rightSection_1xwrk_12{display:flex;align-items:center;gap:16px}._macroInfo_1xwrk_18 h2{font-size:18px;font-weight:600;margin-bottom:8px;color:#fff}._macroDetails_1xwrk_25{display:flex;gap:20px;font-size:13px;color:#b3b3b3}._macroDetails_1xwrk_25 span{cursor:help}._signalStrongBuy_1xwrk_36{color:#4caf50;font-weight:700}._signalBuy_1xwrk_41{color:#00f2c3;font-weight:700}._signalHold_1xwrk_46{color:gold;font-weight:700}._signalWeakSell_1xwrk_51{color:#ff9800;font-weight:700}._signalSell_1xwrk_56{color:#f44336;font-weight:700}._toggleGroup_1xwrk_61{display:flex;align-items:center;gap:12px}._toggleLabel_1xwrk_67{color:#b3b3b3;font-size:12px}._toggle_1xwrk_61{position:relative;width:24px;height:12px;background:#2a2a2a;border-radius:6px;cursor:pointer;transition:all .3s ease}._toggle_1xwrk_61._active_1xwrk_82{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);box-shadow:0 0 8px #00f2c366}._toggle_1xwrk_61:after{content:"";position:absolute;top:1px;left:1px;width:10px;height:10px;background:#fff;border-radius:50%;transition:left .3s}._toggle_1xwrk_61._active_1xwrk_82:after{left:13px}._holdBadge_1xwrk_104{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#1a2a1a,#0a1a0a);border:1px solid #00ff88;border-radius:6px;padding:6px 12px;animation:_holdPulse_1xwrk_1 2s infinite}._holdEmoji_1xwrk_115{font-size:14px}._holdText_1xwrk_119{color:#0f8;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}@keyframes _holdPulse_1xwrk_1{0%,to{box-shadow:0 0 4px #00ff884d}50%{box-shadow:0 0 12px #0f89}}@media(max-width:768px){._macroCard_1xwrk_1{flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px;margin-bottom:16px}._macroInfo_1xwrk_18 h2{font-size:15px;line-height:1.3}._macroDetails_1xwrk_25{flex-wrap:wrap;gap:8px 14px;font-size:12px}._rightSection_1xwrk_12{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}}@media(max-width:480px){._macroCard_1xwrk_1{padding:12px;margin-bottom:12px}._macroInfo_1xwrk_18 h2{font-size:14px}._macroDetails_1xwrk_25{gap:6px 12px;font-size:11px}._holdBadge_1xwrk_104{padding:4px 8px}._holdText_1xwrk_119{font-size:11px}}._newsBadge_13av3_2{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;padding:1px 5px;border-radius:3px;border:1px solid;cursor:pointer;line-height:1;height:16px;vertical-align:middle;letter-spacing:.3px;transition:filter .15s}._newsBadge_13av3_2:hover{filter:brightness(1.3)}._tooltip_13av3_24{position:fixed;z-index:10000;background:#1e1e1e;border:1px solid #444;border-radius:6px;padding:10px 12px;max-width:320px;min-width:180px;box-shadow:0 8px 24px #00000080;pointer-events:none;animation:_tooltipFadeIn_13av3_1 .12s ease}@keyframes _tooltipFadeIn_13av3_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._tooltipHeadline_13av3_43{font-size:12px;font-weight:600;color:#e0e0e0;line-height:1.35;margin-bottom:4px}._tooltipDesc_13av3_51{font-size:11px;color:#999;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._tooltipMeta_13av3_62{font-size:10px;color:#666;margin-bottom:4px}._tooltipHint_13av3_68{font-size:10px;color:#9400d3;font-style:italic}._overlay_13av3_75{position:fixed;inset:0;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;animation:_fadeIn_13av3_1 .15s ease}@keyframes _fadeIn_13av3_1{0%{opacity:0}to{opacity:1}}._modal_13av3_91{background:#1a1a1a;border:1px solid #333;border-radius:10px;width:min(560px,92vw);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0009}._modalHeader_13av3_102{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #333}._modalTitle_13av3_110{font-size:15px;font-weight:600;color:#fff}._closeBtn_13av3_116{background:none;border:none;color:#888;font-size:18px;cursor:pointer;padding:2px 6px;border-radius:4px}._closeBtn_13av3_116:hover{background:#333;color:#fff}._modalBody_13av3_131{overflow-y:auto;padding:12px 18px 18px;flex:1}._loading_13av3_137,._empty_13av3_138{text-align:center;color:#666;padding:32px 0;font-size:13px}._article_13av3_146{padding:12px 0;border-bottom:1px solid #2a2a2a}._article_13av3_146:last-child{border-bottom:none}._articleHeader_13av3_155{display:flex;align-items:center;gap:8px;margin-bottom:6px}._sentimentTag_13av3_162{font-size:10px;font-weight:500;padding:2px 6px;border-radius:3px;text-transform:capitalize}._articleMeta_13av3_170{font-size:11px;color:#666}._articleTitle_13av3_175{display:block;font-size:13px;font-weight:500;color:#e0e0e0;text-decoration:none;line-height:1.4;margin-bottom:4px}._articleTitle_13av3_175:hover{color:#00f2c3}._articleDesc_13av3_189{font-size:12px;color:#888;line-height:1.45;margin:4px 0 0}._sentimentReason_13av3_196{font-size:11px;color:#666;font-style:italic;margin:4px 0 0}._relatedTickers_13av3_203{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}._tickerChip_13av3_210{font-size:10px;color:#90a4ae;background:#90a4ae1f;padding:1px 5px;border-radius:3px}._panel_1gubx_1{background:#1a1a1a;border:1px solid #333;border-radius:8px;overflow:hidden;margin-bottom:24px}._panelHeader_1gubx_9{padding:16px 20px;border-bottom:1px solid #333}._panelTitle_1gubx_14{font-size:16px;font-weight:600;color:#fff;display:flex;align-items:center;gap:12px}._liveIndicator_1gubx_24{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}._liveFresh_1gubx_36{background:#4caf5026;color:#4caf50}._liveNormal_1gubx_41{background:#ffd70026;color:gold}._liveStale_1gubx_46{background:#f4433626;color:#f44336}._liveDot_1gubx_51{width:8px;height:8px;border-radius:50%;background:currentColor;animation:_pulse_1gubx_1 1.5s ease-in-out infinite}._liveFresh_1gubx_36 ._liveDot_1gubx_51{animation:_pulse_1gubx_1 1s ease-in-out infinite}._liveStale_1gubx_46 ._liveDot_1gubx_51{animation:none;opacity:.5}@keyframes _pulse_1gubx_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}._panelSubtitle_1gubx_73{font-size:12px;color:#666;margin-top:4px}._tableWrapper_1gubx_79{overflow-x:auto;overflow-y:auto;max-height:850px}._table_1gubx_79{width:100%;border-collapse:collapse}._table_1gubx_79 th{background:#2a2a2a;color:#b3b3b3;font-weight:600;font-size:12px;padding:12px 16px;text-align:left;border-bottom:1px solid #333;white-space:nowrap}._table_1gubx_79 td{padding:8px 16px;font-size:13px;border-bottom:1px solid #2a2a2a;color:#b3b3b3}._row_1gubx_108{height:40px;transition:background .2s,opacity .3s}._row_1gubx_108:hover{background:#ffffff08}._hotStock_1gubx_117{background:linear-gradient(90deg,rgba(255,107,0,.08) 0%,transparent 50%)}._hotStock_1gubx_117:hover{background:linear-gradient(90deg,#ff6b0026,#ffffff08 50%)}._symbolCell_1gubx_125{display:flex;align-items:center;gap:4px}._badge_1gubx_131{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;padding:1px 5px;border-radius:3px;border:1px solid;text-transform:uppercase;letter-spacing:.3px;line-height:1;height:16px;vertical-align:middle}._fireEmoji_1gubx_148{font-size:14px;line-height:1;vertical-align:middle;animation:_fireGlow_1gubx_1 1.5s ease-in-out infinite}._holdIndicator_1gubx_155{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#8b5cf6;border:1px solid rgba(139,92,246,.5);background:#8b5cf61a;border-radius:3px;padding:1px 4px;height:16px;line-height:1;vertical-align:middle}._heatMedal_1gubx_171{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border-radius:3px;border:1px solid;padding:1px 4px;height:16px;line-height:1;vertical-align:middle}._heatGold_1gubx_185{color:gold;border-color:#ffd70080;background:#ffd7001a}._heatSilver_1gubx_191{color:silver;border-color:#c0c0c066;background:#c0c0c014}._heatBronze_1gubx_197{color:#cd7f32;border-color:#cd7f3266;background:#cd7f3214}._priceCell_1gubx_204{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}._priceValue_1gubx_210{vertical-align:middle}._priceArrow_1gubx_214{font-size:10px;font-weight:700;margin-right:4px;vertical-align:middle;animation:_arrowPulse_1gubx_1 .5s ease-out}@keyframes _arrowPulse_1gubx_1{0%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:1}}@keyframes _fireGlow_1gubx_1{0%,to{filter:brightness(1)}50%{filter:brightness(1.3) drop-shadow(0 0 3px #ff6b00)}}._valueChanged_1gubx_247{animation:_valueFlash_1gubx_1 .8s ease}._priceUp_1gubx_251{animation:_priceFlashUp_1gubx_1 .8s ease}._priceDown_1gubx_255{animation:_priceFlashDown_1gubx_1 .8s ease}@keyframes _valueFlash_1gubx_1{0%{background-color:transparent}15%{background-color:#00f2c359}to{background-color:transparent}}@keyframes _priceFlashUp_1gubx_1{0%{background-color:transparent;color:inherit}15%{background-color:#4caf5073;color:#4caf50;text-shadow:0 0 8px rgba(76,175,80,.6)}to{background-color:transparent;color:inherit;text-shadow:none}}@keyframes _priceFlashDown_1gubx_1{0%{background-color:transparent;color:inherit}15%{background-color:#f4433673;color:#f44336;text-shadow:0 0 8px rgba(244,67,54,.6)}to{background-color:transparent;color:inherit;text-shadow:none}}._priceCell_1gubx_204{font-weight:600;font-variant-numeric:tabular-nums;transition:color .15s ease}._priceArrow_1gubx_214{font-size:10px;font-weight:700;margin-right:2px}._arrowCell_1gubx_319{width:16px;padding-right:0!important;text-align:right}._selectBtn_1gubx_325{background:transparent;border:1px solid #00f2c3;color:#00f2c3;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease}._selectBtn_1gubx_325:hover{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:#0a0a0a;border-color:transparent;box-shadow:0 4px 15px #00f2c34d}._selectedBtn_1gubx_343{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:#0a0a0a;border-color:transparent}._selected_1gubx_343{background:#00f2c31a;border-left:3px solid #00f2c3}._emptyState_1gubx_354{text-align:center;padding:40px!important;color:#666!important}._marsAlert_1gubx_361{animation:_marsBlinkBg_1gubx_1 2s ease-in-out infinite}._marsBadge_1gubx_365{animation:_marsBadgePulse_1gubx_1 1.5s ease-in-out infinite}@keyframes _marsBlinkBg_1gubx_1{0%,to{background:linear-gradient(90deg,rgba(239,68,68,.05) 0%,transparent 60%)}50%{background:linear-gradient(90deg,rgba(239,68,68,.15) 0%,transparent 60%)}}@keyframes _marsPulse_1gubx_1{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes _marsBadgePulse_1gubx_1{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 8px 2px #ef444499}}._panel_rr2nv_1{background:#1a1a1a;border:1px solid #333;border-radius:8px;overflow:hidden;margin-bottom:24px}._panelHeader_rr2nv_9{padding:16px 20px;border-bottom:1px solid #333}._panelTitle_rr2nv_14{font-size:16px;font-weight:600;color:#fff}._panelSubtitle_rr2nv_20{font-size:12px;color:#666;margin-top:4px}._tableWrapper_rr2nv_26{overflow-x:auto;overflow-y:auto;max-height:500px;contain:layout style;scroll-behavior:auto;scrollbar-gutter:stable}._table_rr2nv_26{width:100%;border-collapse:collapse;table-layout:auto}._table_rr2nv_26 th{background:#2a2a2a;color:#b3b3b3;font-weight:600;font-size:12px;padding:12px 16px;border-bottom:1px solid #333;white-space:nowrap}._table_rr2nv_26 td{padding:14px 16px;font-size:13px;border-bottom:1px solid #2a2a2a;color:#b3b3b3}._alignCenter_rr2nv_62{text-align:center}._alignRight_rr2nv_66{text-align:right}._pickRow_rr2nv_70{transition:background .2s}._pickRow_rr2nv_70:hover{background:#ffffff05}._highConfidence_rr2nv_78{background:#4ddf531f}._highConfidence_rr2nv_78:hover{background:#4ddf5333}._mediumConfidence_rr2nv_85{background:#ffd7001f}._mediumConfidence_rr2nv_85:hover{background:#ffd70033}._hasTraps_rr2nv_92{background:#ff57221f}._hasTraps_rr2nv_92:hover{background:#ff572233}._optimalPick_rr2nv_101{background:#00ff6440;border-left:3px solid #00ff64}._optimalPick_rr2nv_101:hover{background:#00ff6459}._optimalPick_rr2nv_101 td{color:#e0ffe0}._rank_rr2nv_112{font-weight:700}._pickType_rr2nv_116{text-align:center}._typeMain_rr2nv_120{font-weight:500;font-size:12px;color:#fff}._typeSub_rr2nv_126{font-size:10px;color:#888;margin-top:2px;text-transform:capitalize}._pickStatus_rr2nv_133{text-align:center}._statusAchieved_rr2nv_137{color:#4caf50;font-weight:700;font-size:12px}._statusActive_rr2nv_143{color:#00f2c3;font-weight:700;font-size:12px}._statusExpiredSuccess_rr2nv_149{color:#4caf50;font-size:12px}._statusExpiredFail_rr2nv_154{color:#f44336;font-size:12px}._statusDesc_rr2nv_159{font-size:10px;color:#888;margin-top:2px}._trapTag_rr2nv_165{font-size:11px;font-weight:500;color:#f44336}._noTraps_rr2nv_171{font-size:11px;font-weight:500;color:#4caf50}._predictionHigh_rr2nv_177{color:#4caf50;font-weight:700}._predictionMedium_rr2nv_182{color:gold;font-weight:700}._predictionLow_rr2nv_187{color:#b3b3b3}._confidenceHigh_rr2nv_191{color:#4caf50}._confidenceMedium_rr2nv_195{color:gold}._confidenceLow_rr2nv_199{color:#f44336}._gainPositive_rr2nv_203{color:#4caf50;font-weight:700}._gainNegative_rr2nv_208{color:#f44336;font-weight:700}._emptyState_rr2nv_213{text-align:center;padding:32px!important;color:#888!important}._mlDirectBadge_rr2nv_220{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:2px 8px;border-radius:4px;font-size:.8em;margin-left:8px;font-weight:600;animation:_pulse_rr2nv_1 2s infinite}@keyframes _pulse_rr2nv_1{0%,to{opacity:1}50%{opacity:.7}}._audioToggle_rr2nv_236{background:none;border:none;cursor:pointer;font-size:1.2em;margin-left:8px;padding:2px 6px;border-radius:4px;transition:background-color .2s}._audioToggle_rr2nv_236:hover{background-color:#ffffff1a}._mlDirectType_rr2nv_251{color:#4caf50!important;font-weight:700;text-shadow:0 0 8px rgba(76,175,80,.5)}._tabBar_rr2nv_258{display:flex;gap:4px;padding:6px 20px 0;border-bottom:1px solid #333;background:#1a1a1a}._tabButton_rr2nv_266{background:none;border:none;color:#888;font-size:12px;font-weight:600;padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}._tabButton_rr2nv_266:hover{color:#b3b3b3}._tabActive_rr2nv_282{color:#fff;border-bottom-color:#4caf50}._achievedTable_rr2nv_288 th{font-size:11px;padding:8px 16px}._achievedTable_rr2nv_288 td{font-size:11px;padding:8px 16px;color:#b3b3b3}._achievedRow_rr2nv_299{transition:background .2s}._achievedRow_rr2nv_299:hover{background:#4caf5014}._repeatBadge_rr2nv_308{display:inline-block;margin-left:6px;padding:1px 5px;font-size:8px;font-weight:700;letter-spacing:.04em;color:#0b1f12;background:#4caf50;border-radius:3px;vertical-align:middle}.user-positions{background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-positions.loading,.user-positions.error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#94a3b8}.user-positions .loading-spinner{width:32px;height:32px;border:3px solid rgba(139,92,246,.3);border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.75rem}.user-positions.error button{margin-top:.75rem;padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:6px;cursor:pointer}.positions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.positions-header .header-title{display:flex;align-items:center;gap:.75rem}.positions-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#f1f5f9}.account-badge{font-size:.625rem;font-weight:600;padding:.125rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.account-badge.cash{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.account-badge.margin{background:#fb923c33;color:#fb923c;border:1px solid rgba(251,146,60,.3)}.account-balance-card{background:linear-gradient(135deg,#8b5cf626,#3b82f61a);border:1px solid rgba(139,92,246,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.balance-main{flex:1;min-width:220px}.balance-total{display:flex;flex-direction:column;gap:.25rem}.balance-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.balance-value{font-size:1.75rem;font-weight:700;color:#f1f5f9;line-height:1.1;font-variant-numeric:tabular-nums}.balance-day-pnl{font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.balance-day-pnl.profit{color:#22c55e}.balance-day-pnl.loss{color:#ef4444}.balance-allocation{margin-top:.75rem}.allocation-bar{height:8px;background:#1e293bcc;border-radius:4px;overflow:hidden;margin-bottom:.35rem}.allocation-invested{height:100%;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:4px;transition:width .3s ease;min-width:2px}.allocation-labels{display:flex;justify-content:space-between;font-size:.65rem;color:#94a3b8}.balance-details{display:flex;gap:1rem;flex-wrap:wrap}.balance-detail-item{display:flex;align-items:center;gap:.5rem;background:#0f172a80;padding:.6rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.balance-detail-item .detail-icon{font-size:1.1rem}.balance-detail-item .detail-content{display:flex;flex-direction:column}.balance-detail-item .detail-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.balance-detail-item .detail-value{font-size:.9rem;font-weight:600;color:#e2e8f0;font-variant-numeric:tabular-nums}.balance-detail-item .detail-value.profit{color:#22c55e}.balance-detail-item .detail-value.loss{color:#ef4444}@media(max-width:768px){.account-balance-card{flex-direction:column;align-items:stretch}.balance-value{font-size:1.5rem}.balance-details{justify-content:center}}.positions-warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fbbf24;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;margin-bottom:1rem}.header-controls{display:flex;align-items:center;gap:1rem}.toggle-closed{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8;cursor:pointer}.toggle-closed input{accent-color:#8b5cf6}.refresh-btn{background:transparent;border:1px solid rgba(255,255,255,.1);color:#94a3b8;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.refresh-btn:hover{background:#8b5cf633;color:#a78bfa;border-color:#8b5cf64d}.positions-summary{display:flex;gap:1rem;padding:.75rem;background:#0003;border-radius:8px;margin-bottom:1rem;flex-wrap:wrap}.positions-summary .summary-item{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;border-right:1px solid rgba(255,255,255,.1)}.positions-summary .summary-item:last-child{border-right:none}.positions-summary .summary-item.total{margin-left:auto;border-right:none}.positions-summary .label{font-size:.625rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.positions-summary .value{font-size:.875rem;font-weight:600;color:#e2e8f0}.positions-summary .value.profit{color:#10b981}.positions-summary .value.loss{color:#ef4444}.positions-table-container{overflow-x:auto;border-radius:8px;background:#00000026}.positions-table{width:100%;border-collapse:collapse;font-size:.8125rem}.positions-table thead{position:sticky;top:0;background:#0f172af2}.positions-table th{padding:.625rem .75rem;text-align:left;font-weight:500;color:#64748b;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.positions-table td{padding:.625rem .75rem;color:#e2e8f0;border-bottom:1px solid rgba(255,255,255,.05);white-space:nowrap;vertical-align:middle}.positions-table th:last-child,.positions-table td:last-child{text-align:center}.positions-table tbody tr:hover{background:#8b5cf61a}.positions-table tbody tr.closed{opacity:.7}.positions-table .symbol{font-weight:600}.positions-table .symbol .side-indicator{margin-right:.375rem}.side-indicator{font-size:.625rem}.side-indicator.buy{color:#10b981}.side-indicator.sell{color:#ef4444}.strategy-badge{display:inline-block;padding:.125rem .5rem;background:#8b5cf633;color:#a78bfa;border-radius:4px;font-size:.6875rem;font-weight:500}.positions-table .side.buy{color:#10b981}.positions-table .side.sell{color:#ef4444}.positions-table .pnl-value,.positions-table .pnl-percent{font-weight:600}.positions-table .profit{color:#10b981}.positions-table .loss{color:#ef4444}.status-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;padding:.125rem .375rem;border-radius:4px}.position-row.open .status-badge{background:#10b98126;color:#10b981}.position-row.closed .status-badge{background:#64748b26;color:#94a3b8}.no-positions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b;text-align:center}.no-positions .empty-icon{font-size:2rem;margin-bottom:.5rem}.no-positions p{margin:0;font-size:.875rem}.no-positions .hint{font-size:.75rem;margin-top:.25rem;opacity:.7}.sell-message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease-out}.sell-message.success{background:#22c55e26;border:1px solid rgba(34,197,94,.4);color:#22c55e}.sell-message.error{background:#ef444426;border:1px solid rgba(239,68,68,.4);color:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sell-btn{padding:.125rem .5rem;font-size:.6875rem;font-weight:600;background:#dc26261a;color:#ef4444;border:1px solid #ef4444;border-radius:4px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.375rem;min-width:52px;justify-content:center;line-height:1.2}.sell-btn:hover:not(:disabled){background:#dc262640;border-color:#f87171;color:#f87171}.sell-btn:active:not(:disabled){background:#dc262659}.sell-btn:disabled{opacity:.4;cursor:not-allowed}.sell-btn.selling{background:#f973161a;border-color:#f97316;color:#f97316;min-width:70px}.sell-spinner{width:12px;height:12px;border:2px solid rgba(249,115,22,.3);border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite}.positions-table .action{text-align:center}.no-action{color:#475569;font-size:.875rem}@media(max-width:768px){.positions-summary{gap:.5rem}.positions-summary .summary-item{padding:0 .5rem}.positions-table th,.positions-table td{padding:.5rem;font-size:.75rem}.strategy-badge{font-size:.625rem;padding:.125rem .375rem}.sell-btn{padding:.125rem .375rem;font-size:.625rem;min-width:44px}}.strategy-management{padding:2rem;max-width:1200px;margin:0 auto;position:relative}.strategy-refreshing{position:absolute;top:.5rem;right:.5rem;font-size:.8rem;color:#00f2c3;animation:pulse 1.5s infinite;pointer-events:none;z-index:5}.strategy-management.empty{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:1.1rem;color:#888;background-color:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a}.strategy-loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0000008c;z-index:999}.strategy-loading-modal{min-width:260px;padding:1.5rem 2rem;font-size:1.1rem;color:#e5e5e5;background-color:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a;box-shadow:0 10px 30px #0009}.strategy-management.error{padding:2rem;background-color:#2d1a1a;border:1px solid #5a2a2a;border-radius:12px;color:#ff6b6b}.strategy-management.error p{margin:0 0 1rem}.retry-btn{background-color:#ff6b6b;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.retry-btn:hover{background-color:#ff5252}.admin-warning{background-color:#2a2516;border:1px solid #5a4a16;border-radius:8px;padding:1rem;margin-bottom:2rem;color:gold;font-size:.95rem}.strategies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;contain:layout}.strategy-card{background-color:#1a1a1a;border:2px solid #2a2a2a;border-radius:12px;padding:1.5rem;transition:border-color .3s ease,box-shadow .3s ease;position:relative;min-height:140px;contain:layout style}.strategy-card:hover{border-color:#00f2c3;box-shadow:0 4px 16px #00f2c333}.strategy-card.disabled{opacity:.6;background-color:#151515}.strategy-card.enabled{border-color:#00f2c3}.strategy-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.strategy-icon{font-size:2.5rem;min-width:60px;display:flex;align-items:center;justify-content:center}.strategy-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.strategy-name{margin:0;font-size:1.2rem;font-weight:600;color:#fff;letter-spacing:.5px}.badge{display:inline-block;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;width:fit-content}.badge-disabled{background-color:#2d1a1a;color:#ff6b6b;border:1px solid #5a2a2a}.strategy-toggle{display:flex;align-items:center;padding-left:1rem}.toggle-switch{position:relative;display:inline-block;width:25px;height:14px;cursor:pointer}.toggle-input{opacity:0;width:0;height:0}.toggle-input:disabled{cursor:not-allowed}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#444;transition:.3s ease;border-radius:12px}.toggle-slider:before{position:absolute;content:"";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.3s ease;border-radius:50%}.toggle-input:checked+.toggle-slider{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);box-shadow:0 0 8px #00f2c366}.toggle-input:checked+.toggle-slider:before{transform:translate(11px)}.toggle-input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.strategy-description{margin:.5rem 0 0;font-size:.9rem;color:#888;line-height:1.4}.strategy-saving{position:absolute;top:.5rem;right:.5rem;font-size:.75rem;color:#00f2c3;animation:pulse 1.5s infinite;pointer-events:none;z-index:10}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:768px){.strategy-management{padding:1rem}.strategies-grid{grid-template-columns:1fr;gap:1rem}.strategy-header{flex-wrap:wrap}.strategy-icon{font-size:2rem;min-width:50px}}.ai-coach-card{background:linear-gradient(135deg,#1a1f2e,#1a2a3a);border:2px solid #3b82f6;grid-column:1 / -1;position:relative;overflow:hidden}.ai-coach-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#00f2c3);animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ai-coach-card:hover{border-color:#8b5cf6;box-shadow:0 4px 24px #8b5cf64d}.ai-coach-card.enabled{border-color:#00f2c3;box-shadow:0 0 20px #00f2c326}.ai-coach-icon{font-size:3rem!important;animation:robotPulse 2s ease-in-out infinite}@keyframes robotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.badge-featured{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;animation:badgeGlow 2s ease-in-out infinite alternate}@keyframes badgeGlow{0%{box-shadow:0 0 5px #3b82f680}to{box-shadow:0 0 10px #8b5cf6b3}}.toggle-loading{color:#888;font-size:1.2rem;animation:pulse 1.5s infinite}.ai-coach-status{margin-top:1rem;padding-top:1rem;border-top:1px solid #2a3a4a;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.status-indicator.active{color:#00f2c3}.status-indicator.inactive{color:#888}.status-dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.status-indicator.active .status-dot{animation:statusBlink 1.5s ease-in-out infinite}@keyframes statusBlink{0%,to{opacity:1;box-shadow:0 0 4px currentColor}50%{opacity:.6;box-shadow:0 0 8px currentColor}}.status-stats{display:flex;gap:1rem;font-size:.8rem;color:#888}.status-stats span{display:flex;align-items:center;gap:.3rem;padding:.3rem .6rem;background-color:#ffffff0d;border-radius:6px;transition:background-color .2s}.status-stats span:hover{background-color:#ffffff1a}@media(max-width:768px){.ai-coach-card{grid-column:1}.ai-coach-status{flex-direction:column;align-items:flex-start}.status-stats{flex-wrap:wrap;gap:.5rem}}.enhanced-auto-exit-card{background:linear-gradient(135deg,#1a1f2e,#2a1f2e);border:2px solid #8b5cf6;grid-column:1 / -1;position:relative;overflow:hidden}.enhanced-auto-exit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#ec4899,#f97316)}.enhanced-auto-exit-card:hover{border-color:#ec4899;box-shadow:0 4px 24px #ec48994d}.enhanced-auto-exit-card.enabled{border-color:#10b981;box-shadow:0 0 20px #10b98126}.enhanced-auto-exit-card.disabled{opacity:.85}.badge-optional{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;border:none}.badge-warning{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;border:none;animation:warningPulse 2s ease-in-out infinite}@keyframes warningPulse{0%,to{opacity:1}50%{opacity:.7}}.enhanced-auto-exit-status{margin-top:1rem;padding-top:1rem;border-top:1px solid #2a3a4a;display:flex;flex-direction:column;gap:.5rem}.status-info{font-size:.85rem;color:#10b981;padding:.4rem .6rem;background-color:#10b9811a;border-radius:6px;display:inline-flex;align-items:center;gap:.3rem}.status-warning{font-size:.85rem;color:#f97316;padding:.4rem .6rem;background-color:#f973161a;border-radius:6px;display:inline-flex;align-items:center;gap:.3rem}@media(max-width:768px){.enhanced-auto-exit-card{grid-column:1}.enhanced-auto-exit-status{align-items:flex-start}}._container_eaulu_5{display:flex;flex-direction:column;gap:24px}._loading_eaulu_12{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#888}._spinner_eaulu_21{width:32px;height:32px;border:3px solid #333;border-top-color:#00f2c3;border-radius:50%;animation:_spin_eaulu_21 .8s linear infinite;margin-bottom:16px}@keyframes _spin_eaulu_21{to{transform:rotate(360deg)}}._noAccount_eaulu_38{text-align:center;padding:48px;background:#1e1e1e80;border-radius:12px;border:1px dashed #444}._noAccountIcon_eaulu_46{font-size:48px;margin-bottom:16px}._noAccount_eaulu_38 h3{color:#fff;margin:0 0 8px}._noAccount_eaulu_38 p{color:#888;margin:0}._hint_eaulu_61{font-size:12px;color:#666!important;margin-top:16px!important}._alert_eaulu_68{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-size:14px}._alertError_eaulu_77{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}._alertSuccess_eaulu_83{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981}._alertIcon_eaulu_89{font-size:16px}._alertClose_eaulu_93{margin-left:auto;background:none;border:none;color:inherit;font-size:18px;cursor:pointer;opacity:.7;transition:opacity .2s}._alertClose_eaulu_93:hover{opacity:1}._card_eaulu_109{background:#141419cc;border:1px solid #333;border-radius:12px;overflow:hidden}._cardHeader_eaulu_116{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #333;background:#1e1e2380}._cardHeader_eaulu_116 h3{margin:0;font-size:16px;font-weight:600;color:#fff}._cardContent_eaulu_132{padding:20px}._badge_eaulu_137{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}._badgeApproved_eaulu_147{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}._badgePending_eaulu_153{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}._badgeRejected_eaulu_159{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}._infoGrid_eaulu_166{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._infoItem_eaulu_172{display:flex;flex-direction:column;gap:4px}._infoFullWidth_eaulu_178{grid-column:1 / -1}._infoLabel_eaulu_182{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}._infoValue_eaulu_189{font-size:14px;color:#fff}._rejectionReason_eaulu_194{color:#ef4444!important}._settingItem_eaulu_199{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #2a2a2a}._settingItem_eaulu_199:last-of-type{border-bottom:none}._settingInfo_eaulu_211{display:flex;flex-direction:column;gap:4px}._settingLabel_eaulu_217{font-size:14px;font-weight:500;color:#fff}._settingDescription_eaulu_223{font-size:12px;color:#888}._toggle_eaulu_229{position:relative;display:inline-block;width:24px;height:13px;cursor:pointer}._toggle_eaulu_229 input{opacity:0;width:0;height:0}._toggleSlider_eaulu_243{position:absolute;inset:0;background:#333;border-radius:13px;transition:background .3s}._toggleSlider_eaulu_243:before{content:"";position:absolute;width:9px;height:9px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .3s}._toggle_eaulu_229 input:checked+._toggleSlider_eaulu_243{background:#00f2c3}._toggle_eaulu_229 input:checked+._toggleSlider_eaulu_243:before{transform:translate(11px)}._toggle_eaulu_229 input:disabled+._toggleSlider_eaulu_243{opacity:.5;cursor:not-allowed}._amountInput_eaulu_280{display:flex;align-items:center;background:#1a1a1f;border:1px solid #333;border-radius:8px;padding:8px 12px;gap:4px}._currencySymbol_eaulu_290{color:#888;font-size:14px}._numberInput_eaulu_295{background:transparent;border:none;color:#fff;font-size:14px;width:80px;outline:none}._numberInput_eaulu_295::-webkit-inner-spin-button,._numberInput_eaulu_295::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._radioGroup_eaulu_311{display:flex;gap:16px}._radioLabel_eaulu_316{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#ccc}._radioLabel_eaulu_316 input[type=radio]{width:16px;height:16px;accent-color:#00f2c3}._sectionDivider_eaulu_332{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:20px 0}._settingActions_eaulu_339{padding-top:16px;display:flex;justify-content:flex-end}._button_eaulu_345{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}._button_eaulu_345:disabled{opacity:.5;cursor:not-allowed}._buttonPrimary_eaulu_360{background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:#0a0a0c;box-shadow:0 4px 15px #00d9b54d}._buttonPrimary_eaulu_360:hover:not(:disabled){background:linear-gradient(90deg,#00f5d4,#00c8e6,#00a8d9);box-shadow:0 6px 20px #00f2c366;transform:translateY(-1px)}._buttonDanger_eaulu_372{background:transparent;color:#ef4444;border:1px solid #ef4444}._buttonDanger_eaulu_372:hover:not(:disabled){background:#ef44441a}._pendingMessage_eaulu_383{text-align:center;padding:32px;color:#888}._pendingIcon_eaulu_389{font-size:32px;margin-bottom:12px}._pendingMessage_eaulu_383 p{margin:0}._dangerZone_eaulu_399{border:2px solid rgba(239,68,68,.7);box-shadow:0 0 10px #ef444433}._dangerZone_eaulu_399 ._cardHeader_eaulu_116{background:#ef44441a}._dangerZone_eaulu_399 ._cardHeader_eaulu_116 h3{color:#ef4444}._dangerItem_eaulu_412{display:flex;align-items:center;justify-content:space-between;gap:24px}._dangerInfo_eaulu_419{display:flex;flex-direction:column;gap:4px}._dangerLabel_eaulu_425{font-size:14px;font-weight:500;color:#fff}._dangerDescription_eaulu_431{font-size:12px;color:#888}@media(max-width:640px){._infoGrid_eaulu_166{grid-template-columns:1fr}._settingItem_eaulu_199{flex-direction:column;align-items:flex-start;gap:12px}._dangerItem_eaulu_412{flex-direction:column;align-items:flex-start}._dangerItem_eaulu_412 ._button_eaulu_345{width:100%}}._headerActions_eaulu_459{display:flex;align-items:center;gap:12px}._editForm_eaulu_466{display:flex;flex-direction:column;gap:16px}._formGroup_eaulu_472{display:flex;flex-direction:column;gap:6px}._formLabel_eaulu_478{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}._formInput_eaulu_485{padding:10px 14px;background:#1e1e23cc;border:1px solid #444;border-radius:8px;color:#fff;font-size:14px;transition:border-color .2s,box-shadow .2s}._formInput_eaulu_485:focus{outline:none;border-color:#00f2c3;box-shadow:0 0 0 2px #00f2c333}._formInput_eaulu_485::placeholder{color:#666}._formActions_eaulu_505{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}._buttonSecondary_eaulu_512{background:#3c3c41cc!important;border:1px solid #555!important;color:#fff!important}._buttonSecondary_eaulu_512:hover:not(:disabled){background:#505055cc!important;border-color:#666!important}._buttonPrimary_eaulu_360{background:linear-gradient(135deg,#00f2c3,#0098f0)!important;border:none!important;color:#000!important;font-weight:600!important}._buttonPrimary_eaulu_360:hover:not(:disabled){filter:brightness(1.1)}._buttonPrimary_eaulu_360:disabled,._buttonSecondary_eaulu_512:disabled{opacity:.5;cursor:not-allowed}._wrapper_xl48a_3{display:inline-flex;align-items:stretch;background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;transition:border-color .15s,background .15s;min-height:36px}._wrapper_xl48a_3:focus-within{border-color:#3b82f6;background:#00000059;box-shadow:0 0 0 2px #3b82f626}._wrapper_xl48a_3._disabled_xl48a_20,._wrapper_xl48a_3[data-disabled]{opacity:.55;cursor:not-allowed}._prefix_xl48a_26,._suffix_xl48a_27{display:inline-flex;align-items:center;padding:0 .6rem;color:#9ca3af;font-size:.85rem;-webkit-user-select:none;user-select:none;background:#ffffff05}._prefix_xl48a_26{border-right:1px solid rgba(255,255,255,.06)}._suffix_xl48a_27{border-left:1px solid rgba(255,255,255,.06)}._input_xl48a_45{background:transparent;border:none;color:#f3f4f6;font-size:.95rem;font-weight:500;font-variant-numeric:tabular-nums;padding:.4rem .5rem;width:90px;min-width:90px;text-align:center;font-family:inherit}._input_xl48a_45:focus{outline:none}._input_xl48a_45:disabled{cursor:not-allowed}._input_xl48a_45::-webkit-outer-spin-button,._input_xl48a_45::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_xl48a_45[type=number]{-moz-appearance:textfield}._stepBtn_xl48a_77{display:inline-flex;align-items:center;justify-content:center;background:#ffffff0a;border:none;color:#d1d5db;cursor:pointer;width:32px;font-size:1.1rem;font-weight:600;-webkit-user-select:none;user-select:none;transition:background .12s,color .12s;flex-shrink:0}._stepBtn_xl48a_77:hover:not(:disabled){background:#3b82f62e;color:#fff}._stepBtn_xl48a_77:active:not(:disabled){background:#3b82f652}._stepBtn_xl48a_77:disabled{opacity:.35;cursor:not-allowed}._stepBtn_xl48a_77:first-of-type{border-right:1px solid rgba(255,255,255,.06)}._stepBtn_xl48a_77:last-of-type{border-left:1px solid rgba(255,255,255,.06)}._container_1jddm_3{display:flex;flex-direction:column;gap:1.5rem}._loading_1jddm_10{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}._spinner_1jddm_19{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#4f46e5;border-radius:50%;animation:_spin_1jddm_19 1s linear infinite}@keyframes _spin_1jddm_19{to{transform:rotate(360deg)}}._alert_1jddm_35{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem}._alertError_1jddm_44{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}._alertSuccess_1jddm_50{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac}._alertIcon_1jddm_56{font-size:1rem}._alertClose_1jddm_60{margin-left:auto;background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;opacity:.7;padding:0;line-height:1}._alertClose_1jddm_60:hover{opacity:1}._section_1jddm_77{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem}._sectionHeader_1jddm_84{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}._sectionTitleRow_1jddm_91{display:flex;align-items:center;gap:.5rem}._sectionIcon_1jddm_97{font-size:1.25rem}._sectionTitle_1jddm_91{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#f3f4f6}._sectionHeader_1jddm_84 ._sectionTitle_1jddm_91{margin:0}._sectionDescription_1jddm_112{margin:0 0 1.25rem;font-size:.8125rem;color:#9ca3af;line-height:1.4}._settingRow_1jddm_120{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.06)}._settingRow_1jddm_120:last-child{border-bottom:none;padding-bottom:0}._settingRow_1jddm_120:first-of-type{padding-top:0}._settingInfo_1jddm_137{display:flex;flex-direction:column;gap:.25rem;flex:1;margin-right:1rem}._settingLabel_1jddm_145{font-size:.875rem;font-weight:500;color:#e5e7eb}._settingHint_1jddm_151{font-size:.75rem;color:#6b7280;line-height:1.4}._inputGroup_1jddm_158{display:flex;align-items:center;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:0 .75rem;min-width:100px}._inputPrefix_1jddm_168{color:#9ca3af;font-size:.875rem;margin-right:.25rem}._inputSuffix_1jddm_174{color:#9ca3af;font-size:.875rem;margin-left:.25rem}._numberInput_1jddm_180{background:transparent;border:none;color:#f3f4f6;font-size:.875rem;padding:.5rem 0;width:60px;text-align:center}._numberInput_1jddm_180:focus{outline:none}._numberInput_1jddm_180:disabled{opacity:.5}._toggle_1jddm_199{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}._toggle_1jddm_199 input{opacity:0;width:0;height:0}._toggleSlider_1jddm_213{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.15);transition:.3s;border-radius:24px}._toggleSlider_1jddm_213:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#9ca3af;transition:.3s;border-radius:50%}._toggle_1jddm_199 input:checked+._toggleSlider_1jddm_213{background-color:#4f46e566;border-color:#4f46e5}._toggle_1jddm_199 input:checked+._toggleSlider_1jddm_213:before{transform:translate(20px);background-color:#4f46e5}._toggle_1jddm_199 input:disabled+._toggleSlider_1jddm_213{opacity:.5;cursor:not-allowed}._policyOptions_1jddm_254{display:flex;flex-direction:column;gap:.75rem}._policyOption_1jddm_254{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:all .2s}._policyOption_1jddm_254:hover{background:#ffffff08;border-color:#ffffff26}._policySelected_1jddm_277{background:#4f46e51a;border-color:#4f46e566}._policyOption_1jddm_254 input[type=radio]{display:none}._policyContent_1jddm_286{display:flex;align-items:flex-start;gap:.75rem}._policyIcon_1jddm_292{font-size:1.25rem;line-height:1}._policyContent_1jddm_286 div{display:flex;flex-direction:column;gap:.25rem}._policyContent_1jddm_286 strong{font-size:.875rem;font-weight:600;color:#e5e7eb}._policyContent_1jddm_286 p{margin:0;font-size:.75rem;color:#9ca3af;line-height:1.4}._advancedToggle_1jddm_317{border-top:1px solid rgba(255,255,255,.08);padding:1rem 1.25rem 0;margin-top:1rem}._advancedContent_1jddm_344{padding:1rem;background:#0003;border-radius:8px;margin-top:.75rem}._advancedNote_1jddm_351{margin:0;font-size:.8125rem;color:#6b7280;font-style:italic}._patternSection_1jddm_359{margin-bottom:1.5rem}._subsectionTitle_1jddm_363{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}._patternGrid_1jddm_372{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}._patternCard_1jddm_378{background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1rem;transition:all .2s}._patternCard_1jddm_378:hover{border-color:#ffffff26}._patternActive_1jddm_390{background:#4f46e514;border-color:#4f46e54d}._patternHeader_1jddm_395{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._patternIcon_1jddm_402{font-size:1rem}._patternName_1jddm_406{font-size:.8125rem;font-weight:600;color:#e5e7eb;flex:1}._patternDescription_1jddm_413{margin:0;font-size:.75rem;color:#6b7280;line-height:1.4}._toggleSmall_1jddm_421{position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}._toggleSmall_1jddm_421 input{opacity:0;width:0;height:0}._toggleSliderSmall_1jddm_435{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.15);transition:.3s;border-radius:20px}._toggleSliderSmall_1jddm_435:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#9ca3af;transition:.3s;border-radius:50%}._toggleSmall_1jddm_421 input:checked+._toggleSliderSmall_1jddm_435{background-color:#4f46e566;border-color:#4f46e5}._toggleSmall_1jddm_421 input:checked+._toggleSliderSmall_1jddm_435:before{transform:translate(16px);background-color:#4f46e5}._toggleSmall_1jddm_421 input:disabled+._toggleSliderSmall_1jddm_435{opacity:.5;cursor:not-allowed}._sensitivitySection_1jddm_476{margin-bottom:1rem}._sensitivityOptions_1jddm_480{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}._sensitivityOption_1jddm_480{display:flex;align-items:flex-start;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:all .2s}._sensitivityOption_1jddm_480:hover{background:#ffffff08;border-color:#ffffff26}._sensitivitySelected_1jddm_502{background:#4f46e526;border-color:#4f46e580}._sensitivityOption_1jddm_480 input[type=radio]{display:none}._sensitivityContent_1jddm_511{display:flex;flex-direction:column;gap:.25rem}._sensitivityContent_1jddm_511 strong{font-size:.875rem;font-weight:600;color:#e5e7eb}._sensitivityContent_1jddm_511 p{margin:0;font-size:.75rem;color:#9ca3af;line-height:1.4}._advancedToggleBtn_1jddm_323{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#9ca3af;font-size:.875rem;cursor:pointer;padding:.5rem 0;transition:color .2s}._advancedToggleBtn_1jddm_323:hover{color:#e5e7eb}._advancedIcon_1jddm_340{font-size:.625rem}._saveSection_1jddm_552{display:flex;justify-content:flex-end;padding:1rem 1.25rem .5rem;margin-top:.5rem}._saveButton_1jddm_559{padding:.625rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#9ca3af;font-size:.875rem;font-weight:500;cursor:not-allowed;transition:all .2s}._saveButtonActive_1jddm_571{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent;color:#fff;cursor:pointer}._saveButtonActive_1jddm_571:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}._saveButton_1jddm_559:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:640px){._settingRow_1jddm_120{flex-direction:column;align-items:flex-start;gap:.75rem}._settingInfo_1jddm_137{margin-right:0}._inputGroup_1jddm_158{width:100%;justify-content:center}._numberInput_1jddm_180{width:100%;text-align:center}._policyContent_1jddm_286{flex-direction:column;gap:.5rem}._patternGrid_1jddm_372{grid-template-columns:1fr}._sensitivityOptions_1jddm_480{grid-template-columns:1fr 1fr}._sectionHeader_1jddm_84{flex-direction:column;align-items:flex-start;gap:.75rem}._patternHeader_1jddm_395{flex-wrap:wrap}._patternName_1jddm_406{flex-basis:calc(100% - 60px)}}@media(max-width:480px){._sensitivityOptions_1jddm_480{grid-template-columns:1fr}}._loadingSmall_1jddm_647{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#9ca3af;font-size:.875rem}._spinnerSmall_1jddm_656{width:20px;height:20px;border:2px solid rgba(255,255,255,.1);border-top-color:#4f46e5;border-radius:50%;animation:_spin_1jddm_19 1s linear infinite}._noAccount_1jddm_665{padding:1.5rem;text-align:center;color:#9ca3af;background:#ffffff05;border-radius:8px}._noAccount_1jddm_665 p{margin:0}._pendingApproval_1jddm_677{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:8px;color:#fcd34d}._pendingApproval_1jddm_677 p{margin:0;font-size:.875rem}._pendingIcon_1jddm_693{font-size:1.25rem}._radioGroup_1jddm_698{display:flex;gap:1rem}._radioLabel_1jddm_703{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s;color:#a0aec0}._radioLabel_1jddm_703:hover{background:#ffffff1a}._radioLabel_1jddm_703 input{accent-color:#22c55e}._radioLabel_1jddm_703 input:checked+span{color:#22c55e}._saveAccountRow_1jddm_729{display:flex;justify-content:flex-end;padding-top:.75rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}._saveAccountButton_1jddm_737{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}._saveAccountButton_1jddm_737:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._saveAccountButton_1jddm_737:disabled{opacity:.6;cursor:not-allowed;transform:none}._autoScaleInfo_1jddm_761{background:linear-gradient(135deg,#22c55e14,#3b82f614);border:1px solid rgba(34,197,94,.2);border-radius:12px;padding:1.25rem;margin:.75rem 0}._autoScaleHeader_1jddm_769{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#22c55e;font-size:1rem;margin-bottom:.75rem}._autoScaleIcon_1jddm_779{font-size:1.25rem}._autoScaleDescription_1jddm_783{color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}._tierTable_1jddm_789{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._tierRow_1jddm_796{display:flex;justify-content:space-between;align-items:center;padding:.625rem .875rem;background:#0003;border-radius:8px;font-size:.875rem}._tierLabel_1jddm_806{color:#fffc;font-weight:500}._tierValue_1jddm_811{color:#fff9}._previewLoading_1jddm_815{text-align:center;color:#ffffff80;font-size:.875rem;padding:1rem}._currentTierPreview_1jddm_822{background:linear-gradient(135deg,#3b82f626,#8b5cf626);border:1px solid rgba(59,130,246,.3);border-radius:10px;padding:1rem;margin-top:.75rem}._previewHeader_1jddm_830{font-weight:600;color:#3b82f6;font-size:.875rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}._previewStats_1jddm_839{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._previewStat_1jddm_839{display:flex;flex-direction:column;gap:.25rem}._previewLabel_1jddm_851{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.03em}._previewValue_1jddm_858{font-size:1rem;font-weight:600;color:#fff}._previewNote_1jddm_864{margin-top:.5rem;font-size:.75rem;color:#fff6;font-style:italic}.settings-page{display:flex;flex-direction:column;min-height:100vh;background-color:#0a0a0a;color:#fff}.settings-main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #3a3a3a;color:#888;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;font-size:.95rem;margin-bottom:2rem;transition:all .2s ease}.back-button:hover{background:#1a1a1a;color:#fff;border-color:#4a4a4a}.settings-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #2a2a2a}.settings-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:600;color:#fff}.settings-subtitle{margin:0;font-size:1rem;color:#888}.settings-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.settings-card{background:linear-gradient(135deg,#1a1a1a,#252525);border:1px solid #2a2a2a;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.settings-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0006;border-color:#3a3a3a}.settings-card-header{display:flex;align-items:flex-start;gap:1rem}.settings-card-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.settings-card-icon.moomoo-icon{background:linear-gradient(135deg,#00bcd433,#00f2c333);border:1px solid rgba(0,188,212,.3)}.settings-card-icon.trading-icon{background:linear-gradient(135deg,#9c27b033,#673ab733);border:1px solid rgba(156,39,176,.3)}.settings-card-icon.strategy-icon{background:linear-gradient(135deg,#4caf5033,#8bc34a33);border:1px solid rgba(76,175,80,.3)}.settings-card-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.settings-card-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cyan-badge{background:#00bcd426;color:#00bcd4;border:1px solid rgba(0,188,212,.3)}.purple-badge{background:#9c27b026;color:#ab47bc;border:1px solid rgba(156,39,176,.3)}.green-badge{background:#4caf5026;color:#66bb6a;border:1px solid rgba(76,175,80,.3)}.settings-card-description{color:#888;font-size:.9rem;line-height:1.5;margin:0;flex-grow:1}.settings-card-btn{width:100%;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;margin-top:auto}.cyan-btn{background:linear-gradient(135deg,#00bcd4,#00f2c3);color:#000}.cyan-btn:hover{box-shadow:0 4px 15px #00bcd466;transform:translateY(-2px)}.purple-btn{background:linear-gradient(135deg,#9c27b0,#673ab7);color:#fff}.purple-btn:hover{box-shadow:0 4px 15px #9c27b066;transform:translateY(-2px)}.green-btn{background:linear-gradient(135deg,#4caf50,#8bc34a);color:#000}.green-btn:hover{box-shadow:0 4px 15px #4caf5066;transform:translateY(-2px)}.card-detail{animation:fadeIn .3s ease-in-out}.card-detail-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #2a2a2a}.card-detail-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.card-detail-header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:600;color:#fff}.card-detail-header p{margin:0;color:#888;font-size:.95rem}.card-detail-content{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1.5rem}.monitor-notice{display:flex;align-items:flex-start;gap:1rem;background:#9333ea1a;border:1px solid rgba(147,51,234,.3);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem}.monitor-notice-icon{font-size:1.5rem;flex-shrink:0}.monitor-notice-content{flex:1}.monitor-notice-content strong{display:block;color:#a78bfa;font-size:1rem;margin-bottom:.25rem}.monitor-notice-content p{margin:0;color:#9ca3af;font-size:.9rem;line-height:1.5}.settings-section{margin-bottom:2rem}.section-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.section-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff}.section-header p{margin:0;font-size:.95rem;color:#888}.admin-quick-access{background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.admin-quick-access .section-header{margin-bottom:1rem;padding-bottom:0;border-bottom:none}.admin-quick-access .section-header h2{font-size:1.25rem;color:#ffc107}.admin-dashboard-btn{background:linear-gradient(135deg,#ffc107,#ff9800);color:#000;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-dashboard-btn:hover{box-shadow:0 4px 15px #ffc10766;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.danger-zone-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #3a2020}.danger-header h2{color:#ff4757!important}.danger-header p{color:#ff6b7a!important}.danger-error{display:flex;align-items:center;justify-content:space-between;background-color:#ff475726;border:1px solid rgba(255,71,87,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;color:#ff6b7a}.danger-error button{background:none;border:none;color:#ff6b7a;font-size:1.2rem;cursor:pointer;padding:0 .25rem}.danger-zone-card{background-color:#ff475714;border:1px solid rgba(255,71,87,.2);border-radius:12px;padding:1.5rem}.danger-item{display:flex;align-items:center;justify-content:space-between;gap:2rem}.danger-info{display:flex;flex-direction:column;gap:.25rem}.danger-label{font-weight:600;color:#ff4757;font-size:1rem}.danger-description{color:#888;font-size:.875rem}.danger-button{background-color:transparent;border:2px solid #ff4757;color:#ff4757;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.danger-button:hover:not(:disabled){background-color:#ff4757;color:#fff}.danger-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.settings-main{padding:1rem}.settings-header{margin-bottom:1.5rem}.settings-header h1{font-size:1.5rem}.settings-cards-grid{grid-template-columns:1fr}.settings-card{padding:1.25rem}.card-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.card-detail-icon{width:50px;height:50px;font-size:1.5rem}.card-detail-header h1{font-size:1.5rem}.card-detail-content{padding:1rem}.section-header h2{font-size:1.25rem}.danger-item{flex-direction:column;align-items:flex-start;gap:1rem}.danger-button{width:100%;text-align:center}}@media(max-width:480px){.settings-main{padding:.5rem}.back-button{padding:.5rem 1rem;font-size:.85rem}.settings-card-icon{width:40px;height:40px;font-size:1.25rem}.settings-card-title{font-size:1rem}.settings-card-description{font-size:.85rem}}.landing-page{--primary: #00d9b5;--primary-dark: #00b896;--bg-dark: #0a0a0c;--bg-section: #0f1012;--bg-card: #141618;--text-primary: #ffffff;--text-secondary: #b8b8c2;--text-muted: #6b7280;--border-color: #1f2125;background:transparent;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh;position:relative}.landing-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a0c;z-index:0}.matrix-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.7}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;padding:20px 24px 60px;overflow:hidden;z-index:2}.hero-background{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center top;transform:translateY(-150px);opacity:.75;filter:grayscale(30%)}.hero-background:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0cb3,#0a0a0c80,#0a0a0ce6)}.landing-nav{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%;padding:0 24px}.nav-logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}.logo-image{height:40px;width:auto}.logo-icon{font-size:28px}.logo-text{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:16px}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-primary)}.nav-btn-outline{color:var(--primary);text-decoration:none;font-weight:600;padding:8px 20px;border:1px solid var(--primary);border-radius:8px;transition:all .2s}.nav-btn-outline:hover{background:var(--primary);color:var(--bg-dark)}.hero-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:800px;margin:0 auto;padding:60px 0}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin:0 0 24px;background:linear-gradient(135deg,var(--primary) 0%,#00f5d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 0 40px}.hero-buttons{display:flex;flex-wrap:nowrap;gap:16px;justify-content:center}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;width:300px;max-width:100%;background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);color:var(--bg-dark);font-weight:600;font-size:16px;border-radius:8px;text-decoration:none;transition:all .2s;border:none;cursor:pointer;white-space:nowrap}.btn-primary:hover{background:linear-gradient(90deg,#00c9a5,#00a4c8,#0086b7);transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;color:var(--primary);font-weight:600;font-size:16px;border:1px solid var(--primary);border-radius:8px;text-decoration:none;transition:all .2s;cursor:pointer;white-space:nowrap}.btn-secondary:hover{background:#00d9b51a}.hero-stats{position:relative;z-index:10;display:flex;justify-content:center;gap:80px;padding-top:40px}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:32px;font-weight:700;color:var(--primary)}.stat-label{font-size:14px;color:var(--text-secondary);margin-top:4px}.features-section{background:#0f1012d9;padding:100px 0;position:relative;z-index:2}.section-title{font-size:36px;font-weight:700;text-align:center;margin:0 0 12px}.section-subtitle{font-size:16px;color:var(--text-muted);text-align:center;margin:0 0 60px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#141618e6;border:1px solid var(--border-color);border-radius:12px;padding:32px;text-align:center;transition:all .3s}.feature-card:hover{border-color:var(--primary);transform:translateY(-4px)}.feature-icon{width:48px;height:48px;margin:0 auto 16px;color:var(--primary)}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:18px;font-weight:600;color:var(--primary);margin:0 0 12px}.feature-description{font-size:14px;color:var(--text-secondary);margin:0 0 16px;line-height:1.6}.feature-link{color:var(--primary);text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}.feature-link:hover{opacity:.8}.why-section{background:#0a0a0cd9;padding:100px 0;position:relative;z-index:2}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-content .section-title{text-align:left;margin-bottom:40px}.why-item{display:flex;gap:16px;margin-bottom:32px}.why-icon{width:32px;height:32px;flex-shrink:0;color:var(--primary)}.why-icon svg{width:100%;height:100%}.why-text h4{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.why-text p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.6}.why-visual{display:flex;justify-content:center}.visual-card{background:#141618e6;border:1px solid var(--border-color);border-radius:16px;padding:80px 60px;text-align:center}.visual-icon{width:80px;height:80px;margin:0 auto 24px;color:var(--primary)}.visual-icon svg{width:100%;height:100%}.visual-text{font-size:18px;color:var(--text-secondary);margin:0;line-height:1.5}.cta-section{background:#0a0a0cd9;padding:100px 0;text-align:center;border-top:1px solid var(--border-color);position:relative;z-index:2}.cta-title{font-size:36px;font-weight:700;margin:0 0 16px}.cta-subtitle{font-size:16px;color:var(--text-secondary);margin:0 0 40px}.cta-buttons{display:flex;justify-content:center;gap:16px}.landing-footer{background:#0f1012d9;padding:40px 0;border-top:1px solid var(--border-color);position:relative;z-index:2}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700}.footer-logo .logo-image{height:32px;width:auto}.footer-logo .logo-text{color:var(--primary)}.footer-copyright{color:var(--text-muted);font-size:14px;margin:0}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:40px}.why-content .section-title{text-align:center}.why-item{justify-content:center;text-align:center;flex-direction:column;align-items:center}}@media(max-width:768px){.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-stats{flex-direction:column;gap:24px}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-buttons{flex-direction:row;flex-wrap:nowrap}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{padding:12px 24px;font-size:14px;white-space:nowrap;min-width:fit-content}.footer-content{flex-direction:column;gap:16px;text-align:center}.section-title,.cta-title{font-size:28px}}@media(max-width:480px){.landing-nav{padding:0}.nav-logo{font-size:18px}.logo-icon{font-size:22px}.nav-actions{gap:8px}.nav-btn-outline{padding:6px 12px;font-size:14px}}.terms-page{min-height:100vh;background:#f5f5f5;display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem}.terms-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#222}.terms-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#00d9b5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.terms-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:800px;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000001a}.terms-header{background:linear-gradient(135deg,#00d9b5,#0096c7);padding:2rem;text-align:center;border-bottom:1px solid #e0e0e0}.terms-logo{width:120px;height:auto;margin-bottom:1rem}.terms-header h1{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.terms-version{color:#ffffffe6;font-size:.875rem;margin:0 0 1rem}.terms-instruction{color:#ffffffd9;font-size:.9rem;margin:0}.terms-content{max-height:400px;overflow-y:auto;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e0e0e0}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f0f0f0}.terms-content::-webkit-scrollbar-thumb{background:#00d9b5;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#00b896}.terms-section{margin-bottom:1.5rem}.terms-section h3{color:#00967d;font-size:1rem;font-weight:600;margin:0 0 .75rem}.terms-section .section-content p{color:#222;font-size:.9rem;line-height:1.6;margin:0 0 .5rem}.terms-section .section-content p:empty{display:none}.scroll-indicator{text-align:center;padding:1rem;margin-top:1rem;border-top:1px dashed #cccccc}.scroll-prompt{color:#e67700;font-size:.9rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.scroll-complete{color:#16a34a;font-size:.9rem;font-weight:600}.terms-form{padding:2rem;background:#fff}.terms-form h3{color:#222;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.form-description{color:#666;font-size:.85rem;margin:0 0 1.5rem}.terms-error-message{background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px;padding:.875rem 1rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.terms-form .form-group{margin-bottom:1rem}.terms-form .form-group label{display:block;color:#333;font-size:.85rem;font-weight:500;margin-bottom:.5rem}.terms-form .form-group input,.terms-form .form-group textarea{width:100%;background:#fff;border:1px solid #cccccc;border-radius:8px;padding:.75rem 1rem;color:#222;font-size:.9rem;transition:all .2s ease}.terms-form .form-group input:focus,.terms-form .form-group textarea:focus{outline:none;border-color:#00d9b5;background:#fff;box-shadow:0 0 0 3px #00d9b526}.terms-form .form-group input::placeholder,.terms-form .form-group textarea::placeholder{color:#999}.terms-form .form-group input.readonly{background:#f5f5f5;color:#666;cursor:not-allowed}.terms-form .form-group textarea{resize:vertical;min-height:80px}.terms-acceptance{background:#00d9b51a;border:1px solid #00d9b5;border-radius:8px;padding:1rem;margin:1.5rem 0}.terms-acceptance p{color:#222;font-size:.9rem;line-height:1.5;margin:0}.accept-button{width:100%;background:linear-gradient(90deg,#00d9b5,#00b4d8,#0096c7);border:none;border-radius:8px;padding:1rem;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.accept-button:hover:not(:disabled){background:linear-gradient(90deg,#00c9a5,#00a4c8,#0086b7);transform:translateY(-2px);box-shadow:0 8px 20px #00d9b54d}.accept-button:disabled{opacity:.5;cursor:not-allowed}.scroll-warning{color:#e67700;font-size:.8rem;text-align:center;margin-top:1rem}.terms-error{background:#fff;border:1px solid #dc2626;border-radius:12px;padding:2rem;text-align:center;max-width:400px}.terms-error h2{color:#dc2626;margin:0 0 1rem}.terms-error p{color:#444;margin:0 0 1.5rem}.terms-error button{background:#dc26261a;border:1px solid #dc2626;border-radius:8px;padding:.75rem 1.5rem;color:#dc2626;font-size:.9rem;cursor:pointer;transition:all .2s ease}.terms-error button:hover{background:#dc262633}
