@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#29352e;background:#f6f7f2;font-synthesis:none;--green:#d7f985;--ink:#29352e;--muted:#7c8278;--line:#e4e7de}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.4;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #648333;outline-offset:3px}a{color:inherit;text-decoration:none}.site-header{height:100px;max-width:1280px;padding:0 48px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:11px;align-items:center;font-size:17px;line-height:1.1;letter-spacing:-.6px}.brand strong{font-weight:800}.brand-icon{background:var(--green);width:43px;height:43px;border-radius:14px;display:grid;place-items:center;font-size:36px}.header-right{display:flex;gap:24px;align-items:center}.mode{font-size:12px;color:var(--muted)}.button{border:1px solid transparent;border-radius:9px;min-height:48px;padding:12px 22px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-weight:600;font-size:14px;transition:transform .15s,background .15s}.button:hover:not(:disabled){transform:translateY(-2px)}.button span{font-size:20px}.primary{background:var(--green);color:var(--ink)}.dark{background:var(--ink);color:white}.white{background:#fff;color:var(--ink);border-color:var(--line)}.outline{border-color:#cdd2c5;background:transparent;color:var(--ink)}.small{font-size:12px;min-height:42px;padding:10px 16px}main{max-width:1120px;margin:0 auto;padding:32px 32px 0}.back-link{display:inline-block;color:var(--muted);font-size:12px;margin:0 0 30px}.decision-hero{display:flex;justify-content:space-between;gap:40px;padding-bottom:34px}.hero-copy{max-width:650px}.hero-meta{display:flex;gap:16px;align-items:center}.status-pill{background:#eaf0e0;border:1px solid #dce6cd;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:7px}.status-pill i{height:6px;width:6px;border-radius:50%;background:#729742}.room-code,.eyebrow{font-size:10px;letter-spacing:1.5px;color:#7c8278;font-weight:700}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,'DM Sans',sans-serif}h1{font-size:43px;line-height:1.17;letter-spacing:-1.7px;margin:18px 0 14px;font-weight:800}.hero-copy>p{font-size:14px;color:#7c8278;line-height:1.8;max-width:570px}.people{display:flex;align-items:center;gap:12px;margin-top:23px;font-size:11px;color:#83887e}.people strong{font-weight:600;color:#4b574b}.avatars{display:flex;padding-left:5px}.avatars span{width:29px;height:29px;border:2px solid #f6f7f2;border-radius:50%;background:#d9dfcb;color:#65715b;display:grid;place-items:center;font-size:10px;margin-left:-5px}.avatars span:nth-child(2){background:#e9d9ce;color:#94775f}.avatars span:nth-child(3){background:#d7ddeb;color:#647c9b}.hero-aside{min-width:185px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.abstract-art{height:145px;width:180px;position:relative}.art-arrow{position:absolute;background:#dee8cf;color:#466040;border-radius:27px;transform:rotate(-12deg);font-size:100px;line-height:1;width:115px;height:115px;text-align:center;top:10px;left:10px}.art-star{position:absolute;font-size:94px;line-height:1;color:#8f9cde;right:0;bottom:0;transform:rotate(12deg)}.art-dot{position:absolute;width:16px;height:16px;border-radius:50%;background:#d3e98e;right:0;top:6px}.steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;margin:3px 0 34px}.step{display:flex;align-items:center;gap:12px;padding:17px 22px;font-size:12px;color:#93988e;border-right:1px solid var(--line)}.step:last-child{border:0}.step>span{display:grid;place-items:center;font-size:10px;border:1px solid #e2e5dc;border-radius:50%;width:25px;height:25px}.step.active{background:#eef4e6;color:#3f5530;font-weight:700}.step.active>span{background:#567545;border-color:#567545;color:white}.step.complete>span{background:#edf1e7;color:#68834e}.step small{font-size:8px;letter-spacing:.8px;margin-left:auto;color:#74905b}.workspace-nav{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:28px}.tabs{display:flex;gap:26px}.tab{background:transparent;border:0;padding:0 0 16px;font-size:12px;color:#8a8f83;border-bottom:2px solid transparent}.tab.selected{color:var(--ink);font-weight:700;border-color:var(--ink)}.tab span{background:#e8ebe2;border-radius:5px;padding:2px 5px;font-size:10px;margin-left:4px}.workspace-note{font-size:10px;color:#8c9386;padding-bottom:16px}.voting-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}h2{font-size:21px;letter-spacing:-.6px}.voting-heading p{font-size:12px;color:#8a8f83;margin-top:8px}.voting-heading p strong{font-weight:500;color:#56634e}.subtle-pill{font-size:10px;border:1px solid var(--line);padding:7px 10px;border-radius:6px;color:#89907f}.ballot-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:24px}.ballot-panel{min-height:355px}.ballot-panel.decided{background:#f4f8ec;border-color:#dce6ce}.section-label{display:flex;gap:9px;align-items:center}.section-label h3{font-size:16px;font-weight:800;letter-spacing:-.4px}.step-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#e0eccf;color:#739150;font-size:15px}.step-icon.neutral{background:#f1f2ed;color:#929887}.count{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:5px;background:#edf0e6;font-size:10px;color:#879374}.first-label{font-size:8px;letter-spacing:.9px;color:#96a086;margin-left:auto}.muted{color:#8a9183;font-size:12px;line-height:1.6}.ballot-panel>.muted{font-size:11px;margin:9px 0 20px}.choice-list{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:10px}.choice{display:flex;align-items:center;gap:12px;border:1px solid #e7e9e1;border-radius:9px;background:white;min-height:62px;padding:8px 11px;box-shadow:0 2px 2px #26332d03;font-size:12px}.choice[draggable]{cursor:grab}.choice-emoji{width:34px;height:34px;display:grid;place-items:center;background:#f6f5f0;border-radius:8px;font-size:20px;flex-shrink:0}.choice-title{flex:1;overflow-wrap:anywhere}.choice-actions{display:flex;gap:2px;margin-left:auto}.icon-button{height:36px;min-width:32px;padding:0 5px;border:0;background:transparent;color:#98a08e;border-radius:6px;font-size:20px}.icon-button:hover:not(:disabled){background:#edf2e4;color:#344b25}.icon-button.add{border:1px solid #e7ebdf;height:30px;min-width:30px;font-size:19px}.reorder{font-size:15px;min-width:26px}.rank-number{font-size:11px;color:#71835b;width:13px;text-align:center;flex-shrink:0}.ranked:first-child{border-color:#c6d6b2}.ranked:first-child .rank-number{font-weight:800;color:#3b6029}.empty{text-align:center;font-size:12px;color:#8b9881;padding:35px 14px;border:1px dashed #d7dfcb;border-radius:8px}.drop-empty{min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.drop-empty>span{font-size:32px;color:#a5b68a;margin-bottom:7px}.drop-empty strong{color:#6d7b5c;font-weight:500}.drop-empty p{font-size:11px}.rank-tip{font-size:10px;color:#8e9b7d;display:flex;align-items:center;gap:9px;margin-top:18px}.rank-tip span{font-size:20px}.submit-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0 28px;border-bottom:1px solid var(--line)}.submit-bar>div{display:flex;align-items:center;gap:12px}.privacy-icon{font-size:25px;color:#939e87}.submit-bar strong{font-size:12px;font-weight:500}.submit-bar p{font-size:10px;margin-top:5px;color:#959d8e}.bottom-note{display:flex;align-items:center;gap:13px;padding:24px 0 34px}.bottom-note>span:first-child{font-size:27px;color:#8d9a77}.bottom-note strong{font-size:11px;font-weight:500}.bottom-note p{font-size:10px;margin-top:5px;color:#959d8e}.bottom-note .button,.host-label{margin-left:auto}.host-label{font-size:10px;color:#a2aa98}footer{border-top:1px solid var(--line);max-width:1184px;margin:0 auto;padding:24px 32px;display:flex;justify-content:space-between;color:#9ba28f;font-size:10px}.footer-star{color:#8c9f73;font-size:17px;margin-left:9px}.suggestions .muted{margin:12px 0}.choice-form{display:flex;gap:10px;margin:20px 0}.choice-form input{flex:1;min-width:0}input,textarea,select{border:1px solid #dce2d3;border-radius:8px;padding:13px;background:#fff;color:var(--ink);font-size:14px}textarea{resize:vertical;min-height:95px}.waiting{text-align:center;padding:60px 20px}.large-symbol{font-size:48px;color:#97ac79;display:block;margin-bottom:15px}.waiting p{font-size:13px;color:#87907d;margin:15px auto 25px;max-width:460px;line-height:1.8}.results-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.results-top h2{margin-top:8px}.method-label{display:flex;flex-direction:column;gap:5px;font-size:10px;color:#7c8278}.method-label select{font-size:12px}.winner{margin:24px 0;background:#eef5e4;border-radius:10px;text-align:center;padding:25px}.winner>span{font-size:36px;color:#779454}.winner h3{font-size:23px;margin:9px 0}.winner p{font-size:11px;color:#889479}.method-explanation{font-size:12px;color:#7f8877;line-height:1.8;margin-bottom:24px}.result-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:9px;font-size:12px;margin:17px 0}.result-row strong{font-size:11px;font-weight:500}.result-track{width:100%;height:8px;background:#eff2e9;border-radius:8px;overflow:hidden}.result-track>div{height:100%;background:#b6d47d;border-radius:8px}.results-panel details{margin-top:24px;border-top:1px solid var(--line);padding-top:18px;font-size:12px}.results-panel summary{cursor:pointer}.round{padding:16px 0;border-bottom:1px solid var(--line)}.round p{margin-top:8px;color:#89907f;line-height:1.6}.results-panel details>.muted{margin-top:15px}.drag-over{outline:2px dashed #8fa567;outline-offset:3px}dialog{border:1px solid var(--line);border-radius:18px;padding:28px;max-width:460px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 20px 80px #26332d22}dialog::backdrop{background:#26332d70;backdrop-filter:blur(3px)}.dialog-top{display:flex;align-items:center;justify-content:space-between}dialog h2{margin:15px 0 25px}dialog label{display:flex;flex-direction:column;gap:8px;font-size:12px;margin:16px 0}dialog label .muted{display:contents}dialog .button{width:100%;margin:8px 0 12px}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:white;padding:14px 22px;border-radius:10px;max-width:calc(100% - 32px);width:max-content;font-size:13px;box-shadow:0 5px 25px #0002;opacity:0;pointer-events:none;transition:.2s;z-index:10}#toast.show{opacity:1;transform:translate(-50%,0)}.welcome{padding:80px 0 130px}.welcome h1{font-size:52px}.welcome p{margin:20px 0;color:#7c8278}.welcome .button{margin-top:12px}
@media(min-width:1400px){main{padding-top:42px}.decision-hero{padding-bottom:42px}h1{font-size:47px}.ballot-panel{min-height:385px}}
@media(max-width:760px){.site-header{height:80px;padding:0 22px}.header-right{gap:12px}.mode{font-size:10px}.brand{font-size:15px}.brand-icon{width:36px;height:36px;font-size:30px}main{padding:24px 20px 0}.back-link{margin-bottom:22px}.decision-hero{gap:10px}.hero-aside{min-width:0;justify-content:flex-end}.abstract-art{display:none}.hero-aside .button{font-size:0;gap:0;width:46px;padding:12px}.hero-aside .button::after{content:'↗';font-size:23px}.hero-meta{gap:8px;flex-wrap:wrap}.room-code{font-size:8px}h1{font-size:34px;letter-spacing:-1.3px}.hero-copy>p{font-size:12px}.people{font-size:10px;gap:8px}.steps{margin-bottom:25px}.step{padding:13px 9px;gap:6px;font-size:10px;justify-content:center}.step>span{width:21px;height:21px;font-size:9px;flex-shrink:0}.step small{display:none}.workspace-note{display:none}.workspace-nav{margin-bottom:24px}.voting-heading{display:block}.voting-heading h2{font-size:20px}.voting-heading p{font-size:12px;line-height:1.7;max-width:310px}.voting-heading .subtle-pill{display:inline-block;margin-top:12px}.ballot-grid{grid-template-columns:1fr;gap:16px}.panel{padding:18px}.ballot-panel{min-height:0}.choice{min-height:62px;font-size:13px}.icon-button{height:40px;min-width:34px}.icon-button.add{height:38px;min-width:38px}.reorder{min-width:31px}.drop-empty{min-height:150px}.first-label{font-size:8px}.submit-bar{position:sticky;bottom:0;z-index:2;background:#f6f7f2f5;backdrop-filter:blur(10px);padding:16px 0;flex-direction:column;align-items:stretch}.submit-bar>div{justify-content:center}.submit-bar .button{width:100%;min-height:52px}.submit-bar strong{font-size:11px}.submit-bar p{font-size:10px}.bottom-note{flex-wrap:wrap;padding:23px 0}.bottom-note>div{flex:1}.bottom-note .button{width:100%;margin-top:8px}.host-label{display:none}footer{padding:20px;display:block;text-align:center;line-height:2}footer>span{display:block}.results-top{display:block}.method-label{margin-top:20px}.method-label select{font-size:16px}.winner h3{font-size:20px}.choice-form{flex-direction:column}input,textarea{font-size:16px}.welcome{padding:50px 0 100px}.welcome h1{font-size:36px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
