:root{--bg: #0f141a;--panel: #141b23;--panel-2: #1b2531;--panel-modal: #111827;--border: #24384f;--border-soft: rgba(255, 255, 255, .15);--text: #e6edf3;--muted: #9fb0c3;--brand: #1e344c;--brand-2: #2a4562;--green: #2ecc71;--red: #ff4d4d;--danger: #b22;--danger-hover: #a11;--amber: #f1c40f;--overlay-bg: rgba(0, 0, 0, .45);--overlay-blur: 4px;--surface-soft: rgba(255, 255, 255, .06);--surface-soft-strong: rgba(255, 255, 255, .1);--accent-blue: #3b82f6;--accent-blue-hover: #2563eb;--accent-blue-bright: #60a5fa;--accent-blue-soft: rgba(59, 130, 246, .15);--accent-blue-border: rgba(59, 130, 246, .35);--accent-red-soft: rgba(244, 63, 94, .15);--accent-red-border: rgba(244, 63, 94, .4);--accent-amber-soft: rgba(255, 189, 77, .2);--accent-amber-border: rgba(255, 189, 77, .5);--accent-green-soft: rgba(46, 204, 113, .2);--accent-green-border: rgba(46, 204, 113, .5);--chip-bg: #233446;--chip-border: #496480;--chip-hover: #2a425a;--input-bg: #0d131a;--shadow-modal: 0 24px 40px rgba(0, 0, 0, .45);--shadow-popover: 0 8px 24px rgba(0, 0, 0, .4);--z-dropdown: 100;--z-nav: 200;--z-modal: 1000;--z-toast: 1100;--filter-empty-bg: #2a3e55;--filter-empty-border: #6a86a7;--flash-duration: 7s}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}html,body,#app{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:14px}a{color:var(--accent-blue-bright);text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;flex-direction:column;min-height:100%}.app-main{flex:1}.nav{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#09111af2;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:var(--z-nav)}.page{padding:18px;width:100%;max-width:1400px;margin:0 auto}.header{display:flex;align-items:center;gap:12px;margin:10px 0 14px}.h1{font-size:22px;font-weight:800;margin:0 0 6px;text-align:center}.panel{background:var(--panel);border:1px solid var(--border);border-radius:10px;overflow:hidden}.panel.padded{padding:16px;display:flex;flex-direction:column;gap:12px}.login-card{max-width:560px;height:fit-content;margin:64px auto;padding:22px;background:var(--panel);border:1px solid var(--border);border-radius:12px}.login-card h2{margin-top:0}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--overlay-bg);-webkit-backdrop-filter:blur(var(--overlay-blur));backdrop-filter:blur(var(--overlay-blur));z-index:var(--z-modal)}.modal-card{background:var(--panel-modal);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-modal);padding:24px;width:min(520px,100%);max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:18px;position:relative}.modal-card.large{width:min(720px,100%)}.modal-field{display:flex;flex-direction:column;gap:6px;margin-top:12px}.modal-caption{color:var(--muted);font-size:.85rem}.modal-actions,.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.messages-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.messages-wrap{position:relative;min-height:160px}.message-item{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.message-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--muted);font-size:.85rem}.message-meta .tag{background:var(--brand-2);color:var(--text);border-radius:4px;padding:1px 6px;font-size:.75rem}.message-content{margin:0;white-space:pre-wrap;font-family:inherit;font-size:.95rem}.message-attachments{font-size:.85rem;color:var(--muted)}.message-attachments a{color:inherit;text-decoration:underline}.manual-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.manual-field{display:flex;flex-direction:column;gap:6px}.manual-field.full{grid-column:1 / -1}.manual-actions{grid-column:1 / -1;display:flex;gap:8px;align-items:center}.manual-result{margin-top:16px;display:flex;flex-direction:column;gap:12px}.manual-result-block{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:12px}.manual-result-block h4{margin:0 0 8px;font-size:1rem}.manual-json{margin:0;white-space:pre-wrap;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;line-height:1.4}.loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0c1073;-webkit-backdrop-filter:blur(var(--overlay-blur, 1.5px));backdrop-filter:blur(var(--overlay-blur, 1.5px));pointer-events:all;border-radius:inherit;z-index:5}.loading-overlay--plain{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.loading-overlay__spinner{border-radius:50%;border-style:solid;border-color:var(--border);border-top-color:var(--brand-2);animation:loading-overlay-spin .75s linear infinite}@keyframes loading-overlay-spin{to{transform:rotate(360deg)}}.expanded{background:var(--panel-2)}.expanded table{text-align:left}.expanded td{text-align:left!important;padding:14px}.expanded .grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.expanded .full{grid-column:1 / -1}.expanded h4{margin:6px 0 4px}.news-list a{display:block;margin:4px 0}.panel.accordion summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;font-weight:700}.panel.accordion summary::-webkit-details-marker{display:none}.panel.accordion[open] summary{border-bottom:1px solid var(--border)}.panel.accordion .accordion-body{padding:14px}.panel.accordion .caret{transition:transform .15s ease}.panel.accordion[open] .caret{transform:rotate(90deg)}.user-badge{display:flex;align-items:center;gap:8px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;background:#ffffff0f}.user-badge .avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--brand-2)}.user-badge .user-meta{display:flex;flex-direction:column;line-height:1.1}.user-badge .uname{font-weight:700;font-size:12px}.controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.form-field{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.input,select.input,textarea.input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--input-bg);color:var(--text)}.input:disabled,select.input:disabled,textarea.input:disabled,select:disabled{opacity:.6;cursor:not-allowed;background:#0b1016;color:var(--muted);border-color:#223246}.btn{background:var(--brand);color:#fff;border:1px solid var(--border);padding:9px 14px;border-radius:8px;cursor:pointer;transition:background .15s ease}.btn:hover{background:var(--brand-2)}.btn.primary{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.btn.secondary{background:var(--chip-bg);border-color:var(--chip-border);color:var(--text)}.btn.ghost{background:var(--surface-soft-strong);border-color:var(--border-soft);color:var(--text)}.btn.active{background:var(--accent-blue-soft);border-color:var(--accent-blue);color:#fff}.btn.ghost:hover{background:var(--surface-soft);border-color:var(--border-soft)}.btn.secondary:hover{background:var(--chip-hover);border-color:var(--chip-border)}.btn.active:hover{background:var(--accent-blue-border);border-color:var(--accent-blue)}.btn.danger,.btn-danger{background:var(--danger);border-color:#a11;color:#fff}.btn.danger:hover,.btn-danger:hover{background:var(--danger-hover);border-color:var(--danger-hover)}.btn.primary:hover{background:var(--accent-blue-hover);border-color:var(--accent-blue-hover)}.btn:disabled,.btn[disabled],button.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;filter:saturate(60%);background:#1a2635;border-color:#2a3b51;color:#b9c9d9}.btn:disabled:hover,.btn[disabled]:hover,button.btn[aria-disabled=true]:hover{background:#1a2635}.icon-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--chip-border);background:var(--chip-bg);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-btn.danger{background:var(--danger);border-color:#a11}.toolbar{display:flex;align-items:center;gap:8px}.modal-footer{margin-top:0}.switch{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.switch input{display:none}.switch .slider{width:34px;height:18px;background:var(--chip-border);border-radius:999px;position:relative;display:inline-block;vertical-align:middle}.switch .slider:after{content:"";width:14px;height:14px;background:var(--text);border-radius:50%;position:absolute;top:2px;left:2px;transition:left .2s,background .2s}.switch input:checked+.slider{background:var(--accent-blue)}.switch input:checked+.slider:after{left:18px;background:#fff}.switch.small .slider{width:32px;height:16px}.switch.small .slider:after{width:12px;height:12px;top:2px;left:2px}.switch.small input:checked+.slider:after{left:18px}.switch-label{font-size:12px;opacity:.9}.table-wrap,.table-wrapper{overflow:auto;border-radius:10px;position:relative}.table-placeholder{padding:24px 12px;text-align:center;color:var(--muted)}.table-placeholder.error{color:var(--red)}table{width:100%;border-collapse:collapse}table.table-standard{min-width:860px}table.table-standard.table-standard--fluid{min-width:0}table.table-standard thead th{background:#1e344c;color:#fff;font-weight:700;text-align:right;padding:10px 12px;position:sticky;top:0;z-index:1;border-bottom:1px solid var(--border)}table.table-standard thead th:first-child{border-top-left-radius:10px}table.table-standard thead th:last-child{border-top-right-radius:10px}table.table-standard tbody tr:last-child td:first-child{border-bottom-left-radius:10px}table.table-standard tbody tr:last-child td:last-child{border-bottom-right-radius:10px}table.table-standard th.sortable{cursor:pointer}table.table-standard th.sortable:hover{text-decoration:underline}table.table-standard td.name-column{white-space:nowrap}table.table-standard tbody td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:right}table.table-standard tbody tr:nth-child(odd){background:#1c2129}table.table-standard tbody tr:nth-child(2n){background:#171d24}table.table-standard td.name-cell{text-align:left;display:grid;grid-template-columns:22px 1fr;gap:6px;align-items:center}table.table-standard td.actions{display:flex;align-items:center;gap:8px}table.table-standard td.actions input{width:6rem}.cond-pos{color:var(--green);font-weight:700}.cond-neg{color:var(--red);font-weight:700}.flash-up{animation:flashUp var(--flash-duration) ease-out}.flash-down{animation:flashDown var(--flash-duration) ease-out}@keyframes flashUp{0%{background:#2ecc7159}to{background:transparent}}@keyframes flashDown{0%{background:#ff4d4d59}to{background:transparent}}.sub-pill{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid var(--border);font-size:11px;width:max-content;text-transform:capitalize}.sub-pill.free{color:var(--muted);background:var(--surface-soft)}.sub-pill.basic{background:var(--accent-blue-soft);border-color:var(--accent-blue-border)}.sub-pill.premium{background:#2ecc712e;border-color:#2ecc7180}.pill{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid var(--border);font-size:11px}.pill.soft{color:var(--muted);background:var(--surface-soft)}.pill.vol.high{background:var(--accent-red-soft);border-color:var(--accent-red-border)}.pill.vol.medium{background:var(--accent-amber-soft);border-color:var(--accent-amber-border)}.pill.vol.low{background:var(--accent-green-soft);border-color:var(--accent-green-border)}.chip-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.chip{background:var(--chip-bg);border:1px solid var(--chip-border);border-radius:14px;padding:4px 8px;font-size:12px;display:inline-flex;align-items:center;gap:6px;color:#e9f1fb}.chip-btn{cursor:pointer;border:1px solid var(--chip-border);background:var(--chip-bg);color:#e9f1fb;border-radius:14px;padding:4px 8px}.chip-btn:hover{background:var(--chip-hover)}.filter-empty{background:var(--filter-empty-bg);color:#e9f1fb;border:1px dashed var(--filter-empty-border);border-radius:14px;padding:4px 10px;cursor:pointer}.muted{color:var(--muted)}.center{text-align:center}.stack{display:flex;flex-direction:column;gap:16px}.stack-sm{gap:8px}.stack-md{gap:12px}.stack-lg{gap:24px}.cluster{display:flex;align-items:center;gap:8px}.cluster-lg{gap:16px}.cluster-between{justify-content:space-between}.cluster-end{justify-content:flex-end}.cluster-wrap{flex-wrap:wrap}.list-unstyled{list-style:none;margin:0;padding:0}.row{display:flex;align-items:center;gap:8px}.row-click{cursor:pointer}.spacer{flex:1 1 auto}.number{text-align:right}.text-danger{color:var(--danger)}.text-success{color:var(--green)}.text-left{text-align:left}.text-center{text-align:center}.dim{opacity:.7}.text-small{font-size:12px}.empty{opacity:.7}.error{padding:12px;border-radius:8px;background:var(--accent-red-soft);border:1px solid var(--accent-red-border);color:#fff;margin:8px 0}.pad-lg{padding:18px!important}.w-220{width:220px}.w-120{width:120px}.w-110{width:110px}.no-margin{margin:0!important}.row.add{align-items:center;gap:8px;margin-bottom:12px}.row.add .left{display:flex;gap:8px;flex:1 1 auto}.row.add input{padding:6px 8px}.btn.compact{padding:6px 10px;border-radius:6px}.chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:1 1 auto;min-width:240px;margin-bottom:8px}.inline{display:flex;align-items:center;gap:8px;flex:0 1 auto}.inline .name{min-width:180px}.last-trig-slot{min-width:110px;text-align:right;opacity:.75;font-size:12px}.subhead{margin:14px 0 6px;opacity:.9}.alerts-block{padding:8px 2px}.alert-row.one-line{display:flex;align-items:center;gap:12px;padding:6px 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.add-alert-row{padding:8px 0;text-align:center}@media(prefers-reduced-motion:reduce){.flash-up,.flash-down,.loading-overlay__spinner{animation:none}.panel.accordion .caret{transition:none}}.nav.svelte-rwygme{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#09111af2;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:var(--z-nav)}.nav.test-mode.svelte-rwygme{border-bottom:4px solid var(--amber)}.nav.svelte-rwygme a:where(.svelte-rwygme){color:inherit;text-decoration:none;font-weight:600;padding:4px 8px;border-radius:6px;border:1px solid transparent;transition:background .15s ease,opacity .15s ease}.nav.svelte-rwygme a:where(.svelte-rwygme):hover{background:#ffffff14}.nav.svelte-rwygme a.active:where(.svelte-rwygme){background:var(--brand, #1e344c);border-color:var(--border, rgba(255, 255, 255, .12))}.nav.svelte-rwygme a.disabled:where(.svelte-rwygme){opacity:.45}.spacer.svelte-rwygme{flex:1}.user-badge.svelte-rwygme{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background:#ffffff14}.avatar.svelte-rwygme{width:26px;height:26px;border-radius:50%;background:#ffffff1a;display:grid;place-items:center;font-weight:700}.user-meta.svelte-rwygme{display:flex;flex-direction:column;gap:2px;font-size:.75rem}.sub-pill.svelte-rwygme{padding:2px 6px;border-radius:999px;background:#ffffff1f;text-transform:uppercase;font-size:.65rem;letter-spacing:.05em}.logout.svelte-rwygme{margin-left:12px}@media(max-width:860px){.nav.svelte-rwygme{flex-wrap:wrap;gap:8px}.logout.svelte-rwygme{width:100%;display:flex;justify-content:flex-end}}.scanner-tabs.svelte-hs1t16{background:#09111aeb;border-bottom:1px solid rgba(255,255,255,.05);margin-top:0}.scanner-tabs__inner.svelte-hs1t16{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin:0;padding:8px 14px}.scanner-tabs.svelte-hs1t16 a:where(.svelte-hs1t16){color:inherit;text-decoration:none;font-weight:600;padding:6px 12px;border-radius:6px;border:1px solid transparent;transition:background .15s ease,opacity .15s ease}.scanner-tabs.svelte-hs1t16 a:where(.svelte-hs1t16):hover{background:#ffffff14}.scanner-tabs.svelte-hs1t16 a.active:where(.svelte-hs1t16){background:#ffffff24;border-color:var(--border, rgba(255, 255, 255, .08))}.scanner-tabs.svelte-hs1t16 a.disabled:where(.svelte-hs1t16){opacity:.45}.spacer.svelte-hs1t16{flex:1 1 auto}.status.svelte-hs1t16{display:flex;align-items:center;gap:8px;color:#fffc;font-size:12px}.status.svelte-hs1t16 .label:where(.svelte-hs1t16){opacity:.9}.status.svelte-hs1t16 .sep:where(.svelte-hs1t16){opacity:.4;padding:0 2px}.dot.svelte-hs1t16{width:8px;height:8px;border-radius:50%;display:inline-block;box-shadow:0 0 0 1px #ffffff1a inset}.dot.ok.svelte-hs1t16{background:var(--green)}.dot.warn.svelte-hs1t16{background:var(--amber)}.dot.err.svelte-hs1t16{background:var(--red)}.dot.muted.svelte-hs1t16{background:#ffffff59}@media(max-width:860px){.scanner-tabs__inner.svelte-hs1t16{flex-wrap:wrap;gap:8px}.status.svelte-hs1t16{margin-left:auto;width:100%;justify-content:flex-end}}.landing-page.svelte-5hymd7{background:var(--bg);color:var(--text);overflow-x:clip}.shell.svelte-5hymd7{max-width:1160px;margin:0 auto;padding:0 20px}.shell.narrow.svelte-5hymd7{max-width:860px}.shell.center.svelte-5hymd7{text-align:center}.visually-hidden.svelte-5hymd7{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}h1.svelte-5hymd7{font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;text-wrap:balance;margin:0 0 18px}h2.svelte-5hymd7{font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:800;line-height:1.15;letter-spacing:-.01em;text-wrap:balance;margin:0 0 14px}h3.svelte-5hymd7{font-size:1rem;font-weight:700;margin:0 0 6px}.hero-lede.svelte-5hymd7,.section-lede.svelte-5hymd7{font-size:1.08rem;line-height:1.65;color:var(--muted);max-width:60ch;margin:0 0 26px;text-wrap:pretty}.shell.center.svelte-5hymd7 .section-lede:where(.svelte-5hymd7){margin-inline:auto}.cta.svelte-5hymd7{font:inherit;font-weight:700;font-size:1.1875rem;padding:12px 22px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .15s ease}.cta.primary.svelte-5hymd7{background:var(--accent-blue);color:#fff}.cta.primary.svelte-5hymd7:hover{background:var(--accent-blue-hover)}.cta.ghost.svelte-5hymd7{background:var(--surface-soft);color:var(--text);border-color:var(--border)}.cta.ghost.svelte-5hymd7:hover{background:var(--surface-soft-strong)}.hero-cta.svelte-5hymd7{display:flex;flex-wrap:wrap;gap:12px}.hero-cta.center.svelte-5hymd7{justify-content:center}.hero.svelte-5hymd7{padding:clamp(56px,9vw,104px) 0 clamp(40px,6vw,72px);border-bottom:1px solid var(--border)}.hero-copy.svelte-5hymd7{max-width:640px;margin-bottom:clamp(36px,5vw,56px);animation:svelte-5hymd7-rise .55s cubic-bezier(.22,1,.36,1) both}.hero-meta.svelte-5hymd7{margin:14px 0 0;font-size:.875rem;color:var(--muted)}.term-window.svelte-5hymd7{background:var(--panel);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-modal);animation:svelte-5hymd7-rise .55s cubic-bezier(.22,1,.36,1) .12s both}.term-tabs.svelte-5hymd7{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:8px 12px;background:#09111af2;border-bottom:1px solid var(--border-soft);font-weight:600;font-size:.9rem}.term-tab.svelte-5hymd7{padding:4px 10px;border-radius:6px;color:var(--muted);white-space:nowrap}.term-tab.active.svelte-5hymd7{background:var(--brand);color:var(--text)}.term-status.svelte-5hymd7{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--muted)}.dot.svelte-5hymd7{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.ok.svelte-5hymd7{background:var(--green)}.dot-sep.svelte-5hymd7{color:var(--border)}.term-filters.svelte-5hymd7,.term-title.svelte-5hymd7{display:flex;align-items:center;gap:8px;padding:10px 14px;flex-wrap:wrap}.term-filters.svelte-5hymd7{border-bottom:1px solid var(--border)}.term-filters-label.svelte-5hymd7{color:var(--muted);font-size:.85rem}.term-filters-spacer.svelte-5hymd7{flex:1}.term-chip.svelte-5hymd7{background:var(--chip-bg);border:1px solid var(--chip-border);border-radius:6px;padding:4px 10px;font-size:.82rem;font-weight:600;white-space:nowrap}.term-chip.active.svelte-5hymd7{background:var(--accent-blue-soft);border-color:var(--accent-blue-border)}.term-chip.quiet.svelte-5hymd7{background:var(--surface-soft);border-color:var(--border);color:var(--muted)}.term-chip.add.svelte-5hymd7{background:var(--filter-empty-bg);border:1px dashed var(--filter-empty-border)}.term-title.svelte-5hymd7 strong:where(.svelte-5hymd7){font-size:1rem;font-weight:700}.term-updated.svelte-5hymd7{color:var(--muted);font-size:.82rem;font-variant-numeric:tabular-nums}.term-scroll.svelte-5hymd7{overflow-x:auto}.term-table.svelte-5hymd7{width:100%;min-width:860px;border-collapse:collapse;font-size:.875rem;font-variant-numeric:tabular-nums}.term-table.svelte-5hymd7 th:where(.svelte-5hymd7){background:var(--brand);color:#fff;font-weight:700;text-align:right;padding:9px 12px;white-space:nowrap}.term-table.svelte-5hymd7 th.sorted:where(.svelte-5hymd7){box-shadow:inset 0 -2px 0 var(--accent-blue)}.sort-arrow.svelte-5hymd7{color:var(--accent-blue-bright);font-size:.7rem}.term-table.svelte-5hymd7 td:where(.svelte-5hymd7){text-align:right;padding:8px 12px;white-space:nowrap}.term-table.svelte-5hymd7 tbody:where(.svelte-5hymd7) tr:where(.svelte-5hymd7):nth-child(odd){background:#1c2129}.term-table.svelte-5hymd7 tbody:where(.svelte-5hymd7) tr:where(.svelte-5hymd7):nth-child(2n){background:#171d24}.term-table.svelte-5hymd7 .col-name:where(.svelte-5hymd7){text-align:left;font-weight:600}.term-table.svelte-5hymd7 .col-caret:where(.svelte-5hymd7){width:28px;color:var(--muted);font-size:.6rem;text-align:center}.news-ic.svelte-5hymd7{color:var(--muted);margin-left:4px;vertical-align:-1px}.vwap-above.svelte-5hymd7{color:var(--green);font-weight:600}.vwap-below.svelte-5hymd7{color:var(--red);font-weight:600}.cell.svelte-5hymd7{display:inline-block;padding:2px 6px;margin:-2px -6px;border-radius:4px}.cell.flash-up.svelte-5hymd7{animation:svelte-5hymd7-cell-flash-up var(--flash-duration, 7s) ease-out forwards}.cell.flash-down.svelte-5hymd7{animation:svelte-5hymd7-cell-flash-down var(--flash-duration, 7s) ease-out forwards}@keyframes svelte-5hymd7-cell-flash-up{0%{background:#2ecc7173}to{background:transparent}}@keyframes svelte-5hymd7-cell-flash-down{0%{background:#ff4d4d73}to{background:transparent}}.term-caption.svelte-5hymd7{margin:14px 0 0;font-size:.85rem;color:var(--muted);max-width:70ch}@keyframes svelte-5hymd7-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.band.svelte-5hymd7{padding:clamp(56px,8vw,96px) 0;background:var(--panel);border-bottom:1px solid var(--border)}.feature.svelte-5hymd7{padding:clamp(48px,7vw,84px) 0;border-bottom:1px solid var(--border)}.pricing.svelte-5hymd7,.closing.svelte-5hymd7{padding:clamp(56px,8vw,96px) 0;border-bottom:1px solid var(--border)}.session-rail.svelte-5hymd7{list-style:none;margin:34px 0 0;padding:0;display:flex;flex-direction:column;gap:30px}.session-rail.svelte-5hymd7 li:where(.svelte-5hymd7){display:grid;grid-template-columns:108px 1fr;gap:20px}.session-time.svelte-5hymd7{font-weight:700;font-variant-numeric:tabular-nums;text-align:right;color:var(--text);font-size:.95rem;padding-top:1px}.session-body.svelte-5hymd7{border-left:1px solid var(--border);padding-left:20px}.session-body.svelte-5hymd7 p:where(.svelte-5hymd7){margin:0;color:var(--muted);line-height:1.6;max-width:58ch;text-wrap:pretty}.split.svelte-5hymd7{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:clamp(28px,5vw,64px);align-items:center}.split.flip.svelte-5hymd7 .feature-copy:where(.svelte-5hymd7){order:2}.split.flip.svelte-5hymd7 .artifact:where(.svelte-5hymd7){order:1}.feature-copy.svelte-5hymd7 p:where(.svelte-5hymd7){color:var(--muted);line-height:1.65;max-width:58ch;margin:0 0 14px;text-wrap:pretty}.feature-copy.svelte-5hymd7 p:where(.svelte-5hymd7):last-child{margin-bottom:0}.artifact.svelte-5hymd7{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:18px}.ann-head.svelte-5hymd7{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.ann-code.svelte-5hymd7,.ann-time.svelte-5hymd7{color:var(--muted);font-size:.82rem}.ann-time.svelte-5hymd7{margin-left:auto;font-variant-numeric:tabular-nums}.ann-headline.svelte-5hymd7{color:var(--accent-blue-bright);font-weight:600;margin:0 0 8px}.ann-meta.svelte-5hymd7{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.82rem;margin-bottom:14px}.tag-sensitive.svelte-5hymd7{background:var(--accent-amber-soft);border:1px solid var(--accent-amber-border);color:var(--amber);font-weight:700;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:999px}.ann-summary.svelte-5hymd7{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:12px 14px}.ann-summary-head.svelte-5hymd7{display:flex;align-items:center;gap:10px;margin-bottom:6px}.gen-pill.svelte-5hymd7{color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--surface-soft);padding:2px 8px;border-radius:999px}.ann-summary.svelte-5hymd7 p:where(.svelte-5hymd7){margin:0;line-height:1.55;font-size:.92rem}.alert-head.svelte-5hymd7{display:flex;align-items:center;gap:10px;margin-bottom:12px}.count-pill.svelte-5hymd7{color:var(--muted);font-size:.75rem;font-weight:600;background:var(--surface-soft);padding:2px 8px;border-radius:999px}.alert-row.svelte-5hymd7{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--border);flex-wrap:wrap}.alert-cond.svelte-5hymd7{font-size:.92rem;font-variant-numeric:tabular-nums}.alert-cond.svelte-5hymd7 em:where(.svelte-5hymd7){font-style:normal;color:var(--muted);font-weight:700;font-size:.78rem;text-transform:uppercase}.dest-chips.svelte-5hymd7{display:flex;gap:6px}.dest-chips.svelte-5hymd7 span:where(.svelte-5hymd7){background:var(--chip-bg);border:1px solid var(--chip-border);border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:600}.alert-fired.svelte-5hymd7{margin:12px 0 0;padding-top:12px;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums}.builder-label.svelte-5hymd7{margin:0 0 8px;color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.builder-chips.svelte-5hymd7{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.builder-chips.svelte-5hymd7:last-child{margin-bottom:0}.chat-card.svelte-5hymd7{display:flex;flex-direction:column;gap:10px}.chat-msg.svelte-5hymd7{max-width:85%;border-radius:10px;padding:10px 14px;font-size:.92rem;line-height:1.5}.chat-msg.user.svelte-5hymd7{align-self:flex-end;background:var(--brand);font-weight:600;font-variant-numeric:tabular-nums}.chat-msg.bot.svelte-5hymd7{align-self:flex-start;background:var(--panel-2);border:1px solid var(--border)}.chat-msg.svelte-5hymd7 p:where(.svelte-5hymd7){margin:0 0 6px}.chat-msg.svelte-5hymd7 p:where(.svelte-5hymd7):last-child{margin-bottom:0}.chat-title.svelte-5hymd7{font-weight:600}.chat-tag.svelte-5hymd7{color:var(--amber);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.price-scroll.svelte-5hymd7{overflow-x:auto;margin-top:34px}.price-table.svelte-5hymd7{width:100%;min-width:560px;border-collapse:collapse;border:1px solid var(--border);font-variant-numeric:tabular-nums}.price-table.svelte-5hymd7 th:where(.svelte-5hymd7){background:var(--brand);color:#fff;font-weight:700;padding:12px 16px;text-align:center;font-size:.95rem}.tier-note.svelte-5hymd7{display:block;font-weight:400;font-size:.78rem;color:#ffffffbf;margin-top:2px}.price-table.svelte-5hymd7 td:where(.svelte-5hymd7){padding:11px 16px;text-align:center;border-top:1px solid var(--border);font-size:.95rem}.price-table.svelte-5hymd7 .feature-col:where(.svelte-5hymd7){text-align:left;width:44%}.price-table.svelte-5hymd7 td.feature-col:where(.svelte-5hymd7){color:var(--muted)}.price-table.svelte-5hymd7 tbody:where(.svelte-5hymd7) tr:where(.svelte-5hymd7):nth-child(2n){background:#ffffff05}.pricing-note.svelte-5hymd7{margin:18px 0 0;color:var(--muted);font-size:.9rem;line-height:1.6;max-width:70ch}.trust-grid.svelte-5hymd7{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(24px,4vw,48px);margin-top:30px}.trust-grid.svelte-5hymd7 p:where(.svelte-5hymd7){margin:0;color:var(--muted);line-height:1.6;font-size:.95rem;text-wrap:pretty}.footer.svelte-5hymd7{padding:40px 0 48px;background:var(--panel)}.footer-grid.svelte-5hymd7{display:flex;flex-wrap:wrap;gap:28px 48px;align-items:flex-start}.footer-brand.svelte-5hymd7{font-weight:800;font-size:1.05rem;margin:0 0 4px}.footer-line.svelte-5hymd7{margin:0;color:var(--muted);font-size:.85rem;line-height:1.6}.footer-links.svelte-5hymd7{display:flex;flex-wrap:wrap;gap:4px 18px}.footer-links.svelte-5hymd7 button:where(.svelte-5hymd7){background:none;border:none;padding:4px 0;font:inherit;font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer}.footer-links.svelte-5hymd7 button:where(.svelte-5hymd7):hover{color:var(--text)}.disclaimer.svelte-5hymd7{max-width:44ch;margin-left:auto}@media(max-width:900px){.split.svelte-5hymd7{grid-template-columns:1fr}.split.flip.svelte-5hymd7 .feature-copy:where(.svelte-5hymd7){order:1}.split.flip.svelte-5hymd7 .artifact:where(.svelte-5hymd7){order:2}.disclaimer.svelte-5hymd7{margin-left:0}}@media(max-width:760px){.term-table.svelte-5hymd7 .hide-m:where(.svelte-5hymd7){display:none}.term-table.svelte-5hymd7{min-width:540px}.session-rail.svelte-5hymd7 li:where(.svelte-5hymd7){grid-template-columns:1fr;gap:8px}.session-time.svelte-5hymd7{text-align:left}.session-body.svelte-5hymd7{border-left:none;padding-left:0}}@media(prefers-reduced-motion:reduce){.hero-copy.svelte-5hymd7,.term-window.svelte-5hymd7,.cell.flash-up.svelte-5hymd7,.cell.flash-down.svelte-5hymd7{animation:none}}.picker-list.svelte-1tuwapz{max-height:60vh;overflow-y:auto}.list-section.svelte-1tuwapz{display:flex;flex-direction:column;gap:6px}.section-title.svelte-1tuwapz{margin:2px 0 4px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:.65}.column-config.svelte-1xpqr5{display:flex;flex-direction:column;gap:10px}.column-title.svelte-1xpqr5{font-weight:600}.chip-bar.svelte-1xpqr5{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0d;min-height:48px;align-items:center}.column-configurator-panel .chip-bar.svelte-1xpqr5{border-radius:0}.chip-wrapper.svelte-1xpqr5{display:inline-flex;align-items:center;gap:4px}.chip.svelte-1xpqr5{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#00000059;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95em;transition:transform .1s ease,opacity .1s ease}.chip.add-chip.svelte-1xpqr5{font-size:1.1em;padding:6px 10px;font-weight:600;border-style:dashed}.chip.disabled.svelte-1xpqr5{opacity:.45;background:#0003}.chip.mandatory.svelte-1xpqr5{border-color:var(--brand-2)}.chip-remove.svelte-1xpqr5{border:none;background:transparent;color:inherit;cursor:pointer;padding:0 4px;font-size:.85em;opacity:.7;transition:opacity .1s ease}.chip-remove.svelte-1xpqr5:hover,.chip-remove.svelte-1xpqr5:focus-visible{opacity:1}.chip.svelte-1xpqr5:focus-visible{outline:2px solid var(--brand-2);outline-offset:2px}.chip-lock.svelte-1xpqr5{font-size:.85em}.column-actions.svelte-1xpqr5{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.actions-left.svelte-1xpqr5{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.restore-btn.svelte-1xpqr5{margin-left:auto}.error-text.svelte-1xpqr5{color:#ff6b6b;font-size:.9em}.switch.svelte-184lr04{--switch-height: 22px;--switch-width: 42px;--switch-padding: 2px;--switch-thumb: calc(var(--switch-height) - (var(--switch-padding) * 2));--switch-track-off: var(--switch-track-off-color, #cbd5f5);--switch-track-on: var(--switch-track-on-color, var(--accent-blue));display:inline-flex;align-items:center;gap:.5rem}.switch.size-sm.svelte-184lr04{--switch-height: 18px;--switch-width: 32px;--switch-padding: 2px}.switch.size-lg.svelte-184lr04{--switch-height: 26px;--switch-width: 56px;--switch-padding: 3px}.switch.is-disabled.svelte-184lr04{opacity:.6}.switch-label.svelte-184lr04{cursor:pointer;font-weight:500}.switch.is-disabled.svelte-184lr04 .switch-label:where(.svelte-184lr04){cursor:not-allowed}.switch-control.svelte-184lr04{position:relative;display:inline-flex;align-items:center;cursor:pointer}.switch.is-disabled.svelte-184lr04 .switch-control:where(.svelte-184lr04){cursor:not-allowed}.switch-input.svelte-184lr04{position:absolute;opacity:0;width:0;height:0}.switch-track.svelte-184lr04{position:relative;display:inline-flex;align-items:center;width:var(--switch-width);height:var(--switch-height);background-color:var(--switch-track-off);border-radius:999px;transition:background-color .2s ease;padding:var(--switch-padding);box-sizing:border-box}.switch-thumb.svelte-184lr04{position:relative;display:block;width:var(--switch-thumb);height:var(--switch-thumb);border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a4d;transform:translate(0);transition:transform .2s ease,box-shadow .2s ease}.switch-control[data-state=on].svelte-184lr04 .switch-track:where(.svelte-184lr04){background-color:var(--switch-track-on)}.switch-control[data-state=on].svelte-184lr04 .switch-thumb:where(.svelte-184lr04){transform:translate(calc(var(--switch-width) - var(--switch-thumb) - (var(--switch-padding) * 2)))}.switch-input.svelte-184lr04:focus-visible+.switch-track:where(.svelte-184lr04){outline:2px solid var(--accent-blue);outline-offset:2px}.visually-hidden.svelte-184lr04{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.inspector.svelte-khg75o{margin-top:24px;display:flex;flex-direction:column;gap:12px}.inspector-header.svelte-khg75o{display:flex;align-items:center;justify-content:space-between;gap:12px}.inspector-sub.svelte-khg75o{display:block;font-size:.85rem;margin-top:4px}.stats-list.svelte-khg75o{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.stats-list.svelte-khg75o li:where(.svelte-khg75o){display:flex;justify-content:space-between;gap:12px;font-size:.85rem}.stats-list.svelte-khg75o li:where(.svelte-khg75o) span:where(.svelte-khg75o):first-child{color:var(--muted);text-transform:capitalize}.stats-list.svelte-khg75o li:where(.svelte-khg75o) span:where(.svelte-khg75o):last-child{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;text-align:right}.modal-backdrop.svelte-khg75o{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.modal-card.svelte-khg75o{width:min(720px,100%);max-height:90vh;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 40px #00000073}.modal-header.svelte-khg75o{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.modal-header.svelte-khg75o h3:where(.svelte-khg75o){margin:0}.modal-description.svelte-khg75o{margin-top:4px;font-size:.9rem}.modal-meta.svelte-khg75o{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;font-size:.85rem}.modal-meta.svelte-khg75o div:where(.svelte-khg75o){display:flex;flex-direction:column;gap:2px}.modal-meta.svelte-khg75o span:where(.svelte-khg75o):first-child{color:var(--muted);font-weight:600}.modal-meta.svelte-khg75o span:where(.svelte-khg75o):last-child{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.modal-stats.svelte-khg75o{display:flex;flex-direction:column;gap:6px}.modal-stats.svelte-khg75o ul:where(.svelte-khg75o){list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:.85rem}.modal-stats.svelte-khg75o li:where(.svelte-khg75o){display:flex;justify-content:space-between;gap:12px}.modal-actions.svelte-khg75o{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.modal-actions.svelte-khg75o .muted:where(.svelte-khg75o){font-size:.85rem}.inspector-json.svelte-khg75o{margin:0;background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;line-height:1.4;max-height:50vh;overflow:auto;white-space:pre}.error.small.svelte-khg75o{font-size:.85rem}@media(max-width:640px){.modal-card.svelte-khg75o{padding:16px}.modal-header.svelte-khg75o{flex-direction:column;align-items:flex-start}}.tradingview-widget-container.svelte-l5nfd0{width:100%;position:relative;min-height:360px}.tradingview-widget-container__widget.svelte-l5nfd0{border-radius:8px;overflow:hidden}.tradingview-widget-copyright.svelte-l5nfd0{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;margin-top:4px}.tradingview-widget-copyright.svelte-l5nfd0 .blue-text:where(.svelte-l5nfd0){color:#4bb7ff;font-weight:600}.layout-header.svelte-1dv4poz{display:flex;flex-direction:column;gap:6px}.actions.svelte-1dv4poz{display:inline-flex;gap:8px;align-items:center}.btn.icon-btn.svelte-1dv4poz{width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:16px;border-radius:4px}.spinner.svelte-1dv4poz{border:2px solid rgba(255,255,255,.2);border-top:2px solid rgba(255,255,255,.9);border-radius:50%;width:14px;height:14px;animation:svelte-1dv4poz-spin .7s linear infinite}@keyframes svelte-1dv4poz-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner.svelte-1dv4poz{animation:none}}.meta-line.svelte-1dv4poz{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.9rem}.label.svelte-1dv4poz{font-weight:600}.divider.svelte-1dv4poz{display:inline-block;width:1px;height:14px;margin:0 4px;background:#ffffff26}.info-line.svelte-1dv4poz{font-size:.85rem}.summary-card.svelte-1dv4poz{border:1px solid var(--border);border-radius:4px;padding:8px 10px;background:var(--panel-2)}.summary-card.svelte-1dv4poz h4:where(.svelte-1dv4poz){margin:0 0 6px;display:flex;align-items:center;gap:6px}.summary-card.svelte-1dv4poz p:where(.svelte-1dv4poz){margin:0;white-space:pre-wrap}.news-section.svelte-1dv4poz{display:flex;flex-direction:column;text-align:left;gap:8px}.news-section.svelte-1dv4poz h4:where(.svelte-1dv4poz){margin:0}.news-section.svelte-1dv4poz{display:flex;flex-direction:column;gap:6px}.news-item.svelte-1dv4poz a:where(.svelte-1dv4poz){font-weight:600}.news-item.svelte-1dv4poz .small:where(.svelte-1dv4poz){font-size:.85rem}.news-item.svelte-1dv4poz .tag:where(.svelte-1dv4poz),.summary-card.svelte-1dv4poz .tag:where(.svelte-1dv4poz){display:inline-block;margin-left:6px;padding:0 4px;border-radius:4px;background:var(--accent-amber-soft);color:var(--amber);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.news-subheading.svelte-1dv4poz{margin-top:6px;font-weight:600}.news-item.svelte-1dv4poz .tag.info:where(.svelte-1dv4poz),.summary-card.svelte-1dv4poz .tag.info:where(.svelte-1dv4poz){background:var(--chip-bg);color:var(--muted)}.chart-card.svelte-1dv4poz{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:10px}.chart-head.svelte-1dv4poz{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.chart-embed.svelte-1dv4poz{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg);min-height:360px}.chart-placeholder.svelte-1dv4poz{border:1px dashed var(--border);border-radius:8px;padding:12px;background:#ffffff08}.header-bar.svelte-1dv4poz{display:flex;align-items:center;gap:10px}.header-bar.svelte-1dv4poz .actions:where(.svelte-1dv4poz){flex:0 0 auto}.header-bar.svelte-1dv4poz .meta-line:where(.svelte-1dv4poz){margin-left:auto;display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media(max-width:720px){.header-bar.svelte-1dv4poz{flex-wrap:wrap}.header-bar.svelte-1dv4poz .meta-line:where(.svelte-1dv4poz){margin-left:0;width:100%}}.toast-container.svelte-1ig2a9j{position:fixed;top:20px;right:20px;z-index:var(--z-toast);max-width:420px;pointer-events:auto}.toast.svelte-1ig2a9j{background:var(--panel-modal);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0006,0 2px 8px #0000004d;display:flex;align-items:flex-start;gap:12px;padding:16px;animation:svelte-1ig2a9j-slideIn .3s ease-out}.toast-container.closing.svelte-1ig2a9j .toast:where(.svelte-1ig2a9j){animation:svelte-1ig2a9j-slideOut .3s ease-in forwards}@keyframes svelte-1ig2a9j-slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes svelte-1ig2a9j-slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}.toast-content.svelte-1ig2a9j{flex:1;color:var(--text);font-size:14px;line-height:1.5}.toast-content.svelte-1ig2a9j a{color:var(--accent-blue);text-decoration:none;font-weight:500;transition:color .15s}.toast-content.svelte-1ig2a9j a:hover{color:var(--accent-blue-bright);text-decoration:underline}@media(prefers-reduced-motion:reduce){.toast.svelte-1ig2a9j,.toast-container.closing.svelte-1ig2a9j .toast:where(.svelte-1ig2a9j){animation:none}}.toast-content.svelte-1ig2a9j strong{font-weight:600;color:var(--text)}.toast-close.svelte-1ig2a9j{flex-shrink:0;background:transparent;border:none;color:var(--muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s;margin-top:-2px}.toast-close.svelte-1ig2a9j:hover{background:var(--surface-soft);color:var(--text)}.toast-close.svelte-1ig2a9j:active{transform:scale(.95)}@media(max-width:640px){.toast-container.svelte-1ig2a9j{top:12px;right:12px;left:12px;max-width:none}.toast.svelte-1ig2a9j{padding:14px}.toast-content.svelte-1ig2a9j{font-size:13px}}.pagination-bar.svelte-b78yyc{display:flex;align-items:center;justify-content:space-between;padding:10px 0;color:var(--muted);font-size:.9rem}.page-info.svelte-b78yyc strong:where(.svelte-b78yyc){color:var(--text)}.page-actions.svelte-b78yyc{display:flex;gap:8px;align-items:center}.page-size-select.svelte-b78yyc{background:var(--input-bg);border:1px solid var(--border);color:var(--text);padding:4px 8px;border-radius:8px;margin-left:8px;cursor:pointer}.page-size-select.svelte-b78yyc:hover{border-color:var(--chip-border)}.table-header.svelte-b78yyc{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.table-heading.svelte-b78yyc{display:flex;align-items:baseline;gap:10px;min-width:0}.table-title.svelte-b78yyc{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.table-updated.svelte-b78yyc{font-size:12px;white-space:nowrap}.feed-banner.svelte-b78yyc{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;padding:10px 14px;margin-bottom:10px;border-radius:8px;background:var(--accent-amber-soft);border:1px solid var(--accent-amber-border);font-size:.9rem}.feed-banner.down.svelte-b78yyc{background:var(--accent-red-soft);border-color:var(--accent-red-border)}.table-wrap.svelte-b78yyc{overflow:visible}@media(max-width:920px){.table-wrap.svelte-b78yyc{overflow-x:auto}}.table-wrap.svelte-b78yyc tbody:where(.svelte-b78yyc){transition:opacity .3s ease,filter .3s ease}.table-wrap.feed-stale.svelte-b78yyc tbody:where(.svelte-b78yyc){opacity:.55;filter:saturate(.55)}.connecting-panel.svelte-b78yyc{padding:14px;display:flex;flex-direction:column;gap:12px}.skeleton.svelte-b78yyc{display:flex;flex-direction:column;gap:8px}.skeleton-bar.svelte-b78yyc{height:16px;border-radius:4px;background:var(--surface-soft);animation:svelte-b78yyc-skeleton-pulse 1.6s ease-in-out infinite}.skeleton-bar.svelte-b78yyc:first-child{background:var(--surface-soft-strong)}@keyframes svelte-b78yyc-skeleton-pulse{0%,to{opacity:.55}50%{opacity:1}}.empty-panel.svelte-b78yyc{padding:14px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}@media(prefers-reduced-motion:reduce){.skeleton-bar.svelte-b78yyc{animation:none}.table-wrap.svelte-b78yyc tbody:where(.svelte-b78yyc){transition:none}}.header-actions.svelte-b78yyc{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.find-ticker.svelte-b78yyc{position:relative}.find-input.svelte-b78yyc{width:180px;background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font:inherit;font-size:13px}.find-input.svelte-b78yyc::placeholder{color:var(--muted)}.find-matches.svelte-b78yyc{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:var(--z-dropdown);display:flex;flex-direction:column;gap:2px;padding:4px;box-shadow:var(--shadow-popover)}.find-match.svelte-b78yyc{display:flex;align-items:baseline;gap:8px;background:transparent;border:none;border-radius:6px;color:var(--text);padding:6px 8px;cursor:pointer;text-align:left;font:inherit;font-size:13px}.find-match.svelte-b78yyc:hover{background:var(--surface-soft-strong)}.find-match.svelte-b78yyc .muted:where(.svelte-b78yyc){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.find-empty.svelte-b78yyc{padding:6px 8px;font-size:13px}.peek-panel.svelte-b78yyc{margin-bottom:12px}.peek-head.svelte-b78yyc{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border-bottom:1px solid var(--border)}.peek-title.svelte-b78yyc{display:flex;align-items:baseline;gap:10px;min-width:0}.peek-title.svelte-b78yyc strong:where(.svelte-b78yyc){font-size:1rem}.peek-name.svelte-b78yyc{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.peek-price.svelte-b78yyc{font-weight:700}.peek-meta.svelte-b78yyc{display:flex;align-items:center;gap:10px}.peek-tag.svelte-b78yyc{background:var(--accent-amber-soft);border:1px solid var(--accent-amber-border);color:var(--amber);border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600}.pop-out-btn.svelte-b78yyc{padding:.4rem .6rem;display:flex;align-items:center;gap:.3rem;opacity:.8}.pop-out-btn.svelte-b78yyc:hover{opacity:1}.popped-out-placeholder.svelte-b78yyc{background:var(--panel);border:2px dashed var(--border);border-radius:8px;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;min-height:400px}.placeholder-content.svelte-b78yyc{text-align:center;max-width:500px}.placeholder-content.svelte-b78yyc svg:where(.svelte-b78yyc){opacity:.5;margin-bottom:1rem}.placeholder-content.svelte-b78yyc h2:where(.svelte-b78yyc){margin:0 0 .5rem;color:var(--text)}.placeholder-content.svelte-b78yyc p:where(.svelte-b78yyc){margin:0 0 1.5rem}.placeholder-actions.svelte-b78yyc{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.placeholder-actions.svelte-b78yyc button:where(.svelte-b78yyc){display:flex;align-items:center;gap:.5rem}.name-link.svelte-b78yyc{color:var(--accent-blue-bright);text-decoration:none}.name-link.svelte-b78yyc:hover{text-decoration:underline}.expander-col.svelte-b78yyc{width:42px}.expander-btn.svelte-b78yyc{background:transparent;border:none;cursor:pointer;font-size:14px;line-height:1;color:inherit;padding:0}th.sorted.svelte-b78yyc{box-shadow:inset 0 -2px 0 var(--accent-blue)}.sort-arrow.svelte-b78yyc{color:var(--accent-blue-bright)}.news-icon.svelte-b78yyc{display:inline-flex;align-items:center;margin-left:6px;vertical-align:-1px;color:var(--muted)}.th-sort-btn.svelte-b78yyc{font:inherit;font-weight:inherit;color:inherit;background:transparent;border:none;padding:0;cursor:pointer;text-align:inherit}.th-sort-btn.svelte-b78yyc:hover{text-decoration:underline}.range-slider.svelte-aw592k{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.range-slider.disabled.svelte-aw592k{opacity:.5;pointer-events:none}.range-slider__label.svelte-aw592k{font-size:.875rem;font-weight:600;color:var(--text-secondary, rgba(255, 255, 255, .8))}.range-slider__control.svelte-aw592k{display:flex;align-items:center;gap:8px;min-width:180px}.range-slider__input.svelte-aw592k{flex:1;min-width:120px;height:6px;border-radius:999px;background:var(--surface-soft-strong);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.range-slider__input.svelte-aw592k:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.range-slider__input.svelte-aw592k::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent-blue);cursor:pointer;transition:background .15s ease}.range-slider__input.svelte-aw592k::-webkit-slider-thumb:hover{background:var(--accent-blue-hover)}.range-slider__input.svelte-aw592k::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent-blue);cursor:pointer;border:none;transition:background .15s ease}.range-slider__input.svelte-aw592k::-moz-range-thumb:hover{background:var(--accent-blue-hover)}.range-slider__value.svelte-aw592k{font-size:.875rem;font-weight:600;color:var(--text-secondary, rgba(255, 255, 255, .8));min-width:60px;text-align:right}.picker-trigger.svelte-3on7bz{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left}.filter-bar.svelte-bzjghc{display:flex;align-items:center;gap:12px;padding:8px max(18px,calc((100% - 1400px)/2 + 18px));background:#09111af2;border-bottom:1px solid rgba(255,255,255,.05);width:100%;flex-wrap:wrap;justify-content:space-between;align-self:stretch}.column-configurator-panel.svelte-bzjghc{padding:8px max(18px,calc((100% - 1400px)/2 + 18px))}.filters.svelte-bzjghc{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.segmented.svelte-bzjghc{display:inline-flex}.segmented.svelte-bzjghc .btn:where(.svelte-bzjghc){border-radius:0}.segmented.svelte-bzjghc .btn:where(.svelte-bzjghc):first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.segmented.svelte-bzjghc .btn:where(.svelte-bzjghc):last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.segmented.svelte-bzjghc .btn:where(.svelte-bzjghc)+.btn:where(.svelte-bzjghc){margin-left:-1px}.segmented.svelte-bzjghc .btn.active:where(.svelte-bzjghc){position:relative;z-index:1}.filters.svelte-bzjghc .muted:where(.svelte-bzjghc){margin-right:8px}.min-value-control.svelte-bzjghc{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.action-buttons.svelte-bzjghc{display:flex;gap:8px;margin-left:auto}.custom-filter-chip.svelte-bzjghc{position:relative;display:inline-flex;align-items:center}.custom-filter-chip.svelte-bzjghc .delete-btn:where(.svelte-bzjghc){position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--danger);color:#fff;border:1px solid rgba(255,255,255,.2);font-size:14px;line-height:1;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.custom-filter-chip.svelte-bzjghc .delete-btn:where(.svelte-bzjghc):hover{background:var(--danger-hover)}.add-filter-btn.svelte-bzjghc{font-size:18px;min-width:32px;padding:4px 8px}.popup-container.svelte-p5l088{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg, #0b1118);color:var(--text, #e9f1fb);align-items:center}.popup-container.svelte-p5l088 .scanner-filter-row{flex-shrink:0;width:100%;max-width:1600px}.popup-container.svelte-p5l088 .page{flex:1;overflow:auto;margin:0;padding:1rem;width:100%;max-width:1600px}.symbol-suggest.svelte-11in6mu{position:relative;width:100%}.suggestions.svelte-11in6mu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;background:#0d131a;border:1px solid var(--border);border-radius:8px;padding:4px 0;margin:0;list-style:none;z-index:5}.suggestions.svelte-11in6mu li:where(.svelte-11in6mu) button:where(.svelte-11in6mu){width:100%;padding:6px 12px;text-align:left;background:transparent;border:none;color:var(--text);cursor:pointer}.suggestions.svelte-11in6mu li:where(.svelte-11in6mu) button:where(.svelte-11in6mu):hover,.suggestions.svelte-11in6mu li:where(.svelte-11in6mu) button:where(.svelte-11in6mu):focus{background:#2563eb33}.number-stepper.svelte-8ae3s2{display:inline-flex;align-items:stretch;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#1b2531;width:100%}.number-stepper.is-disabled.svelte-8ae3s2{opacity:.6}.stepper-btn.svelte-8ae3s2{width:40px;background:transparent;color:var(--muted);border:0;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer}.stepper-btn.svelte-8ae3s2:hover{background:var(--surface-soft);color:var(--text)}.stepper-btn.svelte-8ae3s2:disabled{cursor:not-allowed;background:transparent;color:var(--muted)}.stepper-input.svelte-8ae3s2{flex:1 1 auto;min-width:0;background:transparent;border:0;color:var(--text);text-align:center;font-size:.95rem;padding:10px 12px;outline:none}.stepper-input.svelte-8ae3s2:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.stepper-input.svelte-8ae3s2:disabled{background:transparent}.stepper-input.svelte-8ae3s2::-webkit-outer-spin-button,.stepper-input.svelte-8ae3s2::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stop-loss-controls.svelte-1w80n51{display:flex;flex-wrap:wrap;gap:8px}.stop-loss-select.svelte-1w80n51{flex:1 1 180px;min-width:150px}.stop-loss-input.svelte-1w80n51{flex:1 1 140px;min-width:140px;display:flex}.form-help.svelte-1w80n51{margin-top:4px;color:var(--muted);font-size:.8rem}.app-shell.svelte-1n46o8q{display:flex;flex-direction:column;height:100vh;height:100dvh;background:var(--bg, #0b1118);color:var(--text, #e9f1fb)}.app-header.svelte-1n46o8q{display:flex;flex-direction:column}.app-main.svelte-1n46o8q{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.app-main.popup-mode.svelte-1n46o8q{height:100vh;overflow:hidden}.app-main.svelte-1n46o8q .landing-page{width:100%}
