:root{--bg:#f7f4ee;--card:#fff;--ink:#1f2933;--muted:#68727d;--accent:#f97316;--accent-dark:#c2410c;--green:#16a34a;--green-soft:#dcfce7;--red:#dc2626;--red-soft:#fee2e2;--amber:#d97706;--amber-soft:#fef3c7;--blue:#2563eb;--blue-soft:#dbeafe;--line:#e8dfd2;--soft:#fff7ed;--dark:#111827}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Ubuntu,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1,h2,h3{font-weight:700}a{color:inherit;text-decoration:none}section{max-width:1180px;margin:0 auto;padding:64px 24px}header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#f7f4eeeb;width:100%;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:18px 24px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.logo-mark{color:#fff;background:linear-gradient(135deg,#fb923c,#f97316,#111827);border-radius:12px;place-items:center;width:36px;height:36px;font-weight:900;display:grid;box-shadow:0 12px 28px #f9731640}nav ul{color:var(--muted);align-items:center;gap:24px;font-size:15px;font-weight:600;list-style:none;display:flex}nav a:hover{color:var(--ink)}.nav-cta{background:var(--ink);color:#fff;border-radius:999px;padding:10px 16px;font-weight:700}footer{max-width:1180px;color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;gap:24px;margin:0 auto;padding:36px 24px 60px;font-size:14px;display:flex}@media (width<=900px){nav ul{display:none}footer{flex-direction:column}}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;padding:84px 24px 56px;display:grid}.home-page .eyebrow{border:1px solid var(--line);color:var(--accent-dark);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.home-page .pulse{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #16a34a1f}.home-page h1{letter-spacing:-.07em;margin-bottom:24px;font-size:clamp(42px,6vw,76px);line-height:.95}.home-page .hero p{color:var(--muted);max-width:620px;margin-bottom:32px;font-size:20px}.home-page .hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.home-page .btn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;padding:14px 20px;font-weight:800;transition:all .2s;display:inline-flex}.home-page .btn-primary{background:var(--accent);color:#fff;box-shadow:0 18px 36px #f9731640}.home-page .btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.home-page .btn-secondary{border-color:var(--line);color:var(--ink);background:#fff}.home-page .btn-secondary:hover{border-color:var(--ink);transform:translateY(-1px)}.home-page .trust-row{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:14px;font-weight:600;display:flex}.home-page .trust-row span{align-items:center;gap:8px;display:inline-flex}.home-page .hero-panel{position:relative}.home-page .dashboard-card{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 28px 80px #1f29331f}.home-page .dash-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.home-page .dash-title strong{font-size:18px;display:block}.home-page .dash-title span{color:var(--muted);font-size:13px}.home-page .signal-badge{color:#166534;background:#dcfce7;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.home-page .ticker-row{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px 0;display:grid}.home-page .ticker-left strong{font-size:18px;display:block}.home-page .ticker-left span{color:var(--muted);font-size:13px}.home-page .score{text-align:right;font-size:20px;font-weight:900}.home-page .score small{color:var(--muted);font-size:12px;font-weight:700;display:block}.home-page .chart-box{border:1px solid var(--line);background:linear-gradient(#fff7ed,#fff);border-radius:22px;height:170px;margin:20px 0;position:relative;overflow:hidden}.home-page .chart-line{background:var(--accent);height:4px;box-shadow:45px -28px 0 var(--accent), 120px 8px 0 var(--accent), 210px -42px 0 var(--accent), 305px -10px 0 var(--accent);border-radius:999px;position:absolute;top:45%;left:5%;right:5%;transform:rotate(-8deg)}.home-page .chart-grid{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.45;background-size:100% 42px,72px 100%;position:absolute;inset:0}.home-page .mini-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.home-page .metric{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:14px}.home-page .metric span{color:var(--muted);font-size:12px;font-weight:700;display:block}.home-page .metric strong{font-size:20px}.home-page .section-head{max-width:760px;margin-bottom:34px}.home-page .section-head h2{letter-spacing:-.05em;margin-bottom:14px;font-size:clamp(32px,4vw,48px);line-height:1}.home-page .section-head p{color:var(--muted);font-size:18px}.home-page .feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-page .feature-card{background:var(--card);border:1px solid var(--line);border-radius:24px;min-height:230px;padding:24px;box-shadow:0 16px 40px #1f29330f}.home-page .icon{background:var(--soft);border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:18px;font-size:22px;display:grid}.home-page .feature-card h3{letter-spacing:-.03em;margin-bottom:10px;font-size:22px}.home-page .feature-card p{color:var(--muted)}.home-page .workflow{color:#fff;background:#111827;border-radius:32px;grid-template-columns:.8fr 1.2fr;align-items:center;gap:32px;padding:34px;display:grid}.home-page .workflow h2{letter-spacing:-.05em;margin-bottom:16px;font-size:clamp(32px,4vw,48px);line-height:1}.home-page .workflow p{color:#cbd5e1}.home-page .steps{gap:14px;display:grid}.home-page .step{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:auto 1fr;gap:16px;padding:18px;display:grid}.home-page .step-num{background:var(--accent);border-radius:13px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.home-page .step strong{margin-bottom:4px;display:block}.home-page .step span{color:#cbd5e1;font-size:14px}.home-page .preview-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.home-page .preview-card{border:1px solid var(--line);background:#fff;border-radius:26px;padding:26px;box-shadow:0 16px 40px #1f29330f}.home-page .preview-card h3{letter-spacing:-.04em;margin-bottom:10px;font-size:26px}.home-page .preview-card p{color:var(--muted);margin-bottom:20px}.home-page .mock-table{border:1px solid var(--line);border-radius:18px;font-size:13px;overflow:hidden}.home-page .mock-table div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;padding:10px 12px;display:grid}.home-page .mock-table div:last-child{border-bottom:0}.home-page .mock-table .head{background:var(--soft);color:var(--muted);font-weight:900}.home-page .positive{color:var(--green);font-weight:900}.home-page .negative{color:var(--red);font-weight:900}.home-page .cta-band{text-align:center;border:1px solid var(--line);background:#fff;border-radius:32px;padding:56px 24px;box-shadow:0 18px 50px #1f293314}.home-page .cta-band h2{letter-spacing:-.06em;margin-bottom:16px;font-size:clamp(34px,5vw,58px);line-height:1}.home-page .cta-band p{color:var(--muted);max-width:680px;margin:0 auto 28px;font-size:18px}@media (width<=900px){.home-page .hero,.home-page .workflow,.home-page .feature-grid,.home-page .preview-grid,.home-page .mini-metrics{grid-template-columns:1fr}.home-page .hero{padding-top:56px}}.vmi-page .topbar{grid-template-columns:1.8fr auto;align-items:end;gap:24px;margin-bottom:26px;display:grid}.vmi-page .eyebrow{border:1px solid var(--line);color:var(--accent-dark);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.vmi-page .pulse{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #16a34a1f}.vmi-page h1{letter-spacing:-.07em;margin-bottom:12px;font-size:clamp(38px,5vw,64px);line-height:.96}.vmi-page .topbar p{color:var(--muted);max-width:720px;font-size:18px}.vmi-page .search-card{border:1px solid var(--line);background:#fff;border-radius:22px;min-width:360px;padding:14px;box-shadow:0 16px 44px #1f293314}.vmi-page .search-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800}.vmi-page .search-row{grid-template-columns:1fr auto;gap:10px;display:grid}.vmi-page .search-row input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fffaf3;border-radius:14px;outline:none;padding:13px 14px;font-size:16px;font-weight:700}.vmi-page .btn{cursor:pointer;background:var(--accent);color:#fff;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;padding:13px 18px;font-weight:900;transition:all .2s;display:inline-flex;box-shadow:0 14px 28px #f9731638}.vmi-page .btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.vmi-page .dashboard-grid{grid-template-columns:1.1fr .9fr;gap:22px;margin-bottom:22px;display:grid}.vmi-page .card{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 16px 44px #1f293312}.vmi-page .card-pad{padding:24px}.vmi-page .company-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.vmi-page .company-title h2{letter-spacing:-.05em;margin-bottom:8px;font-size:32px;line-height:1}.vmi-page .company-title p{color:var(--muted);font-weight:600}.vmi-page .status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.vmi-page .status-good{color:#166534;background:var(--green-soft)}.vmi-page .summary-layout{grid-template-columns:1fr 1fr;gap:16px;display:grid}.vmi-page .hero-number{border:1px solid var(--line);background:linear-gradient(#fff7ed,#fff);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:260px;padding:24px;display:flex}.vmi-page .hero-number span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.vmi-page .hero-number strong{letter-spacing:-.08em;margin-bottom:12px;font-size:clamp(44px,6vw,72px);line-height:.9;display:block}.vmi-page .hero-number p{color:var(--muted);font-size:15px}.vmi-page .price-strip{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;display:grid}.vmi-page .price-pill{border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px}.vmi-page .price-pill small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.vmi-page .price-pill b{font-size:18px}.vmi-page .valuation-gauge{background:var(--dark);color:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:260px;padding:24px;display:flex}.vmi-page .valuation-gauge h3{letter-spacing:-.04em;margin-bottom:6px;font-size:24px}.vmi-page .valuation-gauge p{color:#cbd5e1;font-size:14px}.vmi-page .gauge{background:linear-gradient(90deg, var(--green), #facc15, var(--red));border-radius:999px;height:18px;margin:28px 0 20px;position:relative}.vmi-page .gauge-marker{border:5px solid var(--accent);background:#fff;border-radius:50%;width:26px;height:26px;position:absolute;top:50%;left:36%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #00000040}.vmi-page .gauge-labels{color:#cbd5e1;justify-content:space-between;font-size:12px;font-weight:800;display:flex}.vmi-page .decision-box{background:#ffffff12;border:1px solid #ffffff1f;border-radius:18px;margin-top:22px;padding:16px}.vmi-page .decision-box strong{margin-bottom:4px;font-size:20px;display:block}.vmi-page .metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.vmi-page .metric-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;box-shadow:0 14px 34px #1f29330d}.vmi-page .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.vmi-page .metric-card strong{letter-spacing:-.04em;font-size:26px}.vmi-page .metric-card p{color:var(--muted);margin-top:6px;font-size:13px}.vmi-page .positive{color:var(--green)}.vmi-page .negative{color:var(--red)}.vmi-page .neutral{color:var(--amber)}.vmi-page .section-grid{grid-template-columns:.95fr 1.05fr;gap:22px;margin-bottom:22px;display:grid}.vmi-page .card-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.vmi-page .card-title h3{letter-spacing:-.04em;font-size:24px}.vmi-page .card-title span{color:var(--muted);font-size:13px;font-weight:800}.vmi-page .table{border:1px solid var(--line);border-radius:20px;width:100%;overflow:hidden}.vmi-page .row{border-bottom:1px solid var(--line);grid-template-columns:1.2fr .9fr 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.vmi-page .row:last-child{border-bottom:0}.vmi-page .row.head{background:var(--soft);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900}.vmi-page .row:not(.head){font-size:14px;font-weight:650}.vmi-page .note-stack{gap:12px;display:grid}.vmi-page .note{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:auto 1fr;gap:14px;padding:16px;display:grid}.vmi-page .note-icon{background:var(--soft);border-radius:14px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.vmi-page .note strong{margin-bottom:4px;display:block}.vmi-page .note p{color:var(--muted);font-size:14px}.vmi-page .scenario-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.vmi-page .scenario-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:20px}.vmi-page .scenario-card span{border-radius:999px;margin-bottom:14px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex}.vmi-page .bear span{background:var(--red-soft);color:var(--red)}.vmi-page .base span{background:var(--blue-soft);color:var(--blue)}.vmi-page .bull span{background:var(--green-soft);color:var(--green)}.vmi-page .scenario-card h4{letter-spacing:-.05em;margin-bottom:8px;font-size:30px}.vmi-page .scenario-card p{color:var(--muted);font-size:14px}.vmi-page .footer-disclaimer{color:var(--muted);text-align:center;padding-top:28px;font-size:13px}@media (width<=980px){.vmi-page nav ul{display:none}.vmi-page main{padding-top:24px}.vmi-page .topbar,.vmi-page .dashboard-grid,.vmi-page .summary-layout,.vmi-page .section-grid{grid-template-columns:1fr}.vmi-page .search-card{min-width:0}.vmi-page .metric-grid,.vmi-page .scenario-grid{grid-template-columns:1fr}.vmi-page .row{grid-template-columns:1fr;gap:4px}.vmi-page .company-head{flex-direction:column}}.backtest-page .topbar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:24px;margin-bottom:26px;display:grid}.backtest-page .eyebrow{border:1px solid var(--line);color:var(--accent-dark);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.backtest-page .pulse{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #16a34a1f}.backtest-page h1{letter-spacing:-.07em;margin-bottom:12px;font-size:clamp(38px,5vw,64px);line-height:.96}.backtest-page .topbar p{color:var(--muted);max-width:740px;font-size:18px}.backtest-page .control-card{border:1px solid var(--line);background:#fff;border-radius:22px;min-width:460px;padding:14px;box-shadow:0 16px 44px #1f293314}.backtest-page .control-grid{grid-template-columns:.8fr 1.2fr auto;align-items:end;gap:10px;display:grid}.backtest-page label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.backtest-page input,.backtest-page select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fffaf3;border-radius:14px;outline:none;padding:13px 14px;font-size:15px;font-weight:750}.backtest-page .btn{cursor:pointer;background:var(--accent);color:#fff;white-space:nowrap;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;padding:13px 18px;font-weight:900;transition:all .2s;display:inline-flex;box-shadow:0 14px 28px #f9731638}.backtest-page .btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.backtest-page .dashboard-grid{grid-template-columns:1.05fr .95fr;gap:22px;margin-bottom:22px;display:grid}.backtest-page .card{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 16px 44px #1f293312}.backtest-page .card-pad{padding:24px}.backtest-page .strategy-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.backtest-page .strategy-title h2{letter-spacing:-.05em;margin-bottom:8px;font-size:32px;line-height:1}.backtest-page .strategy-title p{color:var(--muted);font-weight:600}.backtest-page .signal-badge{white-space:nowrap;color:#166534;background:var(--green-soft);border-radius:999px;justify-content:center;align-items:center;padding:9px 13px;font-size:13px;font-weight:900;display:inline-flex}.backtest-page .chart-card{border:1px solid var(--line);background:linear-gradient(#fff7ed,#fff);border-radius:24px;min-height:360px;padding:18px;position:relative;overflow:hidden}.backtest-page .chart-top{z-index:2;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex;position:relative}.backtest-page .chart-top span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.backtest-page .chart-top strong{letter-spacing:-.06em;font-size:36px}.backtest-page .chart-area{border:1px solid var(--line);background:#ffffffb3;border-radius:20px;height:230px;position:relative;overflow:hidden}.backtest-page .chart-grid-bg{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.55;background-size:100% 46px,82px 100%;position:absolute;inset:0}.backtest-page .equity-line{background:var(--accent);height:5px;box-shadow:60px -38px 0 var(--accent), 135px -18px 0 var(--accent), 215px -66px 0 var(--accent), 310px -42px 0 var(--accent), 425px -92px 0 var(--accent), 540px -74px 0 var(--accent);border-radius:999px;position:absolute;top:56%;left:5%;right:5%;transform:rotate(-11deg)}.backtest-page .buy-dot,.backtest-page .sell-dot{z-index:3;border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;box-shadow:0 6px 14px #0000002e}.backtest-page .buy-dot{background:var(--green)}.backtest-page .sell-dot{background:var(--red)}.backtest-page .d1{top:61%;left:16%}.backtest-page .d2{top:47%;left:31%}.backtest-page .d3{top:42%;left:54%}.backtest-page .d4{top:29%;left:72%}.backtest-page .d5{top:33%;left:86%}.backtest-page .metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.backtest-page .metric-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;box-shadow:0 14px 34px #1f29330d}.backtest-page .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.backtest-page .metric-card strong{letter-spacing:-.05em;font-size:28px}.backtest-page .metric-card p{color:var(--muted);margin-top:6px;font-size:13px}.backtest-page .positive{color:var(--green)}.backtest-page .negative{color:var(--red)}.backtest-page .neutral{color:var(--amber)}.backtest-page .verdict-card{background:var(--dark);color:#fff;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:100%;padding:24px;display:flex}.backtest-page .verdict-card h3{letter-spacing:-.05em;margin-bottom:10px;font-size:30px;line-height:1}.backtest-page .verdict-card p{color:#cbd5e1}.backtest-page .verdict-main{background:#ffffff12;border:1px solid #ffffff1f;border-radius:22px;margin:26px 0;padding:22px}.backtest-page .verdict-main span{color:#cbd5e1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.backtest-page .verdict-main strong{letter-spacing:-.07em;color:#86efac;margin-bottom:10px;font-size:48px;line-height:1;display:block}.backtest-page .rule-stack{gap:12px;display:grid}.backtest-page .rule{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.backtest-page .rule-icon{background:#ffffff1a;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.backtest-page .rule strong{font-size:14px;display:block}.backtest-page .rule small{color:#cbd5e1;font-size:12px;display:block}.backtest-page .pass{color:#86efac;font-weight:900}.backtest-page .wait{color:#fcd34d;font-weight:900}.backtest-page .section-grid{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px;display:grid}.backtest-page .card-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.backtest-page .card-title h3{letter-spacing:-.04em;font-size:24px}.backtest-page .card-title span{color:var(--muted);font-size:13px;font-weight:800}.backtest-page .table{border:1px solid var(--line);border-radius:20px;width:100%;overflow:hidden}.backtest-page .row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.backtest-page .row:last-child{border-bottom:0}.backtest-page .row.head{background:var(--soft);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900}.backtest-page .row:not(.head){font-size:14px;font-weight:650}.backtest-page .tag{border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.backtest-page .tag-buy{color:#166534;background:var(--green-soft)}.backtest-page .tag-sell{color:#991b1b;background:var(--red-soft)}.backtest-page .tag-hold{color:#92400e;background:var(--amber-soft)}.backtest-page .note-stack{gap:12px;display:grid}.backtest-page .note{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:auto 1fr;gap:14px;padding:16px;display:grid}.backtest-page .note-icon{background:var(--soft);border-radius:14px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.backtest-page .note strong{margin-bottom:4px;display:block}.backtest-page .note p{color:var(--muted);font-size:14px}.backtest-page .parameter-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.backtest-page .parameter-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:18px}.backtest-page .parameter-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.backtest-page .parameter-card strong{letter-spacing:-.04em;font-size:22px}.backtest-page .footer-disclaimer{color:var(--muted);text-align:center;padding-top:28px;font-size:13px}@media (width<=980px){.backtest-page nav ul{display:none}.backtest-page main{padding-top:24px}.backtest-page .topbar,.backtest-page .dashboard-grid,.backtest-page .section-grid{grid-template-columns:1fr}.backtest-page .control-card{min-width:0}.backtest-page .control-grid,.backtest-page .metric-grid,.backtest-page .parameter-grid{grid-template-columns:1fr}.backtest-page .row,.backtest-page .rule{grid-template-columns:1fr;gap:6px}.backtest-page .strategy-head,.backtest-page .chart-top{flex-direction:column}}
