@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Urbanist:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap";
:root{--bg:#f3f6fa;--surface:#fff;--ink:#0f172a;--muted:#5b6779;--accent:#0d9488;--accent-strong:#0f766e;--outline:#0f172a1a;--shadow:0 14px 30px #0f172a14;--glass:#ffffffeb;--color-primary:var(--accent);--color-primary-strong:var(--accent-strong);--color-surface:var(--surface);--color-text:var(--ink);--color-text-muted:var(--muted);--color-border:var(--outline);--color-danger:#b42318;--color-danger-bg:#fef2f2;--color-success:#15803d;--color-success-bg:#f0fdf4;--color-warning:#92400e;--color-warning-bg:#fffbeb;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-full:999px;--focus-ring:0 0 0 3px #0d94884d;--vpm-primary:#0d9488;--vpm-primary-light:#5eead4;--vpm-primary-dark:#0f766e;--vpm-success:#22c55e;--vpm-warning:#f59e0b;--vpm-error:#ef4444;--vpm-info:#3b82f6;--vpm-gray-50:#f9fafb;--vpm-gray-100:#f3f4f6;--vpm-gray-200:#e5e7eb;--vpm-gray-300:#d1d5db;--vpm-gray-400:#9ca3af;--vpm-gray-500:#6b7280;--vpm-gray-600:#4b5563;--vpm-gray-700:#374151;--vpm-gray-800:#1f2937;--vpm-gray-900:#111827;--portal-font-ui:"Inter","Urbanist",system-ui,sans-serif;--portal-text-label:11px;--portal-text-meta:12px;--portal-text-body:13px;--portal-text-action:13px;--portal-text-title-sm:14px;--portal-text-title-md:16px;--portal-text-title-lg:24px;--portal-line-tight:1.15;--portal-line-copy:1.45;--portal-weight-medium:500;--portal-weight-strong:600;--portal-weight-heavy:700}*{box-sizing:border-box}body{color:var(--ink);background:linear-gradient(160deg,#f0fdfa 0%,#f4f7fb 40%,#f8fafd 70%,#fff 100%);min-height:100vh;margin:0;font-family:Inter,Urbanist,system-ui,sans-serif}.workspace-intro{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.workspace-title{font-family:var(--portal-font-ui);font-size:var(--portal-text-title-lg);line-height:var(--portal-line-tight);letter-spacing:-.03em;font-weight:var(--portal-weight-heavy);color:#0f172a;margin:0}.workspace-subtitle{font-size:var(--portal-text-body);line-height:var(--portal-line-copy);color:#64748b;margin:6px 0 0}.vpm-btn{font-size:var(--portal-text-action);font-weight:var(--portal-weight-strong);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;line-height:1.35;text-decoration:none;transition:all .2s;display:inline-flex}.vpm-btn--primary{background:var(--vpm-primary);color:#fff}.vpm-btn--primary:hover{background:var(--vpm-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0d94884d}.vpm-btn--secondary{color:var(--vpm-gray-700);border:1px solid var(--vpm-gray-300);background:#fff}.vpm-btn--secondary:hover{background:var(--vpm-gray-50);border-color:var(--vpm-gray-400)}.vpm-btn--ghost{color:var(--vpm-gray-600);background:0 0}.vpm-btn--ghost:hover{background:var(--vpm-gray-100)}.vpm-btn--danger{color:var(--vpm-error);border:1px solid var(--vpm-error);background:#fff}.vpm-btn--danger:hover{background:#fef2f2}.vpm-btn--danger-ghost{color:var(--muted);background:0 0;border:1px solid #0000}.vpm-btn--danger-ghost:hover{color:var(--vpm-error,#b42318);background:#fef2f2;border-color:#fca5a5}.vpm-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}button.vpm-primary{background:var(--vpm-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .2s;display:inline-flex}button.vpm-primary:hover{background:var(--vpm-primary-dark);transform:translateY(-1px);box-shadow:0 8px 16px #0d948840}button.vpm-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.vpm-progress-bar{background:var(--vpm-gray-200);border-radius:999px;width:100%;height:8px;overflow:hidden}.vpm-progress-fill{background:linear-gradient(90deg,var(--vpm-primary)0%,var(--vpm-primary-light)100%);border-radius:999px;height:100%;transition:width .3s}.vpm-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.vpm-badge--success{color:#166534;background:#ecfdf5}.vpm-badge--warning{color:#92400e;background:#fef3c7}.vpm-badge--error{color:#991b1b;background:#fef2f2}.vpm-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000001a}.vpm-auth-layout{background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.vpm-review-banner{color:#92400e;background:#fef3c7;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.vpm-dot{border-radius:50%;width:8px;height:8px}.vpm-dot--warning{background:#f59e0b}.vpm-login-container{background:linear-gradient(135deg,var(--vpm-gray-50)0%,#fff 50%,var(--vpm-primary-light)100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.vpm-login-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:48px;box-shadow:0 20px 60px #0000001a}.vpm-login-logo{width:fit-content;max-width:min(220px,100%);margin:0 auto 24px}.vpm-login-logo img{width:100%;height:auto;display:block}.vpm-login-logo--full{max-width:220px}.vpm-login-title{color:var(--vpm-gray-900);margin:0 0 8px;font-size:28px;font-weight:700}.vpm-login-subtitle{color:var(--vpm-gray-500);margin:0 0 32px;font-size:16px}.vpm-login-form{text-align:left;gap:16px;display:grid}.vpm-login-input{border:2px solid var(--vpm-gray-200);box-sizing:border-box;border-radius:12px;width:100%;padding:14px 16px;font-size:16px;transition:border-color .2s}.vpm-login-input:focus{border-color:var(--vpm-primary);outline:none}.vpm-login-footer{border-top:1px solid var(--vpm-gray-200);color:var(--vpm-gray-500);margin-top:24px;padding-top:24px;font-size:14px}.vpm-login-footer a{color:var(--vpm-primary);font-weight:600;text-decoration:none}.vpm-login-footer a:hover{text-decoration:underline}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:220px minmax(0,1fr);gap:0;max-width:none;min-height:100svh;margin:0;padding:0;display:grid}.loading{text-align:center;padding:60px}.portal-sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffdb;border-right:1px solid #0f172a14;flex-direction:column;justify-content:space-between;height:100svh;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:14px 0 30px #0f172a0a}.portal-sidebar-top{min-height:0;padding:16px 10px 12px;overflow-y:auto}.portal-sidebar-brand{border-bottom:1px solid #0f172a14;padding:0 6px 12px}.portal-sidebar-nav{gap:12px;padding-top:10px;display:grid}.portal-sidebar-section{gap:8px;display:grid}.portal-sidebar-heading{font-size:var(--portal-text-label);font-weight:var(--portal-weight-strong);color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;padding:0 12px}.portal-nav-item{color:#334155;width:100%;box-shadow:none;font-size:var(--portal-text-body);font-weight:var(--portal-weight-strong);background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:10px;padding:8px 10px;line-height:1.35;display:flex}.portal-nav-item:hover:not(:disabled){color:#0f172a;box-shadow:none;background:#f8fafc;transform:none}.portal-nav-item.is-active{color:#0f766e;background:linear-gradient(#f0fdfa 0%,#ecfeff 100%);border-color:#ccfbf1}.portal-nav-icon{width:26px;height:26px;color:inherit;background:#0f766e14;border-radius:8px;flex-shrink:0;place-items:center;display:inline-grid}.portal-nav-icon svg{stroke:currentColor;fill:none;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;display:block}.portal-sidebar-bottom{border-top:1px solid #0f172a14;flex-shrink:0;padding:10px;display:block}.portal-sidebar-tools{gap:6px;margin-bottom:10px;display:grid}.portal-sidebar-toolRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.portal-compact-button{border-radius:8px;min-height:28px;padding:0 8px;font-size:10px}.portal-user-slot{grid-template-columns:minmax(0,1fr) 34px;align-items:stretch;gap:8px;display:grid}.portal-user-card{text-align:left;background:#fff;border-radius:14px;align-items:center;gap:12px;width:100%;min-width:0;padding:10px;display:flex;box-shadow:inset 0 0 0 1px #0f172a14}.portal-user-card.is-active{background:linear-gradient(#f0fdfa 0%,#fcfffe 100%);box-shadow:inset 0 0 0 1px #0d94883d}.portal-user-avatar{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:inline-grid}.portal-user-card strong{font-size:var(--portal-text-meta);font-weight:var(--portal-weight-heavy);line-height:var(--portal-line-tight);color:#0f172a;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.portal-user-card p{color:#64748b;font-size:var(--portal-text-label);line-height:var(--portal-line-tight);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;overflow:hidden}.portal-user-card>div:last-child{min-width:0}.portal-user-logout{border-radius:12px;place-items:center;width:34px;height:34px;min-height:auto;padding:0;display:inline-grid}.portal-user-logout svg{width:14px;height:14px;display:block}.portal-main{width:100%;min-width:0;max-width:1440px;padding:12px 18px 28px}.portal-topbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.portal-topbar-kicker{color:#64748b;font-size:var(--portal-text-label);font-weight:var(--portal-weight-strong);text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px}.portal-topbar-title{font-family:var(--portal-font-ui);font-size:var(--portal-text-title-lg);line-height:var(--portal-line-tight);letter-spacing:-.03em;font-weight:var(--portal-weight-heavy);color:#0f172a;margin:0}.app-header{background:#fff;border:1px solid #0d94881f;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 20px;display:flex;box-shadow:0 2px 12px #00000012}.app-header .brand h1{color:var(--ink)}.app-header .brand p{color:var(--muted)}.app-header .header-actions button{color:var(--ink);border:1px solid var(--outline);box-shadow:none;background:0 0}.app-header .header-actions button:hover:not(:disabled){background:var(--vpm-gray-50);box-shadow:none;transform:none}.app-header .tab{background:var(--glass);color:var(--muted);border:1px solid var(--outline);box-shadow:none}.app-header .tab.is-active{background:var(--vpm-primary);color:#fff;box-shadow:0 2px 8px #0d94884d}.brand{align-items:center;gap:10px;display:flex}.brand-mark{background:linear-gradient(135deg,var(--vpm-primary)0%,var(--vpm-primary-dark)100%);color:#fff;letter-spacing:2px;border-radius:10px;place-items:center;width:34px;height:34px;font-family:Space Grotesk,sans-serif;font-size:16px;display:grid;overflow:hidden;box-shadow:0 20px 40px #0d948840}.brand-mark img{object-fit:cover;width:100%;height:100%}.brand h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:16px}.brand p{color:var(--muted);margin:2px 0 0;font-size:10px}.header-actions{align-items:center;gap:12px;display:flex}.notif-dropdown{position:relative}.notif-dropdown-menu{border:1px solid var(--outline);width:320px;max-height:300px;box-shadow:var(--shadow);z-index:30;background:#fff;border-radius:12px;padding:10px;display:none;position:absolute;top:calc(100% + 6px);right:0;overflow:auto}.role-toggle{background:#f1f5f9;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.role-toggle button{color:var(--muted);box-shadow:none;background:0 0;border:none;border-radius:999px;padding:6px 12px;font-weight:600}.role-toggle button.is-active{color:var(--ink);background:#fff;box-shadow:0 8px 16px #0f172a1f}select,button,input,textarea{font-family:inherit}select,input[type=text],input[type=date],input[type=color]{box-shadow:inset 0 0 0 1px var(--outline);min-width:160px;color:var(--ink);background:#fff;border:1px solid #0000;border-radius:12px;padding:10px 12px}input[type=color]{min-width:48px;height:44px;padding:0}button{border-radius:var(--radius-md);background:var(--color-primary-strong);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:10px 16px;font-size:14px;font-weight:600;line-height:1.4;transition:transform .15s,box-shadow .15s,background .15s}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #0d948838}button:active:not(:disabled){box-shadow:none;transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}button.ghost{color:var(--color-text);border:1px solid var(--color-border);box-shadow:none;background:0 0}button.ghost:hover:not(:disabled){background:#0f172a0a}button.danger{background:var(--color-danger);color:#fff}button.danger:hover:not(:disabled){background:#991b1b;box-shadow:0 8px 16px #b4231833}button.icon{color:var(--color-text-muted);background:0 0;border:none;padding:8px;font-size:18px}button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{box-shadow:var(--focus-ring);outline:none}.compliance-notice{gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd;align-items:flex-start;font-size:13px;line-height:1.5;display:flex}.compliance-notice--warning{background:var(--color-warning-bg);color:var(--color-warning);border-color:#fcd34d}.app-nav{gap:12px;margin-bottom:12px;display:flex}.workspace-context{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 18px;font-size:13px;display:flex}.workspace-context p{margin:0}.role-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.role-badge--pregnant{color:#1d4f91;background:#eff6ff}.role-badge--midwife{color:#166534;background:#ecfdf5}.tab{background:var(--glass);color:var(--muted);box-shadow:inset 0 0 0 1px var(--outline);cursor:pointer;border:1px solid #0000;border-radius:12px;padding:10px 18px;font-weight:500;transition:all .2s}.tab:hover{color:var(--ink);box-shadow:inset 0 0 0 1px var(--vpm-gray-300),0 2px 4px #0000000d;background:#fff}.tab.is-active{background:var(--vpm-primary);color:#fff;font-weight:600;box-shadow:0 4px 12px #0d94884d}.tab.is-active:hover{background:var(--vpm-primary-dark);box-shadow:0 4px 16px #0d948866}.view{box-shadow:none;background:0 0;border-radius:0;padding:0;display:none}.view.is-visible{display:block}.view-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.chip{color:#0f766e;background:#f0fdfa;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.alert{color:#92400e;background:#fef3c7;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;display:inline-flex}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,340px));justify-content:start;gap:10px;display:grid}@media (max-width:1100px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-list{gap:4px;display:grid}.dashboard-list .card{border-radius:8px;padding:8px 12px!important}.dashboard-list .card .vpm-progress-bar,.dashboard-list .card .vpm-progress-fill{display:none}.dashboard-list .card>div:first-child{margin-bottom:0!important}.dashboard-list .card>div:has(.vpm-progress-bar){display:none!important}.dashboard-list .card>[style*="marginBottom: 12"],.dashboard-list .card>[style*="marginBottom: 16"]{display:none!important}.dashboard-row{grid-template-columns:1fr auto;align-items:center;gap:10px;min-height:72px;display:grid}.dashboard-row-main{min-width:0}.dashboard-row-left{text-align:left;min-width:0}.dashboard-row-left h3{font-size:var(--portal-text-title-md);line-height:var(--portal-line-tight);font-weight:var(--portal-weight-heavy);margin:0}.dashboard-row-meta{color:var(--muted);font-size:var(--portal-text-meta);line-height:var(--portal-line-copy);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.dashboard-row .alert{margin:2px 0 0}.dashboard-row-actions{justify-content:flex-end}.icon-btn{place-items:center;width:32px;height:32px;padding:0;font-size:14px;display:inline-grid}.card{background:#fff;border-radius:20px;flex-direction:column;gap:10px;padding:18px;display:flex;box-shadow:0 12px 34px #0f172a14}.card h3{font-size:var(--portal-text-title-md);line-height:var(--portal-line-tight);font-weight:var(--portal-weight-heavy);margin:0}.card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.pill{font-size:var(--portal-text-label);font-weight:var(--portal-weight-strong);line-height:var(--portal-line-tight);border-radius:999px;padding:4px 10px}.pill--ok{color:#027a48;background:#ecfdf3}.pill--warn{color:#92400e;background:#fef3c7}.builder{grid-template-columns:280px 1fr;gap:20px;display:grid}.builder--wizard aside{align-self:start;position:sticky;top:20px}.wizard-progress{color:var(--muted);gap:8px;margin:16px 0;font-size:13px;display:grid}.progress-bar{background:#e2e8f0;border-radius:999px;height:6px;overflow:hidden}.progress-bar span{background:var(--accent);height:100%;display:block}.wizard-actions{gap:8px;margin-top:16px;display:flex}.wizard-panel{gap:16px;display:grid}.wizard-question{background:#fff}.wizard-guidance{color:var(--muted);background:#f1f5f9;border-radius:12px;margin-top:12px;padding:12px}.builder aside{box-shadow:inset 0 0 0 1px var(--outline);background:#fff;border-radius:20px;padding:18px}.section-nav-hint{color:var(--muted);margin:14px 0 0;font-size:12px}.section-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.section-list button{color:var(--ink);border:1px solid var(--outline);background:0 0}.section-list button.is-active{background:var(--accent);color:#fff;border-color:#0000}.role-placeholders{border-top:1px solid #94a3b840;margin-top:16px;padding-top:14px}.role-placeholders h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 8px;font-size:13px}.role-placeholder-list{gap:8px;margin-top:10px;display:grid}.role-placeholder-list article{background:#f8fafc;border:1px solid #94a3b840;border-radius:12px;padding:10px}.role-placeholder-list article p{color:var(--muted);margin:4px 0 0;font-size:12px}.section-detail .panel,.settings .panel{box-shadow:inset 0 0 0 1px var(--outline);background:#fff;border-radius:20px;padding:20px}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel-head h3{font-size:var(--portal-text-title-md);line-height:var(--portal-line-tight);font-weight:var(--portal-weight-heavy);color:#0f172a;margin:0}.question-block{background:#f9fafb;border:1px solid #94a3b833;border-radius:18px;margin-bottom:14px;padding:16px}.question-block h4{margin:0 0 10px}.options{flex-wrap:wrap;gap:10px;display:flex}.option-pill{cursor:pointer;color:var(--ink);background:#fff;border:1px solid #94a3b84d;border-radius:999px;padding:8px 12px}.option-pill.is-selected{background:var(--accent);color:#fff;border-color:#0000}.meta-row{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:10px;font-size:12px;display:flex}.recommendation{border-left:4px solid var(--accent-strong);background:#eef2ff;border-radius:12px;margin-top:10px;padding:12px}.plan-notes{gap:10px;margin-top:16px;display:grid}.plan-notes label span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px}textarea{background:var(--glass);width:100%;min-height:70px;box-shadow:inset 0 0 0 1px var(--outline);border:1px solid #0000;border-radius:12px;padding:10px}.full-plan header{margin-bottom:20px}.full-section{border-bottom:1px dashed #94a3b84d;margin-bottom:20px;padding-bottom:16px}.answer-row{grid-template-columns:240px 1fr;gap:16px;padding:6px 0;display:grid}.notes-row{color:var(--muted);margin-top:12px}.disclaimer{color:var(--muted);background:#f8fafc;border-radius:12px;margin-top:20px;padding:12px}.review-panel{box-shadow:inset 0 0 0 1px var(--outline);background:#fff;border-radius:20px;margin-top:20px;padding:20px}.review-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.comment-section{margin-bottom:16px}.comment-row{grid-template-columns:1fr 1fr;align-items:center;gap:10px;margin:6px 0;display:grid}.comment-row input{width:100%}.quick-view header{margin-bottom:16px}.quick-scan-strip{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:12px;display:grid}.quick-scan-strip article{background:#f8fafc;border:1px solid #94a3b840;border-radius:12px;gap:4px;padding:10px 12px;display:grid}.quick-scan-strip span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:11px}.quick-scan-strip strong{color:var(--ink);font-size:14px}.quick-summary{grid-template-columns:1.2fr 1fr;gap:12px;margin-bottom:14px;display:grid}.quick-summary h3{margin:0 0 6px;font-size:17px}.quick-summary p{color:var(--muted);margin:0}.quick-cards-hint{font-size:13px;margin-top:8px!important}.quick-legend{background:#f8fafc;border:1px solid #94a3b840;border-radius:14px;padding:10px 12px}.quick-legend strong{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:12px}.quick-legend ul{color:#334155;gap:4px;margin:8px 0 0;padding-left:18px;font-size:13px;display:grid}.quick-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.quick-block{box-shadow:inset 0 0 0 1px var(--outline);background:#fff;border-radius:16px;padding:14px}.quick-block h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 8px;font-size:13px}.quick-block ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.quick-block li{font-size:14px;line-height:1.45}.quick-item-pair{gap:2px;display:grid}.quick-item-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px}.quick-item-value{color:#0f172a;font-weight:600}.quick-empty,.muted{color:var(--muted)}.checkbox{color:var(--muted);align-items:center;gap:8px;display:inline-flex}.select-inline{align-items:center;gap:8px;display:inline-flex}.select-row{gap:12px;display:grid}.select-row label{color:var(--muted);gap:6px;font-size:12px;display:grid}.select-row select{color:var(--ink)}.banner{color:#155e75;background:#ecfeff;border-radius:12px;margin-bottom:14px;padding:12px}.settings-wizard-layout{grid-template-columns:280px minmax(360px,1fr) 360px;align-items:start;gap:16px;margin-bottom:16px;display:grid}.settings-wizard-layout--guided{grid-template-columns:minmax(0,1fr) 420px}.settings-stepper{color:#e2e8f0;background:#0f172a;border-radius:20px;gap:10px;height:fit-content;padding:16px;display:grid;box-shadow:inset 0 0 0 1px #1e293b}.settings-step-group{gap:8px;display:grid}.settings-step-group-toggle{color:#f8fafc;background:0 0;border:0;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.settings-step-group-items{gap:8px;display:grid}.settings-step-item{color:#e2e8f0;text-align:left;background:#1e293b;border:1px solid #334155;border-radius:10px;align-items:center;gap:8px;padding:8px;display:flex}.settings-step-item strong{color:#e2e8f0}.settings-step-item.is-active{background:#0b3b6f;border-color:#93c5fd}.settings-step-item span{color:#1e3a8a;background:#dbeafe;border-radius:999px;flex:none;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.settings-step-nav{justify-content:space-between;gap:8px;margin-top:8px;display:flex}.iphone-preview{justify-content:center;display:flex}.iphone-screen{width:320px;height:640px;box-shadow:var(--shadow);background:#fff;border:10px solid #111827;border-radius:40px;position:relative;overflow:hidden}.preview-lock-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all;cursor:default;background:#f8fafdb8;justify-content:center;align-items:flex-end;padding-bottom:24px;display:flex;position:absolute;inset:0}.preview-lock-badge{color:#f8fafc;letter-spacing:.02em;-webkit-user-select:none;user-select:none;background:#0f172a;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:500;display:inline-flex;box-shadow:0 4px 12px #0f172a40}.iphone-app-fit{width:100%;height:100%}.iphone-app-fit>*{width:100%;height:100%;overflow:auto}.settings-edit-current-cta{border:1px solid #0d948840;border-left:3px solid var(--accent);border-radius:var(--radius-md,12px);background:linear-gradient(135deg,#0d94880f 0%,#0d948808 100%);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;padding:16px 18px;display:flex}.settings-lang-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-lang-row button.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}.settings{align-content:start;gap:16px;display:grid}.settings-intro{max-width:72ch;margin:0 0 12px}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.settings-grid--two-col{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.settings-subsection{border:1px solid var(--outline);border-radius:10px;gap:10px;margin-bottom:10px;padding:10px 12px;display:grid}.settings-subsection--guided{background:#fbfcff}.guided-stepper{flex-wrap:wrap;gap:8px;display:flex}.wizard-progress{white-space:nowrap;align-items:center;gap:8px;margin-bottom:12px;display:flex;overflow:hidden}.wizard-progress--configure{white-space:nowrap;align-items:center;gap:10px;display:flex}.wizard-progress-inline{align-items:center;gap:0;max-width:100%;display:inline-flex}.wizard-progress-inline-item{align-items:center;display:inline-flex}.wizard-progress-meta{color:#64748b;font-size:12px}.wizard-progress-track{background:#e2e8f0;border-radius:999px;width:100%;height:6px;overflow:hidden}.wizard-progress-fill{background:#5b5bd6;height:100%;display:block}.wizard-progress-dots{flex-wrap:wrap;gap:6px;display:flex}.wizard-progress-item{align-items:center;gap:6px;display:inline-flex}.wizard-progress-dot{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:inline-flex}.wizard-progress-dot.is-done{color:#fff;background:#5b5bd6;border-color:#5b5bd6}.wizard-progress-line{background:#cbd5e1;width:16px;height:2px}.wizard-progress-ellipsis{text-align:center;color:#64748b;min-width:24px}.wizard-progress-line.is-done{background:#5b5bd6}.wizard-progress-label{color:#64748b;font-size:12px}.settings-list-scroll{gap:6px;max-height:260px;display:grid;overflow:auto}.settings-template-row{border-radius:var(--radius-sm,8px);border:1px solid var(--outline);background:var(--surface);justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:flex}.settings-template-row:hover{background:#f8fafc}.settings-subsection h4{margin:0;font-size:13px}.checkbox-row{flex-wrap:wrap;gap:12px;display:flex}.question-visibility-stack{gap:14px;display:grid}.visibility-section{background:#f8fafc;border:1px solid #94a3b833;border-radius:12px;gap:10px;padding:14px;display:grid}.visibility-section legend{padding:0 6px;font-size:14px;font-weight:700}.question-config-card{background:#fff;border:1px solid #94a3b840;border-radius:10px;gap:10px;padding:12px;display:grid}.question-config-card .settings-grid{grid-template-columns:1fr}.option-config-row{grid-template-columns:1fr;align-items:start;gap:8px;display:grid}.order-control-group{gap:6px;display:grid}.input-error{color:#b42318;margin:0;font-size:12px}.admin-status{flex-wrap:wrap;align-items:center;gap:10px;margin:10px 0;display:flex}.admin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.admin-summary-card{background:#f8fafc;border:1px solid #94a3b840;border-radius:12px;gap:6px;padding:12px;display:grid}.admin-summary-card strong{color:#1e3a8a;font-family:Space Grotesk,sans-serif;font-size:24px;line-height:1}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #94a3b833;padding:10px 8px}.admin-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.admin-action-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-status-stack{gap:4px;display:grid}.admin-invite-result{gap:6px;margin-top:10px;display:grid}.admin-empty{text-align:center;color:var(--muted);padding:18px 8px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}code{background:#f1f5f9;border-radius:6px;padding:2px 6px;font-size:12px}.share-form{gap:10px;display:grid}.share-list{gap:12px;display:grid}.row{justify-content:space-between;align-items:center;gap:10px;display:flex}.modal{z-index:40;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{width:min(640px,94vw);box-shadow:var(--shadow);background:#fff;border-radius:20px;gap:12px;padding:22px;display:grid}.modal-head{justify-content:space-between;align-items:center;display:flex}@media (max-width:960px){.builder,.settings-wizard-layout{grid-template-columns:1fr}.builder--wizard aside{position:static;top:auto}.section-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.answer-row,.comment-row,.quick-summary,.review-grid,.option-config-row{grid-template-columns:1fr}}@media (max-width:768px){.app-shell{grid-template-columns:1fr}.portal-sidebar{min-height:auto;box-shadow:none;border-bottom:1px solid #0f172a14;border-right:0;position:static}.portal-sidebar-top{padding:14px 12px 10px}.portal-sidebar-brand{padding:0 4px 12px}.brand{gap:10px}.brand-mark{border-radius:10px;width:38px;height:38px;font-size:13px}.brand h1{font-size:17px}.brand p{font-size:12px}.portal-sidebar-nav{gap:12px;padding-top:12px}.portal-sidebar-section{scrollbar-width:none;flex-wrap:nowrap;gap:8px;display:flex;overflow-x:auto}.portal-sidebar-section::-webkit-scrollbar{display:none}.portal-sidebar-heading{display:none}.portal-nav-item{border-radius:14px;flex:none;width:auto;padding:10px 12px;font-size:13px}.portal-nav-icon{border-radius:10px;width:28px;height:28px}.portal-sidebar-bottom{padding:10px 12px 14px}.portal-user-slot{display:none}.portal-main{padding:18px 12px 60px}.portal-topbar{margin-bottom:14px}.portal-topbar-title{font-size:28px}.view-head{gap:8px;margin-bottom:12px}.view-head .role-toggle{order:10}.dashboard-grid{grid-template-columns:1fr;gap:10px}.dashboard-row{grid-template-columns:1fr}.card{border-radius:14px;padding:14px}.form-grid-2{grid-template-columns:1fr!important}select,input[type=text],input[type=date]{width:100%;min-width:0}.admin-table{overflow-x:auto}.workspace-context{display:none}.role-toggle button{padding:5px 10px;font-size:13px}button{min-height:40px}}@media (max-width:480px){.brand-mark{width:34px;height:34px}.brand h1{font-size:15px}.portal-main{padding:16px 8px 56px}.portal-sidebar-tools select,.portal-sidebar-tools .ghost{width:100%}.portal-topbar-title{font-size:24px}.card{padding:12px}}@media print{body{background:#fff}.app-header,.app-nav,.view-head,.header-actions,.review-panel,.banner{display:none!important}.view{box-shadow:none;background:#fff;border-radius:0;padding:0}.quick-block,.full-section{break-inside:auto}.quick-view{gap:6px;display:grid}.quick-scan-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:8px}.quick-scan-strip article{border-radius:8px;padding:6px 8px}.quick-scan-strip span{font-size:9px}.quick-scan-strip strong{font-size:12px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.quick-block{border-radius:10px;padding:8px 10px}.quick-block h4{margin-bottom:4px;font-size:11px}.quick-block ul{gap:4px}.quick-block li{font-size:11px;line-height:1.25}.quick-item-label{font-size:9px}.quick-item-value{font-size:11px}}.settings-lang-row{background:var(--surface);border:1px solid var(--outline);border-radius:10px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.option-hidden-label{color:var(--muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.option-field-label{color:var(--muted);flex-direction:column;gap:.25rem;font-size:.82rem;display:flex}.empty-template-cta{justify-items:start;gap:10px;display:grid}.override-badge{color:var(--accent);letter-spacing:.02em;background:#e8f0fe;border-radius:20px;margin-left:.5rem;padding:.1rem .45rem;font-size:.7rem;font-weight:600;display:inline-block}.settings-advanced{border:1px solid var(--outline);background:#fafcff;border-radius:10px;margin-top:8px;padding:10px}.settings-advanced summary{cursor:pointer;margin-bottom:8px;font-weight:600}.settings-lang-row--wrap{flex-wrap:wrap;align-items:flex-end}.template-toolbar{background:linear-gradient(#fafaff 0%,#f8faff 100%);border:1px solid #5b5bd62e}.template-status-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:12px;display:grid}.template-status-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:0;display:grid;overflow:hidden}.template-status-card strong{font-size:15px}.settings .panel label,.settings-subsection label{color:var(--ink);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.settings .panel label input[type=text],.settings .panel label input[type=url],.settings .panel label select,.settings-subsection label input[type=text],.settings-subsection label select{box-sizing:border-box;width:100%;min-width:0;color:var(--ink);box-shadow:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:400;transition:border-color .15s,box-shadow .15s}.settings .panel label input[type=text]:focus,.settings .panel label input[type=url]:focus,.settings .panel label select:focus,.settings-subsection label input[type=text]:focus,.settings-subsection label select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0d94881f}.settings .panel label:has(>input[type=checkbox]){cursor:pointer;flex-direction:row;align-items:center;gap:8px;font-weight:500}.settings-subsection label:has(>input[type=checkbox]){cursor:pointer;flex-direction:row;align-items:center;gap:8px;font-weight:500}.settings-subsection--guided{border-color:#0d94882e;border-left:3px solid var(--accent);background:#f8fdfc;padding-left:14px}.settings-subsection--guided h4{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 4px;font-size:12px;font-weight:700}.option-config-row.settings-advanced{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;margin-top:6px;padding:0;overflow:hidden}.option-config-row.settings-advanced summary{color:var(--ink);-webkit-user-select:none;user-select:none;background:#fff;align-items:center;gap:8px;margin:0;padding:10px 14px;font-size:14px;font-weight:500;list-style:none;transition:background .12s;display:flex}.option-config-row.settings-advanced summary:before{content:"▶";color:var(--muted);flex-shrink:0;font-size:9px;transition:transform .15s}.option-config-row.settings-advanced[open] summary:before{transform:rotate(90deg)}.option-config-row.settings-advanced summary:hover{background:#f8fdfc}.option-config-row.settings-advanced>:not(summary){padding:0 14px 12px}.settings-subsection .admin-action-row>button.ghost{color:var(--ink);background:#fff;border:1.5px dashed #d1d5db;border-radius:10px;padding:8px 14px;font-size:13px}.settings-subsection .admin-action-row>button.ghost:hover{border-color:var(--accent);color:var(--accent);background:#f0fdfa}.option-config-row .admin-action-row{padding-top:4px}.settings-edit-current-cta{background:linear-gradient(135deg,#f0fdfa 0%,#e0f2fe 100%);border:1.5px solid #0d948840}.settings-edit-current-cta strong{color:var(--ink);font-size:15px}.settings .panel{gap:14px;display:grid}.iphone-screen .plan-option{color:#1f2937!important}.iphone-screen .plan-option.is-selected{color:#111827!important;background:linear-gradient(135deg,#f0fdfa,#ccfbf1)!important;border-color:#0f766e!important;box-shadow:0 10px 24px #0d948829!important}.iphone-screen .plan-option-check{color:#0f766e!important;border-color:#0f766e!important}.auth-page{background:var(--bg);min-height:100vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.auth-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;max-width:440px;padding:40px 36px}.auth-icon{margin-bottom:var(--space-3);font-size:32px}.auth-heading{margin:0 0 var(--space-2);color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:22px}.auth-sub{color:var(--muted);margin:0 0 28px;font-size:14px;line-height:1.55}.auth-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-2);font-size:12px;font-weight:600;display:block}.auth-input{border-radius:var(--radius-md);width:100%;box-shadow:inset 0 0 0 1px var(--outline);color:var(--ink);margin-bottom:var(--space-4);box-sizing:border-box;background:#fff;border:1px solid #0000;padding:11px 13px;font-family:inherit;font-size:15px;display:block}.auth-input:focus-visible{box-shadow:var(--focus-ring);outline:none}.auth-btn{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;cursor:pointer;text-align:center;border:none;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block}.auth-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #335ea838}.auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-notice{color:var(--muted);text-align:center;margin-top:20px;font-size:12px;line-height:1.5}.auth-alert{margin-top:var(--space-4);padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);font-size:14px;line-height:1.5}.auth-alert--error{background:var(--color-danger-bg);color:var(--color-danger)}.auth-alert--success{background:var(--color-success-bg);color:var(--color-success)}.auth-alert--info{color:#1d4f91;background:#eff6ff}.auth-card--center{text-align:center}.auth-card--compact{max-width:440px}.auth-card--gradient{background:linear-gradient(160deg,#f4f7fb 0%,#f8fafd 50%,#fff 100%)}.auth-icon--large{margin-bottom:16px;font-size:48px}.auth-heading--center,.auth-sub--center{text-align:center}.auth-sub--tight{margin-bottom:16px}.auth-sub--loose{margin-bottom:24px}.auth-link-btn{text-decoration:none;display:block}.auth-cta-grid{gap:12px;display:grid}.auth-btn--full{justify-content:center;width:100%}.auth-btn--padded{padding:12px 24px}.auth-label--login{color:var(--vpm-gray-700);margin-bottom:6px;font-size:14px;font-weight:600;display:block}.auth-alert-box{border-radius:8px;margin-top:16px;padding:12px}.auth-alert-box--success{color:#166534;background:#ecfdf5}.auth-alert-box--error{color:#991b1b;background:#fef2f2}.auth-notice--success{color:var(--vpm-success);margin-top:16px}.auth-shell{background:linear-gradient(160deg,#f4f7fb 0%,#f8fafd 50%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-surface{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:36px 32px;box-shadow:0 4px 32px #0000001a}.auth-context-card{text-align:center;background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%);border:2px solid #5eead4;border-radius:16px;margin-bottom:24px;padding:20px}.auth-context-icon{margin-bottom:12px;font-size:40px}.auth-context-kicker{color:#0f766e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:13px;font-weight:600}.auth-context-title{color:#0d9488;margin-bottom:8px;font-size:22px;font-weight:700}.auth-context-subject{color:#115e59;font-size:14px}.auth-mode-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;display:grid}.auth-mode-btn{cursor:pointer;text-align:center;margin-bottom:0}.auth-form-offset{margin-top:16px}.portal-modal-actions{gap:8px;margin-top:12px;display:flex}.portal-modal-actions--end{flex-wrap:wrap;justify-content:flex-end}.portal-modal-danger-btn{color:#fff;background:#c53030;border-color:#9b2c2c}.portal-modal-result{margin-top:14px}.portal-modal-result--success{background:#f0fff4}.portal-modal-result--error{background:#fff5f5}.portal-modal-resultText{margin:0}.portal-inline-actions{flex-wrap:wrap;gap:8px;display:flex}.portal-mail-link{border:1px solid var(--outline);border-radius:12px;align-items:center;padding:10px 16px;display:inline-flex}.tenant-delete-title{color:#9b2c2c;margin:0}.tenant-delete-impact{color:#7a1f1f}.tenant-delete-prepareBtn{color:#9b2c2c;background:#fff5f5;border:1px solid #f56565}.tenant-delete-confirmBtn{color:#fff;background:#9b2c2c;border:1px solid #9b2c2c}.superadmin-client-shell{max-width:520px;margin:0 auto;padding:24px}
