: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}.header-start,.site-header{display:flex;align-items:center}.header-start{gap:18px}.brand{color:inherit;text-decoration:none;font-weight:700;display:flex;gap:10px;align-items:center}.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}.site-menu{position:relative;z-index:30}.site-menu summary{list-style:none;display:flex;align-items:center;gap:7px;cursor:pointer;border:1px solid var(--line);border-radius:99px;padding:7px 11px;background:rgba(255,254,250,.9);font-size:13px;font-weight:700}.site-menu summary::-webkit-details-marker{display:none}.site-menu summary span:first-child{font-size:18px;line-height:1}.site-menu nav{position:absolute;top:46px;left:0;width:250px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 24px 70px rgba(23,42,37,.18);display:grid;grid-gap:3px;gap:3px}.site-menu nav p{margin:2px 10px 8px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.site-menu nav a{color:var(--ink);text-decoration:none;padding:9px 10px;border-radius:9px;font-size:14px}.site-menu nav a:focus-visible,.site-menu nav a:hover{background:#eff0e9}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}.workspace.fixed-wheel{grid-template-columns:minmax(0,760px);justify-content:center}.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}.home-content{margin:80px auto 0;max-width:1040px}.home-content-intro{max-width:760px}.home-content h2{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px}.home-content li,.home-content p{color:#53605c;line-height:1.7}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:36px}.info-grid article{border:1px solid var(--line);border-radius:20px;padding:24px;background:rgba(255,254,250,.7)}.info-grid h3{margin:0 0 10px;font-size:18px}.info-grid ol{padding-left:20px;margin-bottom:0}.info-grid a{color:var(--green);font-weight:700;text-underline-offset:4px}.faq-block{margin-top:58px;max-width:800px}.faq-block h2{font-size:36px}.faq-block details{border-top:1px solid var(--line);padding:18px 2px}.faq-block details:last-child{border-bottom:1px solid var(--line)}.faq-block summary{cursor:pointer;font-weight:700}.faq-block details p{margin-bottom:0}.tool-hero{max-width:800px}.tool-hero h1{text-wrap:balance}.tool-content{margin-top:72px}.related-tools{margin-top:32px}.related-tools a{color:var(--green);font-weight:700}.ad-placement{min-height:140px;max-width:970px;margin:72px auto 0;padding:20px;border-block:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:10px;overflow:hidden}.ad-placement>span{color:var(--muted);font-size:10px;letter-spacing:.1em;text-align:center;text-transform:uppercase}.ad-placement .adsbygoogle{width:100%;min-height:100px}.team-workspace,.timer-workspace,.tool-workspace{max-width:1040px;margin:auto;border:1px solid var(--line);border-radius:28px;background:rgba(255,254,250,.86);box-shadow:0 24px 80px rgba(31,48,41,.08)}.tool-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);overflow:hidden}.compact-tool{align-items:center;padding:50px;gap:60px}.tool-result-stage{min-height:460px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background:linear-gradient(145deg,rgba(74,164,132,.12),rgba(244,189,79,.12));text-align:center}.tool-result-stage h2{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:clamp(42px,7vw,84px);margin:0}.tool-controls{padding:38px;display:flex;flex-direction:column;gap:16px;justify-content:center}.team-inputs h2,.team-results h2,.tool-controls h2{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:36px;margin:0}.tool-controls>p{color:var(--muted);line-height:1.6}.timer-settings label,.tool-controls label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.timer-settings input,.tool-controls input,.tool-controls select,.tool-controls textarea{width:100%;border:1px solid var(--line);background:white;border-radius:11px;padding:11px 12px;outline:0}.timer-settings input:focus,.tool-controls input:focus,.tool-controls select:focus,.tool-controls textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(47,122,99,.12)}.tool-controls small{color:var(--muted);font-weight:400}.tool-primary{border-radius:99px;padding:13px 20px;font-weight:700;cursor:pointer}.field-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-error{color:#9a3524!important;background:#fff0eb;border-radius:10px;padding:10px 12px;margin:0;font-size:13px}.tool-history{border-top:1px solid var(--line);padding-top:16px}.tool-history>div{display:flex;justify-content:space-between;align-items:center}.tool-history h3{margin:0;font-size:14px}.tool-history ol{max-height:125px;overflow:auto;color:var(--muted);margin:8px 0 0;padding-left:24px;font-size:13px}.coin{width:min(310px,60vw);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;margin:auto;color:#fff;font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:120px;font-weight:700;background:linear-gradient(145deg,#f4bd4f,#cf8b46);border:13px double #fff3c9;box-shadow:0 24px 50px rgba(90,61,8,.25)}.coin.flipping{animation:coin-flip .65s ease-in-out}@keyframes coin-flip{50%{transform:rotateY(900deg) scale(.88)}}.dice-results{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:24px}.dice-results span{width:72px;height:72px;display:grid;place-items:center;border-radius:17px;background:var(--ink);color:white;font-size:30px;font-weight:700;box-shadow:0 9px 0 #0c1815}.number-stage h2{font-size:110px}.team-workspace{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);overflow:hidden}.team-inputs{border-right:1px solid var(--line)}.team-results{padding:38px;background:rgba(239,240,233,.45)}.team-results-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.team-results-heading button{border-radius:99px;padding:9px 14px;cursor:pointer}.team-results>p{color:var(--muted)}.team-results section{display:inline-block;vertical-align:top;width:calc(50% - 8px);margin:4px;background:white;border:1px solid var(--line);border-radius:15px;padding:16px}.team-results h3{margin:0 0 10px;display:flex;justify-content:space-between}.team-results h3 span{color:var(--muted);font-size:12px}.team-results ul{margin:0;padding-left:22px;line-height:1.7}.timer-workspace{padding:56px;text-align:center;background:var(--card)}.timer-display{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(76px,15vw,180px);letter-spacing:-.08em;line-height:1;margin:20px 0 36px}.timer-settings{gap:14px;margin:auto;max-width:330px}.timer-actions,.timer-settings{display:flex;justify-content:center}.timer-actions{flex-wrap:wrap;gap:10px;margin-top:26px}.timer-actions button{border-radius:99px;padding:12px 18px;cursor:pointer;font-weight:700}.timer-message{color:var(--accent);font-weight:800;font-size:22px}.timer-workspace:-webkit-full-screen{width:100vw;height:100vh;max-width:none;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:center;background:var(--paper)}.timer-workspace:fullscreen{width:100vw;height:100vh;max-width:none;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:center;background:var(--paper)}.timer-workspace:-webkit-full-screen .timer-display{font-size:22vw}.timer-workspace:fullscreen .timer-display{font-size:22vw}.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}.menu-label{display:none}.header-start{gap:10px}.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}.ad-placement,.home-content{margin-top:56px}.ad-placement{min-height:120px;padding-inline:0}.info-grid{grid-template-columns:1fr}.team-workspace,.tool-workspace{grid-template-columns:1fr;border-radius:22px}.compact-tool{padding:34px 20px;gap:28px}.tool-result-stage{min-height:330px}.team-results,.tool-controls{padding:24px 18px}.team-inputs{border-right:0;border-bottom:1px solid var(--line)}.team-results section{width:100%;margin:5px 0}.timer-workspace{padding:38px 16px;border-radius:22px}.timer-display{font-size:22vw}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}}