:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#27170f;background:#fff7ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#fed7aa 0,#fff7ed 38%,#fff)}button{font:inherit}.phone-shell{width:min(100%,430px);min-height:100dvh;margin:0 auto;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));display:flex;flex-direction:column;position:relative}.hero{margin:auto 0;display:grid;gap:20px}.brand{width:fit-content;border-radius:999px;background:#431407;color:#fff;padding:8px 13px;font-weight:800;letter-spacing:.04em}h1{margin:0;font-size:clamp(2.5rem,12vw,4.4rem);line-height:.92;letter-spacing:-.075em}p{margin:0;color:#7c2d12;line-height:1.5}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;border-radius:20px;background:#ffedd5}.segmented button,.primary,.ghost,.actions button,.link-button{border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.segmented button{border-radius:15px;padding:14px;background:transparent;color:#9a3412;font-weight:800}.segmented button.active{background:#fff;color:#431407;box-shadow:0 8px 24px #9a34121a}.primary{width:100%;padding:18px 20px;border-radius:22px;background:#ea580c;color:#fff;font-weight:900;font-size:1.1rem;box-shadow:0 14px 30px #ea580c40}.primary:disabled,button:disabled{opacity:.55}.app-view{min-height:calc(100dvh - 36px);display:flex;flex-direction:column;gap:16px}header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.eyebrow{font-size:.78rem;color:#9a3412;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.ghost{border-radius:999px;padding:10px 14px;background:#ffedd5;color:#7c2d12;font-weight:900}.progress{height:9px;background:#ffedd5;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fb923c,#ea580c);transition:width .25s ease}.deck{flex:1;display:flex;flex-direction:column;justify-content:center;gap:18px}.card{min-height:54dvh;border-radius:34px;padding:28px;background:#ffffffd1;box-shadow:0 24px 80px #9a34122e;border:1px solid #fed7aa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none;touch-action:pan-y;will-change:transform,opacity}.card.exit-right{animation:swipe-right .42s cubic-bezier(.22,.8,.28,1) forwards}.card.exit-left{animation:swipe-left .42s cubic-bezier(.22,.8,.28,1) forwards}@keyframes swipe-right{to{transform:translate(120vw) translateY(-24px) rotate(24deg);opacity:.15}}@keyframes swipe-left{to{transform:translate(-120vw) translateY(-24px) rotate(-24deg);opacity:.15}}.card span{color:#c2410c;font-weight:900}.card h2{margin:14px 0 10px;font-size:clamp(3.6rem,17vw,5.5rem);letter-spacing:-.07em;line-height:1}.card.empty h2{font-size:3rem}.actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.actions button{min-height:68px;border-radius:24px;font-weight:1000;font-size:1.25rem}.no{background:#fee2e2;color:#991b1b}.yes{background:#dcfce7;color:#166534}.panel{background:#ffffffdb;border:1px solid #fed7aa;border-radius:28px;padding:20px;box-shadow:0 18px 60px #9a34121f}.panel h2{margin:0 0 10px;font-size:1.7rem}ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}li{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:18px;background:#fff7ed;font-weight:900}small{color:#c2410c}.invite-box{display:grid;gap:7px;padding:12px;border-radius:18px;background:#ffedd5}.invite-box label{color:#9a3412;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.invite-box input{width:100%;border:1px solid #fed7aa;border-radius:13px;padding:12px;color:#431407;background:#fff;font:inherit}footer{margin-top:auto;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.link-button{background:transparent;color:#9a3412;font-weight:900;padding:8px}.link-button.muted{color:#b45309;opacity:.65}.error{margin-top:12px;background:#fee2e2;color:#991b1b;padding:12px 14px;border-radius:16px;font-weight:700}.toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(calc(100% - 32px),390px);min-height:170px;border:0;border-radius:34px;background:#431407;color:#fff;padding:24px 22px;text-align:center;box-shadow:0 26px 90px #43140799;z-index:50;display:grid;place-content:center;gap:10px;cursor:pointer}.toast:before{content:"";position:fixed;top:-100vh;right:-100vh;bottom:-100vh;left:-100vh;background:#4314073d;z-index:-1}.toast strong{font-size:1.55rem;line-height:1.1}.toast span{color:#fed7aa;font-weight:900}
