@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:#253a32;background:#f6f7f2;font-synthesis:none;--green:#245c47;--muted:#728078;--line:#e1e6dc}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer}a{color:inherit}header{height:84px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff}.brand{display:flex;gap:11px;align-items:center;font-family:Manrope,sans-serif;font-weight:800;font-size:23px;text-decoration:none;letter-spacing:-1px}.brand img{width:34px;height:34px}header nav{display:flex;gap:28px}header nav a{font-size:14px;text-decoration:none;color:var(--muted)}header nav a.active{color:var(--green);font-weight:700}header .tag{font-size:12px;color:var(--green);background:#edf3e8;padding:8px 12px;border-radius:20px}main{max-width:1190px;padding:48px 24px 60px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:#648064}h1{font-family:Manrope,sans-serif;font-size:clamp(30px,4vw,43px);letter-spacing:-1.7px;margin:10px 0 12px;line-height:1.15}.intro p{font-size:15px;color:var(--muted);margin:0;line-height:1.7}.local{font-size:12px;color:#647365;white-space:nowrap}.workspace{display:grid;grid-template-columns:350px 1fr;gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}h2{font-size:17px;letter-spacing:-.4px;margin:0}.step{color:var(--muted);font-size:11px;letter-spacing:1px}.row{display:flex;gap:10px;align-items:center;justify-content:space-between}.small{font-size:12px;color:var(--muted)}.text-button{border:0;background:none;color:var(--green);font-size:12px;padding:4px;text-decoration:underline;text-underline-offset:3px}textarea{width:100%;height:210px;resize:vertical;line-height:1.8;border:1px solid var(--line);background:#fafbf8;border-radius:10px;padding:14px;margin:12px 0 5px;color:#33473b}label.field{display:block;font-size:12px;font-weight:600;margin:18px 0 7px}input[type=number],select{width:100%;padding:11px;border-radius:8px;border:1px solid var(--line);background:white;color:#33473b}.settings{display:grid;grid-template-columns:1fr 88px;gap:12px}.check{display:flex;align-items:center;gap:9px;font-size:13px;margin:18px 0 4px}input[type=checkbox]{accent-color:var(--green);width:16px;height:16px}.hint{font-size:11px;line-height:1.6;color:var(--muted);margin:6px 0}.primary{background:var(--green);color:white;width:100%;border:0;border-radius:10px;padding:15px;font-weight:600;margin-top:18px;display:flex;justify-content:space-between}.primary:hover{background:#174935}.secondary{border:1px solid var(--line);border-radius:7px;background:white;padding:8px 12px;font-size:12px}.secondary:hover{background:#f2f5ed}details{border-top:1px solid var(--line);margin-top:18px;padding-top:15px;font-size:12px}summary{cursor:pointer;color:#526557}#attendance{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px;max-height:180px;overflow:auto}#attendance label{display:flex;align-items:center;gap:6px;overflow-wrap:anywhere}#status{font-size:12px;line-height:1.6;color:var(--green);min-height:20px;margin-top:12px}.output{min-height:465px;background:#fdfefb}.output-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.pill{font-size:10px;letter-spacing:1px;background:#eff3e9;padding:7px 10px;border-radius:20px;color:#68815d}#empty{text-align:center;padding:63px 12px 50px}#empty h3{font-family:Manrope;font-size:21px;font-weight:700;margin:24px 0 8px}#empty p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}.dots{display:grid;grid-template-columns:repeat(3,24px);gap:9px;width:max-content;margin:auto;transform:rotate(-8deg)}.dots span{width:24px;height:24px;border-radius:8px;background:#dce8ce}.dots span:nth-child(2n){background:#a8c4ad}.dots span:nth-child(3n){background:#e8ebbd}#results{display:grid;grid-template-columns:1fr 1fr;gap:15px}.team{border:1px solid #dde6d9;border-radius:12px;background:#fff;padding:17px;position:relative}.team:nth-child(3n+2){background:#f5f4ec}.team:nth-child(3n+3){background:#edf3f1}.team h3{font-size:14px;margin:0 0 17px}.team-count{position:absolute;top:18px;right:16px;font-size:10px;color:var(--muted)}.team ul{list-style:none;padding:0;margin:0}.team li{display:flex;align-items:center;gap:9px;font-size:13px;padding:6px 0;overflow-wrap:anywhere}.avatar{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#ecf1e5;color:#5e775d;font-size:11px;flex-shrink:0}#actions{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--line);margin-top:22px;padding-top:18px}[hidden]{display:none!important}.note{display:flex;gap:12px;margin-top:16px;padding:17px;border:1px dashed #cdd8c5;border-radius:12px;font-size:12px;color:#6c7c69;line-height:1.6}.note strong{display:block;color:#435b45;margin-bottom:2px}.how{margin-top:54px;border-top:1px solid var(--line);padding-top:30px}.how>h2{font-family:Manrope;font-size:22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:25px}.steps b{display:block;font-size:14px;margin:10px 0}.steps p,.faq p{font-size:13px;color:var(--muted);line-height:1.8}.num{font-size:12px;color:#658266}.faq{margin-top:35px;max-width:850px}.faq summary{font-size:14px;font-weight:500}.faq details{padding-bottom:4px}footer{max-width:1142px;margin:auto;padding:25px 0 35px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}footer nav{display:flex;gap:18px}.legal{max-width:760px;line-height:1.8}.legal h2{margin-top:25px}@media(max-width:800px){header{height:auto;min-height:75px;flex-wrap:wrap;padding:18px 22px;gap:20px}header .tag{display:none}header nav{gap:18px}main{padding-top:30px}.local{display:none}.workspace{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:10px}footer{margin:0 24px;gap:20px;flex-wrap:wrap}.output{min-height:300px}#empty{padding:35px 10px}textarea{height:150px}}@media(max-width:420px){#results{grid-template-columns:1fr}header nav a{font-size:12px}.brand{font-size:20px}}@media print{header,.intro,.input-panel,.note,.how,.faq,footer,#actions,#status{display:none!important}main{padding:0}.workspace{display:block}.output{border:none}.team{break-inside:avoid}}

.saved-lists input,.saved-lists select{width:100%;margin:8px 0}.saved-lists button{margin:6px 0}.team h3 input{width:100%;min-width:0}.team li{flex-wrap:wrap}.team li select{width:100%;font-size:12px}.output:fullscreen,.output.presenting{background:#fafbf6;padding:32px;overflow:auto}.output.presenting{position:fixed;inset:0;z-index:1000}.output:fullscreen #results,.output.presenting #results{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.output:fullscreen .team li,.output.presenting .team li{font-size:22px}.output:fullscreen .team h3,.output.presenting .team h3{font-size:26px}button,input,select{min-height:40px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #448b70;outline-offset:3px}@media(max-width:600px){#actions button{flex:1 1 42%;min-height:44px}.settings{gap:12px}.sign-in{font-size:13px}.team li{font-size:16px}}@media print{.team input{border:0}.team li select{display:none}}
