:root{color-scheme:dark;--bg:#171b1c;--panel:#202526;--sample:#111516;--text:#f5f4ee;--muted:#aab0ad;--grid:#39403f;--yellow:#e7df20}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}main{width:min(1520px,96vw);margin:auto;padding:28px 20px 48px}header{display:flex;justify-content:space-between;align-items:end}small,#status{color:var(--muted)}h1{font-weight:500;margin:.3rem 0}.actions{display:flex;align-items:center;gap:14px}.actions strong{font-weight:500}button{appearance:none;border:1px solid var(--yellow);border-radius:999px;background:transparent;color:var(--yellow);padding:9px 18px;font:600 .85rem/1 Inter,system-ui,sans-serif;cursor:pointer}button:hover{background:var(--yellow);color:var(--bg)}button:focus-visible{outline:2px solid var(--text);outline-offset:3px}#status{text-align:right;font-size:.8rem}svg{display:block;width:100%}.wind-canvas{background:var(--panel);border-radius:8px}.grid{stroke:var(--grid)}.axis{stroke:var(--text)}.label{fill:var(--muted);font-size:12px}.wind{fill:none;stroke:var(--text);stroke-width:1.05;stroke-linecap:round}.metrics{display:flex;justify-content:space-around;gap:20px;margin-top:18px;color:var(--muted)}.metrics b{display:block;color:var(--text);font-size:1.2rem;margin-top:4px}.typeface-bg{fill:var(--sample)}.typeface-label{fill:var(--muted);font-size:10px;letter-spacing:1.2px}#type-word{fill:var(--yellow);font-family:'Viento Guajira';font-weight:400} @media(max-width:700px){main{padding:16px}.actions{align-items:flex-end;flex-direction:column;gap:8px}}
