:root{
--bg:#0F172A;--surface:#1E293B;--card:#111827;--border:#334155;--primary:#3B82F6;--primary-hover:#2563EB;--active:#1D4ED8;
--text:#F8FAFC;--muted:#94A3B8;--up:#22C55E;--emerald:#10B981;--success:#16A34A;--down:#EF4444;--danger:#DC2626;
--orange:#F97316;--warning:#F59E0B;--yellow:#EAB308;--purple:#8B5CF6;--wait:#64748B;--shadow:0 20px 60px rgba(2,6,23,.34);
}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--primary);text-decoration:none}button,input,select{font:inherit}.brand{display:flex;align-items:center;gap:11px;color:var(--text);font-weight:800;font-size:21px;letter-spacing:-.5px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,var(--primary),var(--active));box-shadow:0 8px 24px rgba(59,130,246,.28)}
.auth-body{overflow-x:hidden}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(440px,.95fr)}.auth-visual{position:relative;overflow:hidden;padding:42px 6vw;background:radial-gradient(circle at 16% 15%,rgba(59,130,246,.23),transparent 30%),radial-gradient(circle at 86% 78%,rgba(139,92,246,.18),transparent 27%),#0B1222;border-right:1px solid rgba(51,65,85,.75);display:flex;flex-direction:column;justify-content:space-between}.auth-brand{position:relative;z-index:2}.auth-copy{max-width:610px;position:relative;z-index:2;margin:auto 0}.auth-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-3px;margin:22px 0}.auth-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:580px}.visual-stats{display:flex;gap:18px;margin-top:38px;flex-wrap:wrap}.visual-stats div{min-width:130px;padding:16px 18px;border:1px solid rgba(51,65,85,.9);background:rgba(17,24,39,.6);border-radius:16px}.visual-stats strong,.visual-stats span{display:block}.visual-stats strong{font-size:20px}.visual-stats span{font-size:12px;color:var(--muted);margin-top:4px}.visual-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent 4%,black 55%,transparent 100%)}.auth-panel{display:grid;place-items:center;padding:36px;background:var(--bg)}.auth-card{width:min(100%,430px);background:rgba(17,24,39,.96);border:1px solid var(--border);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.auth-heading{margin-bottom:24px}.auth-heading h2{font-size:30px;margin:0 0 8px;letter-spacing:-1px}.auth-heading p{margin:0;color:var(--muted);line-height:1.6}.auth-heading.center{text-align:center}.mobile-brand{display:none;color:var(--primary);font-weight:900;margin-bottom:12px}.form-stack{display:grid;gap:16px}.form-stack label{display:grid;gap:8px;font-size:13px;color:#CBD5E1;font-weight:700}.form-stack input,.search-form input,.inline-form input,.inline-form select{width:100%;border:1px solid var(--border);background:#0B1220;color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.form-stack input:focus,.search-form input:focus,.inline-form input:focus,.inline-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.14)}.password-field{display:flex;position:relative}.password-field input{padding-right:62px}.password-field button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--primary);font-size:12px;font-weight:800;cursor:pointer}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.btn{border:0;border-radius:11px;padding:12px 16px;font-weight:800;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-block{width:100%}.btn-primary{background:var(--primary-hover)}.btn-primary:hover{background:var(--active)}.btn-secondary{background:var(--border)}.btn-success{background:var(--success)}.btn-danger{background:var(--danger)}.btn-warning{background:var(--warning);color:#201505}.btn-sm{padding:9px 11px;font-size:12px}.divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:22px 0}.divider:before,.divider:after{content:"";height:1px;background:var(--border);flex:1}.google-wrap{display:flex;justify-content:center;min-height:44px}.auth-switch{text-align:center;color:var(--muted);font-size:13px;margin:22px 0 0}.status-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.status-live{color:#86EFAC;background:#16A34A22}.status-analyzing{color:#93C5FD;background:#3B82F622}.status-offline{color:#FCA5A5;background:#EF444422}.alert{border:1px solid var(--border);border-radius:12px;padding:12px 14px;margin:0 0 16px;display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5;cursor:pointer}.alert-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex:0 0 auto}.alert-success{background:#16A34A18}.alert-success .alert-dot{background:var(--success)}.alert-error{background:#EF444418}.alert-error .alert-dot{background:var(--down)}.alert-warning{background:#F59E0B18}.alert-warning .alert-dot{background:var(--warning)}.alert-info{background:#3B82F618}.alert-info .alert-dot{background:var(--primary)}.single-auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,rgba(59,130,246,.18),transparent 35%),var(--bg)}.narrow-card{max-width:470px}.centered-brand{justify-content:center;margin-bottom:28px}.otp-input{text-align:center;font-size:28px!important;letter-spacing:10px;font-weight:900}.dev-box{padding:12px;background:#0B1220;border:1px dashed var(--warning);border-radius:12px;margin-bottom:16px;color:#FDE68A;font-size:12px}.dev-box pre{white-space:pre-wrap;margin:8px 0 0}.app-body{background:var(--bg)}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#0B1220;border-right:1px solid var(--border);padding:24px 15px;display:flex;flex-direction:column;z-index:30}.sidebar .brand{padding:0 11px 22px}.side-nav{display:grid;gap:5px}.side-link{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;color:var(--muted);font-size:13px;font-weight:700}.side-link:hover,.side-link.active{background:var(--surface);color:var(--text)}.side-link.active{box-shadow:inset 3px 0 var(--primary)}.side-icon{width:22px;text-align:center;font-size:16px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--border);padding-top:13px;display:grid;gap:5px}.admin-link{color:#C4B5FD}.app-shell{margin-left:250px;min-height:100vh}.topbar{height:88px;border-bottom:1px solid var(--border);background:rgba(15,23,42,.92);padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.topbar h1{font-size:22px;margin:3px 0 0}.eyebrow{font-size:10px;letter-spacing:1.3px;color:var(--muted);font-weight:900;margin:0;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:12px}.credit-pill{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);padding:9px 12px;border-radius:12px}.credit-pill span{font-size:11px;color:var(--muted);font-weight:800}.credit-pill strong{color:#93C5FD}.user-chip{display:flex;align-items:center;gap:10px}.avatar{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;font-weight:900;background:linear-gradient(145deg,var(--purple),var(--primary))}.user-chip strong,.user-chip span{display:block}.user-chip strong{font-size:13px}.user-chip span{font-size:10px;color:var(--muted);margin-top:2px}.mobile-menu{display:none}.icon-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;width:38px;height:38px}.page-content{padding:30px;max-width:1500px;margin:0 auto}.welcome-card{background:linear-gradient(110deg,#111827 0%,#172554 100%);border:1px solid #334155;border-radius:22px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);overflow:hidden;position:relative}.welcome-card:after{content:"";position:absolute;width:320px;height:320px;border:60px solid rgba(59,130,246,.08);border-radius:50%;right:-100px;top:-140px}.welcome-card h2{font-size:30px;margin:8px 0}.welcome-card p{margin:0;color:var(--muted)}.plan-orb{width:120px;height:120px;border-radius:50%;border:1px solid rgba(147,197,253,.35);background:rgba(30,64,175,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.plan-orb span{font-size:10px;color:#BFDBFE;font-weight:900;letter-spacing:1px}.plan-orb strong{font-size:31px;margin:3px}.plan-orb small{color:var(--muted)}.upgrade-warning{margin-top:18px;padding:16px 18px;border:1px solid rgba(245,158,11,.38);background:rgba(245,158,11,.10);border-radius:15px;display:flex;justify-content:space-between;align-items:center;gap:18px}.upgrade-warning strong,.upgrade-warning span{display:block}.upgrade-warning span{color:#FDE68A;font-size:13px;margin-top:3px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:30px 0 16px}.section-heading h2{margin:5px 0 0;font-size:23px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:17px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;color:var(--text)}.feature-card:hover{border-color:#475569;background:#131D2F}.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--surface);font-size:20px;font-weight:900}.feature-card h3{margin:0 0 6px;font-size:16px}.feature-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.feature-arrow{color:var(--muted);font-size:20px}.tone-blue .feature-icon{color:#93C5FD;background:#3B82F622}.tone-purple .feature-icon{color:#C4B5FD;background:#8B5CF622}.tone-emerald .feature-icon,.tone-green .feature-icon{color:#86EFAC;background:#22C55E22}.tone-amber .feature-icon{color:#FDE68A;background:#F59E0B22}.tone-red .feature-icon{color:#FCA5A5;background:#EF444422}.market-tabs{display:flex;gap:7px;padding:6px;background:#0B1220;border:1px solid var(--border);border-radius:13px;width:max-content;margin-bottom:18px}.market-tab{color:var(--muted);padding:10px 18px;border-radius:9px;font-size:13px;font-weight:800}.market-tab.active{background:var(--primary-hover);color:white}.module-card{background:var(--card);border:1px solid var(--border);border-radius:19px;padding:25px;min-height:520px}.module-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding-bottom:22px}.module-head h2{margin:13px 0 7px}.module-head p{margin:0;color:var(--muted)}.module-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#8B5CF622;color:#C4B5FD;font-weight:900}.empty-workspace{min-height:380px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.empty-symbol{width:70px;height:70px;border-radius:20px;display:grid;place-items:center;background:var(--surface);color:#93C5FD;font-size:25px;font-weight:900}.empty-workspace h3{margin:18px 0 8px}.empty-workspace p{color:var(--muted);max-width:560px;line-height:1.6}.empty-workspace code{font-size:11px;color:#C4B5FD;background:#8B5CF615;padding:8px 10px;border-radius:8px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.admin-stats div{background:var(--card);border:1px solid var(--border);border-radius:15px;padding:18px}.admin-stats span,.admin-stats strong{display:block}.admin-stats span{color:var(--muted);font-size:12px}.admin-stats strong{font-size:27px;margin-top:7px}.admin-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:20px}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.admin-toolbar h2{margin:4px 0 0}.search-form{display:flex;gap:8px}.search-form input{min-width:270px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}table{width:100%;border-collapse:collapse;min-width:1100px}th,td{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;font-size:12px}th{background:#0B1220;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.7px}td>span:not(.status-badge):not(.plan-badge){display:block;color:var(--muted);margin-top:4px}.inline-form{display:flex;gap:7px;align-items:center}.inline-form select{min-width:130px}.credit-input{width:88px!important}.plan-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--surface);font-weight:800}.plan-admin{background:#8B5CF622;color:#C4B5FD}.plan-premium{background:#F59E0B22;color:#FDE68A}.plan-standard{background:#3B82F622;color:#93C5FD}.plan-basic{background:#22C55E22;color:#86EFAC}.empty-table{text-align:center;color:var(--muted);padding:40px}.sidebar-backdrop{display:none}
@media(max-width:1100px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-shell{grid-template-columns:.9fr 1.1fr}.auth-copy h1{font-size:46px}.visual-stats{display:none}}
@media(max-width:820px){.auth-shell{display:block}.auth-visual{display:none}.auth-panel{min-height:100vh;padding:20px}.mobile-brand{display:block}.auth-card{padding:26px 22px}.sidebar{transform:translateX(-102%);transition:transform .16s ease}.sidebar.open{transform:translateX(0)}.sidebar-backdrop.show{display:block;position:fixed;inset:0;background:rgba(2,6,23,.7);z-index:25}.app-shell{margin-left:0}.mobile-menu{display:grid;place-items:center}.topbar{padding:0 16px;height:78px}.topbar .eyebrow{display:none}.user-chip div:not(.avatar){display:none}.page-content{padding:18px}.feature-grid{grid-template-columns:1fr}.welcome-card{padding:22px}.plan-orb{width:94px;height:94px;flex:0 0 auto}.plan-orb strong{font-size:24px}.admin-stats{grid-template-columns:1fr}.admin-toolbar{align-items:flex-start;gap:15px;flex-direction:column}.search-form{width:100%}.search-form input{min-width:0}.module-head{flex-direction:column}.module-icon{display:none}}
@media(max-width:520px){.topbar-actions{gap:7px}.credit-pill span{display:none}.credit-pill{padding:8px 10px}.topbar h1{font-size:18px}.welcome-card{align-items:flex-start}.welcome-card h2{font-size:24px}.welcome-card p{font-size:13px;line-height:1.55}.plan-orb{width:80px;height:80px}.plan-orb span,.plan-orb small{display:none}.upgrade-warning{align-items:flex-start;flex-direction:column}.upgrade-warning .btn{width:100%}.feature-card{padding:16px}.market-tabs{width:100%}.market-tab{flex:1;text-align:center}.module-card{padding:18px}.auth-card{border-radius:18px}.single-auth{padding:14px}}

/* Live Signal */
.live-signal-layout{display:grid;grid-template-columns:minmax(320px,.74fr) minmax(500px,1.26fr);gap:18px;align-items:stretch}.live-control-card,.live-result-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 18px 50px rgba(2,6,23,.2)}.live-control-card{padding:24px}.live-control-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--border)}.live-control-head h2{font-size:22px;margin:14px 0 7px;letter-spacing:-.5px}.live-control-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;max-width:520px}.signal-orb{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;border-radius:17px;background:#3B82F61A;border:1px solid rgba(59,130,246,.34);color:#93C5FD;font-weight:900;font-size:25px}.live-analysis-form{display:grid;gap:18px;padding-top:22px}.live-field{display:grid;gap:9px}.live-field>span{color:#CBD5E1;font-size:12px;font-weight:800}.live-field select{width:100%;appearance:none;border:1px solid var(--border);background-color:#0B1220;color:var(--text);border-radius:13px;padding:14px 44px 14px 14px;outline:none;background-image:linear-gradient(45deg,transparent 50%,#94A3B8 50%),linear-gradient(135deg,#94A3B8 50%,transparent 50%);background-position:calc(100% - 19px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.live-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.13)}.live-analyse-btn{width:100%;min-height:50px}.live-result-card{min-height:510px;padding:26px;position:relative;overflow:hidden}.live-result-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(59,130,246,.055);right:-125px;top:-145px;pointer-events:none}.live-empty-result,.live-loading-state{min-height:455px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;position:relative;z-index:1}.live-empty-result[hidden],.live-loading-state[hidden]{display:none}.live-empty-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:24px;background:#3B82F612;border:1px solid rgba(59,130,246,.25);color:#64748B;font-size:34px}.live-loading-state strong{font-size:16px;margin-top:20px}.live-loading-state span{font-size:12px;color:var(--muted);margin-top:7px}.live-spinner{width:54px;height:54px;border-radius:50%;border:4px solid rgba(59,130,246,.16);border-top-color:#3B82F6;animation:live-spin .8s linear infinite;box-shadow:0 0 32px rgba(59,130,246,.13)}@keyframes live-spin{to{transform:rotate(360deg)}}.live-result-content{position:relative;z-index:1}.signal-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid var(--border)}.signal-result-head h2{font-size:30px;margin:7px 0 5px;letter-spacing:-1px}.signal-market-label{color:var(--muted);font-size:12px}.signal-ready-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;color:#86EFAC;background:#16A34A1C;border:1px solid rgba(34,197,94,.25);font-size:10px;font-weight:900;letter-spacing:.7px}.direction-panel{display:flex;align-items:center;gap:18px;margin-top:22px;padding:21px;border-radius:18px;border:1px solid transparent;overflow:hidden;position:relative}.direction-panel:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-50px;top:-68px;background:currentColor;opacity:.06}.direction-panel.direction-up{background:linear-gradient(115deg,rgba(34,197,94,.15),rgba(16,185,129,.055));border-color:rgba(34,197,94,.34);color:#86EFAC;box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 32px rgba(16,185,129,.07)}.direction-panel.direction-down{background:linear-gradient(115deg,rgba(239,68,68,.15),rgba(220,38,38,.055));border-color:rgba(239,68,68,.34);color:#FCA5A5;box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 32px rgba(239,68,68,.07)}.direction-icon{width:68px;height:68px;display:grid;place-items:center;flex:0 0 auto;border-radius:20px;background:rgba(15,23,42,.48);border:1px solid currentColor;font-size:37px;font-weight:950;line-height:1}.direction-copy{display:grid;gap:3px;position:relative;z-index:1}.direction-copy span{color:#CBD5E1;font-size:10px;font-weight:900;letter-spacing:1px}.direction-copy strong{font-size:34px;line-height:1;letter-spacing:1px}.direction-copy small{font-size:11px;font-weight:900;letter-spacing:.8px;color:currentColor}.strength-card{margin-top:14px;background:#0B1220;border:1px solid var(--border);border-radius:15px;padding:16px}.strength-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.strength-heading span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.8px;font-weight:900}.strength-heading strong{font-size:15px}.strength-track{height:9px;border-radius:999px;background:#1E293B;overflow:hidden;margin-top:13px}.strength-fill{height:100%;width:0;border-radius:inherit;transition:width .28s ease}.strength-fill-very-weak{background:var(--down)}.strength-fill-weak{background:var(--orange)}.strength-fill-medium{background:var(--yellow)}.strength-fill-strong{background:var(--up)}.strength-fill-very-strong{background:var(--emerald)}.signal-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.signal-metric-grid article{min-height:86px;background:#0B1220;border:1px solid var(--border);border-radius:14px;padding:15px;display:flex;flex-direction:column;justify-content:space-between}.signal-metric-grid article span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.8px;font-weight:900}.signal-metric-grid article strong{font-size:17px;margin-top:12px;overflow-wrap:anywhere}.strength-very-weak,.trap-high{color:var(--down)}.strength-weak{color:var(--orange)}.strength-medium,.trap-medium{color:var(--yellow)}.strength-strong{color:var(--up)}.strength-very-strong{color:var(--emerald)}.trend-bullish{color:var(--up)}.trend-bearish{color:var(--down)}.trend-sideways{color:var(--wait)}.trend-volatile{color:var(--warning)}.trap-low{color:var(--emerald)}.live-result-actions{display:flex;justify-content:flex-end;margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.signal-modal[hidden]{display:none}.signal-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.signal-modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.78)}.signal-modal-panel{position:relative;width:min(620px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;background:#111827;border:1px solid var(--border);border-radius:21px;box-shadow:0 30px 90px rgba(0,0,0,.48)}.signal-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 22px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#111827;z-index:2}.signal-modal-head h2{font-size:21px;margin:5px 0 0}.signal-modal-close{width:38px;height:38px;border-radius:11px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:25px;line-height:1;cursor:pointer}.signal-modal-body{display:grid;gap:14px;padding:22px}.logic-block{background:#0B1220;border:1px solid var(--border);border-radius:14px;padding:17px}.logic-block h3{font-size:13px;margin:0 0 12px;color:#CBD5E1}.logic-block ul{display:grid;gap:9px;padding-left:19px;margin:0;color:#FDE68A;font-size:13px;line-height:1.55}.logic-block p{margin:0;color:#CBD5E1;font-size:13px;line-height:1.75;white-space:pre-line}.modal-open{overflow:hidden}.signal-notice-panel{width:min(470px,100%)}.signal-notice-panel .signal-modal-body{text-align:center;justify-items:center;padding:28px 24px}.credit-alert-icon,.error-alert-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;font-size:26px;font-weight:950}.credit-alert-icon{background:#F59E0B1C;border:1px solid rgba(245,158,11,.36);color:#FDE68A}.error-alert-icon{background:#EF444418;border:1px solid rgba(239,68,68,.36);color:#FCA5A5}.credit-alert-text{color:#E2E8F0;font-size:14px;line-height:1.75;margin:0;max-width:370px}.signal-notice-panel .btn{min-width:120px}
@media(max-width:1050px){.live-signal-layout{grid-template-columns:1fr}.live-result-card{min-height:440px}.live-empty-result,.live-loading-state{min-height:385px}}
@media(max-width:620px){.live-control-card,.live-result-card{padding:18px;border-radius:17px}.live-control-head{flex-direction:column}.signal-orb{display:none}.signal-result-head{align-items:stretch;flex-direction:column}.signal-ready-badge{width:max-content}.direction-panel{padding:17px;gap:14px}.direction-icon{width:58px;height:58px;border-radius:17px;font-size:31px}.direction-copy strong{font-size:29px}.signal-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.signal-metric-grid article{min-height:83px;padding:13px}.signal-metric-grid article strong{font-size:14px}.live-result-actions .btn{width:100%}.signal-result-head h2{font-size:25px}.signal-modal{padding:10px}.signal-modal-panel{max-height:calc(100vh - 20px);border-radius:17px}}
@media(prefers-reduced-motion:reduce){.live-spinner{animation-duration:1.5s}.strength-fill{transition:none}}

.chart-analyser-layout{max-width:930px;margin:0 auto}.chart-upload-card,.chart-loading-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 18px 50px rgba(2,6,23,.2)}.chart-upload-card{padding:26px}.chart-upload-head{text-align:center;max-width:590px;margin:0 auto}.chart-upload-head h2{font-size:26px;margin:14px 0 8px;letter-spacing:-.7px}.chart-upload-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.chart-dropzone{min-height:330px;margin-top:24px;border:1px dashed #475569;border-radius:18px;background:linear-gradient(145deg,rgba(59,130,246,.075),rgba(15,23,42,.24));display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px;cursor:pointer;outline:none}.chart-dropzone:hover,.chart-dropzone.is-dragging{border-color:var(--primary);background:linear-gradient(145deg,rgba(59,130,246,.14),rgba(15,23,42,.3))}.chart-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.chart-upload-icon{width:78px;height:78px;border-radius:23px;display:grid;place-items:center;background:#3B82F617;border:1px solid rgba(59,130,246,.32);color:#93C5FD;font-size:36px;font-weight:900}.chart-dropzone strong{font-size:18px;margin-top:20px}.chart-dropzone>span:not(.chart-upload-icon){color:#CBD5E1;font-size:13px;margin-top:7px}.chart-dropzone small{color:var(--muted);font-size:11px;margin-top:13px}.chart-analysis-stage[hidden],.chart-loading-card[hidden],.chart-result-card[hidden]{display:none}.chart-loading-card{min-height:520px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:26px}.chart-loading-card strong{font-size:17px;margin-top:20px}.chart-loading-card span{font-size:12px;color:var(--muted);margin-top:7px}.chart-result-card{min-height:0}.direction-panel.direction-wait{background:linear-gradient(115deg,rgba(100,116,139,.17),rgba(51,65,85,.07));border-color:rgba(148,163,184,.3);color:#CBD5E1;box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 32px rgba(51,65,85,.08)}.chart-result-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}
@media(max-width:620px){.chart-upload-card{padding:18px;border-radius:17px}.chart-upload-head h2{font-size:23px}.chart-dropzone{min-height:285px;padding:22px}.chart-upload-icon{width:68px;height:68px;border-radius:20px;font-size:31px}.chart-loading-card{min-height:420px;border-radius:17px}.chart-result-actions{grid-template-columns:1fr}.chart-result-actions .btn{width:100%}}

/* Future Signal */
.future-signal-layout{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:20px;align-items:start}.future-control-card,.future-result-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 18px 50px rgba(2,6,23,.2)}.future-control-card{padding:24px}.future-control-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--border)}.future-control-head h2{font-size:25px;letter-spacing:-.7px;margin:13px 0 7px}.future-control-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;max-width:520px}.future-orb{width:58px;height:58px;flex:0 0 auto;border-radius:18px;display:grid;place-items:center;font-size:28px;font-weight:900;color:#C4B5FD;background:rgba(139,92,246,.13);border:1px solid rgba(139,92,246,.3)}.future-form{display:grid;gap:17px;margin-top:20px}.future-field{display:grid;gap:8px}.future-field>span{font-size:12px;font-weight:800;color:#CBD5E1}.future-field select,.future-field input{width:100%;border:1px solid var(--border);background:#0B1220;color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.future-field select:focus,.future-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.14)}.future-field small{font-size:10px;color:var(--muted)}.selected-pair-box{min-height:74px;background:#0B1220;border:1px solid var(--border);border-radius:14px;padding:11px}.selected-pair-empty{height:50px;display:grid;place-items:center;color:#64748B;font-size:12px}.selected-pair-empty[hidden]{display:none}.selected-pair-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:136px;overflow-y:auto;overflow-x:hidden;padding-right:3px}.selected-pair-list::-webkit-scrollbar{width:5px}.selected-pair-list::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}.selected-pair-chip{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 7px 8px 9px;border-radius:10px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);color:#DBEAFE}.selected-pair-chip b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;letter-spacing:.1px}.selected-pair-chip button{width:20px;height:20px;flex:0 0 auto;padding:0;border:0;border-radius:7px;background:rgba(239,68,68,.15);color:#FCA5A5;cursor:pointer;font-size:15px;line-height:1}.future-setting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.future-filter-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--border);background:rgba(30,41,59,.55);border-radius:14px;padding:14px 15px;cursor:pointer}.future-filter-row>span{display:grid;gap:4px}.future-filter-row strong{font-size:13px}.future-filter-row small{font-size:10px;line-height:1.45;color:var(--muted)}.future-filter-row input{position:absolute;opacity:0;pointer-events:none}.future-filter-row i{width:43px;height:24px;flex:0 0 auto;border-radius:999px;background:#334155;position:relative;border:1px solid #475569}.future-filter-row i:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;left:3px;top:3px;background:#94A3B8}.future-filter-row input:checked+i{background:rgba(37,99,235,.85);border-color:#3B82F6}.future-filter-row input:checked+i:after{left:22px;background:#fff}.future-generate-btn{width:100%;min-height:48px}.future-result-card{min-height:540px;padding:24px}.future-empty-result,.future-loading-state{min-height:490px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.future-empty-result[hidden],.future-loading-state[hidden],.future-result-content[hidden],.future-no-signals[hidden]{display:none}.future-empty-icon{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;font-size:34px;font-weight:900;color:#64748B;background:rgba(51,65,85,.18);border:1px solid rgba(71,85,105,.4)}.future-loading-state strong{font-size:17px;margin-top:20px}.future-loading-state span{font-size:12px;color:var(--muted);margin-top:7px}.future-result-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.future-result-head h2{font-size:24px;letter-spacing:-.6px;margin:6px 0 0}.future-result-meta{display:grid;justify-items:end;gap:7px}.future-result-meta span{font-size:9px;letter-spacing:1px;font-weight:900;color:#86EFAC;background:rgba(22,163,74,.13);border:1px solid rgba(34,197,94,.22);border-radius:999px;padding:5px 8px}.future-result-meta span.is-off{color:#CBD5E1;background:rgba(100,116,139,.12);border-color:rgba(148,163,184,.2)}.future-result-meta strong{font-size:12px;color:#CBD5E1}.future-signal-list{display:grid;gap:10px;margin-top:18px}.future-signal-item{display:grid;grid-template-columns:42px minmax(90px,.65fr) minmax(120px,1fr) 96px;align-items:center;gap:12px;padding:13px;border:1px solid var(--border);border-radius:14px;background:#0B1220}.future-signal-order{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(51,65,85,.45);color:#94A3B8;font-size:10px;font-weight:900}.future-signal-time,.future-signal-pair{display:grid;gap:4px}.future-signal-time span,.future-signal-pair span{font-size:8px;letter-spacing:1px;font-weight:900;color:#64748B}.future-signal-time strong{font-size:18px}.future-signal-pair strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.future-signal-direction{justify-self:end;min-width:88px;border-radius:11px;padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900}.future-signal-direction b{font-size:18px}.future-signal-direction span{font-size:11px;letter-spacing:.6px}.future-direction-call{border-color:rgba(34,197,94,.22)}.future-direction-call .future-signal-direction{color:#86EFAC;background:rgba(34,197,94,.12)}.future-direction-put{border-color:rgba(239,68,68,.22)}.future-direction-put .future-signal-direction{color:#FCA5A5;background:rgba(239,68,68,.12)}.future-no-signals{min-height:380px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.future-no-signals>div{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;background:rgba(51,65,85,.28);border:1px solid var(--border);color:#64748B;font-size:24px}.future-no-signals strong{margin-top:15px}.future-no-signals span{margin-top:6px;color:var(--muted);font-size:11px}
@media(max-width:980px){.future-signal-layout{grid-template-columns:1fr}.future-result-card{min-height:430px}.future-empty-result,.future-loading-state{min-height:380px}}
@media(max-width:620px){.future-control-card,.future-result-card{padding:17px;border-radius:17px}.future-control-head h2{font-size:22px}.future-control-head p{font-size:12px}.future-orb{width:49px;height:49px;border-radius:15px;font-size:23px}.future-setting-grid{grid-template-columns:1fr}.future-filter-row{align-items:flex-start}.future-result-head{align-items:flex-start}.future-signal-item{grid-template-columns:34px 74px minmax(0,1fr);gap:9px;padding:11px}.future-signal-order{width:30px;height:30px}.future-signal-time strong{font-size:16px}.future-signal-direction{grid-column:2/4;justify-self:stretch;min-width:0}.future-result-card{min-height:390px}.future-empty-result,.future-loading-state{min-height:340px}}
.future-result-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.future-result-stats span{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:11px;background:rgba(30,41,59,.45);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.55px}.future-result-stats strong{font-size:15px;color:var(--text);letter-spacing:0}.future-copy-area{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:17px;border-top:1px solid var(--border)}.future-copy-button{min-width:170px}.future-copy-button:disabled{opacity:.5;cursor:not-allowed}.future-copy-area small{color:#86EFAC;font-size:10px;font-weight:700}
@media(max-width:620px){.future-result-stats{grid-template-columns:1fr}.future-copy-area{align-items:stretch;flex-direction:column}.future-copy-button{width:100%;min-width:0}.future-copy-area small{text-align:center}}

/* Chart validation null state */
.direction-panel.direction-null{background:linear-gradient(115deg,rgba(100,116,139,.13),rgba(15,23,42,.45));border-color:rgba(148,163,184,.22);color:#94A3B8;box-shadow:none}.direction-panel.direction-null .direction-icon{background:rgba(100,116,139,.12);border-color:rgba(148,163,184,.2);color:#94A3B8}

/* Signal Checker */
.checker-layout{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:20px;align-items:start}.checker-control-card,.checker-result-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 18px 50px rgba(2,6,23,.2)}.checker-control-card{padding:24px}.checker-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;border-bottom:1px solid var(--border)}.checker-card-head h2{font-size:25px;letter-spacing:-.7px;margin:13px 0 7px}.checker-card-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;max-width:520px}.checker-orb{width:58px;height:58px;flex:0 0 auto;border-radius:18px;display:grid;place-items:center;font-size:27px;font-weight:900;color:#86EFAC;background:rgba(34,197,94,.11);border:1px solid rgba(34,197,94,.25)}.checker-form{display:grid;gap:17px;margin-top:20px}.checker-field{display:grid;gap:8px}.checker-field>span{font-size:12px;font-weight:800;color:#CBD5E1}.checker-field textarea,.checker-field input{width:100%;border:1px solid var(--border);background:#0B1220;color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.checker-field textarea{resize:vertical;min-height:250px;line-height:1.65;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.checker-field textarea:focus,.checker-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.14)}.checker-field small{font-size:10px;color:var(--muted)}.checker-field.is-disabled{opacity:.45}.checker-setting-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:13px}.checker-toggle{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--border);background:rgba(30,41,59,.55);border-radius:14px;padding:14px 15px;cursor:pointer}.checker-toggle>span{display:grid;gap:4px}.checker-toggle strong{font-size:13px}.checker-toggle small{font-size:10px;line-height:1.45;color:var(--muted)}.checker-toggle input{position:absolute;opacity:0;pointer-events:none}.checker-toggle i{width:43px;height:24px;flex:0 0 auto;border-radius:999px;background:#334155;position:relative;border:1px solid #475569}.checker-toggle i:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;left:3px;top:3px;background:#94A3B8}.checker-toggle input:checked+i{background:rgba(37,99,235,.85);border-color:#3B82F6}.checker-toggle input:checked+i:after{left:22px;background:#fff}.checker-submit{width:100%;min-height:48px}.checker-result-card{min-height:560px;padding:24px}.checker-empty,.checker-loading{min-height:510px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.checker-empty[hidden],.checker-loading[hidden],.checker-result-content[hidden]{display:none}.checker-empty>span{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;font-size:34px;font-weight:900;color:#64748B;background:rgba(51,65,85,.18);border:1px solid rgba(71,85,105,.4)}.checker-empty strong{margin-top:16px}.checker-empty small,.checker-loading span{margin-top:7px;color:var(--muted);font-size:11px}.checker-loading strong{font-size:17px;margin-top:20px}.checker-result-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.checker-result-head h2{font-size:24px;letter-spacing:-.6px;margin:6px 0 0}.checker-ready{font-size:9px;letter-spacing:1px;font-weight:900;color:#86EFAC;background:rgba(22,163,74,.13);border:1px solid rgba(34,197,94,.22);border-radius:999px;padding:6px 9px}.checker-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:16px}.checker-stats span{display:grid;gap:5px;padding:10px;border:1px solid var(--border);border-radius:11px;background:rgba(30,41,59,.45);color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.55px}.checker-stats strong{font-size:17px;color:var(--text);letter-spacing:0}.checker-result-list{display:grid;gap:9px;margin-top:16px;max-height:360px;overflow-y:auto;padding-right:4px}.checker-result-list::-webkit-scrollbar{width:5px}.checker-result-list::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}.checker-result-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:#0B1220}.checker-result-main{min-width:0;display:grid;gap:5px}.checker-result-main strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checker-result-main span{font-size:10px;color:var(--muted);font-weight:700}.checker-result-mark{font-size:20px;white-space:nowrap}.checker-status-win,.checker-status-mtg_win{border-color:rgba(34,197,94,.25)}.checker-status-loss{border-color:rgba(239,68,68,.25)}.checker-status-pending{border-color:rgba(234,179,8,.25)}.checker-status-missing{border-color:rgba(148,163,184,.22)}.checker-actions{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:18px;padding-top:17px;border-top:1px solid var(--border)}
@media(max-width:980px){.checker-layout{grid-template-columns:1fr}.checker-result-card{min-height:430px}.checker-empty,.checker-loading{min-height:380px}}
@media(max-width:620px){.checker-control-card,.checker-result-card{padding:17px;border-radius:17px}.checker-card-head h2{font-size:22px}.checker-card-head p{font-size:12px}.checker-orb{width:49px;height:49px;border-radius:15px;font-size:23px}.checker-setting-grid{grid-template-columns:1fr}.checker-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.checker-actions{grid-template-columns:1fr}.checker-result-card{min-height:390px}.checker-empty,.checker-loading{min-height:340px}.checker-field textarea{min-height:220px}}

/* News Signal */
.news-signal-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:20px;align-items:start}.news-control-card,.news-result-card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 18px 50px rgba(2,6,23,.2)}.news-control-card{padding:24px}.news-control-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid var(--border)}.news-control-head h2{font-size:26px;letter-spacing:-.8px;margin:13px 0 7px}.news-control-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;max-width:520px}.news-orb{width:58px;height:58px;flex:0 0 auto;border-radius:18px;display:grid;place-items:center;font-size:22px;font-weight:950;color:#C4B5FD;background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.28)}.news-info-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:20px}.news-info-grid article{display:grid;grid-template-columns:74px 1fr;gap:4px 13px;align-items:center;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:#0B1220}.news-info-grid article>span{grid-row:1/3;font-size:9px;font-weight:900;letter-spacing:.8px;color:#64748B;text-transform:uppercase}.news-info-grid strong{font-size:13px}.news-info-grid small{font-size:10px;color:var(--muted)}.news-scan-form{margin-top:18px}.news-scan-button{width:100%;min-height:49px}.news-result-card{min-height:590px;padding:24px}.news-empty-state,.news-loading-state{min-height:540px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.news-empty-state[hidden],.news-loading-state[hidden],.news-result-content[hidden]{display:none}.news-empty-icon{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;color:#64748B;font-size:26px;font-weight:950;background:rgba(51,65,85,.18);border:1px solid rgba(71,85,105,.4)}.news-empty-state strong{margin-top:16px}.news-empty-state span,.news-loading-state span{margin-top:7px;color:var(--muted);font-size:11px}.news-loading-state strong{font-size:17px;margin-top:20px}.news-result-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.news-result-head h2{font-size:25px;letter-spacing:-.7px;margin:6px 0 0}.news-result-badge{display:grid;justify-items:end;gap:5px}.news-result-badge span{font-size:9px;font-weight:900;letter-spacing:.8px;color:#93C5FD;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.22);border-radius:999px;padding:6px 9px}.news-result-badge strong{font-size:12px;color:#CBD5E1}.news-signal-list{display:grid;gap:12px;margin-top:17px;max-height:510px;overflow-y:auto;padding-right:4px}.news-signal-list::-webkit-scrollbar{width:5px}.news-signal-list::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}.news-signal-item{padding:15px;border:1px solid var(--border);border-radius:15px;background:#0B1220}.news-direction-call{border-color:rgba(34,197,94,.22)}.news-direction-put{border-color:rgba(239,68,68,.22)}.news-signal-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.news-signal-identity{min-width:0;display:grid;gap:5px}.news-signal-identity strong{font-size:18px;letter-spacing:-.3px}.news-signal-identity span{font-size:10px;color:var(--muted);font-weight:700}.news-direction-box{min-width:86px;border-radius:11px;padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900}.news-direction-box b{font-size:18px}.news-direction-box span{font-size:11px;letter-spacing:.7px}.news-direction-call .news-direction-box{color:#86EFAC;background:rgba(34,197,94,.12)}.news-direction-put .news-direction-box{color:#FCA5A5;background:rgba(239,68,68,.12)}.news-strength-row{margin-top:13px}.news-strength-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}.news-strength-label{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.news-strength-label.very-strong,.news-strength-label.strong{color:#6EE7B7}.news-strength-label.medium{color:#FDE047}.news-strength-label.weak{color:#FB923C}.news-strength-label.very-weak{color:#FCA5A5}.news-strength-row strong{font-size:11px}.news-strength-bar{height:7px;border-radius:999px;background:#1E293B;overflow:hidden}.news-strength-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3B82F6,#22C55E)}.news-tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.news-tag-row span{font-size:9px;font-weight:900;letter-spacing:.6px;color:#C4B5FD;background:rgba(139,92,246,.11);border:1px solid rgba(139,92,246,.22);border-radius:999px;padding:5px 8px}.news-release-names{margin:11px 0 0;color:#CBD5E1;font-size:11px;line-height:1.55;font-weight:700}.news-signal-logic{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.65}.news-no-result{min-height:430px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.news-no-result>div{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;background:rgba(51,65,85,.28);border:1px solid var(--border);color:#64748B;font-size:24px}.news-no-result strong{margin-top:15px}.news-no-result span{margin-top:6px;color:var(--muted);font-size:11px}
@media(max-width:980px){.news-signal-layout{grid-template-columns:1fr}.news-result-card{min-height:440px}.news-empty-state,.news-loading-state{min-height:390px}.news-signal-list{max-height:none}}
@media(max-width:620px){.news-control-card,.news-result-card{padding:17px;border-radius:17px}.news-control-head h2{font-size:22px}.news-control-head p{font-size:12px}.news-orb{width:49px;height:49px;border-radius:15px;font-size:19px}.news-info-grid article{grid-template-columns:64px 1fr;padding:12px}.news-result-head{align-items:flex-start}.news-signal-top{align-items:flex-start}.news-direction-box{min-width:78px}.news-result-card{min-height:390px}.news-empty-state,.news-loading-state{min-height:340px}}

/* Profile popup + per-page tutorial button */
.topbar-title{min-width:0}.topbar-title h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-btn{display:grid;place-items:center;cursor:pointer;text-decoration:none;flex:0 0 auto}.tutorial-button{position:relative;color:#FCA5A5;background:rgba(239,68,68,.09);border-color:rgba(239,68,68,.22)}.tutorial-button:hover{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.38)}.tutorial-button svg{width:21px;height:21px;fill:#EF4444}.tutorial-button .tutorial-play{fill:#F8FAFC}.user-chip{appearance:none;border:0;background:transparent;color:var(--text);padding:4px 6px 4px 4px;border-radius:13px;cursor:pointer;text-align:left;font:inherit}.user-chip:hover,.user-chip:focus-visible{background:var(--surface);outline:1px solid var(--border)}.user-chip:focus-visible,.tutorial-button:focus-visible,.profile-close-button:focus-visible{box-shadow:0 0 0 3px rgba(59,130,246,.2)}
.profile-modal[hidden]{display:none}.profile-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.profile-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(2,6,23,.76);backdrop-filter:blur(6px);cursor:default}.profile-modal-card{position:relative;z-index:1;width:min(100%,470px);max-height:calc(100vh - 36px);overflow:auto;background:#111827;border:1px solid #334155;border-radius:22px;padding:22px;box-shadow:0 28px 85px rgba(0,0,0,.48)}.profile-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid var(--border)}.profile-modal-head h2{margin:5px 0 0;font-size:24px;letter-spacing:-.6px}.profile-close-button{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--border);background:#0B1220;color:var(--muted);font-size:25px;line-height:1;cursor:pointer}.profile-close-button:hover{color:#fff;border-color:#475569}.profile-summary{display:flex;align-items:center;gap:14px;padding:20px 0 17px}.profile-avatar-large{width:62px;height:62px;flex:0 0 auto;border-radius:19px;display:grid;place-items:center;font-size:24px;font-weight:950;background:linear-gradient(145deg,var(--purple),var(--primary));box-shadow:0 12px 30px rgba(59,130,246,.18)}.profile-summary strong,.profile-summary span{display:block}.profile-summary strong{font-size:19px}.profile-summary span{font-size:12px;color:var(--muted);margin-top:5px;word-break:break-all}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-info-grid article{min-width:0;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:#0B1220}.profile-info-grid article:nth-child(2){grid-column:span 2}.profile-info-grid span,.profile-info-grid strong{display:block}.profile-info-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#64748B;font-weight:900}.profile-info-grid strong{font-size:13px;margin-top:5px;overflow:hidden;text-overflow:ellipsis}.profile-help-box{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px;border:1px solid rgba(59,130,246,.25);border-radius:14px;background:rgba(59,130,246,.08)}.profile-help-icon{width:34px;height:34px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;color:#BFDBFE;background:rgba(59,130,246,.18);font-weight:950}.profile-help-box strong{font-size:13px}.profile-help-box p{margin:4px 0 0;color:#CBD5E1;font-size:11px;line-height:1.55}.profile-help-box b{color:#93C5FD}.profile-help-button{width:100%;margin-top:14px;min-height:45px}.profile-modal-open{overflow:hidden}.app-toast{position:fixed;left:50%;bottom:26px;z-index:140;max-width:min(90vw,420px);transform:translate(-50%,16px);opacity:0;padding:12px 15px;border:1px solid #475569;border-radius:12px;background:#111827;color:#F8FAFC;box-shadow:0 18px 45px rgba(0,0,0,.38);font-size:12px;font-weight:750;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.app-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:620px){.profile-modal{padding:10px;align-items:end}.profile-modal-card{width:100%;border-radius:20px 20px 14px 14px;padding:18px;max-height:calc(100vh - 20px)}.profile-info-grid{grid-template-columns:1fr}.profile-info-grid article:nth-child(2){grid-column:auto}.profile-summary{padding-top:17px}.tutorial-button{width:36px;height:36px}.tutorial-button svg{width:19px;height:19px}}
@media(max-width:420px){.credit-pill{display:none}.topbar-actions{gap:5px}.topbar{gap:9px}.topbar-title h1{max-width:142px}.user-chip{padding:2px}.avatar{width:36px;height:36px}}
