:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#f8fafc;--fm-background: #020617;--fm-surface: rgba(15, 23, 42, .82);--fm-surface-strong: rgba(15, 23, 42, .96);--fm-surface-alt: rgba(30, 41, 59, .72);--fm-border: rgba(148, 163, 184, .18);--fm-border-strong: rgba(245, 158, 11, .28);--fm-text: #f8fafc;--fm-text-secondary: #cbd5e1;--fm-text-muted: #94a3b8;--fm-primary: #f59e0b;--fm-primary-hover: #d97706;--fm-primary-soft: rgba(245, 158, 11, .12);--fm-success: #10b981;--fm-danger: #ef4444;--fm-info: #3b82f6;--fm-shadow: 0 24px 80px rgba(0, 0, 0, .32);--fm-radius-lg: 24px;--fm-radius-md: 18px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 18% 0%,rgba(245,158,11,.18),transparent 30rem),radial-gradient(circle at 82% 12%,rgba(59,130,246,.12),transparent 26rem),linear-gradient(180deg,#020617,#0f172a 48%,#020617);color:var(--fm-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{width:min(1120px,calc(100vw - 32px));margin:0 auto;padding:28px 0 42px}.brand-panel{display:flex;align-items:center;gap:16px;margin-bottom:22px;border:1px solid var(--fm-border);border-radius:999px;background:#0f172ab8;padding:12px 18px 12px 12px;box-shadow:0 18px 60px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-mark{width:56px;height:56px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(245,158,11,.36);border-radius:20px;background:var(--fm-primary-soft)}.brand-mark img{width:34px;height:34px}.eyebrow{margin:0 0 6px;color:var(--fm-primary);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:4px;color:var(--fm-text);font-size:clamp(1.35rem,3vw,2.25rem);line-height:1.05}h2{margin-bottom:10px;color:var(--fm-text);font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.08}.lead{margin-bottom:0;max-width:740px;color:var(--fm-text-muted)}.content-grid,.answer-layout{display:grid;grid-template-columns:minmax(0,1.08fr) 380px;gap:18px;align-items:start}.single-panel{max-width:760px}.hero-card,.recent-panel,.form-summary,.question-panel{border:1px solid var(--fm-border);border-radius:var(--fm-radius-lg);background:var(--fm-surface);box-shadow:var(--fm-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card,.recent-panel,.form-summary{padding:24px}.hero-card{min-height:260px;display:flex;flex-direction:column;justify-content:center}.hero-card p,.form-summary p,.empty-state span,.recent-card span,.question-help{color:var(--fm-text-muted)}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--fm-text);font-weight:800}.section-title small,.quota-pill{width:fit-content;border:1px solid rgba(245,158,11,.24);border-radius:999px;background:var(--fm-primary-soft);color:#fbbf24;padding:6px 10px;font-weight:800;font-size:.78rem}.recent-list{display:grid;gap:10px}.recent-card{width:100%;border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);background:#1e293b94;color:var(--fm-text);padding:14px;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.recent-card:hover{border-color:var(--fm-border-strong);background:#1e293bd1;transform:translateY(-1px)}.recent-card strong,.recent-card span{display:block}.recent-owner{margin-bottom:4px;color:#fbbf24!important;font-size:.78rem;font-weight:800}.empty-state{display:grid;gap:6px;padding:18px;border:1px dashed rgba(148,163,184,.28);border-radius:var(--fm-radius-md);background:#02061747}.inline-message{border:1px solid rgba(245,158,11,.22);border-radius:var(--fm-radius-md);background:var(--fm-primary-soft);color:#fde68a;padding:12px 14px;font-weight:700}.form-summary{position:sticky;top:18px}.question-panel{display:grid;gap:12px;padding:16px}.question-card{display:grid;gap:8px;border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);background:#1e293b80;padding:16px}.question-title{color:var(--fm-text);font-weight:800}.question-title em{color:#fbbf24;font-style:normal;margin-left:4px}.question-help{font-size:.9rem}input,textarea,select{width:100%;border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#0206176b;color:var(--fm-text);padding:12px 13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:focus,textarea:focus,select:focus{border-color:#f59e0b9e;background:#02061794;box-shadow:0 0 0 4px #f59e0b1f}textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.primary-button,.ghost-button{min-height:44px;border-radius:999px;padding:0 18px;font-weight:800;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.primary-button{border:1px solid var(--fm-primary);background:var(--fm-primary);color:#020617}.primary-button:hover:not(:disabled){border-color:var(--fm-primary-hover);background:var(--fm-primary-hover);transform:translateY(-1px)}.primary-button:disabled{opacity:.48;cursor:not-allowed}.ghost-button{border:1px solid var(--fm-border);background:#0f172aa8;color:var(--fm-text-secondary)}.ghost-button:hover{border-color:#94a3b861;background:#1e293bd1;color:var(--fm-text)}@media(max-width:820px){.app-shell{width:min(100% - 22px,680px);padding:14px 0 28px}.brand-panel{border-radius:var(--fm-radius-lg);align-items:flex-start}.content-grid,.answer-layout{grid-template-columns:1fr}.form-summary{position:static}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}
