:root{--brand-background:#fdf8f5;--brand-ink:#360f35;--brand-plum:#5d2948;--brand-pink:#c35798;--brand-coral:#fe9e7d;--brand-gradient:linear-gradient(135deg, #5d2948 0%, #c35798 52%, #fe9e7d 100%);--text-secondary:#6f556b;--text-muted:#90798b;--surface:#fffaf8;--surface-soft:#f8eeec;--line:#360f351f;--line-strong:#360f3533;--shadow:0 1px 2px #360f350a, 0 12px 36px #5d294814}*{box-sizing:border-box}html{background:var(--brand-background);min-width:320px}body{min-height:100vh;color:var(--brand-ink);background:radial-gradient(circle at 94% 8%, #fe9e7d1c, transparent 24rem), var(--brand-background);-webkit-font-smoothing:antialiased;margin:0;font-family:Avenir Next,Avenir,Segoe UI,sans-serif}button,a{font:inherit}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #c3579847}::selection{color:var(--brand-ink);background:#fe9e7d80}.admin-shell{grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fdf8f5e6;flex-direction:column;height:100vh;padding:32px 24px 24px;display:flex;position:sticky;top:0}.brand{align-items:center;width:158px;display:inline-flex}.brand img{width:100%;height:auto}.workspace-label{color:var(--text-muted);letter-spacing:.01em;margin:28px 0 0;font-size:12px;font-weight:650}.sidebar-nav{gap:8px;margin-top:32px;display:grid}.nav-item{min-height:44px;color:var(--text-secondary);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:0 14px;font-size:14px;font-weight:650;text-decoration:none;transition:color .16s,background .16s,border-color .16s;display:flex}.nav-item.is-active{color:var(--brand-ink);background:#c357981a;border-color:#c3579824}.nav-item.is-disabled{opacity:.45}.nav-icon{place-items:center;width:20px;height:20px;display:grid}.nav-icon svg{stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:auto;padding-top:20px;display:flex}.sidebar-footer>span:last-child{gap:2px;display:grid}.sidebar-footer strong{font-size:13px;font-weight:700}.sidebar-footer small{color:var(--text-muted);font-size:11px}.avatar{width:36px;height:36px;color:var(--brand-ink);background:var(--brand-coral);border:1px solid #360f3514;border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.admin-content{min-width:0}.admin-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fdf8f5b8;justify-content:space-between;align-items:center;min-height:76px;padding:0 48px;display:flex}.admin-topbar p{color:var(--text-secondary);margin:0;font-size:13px;font-weight:650}.invite-badge,.status-pill{color:var(--brand-plum);background:#fffaf8ad;border:1px solid #5d29481f;border-radius:999px;align-items:center;font-size:11px;font-weight:750;display:inline-flex}.invite-badge{min-height:28px;padding:0 12px}.admin-main{padding:60px clamp(28px,6vw,88px) 72px}.surveys-page{width:min(1100px,100%);margin:0 auto}.page-heading{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.eyebrow{color:var(--brand-pink);margin:0 0 12px;font-size:13px;font-weight:750}h1,h2,p{text-wrap:pretty}h1{max-width:720px;color:var(--brand-ink);letter-spacing:-.06em;margin:0;font-size:clamp(44px,6vw,70px);font-weight:700;line-height:.98}.page-description{max-width:620px;color:var(--text-secondary);margin:20px 0 0;font-size:17px;line-height:1.6}.primary-action{border:1px solid var(--brand-ink);min-height:48px;color:var(--brand-background);background:var(--brand-ink);border-radius:12px;align-items:center;gap:8px;padding:0 20px;font-weight:750;display:inline-flex;box-shadow:0 8px 20px #360f3529}.primary-action span{color:var(--brand-coral);font-size:20px;line-height:1}.primary-action:disabled{cursor:default;opacity:.72}.empty-state{border:1px solid var(--line);min-height:452px;box-shadow:var(--shadow);background:#fffaf8c7;border-radius:28px;grid-template-columns:minmax(340px,.92fr) minmax(400px,1.08fr);margin-top:52px;display:grid;overflow:hidden}.empty-copy{align-self:center;padding:56px clamp(36px,5vw,68px)}.status-pill{gap:8px;min-height:28px;padding:0 11px}.status-pill>span{background:var(--brand-gradient);border-radius:50%;width:8px;height:8px}.empty-copy h2{letter-spacing:-.05em;max-width:460px;margin:24px 0 0;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.02}.empty-copy>p{max-width:480px;color:var(--text-secondary);margin:20px 0 0;line-height:1.65}.feature-list{gap:16px;margin:32px 0 0;display:grid}.feature-list div{grid-template-columns:60px 1fr;align-items:baseline;gap:12px;display:grid}.feature-list dt{color:var(--brand-pink);font-size:11px;font-weight:800}.feature-list dd{color:var(--brand-ink);margin:0;font-size:13px;font-weight:650;line-height:1.4}.conversation-canvas{border-left:1px solid var(--line);background:var(--surface-soft);isolation:isolate;min-height:452px;position:relative;overflow:hidden}.conversation-canvas:before,.conversation-canvas:after{content:"";z-index:-1;filter:blur(2px);border-radius:50%;position:absolute}.conversation-canvas:before{background:#fe9e7d6b;width:280px;height:280px;top:-132px;right:-100px}.conversation-canvas:after{background:#c357982e;width:220px;height:220px;bottom:-112px;left:-84px}.canvas-mark{opacity:.16;width:180px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.question-card{max-width:190px;color:var(--brand-ink);background:#fffaf8f0;border:1px solid #360f351a;border-radius:16px 16px 16px 5px;padding:14px 16px;font-size:13px;font-weight:700;line-height:1.35;position:absolute;box-shadow:0 8px 24px #5d294817}.question-one{top:64px;left:32px;transform:rotate(-3deg)}.question-two{border-radius:16px 16px 5px;top:146px;right:28px;transform:rotate(3deg)}.question-three{bottom:84px;left:56px;transform:rotate(2deg)}.record-control{min-height:42px;color:var(--brand-ink);background:#fdf8f5eb;border:1px solid #360f351f;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-size:12px;font-weight:750;display:inline-flex;position:absolute;bottom:34px;right:36px;box-shadow:0 6px 18px #5d294814}.record-dot{background:var(--brand-gradient);border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 4px #c357981f}@media (max-width:900px){.admin-shell{display:block}.sidebar{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:18px 22px;position:static}.brand{width:138px}.workspace-label,.sidebar-footer,.nav-item.is-disabled{display:none}.sidebar-nav{margin:0}.admin-topbar{padding:0 22px}.admin-main{padding:44px 20px 56px}.page-heading{flex-direction:column;align-items:flex-start}.empty-state{grid-template-columns:1fr}.conversation-canvas{border-top:1px solid var(--line);border-left:0;min-height:340px}}@media (max-width:520px){.sidebar{padding:16px 18px}.brand{width:126px}.nav-item{min-height:40px;padding:0 12px}.admin-topbar{justify-content:flex-end;min-height:64px}.admin-topbar p{display:none}.admin-main{padding-top:36px}h1{font-size:46px}.page-description{font-size:16px}.empty-state{border-radius:22px;margin-top:40px}.empty-copy{padding:36px 24px 40px}.conversation-canvas{min-height:324px}.question-one{top:40px;left:18px}.question-two{top:128px;right:16px}.question-three{bottom:76px;left:26px}.record-control{bottom:24px;right:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
