body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--bg-gradient: linear-gradient(160deg, #050c12 0%, #041827 60%, #061b2f 100%);--text-color: #f1f5f9;--muted-color: #8896b6;--card-bg: rgba(7, 18, 28, .9);--panel-bg: rgba(7, 18, 28, .9);--chat-bg: rgba(5, 14, 24, .95);--input-bg: rgba(12, 26, 38, .9);--border-color: rgba(255, 255, 255, .12);--ghost-bg: rgba(255, 255, 255, .06);--ghost-border: rgba(255, 255, 255, .15);--pill-bg: rgba(9, 23, 35, .9);--pill-active-bg: rgba(41, 170, 255, .18);--pill-active-border: #38bdf8;--time-pill-bg: rgba(10, 22, 33, .9);--time-pill-border: rgba(255, 255, 255, .12);--time-pill-active-border: #4dd8ff;--toggle-off: rgba(255, 255, 255, .1);--toggle-border: rgba(255, 255, 255, .15);--panel-block-bg: rgba(9, 21, 32, .85);--status-success-bg: rgba(16, 185, 129, .18);--status-success-text: #a7f3d0;--status-error-bg: rgba(248, 113, 113, .18);--status-error-text: #fecaca;--status-loading-bg: rgba(59, 130, 246, .18);--status-loading-text: #bfdbfe;--primary-start: #23d1ff;--primary-end: #2e91ff;--chat-window-bg: rgba(4, 10, 18, .8);--chat-bubble-bg: rgba(59, 130, 246, .18);--chat-bubble-self: rgba(56, 189, 248, .2)}body[data-theme=light]{--bg-gradient: linear-gradient(180deg, #f7fbff 0%, #eef3ff 35%, #fefefe 100%);--text-color: #0f172a;--muted-color: #5b647b;--card-bg: rgba(255, 255, 255, .9);--panel-bg: rgba(255, 255, 255, .96);--chat-bg: rgba(247, 249, 255, .95);--input-bg: rgba(247, 249, 255, .9);--border-color: rgba(15, 23, 42, .12);--ghost-bg: rgba(15, 23, 42, .04);--ghost-border: rgba(15, 23, 42, .15);--pill-bg: rgba(243, 246, 253, .9);--pill-active-bg: rgba(41, 170, 255, .15);--pill-active-border: #0ea5e9;--time-pill-bg: rgba(245, 247, 252, .9);--time-pill-border: rgba(15, 23, 42, .12);--time-pill-active-border: #0ea5e9;--toggle-off: rgba(15, 23, 42, .1);--toggle-border: rgba(15, 23, 42, .2);--panel-block-bg: rgba(247, 249, 255, .9);--status-success-bg: rgba(16, 185, 129, .12);--status-success-text: #065f46;--status-error-bg: rgba(248, 113, 113, .16);--status-error-text: #b91c1c;--status-loading-bg: rgba(59, 130, 246, .15);--status-loading-text: #1d4ed8;--primary-start: #2563eb;--primary-end: #38bdf8;--chat-window-bg: rgba(241, 245, 255, .9);--chat-bubble-bg: rgba(59, 130, 246, .12);--chat-bubble-self: rgba(6, 182, 212, .15)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-gradient);color:var(--text-color);font-family:Inter,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.vibe-shell{min-height:100vh;display:flex;flex-direction:column;padding:32px clamp(16px,4vw,64px)}.nav-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.nav-actions{display:flex;gap:12px}.brand-mark{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em;color:var(--text-color)}.brand-mark .dot{width:32px;height:32px;border-radius:12px;background:radial-gradient(circle at 20% 20%,#4df2ff,#1671ff)}.ghost,.primary{border:none;border-radius:999px;padding:12px 24px;cursor:pointer;transition:transform .15s ease,opacity .2s ease}.ghost{background:var(--ghost-bg);color:var(--muted-color);border:1px solid var(--ghost-border)}.ghost-small{padding:6px 16px;border-radius:999px}.primary{background:linear-gradient(135deg,var(--primary-start),var(--primary-end));color:#050c12;font-weight:600}.primary:disabled,.ghost:disabled{opacity:.5;cursor:not-allowed}.vibe-layout{display:grid;gap:32px;grid-template-columns:minmax(0,640px) minmax(320px,1fr)}.vibe-card,.side-panel,.chat-card{background:var(--card-bg);border-radius:32px;border:1px solid var(--border-color);padding:clamp(24px,3vw,40px);box-shadow:0 30px 80px #00000040}.side-panel{display:flex;flex-direction:column;gap:18px;background:var(--panel-bg);height:fit-content}.card-header h1{margin:0;font-size:clamp(28px,3vw,40px)}.card-header .muted{margin-top:4px}.step-label{color:#7cc1ff;text-transform:uppercase;font-size:12px;letter-spacing:.25em}.progress{margin-top:18px;height:6px;border-radius:999px;background:#ffffff14}body[data-theme=light] .progress{background:#0f172a0f}.progress span{display:block;height:100%;width:66%;border-radius:inherit;background:linear-gradient(90deg,#36f2ff,#1e90ff)}body[data-theme=light] .progress span{background:linear-gradient(90deg,#2563eb,#38bdf8)}.vibe-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field span{font-weight:600;color:var(--text-color)}input,select,textarea{width:100%;border-radius:18px;border:1px solid var(--border-color);background:var(--input-bg);padding:14px 18px;color:var(--text-color)}input::placeholder,textarea::placeholder{color:var(--muted-color)}select{appearance:none;background-image:url('data:image/svg+xml,%3Csvg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 2.5L10 9.5L18 2.5" stroke="%23a5b4fc" stroke-width="2.5" stroke-linecap="round"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 16px center;padding-right:36px}body[data-theme=light] select{background-image:url('data:image/svg+xml,%3Csvg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 2.5L10 9.5L18 2.5" stroke="%23213647" stroke-width="2.5" stroke-linecap="round"/%3E%3C/svg%3E')}.select-wrap{position:relative}.field-head{display:flex;justify-content:space-between;align-items:center}.field-head small{color:#7cc1ff}body[data-theme=light] .field-head small{color:#2563eb}.pill-tray{display:flex;flex-wrap:wrap;gap:10px}.interest-pill{border-radius:999px;border:1px solid var(--border-color);background:var(--pill-bg);color:var(--text-color);padding:8px 14px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.interest-pill--active{background:var(--pill-active-bg);border-color:var(--pill-active-border);color:var(--pill-active-border)}.interest-pill:disabled:not(.interest-pill--active){opacity:.4;cursor:not-allowed}.time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.time-pill{border-radius:20px;border:1px solid var(--time-pill-border);background:var(--time-pill-bg);padding:14px;color:var(--text-color);cursor:pointer}.time-pill--active{border-color:var(--time-pill-active-border);box-shadow:0 0 0 1px #4dd8ff4d}body[data-theme=light] .time-pill--active{box-shadow:0 0 0 1px #2563eb40}.toggle-row{margin-top:10px;padding:18px;border:1px solid var(--border-color);border-radius:20px;display:flex;justify-content:space-between;align-items:center;background:var(--panel-block-bg)}.toggle{width:60px;height:30px;border-radius:999px;border:1px solid var(--toggle-border);background:var(--toggle-off);position:relative}.toggle span{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .2s ease}.toggle--on{background:linear-gradient(120deg,#5df6a4,#3dd6ff)}.toggle--on span{transform:translate(28px)}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.side-panel header h2{margin:4px 0 0}.panel-body{display:flex;flex-direction:column;gap:12px}.panel-block{border-radius:18px;padding:12px 16px;background:var(--panel-block-bg);border:1px solid var(--border-color)}.panel-block span{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:#7dd3fc}body[data-theme=light] .panel-block span{color:#2563eb}.expires{color:var(--muted-color);font-size:13px}.chat-card{margin-top:8px;background:var(--chat-bg)}.chat-window{min-height:160px;max-height:260px;overflow-y:auto;border-radius:18px;border:1px solid var(--border-color);padding:12px;display:flex;flex-direction:column;gap:10px;background:var(--chat-window-bg)}.chat-bubble{padding:10px 14px;border-radius:16px;background:var(--chat-bubble-bg);max-width:80%}.chat-self{align-self:flex-end;background:var(--chat-bubble-self)}.chat-input textarea{border-radius:16px}.chat-input button{align-self:flex-end;margin-top:8px;border-radius:16px;padding:10px 18px;border:none;background:linear-gradient(135deg,var(--primary-start),var(--primary-end));color:#04101a}.chat-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}button.ghost.danger{color:#fda4af;border-color:#ef444466}body[data-theme=light] button.ghost.danger{color:#b91c1c;border-color:#b91c1c59}.status{margin-top:12px;padding:12px 16px;border-radius:16px}.status.success{background:var(--status-success-bg);color:var(--status-success-text)}.status.error{background:var(--status-error-bg);color:var(--status-error-text)}.status.loading{background:var(--status-loading-bg);color:var(--status-loading-text)}.muted{color:var(--muted-color)}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.2em;color:#90c2ff}body[data-theme=light] .eyebrow{color:#2563eb}@media(max-width:1024px){.vibe-layout{grid-template-columns:1fr}}@media(max-width:600px){.nav-bar{flex-direction:column;gap:12px;align-items:flex-start}.cta-row,.chat-actions{flex-direction:column}}
