@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg: #0a0d0c;--bg-elevated: #101412;--border: #1f2624;--border-hover: #2c3532;--text: #eef1f0;--text-muted: #8a938f;--text-dim: #5c6663;--green: #34d67a;--green-dim: #1f8a52;--red: #f0505a;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:40px 40px;background-attachment:fixed;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}input,button{font-family:var(--font-sans)}.mono{font-family:var(--font-mono)}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:24px}.auth-brand-mark{width:28px;height:28px;background:var(--green);color:#06120a;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;font-size:14px}.auth-brand-name{font-weight:600;font-size:15px;letter-spacing:.02em}.auth-card{width:100%;max-width:380px;background:var(--bg-elevated);border:1px solid var(--border);padding:32px}.auth-title{margin:0 0 4px;font-size:20px;font-weight:600}.auth-subtitle{margin:0 0 24px;font-size:13px;color:var(--text-muted)}.field{margin-bottom:16px}.field-label{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.field-input{width:100%;padding:10px 12px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:14px;outline:none;transition:border-color .15s ease}.field-input:focus{border-color:var(--green-dim)}.btn-primary{width:100%;padding:11px 16px;background:var(--green);color:#06180d;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.btn-primary:hover:not(:disabled){background:#46e08c}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#f0505a1a;border:1px solid rgba(240,80,90,.3);color:var(--red);font-size:13px;padding:10px 12px;margin-bottom:16px}.auth-footer{margin-top:20px;text-align:center;font-size:13px;color:var(--text-muted)}.auth-footer a{color:var(--green);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.tg-page{min-height:100vh}.tg-topbar{height:48px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid var(--border)}.tg-topbar-title{margin:0;font-size:14px;font-weight:600}.tg-topbar-tag{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.tg-body{display:flex;justify-content:center;padding:40px 16px}.tg-container{width:100%;max-width:560px}.tg-stepper{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0 0 24px}.tg-step{display:flex;align-items:center;gap:8px;flex:1}.tg-step-dot{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);color:var(--text-dim);font-size:11px;font-weight:600}.tg-step-dot.is-done{border-color:var(--green);background:var(--green);color:#06180d}.tg-step-dot.is-current{border-color:var(--green);color:var(--green)}.tg-step-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.tg-step-label.is-current{color:var(--text)}.tg-step-line{flex:1;height:1px;background:var(--border);margin-left:4px}.tg-step-line.is-done{background:var(--green)}.tg-card{background:var(--bg-elevated);border:1px solid var(--border);padding:24px}.tg-title{margin:0 0 4px;font-size:16px;font-weight:600}.tg-hint{margin:0 0 16px;font-size:12px;color:var(--text-muted)}.tg-btn{width:auto;padding:9px 18px;margin-top:4px}.tg-row{display:flex;align-items:center;gap:14px;margin-top:4px}.tg-link{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;padding:0}.tg-btn-outline{padding:9px 16px;background:none;border:1px solid var(--border-hover);color:var(--text-muted);font-size:12px;cursor:pointer}.tg-btn-outline:hover{border-color:var(--red);color:var(--red)}.tg-btn-danger{padding:9px 16px;background:var(--red);border:none;color:#1a0506;font-size:12px;font-weight:600;cursor:pointer}.tg-done-header{display:flex;align-items:center;gap:10px}.tg-done-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--green);color:#06180d;font-size:13px;font-weight:700}.tg-meta-grid{margin:20px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border)}.tg-meta-cell{background:var(--bg-elevated);padding:12px 16px}.tg-live{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--green)}.tg-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.tg-footnote{margin-top:12px;font-size:11px;color:var(--text-dim)}.pos{color:var(--green)}.neg{color:var(--red)}.warn{color:#e0a83c}.dash-page{min-height:100vh}.dash-topbar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border)}.dash-topbar-left{display:flex;align-items:center;gap:12px}.dash-topbar-title{margin:0;font-size:14px;font-weight:600}.dash-topbar-tag{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.dash-topbar-right{display:flex;align-items:center;gap:14px}.dash-refresh-btn{padding:5px 10px;background:none;border:1px solid var(--border);color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.dash-refresh-btn:hover{border-color:var(--border-hover);color:var(--text)}.dash-topbar-email{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.dash-review-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 24px;background:#e0a83c1a;border-bottom:1px solid rgba(224,168,60,.3);color:#e0a83c;text-decoration:none;font-size:13px}.dash-review-banner:hover{background:#e0a83c26}.dash-review-count{font-weight:700}.dash-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-bottom:1px solid var(--border)}.dash-stat{background:var(--bg);padding:14px 24px}.dash-stat-value{margin-top:4px;font-size:22px;font-weight:600}.dash-stat-sub{margin-top:2px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.dash-body{padding:24px;display:flex;flex-direction:column;gap:20px}.dash-setup-card{background:var(--bg-elevated);border:1px solid var(--border);padding:20px}.dash-setup-tag{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#e0a83c;font-weight:600}.dash-setup-title{margin:8px 0 4px;font-size:15px;font-weight:600}.dash-setup-copy{margin:0 0 12px;font-size:13px;color:var(--text-muted);max-width:640px}.dash-section{background:var(--bg-elevated);border:1px solid var(--border)}.dash-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border)}.dash-section-title{margin:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.dash-section-note{font-size:10px;color:var(--text-dim);max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-empty{padding:32px 16px;font-size:13px;color:var(--text-muted)}.dash-empty-block{padding:48px 16px;text-align:center}.dash-empty-title{font-size:14px;font-weight:600}.dash-empty-copy{margin:6px auto 14px;max-width:380px;font-size:12px;color:var(--text-muted)}.dash-table-wrap{overflow-x:auto}.dash-table{width:100%;min-width:900px;border-collapse:collapse;font-size:13px}.dash-table thead tr{border-bottom:1px solid var(--border)}.dash-table th{padding:8px 16px;text-align:right;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap}.dash-table td{padding:10px 16px;text-align:right;border-bottom:1px solid rgba(31,38,36,.6);white-space:nowrap}.dash-muted-col{color:var(--text-dim)!important}.dash-td-strong{font-size:15px;font-weight:600}.dash-muted{color:var(--text-muted)}.dash-sep{color:var(--border-hover);margin:0 2px}.dash-channel-link{color:var(--text);text-decoration:none;font-weight:500}.dash-channel-link:hover{color:var(--green)}.dash-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 900px){.dash-two-col{grid-template-columns:1fr}.dash-stats-strip{grid-template-columns:repeat(2,1fr)}}.dash-list{list-style:none;margin:0;padding:0}.dash-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid rgba(31,38,36,.6)}.dash-list-row:last-child{border-bottom:none}.dash-list-main{display:flex;align-items:center;gap:8px}.dash-list-symbol{font-size:13px;font-weight:600}.dash-list-sub{font-size:11px;color:var(--text-muted)}.dash-list-meta{margin-top:2px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim)}.dash-list-right{text-align:right;font-size:12px;flex-shrink:0}.dash-badge{padding:2px 6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:2px}.pos-badge{background:#34d67a26;color:var(--green)}.neg-badge{background:#f0505a26;color:var(--red)}.warn-badge{background:#e0a83c26;color:#e0a83c}.muted-badge{background:var(--border);color:var(--text-muted)}.layout-shell{display:flex;min-height:100vh}.layout-sidebar{width:200px;flex-shrink:0;background:var(--bg-elevated);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 0}.layout-brand{display:flex;align-items:center;gap:8px;padding:0 20px 20px;font-weight:600;font-size:14px}.layout-nav{flex:1;display:flex;flex-direction:column;gap:1px}.layout-link{display:block;padding:9px 20px;color:var(--text-muted);text-decoration:none;font-size:13px;border-left:2px solid transparent}.layout-link.is-active{color:var(--text);background:#34d67a0f;border-left-color:var(--green)}.layout-link.is-disabled{display:flex;align-items:center;justify-content:space-between;gap:6px;color:var(--text-dim);cursor:default}.layout-soon-tag{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:1px 5px;border:1px solid var(--border-hover);color:var(--text-dim)}.layout-bottom{padding:14px 20px 0;margin-top:auto;border-top:1px solid var(--border)}.layout-email{font-size:11px;color:var(--text-dim);margin-bottom:8px;word-break:break-all}.layout-logout{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;font-size:12px}.layout-logout:hover{color:var(--red)}.layout-main{flex:1;overflow-y:auto;min-width:0}.rq-page{min-height:100vh}.rq-topbar{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 24px;border-bottom:1px solid var(--border)}.rq-topbar-title{margin:0;font-size:14px;font-weight:600}.rq-tabs{display:flex;gap:2px}.rq-tab{padding:5px 12px;background:none;border:1px solid var(--border);color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.rq-tab.is-active{border-color:var(--green);color:var(--green)}.rq-body{padding:24px}.rq-empty{padding:60px 16px;text-align:center;color:var(--text-muted);font-size:14px}.rq-list{display:flex;flex-direction:column;gap:12px;max-width:640px}.rq-card{background:var(--bg-elevated);border:1px solid var(--border);padding:16px}.rq-card-pending{border-left:3px solid #e0a83c}.rq-card-resolved{opacity:.75}.rq-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rq-card-time{font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}.rq-countdown{font-size:11px;font-weight:600}.rq-reason{font-size:13px;color:var(--text);margin-bottom:10px}.rq-proposed{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.rq-proposed-field{background:var(--bg);border:1px solid var(--border);padding:4px 8px;font-size:12px}.rq-proposed-label{text-transform:uppercase;font-size:9px;color:var(--text-dim);margin-right:4px}.rq-actions{display:flex;gap:10px}.rq-approve-btn{padding:8px 18px;background:var(--green);border:none;color:#06180d;font-size:13px;font-weight:600;cursor:pointer}.rq-approve-btn:disabled{opacity:.6;cursor:not-allowed}.rq-reject-btn{padding:8px 18px;background:none;border:1px solid var(--border-hover);color:var(--text-muted);font-size:13px;cursor:pointer}.rq-reject-btn:hover{border-color:var(--red);color:var(--red)}.rq-badge{padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.rq-badge-approved{background:#34d67a26;color:var(--green)}.rq-badge-rejected{background:#f0505a26;color:var(--red)}.rq-badge-expired{background:var(--border);color:var(--text-muted)}.set-page{min-height:100vh}.set-topbar{height:48px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--border)}.set-topbar-title{margin:0;font-size:14px;font-weight:600}.set-body{padding:24px;max-width:640px;display:flex;flex-direction:column;gap:20px}.set-section{background:var(--bg-elevated);border:1px solid var(--border);padding:20px}.set-section-title{margin:0 0 6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.set-section-copy{margin:0 0 16px;font-size:12px;color:var(--text-muted);line-height:1.5}.set-row{display:flex;gap:8px;align-items:center}.set-btn{padding:8px 14px;background:none;border:1px solid var(--border-hover);color:var(--text-muted);font-size:12px;cursor:pointer;white-space:nowrap}.set-btn:hover{color:var(--text);border-color:var(--text-muted)}.set-btn:disabled{opacity:.5;cursor:not-allowed}.set-btn-primary{width:auto;padding:8px 16px;white-space:nowrap}.set-status-ok{margin-top:10px;padding:8px 12px;font-size:12px;background:#34d67a1a;border:1px solid rgba(52,214,122,.3);color:var(--green)}.set-toggle-row{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.set-provider-row{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--border);cursor:pointer;margin-bottom:6px}.set-provider-row.is-selected{border-color:var(--green);background:#34d67a0d}.set-provider-label{font-size:13px;font-weight:500}.set-provider-desc{font-size:11px;color:var(--text-muted);margin-top:1px}.set-mapping-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.set-mapping-symbol{width:90px;font-weight:500;font-size:13px}.set-subheading{font-size:12px;font-weight:600;margin-top:20px;margin-bottom:8px}.set-mapping-saved{font-size:12px;color:var(--text-muted);margin-bottom:4px}.grs-channel-list{display:flex;flex-direction:column;gap:2px}.grs-channel-row{display:flex;align-items:center;gap:10px;padding:8px 4px;font-size:13px;cursor:pointer;border-bottom:1px solid rgba(31,38,36,.6)}.grs-channel-row:last-child{border-bottom:none}.dp-wrap{position:relative}.dp-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;background:var(--bg-elevated);border:1px solid var(--border-hover);max-height:260px;overflow-y:auto;box-shadow:0 8px 24px #0006}.dp-item{padding:9px 12px;cursor:pointer;border-bottom:1px solid var(--border)}.dp-item:hover{background:#34d67a0f}.dp-title{font-size:13px;font-weight:500}.dp-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.dp-selected{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--green-dim);background:#34d67a0d}.dp-clear{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:14px;line-height:1}.dp-clear:hover{color:var(--text)}.dp-nourl{font-size:11px;color:#e0a83c;margin-top:2px}.dp-loading{padding:12px;color:var(--text-muted);font-size:12px}.ch-page{min-height:100vh}.ch-topbar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border)}.ch-topbar-left{display:flex;align-items:center;gap:12px}.ch-topbar-title{margin:0;font-size:14px;font-weight:600}.ch-topbar-tag{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.ch-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 24px;background:#ffffff05;border-bottom:1px solid var(--border)}.ch-body{padding:24px}.ch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.ch-card{display:flex;flex-direction:column;background:var(--bg-elevated);border:1px solid var(--border)}.ch-card.is-source{border-color:var(--green-dim)}.ch-card-header{display:flex;align-items:flex-start;gap:8px;padding:12px;border-bottom:1px solid var(--border)}.ch-card-title{display:block;color:var(--text);text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-card-title:hover{color:var(--green)}.ch-card-url{font-size:10px;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-status-btn{flex-shrink:0;padding:2px 8px;border:1px solid var(--border-hover);background:none;color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.ch-status-btn.is-active{border-color:#34d67a66;background:#34d67a1a;color:var(--green)}.ch-tags{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border)}.ch-tag{font-size:9px;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border:1px solid var(--border-hover);color:var(--text-muted)}.ch-tag-warn{border-color:#e0a83c66;background:#e0a83c1a;color:#e0a83c}.ch-tag-global{border-color:var(--green-dim);background:#34d67a1a;color:var(--green)}.ch-tag-primary{border-color:var(--green-dim);color:var(--green)}.ch-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.ch-mini-stat{background:var(--bg-elevated);padding:8px 10px}.ch-mini-value{font-size:14px;font-weight:600}.ch-mini-value-sm{font-size:12px;color:var(--text-muted)}.ch-mini-label{margin-top:2px;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.ch-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:10px;color:var(--text-dim)}.ch-detail-link{color:var(--text-muted);text-decoration:none;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.ch-detail-link:hover{color:var(--green)}.ch-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;background:#0009;padding:32px 16px}.ch-modal{width:100%;max-width:620px;background:var(--bg-elevated);border:1px solid var(--border-hover);box-shadow:0 16px 48px #00000080}.ch-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.ch-modal-title{margin:0;font-size:14px;font-weight:600}.ch-modal-subtitle{margin:2px 0 0;font-size:11px;color:var(--text-muted)}.ch-modal-body{padding:16px;display:flex;flex-direction:column;gap:18px;max-height:60vh;overflow-y:auto}.ch-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border)}.ch-step-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.ch-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.ch-preset-card{display:flex;flex-direction:column;gap:2px;align-items:flex-start;background:var(--bg-elevated);border:none;padding:10px 12px;cursor:pointer;text-align:left}.ch-preset-card.is-selected{background:#34d67a14;box-shadow:inset 0 0 0 1px var(--green)}.ch-preset-label{font-size:12px;font-weight:600}.ch-preset-blurb{font-size:10px;color:var(--text-muted)}.ch-preset-values{margin-top:8px;border:1px solid var(--border);background:#ffffff05;padding:10px 12px}.ch-preset-values-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px}.ch-preset-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px 16px}.ch-preset-value-row{display:flex;justify-content:space-between;gap:8px;font-size:11px}.ch-preset-footnote{margin:8px 0 0;font-size:10px;color:var(--text-dim)}.ch-custom-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;border:1px solid var(--border);padding:10px}.ch-custom-field{display:flex;flex-direction:column}.ch-diff-block{border:1px solid var(--border)}.ch-diff-header{display:flex;justify-content:space-between;padding:8px 12px;background:#ffffff05;border-bottom:1px solid var(--border);font-size:12px;font-weight:600}:root{--bg: #060807;--bg-elevated: #0c100e;--bg-raised: #121815;--bg-soft: #171e1a;--border: #1c2822;--border-hover: #304038;--text: #f1f4ee;--text-muted: #929c96;--text-dim: #68726c;--green: #b7f34a;--green-dim: #779d35;--emerald: #35d59a;--brass: #c9a45c;--red: #ff646b;--font-sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Instrument Serif", Georgia, serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--shadow-xl: 0 32px 90px rgba(0, 0, 0, .42)}html{scroll-behavior:smooth}body{background:var(--bg);background-image:none;font-family:var(--font-sans);color:var(--text)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{color:#0a0d0b;background:var(--green)}.mono{font-family:var(--font-mono)!important}.positive,.pos{color:var(--emerald)!important}.negative,.neg{color:var(--red)!important}.brass,.warn{color:var(--brass)!important}.ui-icon{display:block;flex:0 0 auto}.brand-lockup{display:inline-flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;width:fit-content}.brand-mark{position:relative;display:inline-flex;width:var(--brand-size);height:var(--brand-size);color:var(--green)}.brand-mark svg{width:100%;height:100%;overflow:visible}.brand-mark-frame{fill:#b7f34a14;stroke:currentColor;stroke-width:1.1}.brand-mark-p,.brand-mark-tick{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}.brand-word{font-size:16px;font-weight:700;letter-spacing:-.04em}.brand-word span{color:var(--text-muted);font-weight:500}.brand-lockup.is-compact{gap:9px}.brand-lockup.is-compact .brand-word{font-size:14px}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid transparent;text-decoration:none;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.button:hover:not(:disabled){transform:translateY(-2px)}.button-primary{color:#0c100d;background:var(--green);box-shadow:0 12px 34px #b7f34a1f}.button-primary:hover:not(:disabled){background:#c6ff5d}.button-ghost{color:var(--text);background:#ffffff06;border-color:var(--border-hover)}.button-ghost:hover{border-color:#607168;background:#ffffff0b}.button-small{min-height:40px;padding:0 16px;font-size:12px}.button:disabled{cursor:not-allowed;opacity:.55}.section-index{display:inline-flex;align-items:center;gap:10px;color:var(--green);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.section-index:before{content:"";width:26px;height:1px;background:currentColor}.landing-page{position:relative;min-height:100vh;overflow:clip;background:var(--bg);color:var(--text)}.landing-noise{position:fixed;z-index:99;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.landing-container{width:min(1240px,calc(100% - 64px));margin-inline:auto}.landing-nav{position:absolute;z-index:50;top:0;left:50%;width:min(1360px,calc(100% - 48px));height:88px;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.landing-nav nav{position:absolute;left:50%;display:flex;align-items:center;gap:32px;transform:translate(-50%)}.landing-nav nav a,.nav-login{color:var(--text-muted);text-decoration:none;font-size:12px;font-weight:600;transition:color .18s ease}.landing-nav nav a:hover,.nav-login:hover{color:var(--text)}.landing-nav-actions{display:flex;align-items:center;gap:19px}.nav-menu,.nav-mobile-login{display:none}.landing-hero{position:relative;min-height:920px;padding:175px 0 84px;overflow:hidden}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.52;background-image:linear-gradient(rgba(45,61,52,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(45,61,52,.35) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.75) 58%,transparent 96%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.75) 58%,transparent 96%)}.hero-grid-lines:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 48%,transparent 0,var(--bg) 78%)}.hero-ambient{position:absolute;z-index:0;border-radius:50%;filter:blur(18px);opacity:.75;will-change:transform}.hero-ambient.is-one{top:4%;right:7%;width:460px;height:460px;background:radial-gradient(circle,rgba(53,213,154,.12),transparent 68%)}.hero-ambient.is-two{bottom:4%;left:25%;width:400px;height:400px;background:radial-gradient(circle,rgba(183,243,74,.08),transparent 68%)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);align-items:center;gap:66px}.hero-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:26px;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #b7f34a14,0 0 20px #b7f34a8c}.hero-content h1{margin:0;font-size:clamp(64px,6.6vw,104px);font-weight:500;line-height:.86;letter-spacing:-.075em}.hero-mask{display:block;overflow:hidden;padding-bottom:.08em}.hero-line{display:block;will-change:transform}.hero-serif{color:var(--green);font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.055em}.hero-copy{max-width:570px;margin:30px 0 0;color:var(--text-muted);font-size:16px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-proof{display:flex;flex-wrap:wrap;gap:20px;margin-top:26px;color:var(--text-dim);font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof svg{color:var(--green)}.hero-terminal{position:relative;min-height:590px;border:1px solid #26332d;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 26%),#0a0e0c;box-shadow:var(--shadow-xl),0 0 0 1px #ffffff04 inset;perspective:1200px;will-change:transform}.hero-terminal:before,.hero-terminal:after{content:"";position:absolute;pointer-events:none}.hero-terminal:before{top:-12px;right:16px;bottom:12px;left:-12px;z-index:-1;border:1px solid rgba(183,243,74,.12)}.hero-terminal:after{top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(35,49,41,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(35,49,41,.3) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 30%,black 70%,transparent);mask-image:linear-gradient(to bottom,transparent,black 30%,black 70%,transparent)}.terminal-glow{position:absolute;z-index:0;top:20%;right:12%;bottom:20%;left:12%;background:radial-gradient(circle,rgba(183,243,74,.085),transparent 68%)}.terminal-topline,.terminal-source,.terminal-pipeline,.terminal-order{position:relative;z-index:2}.terminal-topline{height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;border-bottom:1px solid var(--border);color:var(--text-dim);font-size:9px;letter-spacing:.08em}.terminal-window-controls{display:flex;gap:5px}.terminal-window-controls i{width:6px;height:6px;border-radius:50%;background:#28332d}.terminal-live{justify-self:end;display:flex;align-items:center;gap:6px;color:var(--green);text-transform:uppercase}.terminal-live i,.story-console-head .positive i{width:5px;height:5px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}.terminal-source{margin:28px;padding:20px;border:1px solid var(--border);background:#121815d1}.terminal-source-head{display:flex;align-items:center;gap:11px}.terminal-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #3a4b41;color:var(--green);background:#b7f34a0f;font-family:var(--font-mono);font-size:10px;font-weight:600}.terminal-source-head>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.terminal-source-head strong{font-size:12px}.terminal-source-head small{color:var(--text-dim);font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.terminal-encrypted{margin-left:auto;color:var(--text-dim);font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.terminal-source p{margin:18px 0 0 45px;color:#dce2dd;font-family:var(--font-mono);font-size:13px;line-height:1.8}.terminal-pipeline{position:relative;display:grid;gap:4px;padding:0 28px}.pipeline-rail{position:absolute;top:19px;bottom:19px;left:44px;width:1px;background:#26342c}.pipeline-rail span{display:block;width:100%;height:85%;background:linear-gradient(var(--green),var(--emerald));box-shadow:0 0 12px #b7f34a59;animation:pipeline-flow 2.4s ease-in-out infinite alternate}@keyframes pipeline-flow{0%{transform:scaleY(.2);transform-origin:top}to{transform:scaleY(1);transform-origin:top}}.pipeline-node{position:relative;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:44px;padding:0 14px 0 4px;color:var(--text-muted);font-size:11px;will-change:transform,opacity}.pipeline-node>svg,.node-pulse{z-index:2;justify-self:center;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:3px;border:1px solid rgba(183,243,74,.4);border-radius:50%;color:var(--green);background:#0a0e0c}.pipeline-node b{color:var(--text-dim);font-family:var(--font-mono);font-size:8px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.pipeline-node.is-active{border:1px solid rgba(183,243,74,.2);color:var(--text);background:#b7f34a0a}.node-pulse{width:9px;height:9px;padding:0;background:var(--green);box-shadow:0 0 0 5px #b7f34a1a,0 0 16px var(--green)}.pipeline-node.is-active b{color:var(--green)}.terminal-order{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:24px 28px 28px;border:1px solid var(--border);background:var(--border)}.terminal-order>div{display:flex;flex-direction:column;gap:5px;padding:12px;background:#0d120f}.terminal-order small{color:var(--text-dim);font-size:8px;text-transform:uppercase}.terminal-order strong{font-size:11px}.terminal-confidence{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:8px 12px;color:var(--text-dim);background:#0d120f;font-size:9px;text-transform:uppercase}.terminal-confidence b{color:var(--green);font-family:var(--font-mono)}.ownership-rail{position:absolute;z-index:3;bottom:0;left:0;width:100%;overflow:hidden;border-block:1px solid var(--border);background:#090c0a}.ownership-rail>div{display:flex;width:max-content;animation:ownership-marquee 28s linear infinite}.ownership-rail span{display:inline-flex;align-items:center;gap:22px;padding:14px 11px;color:var(--text-dim);font-family:var(--font-mono);font-size:9px;letter-spacing:.14em}.ownership-rail i{width:4px;height:4px;border-radius:50%;background:var(--green)}@keyframes ownership-marquee{to{transform:translate(-50%)}}.landing-statement{min-height:650px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.landing-statement p{margin:42px 0 0;font-size:clamp(46px,6vw,84px);font-weight:500;line-height:1.03;letter-spacing:-.06em}.landing-statement em,.section-copy h2 em,.section-heading h2 em,.landing-cta h2 em{color:var(--green);font-family:var(--font-serif);font-style:italic;font-weight:400}.signal-story{position:relative;padding:140px 0;border-block:1px solid var(--border);background:#090c0a}.signal-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;background-image:linear-gradient(90deg,transparent 49.9%,var(--border) 50%,transparent 50.1%)}.signal-story-grid{position:relative;display:grid;grid-template-columns:.74fr 1.26fr;align-items:center;gap:90px}.section-copy h2,.section-heading h2{margin:24px 0 0;font-size:clamp(48px,5vw,76px);font-weight:500;line-height:.98;letter-spacing:-.06em}.section-copy>p,.section-heading>p{max-width:550px;margin:26px 0 0;color:var(--text-muted);font-size:14px;line-height:1.75}.story-console{border:1px solid #26332d;background:var(--bg);box-shadow:var(--shadow-xl)}.story-console-head,.ld-panel-head{display:flex;align-items:center;justify-content:space-between;height:47px;padding:0 18px;border-bottom:1px solid var(--border);color:var(--text-dim);font-size:9px;letter-spacing:.08em}.story-console-head .positive{display:flex;align-items:center;gap:6px;font-size:9px;text-transform:uppercase}.story-signal{display:flex;flex-direction:column;gap:12px;margin:24px;padding:20px;border-left:2px solid var(--brass);background:var(--bg-raised)}.story-signal small{color:var(--brass);font-family:var(--font-mono);font-size:8px;letter-spacing:.08em}.story-signal strong{font-family:var(--font-mono);font-size:12px;font-weight:500}.story-path{display:grid;grid-template-columns:repeat(4,1fr);margin:0 24px 24px;border:1px solid var(--border)}.story-path span{position:relative;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;padding:15px;border-right:1px solid var(--border)}.story-path span:last-child{border-right:none}.story-path b{color:var(--green);font-family:var(--font-mono);font-size:9px}.story-path em{color:var(--text-dim);font-size:9px;font-style:normal;text-transform:uppercase}.story-path strong{font-family:var(--font-mono);font-size:10px}.safety-wrap{position:relative;min-height:2600px;background:radial-gradient(circle at 70% 50%,rgba(183,243,74,.04),transparent 32%),var(--bg)}.safety-stage{height:100vh;min-height:720px;display:flex;align-items:center;overflow:hidden}.safety-layout{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:80px}.safety-visual{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.safety-orbit{position:absolute;width:590px;height:590px;border:1px solid rgba(183,243,74,.1);border-radius:50%;will-change:transform}.safety-orbit:before,.safety-orbit:after{content:"";position:absolute;top:80px;right:80px;bottom:80px;left:80px;border:1px solid rgba(53,213,154,.08);border-radius:50%}.safety-orbit:after{top:170px;right:170px;bottom:170px;left:170px}.safety-orbit span{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 18px #b7f34aa6}.safety-orbit span:nth-child(1){top:7%;left:25%}.safety-orbit span:nth-child(2){top:64%;right:1%}.safety-orbit span:nth-child(3){bottom:5%;left:24%}.safety-stack{position:relative;z-index:2;width:min(560px,100%);display:grid;gap:7px}.safety-layer{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;min-height:70px;padding:12px 18px;border:1px solid var(--border);background:#0c100ef0;box-shadow:0 14px 40px #0003;will-change:transform,opacity}.safety-layer>b{color:var(--green);font-size:10px}.safety-layer>span{display:flex;flex-direction:column;gap:3px}.safety-layer strong{font-size:12px}.safety-layer small{color:var(--text-dim);font-size:9px}.safety-layer>svg{color:var(--green)}.safety-verdict{position:absolute;z-index:3;right:-12px;bottom:32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;width:330px;padding:16px;border:1px solid rgba(183,243,74,.4);background:#121a13;box-shadow:0 18px 60px #0000007a}.safety-verdict>svg,.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:9px;border:1px solid rgba(183,243,74,.22);color:var(--green);background:#b7f34a0f}.safety-verdict>span{display:flex;flex-direction:column;gap:3px}.safety-verdict small{color:var(--text-dim);font-family:var(--font-mono);font-size:7px;letter-spacing:.08em}.safety-verdict strong{font-size:11px}.safety-verdict>b{color:var(--green);font-size:17px}.features-section,.product-reveal,.workflow-section,.truth-section{padding:150px 0}.features-section{border-block:1px solid var(--border);background:#090c0a}.section-heading{max-width:820px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:70px;background:var(--border);border:1px solid var(--border)}.feature-card{position:relative;min-height:330px;padding:28px;overflow:hidden;background:var(--bg-elevated);transition:background-color .25s ease;will-change:transform,opacity}.feature-card.is-wide{grid-column:span 2}.feature-card:hover{background:#111712}.feature-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:62px}.feature-card-top>.mono{color:var(--text-dim);font-size:9px}.feature-card>small{color:var(--green);font-family:var(--font-mono);font-size:8px;letter-spacing:.09em;text-transform:uppercase}.feature-card h3{max-width:430px;margin:12px 0 0;font-size:25px;font-weight:500;line-height:1.18;letter-spacing:-.04em}.feature-card p{max-width:500px;margin:16px 0 0;color:var(--text-muted);font-size:12px;line-height:1.65}.feature-corner{position:absolute;right:-44px;bottom:-44px;width:110px;height:110px;border:1px solid rgba(183,243,74,.12);transform:rotate(45deg);transition:transform .35s ease}.feature-card:hover .feature-corner{transform:rotate(45deg) scale(1.2)}.product-reveal{padding-bottom:190px;overflow:hidden}.product-reveal .section-heading{margin-bottom:82px}.landing-dashboard{display:grid;grid-template-columns:190px 1fr;min-width:1020px;min-height:650px;overflow:hidden;border:1px solid #2b3932;background:#080b09;box-shadow:0 50px 140px #0000009e;transform-style:preserve-3d;will-change:transform}.ld-sidebar{display:flex;flex-direction:column;gap:3px;padding:22px 14px;border-right:1px solid var(--border);background:#0b0f0c}.ld-sidebar .brand-lockup{margin:0 7px 34px}.ld-nav{position:relative;display:flex;align-items:center;gap:9px;padding:9px 10px;color:var(--text-dim);font-size:10px}.ld-nav.is-active{color:var(--text);background:#b7f34a0f}.ld-nav.is-active:before{content:"";position:absolute;top:5px;bottom:5px;left:0;width:2px;background:var(--green)}.ld-nav b{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;color:#0c0f0d;background:var(--brass);font-family:var(--font-mono);font-size:7px}.ld-main{padding:32px}.ld-heading{display:flex;justify-content:space-between;align-items:flex-start}.ld-heading>span:first-child{display:flex;flex-direction:column;gap:8px}.ld-heading small{color:var(--green);font-family:var(--font-mono);font-size:8px;letter-spacing:.1em}.ld-heading strong{font-size:22px;font-weight:500}.ld-status{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(53,213,154,.18);color:var(--emerald);font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.ld-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.ld-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:32px;border:1px solid var(--border);background:var(--border)}.ld-metrics>span{min-height:120px;display:flex;flex-direction:column;padding:15px;background:#0c100e}.ld-metrics small{color:var(--text-dim);font-family:var(--font-sans);font-size:8px;text-transform:uppercase}.ld-metrics strong{margin-top:17px;font-family:var(--font-mono);font-size:20px}.ld-metrics em{margin-top:auto;color:var(--text-dim);font-size:8px;font-style:normal}.ld-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:14px;margin-top:14px}.ld-panel{min-height:270px;border:1px solid var(--border);background:#0c100e}.ld-panel-head{height:44px;padding:0 14px}.ld-panel-head>span{color:var(--text);font-size:9px;font-weight:600;text-transform:uppercase}.ld-row{display:grid;grid-template-columns:25px 1.4fr .7fr .8fr .6fr;align-items:center;gap:10px;min-height:61px;padding:0 14px;border-bottom:1px solid rgba(28,40,34,.7);font-size:9px}.ld-row>b{color:var(--text-dim);font-family:var(--font-mono);font-size:8px}.ld-row>strong,.ld-row>em,.ld-row>small{font-family:var(--font-mono);font-size:8px;font-style:normal}.ld-row>small{color:var(--text-dim)}.ld-signal{display:flex;align-items:center;gap:10px;margin:16px;padding:13px;border:1px solid rgba(201,164,92,.25);background:#c9a45c0a}.ld-signal>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.ld-signal strong{font-family:var(--font-mono);font-size:9px}.ld-signal small{color:var(--text-dim);font-size:7px}.ld-signal em{margin-left:auto;color:var(--brass);font-family:var(--font-mono);font-size:8px;font-style:normal}.ld-action button{display:flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 32px);height:37px;margin:0 16px;border:0;color:#0b0e0c;background:var(--green);font-size:9px;font-weight:700}.workflow-section{overflow:hidden;border-block:1px solid var(--border);background:#090c0a}.workflow-track{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border:1px solid var(--border);background:var(--border);gap:1px}.workflow-card{min-height:310px;padding:26px;background:var(--bg-elevated);will-change:transform,opacity}.workflow-card>div{display:flex;justify-content:space-between;color:var(--green)}.workflow-card>div span{font-size:10px}.workflow-card h3{margin:105px 0 0;font-size:20px;font-weight:500;letter-spacing:-.04em}.workflow-card p{margin:15px 0 0;color:var(--text-muted);font-size:11px;line-height:1.7}.truth-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.truth-graphic{position:relative;display:flex;align-items:center;justify-content:center;gap:24px;min-height:480px;border:1px solid var(--border);background:linear-gradient(rgba(36,49,42,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(36,49,42,.25) 1px,transparent 1px),var(--bg-elevated);background-size:38px 38px}.truth-ring{display:flex;flex-direction:column;align-items:center;justify-content:center;width:175px;height:175px;border:1px solid #344139;border-radius:50%}.truth-ring b{font-family:var(--font-mono);font-size:25px}.truth-ring small{margin-top:6px;color:var(--text-dim);font-family:var(--font-mono);font-size:8px;letter-spacing:.09em}.truth-ring.is-positive{border-color:#b7f34a73;box-shadow:0 0 60px #b7f34a14,inset 0 0 40px #b7f34a0a}.truth-ring.is-positive b{color:var(--green)}.truth-cross{color:var(--brass);font-family:var(--font-serif);font-size:42px}.landing-cta{position:relative;min-height:720px;display:flex;align-items:center;text-align:center;overflow:hidden;border-top:1px solid var(--border);background:#090c0a}.landing-cta .landing-container{position:relative;z-index:2}.landing-cta .section-index{justify-content:center}.landing-cta h2{margin:30px auto 40px;font-size:clamp(54px,6vw,86px);font-weight:500;line-height:.98;letter-spacing:-.065em}.cta-orbit{position:absolute;top:50%;left:50%;width:800px;height:800px;border:1px solid rgba(183,243,74,.1);border-radius:50%;transform:translate(-50%,-50%)}.cta-orbit:before,.cta-orbit:after{content:"";position:absolute;top:110px;right:110px;bottom:110px;left:110px;border:1px solid rgba(183,243,74,.07);border-radius:inherit}.cta-orbit:after{top:230px;right:230px;bottom:230px;left:230px;background:radial-gradient(circle,rgba(183,243,74,.07),transparent 70%)}.landing-footer{padding:58px 0 22px;border-top:1px solid var(--border);background:var(--bg)}.footer-main{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:start;gap:60px}.footer-main>p{margin:3px 0 0;color:var(--text-muted);font-size:12px;line-height:1.7}.footer-main>div{display:flex;justify-content:flex-end;gap:24px}.footer-main>div a{color:var(--text-muted);text-decoration:none;font-size:11px}.footer-main>div a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:55px;padding-top:19px;border-top:1px solid var(--border);color:var(--text-dim);font-size:9px}.footer-bottom p{max-width:680px;margin:0;text-align:right;line-height:1.5}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(470px,.86fr) minmax(600px,1.14fr);background:var(--bg)}.auth-panel{position:relative;z-index:2;min-height:100vh;background:#080b09}.auth-panel-inner{width:min(540px,calc(100% - 80px));min-height:100vh;display:flex;flex-direction:column;margin-inline:auto;padding:34px 0 26px}.auth-panel-brand{display:flex;align-items:center;justify-content:space-between}.auth-back{display:flex;align-items:center;gap:6px;color:var(--text-dim);text-decoration:none;font-size:10px;font-weight:600}.auth-back svg{transform:rotate(180deg)}.auth-back:hover{color:var(--text)}.auth-form-wrap{width:100%;max-width:430px;margin:auto;padding:70px 0 50px}.auth-heading h1{margin:20px 0 0;font-size:46px;font-weight:500;letter-spacing:-.055em}.auth-heading p{margin:11px 0 0;color:var(--text-muted);font-size:13px;line-height:1.65}.auth-modern-form{display:flex;flex-direction:column;margin-top:38px}.auth-modern-form .field{margin-bottom:19px}.field-label{margin-bottom:8px;color:var(--text-muted);font-family:var(--font-mono);font-size:9px;font-weight:500;letter-spacing:.08em}.field-input{min-height:49px;padding:0 14px;border:1px solid var(--border);border-radius:0;color:var(--text);background:#0c100e;font-size:12px;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.field-input::placeholder{color:#525b56}.field-input:focus{border-color:#b7f34a80;background:#0e130f;box-shadow:0 0 0 3px #b7f34a0d}.password-field{position:relative}.password-field .field-input{padding-right:46px}.password-field>button{position:absolute;top:50%;right:1px;width:44px;height:45px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:0;color:var(--text-dim);background:transparent;cursor:pointer}.password-field>button:hover{color:var(--text)}.auth-submit{width:100%;margin-top:4px}.auth-error{margin-bottom:16px;border-color:#ff646b4d;color:#ff8389;background:#ff646b12;font-size:11px;line-height:1.5}.auth-switch{margin-top:25px;color:var(--text-muted);text-align:center;font-size:11px}.auth-switch a{color:var(--green);text-decoration:none;font-weight:700}.auth-legal{color:var(--text-dim);font-family:var(--font-mono);font-size:8px;letter-spacing:.04em;text-transform:uppercase}.password-strength{display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:5px;margin-top:8px}.password-strength span{height:2px;background:var(--border)}.password-strength small{margin-left:4px;color:var(--text-dim);font-size:8px}.password-strength.strength-1 span:nth-child(1),.password-strength.strength-2 span:nth-child(-n+2),.password-strength.strength-3 span{background:var(--green)}.button-spinner{width:13px;height:13px;border:2px solid rgba(8,12,9,.25);border-top-color:#080b09;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-visual{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;border-left:1px solid var(--border);background:radial-gradient(circle at 62% 44%,rgba(183,243,74,.07),transparent 32%),#0a0e0c}.auth-visual-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:linear-gradient(rgba(37,51,43,.38) 1px,transparent 1px),linear-gradient(90deg,rgba(37,51,43,.38) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%)}.auth-visual-content{position:relative;z-index:2;width:min(620px,calc(100% - 90px))}.auth-visual-label{display:flex;align-items:center;gap:9px;color:var(--green);font-size:9px;letter-spacing:.11em}.auth-visual-label span{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.auth-visual-content h2{margin:28px 0 0;font-size:clamp(50px,5vw,74px);font-weight:500;line-height:.98;letter-spacing:-.06em}.auth-visual-content h2 em{color:var(--green);font-family:var(--font-serif);font-style:italic;font-weight:400}.auth-visual-content>p{max-width:500px;margin:22px 0 0;color:var(--text-muted);font-size:13px;line-height:1.75}.auth-terminal-card{margin-top:46px;border:1px solid #2a3730;background:#080b09e6;box-shadow:0 30px 80px #00000059}.auth-terminal-head{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--border);color:var(--text-dim);font-size:8px;letter-spacing:.08em}.auth-terminal-head .positive{display:flex;align-items:center;gap:6px;text-transform:uppercase}.auth-terminal-head i{width:5px;height:5px;border-radius:50%;background:currentColor}.auth-terminal-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:70px;padding:0 17px;border-bottom:1px solid rgba(28,40,34,.7)}.auth-terminal-row:last-child{border-bottom:0}.auth-terminal-row>svg:first-child{color:var(--text-muted)}.auth-terminal-row>span{display:flex;flex-direction:column;gap:4px}.auth-terminal-row strong{font-size:11px}.auth-terminal-row small{color:var(--text-dim);font-size:8px}.auth-visual-note{display:flex;align-items:center;gap:12px;margin-top:20px;color:var(--text-muted)}.auth-visual-note>svg{color:var(--brass)}.auth-visual-note>span{display:flex;flex-direction:column;gap:3px}.auth-visual-note strong{color:var(--text);font-size:10px}.auth-visual-note small{color:var(--text-dim);font-size:8px}.auth-visual-code{position:absolute;right:26px;bottom:24px;color:var(--text-dim);font-size:8px;letter-spacing:.1em}.layout-shell{min-height:100vh;background:#080b09}.layout-sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:240px;padding:24px 14px 16px;border-right:1px solid var(--border);background:#0a0e0c}.layout-brand{display:flex;align-items:center;justify-content:space-between;padding:0 8px 30px}.layout-close{display:none}.layout-nav{gap:25px}.layout-nav-group{display:flex;flex-direction:column;gap:3px}.layout-nav-label{padding:0 10px 8px;color:#56615b;font-family:var(--font-mono);font-size:8px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.layout-link{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:0 11px;border:1px solid transparent;border-left:1px solid transparent;color:#7d8781;font-size:11px;font-weight:600;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.layout-link:hover{color:var(--text);background:#ffffff05}.layout-link.is-active{border-color:#b7f34a14;border-left-color:var(--green);color:var(--text);background:#b7f34a0e}.layout-link.is-active svg{color:var(--green)}.layout-link.has-error{border-color:#ff545429;border-left-color:var(--red);color:#ff8d8d;background:#ff54540f}.layout-link.has-error svg{color:var(--red)}.layout-error-badge{margin-left:auto;padding:2px 5px;border:1px solid rgba(255,84,84,.28);border-radius:3px;color:#ff8d8d;background:#ff54541a;font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.layout-attention-dot{width:5px;height:5px;margin-left:auto;border-radius:50%;background:var(--brass);box-shadow:0 0 10px #c9a45c99}.layout-system-card{margin:auto 0 14px;padding:13px;border:1px solid var(--border);background:#0d120f}.layout-system-head{display:flex;justify-content:space-between;margin-bottom:11px;color:var(--text-muted);font-size:9px;font-weight:600}.layout-system-head>.mono{color:var(--text-dim);font-size:7px;font-weight:400;text-transform:uppercase}.layout-system-card>div:not(.layout-system-head){display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;min-height:26px;color:var(--text-dim);font-size:8px}.layout-system-card i{width:5px;height:5px;border-radius:50%}.layout-system-card i.is-online{background:var(--emerald);box-shadow:0 0 8px #35d59a80}.layout-system-card i.is-warning{background:var(--brass)}.layout-system-card b{color:var(--text-muted);font-weight:500}.layout-bottom{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:0;padding:14px 5px 0;border-top:1px solid var(--border)}.layout-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-hover);color:var(--green);background:#b7f34a0d;font-family:var(--font-mono);font-size:9px}.layout-account-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.layout-account-copy strong{overflow:hidden;color:var(--text-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.layout-email{overflow:hidden;margin:0;color:var(--text-dim);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.layout-logout{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:var(--text-dim)}.layout-main{min-height:100vh;margin-left:240px;overflow:visible;background:#080b09;animation:page-fade .3s ease both}@keyframes page-fade{0%{opacity:0;transform:translateY(4px)}}.layout-mobile-header,.layout-scrim{display:none}.terminal-page{min-height:100vh;padding:36px clamp(22px,3vw,46px) 24px;color:var(--text);background:radial-gradient(circle at 82% 2%,rgba(183,243,74,.035),transparent 24%),#080b09}.terminal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:30px}.terminal-eyebrow{color:var(--green);font-size:8px;font-weight:600;letter-spacing:.13em}.terminal-header h1{margin:10px 0 0;font-size:35px;font-weight:500;letter-spacing:-.05em}.terminal-header p{margin:8px 0 0;color:var(--text-dim);font-size:11px}.terminal-header-actions{display:flex;align-items:center;gap:10px}.terminal-system-status,.terminal-refresh{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);color:var(--text-muted);background:#0c100e;font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.terminal-system-status{color:var(--emerald)}.terminal-system-status i,.live-dot,.terminal-footer i{width:5px;height:5px;border-radius:50%;background:var(--emerald);box-shadow:0 0 8px #35d59a8c}.terminal-refresh{cursor:pointer}.terminal-refresh:hover:not(:disabled){border-color:var(--border-hover);color:var(--text)}.is-spinning{animation:spin .8s linear infinite}.terminal-alert{min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:14px;padding:12px 17px;border:1px solid var(--border);color:var(--text);text-decoration:none;background:var(--bg-elevated)}.terminal-alert.is-review{border-color:#c9a45c47;background:linear-gradient(90deg,#c9a45c13,#c9a45c05)}.terminal-alert.is-setup{border-color:#b7f34a33;background:linear-gradient(90deg,rgba(183,243,74,.06),transparent)}.terminal-alert.is-error{border-color:#ff646b4d;background:#ff646b0f}.terminal-alert.is-error>svg{color:var(--red)}.terminal-alert.is-error>button{border:0;color:var(--text-dim);background:transparent;cursor:pointer}.terminal-alert-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(201,164,92,.22);color:var(--brass);background:#c9a45c0f}.terminal-alert.is-setup .terminal-alert-icon{border-color:#b7f34a33;color:var(--green);background:#b7f34a0d}.terminal-alert>span:nth-child(2){display:flex;flex-direction:column;gap:3px;color:var(--text-dim);font-size:9px}.terminal-alert strong{color:var(--text);font-size:11px}.terminal-alert-action{display:flex;align-items:center;gap:7px;color:var(--text);text-decoration:none;font-size:9px;font-weight:700}.terminal-alert:hover .terminal-alert-action{color:var(--green)}.terminal-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:16px;border:1px solid var(--border);background:var(--border)}.terminal-metric{position:relative;min-height:146px;display:flex;flex-direction:column;padding:19px;overflow:hidden;background:#0d110f}.terminal-metric.is-accent{background:linear-gradient(135deg,rgba(183,243,74,.07),transparent 70%),#0d110f}.terminal-metric-head{display:flex;align-items:center;justify-content:space-between;color:var(--text-dim);font-size:8px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.terminal-metric.is-accent .terminal-metric-head svg{color:var(--green)}.terminal-metric>strong{margin-top:21px;font-size:25px;font-weight:500}.terminal-metric>small{margin-top:auto;color:var(--text-dim);font-size:8px}.terminal-metric-line{position:absolute;right:0;bottom:0;left:0;height:1px;transform:scaleX(0);transform-origin:left;background:var(--green);transition:transform .35s ease}.terminal-metric:hover .terminal-metric-line{transform:scaleX(1)}.terminal-primary-grid,.terminal-secondary-grid{display:grid;gap:16px;margin-bottom:16px}.terminal-primary-grid{grid-template-columns:minmax(0,1.65fr) minmax(285px,.65fr)}.terminal-secondary-grid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.55fr)}.terminal-panel{border:1px solid var(--border);background:#0c100e}.terminal-panel-header{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 17px;border-bottom:1px solid var(--border)}.terminal-panel-header>span:first-child{display:flex;flex-direction:column;gap:4px}.terminal-panel-header small{color:var(--green);font-size:7px;letter-spacing:.09em}.terminal-panel-header strong{font-size:10px;font-weight:700}.terminal-panel-note{display:flex;align-items:center;gap:7px;color:var(--text-dim);font-family:var(--font-mono);font-size:7px;text-transform:uppercase}.terminal-count{display:flex;align-items:center;justify-content:center;min-width:25px;height:22px;padding:0 6px;border:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);font-size:8px}.terminal-count.has-items{border-color:#c9a45c66;color:var(--brass);background:#c9a45c0f}.intelligence-table-wrap{overflow-x:auto}.intelligence-table{width:100%;min-width:780px;border-collapse:collapse;font-size:9px}.intelligence-table th{height:38px;padding:0 11px;border-bottom:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);font-size:7px;font-weight:500;text-align:left;text-transform:uppercase}.intelligence-table td{height:65px;padding:0 11px;border-bottom:1px solid rgba(28,40,34,.7);color:var(--text-muted)}.intelligence-table tbody tr{transition:background-color .16s ease}.intelligence-table tbody tr:hover{background:#ffffff05}.intelligence-table tbody tr:last-child td{border-bottom:0}.intelligence-rank{color:var(--text-dim)!important}.intelligence-channel{display:flex;align-items:center;gap:9px;color:var(--text);text-decoration:none}.intelligence-channel>span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-hover);color:var(--green);background:#b7f34a0a;font-family:var(--font-mono);font-size:7px}.intelligence-channel strong{font-size:9px}.intelligence-strong{font-size:11px;font-weight:600}.quality-bar{display:inline-block;width:50px;height:3px;margin-right:6px;overflow:hidden;vertical-align:middle;background:var(--border)}.quality-bar i{display:block;height:100%;background:var(--emerald)}.quality-value{color:var(--text-dim);font-size:7px}.table-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--text-dim)}.table-arrow:hover{color:var(--green)}.action-center{display:flex;flex-direction:column}.action-center-body{min-height:238px;flex:1}.action-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:68px;padding:10px 14px;border-bottom:1px solid rgba(28,40,34,.7);color:var(--text);text-decoration:none}.action-item:hover{background:#c9a45c09}.action-item-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(201,164,92,.25);color:var(--brass);background:#c9a45c0d}.action-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.action-item strong{font-size:9px}.action-item small{overflow:hidden;color:var(--text-dim);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.action-item-time{color:var(--brass);font-size:7px}.action-center-footer{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-top:1px solid var(--border);color:var(--text-muted);text-decoration:none;font-size:8px;font-weight:700}.action-center-footer:hover{color:var(--green)}.terminal-empty{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.terminal-empty>span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:13px;border:1px solid var(--border);color:var(--text-dim);background:var(--bg)}.terminal-empty>strong{font-size:10px}.terminal-empty>p{max-width:290px;margin:7px 0 15px;color:var(--text-dim);font-size:8px;line-height:1.5}.terminal-loading{min-height:210px;display:flex;align-items:center;justify-content:center;gap:6px}.terminal-loading span{width:4px;height:22px;background:var(--green);animation:loading-bars .9s ease-in-out infinite alternate}.terminal-loading span:nth-child(2){animation-delay:.15s}.terminal-loading span:nth-child(3){animation-delay:.3s}@keyframes loading-bars{to{height:6px;opacity:.3}}.position-list,.pending-order-list{display:flex;flex-direction:column}.position-row,.pending-order-row{display:grid;align-items:center;gap:13px;min-height:70px;padding:10px 15px;border-bottom:1px solid rgba(28,40,34,.7)}.position-row{grid-template-columns:47px minmax(110px,1.4fr) repeat(4,minmax(70px,.7fr))}.pending-order-row{grid-template-columns:47px minmax(120px,1.4fr) repeat(4,minmax(70px,.7fr)) auto}.position-row:last-child,.pending-order-row:last-child{border-bottom:0}.position-side{display:flex;align-items:center;justify-content:center;width:43px;height:24px;border:1px solid rgba(53,213,154,.25);color:var(--emerald);background:#35d59a0f;font-family:var(--font-mono);font-size:7px;font-weight:600;text-transform:uppercase}.position-side.is-sell{border-color:#ff646b40;color:var(--red);background:#ff646b0f}.position-symbol,.position-row>span:not(.position-side),.pending-order-row>span:not(.position-side){min-width:0;display:flex;flex-direction:column;gap:4px}.position-row small,.pending-order-row small{color:var(--text-dim);font-size:7px}.position-row strong,.pending-order-row strong{color:var(--text-muted);font-size:8px;font-weight:500}.position-symbol>strong{color:var(--text);font-size:10px;font-weight:600}.signal-health-body{min-height:240px;display:grid;grid-template-columns:145px 1fr;align-items:center;gap:22px;padding:24px}.signal-health-ring{position:relative;width:138px;height:138px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:conic-gradient(var(--emerald) 0 var(--accepted),var(--red) var(--accepted) var(--blocked),var(--brass) var(--blocked) 360deg)}.signal-health-ring:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#0c100e}.signal-health-ring>span{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.signal-health-ring strong{font-size:21px;font-weight:500}.signal-health-ring small{margin-top:4px;color:var(--text-dim);font-size:7px;text-transform:uppercase}.signal-health-legend{display:flex;flex-direction:column;gap:16px}.signal-health-legend>span{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.signal-health-legend i{width:6px;height:6px;border-radius:50%}.signal-health-legend i.is-accepted{background:var(--emerald)}.signal-health-legend i.is-blocked{background:var(--red)}.signal-health-legend i.is-review{background:var(--brass)}.signal-health-legend em{color:var(--text-dim);font-size:7px;font-style:normal}.signal-health-legend strong{color:var(--text-muted);font-size:7px;font-weight:500}.pending-panel{margin-bottom:16px}.terminal-cancel-button,.terminal-danger-button,.pending-confirm button{min-height:30px;padding:0 10px;border:1px solid var(--border);color:var(--text-dim);background:transparent;font-size:7px;cursor:pointer}.terminal-cancel-button:hover{border-color:#ff646b59;color:var(--red)}.pending-confirm{flex-direction:row!important;gap:5px!important}.terminal-danger-button{border-color:var(--red)!important;color:#130506!important;background:var(--red)!important}.terminal-footer{display:flex;align-items:center;gap:20px;padding:4px 1px 0;color:var(--text-dim);font-size:7px}.terminal-footer>span{display:flex;align-items:center;gap:6px}.terminal-footer>span:last-child{margin-left:auto}.dash-page,.tg-page,.rq-page,.set-page,.ch-page{background:#080b09}.dash-topbar,.tg-topbar,.rq-topbar,.set-topbar,.ch-topbar{height:64px;padding-inline:28px;border-bottom-color:var(--border);background:#0a0e0c}.dash-topbar-title,.tg-topbar-title,.rq-topbar-title,.set-topbar-title,.ch-topbar-title{font-size:13px}.dash-body,.rq-body,.ch-body{padding:24px 28px}.tg-body{padding-top:54px}.dash-section,.tg-card,.set-section,.rq-card,.ch-card,.ch-modal{border-color:var(--border);background:var(--bg-elevated);box-shadow:0 18px 50px #0000001f}.dash-section-header,.ch-card-header,.ch-modal-header,.ch-modal-footer{min-height:50px;border-color:var(--border)}.rq-tab,.set-btn,.tg-btn-outline,.ch-status-btn{border-color:var(--border-hover);border-radius:0}.rq-tab.is-active{border-color:var(--green);color:var(--green);background:#b7f34a0d}.btn-primary,.rq-approve-btn{color:#0a0d0b;background:var(--green)}.btn-primary:hover:not(:disabled),.rq-approve-btn:hover:not(:disabled){background:#c6ff5d}.ch-grid{gap:14px}.ch-card{min-height:240px;transition:transform .18s ease,border-color .18s ease}.ch-card:hover{transform:translateY(-2px);border-color:var(--border-hover)}.ch-mini-stats{background:var(--border)}.ch-mini-stat{background:#0c100e}.dash-table th,.dash-table td{border-color:#1c2822b3}.dash-table tbody tr:hover{background:#ffffff05}@media (max-width: 1180px){.hero-layout{grid-template-columns:1fr}.hero-content{max-width:850px}.hero-terminal{width:min(720px,100%);margin:35px auto 0}.landing-hero{min-height:auto}.safety-layout{gap:40px}.terminal-primary-grid,.terminal-secondary-grid{grid-template-columns:1fr}.action-center-body{min-height:auto}}@media (max-width: 1024px){.landing-container{width:min(100% - 40px,1240px)}.landing-nav{width:calc(100% - 40px)}.landing-nav nav{display:none}.signal-story-grid,.truth-grid{grid-template-columns:1fr;gap:55px}.safety-layout{grid-template-columns:1fr;gap:25px}.safety-copy{max-width:620px}.safety-visual{min-height:520px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card.is-wide{grid-column:span 1}.workflow-track{grid-template-columns:repeat(2,1fr)}.auth-shell{grid-template-columns:minmax(430px,.9fr) minmax(420px,1.1fr)}.auth-visual-content{width:calc(100% - 60px)}.auth-visual-content h2{font-size:50px}.terminal-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width: 899px){.landing-nav{height:72px}.nav-login,.landing-nav-actions>.button{display:none}.nav-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);color:var(--text);background:var(--bg-elevated)}.landing-nav nav.is-open{position:absolute;top:71px;left:0;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:none;border:1px solid var(--border);background:#0b0f0d;box-shadow:var(--shadow-xl)}.landing-nav nav.is-open a{display:block;padding:16px 18px;border-bottom:1px solid var(--border)}.nav-mobile-login{display:block!important;color:var(--green)!important}.landing-hero{padding-top:130px}.hero-layout{gap:35px}.hero-content h1{font-size:clamp(54px,12vw,78px)}.safety-wrap{min-height:auto;padding:120px 0}.safety-stage{height:auto;min-height:0;overflow:visible}.safety-orbit{width:500px;height:500px}.landing-dashboard{transform:none!important}.auth-shell{display:block}.auth-panel,.auth-panel-inner{min-height:100vh}.auth-visual{display:none}.layout-mobile-header{position:fixed;z-index:35;top:0;right:0;left:0;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--border);background:#0a0e0cf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.layout-mobile-header>button,.layout-close{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:1px solid var(--border);color:var(--text-muted);background:transparent}.layout-sidebar{width:min(290px,84vw);transform:translate(-102%);transition:transform .24s ease;box-shadow:30px 0 80px #00000073}.layout-sidebar.is-open{transform:translate(0)}.layout-scrim{position:fixed;z-index:38;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#000000a6}.layout-main{margin-left:0;padding-top:62px}.terminal-page{padding:25px 18px 20px}}@media (max-width: 680px){.landing-container,.landing-nav{width:calc(100% - 28px)}.landing-hero{padding-top:115px}.hero-kicker{font-size:8px}.hero-content h1{font-size:clamp(48px,15vw,65px);line-height:.92}.hero-copy{font-size:13px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-terminal{min-height:0}.terminal-topline{grid-template-columns:auto 1fr}.terminal-topline>.mono{display:none}.terminal-live{justify-self:end}.terminal-source{margin:14px;padding:15px}.terminal-source p{margin-left:0;font-size:10px}.terminal-pipeline{padding-inline:14px}.pipeline-rail{left:30px}.terminal-order{grid-template-columns:repeat(2,1fr);margin:16px 14px 18px}.landing-statement{min-height:500px}.landing-statement p{font-size:40px}.signal-story,.features-section,.product-reveal,.workflow-section,.truth-section{padding:95px 0}.section-copy h2,.section-heading h2{font-size:42px}.story-path{grid-template-columns:repeat(2,1fr)}.story-path span:nth-child(2){border-right:0}.story-path span:nth-child(-n+2){border-bottom:1px solid var(--border)}.safety-visual{min-height:555px}.safety-orbit{width:380px;height:380px}.safety-layer{min-height:70px;padding-inline:12px}.safety-layer small{font-size:7px}.safety-verdict{right:0;bottom:0;width:285px}.feature-grid,.workflow-track{grid-template-columns:1fr}.feature-card{min-height:300px}.product-reveal{overflow-x:auto}.product-reveal .landing-container{width:100%}.product-reveal .section-heading{width:calc(100% - 28px);margin-inline:auto}.landing-dashboard{margin-left:14px}.truth-graphic{min-height:390px;gap:12px}.truth-ring{width:125px;height:125px}.truth-ring b{font-size:17px}.landing-cta{min-height:600px}.landing-cta h2{font-size:48px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-main>div{justify-content:flex-start;flex-wrap:wrap}.footer-bottom{flex-direction:column}.footer-bottom p{text-align:left}.auth-panel-inner{width:calc(100% - 36px);padding-top:22px}.auth-form-wrap{padding:58px 0 40px}.auth-heading h1{font-size:39px}.auth-back{font-size:0}.terminal-header{flex-direction:column;gap:17px}.terminal-header-actions{width:100%}.terminal-system-status,.terminal-refresh{flex:1;justify-content:center}.terminal-alert{grid-template-columns:auto 1fr}.terminal-alert-action{grid-column:1 / -1;justify-content:flex-end;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.terminal-metrics{grid-template-columns:1fr}.terminal-metric{min-height:125px}.signal-health-body{grid-template-columns:1fr;justify-items:center}.signal-health-legend{width:100%}.position-row,.pending-order-row{grid-template-columns:47px 1fr 1fr}.position-row>span:nth-child(n+5),.pending-order-row>span:nth-child(n+5){display:none}.pending-order-row>button,.pending-confirm{grid-column:1 / -1}.terminal-footer{flex-wrap:wrap}.terminal-footer>span:last-child{width:100%;margin-left:0}.dash-topbar,.tg-topbar,.rq-topbar,.set-topbar,.ch-topbar{height:auto;min-height:60px;padding:12px 16px;flex-wrap:wrap}.dash-body,.rq-body,.ch-body,.set-body{padding:16px}.dash-stats-strip{grid-template-columns:1fr!important}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.ops-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at 82% 4%,rgba(183,243,74,.045),transparent 25%),linear-gradient(180deg,#090d0b,#070a08)}.ops-page-header{min-height:168px;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:34px 36px 30px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px) 0 0 / 44px 44px,linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px) 0 0 / 44px 44px,#080c0ad1}.ops-page-heading{display:flex;align-items:flex-start;gap:18px;min-width:0}.ops-page-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;margin-top:4px;border:1px solid rgba(183,243,74,.22);color:var(--green);background:#b7f34a0e}.ops-page-heading small{display:block;margin-bottom:8px;color:var(--green);font-size:10px;font-weight:700;letter-spacing:.16em}.ops-page-heading h1{margin:0;font-family:"Instrument Serif",Georgia,serif;font-size:clamp(38px,4vw,55px);font-weight:400;line-height:.98;letter-spacing:-.025em}.ops-page-heading p{max-width:710px;margin:12px 0 0;color:#9ba69f;font-size:14px;line-height:1.65}.ops-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.ops-status{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border-hover);color:#a9b2ad;background:#ffffff05;font:700 10px/1 IBM Plex Mono,monospace;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.ops-status i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #ffffff0a}.ops-status.is-positive{border-color:#35d59a38;color:var(--emerald);background:#35d59a0e}.ops-status.is-warning{border-color:#c9a45c40;color:#e4bf70;background:#c9a45c11}.ops-page-body{width:min(100%,1440px);padding:28px 36px 48px}.ops-panel{border:1px solid var(--border);background:#0d120fdb;box-shadow:0 22px 65px #00000029}.ops-panel-header{min-height:68px;display:flex;align-items:center;gap:18px;padding:14px 18px;border-bottom:1px solid var(--border);background:#ffffff03}.ops-panel-header>span:first-child{display:flex;flex-direction:column;gap:3px}.ops-panel-header small{color:var(--green);font-size:8px;font-weight:700;letter-spacing:.14em}.ops-panel-header strong{color:#edf2ef;font-size:15px;font-weight:650}.ops-panel-header strong a{color:inherit;text-decoration:none}.ops-panel-meta{margin-left:auto;color:#7f8b84;font-size:11px}.ops-panel-actions{margin-left:auto}.ops-note{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid rgba(183,243,74,.16);background:#b7f34a09}.ops-note>svg{flex:0 0 auto;color:var(--green)}.ops-note p{display:flex;flex-direction:column;gap:5px;margin:0}.ops-note strong{color:#e8eee9;font-size:13px}.ops-note span,.ops-note p>span{color:#8c9991;font-size:12px;line-height:1.6}.ops-empty-state{min-height:360px;display:grid;place-items:center;align-content:center;gap:12px;padding:50px 24px;border:1px dashed var(--border-hover);text-align:center;background:#ffffff03}.ops-empty-state>span{width:58px;height:58px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.2);background:#b7f34a0d}.ops-empty-state h2{margin:4px 0 0;font-family:"Instrument Serif",serif;font-size:28px;font-weight:400}.ops-empty-state p{max-width:460px;margin:0 0 8px;color:#8f9a94;font-size:14px;line-height:1.65}.layout-main .field-input{min-height:44px;padding:10px 12px;color:#ecf1ee;border-color:var(--border-hover);background:#090d0b;font-size:14px;line-height:1.35}.layout-main .field-label{color:#a8b2ac;font-size:12px;font-weight:650;letter-spacing:.02em}.layout-main .button-small{min-height:38px;padding-inline:14px;font-size:11px}.telegram-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,.75fr);gap:18px}.telegram-panel-body{padding:28px}.tg-stepper{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 28px;padding:0;list-style:none}.tg-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px}.tg-step-dot{z-index:1;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border-hover);border-radius:50%;color:#6f7a74;background:#0b100d;font:600 9px/1 IBM Plex Mono,monospace}.tg-step-dot.is-current,.tg-step-dot.is-done{border-color:#b7f34a73;color:var(--green);background:#b7f34a11}.tg-step-label{color:#69736e;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.tg-step-label.is-current{color:#dbe2dd}.tg-step-line{position:absolute;top:17px;left:calc(50% + 18px);width:calc(100% - 36px);height:1px;background:var(--border-hover)}.tg-step-line.is-done{background:#b7f34a73}.telegram-connect-panel .tg-card{max-width:650px;margin:0 auto;padding:30px;border:1px solid var(--border);background:#0b100d}.telegram-form-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:18px;color:var(--green);border:1px solid rgba(183,243,74,.2);background:#b7f34a0b}.tg-title{margin:0;color:#f0f4f1;font-size:22px;font-weight:620;letter-spacing:-.02em}.tg-hint,.tg-done-header p{margin:8px 0 22px;color:#8d9992;font-size:14px;line-height:1.6}.telegram-connect-panel .field-label{display:block;margin-bottom:7px}.telegram-connect-panel .field-input{margin-bottom:12px}.tg-btn{min-height:44px;margin-top:7px}.tg-row{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.tg-link{padding:6px 0;color:#9ba69f;border:0;background:none;font-size:12px;cursor:pointer}.tg-link:hover{color:var(--green)}.tg-btn-outline,.tg-btn-danger{min-height:40px;padding:0 14px;border:1px solid var(--border-hover);color:#b5beb9;background:transparent;cursor:pointer}.tg-btn-danger{border-color:#ff646b4d;color:#ff858b}.tg-done-header{display:flex;gap:14px}.tg-done-check{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;color:#07100b;background:var(--green)}.tg-meta-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:10px 0 0;border-top:1px solid var(--border);border-left:1px solid var(--border)}.tg-meta-cell{min-height:78px;padding:14px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.tg-meta-cell>div:last-child{margin-top:7px;color:#e3e9e5;font-size:14px}.tg-live{display:flex;align-items:center;gap:7px}.tg-live-dot{width:6px;height:6px;border-radius:50%;background:var(--emerald);box-shadow:0 0 10px #35d59a8c}.telegram-aside{display:flex;flex-direction:column;gap:18px}.telegram-info-list>div{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:17px;border-bottom:1px solid var(--border)}.telegram-info-list>div:last-child{border-bottom:0}.telegram-info-list>div>span{width:36px;height:36px;display:grid;place-items:center;color:var(--green);background:#b7f34a0b}.telegram-info-list p{display:flex;flex-direction:column;gap:5px;margin:0}.telegram-info-list strong{color:#dfe6e1;font-size:13px}.telegram-info-list small{color:#7f8a84;font-size:12px;line-height:1.55}.channels-command-page{min-height:100vh;background:radial-gradient(circle at 84% 4%,rgba(183,243,74,.045),transparent 24%),#080b09}.channel-command-body{display:flex;flex-direction:column;gap:16px}.channel-overview-strip{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(520px,1.4fr);border:1px solid var(--border);background:linear-gradient(110deg,rgba(183,243,74,.045),transparent 38%),#0c100e}.channel-overview-lead{min-height:150px;display:flex;align-items:center;gap:18px;padding:22px;border-right:1px solid var(--border)}.channel-overview-orbit{position:relative;width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border:1px solid rgba(183,243,74,.22);border-radius:50%;box-shadow:0 0 38px #b7f34a0f}.channel-overview-orbit:before,.channel-overview-orbit:after{content:"";position:absolute;border-radius:inherit}.channel-overview-orbit:before{top:8px;right:8px;bottom:8px;left:8px;border:1px dashed rgba(183,243,74,.2)}.channel-overview-orbit:after{top:2px;right:12px;width:6px;height:6px;background:var(--green);box-shadow:0 0 12px #b7f34acc}.channel-overview-orbit>i{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--emerald)}.channel-overview-orbit>i:first-child{right:3px;bottom:18px}.channel-overview-orbit>i:nth-child(2){top:20px;left:2px}.channel-overview-orbit b{color:#eff5f0;font:500 24px/1 var(--font-mono)}.channel-overview-lead>span:last-child{min-width:0}.channel-overview-lead small,.channel-strategy-copy>small,.channel-network-head small{color:var(--green);font-size:8px;letter-spacing:.11em}.channel-overview-lead strong{display:block;margin-top:8px;color:#edf3ef;font-size:15px}.channel-overview-lead p{max-width:340px;margin:6px 0 0;color:#7e8982;font-size:11px;line-height:1.55}.channel-overview-metrics{display:grid;grid-template-columns:repeat(4,1fr)}.channel-overview-metrics>span{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:13px;padding:22px 18px;border-left:1px solid var(--border)}.channel-overview-metrics small{color:#748078;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.channel-overview-metrics strong{overflow:hidden;color:#e7ede9;font-size:18px;font-weight:520;text-overflow:ellipsis}.channel-strategy-bar{display:grid;grid-template-columns:auto minmax(260px,1fr) minmax(180px,245px) auto;align-items:center;gap:15px;padding:16px;border:1px solid rgba(201,164,92,.23);background:linear-gradient(90deg,rgba(201,164,92,.065),transparent 52%),#0b0f0d}.channel-strategy-icon{width:44px;height:44px;display:grid;place-items:center;color:#dfbc73;border:1px solid rgba(201,164,92,.18);background:#c9a45c12}.channel-strategy-copy{min-width:0}.channel-strategy-copy strong{display:block;margin-top:5px;color:#e5eae7;font-size:13px}.channel-strategy-copy p{margin:4px 0 0;color:#758078;font-size:10px}.channel-strategy-bar .field-input{min-height:40px}.channel-network-panel{overflow:hidden;border:1px solid var(--border);background:#0b0f0d}.channel-network-head{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 18px;border-bottom:1px solid var(--border)}.channel-network-head>span{display:flex;flex-direction:column;gap:5px}.channel-network-head strong{color:#e9efeb;font-size:15px}.channel-network-head nav{display:flex;gap:4px;padding:3px;border:1px solid var(--border);background:#080b09}.channel-network-head nav button{min-height:31px;padding:0 11px;border:0;color:#707b74;background:transparent;font-size:9px;cursor:pointer}.channel-network-head nav button.is-active{color:#dfe6e1;background:#121814;box-shadow:inset 0 0 0 1px #b7f34a1a}.channel-network-columns,.channel-network-row{display:grid;grid-template-columns:minmax(245px,1.2fr) minmax(205px,.85fr) minmax(220px,.9fr) 122px}.channel-network-columns{min-height:35px;align-items:center;padding:0 18px;color:#59645d;border-bottom:1px solid var(--border);background:#090d0b;font-size:7px;letter-spacing:.1em;text-transform:uppercase}.channel-network-columns>span:not(:first-child){padding-left:18px}.channel-network-row{position:relative;min-height:132px;border-bottom:1px solid var(--border);background:#0c110ed1;transition:background-color .18s ease,box-shadow .18s ease}.channel-network-row:last-child{border-bottom:0}.channel-network-row:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;transform:scaleY(0);background:var(--green);transition:transform .18s ease}.channel-network-row:hover{background:#0f1511;box-shadow:inset 0 0 36px #b7f34a05}.channel-network-row:hover:before,.channel-network-row.is-source:before{transform:scaleY(1)}.channel-network-row.is-source{background:linear-gradient(90deg,rgba(183,243,74,.045),transparent 44%),#0d120f}.channel-row-source,.channel-row-edge,.channel-row-risk,.channel-row-control{min-width:0;padding:18px}.channel-row-edge,.channel-row-risk,.channel-row-control{border-left:1px solid var(--border)}.channel-row-source{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:12px}.channel-network-avatar{position:relative;width:44px;height:44px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.19);background:#b7f34a0b;font:650 11px/1 var(--font-mono)}.channel-network-avatar i{position:absolute;right:-3px;bottom:-3px;width:8px;height:8px;border:2px solid #0c110e;border-radius:50%;background:#657069}.channel-network-row.is-live .channel-network-avatar i{background:var(--emerald);box-shadow:0 0 9px #35d59a80}.channel-network-identity{min-width:0;display:flex;flex-direction:column;gap:6px}.channel-network-identity>span:first-child{min-width:0;display:flex;align-items:center;gap:7px}.channel-network-identity a{overflow:hidden;color:#edf2ef;font-size:14px;font-weight:650;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.channel-network-identity em,.channel-network-tags b{padding:4px 6px;color:var(--green);background:#b7f34a0f;font:600 7px/1 var(--font-mono);font-style:normal;letter-spacing:.05em;text-transform:uppercase}.channel-network-identity>small{overflow:hidden;color:#69756d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.channel-network-tags{display:flex;align-items:center;gap:5px;min-height:16px}.channel-network-tags i{color:#5f6a63;font-size:8px;font-style:normal}.channel-row-edge{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:10px}.channel-row-edge>span{min-width:0;display:flex;flex-direction:column;gap:8px}.channel-row-edge small,.channel-row-risk small{color:#6e7972;font-size:8px;text-transform:uppercase}.channel-row-edge strong{overflow:hidden;color:#dfe6e1;font-size:13px;font-weight:550;text-overflow:ellipsis}.channel-row-risk{display:flex;flex-direction:column;justify-content:center}.channel-row-risk>div:first-child{display:flex;align-items:center;justify-content:space-between}.channel-row-risk>div:first-child strong{color:#dfe6e1;font-size:12px}.channel-risk-track{height:3px;margin-top:11px;overflow:hidden;background:#1a221d}.channel-risk-track i{display:block;height:100%;background:linear-gradient(90deg,var(--emerald),var(--green));box-shadow:0 0 8px #b7f34a47}.channel-risk-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.channel-risk-foot>span{display:flex;flex-direction:column;gap:4px}.channel-risk-foot b{color:#aeb8b2;font-size:9px}.channel-row-control{display:flex;flex-direction:column;justify-content:center;gap:9px}.channel-network-status,.channel-row-control>a{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);color:#828d86;background:#090d0b;font-size:9px;text-decoration:none;cursor:pointer}.channel-network-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.channel-network-status.is-active{color:var(--emerald);border-color:#35d59a33;background:#35d59a0b}.channel-row-control>a{color:#c6cec9}.channel-row-control>a:hover{color:var(--green);border-color:#b7f34a3d}.channel-filter-empty,.channel-network-loading{min-height:230px;display:flex;align-items:center;justify-content:center;color:#6d7971;font-size:11px}.channel-network-loading{flex-direction:column;gap:6px;border:1px solid var(--border);background:#0b0f0d}.channel-network-loading>span{width:4px;height:4px;border-radius:50%;background:var(--green);animation:terminal-pulse 1.1s ease-in-out infinite}.channel-network-loading>span:nth-child(2){animation-delay:.12s}.channel-network-loading>span:nth-child(3){animation-delay:.24s}.channel-network-loading p{margin:10px 0 0;color:#68746c;font-size:8px;letter-spacing:.12em}.channel-bulk-control{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(190px,260px) auto;align-items:center;gap:13px;margin:20px 36px 0;padding:14px;border:1px solid rgba(201,164,92,.2);background:#c9a45c09}.channel-bulk-icon{width:38px;height:38px;display:grid;place-items:center;color:#dfbc73;background:#c9a45c14}.channel-bulk-control>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.channel-bulk-control strong{font-size:13px}.channel-bulk-control small{color:#7f8b84;font-size:11px}.ch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.premium-channel-card{min-height:0;padding:0;overflow:hidden;border:1px solid var(--border);background:#0d120fe0}.premium-channel-card.is-source{border-color:#b7f34a61}.premium-channel-card .ch-card-header{min-height:82px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px}.channel-select input{position:absolute;opacity:0;pointer-events:none}.channel-select>span{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--border-hover);color:transparent;background:#080c0a;cursor:pointer}.channel-select input:checked+span{color:#07100b;border-color:var(--green);background:var(--green)}.channel-card-avatar{width:42px;height:42px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.18);background:#b7f34a0b;font:700 11px/1 IBM Plex Mono,monospace}.channel-card-identity{min-width:0;display:flex;flex-direction:column;gap:5px}.ch-card-title{overflow:hidden;color:#edf2ef;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.ch-card-url{overflow:hidden;color:#738078;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.ch-status-btn{min-height:32px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;color:#7f8a84;font-size:10px;font-weight:650;cursor:pointer}.ch-status-btn i{width:6px;height:6px;border-radius:50%;background:currentColor}.ch-status-btn.is-active{border-color:#35d59a38;color:var(--emerald);background:#35d59a0d}.ch-tags{display:flex;gap:6px;padding:0 14px 12px;flex-wrap:wrap}.ch-tag{padding:5px 8px;font:600 8px/1 IBM Plex Mono,monospace;letter-spacing:.05em;text-transform:uppercase}.ch-tag-warn{color:#e3bd6e;background:#c9a45c14}.ch-tag-global,.ch-tag-primary{color:var(--green);background:#b7f34a0e}.ch-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-block:1px solid var(--border);background:var(--border)}.ch-mini-stat{min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:14px;background:#0b100d}.ch-mini-value,.ch-mini-value-sm{color:#eef3ef;font-size:21px;font-weight:550}.ch-mini-value-sm{font-size:17px}.ch-mini-label{margin-top:7px;color:#758179;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.channel-risk-summary{display:grid;grid-template-columns:repeat(3,1fr);padding:16px 14px}.channel-risk-summary>span{display:flex;flex-direction:column;gap:5px;padding-left:13px;border-left:1px solid var(--border)}.channel-risk-summary small{color:#738078;font-size:10px}.channel-risk-summary strong{color:#dfe6e1;font-size:13px}.ch-card-footer{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid var(--border);color:#69766e;font-size:9px}.ch-detail-link{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:11px;font-weight:650;text-decoration:none}.risk-editor{margin:0;padding:0;border:1px solid var(--border);background:#0d120fe6}.risk-intro{min-height:82px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid var(--border)}.risk-intro>span:first-child,.settings-section-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.18);background:#b7f34a0b}.risk-intro strong{color:#ecf1ee;font-size:15px}.risk-intro p{margin:5px 0 0;color:#849087;font-size:12px;line-height:1.55}.risk-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px}.risk-preset{min-height:84px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:7px 12px;padding:13px;border:1px solid var(--border);color:#9ca79f;text-align:left;background:#0a0e0c;cursor:pointer}.risk-preset>span{display:flex;align-items:center;gap:8px}.risk-preset strong{color:#e2e8e4;font-size:13px}.risk-preset b{padding:3px 5px;color:var(--green);background:#b7f34a12;font:600 7px/1 IBM Plex Mono,monospace;text-transform:uppercase}.risk-preset small{grid-column:1;font-size:10px}.risk-preset>svg{grid-column:2;grid-row:1 / span 2}.risk-preset.is-active{border-color:#b7f34a6b;color:var(--green);background:#b7f34a0b}.risk-sizing-card{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(150px,.65fr));align-items:end;gap:14px;margin:0 18px 18px;padding:16px;border:1px solid rgba(183,243,74,.22);background:#b7f34a09}.risk-sizing-card>div:first-child{display:flex;align-items:flex-start;gap:11px}.risk-sizing-card>div:first-child>span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.18)}.risk-sizing-card p{display:flex;flex-direction:column;gap:4px;margin:0}.risk-sizing-card strong,.risk-sizing-card>label>span{color:#dfe6e1;font-size:12px;font-weight:650}.risk-sizing-card small{color:#7f8b83;font-size:10px;line-height:1.5}.risk-sizing-card>label{display:flex;flex-direction:column;gap:7px}.risk-advanced-toggle{width:calc(100% - 36px);min-height:48px;display:flex;align-items:center;justify-content:space-between;margin:0 18px 18px;padding:0 14px;border:1px solid var(--border);color:#aeb7b1;background:#ffffff03;cursor:pointer}.risk-advanced-toggle>span{display:flex;align-items:center;gap:8px;font-size:12px}.risk-advanced{padding:0 18px 18px}.risk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px;border:1px solid var(--border);background:#090d0b}.risk-field{display:flex;flex-direction:column;gap:7px;color:#aab4ae;font-size:12px;font-weight:650}.risk-field>label,.risk-field>span:first-child{color:#abb5af;font-size:12px}.risk-field>small{color:#707c74;font-size:10px;font-weight:400;line-height:1.45}.risk-input-suffix{position:relative}.risk-input-suffix .field-input{padding-right:38px}.risk-input-suffix>span{position:absolute;top:50%;right:13px;color:#6f7a73;font:600 11px/1 IBM Plex Mono,monospace;transform:translateY(-50%)}.risk-warning{display:flex;align-items:flex-start;gap:8px;padding:10px;color:#e2b967;border:1px solid rgba(201,164,92,.2);background:#c9a45c0d;font-size:11px;font-weight:500;line-height:1.5}.risk-relationship{display:flex;align-items:center;gap:12px;margin-top:12px;padding:14px;color:var(--green);background:#b7f34a09}.risk-relationship span{display:flex;flex-direction:column;gap:4px}.risk-relationship strong{color:#dfe6e1;font-size:12px}.risk-relationship small{color:#849088;font-size:11px}.premium-check-row{display:block;margin-top:12px;cursor:pointer}.premium-check-row>input{position:absolute;opacity:0}.premium-check-row>span{display:grid;grid-template-columns:26px 1fr;gap:3px 10px;padding:14px;border:1px solid var(--border);background:#ffffff03}.premium-check-row b{grid-row:1 / span 2;width:24px;height:24px;display:grid;place-items:center;color:transparent;border:1px solid var(--border-hover)}.premium-check-row input:checked+span b{color:#07100b;border-color:var(--green);background:var(--green)}.premium-check-row strong{color:#dce3de;font-size:12px}.premium-check-row small{color:#77837b;font-size:10px}.compound-section{margin-top:18px;padding:18px;border:1px solid rgba(201,164,92,.18);background:#c9a45c06}.compound-heading{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-bottom:14px}.compound-heading>span:first-child{width:42px;height:42px;display:grid;place-items:center;color:#d7b368;background:#c9a45c14}.compound-heading strong{color:#e5e9e6;font-size:14px}.compound-heading p{margin:4px 0 0;color:#7e8982;font-size:11px}.premium-switch input{position:absolute;opacity:0}.premium-switch span{position:relative;width:42px;height:23px;display:block;border:1px solid var(--border-hover);border-radius:20px;background:#080b09;cursor:pointer}.premium-switch span:after{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#59635d;transition:.18s ease}.premium-switch input:checked+span{border-color:var(--green);background:#b7f34a1f}.premium-switch input:checked+span:after{left:22px;background:var(--green)}.review-toolbar{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 36px;border-bottom:1px solid var(--border);background:#ffffff03}.review-toolbar-copy{display:flex;align-items:center;gap:11px;color:var(--green)}.review-toolbar-copy>span{display:flex;flex-direction:column;gap:2px}.review-toolbar-copy strong{color:#dce3de;font-size:12px}.review-toolbar-copy small{color:#738078;font-size:10px}.review-toolbar-controls,.rq-tabs{display:flex;align-items:center;gap:8px}.review-channel-filter{width:auto;min-width:170px}.rq-tab{min-height:38px;padding:0 14px;border:1px solid var(--border);color:#87928b;background:transparent;font-size:11px;cursor:pointer}.review-body{max-width:1050px}.rq-list{display:flex;flex-direction:column;gap:14px}.rq-card{padding:0;overflow:hidden;border:1px solid var(--border);background:#0d120fe0}.rq-card-pending{border-left:2px solid #d5af63}.rq-card-resolved{opacity:.8}.rq-card-header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;border-bottom:1px solid var(--border);background:#ffffff03}.rq-channel{display:inline-flex;align-items:center;gap:8px;color:#cbd3ce;font-size:12px;font-weight:650}.rq-countdown,.rq-badge{padding:6px 8px;font-size:9px;letter-spacing:.05em;text-transform:uppercase}.rq-card-context{display:flex;justify-content:space-between;padding:13px 16px 0;color:#68756d;font-size:9px}.rq-reason{display:flex;flex-direction:column;gap:7px;padding:15px 16px 8px;color:#e5ebe7;font-size:15px;line-height:1.6}.rq-reason small{color:#d8b36a;font:700 8px/1 IBM Plex Mono,monospace;letter-spacing:.12em}.rq-proposed{display:grid;grid-template-columns:repeat(auto-fit,minmax(115px,1fr));gap:1px;margin:10px 16px 16px;border:1px solid var(--border);background:var(--border)}.rq-proposed-field{min-height:61px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:10px;color:#e5ebe7;background:#0a0f0c;font-size:12px}.rq-proposed-label{color:#6e7a72;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.rq-actions{display:flex;justify-content:flex-end;gap:9px;padding:13px 16px;border-top:1px solid var(--border)}.rq-approve-btn,.rq-reject-btn{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid transparent;font-size:11px;font-weight:700;cursor:pointer}.rq-reject-btn{border-color:#ff646b40;color:#ff858b;background:#ff646b09}.rq-empty{min-height:320px;display:grid;place-items:center;align-content:center;gap:12px;color:#839087;border:1px dashed var(--border-hover)}.rq-empty>span{width:52px;height:52px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.2)}.rq-empty-title{color:#e0e6e2;font-family:"Instrument Serif",serif;font-size:26px}.rq-empty p{margin:0;font-size:13px}.audit-body{max-width:1180px}.audit-explainer{margin-bottom:18px}.audit-card{margin-bottom:14px}.audit-card-actions{display:flex;align-items:center;gap:8px}.audit-card-actions .field-input{width:auto;min-height:38px;font-size:11px}.audit-card-body{padding:18px}.audit-last-checked{margin-bottom:13px;color:#748078;font-size:9px}.audit-summary{display:grid;grid-template-columns:repeat(2,minmax(125px,1fr)) auto;align-items:center;gap:1px;border:1px solid var(--border);background:var(--border)}.audit-summary>span:not(.ops-status){min-height:76px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:12px;background:#0a0f0c}.audit-summary small{color:#78847c;font-size:10px}.audit-summary strong{color:#e4eae6;font-size:19px}.audit-summary .ops-status{margin:0 14px}.audit-not-run{padding:24px;color:#87938b;font-size:13px}.audit-missing{margin-top:14px;padding:14px;border:1px solid rgba(255,100,107,.25);background:#ff646b09}.audit-missing>strong{display:flex;align-items:center;gap:8px;margin-bottom:9px;color:#ff989d;font-size:12px}.audit-missing>div{padding:7px 0;border-bottom:1px solid rgba(255,100,107,.12);color:#c9d0cc;font-size:12px;line-height:1.5}.icon-back{transform:rotate(180deg)}.channel-delete-button{min-height:38px;padding:0 12px;border:1px solid rgba(255,100,107,.25);color:#ff858b;background:#ff646b08;font-size:11px;cursor:pointer}.circuit-banner{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 36px;color:#d9b56b;border-bottom:1px solid rgba(201,164,92,.2);background:#c9a45c0d;font-size:12px}.circuit-banner>span{display:flex;align-items:center;gap:9px}.channel-detail-tabs{min-height:64px;display:flex;align-items:flex-end;gap:7px;padding:12px 36px 0;border-bottom:1px solid var(--border)}.channel-detail-tabs .rq-tab{min-height:44px;border-bottom:0}.channel-audit-link{display:inline-flex;align-items:center;gap:7px;margin:0 0 13px auto;color:var(--green);font-size:11px;text-decoration:none}.channel-detail-body{max-width:1320px}.channel-metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;border:1px solid var(--border);background:var(--border)}.channel-metric{min-height:112px;display:flex;flex-direction:column;justify-content:center;padding:16px;background:#0c110e}.channel-metric .dash-stat-value{margin-top:9px;font-size:23px}.channel-equity-panel{margin-top:18px}.channel-insight-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:18px;margin-top:18px}.funnel-list,.compound-status{display:flex;flex-direction:column;gap:15px;padding:18px}.funnel-list>div>div:first-child{font-size:12px!important}.compound-multiplier{color:var(--green);font-size:30px;font-weight:550}.channel-risk-form,.lot-preview{max-width:1050px}.lot-preview-grid{display:grid;grid-template-columns:repeat(3,1fr) minmax(150px,.75fr);gap:12px;padding:18px}.lot-preview-result{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:13px;border:1px solid rgba(183,243,74,.18);background:#b7f34a09}.lot-preview-result small{color:#7b877f;font:700 8px/1 IBM Plex Mono,monospace;letter-spacing:.08em}.lot-preview-result strong{color:var(--green);font-size:24px}.lot-preview-meta{display:flex;flex-wrap:wrap;gap:16px;padding:0 18px 16px;color:#7c8980;font-size:10px}.settings-layout{display:grid;grid-template-columns:230px minmax(0,900px);align-items:start;gap:22px}.settings-index{position:sticky;top:20px;display:flex;flex-direction:column;border:1px solid var(--border);background:#0d120fe6}.settings-index>span{padding:15px 16px;color:var(--green);border-bottom:1px solid var(--border);font-size:8px;font-weight:700;letter-spacing:.14em}.settings-index>a{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 15px;color:#929e96;border-bottom:1px solid var(--border);font-size:12px;text-decoration:none;transition:.16s ease}.settings-index>a:hover{color:var(--green);padding-left:18px;background:#b7f34a09}.settings-index-note{display:flex;gap:10px;padding:15px;color:var(--green)}.settings-index-note p{display:flex;flex-direction:column;gap:4px;margin:0}.settings-index-note strong{color:#d5ddd8;font-size:11px}.settings-index-note small{color:#717e76;font-size:9px;line-height:1.45}.settings-content{display:flex;flex-direction:column;gap:18px}.set-section{position:relative;scroll-margin-top:20px;margin:0;padding:24px;border:1px solid var(--border);background:#0d120fe6}.set-section>.settings-section-icon{position:absolute;top:20px;right:20px}.set-section-title{max-width:calc(100% - 65px);margin:0;color:#edf2ef;font-family:"Instrument Serif",serif;font-size:27px;font-weight:400;letter-spacing:-.015em}.set-section-copy{max-width:760px;margin:10px 0 22px;color:#8c9890;font-size:13px;line-height:1.7}.set-section-copy code{color:var(--green)}.set-row{display:flex;align-items:center;gap:8px}.set-btn,.set-btn-primary{min-height:40px;padding:0 14px;font-size:11px;font-weight:650;cursor:pointer}.set-btn{color:#aab4ae;border:1px solid var(--border-hover);background:#ffffff05}.set-btn-primary{border:1px solid var(--green)}.set-toggle-row,.grs-channel-row{min-height:49px;display:flex;align-items:center;gap:10px;padding:10px 12px;color:#c5cdc8;border:1px solid var(--border);background:#090d0b;font-size:12px}.set-toggle-row input,.grs-channel-row input{accent-color:var(--green)}.set-subheading{margin:24px 0 10px;color:#dce3de;font-size:13px}.grs-channel-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.grs-channel-row .rq-badge{margin-left:auto;color:var(--green);background:#b7f34a0d}.set-mapping-row{display:grid;grid-template-columns:minmax(80px,auto) auto minmax(180px,1fr) auto;align-items:center;gap:10px;margin-bottom:8px;padding:10px;border:1px solid var(--border);background:#090d0b}.set-mapping-symbol{color:var(--green);font-size:12px}.set-mapping-saved{padding:10px 12px;color:#aeb8b1;border-bottom:1px solid var(--border);font-size:11px}.set-provider-row{min-height:64px;display:flex;align-items:flex-start;gap:11px;margin-bottom:8px;padding:13px;border:1px solid var(--border);background:#090d0b;cursor:pointer}.set-provider-row.is-selected{border-color:#b7f34a61;background:#b7f34a09}.set-provider-row input{accent-color:var(--green)}.set-provider-label{color:#e1e7e3;font-size:13px;font-weight:650}.set-provider-desc{margin-top:4px;color:#78847c;font-size:11px}.set-status-ok{margin-top:10px;padding:10px 12px;color:var(--emerald);border:1px solid rgba(53,213,154,.2);background:#35d59a0a;font-size:12px}.layout-main .dash-section-title{color:#e5ebe7;font-size:14px}.layout-main .dash-section-note,.layout-main .dash-stat-sub,.layout-main .dash-muted{font-size:max(11px,.72rem);line-height:1.5}.layout-main .dash-table{font-size:12px}.layout-main .dash-table th{min-height:40px;color:#89958d;font-size:9px;letter-spacing:.06em}.layout-main .dash-table td{min-height:44px;color:#b9c2bc}.layout-main button,.layout-main input,.layout-main select{font-family:Manrope,sans-serif}.layout-main .mono,.layout-main input.mono{font-family:IBM Plex Mono,monospace}@media (max-width: 1100px){.ops-page-header{align-items:flex-start;flex-direction:column}.ops-page-actions{justify-content:flex-start}.telegram-layout,.settings-layout{grid-template-columns:1fr}.settings-index{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.settings-index>span,.settings-index-note{grid-column:1 / -1}.channel-metric-grid{grid-template-columns:repeat(3,1fr)}.lot-preview-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.ops-page{padding-top:62px}.ops-page-header{min-height:0;gap:22px;padding:26px 18px 22px}.ops-page-heading{gap:12px}.ops-page-icon{width:40px;height:40px;flex-basis:40px}.ops-page-heading h1{font-size:39px}.ops-page-heading p{font-size:13px}.ops-page-actions{width:100%}.ops-page-actions .button{flex:1}.ops-page-body{padding:18px}.ops-panel-header{align-items:flex-start;flex-wrap:wrap}.ops-panel-actions{width:100%;margin-left:0}.telegram-panel-body,.telegram-connect-panel .tg-card{padding:18px}.tg-step-label{font-size:7px}.tg-meta-grid,.ch-grid,.risk-presets,.risk-sizing-card,.risk-grid,.channel-insight-grid,.grs-channel-list{grid-template-columns:1fr}.channel-bulk-control{grid-template-columns:auto 1fr;margin:14px 18px 0}.channel-bulk-control .field-input,.channel-bulk-control .button{grid-column:1 / -1;width:100%}.premium-channel-card .ch-card-header{grid-template-columns:auto auto minmax(0,1fr)}.premium-channel-card .ch-status-btn{grid-column:2 / -1;justify-self:start}.channel-risk-summary{gap:10px}.ch-card-footer{align-items:flex-start;flex-direction:column}.risk-intro{grid-template-columns:42px 1fr}.risk-intro .ops-status{grid-column:1 / -1}.risk-advanced,.risk-presets{padding-inline:12px}.risk-sizing-card{margin-inline:12px}.risk-advanced-toggle{width:calc(100% - 24px);margin-inline:12px}.compound-heading{grid-template-columns:42px 1fr}.premium-switch{grid-column:1 / -1}.review-toolbar{align-items:stretch;flex-direction:column;padding:13px 18px}.review-toolbar-controls{align-items:stretch;flex-direction:column}.review-channel-filter,.rq-tabs{width:100%}.rq-tab{flex:1}.rq-proposed{grid-template-columns:repeat(2,1fr)}.audit-card-actions{align-items:stretch;flex-direction:column}.audit-card-actions .field-input{width:100%}.audit-summary{grid-template-columns:repeat(2,1fr)}.audit-summary .ops-status{grid-column:1 / -1;margin:12px}.channel-detail-tabs{overflow-x:auto;padding-inline:18px}.channel-detail-tabs .rq-tab{flex:0 0 auto;white-space:nowrap}.channel-audit-link{flex:0 0 auto}.channel-metric-grid,.lot-preview-grid{grid-template-columns:1fr 1fr}.circuit-banner{align-items:flex-start;flex-direction:column;padding-inline:18px}.settings-index{display:none}.set-section{padding:20px 16px}.set-row,.set-mapping-row{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.set-mapping-row .dash-sep{display:none}}.leaderboard-page{display:grid;gap:18px}.allocation-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.allocation-overview article,.allocation-console,.leaderboard-board{border:1px solid var(--border);background:linear-gradient(145deg,#101612f5,#080c0afa)}.allocation-overview article{display:grid;gap:7px;min-height:116px;padding:18px}.allocation-overview small,.leaderboard-table th{color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.allocation-overview strong{color:var(--text);font-size:clamp(21px,2.5vw,30px)}.allocation-overview span,.allocation-console p,.leaderboard-head p,.leaderboard-table small{color:var(--muted);font-size:11px;line-height:1.5}.allocation-console,.leaderboard-board{padding:20px}.allocation-console-head,.leaderboard-head,.allocation-console-head>div:first-child,.leaderboard-head>div:first-child,.allocation-channel-name,.allocation-save-row{display:flex;align-items:center}.allocation-console-head,.leaderboard-head{justify-content:space-between;gap:18px}.allocation-console-head>div:first-child,.leaderboard-head>div:first-child,.allocation-channel-name{gap:12px}.allocation-console h2,.leaderboard-head h2{margin:0 0 4px;color:var(--text);font-size:17px}.allocation-console p,.leaderboard-head p{margin:0}.allocation-mode{display:flex;padding:3px;border:1px solid var(--border);background:#070b09}.allocation-mode button{padding:9px 13px;border:0;color:var(--muted);background:transparent;font:inherit;font-size:12px;cursor:pointer}.allocation-mode button.is-active{color:#0a0f0c;background:var(--green)}.allocation-total-row{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(220px,.45fr) 1fr;align-items:end;gap:24px;margin-top:20px;padding:16px;border:1px solid var(--border);background:#ffffff04}.allocation-basis-toggles{display:grid;gap:12px}.allocation-equity-toggle{display:grid;grid-template-columns:auto 1fr;align-items:center;cursor:pointer}.allocation-equity-toggle input{width:17px;height:17px;accent-color:var(--green)}.allocation-equity-toggle>span{display:grid;gap:3px}.allocation-equity-toggle strong{color:var(--text);font-size:12px}.allocation-equity-toggle small{color:var(--muted);font-size:10px;line-height:1.4}.allocation-total-row input:disabled{opacity:.55;cursor:not-allowed}.allocation-total-row label,.allocation-channel-list article>label{display:grid;gap:7px;color:var(--muted);font-size:11px}.allocation-channel-list{display:grid;gap:8px;margin-top:12px}.allocation-channel-list article{display:grid;grid-template-columns:minmax(220px,1fr) minmax(150px,.35fr) minmax(260px,1fr);align-items:center;gap:16px;min-height:78px;padding:13px 15px;border:1px solid var(--border);background:#ffffff03}.allocation-channel-name>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(183,243,74,.22);color:var(--green);background:#b7f34a0a;font-size:11px;font-weight:750}.allocation-channel-name div{display:grid;gap:4px}.allocation-channel-name strong{color:var(--text);font-size:13px}.allocation-channel-name small{color:var(--muted);font-size:10px}.allocation-auto-result{display:flex;align-items:baseline;gap:8px}.allocation-auto-result strong{color:var(--green);font-size:18px}.allocation-auto-result span{color:var(--muted);font-size:11px}.allocation-save-row{gap:12px;margin-top:16px}.capital-risk-section .allocation-overview,.allocation-master-toggle{margin-top:18px}.allocation-master-toggle>span{display:grid;gap:3px}.allocation-master-toggle strong{color:var(--text);font-size:13px}.allocation-master-toggle small{color:var(--muted);font-size:11px;line-height:1.45}.risk-allocation-mode{width:fit-content;margin-top:18px}.allocation-disabled-note{display:flex;gap:12px;margin-top:16px;padding:16px;border:1px solid rgba(255,181,71,.3);color:#ffcc7d;background:#ffb5470e}.allocation-disabled-note>svg{flex:0 0 auto}.allocation-disabled-note strong{color:#ffcc7d;font-size:13px}.allocation-disabled-note p,.capital-risk-section .allocation-total-row>p,.capital-risk-section .allocation-channel-list article>p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.system-health-body{display:grid;gap:18px}.health-sync-notice{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(183,243,74,.28);color:var(--green);background:#b7f34a0e;font-size:12px}.demo-readiness{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:18px 20px;border:1px solid rgba(255,181,71,.32);background:linear-gradient(135deg,#ffb54712,#080c0afa)}.demo-readiness.is-ready{border-color:#b7f34a4d;background:linear-gradient(135deg,#b7f34a12,#080c0afa)}.demo-readiness>svg{color:#ffcc7d}.demo-readiness.is-ready>svg{color:var(--green)}.demo-readiness span,.safe-dry-run-copy>span,.release-test-sequence>span{color:var(--muted);font-size:10px;letter-spacing:.1em}.demo-readiness h2,.safe-dry-run-copy h2,.release-test-sequence h2{margin:4px 0;color:var(--text);font-size:18px}.demo-readiness p,.safe-dry-run-copy p,.release-test-sequence p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.system-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.system-health-card{min-width:0;padding:17px;border:1px solid var(--border);background:linear-gradient(145deg,#101612f5,#080c0afa)}.system-health-card.is-healthy{border-top-color:#b7f34a75}.system-health-card.is-warning{border-top-color:#ffb54780}.system-health-card.is-error{border-top-color:#ff7d788c}.system-health-card-head,.system-health-card-head>span{display:flex;align-items:center}.system-health-card-head{justify-content:space-between;gap:12px}.system-health-card-head>span{min-width:0;gap:8px}.system-health-card-head i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 12px #b7f34a5c}.system-health-card.is-warning .system-health-card-head i{background:#ffb547;box-shadow:0 0 12px #ffb5474d}.system-health-card.is-error .system-health-card-head i{background:#ff7d78;box-shadow:0 0 12px #ff7d784d}.system-health-card-head strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.system-health-card>p{min-height:38px;margin:12px 0;color:var(--muted);font-size:11px;line-height:1.55}.system-health-card dl{display:grid;gap:6px;margin:0}.system-health-card dl>div{display:flex;justify-content:space-between;gap:12px;padding-top:6px;border-top:1px solid var(--border)}.system-health-card dt,.system-health-card dd{margin:0;font-size:10px}.system-health-card dt{color:var(--muted);text-transform:capitalize}.system-health-card dd{overflow:hidden;max-width:55%;color:var(--text);text-align:right;text-overflow:ellipsis;white-space:nowrap}.safe-dry-run-panel,.release-test-sequence{padding:20px}.safe-dry-run-panel{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(360px,1fr);gap:24px}.safe-dry-run-panel form{display:grid;gap:12px}.safe-dry-run-panel .field-label{display:grid;gap:7px}.health-signal-input{min-height:132px;resize:vertical}.safe-dry-run-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dry-run-result{grid-column:1 / -1;padding:16px;border:1px solid rgba(183,243,74,.24);background:#b7f34a09}.dry-run-result>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dry-run-result span{display:grid;gap:4px}.dry-run-result small{color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.dry-run-result strong{color:var(--text);font-size:13px}.dry-run-result>p{color:var(--muted);font-size:11px}.dry-run-result summary{color:var(--green);cursor:pointer;font-size:11px}.dry-run-result pre{overflow:auto;max-height:420px;padding:12px;color:#dfe8e1;background:#060907;font-size:10px}.release-test-sequence ol{display:grid;gap:8px;margin:16px 0;padding-left:22px;color:var(--text);font-size:12px}@media (max-width: 1080px){.system-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.safe-dry-run-panel{grid-template-columns:1fr}}@media (max-width: 640px){.demo-readiness{grid-template-columns:auto 1fr}.demo-readiness>.status-badge{grid-column:1 / -1}.system-health-grid,.safe-dry-run-fields,.dry-run-result>div{grid-template-columns:1fr}}.leaderboard-table-wrap{overflow-x:auto;margin-top:18px;border:1px solid var(--border)}.leaderboard-table{width:100%;min-width:1060px;border-collapse:collapse}.leaderboard-table th,.leaderboard-table td{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.leaderboard-table tbody tr:last-child td{border-bottom:0}.leaderboard-table tbody tr:hover{background:#b7f34a06}.leaderboard-table td{color:var(--text);font-size:12px}.leaderboard-table td>strong,.leaderboard-table td>a,.leaderboard-table td>small{display:block}.leaderboard-table td>a{color:var(--text);text-decoration:none}.leaderboard-table td>small{max-width:230px;margin-top:4px}.leader-rank{display:inline-grid;width:38px;height:30px;place-items:center;border:1px solid var(--border);color:var(--muted);background:#ffffff04}.leader-rank.rank-1{border-color:#c9a45c73;color:#e3c174;background:#c9a45c14}.leader-rank.rank-2,.leader-rank.rank-3{border-color:#b7f34a47;color:var(--green)}.leaderboard-table .positive{color:var(--green)}.leaderboard-table .negative{color:#ff7d78}.evidence-track{display:block;width:70px;height:3px;margin-top:8px;background:#ffffff14}.evidence-track i{display:block;height:100%;background:var(--green)}@media (max-width: 980px){.allocation-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.allocation-channel-list article{grid-template-columns:1fr .45fr}.allocation-channel-list article>p{grid-column:1 / -1}}@media (max-width: 640px){.allocation-overview,.allocation-total-row,.allocation-channel-list article{grid-template-columns:1fr}.allocation-console-head,.leaderboard-head{align-items:flex-start;flex-direction:column}.allocation-mode{width:100%}.allocation-mode button{flex:1}}.auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px}.auth-label-row .field-label{margin:0}.auth-label-row a{color:var(--green);font-size:11px;text-decoration:none}.auth-textarea{min-height:108px!important;padding-block:12px!important;resize:vertical}.auth-state{min-height:160px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;color:#929d96;border:1px solid var(--border);font-size:13px}.auth-gate,.auth-success-card{display:flex;flex-direction:column;align-items:flex-start;margin-top:30px;padding:24px;border:1px solid var(--border);background:#ffffff03}.auth-gate>span,.auth-success-card>span{width:44px;height:44px;display:grid;place-items:center;margin-bottom:16px;color:var(--green);border:1px solid rgba(183,243,74,.2);background:#b7f34a0b}.auth-gate h2,.auth-success-card h2{margin:0;color:#edf2ef;font-family:"Instrument Serif",serif;font-size:27px;font-weight:400}.auth-gate p,.auth-success-card p{margin:9px 0 20px;color:#89958d;font-size:13px;line-height:1.65}.auth-gate .button,.auth-success-card .button{width:100%}.layout-admin-badge{margin-left:auto;padding:4px 6px;color:#07100b;background:var(--green);font:700 7px/1 IBM Plex Mono,monospace;letter-spacing:.06em;text-transform:uppercase}.admin-tabs{min-height:64px;display:flex;align-items:flex-end;gap:7px;padding:12px 36px 0;overflow-x:auto;border-bottom:1px solid var(--border)}.admin-tabs button{min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:0 15px;border:1px solid var(--border);border-bottom:0;color:#87928b;background:transparent;font-size:11px;white-space:nowrap;cursor:pointer}.admin-tabs button span{min-width:20px;height:20px;display:grid;place-items:center;color:#77827b;border:1px solid var(--border-hover);font:600 8px/1 IBM Plex Mono,monospace}.admin-tabs button.is-active{border-color:#b7f34a59;color:var(--green);background:#b7f34a0a}.admin-access-body{max-width:1180px}.admin-security-note{margin-bottom:18px}.admin-copy-toast{position:fixed;z-index:120;right:26px;bottom:26px;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 15px;color:#07100b;background:var(--green);box-shadow:0 18px 55px #0006;font-size:11px;font-weight:700}.admin-request-list{display:flex;flex-direction:column}.admin-request-card{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:14px 24px;padding:18px;border-bottom:1px solid var(--border);background:#0b100d}.admin-request-card:last-child{border-bottom:0}.admin-request-card.is-rejected,.admin-request-card.is-completed{opacity:.66}.admin-request-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px}.admin-request-avatar{width:42px;height:42px;display:grid;place-items:center;color:var(--green);border:1px solid rgba(183,243,74,.18);background:#b7f34a0b;font:700 10px/1 IBM Plex Mono,monospace}.admin-request-head>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.admin-request-head strong{overflow:hidden;color:#e4eae6;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.admin-request-head small{color:#77837b;font-size:10px}.admin-request-meta{display:flex;align-items:center;justify-content:flex-end;gap:14px;color:#69766e;font-size:8px}.admin-request-note{grid-column:1 / -1;margin:0;padding:12px;color:#9ba69f;border-left:2px solid rgba(201,164,92,.45);background:#c9a45c09;font-size:12px;line-height:1.6}.admin-generated-link{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:13px;padding:11px 13px;color:var(--emerald);border:1px solid rgba(53,213,154,.2);background:#35d59a0a;font-size:11px}.admin-generated-link>span,.admin-generated-link button{display:flex;align-items:center;gap:7px}.admin-generated-link button{padding:7px 9px;border:1px solid rgba(53,213,154,.25);color:var(--emerald);background:transparent;font-size:10px;cursor:pointer}.admin-request-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.admin-users-table{overflow-x:auto}.admin-user-row{min-width:780px;min-height:66px;display:grid;grid-template-columns:minmax(230px,1.4fr) 90px minmax(145px,.8fr) 120px 95px;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);color:#929e96;font-size:11px}.admin-user-row:last-child{border-bottom:0}.admin-user-row.is-heading{min-height:42px;color:#67736b;background:#ffffff03;font:600 8px/1 IBM Plex Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.admin-user-row>span:first-child{min-width:0;display:flex;flex-direction:column;gap:4px}.admin-user-row strong{overflow:hidden;color:#dfe6e1;font-size:12px;text-overflow:ellipsis}.admin-user-row small{color:#68746d;font-size:9px}@media (max-width: 760px){.admin-tabs{padding-inline:18px}.admin-request-card{grid-template-columns:1fr}.admin-request-meta{align-items:flex-start;justify-content:flex-start;flex-direction:column}.admin-generated-link{align-items:stretch;flex-direction:column}.admin-generated-link button{justify-content:center}.admin-request-actions{flex-direction:column}.admin-request-actions>button{width:100%}}@media (max-width: 480px){.ops-page-heading h1{font-size:34px}.ops-page-actions .ops-status{width:100%;justify-content:center}.telegram-connect-panel .tg-card{border-inline:0;margin-inline:-18px}.channel-metric-grid,.lot-preview-grid{grid-template-columns:1fr}.rq-actions{flex-direction:column}.rq-approve-btn,.rq-reject-btn{width:100%}.rq-proposed,.tg-meta-grid{grid-template-columns:1fr}}.session-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--text);background:radial-gradient(circle at 50% 44%,rgba(183,243,74,.07),transparent 22%),#080b09}.session-loader-mark{display:flex;gap:6px;margin-bottom:25px}.session-loader-mark span{width:6px;height:6px;border-radius:50%;background:var(--green);animation:terminal-pulse 1.1s ease-in-out infinite}.session-loader-mark span:nth-child(2){animation-delay:.12s}.session-loader-mark span:nth-child(3){animation-delay:.24s}.session-loader>span{color:var(--green);font-size:8px;letter-spacing:.14em}.session-loader strong{margin-top:12px;font-size:24px;font-weight:500;letter-spacing:-.035em}.session-loader small{margin-top:7px;color:#758078;font-size:11px}.landing-auth-placeholder{width:132px;height:38px;border:1px solid var(--border);background:linear-gradient(90deg,#0b0f0d,#111713,#0b0f0d);background-size:220% 100%;animation:terminal-shimmer 1.2s linear infinite}.terminal-alert-retry{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid rgba(255,100,107,.22)!important;color:#ff9ca1!important;background:#ff646b0b!important;font:600 9px/1 var(--font-mono);cursor:pointer}@keyframes terminal-shimmer{to{background-position:-220% 0}}@keyframes terminal-pulse{0%,to{opacity:.28;transform:scale(.8)}50%{opacity:1;transform:scale(1.18)}}@media (max-width: 1280px){.channel-overview-strip{grid-template-columns:1fr}.channel-overview-lead{border-right:0;border-bottom:1px solid var(--border)}.channel-network-columns{display:none}.channel-network-row{grid-template-columns:minmax(260px,1.15fr) minmax(220px,.85fr) 128px}.channel-row-risk{grid-column:1 / -1;grid-row:2;border-top:1px solid var(--border);border-left:0}.channel-risk-foot{grid-template-columns:repeat(3,minmax(90px,150px))}}@media (max-width: 900px){.channel-strategy-bar{grid-template-columns:auto minmax(0,1fr)}.channel-strategy-bar .field-input,.channel-strategy-bar .button{grid-column:1 / -1;width:100%}.channel-network-row{grid-template-columns:minmax(240px,1.1fr) minmax(200px,.9fr) 116px}}@media (max-width: 700px){.channel-overview-lead{align-items:flex-start;padding:18px}.channel-overview-orbit{width:58px;height:58px;flex-basis:58px}.channel-overview-metrics{grid-template-columns:repeat(2,1fr)}.channel-overview-metrics>span{min-height:105px;padding:16px;border-bottom:1px solid var(--border)}.channel-network-head{align-items:flex-start;flex-direction:column}.channel-network-head nav{width:100%}.channel-network-head nav button{flex:1}.channel-network-row{grid-template-columns:1fr}.channel-row-edge,.channel-row-risk,.channel-row-control{border-top:1px solid var(--border);border-left:0}.channel-row-risk{grid-column:auto;grid-row:auto}.channel-row-control{flex-direction:row}.channel-row-control>*{flex:1}.channel-network-tags{flex-wrap:wrap}.terminal-alert.is-error{grid-template-columns:auto 1fr}.terminal-alert.is-error .terminal-alert-retry{grid-column:1 / -1}}.auth-modern-form .field-label{font-size:10px}.auth-modern-form .field-input{min-height:52px;font-size:14px}.auth-modern-form .field-input::placeholder{color:#707a74}.auth-switch{color:#929d96;font-size:12px}.layout-link{min-height:44px;font-size:13px}.layout-nav-label{font-size:9px}.layout-system-head{font-size:11px}.layout-system-head>.mono{font-size:8px}.layout-system-card>div:not(.layout-system-head){min-height:29px;color:#849088;font-size:10px}.layout-account-copy strong{font-size:11px}.layout-email{font-size:9px}.terminal-eyebrow{font-size:10px}.terminal-header h1{font-size:40px}.terminal-header p{color:#8c9890;font-size:14px}.terminal-system-status,.terminal-refresh{font-size:10px}.terminal-alert>span:nth-child(2){color:#8d9991;font-size:12px}.terminal-alert strong{font-size:14px}.terminal-alert-action{font-size:11px}.terminal-metric-head{font-size:10px}.terminal-metric>strong{font-size:28px}.terminal-metric>small{font-size:10px}.terminal-panel-header small{font-size:9px}.terminal-panel-header strong{font-size:13px}.terminal-panel-note{font-size:9px}.intelligence-table{font-size:11px}.intelligence-table th{font-size:9px}.intelligence-channel>span,.quality-value{font-size:9px}.intelligence-channel strong{font-size:12px}.intelligence-strong{font-size:13px}.action-item strong{font-size:11px}.action-item small,.action-item-time{font-size:9px}.action-center-footer{font-size:10px}.terminal-empty>strong{font-size:13px}.terminal-empty>p{font-size:11px}.position-side,.position-row small,.pending-order-row small,.signal-health-ring small,.signal-health-legend em,.signal-health-legend strong{font-size:9px}.position-row strong,.pending-order-row strong{font-size:11px}.position-symbol>strong{font-size:13px}.terminal-cancel-button,.terminal-danger-button,.pending-confirm button{font-size:10px}.terminal-footer{font-size:9px}.ch-modal-overlay{padding:42px 18px;background:#020403d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ch-modal{max-width:720px;border-color:var(--border-hover);background:#0d120f;box-shadow:0 35px 100px #00000080}.ch-modal-header{min-height:82px;padding:19px 20px}.ch-modal-title{font-family:"Instrument Serif",serif;font-size:28px;font-weight:400}.ch-modal-subtitle{margin-top:5px;color:#87938b;font-size:12px}.ch-modal-body{gap:22px;max-height:66vh;padding:20px}.ch-modal-footer{padding:15px 20px}.ch-step-label{color:var(--green);font-size:9px;letter-spacing:.1em}.ch-preset-grid{gap:8px;background:transparent}.ch-preset-card{min-height:78px;justify-content:center;gap:5px;padding:12px;border:1px solid var(--border);background:#090d0b}.ch-preset-card.is-selected{border-color:#b7f34a73;background:#b7f34a0b;box-shadow:none}.ch-preset-label{color:#e3e9e5;font-size:13px;font-weight:650}.ch-preset-blurb{color:#758179;font-size:10px}.dp-dropdown{top:calc(100% + 5px);border-color:var(--border-hover);background:#0d120f;box-shadow:0 20px 55px #0000006b}.dp-item{padding:12px 14px}.dp-item:hover{background:#b7f34a0b}.dp-title{color:#e3e9e5;font-size:14px}.dp-meta,.dp-nourl,.dp-loading{font-size:12px;line-height:1.5}.dp-selected{min-height:58px;padding:11px 13px;border-color:#b7f34a4d;background:#b7f34a0a}@media (max-width: 760px){.ch-preset-grid{grid-template-columns:1fr}.ch-modal-overlay{align-items:flex-end;padding:0}.ch-modal{max-height:92vh;border-inline:0;border-bottom:0}}
