*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}body{background:#f6f8fb;color:#16202a;font-family:Inter,Vazirmatn,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--primary: #4f46e5;--primary-strong: #4338ca;--primary-soft: #eef2ff;--primary-ring: rgba(79, 70, 229, .16);--accent: #6366f1;--ink: #111827;--muted: #64748b;--line: #d8e1e8;--surface: #ffffff;--button-shadow: 0 9px 18px rgba(79, 70, 229, .18)}button,input,select{font:inherit}.app-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.login-shell{position:fixed;inset:0;width:100%;max-width:100vw;min-height:100vh;display:grid;place-items:center;padding:24px;background:#f8fafc;overflow-x:hidden;overflow-y:auto}.login-card-shell{width:min(100%,420px);display:grid;gap:18px}.login-intro{display:grid;justify-items:center;gap:9px;color:var(--ink);text-align:center}.login-intro a{width:64px;height:64px;display:inline-flex}.login-intro img{width:64px;height:64px;object-fit:contain}.brand-title{min-width:0;display:grid;justify-items:center;gap:5px}.brand-title strong{color:var(--primary-strong);font-size:26px;font-weight:800;line-height:1.35;letter-spacing:0}.brand-title span{width:fit-content;max-width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:2px 12px;border:1px solid rgba(79,70,229,.16);border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:13px;font-weight:700}.login-intro p{max-width:370px;margin:0;color:var(--muted);font-size:14px;line-height:1.9}.login-panel{width:100%;max-width:100%;min-width:0;display:grid;gap:14px;padding:24px 24px 22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 36px #0f172a14}.login-panel.compact{color:#52606c;text-align:center}.login-panel label{display:grid;gap:6px}.login-panel label span{color:#5d6874;font-size:12px}.login-panel input{height:40px;width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:0 11px;color:var(--ink);outline:none}.login-panel input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}.login-error{padding:9px 10px;border-radius:6px;background:#fff1f2;color:#be123c;font-size:12px}.login-links{display:flex;justify-content:center;gap:12px;font-size:12px}.login-links a{min-width:84px;display:inline-flex;align-items:center;justify-content:center;height:32px;border:1px solid rgba(79,70,229,.14);border-radius:999px;background:#ffffffb8;color:var(--primary);text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.login-links a:hover{border-color:#4f46e547;background:var(--primary-soft);color:var(--primary-strong)}.topbar{min-height:78px;display:grid;grid-template-columns:minmax(170px,auto) minmax(170px,auto) minmax(0,1fr) minmax(350px,auto);grid-template-areas:"profile tabs controls brand";align-items:center;gap:12px;padding:12px 14px;background:#ffffffe0;border-bottom:1px solid var(--line);box-shadow:0 10px 28px #0f172a0f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);direction:ltr}html[dir=ltr] .topbar{grid-template-areas:"brand tabs controls profile"}.brand{grid-area:brand;min-width:350px;display:flex;align-items:center;justify-content:flex-start;gap:10px;direction:rtl}html[dir=ltr] .brand,html[dir=ltr] .controls,html[dir=ltr] .app-tabs,html[dir=ltr] .user-pill,html[dir=ltr] .auto-compare-panel,html[dir=ltr] .subscription-page,html[dir=ltr] .locked-access{direction:ltr}html[dir=ltr] .brand{justify-content:flex-start}.brand img{width:46px;height:46px;object-fit:contain}.brand>a{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.dashboard-title{min-width:0;justify-items:start;gap:3px}html[dir=ltr] .dashboard-title{justify-items:start}.dashboard-title strong{color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;line-height:1.25}.dashboard-title span{justify-self:start;min-height:22px;padding:1px 9px;font-size:11px}.brand em{flex:0 0 auto;min-width:76px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(79,70,229,.14);border-radius:999px;background:#fff;color:#334155;font-size:12px;font-style:normal;font-weight:700;letter-spacing:0}.app-tabs{grid-area:tabs;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffd6,0 10px 24px #0f172a0d;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);direction:rtl}.app-tabs button{position:relative;height:34px;border-color:transparent;background:transparent;color:#475569;padding:0 12px;box-shadow:none;overflow:hidden;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.app-tabs button:hover{transform:none;border-color:#4f46e524;background:#4f46e514;color:var(--primary-strong);box-shadow:none}.app-tabs button:active{background:#4f46e524;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-tabs button.active{border-color:#4f46e52e;background:#4f46e521;color:var(--primary-strong);box-shadow:inset 0 1px #ffffffb8,0 8px 18px #4f46e524;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-tabs button.active svg{color:var(--primary)}.controls{grid-area:controls;min-width:0;display:flex;align-items:end;justify-content:stretch;gap:8px;flex-wrap:wrap;direction:rtl;padding:8px;border:1px solid var(--line);border-radius:8px;background:#ffffffd6;box-shadow:0 10px 24px #0f172a0b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.control-group{min-width:0;display:flex;align-items:end;gap:7px;flex-wrap:wrap;padding:6px;border:1px solid rgba(203,213,225,.72);border-radius:8px;background:#ffffffb8}.market-controls{flex:1 1 520px;gap:6px;padding:5px}.auto-controls{flex:1 1 360px;align-items:stretch}.auto-group{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;flex:1 1 170px;padding:5px 6px;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc}.auto-group-title{color:#64748b;font-size:11px;font-weight:800;white-space:nowrap}.auto-group-buttons{min-width:0;display:flex;gap:5px}.auto-group-buttons button{flex:1 1 0;height:30px;padding:0 8px}.user-pill{grid-area:profile;min-width:0;height:46px;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;padding:0 8px;border:1px solid var(--line);border-radius:8px;background:#ffffffd6;box-shadow:0 10px 24px #0f172a0b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);direction:rtl}.avatar{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--primary-soft);color:var(--primary-strong)}.user-name{max-width:136px;overflow:hidden;color:#26313b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.user-pill button{height:30px;padding:0 9px;border-color:#d0dae2;background:#fff;color:#33404a;font-size:12px}.subscription-mini{height:24px;display:inline-flex;align-items:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);padding:0 8px;font-size:11px;font-weight:700;white-space:nowrap}.controls label{min-width:102px;display:grid;gap:4px}.controls label.symbol-control{min-width:145px}.controls label span{color:#5d6874;font-size:11px}.controls input,select{height:36px;min-width:0;border:1px solid #c7d0d8;border-radius:6px;background:#fff;color:#20262d;padding:0 10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.controls input:focus,select:focus{border-color:var(--primary);background:#fcfffe;box-shadow:0 0 0 3px var(--primary-ring)}.symbol-control input::placeholder{color:#8a97a3}button{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;padding:0 13px;cursor:pointer;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--button-shadow)}.login-panel>button:not(:disabled):hover,.controls button:not(.secondary):not(.live-toggle):not(:disabled):hover,.checkout-actions button:not(.secondary):not(:disabled):hover,.locked-actions button:not(.secondary):not(:disabled):hover{border-color:var(--primary-strong);background:var(--primary-strong)}button.secondary{border-color:#cbd5e1;background:#fff;color:#26313b}button.secondary:not(:disabled):hover{border-color:#94a3b8;background:#f8fafc;box-shadow:0 8px 16px #0f172a14}.selected-symbols-button b{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);padding:0 7px;font-size:11px}.market-controls label{min-width:82px;gap:2px}.market-controls label.symbol-control{flex:1 1 128px;min-width:128px;max-width:172px}.market-controls label span{font-size:10px}.market-controls input,.market-controls select{height:30px;padding:0 8px}.market-controls button{flex:0 0 auto;height:30px;padding:0 9px;font-size:12px}.market-controls .selected-symbols-button b{min-width:20px;height:20px;padding:0 6px}.symbol-settings-panel{flex:1 1 100%;display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:10px;align-items:start;padding:10px;border:1px solid rgba(37,99,235,.18);border-radius:8px;background:#f8fbffeb;box-shadow:inset 0 1px #ffffffc2}.symbol-settings-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#26313b;font-size:12px}.symbol-settings-head span{color:var(--primary-strong);font-weight:700;white-space:nowrap}.symbol-settings-search{width:100%}.symbol-settings-list{grid-column:1 / -1;max-height:132px;display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:7px;overflow:auto;padding:2px}.symbol-choice{min-width:0!important;height:32px;display:inline-flex!important;align-items:center;justify-content:flex-start;gap:7px;border:1px solid #d5dee7;border-radius:6px;background:#fff;padding:0 9px}.symbol-choice input{width:15px;height:15px;margin:0;accent-color:var(--primary)}.symbol-choice span{color:#26313b!important;font-size:11px!important;font-weight:700}.symbol-settings-actions{grid-column:1 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.symbol-settings-actions button{height:32px}.symbol-settings-actions em{color:var(--primary-strong);font-size:12px;font-style:normal;font-weight:700}button.live-toggle{border-color:#9aa8b4;background:#f7f9fa;color:#2c3640}button.live-toggle.active{border-color:var(--primary);background:var(--primary);color:#fff}button:disabled{cursor:wait;opacity:.65}.login-panel>button,.login-panel>button span,.login-panel>button svg,.controls button:not(.secondary):not(.live-toggle),.controls button:not(.secondary):not(.live-toggle) span,.controls button:not(.secondary):not(.live-toggle) svg,.checkout-actions button:not(.secondary),.checkout-actions button:not(.secondary) span,.checkout-actions button:not(.secondary) svg,.locked-actions button:not(.secondary),.locked-actions button:not(.secondary) span,.locked-actions button:not(.secondary) svg{color:#fff}.login-panel>button:disabled,.controls button:not(.secondary):not(.live-toggle):disabled,.checkout-actions button:not(.secondary):disabled,.locked-actions button:not(.secondary):disabled{border-color:#94a3b8;background:#94a3b8;color:#fff}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr)}.chart-wrap{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background:#fff}.chart-wrap.compare-mode{background:#f8fafc}.chart-head{min-height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 14px;background:#fff;border-bottom:1px solid #e2e8f0}.chart-head div{display:flex;align-items:baseline;gap:12px;min-width:0}.chart-head b{color:#111820;font-size:15px;direction:ltr}.chart-head span,.chart-head p{color:#64707c;font-size:12px;margin:0}html[dir=rtl] .chart-head p{text-align:right}.chart-head p{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.chart-strip{min-height:34px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:5px 12px;border-bottom:1px solid #edf2f7;background:#f8fafc}.legend-row{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;flex-wrap:wrap;padding:0}.legend-item,.legend-note{display:inline-flex;align-items:center;gap:5px;color:#58636e;font-size:11px}.legend-item:before{content:"";width:18px;height:8px;border-radius:2px;display:inline-block}.legend-item.current:before{background:linear-gradient(90deg,#08966f 0 50%,#d33f49 50% 100%)}.legend-item.past:before{background:#2563eb2e;border:1px solid rgba(37,99,235,.28)}.legend-item.future:before{background:#2563eb61;border:1px solid rgba(37,99,235,.48)}.legend-item.v8:before{background:linear-gradient(90deg,#4f46e59e 0 50%,#9333ea9e 50% 100%);border:1px solid rgba(91,33,182,.42)}.legend-item.v9:before{background:linear-gradient(90deg,#0284c7a8 0 50%,#ea580ca8 50% 100%);border:1px solid rgba(30,64,175,.38)}.legend-item.actual:before{background:linear-gradient(90deg,#0f172ab8 0 50%,#f59e0bc2 50% 100%);border:1px solid rgba(80,72,60,.45)}.legend-note{margin-right:0;color:#2f3a44}.match-toggle-row{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap;flex:1 1 auto;min-width:280px;padding:0}html[dir=ltr] .match-toggle-row{justify-content:flex-start}.match-toggle-title{color:#5f6b76;font-size:11px;margin-left:2px}.match-toggle{height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 6px;border:1px solid #d8e0e6;border-radius:6px;background:#f8fafb;color:#33404a;font-size:10px;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation}.match-toggle.active{border-color:#b8c6d1;background:#fff}.match-toggle input{width:13px;height:13px;margin:0;accent-color:var(--primary)}.match-swatch{width:15px;height:8px;border:1px solid;border-radius:2px}.match-toggle strong{color:#17212b;font-size:10px;font-weight:700}.match-toggle small{color:#687581;font-size:10px}.match-toggle:not(.active){opacity:.58}.chart-stage{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.auto-compare-panel{flex:1 1 auto;min-height:0;overflow:auto;background:#f8fafc;padding:10px;direction:rtl}.auto-compare-head{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px;border:1px solid #dbe5ee;border-radius:8px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auto-compare-head>div:first-child{display:grid;gap:3px}.auto-compare-head strong{color:#17212b;font-size:13px}.auto-compare-head span{color:#64748b;font-size:11px}.auto-compare-actions{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.auto-compare-actions button{height:30px}.auto-compare-warning{margin-top:8px;padding:8px 10px;border:1px solid #fed7aa;border-radius:7px;background:#fff7ed;color:#9a3412;font-size:12px}.auto-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.auto-compare-card{min-width:0;display:grid;gap:6px;padding:8px;border:1px solid #dbe5ee;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.auto-compare-card:hover,.auto-compare-card:focus-visible{border-color:#9fb1c1;box-shadow:0 12px 22px #0f172a14;transform:translateY(-1px);outline:none}.auto-compare-card-head{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:6px}.auto-compare-card-main{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:3px 5px}.auto-compare-card-head b{min-width:0;overflow:hidden;color:#17212b;font-size:11px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.auto-compare-card-head em{width:max-content;max-width:100%;padding:1px 5px;border-radius:999px;background:#2563eb1a;color:var(--primary-strong);font-size:9px;line-height:1.2;font-style:normal;font-weight:900}.auto-compare-card-head span{color:#64748b;font-size:10px;line-height:1.1;white-space:nowrap}.auto-compare-body{display:grid;min-width:0}.mini-chart{position:relative;min-height:154px;border:1px solid #edf2f7;border-radius:7px;overflow:hidden;background:#fff}.mini-chart-surface{position:absolute;inset:0}.mini-chart>span{position:absolute;inset:0;display:grid;place-items:center;color:#64748b;font-size:11px;background:#fff}.mini-chart>span.error{color:#991b1b;background:#fff7f7}.auto-compare-metrics{min-width:0}.auto-compare-metrics dl{display:flex;align-items:center;flex-wrap:wrap;gap:3px;margin:0}.auto-compare-metrics dl div{min-width:0;display:inline-flex;align-items:baseline;gap:3px;padding:2px 5px;border-radius:5px;background:#f8fafc}.auto-compare-metrics dt{color:#64748b;font-size:9px;line-height:1;white-space:nowrap}.auto-compare-metrics dd{margin:0;color:#17212b;font-size:10px;line-height:1;font-weight:800;white-space:nowrap}.auto-compare-metrics button{height:31px}.auto-compare-loading{margin-top:8px;color:#475569;font-size:12px;text-align:center}.chart-surface{position:absolute;inset:0;width:100%;height:100%}.chart-placeholder{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#66717d;background:#fff;font-size:13px}.chart-placeholder.error{color:#9f1d1d;background:#fff7f7;padding:20px;text-align:center}.now-marker{position:absolute;top:0;bottom:0;width:0;border-left:2px solid rgba(17,24,39,.72);pointer-events:none;z-index:3}.now-marker span{position:absolute;top:10px;transform:translate(-50%);background:#111827;color:#fff;border-radius:4px;padding:3px 7px;font-size:11px;white-space:nowrap}.error-line{padding:10px 16px;color:#9f1d1d;background:#fff2f2;border-top:1px solid #f0c4c4;font-size:13px}.subscription-page{min-height:0;display:grid;align-content:start;gap:18px;padding:22px;background:#f6f8fb;overflow:auto;direction:rtl}.subscription-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:18px;align-items:stretch;padding:22px;border:1px solid var(--line);border-top:3px solid var(--primary);border-radius:8px;background:linear-gradient(135deg,#4f46e512,#ffffffdb),#fff;box-shadow:0 12px 30px #0f172a0e}.subscription-state{width:fit-content;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:12px;font-weight:800}.subscription-state.active{background:var(--primary-soft);color:var(--primary-strong)}.subscription-hero h1{margin:14px 0 8px;color:var(--ink);font-size:27px;line-height:1.35}.subscription-hero p{max-width:720px;margin:0;color:#475569;font-size:14px;line-height:1.9}.subscription-price{min-height:150px;display:grid;align-content:center;gap:8px;padding:18px;border:1px solid rgba(79,70,229,.18);border-radius:8px;background:#f8f9ff}.subscription-price span{color:var(--primary-strong);font-size:12px;font-weight:700}.subscription-price strong{color:var(--primary-strong);font-size:24px}.subscription-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:18px}.subscription-card{display:grid;align-content:start;gap:14px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0b}.card-title{display:inline-flex;align-items:center;gap:8px;color:var(--primary-strong);font-size:14px;font-weight:800}.status-card>strong{color:var(--ink);font-size:22px}.subscription-card dl{display:grid;gap:9px;margin:0}.subscription-card dl div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid #edf2f7}.subscription-card dt{color:var(--muted);font-size:12px}.subscription-card dd{min-width:0;margin:0;color:#1f2937;font-size:13px;font-weight:700;overflow-wrap:anywhere}.checkout-card p{margin:0;color:#475569;font-size:13px;line-height:1.9}.subscription-note{padding:10px 12px;border-radius:6px;font-size:12px;line-height:1.7}.subscription-note.success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.subscription-note.error{border:1px solid #fecaca;background:#fff1f2;color:#9f1239}.subscription-note.warning{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.locked-access{min-height:100%;display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-content:center;align-items:center;gap:18px;padding:28px;border:1px solid var(--line);border-top:3px solid var(--primary);background:linear-gradient(135deg,#4f46e50f,#ffffffeb),#fff;direction:rtl}.locked-access-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:8px;background:var(--primary-soft);color:var(--primary-strong)}.locked-access span{color:var(--primary-strong);font-size:12px;font-weight:800}.locked-access h1{margin:6px 0;color:var(--ink);font-size:24px;line-height:1.45}.locked-access p{max-width:680px;margin:0;color:#475569;font-size:13px;line-height:1.9}.locked-actions{display:flex;flex-wrap:wrap;gap:10px}.locked-actions button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:7px;background:var(--primary);color:#fff;font-family:inherit;font-weight:800;cursor:pointer}.locked-actions button.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.locked-actions button:disabled{cursor:not-allowed;opacity:.62}.checkout-actions{display:flex;flex-wrap:wrap;gap:10px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.app-shell{height:auto;min-height:100vh;overflow:visible}.topbar{align-items:stretch;grid-template-columns:1fr;grid-template-areas:"brand" "tabs" "controls" "profile"}.brand{min-width:0;justify-content:flex-start}.controls{justify-content:stretch}.control-group,.market-controls,.auto-controls{flex:1 1 100%}.app-tabs{justify-content:stretch}.app-tabs button{flex:1 1 0}.controls label,.controls button{flex:1 1 112px}.auto-group-buttons button{flex:1 1 0}.user-pill{justify-content:space-between}.chart-stage{min-height:590px}.subscription-hero,.subscription-grid,.locked-access{grid-template-columns:1fr}.locked-actions{justify-content:flex-start}.auto-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.login-shell{padding:14px}.login-card-shell{gap:16px}.brand-title strong{font-size:23px}.login-intro p{font-size:13px}.login-panel{max-width:calc(100vw - 28px);padding:18px}.login-links{flex-wrap:wrap}.topbar{padding:10px}.controls{gap:8px}.control-group,.market-controls,.auto-controls{width:100%;flex:1 1 100%}.controls label,.controls button{flex-basis:calc(50% - 4px)}.auto-group{flex:1 1 100%;grid-template-columns:1fr;align-items:stretch}.auto-group-buttons button{flex:1 1 0}.symbol-settings-panel{grid-template-columns:1fr}.controls label.symbol-control{flex-basis:100%}.user-pill,.brand,.controls,.app-tabs{width:100%}.chart-head{align-items:flex-start;flex-direction:column}.auto-compare-head,.auto-compare-body,.auto-compare-grid{grid-template-columns:1fr}.auto-compare-head{align-items:stretch;flex-direction:column}.auto-compare-actions{justify-content:stretch}.auto-compare-actions button{flex:1 1 80px}.auto-compare-metrics dl{grid-template-columns:minmax(0,1fr)}.chart-head div{flex-direction:column;gap:2px}.legend-note{margin-right:0}.chart-stage{min-height:520px}.subscription-page{padding:12px}.subscription-hero{padding:16px}.subscription-hero h1{font-size:22px}.subscription-card dl div{grid-template-columns:1fr;gap:4px}.locked-access{padding:18px}.locked-actions button{width:100%}}
