:root{--ink:#172a25;--muted:#69736f;--paper:#fffaf2;--card:#fffefa;--line:#dedfd7;--accent:#ef6848;--green:#2f7a63}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{margin:0;font-family:Avenir Next,Segoe UI,system-ui,sans-serif;background:radial-gradient(circle at 12% 8%,rgba(244,189,79,.13),transparent 26rem),radial-gradient(circle at 90% 22%,rgba(74,164,132,.12),transparent 30rem),var(--paper)}button,input,textarea{font:inherit}button{color:inherit}.site-header{height:72px;max-width:1240px;padding:0 28px;margin:auto;justify-content:space-between}.brand,.site-header{display:flex;align-items:center}.brand{color:inherit;text-decoration:none;font-weight:700;gap:10px}.brand-mark{display:grid;place-items:center;color:white;background:var(--ink);border-radius:50%;width:30px;height:30px;font-size:14px}.header-link{font-size:13px;color:var(--muted);text-underline-offset:4px}main{max-width:1240px;margin:auto;padding:50px 28px 80px}.hero-copy{text-align:center;max-width:720px;margin:0 auto 44px}.eyebrow,.step{text-transform:uppercase;letter-spacing:.14em;font-size:11px!important;font-weight:700;color:var(--accent)!important;margin:0 0 10px!important}.hero-copy h1{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:clamp(42px,6.2vw,78px);line-height:.98;letter-spacing:-.045em;margin:0;font-weight:600}.hero-copy h1 em{color:var(--green);font-style:italic}.hero-copy>p:last-child{color:var(--muted);font-size:16px;margin:22px auto 0}.workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:24px;gap:24px;min-height:560px}.editor,.wheel-stage{border:1px solid var(--line);border-radius:28px;background:rgba(255,254,250,.84);box-shadow:0 24px 80px rgba(31,48,41,.08)}.wheel-stage{padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.wheel-stage:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid #e5e4da}.mode-row{position:absolute;top:22px;left:22px;background:#eff0e9;border-radius:99px;padding:4px;z-index:2}.mode-row button{border:0;background:transparent;padding:8px 13px;border-radius:99px;font-size:12px;cursor:pointer}.mode-row .selected{background:white;box-shadow:0 2px 8px rgba(0,0,0,.07);font-weight:700}.wheel-shell{width:min(440px,80%);aspect-ratio:1;position:relative;display:grid;place-items:center;z-index:1}.wheel{width:100%;filter:drop-shadow(0 18px 22px rgba(32,43,39,.16));transition-property:transform;transition-timing-function:cubic-bezier(.12,.74,.12,1)}.wheel text{fill:white;font-size:13px;font-weight:700;paint-order:stroke;stroke:rgba(0,0,0,.12);stroke-width:2px}.pointer{position:absolute;z-index:3;top:47%;right:-4px;width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:28px solid var(--ink);filter:drop-shadow(0 3px 2px rgba(0,0,0,.18))}.spin-button{position:absolute;width:72px;height:72px;border:7px solid var(--paper);border-radius:50%;background:var(--ink);color:white;font-size:11px;letter-spacing:.1em;font-weight:700;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2)}.spin-button:hover:not(:disabled){transform:scale(1.05)}.spin-button:disabled{cursor:not-allowed;opacity:.75}.wheel-status{display:flex;width:100%;justify-content:space-between;color:var(--muted);font-size:12px;margin:12px 0 0;z-index:2}.editor{padding:28px;display:flex;flex-direction:column;min-height:0}.editor-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.dialog h2,.editor h2{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:32px;margin:0;letter-spacing:-.03em}.text-button{border:0;background:none;color:var(--green);padding:5px;font-size:13px;font-weight:700;cursor:pointer}.entry-list{display:flex;flex-direction:column;gap:8px;max-height:350px;overflow:auto;padding-right:3px}.entry-row{border:1px solid var(--line);border-radius:12px;min-height:48px;display:flex;align-items:center;padding:4px 7px;background:white}.entry-row:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(47,122,99,.12)}.entry-row.inactive{opacity:.48}.drag{color:#aeb2ad;font-size:15px;margin:0 6px 0 2px}.color-dot{width:10px;height:10px;border-radius:50%;flex:none}.entry-row input{border:0;outline:0;min-width:0;flex:1 1;background:transparent;padding:8px 10px;font-size:14px}.duplicate{font-size:10px;background:#f8e7bc;color:#6d5011;padding:2px 6px;border-radius:20px}.icon-button{border:0;color:#8c918e;font-size:20px;width:30px;height:30px}.add-button,.icon-button{background:transparent;cursor:pointer}.add-button{width:100%;border:1px dashed #bdc3bd;padding:12px;border-radius:12px;color:var(--green);font-weight:700;margin-top:10px}.dedupe-button{border:0;background:#fff1d4;color:#765817;border-radius:10px;padding:9px;margin-top:8px;cursor:pointer;font-size:12px}.editor-foot{border-top:1px solid var(--line);margin-top:auto;padding-top:20px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.dialog-backdrop{position:fixed;inset:0;z-index:10;background:rgba(18,31,27,.55);display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog{width:min(460px,100%);background:var(--card);border-radius:24px;padding:32px;box-shadow:0 30px 100px rgba(0,0,0,.28)}.dialog p{color:var(--muted)}.paste-dialog textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;margin-top:20px;padding:14px;outline:0}.paste-dialog textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(47,122,99,.12)}.result-dialog{text-align:center}.result-dialog h2{font-size:46px;overflow-wrap:anywhere}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.dialog-actions button{border-radius:99px;padding:11px 18px;font-weight:700;cursor:pointer}.primary{background:var(--ink);color:white;border:1px solid var(--ink)}.secondary{background:white;border:1px solid var(--line)}footer{max-width:1240px;margin:auto;border-top:1px solid var(--line);padding:28px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}footer nav{display:flex;gap:20px}footer a{color:inherit}.content-page{max-width:720px;margin:auto;padding:70px 28px 100px}.content-page h1{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:52px;letter-spacing:-.04em}.content-page h2{margin-top:38px}.content-page li,.content-page p{color:#53605c;line-height:1.75}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible{outline:3px solid #f4bd4f;outline-offset:3px}@media (max-width:800px){main{padding:28px 14px 50px}.site-header{padding:0 18px;height:60px}.header-link{font-size:12px}.hero-copy{margin-bottom:28px}.hero-copy h1{font-size:44px}.workspace{grid-template-columns:1fr}.wheel-stage{min-height:470px;border-radius:22px;padding:18px}.wheel-stage:before{width:300px;height:300px}.wheel-shell{width:min(360px,88vw);margin-top:35px}.editor{border-radius:22px;padding:22px 16px}.entry-list{max-height:none}footer{flex-direction:column;gap:18px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.18s!important;animation-duration:.01ms!important}}