:root { --ink:#1d251f; --muted:#6f7a70; --paper:#f4f6f2; --card:#fff; --line:#d9e0d8; --green:#7e9f3c; --green-dark:#3e5928; --red:#b74435; --amber:#a9711d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Inter Tight",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
button,input { font:inherit; }
button { cursor:pointer; }
.site-shell { min-height:100vh; overflow:hidden; }
.site-header,main > section,.site-footer { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.site-header { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:12px; color:var(--ink); text-decoration:none; }
.brand-lockup { display:inline-flex; align-items:center; gap:7px; height:31px; }
.brand-icon-crop,.brand-wordmark-crop { position:relative; display:block; overflow:hidden; flex:0 0 auto; }
.brand-icon-crop { width:39px; height:27px; }
.brand-icon-crop img { position:absolute; top:-17px; left:-1px; width:45px; height:45px; max-width:none; }
.brand-wordmark-crop { width:116px; height:26px; }
.brand-wordmark-crop img { position:absolute; top:-56px; left:-2px; width:122px; height:122px; max-width:none; }
.brand-context { padding-left:12px; border-left:1px solid var(--line); color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.14em; }
.header-right { display:flex; align-items:center; gap:19px; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.13em; }
.header-right a { display:inline-flex; align-items:center; gap:6px; color:var(--ink); font-size:11px; letter-spacing:0; text-decoration:none; }
.status-dot,.display-ready i { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgb(126 159 60 / 13%); }
.hero { display:grid; grid-template-columns:minmax(0,1fr) 385px; align-items:center; gap:80px; padding:76px 0 62px; }
.eyebrow,.section-label,.result-label { margin:0 0 14px; color:var(--green-dark); font-size:10px; font-weight:900; letter-spacing:.19em; text-transform:uppercase; }
.hero h1 { max-width:700px; margin:0; font-size:clamp(46px,6.2vw,77px); line-height:.97; letter-spacing:-.075em; }
.hero h1 em { color:var(--green-dark); font-style:normal; }
.hero-intro { max-width:520px; margin:23px 0 0; color:var(--muted); font-size:16px; line-height:1.65; }
.display-card { padding:18px; border:1px solid #29352c; border-radius:16px; background:#202922; color:#f1f6eb; box-shadow:0 24px 65px rgb(35 49 38 / 16%); transform:rotate(1.4deg); }
.display-card-top { display:flex; justify-content:space-between; gap:16px; color:#9eae9f; font-size:9px; font-weight:900; letter-spacing:.17em; }
.display-ready { display:inline-flex; align-items:center; gap:8px; color:#b9d375; }
.display-screen { margin:35px 0 22px; padding:23px; border:1px solid rgb(191 215 143 / 16%); border-radius:10px; background:linear-gradient(145deg,#2d3a2e,#1c241e); }
.display-screen > span { color:#9eae9f; font-size:9px; font-weight:900; letter-spacing:.16em; }
.display-screen strong { display:block; margin-top:28px; color:#d5e99d; font-size:28px; letter-spacing:-.04em; }
.screen-bars { display:flex; gap:5px; margin-top:27px; }.screen-bars i { display:block; height:4px; border-radius:8px; background:#7e9f3c; }.screen-bars i:first-child { width:58%; }.screen-bars i:nth-child(2) { width:18%; opacity:.55; }.screen-bars i:last-child { width:8%; opacity:.3; }
.display-card > p { display:flex; align-items:center; gap:8px; margin:0; color:#aab6aa; font-size:11px; }.cable-icon { color:#b9d375; font-size:20px; }
.search-section { padding:26px 0 34px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.search-section label { display:block; margin-bottom:10px; font-size:12px; font-weight:900; }
.search-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:12px; }
.input-shell { display:flex; align-items:center; gap:12px; min-height:61px; padding:0 18px; border:1px solid #afbdaf; border-radius:9px; background:var(--card); color:var(--green-dark); transition:border-color .2s,box-shadow .2s; }.input-shell:focus-within { border-color:var(--green); box-shadow:0 0 0 4px rgb(126 159 60 / 13%); }
.search-icon { font-size:25px; line-height:1; }.input-shell input { width:100%; border:0; outline:0; background:transparent; color:var(--ink); font:600 16px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.03em; }.input-shell input::placeholder { color:#98a399; font:500 13px "Inter Tight",Inter,sans-serif; letter-spacing:0; }
.clear-button { border:0; background:transparent; color:var(--muted); font-size:22px; line-height:1; }.clear-button:hover { color:var(--ink); }
.search-button { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-width:143px; padding:0 22px; border:0; border-radius:9px; background:var(--ink); color:#f7faf5; font-size:13px; font-weight:900; transition:transform .2s,background .2s; }.search-button:hover { background:var(--green-dark); transform:translateY(-1px); }.search-button:active { transform:scale(.98); }
.helper-text { margin:10px 0 0; color:var(--muted); font-size:11px; }
.multi-toggle { display:inline-flex; align-items:center; gap:8px; margin-top:16px; padding:0; border:0; background:transparent; color:var(--ink); font-size:12px; font-weight:800; }.toggle-box { display:grid; place-items:center; width:23px; height:23px; border:1px solid var(--line); border-radius:6px; color:var(--green-dark); font-size:16px; }.toggle-chevron { margin-left:5px; font-size:18px; transition:transform .2s; }.multi-toggle[aria-expanded="true"] .toggle-chevron { transform:rotate(180deg); }.multi-help { margin-top:12px; padding:12px 14px; border-left:2px solid var(--green); color:var(--muted); font-size:12px; line-height:1.5; }.multi-help button { padding:0; border:0; background:transparent; color:var(--green-dark); font-weight:900; }
.start-state { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:48px; padding:46px 0 82px; }
.safety-callout { display:flex; gap:17px; align-items:flex-start; padding:23px; border:1px solid #e1d8c5; border-radius:12px; background:#fbfaf4; }.callout-icon { display:grid; place-items:center; flex:0 0 auto; width:42px; height:42px; border-radius:10px; background:#f0e8d8; color:#8c6c2b; font-size:20px; font-weight:900; }.safety-callout h2 { margin:1px 0 8px; font-size:18px; letter-spacing:-.04em; }.safety-callout p { max-width:480px; margin:0; color:var(--muted); font-size:13px; line-height:1.6; }
.example-list { display:grid; gap:2px; }.example-list button { display:grid; grid-template-columns:160px minmax(0,1fr) auto; align-items:center; gap:14px; padding:13px 0; border:0; border-bottom:1px solid var(--line); background:transparent; color:var(--ink); text-align:left; }.example-list button:hover strong,.example-list button:hover b { color:var(--green-dark); }.example-list strong { font:800 13px ui-monospace,SFMono-Regular,Menlo,monospace; }.example-list span { color:var(--muted); font-size:12px; }.example-list b { font-size:17px; font-weight:500; }
.results { padding:23px 0 80px; }.result-toolbar { display:flex; justify-content:space-between; gap:18px; margin-bottom:23px; }.result-toolbar button { display:inline-flex; align-items:center; gap:7px; padding:6px 0; border:0; background:transparent; color:var(--muted); font-size:12px; font-weight:800; }.result-toolbar button:hover { color:var(--green-dark); }
.unknown,.combination-note { display:flex; gap:12px; align-items:flex-start; margin-bottom:16px; padding:15px 18px; border:1px solid #e5d7bc; border-radius:10px; background:#fff9ed; color:#8d672a; }.unknown-icon { font-weight:900; }.unknown strong { display:block; font-size:13px; }.unknown p,.combination-note p { margin:4px 0 0; color:#8a7658; font-size:12px; line-height:1.5; }.combination-note { align-items:center; border-color:var(--line); background:var(--card); color:var(--green-dark); }.combination-note p { margin:0; color:var(--muted); }
.exception { display:flex; gap:18px; align-items:flex-start; margin-bottom:22px; padding:23px; border:1px solid #d6dfbe; border-radius:14px; background:#f1f6e5; }.exception-icon { display:grid; place-items:center; flex:0 0 auto; width:42px; height:42px; border-radius:10px; background:#e1edc4; color:#66852a; font-size:19px; font-weight:900; }.exception h2 { margin:2px 0 8px; font-size:21px; letter-spacing:-.05em; }.exception p { max-width:720px; margin:0; color:var(--muted); font-size:13px; line-height:1.55; }.code-pills { display:flex; flex-wrap:wrap; gap:6px; margin-top:15px; }.code-pills span { padding:5px 8px; border-radius:5px; background:#e4efc8; color:var(--green-dark); font:800 11px ui-monospace,SFMono-Regular,Menlo,monospace; }
.result-card { overflow:hidden; margin-bottom:24px; border:1px solid var(--line); border-radius:14px; background:var(--card); box-shadow:0 13px 38px rgb(45 61 46 / 5%); }.severity-band { height:5px; background:var(--green); }.severity-band.critical { background:var(--red); }.severity-band.warning { background:#d2942d; }.severity-band.caution { background:#b5a43a; }
.result-summary { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:32px; padding:28px 30px 25px; border-bottom:1px solid var(--line); }.code-line { display:flex; flex-wrap:wrap; align-items:center; gap:11px; }.code { font:900 21px ui-monospace,SFMono-Regular,Menlo,monospace; }.affect { display:inline-flex; align-items:center; gap:6px; padding:6px 9px; border-radius:5px; font-size:11px; font-weight:900; }.affect.critical { background:#fae4e0; color:#9c382d; }.affect.warning { background:#fff0d5; color:#986417; }.affect.caution { background:#f5efd1; color:#817322; }.affect.info { background:#e9f2da; color:#4e6e2c; }.result-summary h2 { max-width:680px; margin:16px 0 8px; font-size:clamp(25px,3vw,36px); line-height:1.03; letter-spacing:-.06em; }.result-summary > div > p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }.impact { align-self:end; padding-left:20px; border-left:1px solid var(--line); }.impact span,.impact small { display:block; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }.impact strong { display:block; margin:8px 0; font-size:15px; }.impact small { letter-spacing:0; line-height:1.45; text-transform:none; }
.result-grid { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:32px; padding:27px 30px 31px; }.heading-row { display:flex; align-items:center; gap:12px; margin-bottom:22px; }.heading-icon { display:grid; place-items:center; width:36px; height:36px; border-radius:9px; background:var(--paper); color:var(--green-dark); font-weight:900; }.heading-row .result-label { margin-bottom:4px; }.heading-row h3 { margin:0; font-size:21px; letter-spacing:-.05em; }.steps { display:grid; gap:20px; }.step { display:grid; grid-template-columns:30px minmax(0,1fr); gap:14px; }.step-number { display:grid; place-items:center; width:28px; height:28px; border:1px solid #cbd9b8; border-radius:8px; color:var(--green-dark); font:900 12px ui-monospace,SFMono-Regular,Menlo,monospace; }.step h4 { margin:2px 0 6px; font-size:14px; }.step p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }.note { display:grid; gap:4px; margin-top:11px; padding:10px 12px; border-left:2px solid #abc46d; background:#f3f7e9; color:#60743a; font-size:12px; line-height:1.55; }.note strong { font-size:10px; letter-spacing:.12em; text-transform:uppercase; }.note.warning { border-color:#d29a3e; background:#fff6e7; color:#93621c; }.empty-method { padding:15px; background:var(--paper); color:var(--muted); font-size:13px; }
.side-panel { display:grid; align-content:start; gap:20px; }.side-block { padding-bottom:20px; border-bottom:1px solid var(--line); }.side-block .result-label { margin-bottom:9px; }.side-block > strong { display:block; font-size:15px; }.side-block > p { margin:5px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }.side-block ul { display:grid; gap:8px; margin:0; padding:0; list-style:none; }.side-block li { color:var(--muted); font-size:12px; line-height:1.4; }.side-block li::before { content:'+'; margin-right:7px; color:var(--green-dark); font-weight:900; }.support-card { display:flex; gap:11px; padding:16px; border-radius:10px; background:var(--ink); color:#f5f8f2; }.support-icon { display:grid; place-items:center; flex:0 0 auto; width:22px; height:22px; border:1px solid #b9d375; border-radius:50%; color:#b9d375; font-size:12px; font-weight:900; }.support-card strong { display:block; font-size:13px; }.support-card p { margin:5px 0 10px; color:#b8c2b8; font-size:11px; line-height:1.45; }.support-card a { display:inline-flex; align-items:center; gap:5px; color:#c7df7a; font-size:11px; font-weight:900; text-decoration:none; }
.not-found { max-width:620px; margin:40px auto 80px; padding:40px; border:1px solid var(--line); border-radius:14px; background:var(--card); text-align:center; }.not-found-icon { display:grid; place-items:center; width:50px; height:50px; margin:0 auto 17px; border-radius:14px; background:var(--paper); color:var(--green-dark); font-size:25px; }.not-found h2 { margin:0 0 9px; font-size:25px; letter-spacing:-.05em; }.not-found p { margin:0 auto 21px; color:var(--muted); font-size:13px; line-height:1.6; }.not-found button { display:inline-flex; align-items:center; gap:8px; padding:11px 15px; border:0; border-radius:7px; background:var(--ink); color:#fff; font-size:12px; font-weight:800; }
.site-footer { display:flex; justify-content:space-between; gap:20px; padding:25px 0 30px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; line-height:1.5; }.site-footer span:first-child { color:var(--ink); font-weight:900; letter-spacing:.12em; }
@media (prefers-color-scheme:dark) { :root { --ink:#edf3eb; --muted:#aab6ab; --paper:#172019; --card:#202b22; --line:#39463c; --green:#a5c55a; --green-dark:#c0db80; }.display-card { box-shadow:none; }.input-shell { border-color:#566658; }.input-shell input::placeholder { color:#829184; }.safety-callout { border-color:#4b4a3c; background:#292a20; }.safety-callout p { color:#b8b9aa; }.unknown { background:#342b1e; border-color:#6b552d; }.unknown p,.combination-note p { color:#c1ae84; }.exception { background:#29351f; border-color:#536738; }.affect.critical { background:#472722; color:#f0a096; }.affect.warning { background:#44351f; color:#e7ba6b; }.affect.caution { background:#403f20; color:#ddd176; }.affect.info { background:#2d3d24; color:#c0d888; }.note { background:#2c3823; }.note.warning { background:#40351f; }.not-found button { background:#e0ead5; color:#172019; } }
@media (max-width:820px) { .hero { grid-template-columns:1fr; gap:38px; padding-top:54px; }.display-card { max-width:440px; transform:none; }.result-summary,.result-grid { grid-template-columns:1fr; }.impact { padding:17px 0 0; border-top:1px solid var(--line); border-left:0; }.side-panel { grid-template-columns:1fr 1fr; }.support-card { grid-column:1 / -1; } }
@media (max-width:620px) { .site-header,main > section,.site-footer { width:min(100% - 32px,520px); }.site-header { min-height:68px; }.header-right a { display:none; }.header-right { gap:0; font-size:9px; }.hero { padding:43px 0 38px; }.hero h1 { font-size:50px; }.hero-intro { font-size:14px; }.search-row { grid-template-columns:1fr; }.search-button { min-height:53px; }.start-state { grid-template-columns:1fr; gap:35px; padding-bottom:55px; }.example-list button { grid-template-columns:130px minmax(0,1fr) auto; }.result-toolbar { align-items:flex-start; }.result-card { border-radius:11px; }.result-summary,.result-grid { padding:23px 19px; }.code { font-size:18px; }.result-summary h2 { font-size:28px; }.side-panel { grid-template-columns:1fr; }.support-card { grid-column:auto; }.site-footer { display:grid; gap:7px; } }
