:root{--ink:#17211b;--muted:#667069;--paper:#f6f8f4;--card:#fff;--green:#176b47;--mint:#edf8f1;--line:#dce4de;--orange:#f4a261}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}.center{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loader{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}button,input,textarea,select{font:inherit}button{cursor:pointer}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,56px);background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--green);color:#fff;box-shadow:0 8px 24px #176b4730}.brand-mark.small{width:36px;height:36px;border-radius:11px}.avatars{display:flex;align-items:center}.avatars span,.avatars b{width:34px;height:34px;border:3px solid white;border-radius:50%;background:#d9e9df;display:grid;place-items:center;margin-left:-8px;font-size:.75rem;color:var(--green)}.avatars b{background:var(--ink);color:#fff}.workspace{max-width:1380px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 390px;min-height:calc(100vh - 72px)}.main-panel{padding:44px clamp(22px,4vw,60px)}.results-panel{border-left:1px solid var(--line);padding:44px 28px;background:#fbfcfa}.event-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:30px}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:var(--green);margin:0 0 8px}.event-head h1,.setup-card h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.02;letter-spacing:-.05em;margin:0}.event-head p:not(.eyebrow){color:var(--muted);margin:11px 0 0}.people-pill{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.88rem;font-weight:700;white-space:nowrap}.calendar-wrap{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(16px,3vw,30px);box-shadow:0 14px 50px #213c2b0b}.identity-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.9rem}.identity-row label{color:var(--ink);font-weight:700}.identity-row select{border:0;background:var(--mint);color:var(--green);font-weight:800;border-radius:9px;padding:8px 28px 8px 10px;margin-left:6px}.month-nav{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin:20px 0}.month-nav h2{text-align:center;font-size:1.15rem;margin:0}.month-nav button{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.weekday-row{margin-bottom:8px}.weekday-row span{text-align:center;font-size:.74rem;color:#859088;font-weight:800;padding:5px}.day{position:relative;min-height:72px;border:1px solid transparent;border-radius:13px;background:#f7f9f6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--ink);transition:.15s}.day:hover:not(:disabled){border-color:#8bc6a7;transform:translateY(-1px)}.day small{font-size:.69rem;color:var(--muted)}.day:disabled{opacity:.27;cursor:default}.day.mine{background:var(--green);color:#fff}.day.mine small{color:#d9f3e4}.day.all{box-shadow:inset 0 0 0 2px var(--orange)}.day i{position:absolute;right:5px;top:5px;width:17px;height:17px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center}.legend{display:flex;gap:22px;flex-wrap:wrap;margin-top:20px;color:var(--muted);font-size:.78rem}.legend span{display:flex;align-items:center;gap:7px}.swatch{width:11px;height:11px;border-radius:3px;border:1px solid var(--line)}.swatch.mine{background:var(--green)}.swatch.all{border:2px solid var(--orange)}.results-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.results-title h2{font-size:1.4rem;letter-spacing:-.03em;margin:0}.results-title>svg{color:var(--orange)}.result-list{display:flex;flex-direction:column;gap:10px}.result-list article{position:relative;display:flex;align-items:center;gap:13px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:16px}.result-list article.winner{background:var(--mint);border-color:#9ed0b5}.date-tile{min-width:50px;height:55px;border-radius:11px;background:var(--ink);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.winner .date-tile{background:var(--green)}.date-tile strong{font-size:1.25rem;line-height:1}.date-tile span{font-size:.68rem;text-transform:uppercase;margin-top:4px}.result-copy{min-width:0}.result-copy>div{display:flex;gap:5px;align-items:center}.result-copy strong{font-size:.86rem}.result-copy p{font-size:.74rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:5px 0 0;max-width:225px}.top-choice{position:absolute;right:8px;top:7px;font-size:.58rem;font-weight:900;color:var(--green);letter-spacing:.08em}.empty-state{text-align:center;padding:55px 24px;color:var(--muted);border:1px dashed var(--line);border-radius:18px}.empty-state svg{color:#9fb3a6}.empty-state h3{color:var(--ink);margin:12px 0 6px}.empty-state p{font-size:.85rem;line-height:1.5;margin:0}.response-progress{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.response-progress>div:first-child{display:flex;justify-content:space-between;font-size:.82rem}.progress{height:6px;background:#e4eae5;border-radius:9px;margin:10px 0}.progress i{display:block;height:100%;background:var(--green);border-radius:9px}.response-progress p{font-size:.75rem;color:var(--muted)}.mobile-tabs{display:none}.setup-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 90% 10%,#d8f2e3 0,transparent 30%),var(--paper)}.setup-card{width:min(570px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(28px,6vw,56px);box-shadow:0 24px 80px #23402e12}.setup-card .eyebrow{margin-top:24px}.setup-card .intro{color:var(--muted);line-height:1.55}.setup-card form{display:flex;flex-direction:column;gap:17px;margin-top:28px}.setup-card label{display:flex;flex-direction:column;gap:7px;font-size:.84rem;font-weight:750}.setup-card input,.setup-card textarea{width:100%;border:1px solid var(--line);background:#fafcfa;border-radius:11px;padding:12px 13px;outline:none}.setup-card input:focus,.setup-card textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b4714}.setup-card textarea{min-height:82px;resize:vertical}.setup-card label span{font-size:.72rem;color:var(--muted);font-weight:400}.date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary{border:0;border-radius:12px;padding:14px 17px;background:var(--green);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.primary:disabled{opacity:.6}.error{color:#b42318;background:#fff0ee;padding:10px;border-radius:9px;font-size:.82rem}.mobile-tabs{background:#e9eee9;padding:4px;border-radius:12px;margin-bottom:16px}.mobile-tabs button{flex:1;border:0;background:transparent;padding:10px;border-radius:9px;font-weight:750;color:var(--muted)}.mobile-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px #16251a12}@media(max-width:900px){.workspace{display:block}.main-panel{padding:26px 18px}.results-panel{border-left:0;padding:16px 18px 32px;background:transparent}.mobile-tabs{display:flex}.mobile-hidden{display:none}.event-head{margin-bottom:22px}.event-head h1{font-size:2.15rem}.results-panel .results-title{margin-top:4px}.result-copy p{max-width:65vw}}@media(max-width:520px){.topbar{height:62px;padding:0 16px}.brand-mark.small{width:32px;height:32px}.workspace{min-height:calc(100vh - 62px)}.main-panel{padding:22px 12px}.event-head{padding:0 6px}.people-pill{font-size:0;width:38px;height:38px;padding:0;justify-content:center}.calendar-wrap{padding:13px;border-radius:19px}.identity-row{align-items:flex-start;gap:8px}.identity-row>span{font-size:.72rem;text-align:right;max-width:95px}.month-nav{margin:15px 0 11px}.calendar-grid{gap:4px}.day{min-height:55px;border-radius:10px}.day span{font-size:.88rem}.day small{font-size:.61rem}.day i{right:3px;top:3px;width:14px;height:14px}.legend{gap:12px}.date-row{grid-template-columns:1fr}}.day.unavailable{background:#f4f1ef;color:#8b817b}.day.unavailable i{color:#9a5f53}.swatch.unavailable{background:#e6ddda}.pilot-note{font-size:14px;line-height:1.55;color:var(--muted);margin-top:24px}.admin-link{display:inline-block;margin-top:16px;font-size:14px;color:var(--green);text-decoration:underline}.account-actions{display:flex;flex-wrap:wrap;gap:8px}.share-status{max-width:1332px;margin:0 auto;padding:8px 24px;font-size:14px;overflow-wrap:anywhere}.setup-card input[type=email]{font-size:16px}.account-bar{max-width:1380px;margin:auto;padding:16px 24px;display:flex;gap:16px;align-items:center;justify-content:space-between;font-size:14px;overflow-wrap:anywhere}.account-bar button,.admin-panel button{border:1px solid var(--line);border-radius:10px;padding:10px 14px;min-height:44px;background:#fff;color:var(--green);font-weight:700}.admin-panel{max-width:1250px;margin:12px auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.admin-panel h2{font-size:24px;font-weight:750}.admin-panel h3{font-size:18px;font-weight:700;margin-top:22px}.admin-panel p{font-size:14px;color:var(--muted);line-height:1.5;margin:8px 0 16px}.admin-event-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end}.admin-panel label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:650;min-width:0}.admin-panel input{width:100%;font-size:16px;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:10px}.member-editor{display:grid;grid-template-columns:1fr 1.5fr auto auto auto;align-items:end;gap:12px;border-bottom:1px solid var(--line);padding:14px 0}.member-editor p{grid-column:1/-1;margin:0}.member-status{font-size:14px;align-self:center}.admin-panel button:disabled{opacity:.5;cursor:wait}@media(max-width:850px){.admin-panel{margin:12px}.admin-event-form,.member-editor{grid-template-columns:1fr 1fr}.member-status{grid-column:1/-1}.account-bar{align-items:flex-start;flex-wrap:wrap}}@media(max-width:480px){.admin-event-form,.member-editor{grid-template-columns:1fr}.admin-panel{padding:18px}}a{color:var(--green)}button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.site-frame{min-height:100vh;display:flex;flex-direction:column}.site-content{flex:1}.site-footer{display:flex;justify-content:center;align-items:center;gap:18px;padding:16px 20px;color:var(--muted);border-top:1px solid var(--line)}.site-footer small{font-size:11px}.help-button{font-size:12px;padding:7px 12px;border:1px solid var(--line);border-radius:8px;text-decoration:none;background:#fff;color:var(--green)}.site-frame .setup-shell,.site-frame .center{min-height:calc(100vh - 65px)}.plans-shell{max-width:1120px;margin:auto;padding:32px 20px}.plans-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.plans-heading h1{margin:0}.plan-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:24px}.plan-card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.plan-card h2{font-size:22px;overflow-wrap:anywhere}.plan-card p{color:var(--muted)}.plans-shell button{padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--green);cursor:pointer}.plans-shell button[aria-pressed=true]{background:var(--green);color:#fff}@media(max-width:600px){.plans-heading{align-items:flex-start;flex-direction:column}}.wordmark{display:inline-block;color:#e77767;font-size:48px;font-weight:600;letter-spacing:-3px;text-decoration:none;margin-bottom:20px}.landing{max-width:1060px;margin:0 auto;padding:48px 28px 64px}.landing-intro{padding:28px 0 32px;max-width:780px}.landing-intro h1{font-size:clamp(40px,6vw,70px);line-height:1.08;letter-spacing:-2.5px;margin:16px 0 24px}.landing-intro>p:last-child{font-size:20px;color:#657470}.landing-choices{display:grid;grid-template-columns:1fr 1fr;gap:24px}.landing-choices>section{background:#fff;border:1px solid #e1e8e4;border-radius:24px;padding:32px;display:flex;align-items:flex-start;flex-direction:column}.landing-choices>section>svg{color:#e77767}.landing-choices>section:last-child>svg{color:#458d88}.landing-choices h2{font-size:28px;margin:22px 0 0}.landing-choices p{line-height:1.7;color:#657470;flex:1}.landing-choices .primary{width:100%;margin-top:12px;justify-content:center}.landing-choices .guest-cta{background:#397e78}.landing-choices .landing-hint{font-size:12px;margin:16px 0 0;flex:0}.setup-card select{width:100%;padding:13px 12px;border:1px solid #d6e0dc;border-radius:10px;background:#fff;font:inherit;color:inherit;min-height:46px}.setup-card a.admin-link{display:block;margin-top:18px;text-decoration:none}.site-footer>a:first-child{color:#e77767;text-decoration:none;font-weight:600}@media(max-width:650px){.landing{padding:24px 20px 40px}.landing-choices{grid-template-columns:1fr}.landing-intro{padding-top:10px}.landing-choices>section{padding:24px}.landing-intro h1{letter-spacing:-1.5px}}:root{--green:#397e78;--mint:#edf7f5;--orange:#e77767;--paper:#faf8f5}.landing-choices .primary:not(.guest-cta){background:#b64e40;color:#fff}.wordmark{font-weight:400;border-top:2px solid #458d88;border-bottom:2px solid #458d88;padding:4px 12px 9px;line-height:1.1}.prod-logo{display:inline-block;line-height:0;flex-shrink:0}.prod-logo img{display:block;width:200px;height:auto;max-width:100%}.landing>.prod-logo img{width:240px}.setup-card>.prod-logo{margin-bottom:20px}.brand .prod-logo img{width:125px}.plans-heading .prod-logo img{width:150px}.site-footer .prod-logo img{width:64px}.legal-page{max-width:780px;margin:0 auto;padding:40px 24px 70px;color:var(--text,#193634);line-height:1.6}.legal-page>a img{height:auto}.legal-page h1,.legal-page h2{color:#226a69}.legal-page h1{font-size:2.3rem}.legal-page section{scroll-margin-top:20px;margin:34px 0}.legal-page nav{display:flex;flex-wrap:wrap;gap:10px;padding:14px 0;border-block:1px solid #d8e6e2}.legal-page a{color:#226a69}.legal-page table{width:100%;border-collapse:collapse}.legal-page th,.legal-page td{text-align:left;vertical-align:top;padding:10px;border-bottom:1px solid #d8e6e2}.legal-page th{background:#226a69;color:#fff}.legal-page label{display:block;margin:20px 0}.legal-page label input{display:block;margin-top:6px}.terms-check{display:flex!important;align-items:flex-start;gap:9px;font-size:14px}.terms-check input{width:auto!important;margin-top:3px!important}.site-footer>a[href="/terms"]{color:#e77767;text-decoration:none;font-weight:600}.setup-card label.terms-check{display:flex!important;flex-direction:row;align-items:flex-start;gap:12px;margin:18px 0;padding:16px;background:#edf7f5;border:1px solid #c9e2dd;border-radius:12px;font-size:14px;font-weight:400;line-height:1.65;color:#344e4b;cursor:pointer}.setup-card label.terms-check input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;flex:0 0 18px;width:18px!important;height:18px;min-height:18px;margin:3px 0 0!important;padding:0;accent-color:#397e78;cursor:pointer}.setup-card .terms-check-copy{display:block;min-width:0;font-size:inherit;font-weight:400;line-height:inherit;color:inherit}.setup-card .terms-check-copy a{display:inline;color:#256c67;font-weight:600;text-decoration:underline;text-underline-offset:3px}.setup-card .terms-check-copy a:hover{color:#ad493e}.setup-card label.terms-check:focus-within{outline:2px solid #e77767;outline-offset:3px}
