:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f6f1;--surface:#fff;--surface-muted:#eef2e8;--text:#17211c;--muted:#68746d;--line:#dfe5dc;--positive:#13784f;--negative:#b43a3a;--accent:#225c67}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.menuButton{background:var(--surface);border:1px solid var(--line);cursor:pointer;z-index:30;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:inline-flex;position:fixed;top:24px;left:24px;box-shadow:0 8px 24px #17211c14}.menuButton span{background:var(--text);border-radius:999px;width:18px;height:2px;display:block}.menuButton:hover{border-color:var(--accent)}.menuScrim{cursor:pointer;z-index:20;background:#17211c38;border:0;position:fixed;inset:0}.siteDrawer{background:var(--surface);border-right:1px solid var(--line);z-index:25;grid-template-rows:auto 1fr;gap:24px;width:min(88vw,380px);max-width:380px;height:100vh;padding:32px 24px;transition:transform .18s;display:grid;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:16px 0 48px #17211c24}.siteDrawer.isOpen{transform:translate(0)}.drawerHeader h2{font-size:1.7rem;line-height:1}.drawerNav{align-content:start;gap:10px;display:grid}.drawerNav a{background:var(--surface-muted);color:var(--text);border:1px solid #0000;border-radius:8px;gap:6px;padding:16px;text-decoration:none;display:grid}.drawerNav a:hover{border-color:var(--accent)}.drawerNav strong{font-size:1rem;line-height:1.15}.drawerNav span{color:var(--muted);font-size:.86rem;line-height:1.35}.shell{max-width:1120px;margin:0 auto;padding:48px 24px}.masthead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:24px;padding-bottom:24px;display:flex}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:800}h1,h2,h3,p{margin:0}h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1}.introCopy{max-width:780px}.introCopy p:not(.eyebrow){color:var(--muted);max-width:660px;margin-top:16px;font-size:1rem;line-height:1.5}.timestamp{color:var(--muted);text-align:right;gap:4px;min-width:180px;display:grid}.timestamp span{font-size:.82rem}.timestamp strong{color:var(--text);font-size:.95rem}.quoteGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:24px;display:grid}.singleQuoteGrid{grid-template-columns:minmax(260px,440px);gap:16px;padding-top:24px;display:grid}.quoteCard{background:var(--surface);border:1px solid var(--line);border-radius:8px;flex-direction:column;min-height:220px;padding:20px;display:flex}.quoteHeader{justify-content:space-between;align-items:start;gap:12px;display:flex}.quoteHeader h2{font-size:1.35rem;line-height:1}.quoteHeader p{color:var(--muted);margin-top:8px;font-size:.88rem;line-height:1.35}.price{margin-top:auto;font-size:2.1rem;font-weight:800;line-height:1}.movement{margin-top:14px;font-size:.95rem;font-weight:750}.positive{color:var(--positive)}.negative{color:var(--negative)}.productInfo{margin-top:28px;padding-top:28px}.productInfo h2{max-width:620px;font-size:1.85rem;line-height:1.05}.productInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.productInfoGrid article{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-height:150px;padding:18px}.productInfoGrid h3{font-size:1rem;line-height:1.2}.productInfoGrid p{color:var(--muted);margin-top:12px;font-size:.9rem;line-height:1.45}.pageLinks{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:16px;padding:18px 0;display:flex}.pageLinks a{color:var(--accent);font-size:.92rem;font-weight:800;text-decoration:none}.pageLinks a:hover{text-decoration:underline}.emptyState{border-top:1px solid var(--line);margin-top:32px;padding-top:28px}.emptyState h2{font-size:1.85rem;line-height:1.05}.patternPanel{border-top:1px solid var(--line);margin-top:32px;padding-top:28px}.sectionHeader{justify-content:space-between;align-items:end;gap:24px;display:flex}.sectionHeader h2{font-size:1.85rem;line-height:1.05}.dataCount{color:var(--muted);text-align:right;gap:4px;display:grid}.dataCount span,.label{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:750}.dataCount strong{color:var(--text);font-size:1.3rem}.patternSummary{grid-template-columns:1.4fr repeat(3,1fr);gap:16px;margin-top:18px;display:grid}.bucketLegend{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.legendItem{background:var(--surface);border:1px solid var(--line);border-radius:8px;grid-template-columns:28px 1fr;align-items:center;gap:8px;min-height:76px;padding:12px;display:grid}.legendItem span:not(.letter){font-size:.9rem;font-weight:800}.legendItem strong{color:var(--muted);grid-column:2;font-size:.78rem;font-weight:700}.patternCard,.miniCard,.historyCard{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-height:150px;padding:18px}.patternCard{flex-direction:column;justify-content:space-between;display:flex}.letterRow{gap:8px;margin-top:10px;display:flex}.letter{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:850;display:inline-flex}.mini{border-radius:6px;width:28px;height:28px;font-size:.82rem}.letterA{background:#0f7b55}.letterB{background:#5a8f37}.letterC{background:#6f7771}.letterD{background:#ba6b2e}.letterE{background:#af3434}.predictionCode,.predictionMetric{margin-top:10px;font-size:2rem;font-weight:850;line-height:1}.predictionCode{min-height:42px}.cardNote,.historyCard p{color:var(--muted);margin-top:14px;font-size:.82rem;line-height:1.35}.analysisSection{margin-top:22px}.patternTester{border-top:1px solid var(--line);margin-top:36px;padding-top:28px}.testerForm{background:var(--surface);border:1px solid var(--line);border-radius:8px;justify-content:space-between;align-items:end;gap:18px;margin-top:18px;padding:18px;display:flex}.testerInputGroup{color:var(--muted);text-transform:uppercase;gap:8px;font-size:.78rem;font-weight:800;display:grid}.testerHiddenInput{opacity:0;width:1px;height:1px;position:absolute}.testerBoxes{gap:10px;display:flex}.testerBox{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.45rem;font-weight:850;line-height:1;display:inline-flex;box-shadow:0 6px 18px #17211c0f}.testerInputGroup:focus-within .testerBox{border-color:var(--accent);box-shadow:0 0 0 3px #225c671f}.testerForm p{color:var(--muted);font-size:.88rem;line-height:1.35}.blockHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.blockHeader h3{font-size:1rem}.blockHeader span{color:var(--muted);font-size:.82rem}.outcomeGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.historyGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.miniCard{min-height:118px}.historyCard{min-height:132px}.miniCardTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.miniCardTop strong{font-size:.95rem}.miniMetric{margin-top:22px;font-size:1.35rem;font-weight:850;line-height:1}@media (max-width:920px){.quoteGrid,.patternSummary,.bucketLegend{grid-template-columns:repeat(2,minmax(0,1fr))}.outcomeGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.productInfoGrid{grid-template-columns:1fr}.historyGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.shell{padding:32px 16px}.masthead{align-items:start;display:grid}.timestamp{text-align:left;min-width:0}.quoteGrid,.singleQuoteGrid{grid-template-columns:1fr}.testerForm,.sectionHeader{align-items:start;display:grid}.dataCount{text-align:left}.patternSummary,.bucketLegend,.outcomeGrid,.historyGrid{grid-template-columns:1fr}}
