:root{--ink:#172a2c;--muted:#687676;--paper:#f7f3ea;--card:#fffdfa;--green:#1f5a52;--coral:#e36e55;--line:#d8d4ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}button,input,select{font:inherit}.topbar{height:76px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font:700 23px Georgia,serif;text-decoration:none}.brand span{display:grid;place-items:center;width:34px;height:34px;border:2px solid var(--green);border-radius:7px;color:var(--green);transform:rotate(-4deg)}.topbar>a:last-child{color:var(--green);font-size:13px;font-weight:700;text-decoration:none}.workspace{padding:68px clamp(22px,8vw,132px) 48px;max-width:1440px;margin:auto}.eyebrow{margin:0 0 13px;font-size:11px;font-weight:800;letter-spacing:.19em;color:var(--coral)}h1{font:600 clamp(43px,6vw,76px)/.98 Georgia,serif;letter-spacing:-.045em;margin:0}h1 em{font-weight:400;color:var(--green)}.dek,.pageIntro{font:20px/1.55 Georgia,serif;color:var(--muted);max-width:720px;margin:24px 0 34px}.solver{background:var(--card);border:1px solid #d7d2c5;border-radius:16px;padding:24px 26px;box-shadow:0 14px 38px #2a363112}.solver>label{font-size:11px;letter-spacing:.15em;font-weight:800}.entry{display:flex;align-items:center;border-bottom:2px solid var(--ink);margin-top:10px}.entry input{width:100%;font:600 clamp(27px,4vw,42px) Georgia,serif;letter-spacing:.08em;border:0;outline:0;background:transparent;padding:11px 0}.entry button{border:0;background:transparent;color:#87908e;font-size:31px;cursor:pointer}.meta{display:flex;justify-content:space-between;color:#8a9391;font-size:11px;padding-top:8px}.controls{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-top:26px}.segments{display:flex;background:#eeeae0;border-radius:9px;padding:4px}.segments button{border:0;background:transparent;border-radius:7px;color:#6c7775;padding:10px 18px;cursor:pointer;font-size:13px;font-weight:700}.segments button[aria-pressed=true]{background:var(--green);color:white}.controls label{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:var(--muted)}select{border:1px solid var(--line);background:white;border-radius:7px;padding:9px}.examples{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}.examples span{font-size:10px;font-weight:800;letter-spacing:.15em;color:#89918e}.examples button{border:1px solid #cbc8bf;border-radius:20px;background:transparent;padding:7px 13px;color:var(--green);cursor:pointer;font:italic 14px Georgia,serif}.results{background:#ede9df;padding:52px clamp(22px,8vw,132px) 70px;min-height:360px}.resultsHead{max-width:1176px;margin:auto;display:flex;align-items:end;justify-content:space-between;gap:25px;border-bottom:1px solid #d2cec4;padding-bottom:24px}.results h2{font:600 clamp(28px,3vw,40px) Georgia,serif;margin:0}.tiles{display:flex;gap:6px;flex-wrap:wrap}.tiles span{display:grid;place-items:center;width:34px;height:38px;background:var(--card);border:1px solid #c8c4b9;border-radius:5px;box-shadow:0 2px #c3bfb5;text-transform:uppercase;font-family:Georgia,serif;font-weight:bold}.grid{max-width:1176px;margin:26px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.resultCard{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d3cec3;background:var(--card);border-radius:9px;padding:12px 12px 12px 18px;transition:.18s}.resultCard:hover{transform:translateY(-2px);border-color:var(--green)}.wordDetails{display:flex;min-width:0;flex-direction:column;gap:3px;user-select:text}.wordDetails strong{font:600 19px Georgia,serif;text-transform:capitalize}.wordDetails span{font-size:10px;text-transform:uppercase;color:#8a918e}.copyButton{display:flex;align-items:center;justify-content:center;gap:6px;min-width:42px;min-height:40px;border:1px solid #d3cec3;background:transparent;border-radius:7px;padding:8px;color:var(--green);cursor:pointer}.copyButton:hover{background:#eeeae0;border-color:var(--green)}.copyButton.copied{background:var(--green);border-color:var(--green);color:white}.copyButton svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.copyLabel{font-size:10px;font-weight:700;text-transform:uppercase}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty b{display:grid;place-items:center;margin:auto;width:48px;height:48px;border:1px solid #c5c1b6;border-radius:8px;background:var(--card);font:27px Georgia,serif;color:var(--coral)}.empty h3{font:600 22px Georgia,serif;color:var(--ink);margin:18px 0 8px}.loading{text-align:center;padding:40px;color:var(--muted)}footer{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding:25px clamp(22px,5vw,72px);font-size:12px;color:var(--muted)}footer p{margin:0 0 6px}footer nav{display:flex;justify-content:flex-end;gap:10px 18px;flex-wrap:wrap}footer a,.textLink,.contactEmail{color:var(--green);font-weight:700;text-decoration:none}footer a:hover,.textLink:hover{text-decoration:underline}.contentPage{max-width:880px;margin:auto;padding:72px clamp(22px,7vw,72px) 88px;min-height:68vh}.contentPage h1{font-size:clamp(42px,6vw,68px)}.prose{max-width:720px;font-size:16px;line-height:1.75}.prose h2{font:600 27px Georgia,serif;margin:36px 0 10px}.prose p{margin:0 0 18px}.notice{border-left:3px solid var(--coral);background:#f0ebe0;padding:15px 18px;color:#566361;border-radius:0 7px 7px 0}@media(max-width:760px){.workspace,.contentPage{padding-top:44px}.dek,.pageIntro{font-size:17px}.solver{padding:20px 17px}.controls,.resultsHead{align-items:stretch;flex-direction:column}.segments{width:100%}.segments button{flex:1;padding:10px 6px}.controls label{justify-content:space-between}.meta span:last-child,.copyLabel{display:none}.grid{grid-template-columns:repeat(2,1fr)}footer{flex-direction:column}footer nav{justify-content:flex-start}}@media(max-width:420px){.grid{grid-template-columns:1fr}.workspace,.results{padding-left:16px;padding-right:16px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}