@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--bg:#f5f7fb;--surface:#ffffff;--surface-soft:#f8fafc;--border:#e5e9f0;--border-strong:#d7dee8;--text:#182230;--muted:#667085;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#eff6ff;--success:#16a34a;--success-soft:#f0fdf4;--sidebar:#111827;--sidebar-muted:#9ca3af;--shadow:0 14px 40px rgba(15,23,42,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:DM Sans,Arial,sans-serif}button,input,textarea{font:inherit}button{border:0}.app-shell{min-height:100vh;display:flex}.sidebar{position:sticky;top:0;height:100vh;width:280px;flex:0 0 280px;padding:28px 18px 20px;background:var(--sidebar);color:#fff;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 28px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#3b82f6,#2563eb);font-family:Manrope,sans-serif;font-weight:800;font-size:20px;box-shadow:0 10px 24px #2563eb59}.brand strong{display:block;font-family:Manrope,sans-serif;font-size:16px}.brand span{display:block;color:var(--sidebar-muted);font-size:12px;margin-top:2px}.sidebar-section-label{color:#6b7280;font-size:10px;letter-spacing:.14em;font-weight:700;margin:24px 10px 10px}.workflow-nav{display:grid;gap:6px}.workflow-nav a{color:#d1d5db;text-decoration:none;display:flex;align-items:center;gap:11px;padding:11px 10px;border-radius:12px;transition:.2s ease}.workflow-nav a:hover{background:#ffffff0d;color:#fff}.workflow-nav a.done{background:#2563eb1f;color:#fff}.nav-number{width:28px;height:28px;display:grid;place-items:center;border:1px solid #374151;border-radius:9px;font-size:12px;font-weight:700;color:#9ca3af;flex:0 0 auto}.done .nav-number{color:#bfdbfe;border-color:#2563eb;background:#1d4ed8}.workflow-nav strong{display:block;font-size:13px;font-weight:600}.workflow-nav small{display:block;color:#6b7280;font-size:11px;margin-top:2px}.done small{color:#93c5fd}.sidebar-bottom{margin-top:auto}.progress-card{padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff09}.progress-title{display:flex;justify-content:space-between;font-size:12px;color:#d1d5db}.progress-track{height:6px;background:#263244;border-radius:999px;overflow:hidden;margin:10px 0}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#3b82f6);transition:width .3s ease}.progress-card small{color:#6b7280;font-size:11px;line-height:1.4}.ghost-reset{width:100%;margin-top:12px;padding:10px;color:#9ca3af;background:transparent;border:1px solid #263244;border-radius:10px;cursor:pointer}.ghost-reset:hover{color:#fff;border-color:#4b5563}.main-content{width:calc(100% - 280px);max-width:1500px;padding:42px clamp(22px,4vw,64px) 70px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.eyebrow{margin:0 0 7px;color:var(--primary);font-size:11px;letter-spacing:.13em;font-weight:700}h1,h2,h3{font-family:Manrope,DM Sans,Arial,sans-serif;color:var(--text)}.topbar h1{margin:0;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.03em}.topbar-subtitle{margin:11px 0 0;color:var(--muted);max-width:760px;line-height:1.6;font-size:14px}.topbar-status{flex:0 0 auto;display:flex;align-items:center;gap:8px;color:#475467;background:#fff;border:1px solid var(--border);border-radius:999px;padding:10px 14px;font-size:12px;box-shadow:0 4px 16px #0f172a08}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #16a34a1a}.loading-banner{display:flex;align-items:center;gap:10px;padding:13px 16px;margin-bottom:18px;border:1px solid #bfdbfe;border-radius:12px;background:var(--primary-soft);color:#1e3a8a;font-size:13px}.loading-banner span:last-child{color:#4f6c9f}.spinner{width:16px;height:16px;border:2px solid #93c5fd;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.metric-card{min-height:130px;padding:19px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 26px #0f172a09}.metric-label{display:block;color:var(--muted);font-size:12px;font-weight:600}.metric-card strong{display:block;margin:10px 0 8px;font-family:Manrope,sans-serif;font-size:30px;letter-spacing:-.04em}.metric-card small{color:#98a2b3;font-size:11px;line-height:1.4}.workspace-card,.report-section{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:clamp(20px,3vw,30px);margin-top:18px;box-shadow:var(--shadow)}.card-heading{display:flex;align-items:flex-start;gap:13px}.step-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-family:Manrope,sans-serif;font-weight:800}.card-heading h2{margin:0;font-size:18px;letter-spacing:-.02em}.card-heading p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.badge,.module-count{margin-left:auto;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.success-badge{color:#166534;background:var(--success-soft);border:1px solid #bbf7d0}.optional-badge{color:#667085;background:#f8fafc;border:1px solid var(--border)}.module-count{color:var(--primary);background:var(--primary-soft);border:1px solid #dbeafe}.file-upload-layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr);gap:18px;margin-top:24px}.file-upload-layout.compact{grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr)}.drop-zone{min-height:190px;padding:26px;border:1.5px dashed #b9c5d4;border-radius:15px;background:#fbfcfe;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.2s ease}.drop-zone:hover{border-color:var(--primary);background:var(--primary-soft)}.drop-zone.uploaded{border-color:#86efac;background:var(--success-soft)}.drop-zone input{display:none}.upload-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:11px;border-radius:14px;background:#eaf1ff;color:var(--primary);font-size:25px;font-weight:700}.uploaded .upload-icon{background:#dcfce7;color:var(--success)}.drop-zone strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:14px}.drop-zone small{margin-top:6px;color:#98a2b3;font-size:11px}.upload-info{padding:20px;border-radius:15px;background:var(--surface-soft);border:1px solid #edf0f4}.upload-info h3{margin:0 0 12px;font-size:13px}.upload-info p{color:var(--muted);font-size:12px;line-height:1.65;margin:15px 0 0}.mapping-tags{display:flex;flex-wrap:wrap;gap:7px}.mapping-tags span{padding:5px 8px;border:1px solid #e2e8f0;background:#fff;border-radius:7px;color:#475467;font-size:11px;font-family:monospace}.simple-list{margin:0;padding-left:17px;color:var(--muted);font-size:12px;line-height:2}.file-result{display:flex;align-items:center;gap:10px;margin-top:16px;padding:12px 14px;background:var(--success-soft);border:1px solid #dcfce7;border-radius:12px}.check{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--success);color:#fff;font-size:13px;font-weight:800}.file-result strong,.file-result small{display:block}.file-result strong{color:#166534;font-size:13px}.file-result small{color:#5b8a68;font-size:11px;margin-top:2px}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:23px 0 14px;padding:14px 16px;background:var(--surface-soft);border:1px solid #edf0f4;border-radius:13px}.module-toolbar strong{font-size:13px}.module-toolbar p{margin:3px 0 0;color:var(--muted);font-size:12px}.secondary-button{flex:0 0 auto;padding:9px 13px;background:#fff;color:#344054;border:1px solid var(--border-strong);border-radius:9px;cursor:pointer;font-size:12px;font-weight:600}.secondary-button:hover{border-color:#98a2b3}.module-editor{width:100%;min-height:350px;resize:vertical;padding:15px;color:#1f2937;background:#fff;border:1px solid var(--border-strong);border-radius:12px;outline:none;font-size:13px;line-height:1.7}.module-editor:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb14}.module-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.module-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px 7px 7px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475467;font-size:11px}.module-chip b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:10px}.empty-state{padding:48px 20px;margin-top:22px;border:1px dashed var(--border-strong);border-radius:14px;text-align:center;background:#fcfdff}.empty-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 12px;border-radius:14px;background:#f1f5f9;color:#64748b;font-size:24px}.empty-state h3{margin:0;font-size:15px}.empty-state p{margin:7px 0 0;color:var(--muted);font-size:12px}.customer-toolbar{display:flex;align-items:center;gap:14px;margin:23px 0 12px}.search-box{flex:1;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border-strong);border-radius:11px;background:#fff}.search-box span{color:#98a2b3;font-size:20px}.search-box input{width:100%;border:0;outline:0;padding:11px 0;color:var(--text);font-size:13px}.customer-count{color:#667085;font-size:12px;white-space:nowrap}.customer-list{display:grid;gap:8px;max-height:520px;overflow:auto;padding-right:3px}.customer-row{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) 130px auto;align-items:center;gap:12px;padding:13px 15px;text-align:left;background:#fff;border:1px solid #e8edf3;border-radius:12px;cursor:pointer;transition:.16s ease}.customer-row:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 7px 18px #0f172a0a}.customer-row.selected{border-color:#93c5fd;background:#f8fbff;box-shadow:0 0 0 3px #2563eb12}.radio-indicator{width:20px;height:20px;display:grid;place-items:center;border:1.5px solid #cbd5e1;border-radius:50%;color:#fff;font-size:10px}.selected .radio-indicator{background:var(--primary);border-color:var(--primary)}.customer-main{min-width:0}.customer-main strong,.customer-main small,.customer-license small,.customer-license strong{display:block}.customer-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.customer-main small,.customer-license small{margin-top:3px;color:#98a2b3;font-size:11px}.customer-license{border-left:1px solid #eef2f6;padding-left:12px}.customer-license strong{margin-top:3px;color:#475467;font-size:12px}.activity-pill{padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;white-space:nowrap}.empty-search{padding:22px;color:var(--muted);font-size:13px;text-align:center;border:1px dashed var(--border-strong);border-radius:12px}.generate-card{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:18px;padding:30px;border-radius:18px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(59,130,246,.4),transparent 28%),linear-gradient(135deg,#172554,#111827 62%);box-shadow:0 18px 40px #0f172a24}.generate-card .eyebrow{color:#93c5fd}.generate-card h2{margin:0;color:#fff;font-size:20px}.generate-card p:not(.eyebrow){margin:7px 0 0;color:#cbd5e1;font-size:13px}.primary-button,.download-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:46px;padding:0 18px;border-radius:11px;cursor:pointer;font-weight:700}.primary-button{flex:0 0 auto;background:#fff;color:#1d4ed8}.primary-button:hover:not(:disabled){background:#eff6ff;transform:translateY(-1px)}.primary-button:disabled{opacity:.48;cursor:not-allowed}.button-arrow{font-size:18px}.report-section{margin-top:18px}.report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.report-header h2{margin:0;font-size:20px}.report-header p:not(.eyebrow){margin:7px 0 0;color:var(--muted);font-size:13px}.download-button{flex:0 0 auto;background:var(--primary);color:#fff}.download-button:hover{background:var(--primary-dark)}.report-frame-wrap{margin-top:22px;padding:10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px}iframe{display:block;width:100%;height:850px;border:0;border-radius:8px;background:#fff}@media (max-width:1100px){.sidebar{position:fixed;z-index:20;transform:translate(-100%)}.main-content{width:100%;max-width:none}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.main-content{padding:28px 16px 50px}.topbar,.generate-card,.report-header{flex-direction:column}.topbar-status{align-self:flex-start}.dashboard-grid,.file-upload-layout,.file-upload-layout.compact{grid-template-columns:1fr}.card-heading{flex-wrap:wrap}.card-heading .badge,.card-heading .module-count{margin-left:51px}.module-toolbar,.customer-toolbar{align-items:flex-start;flex-direction:column}.secondary-button{width:100%}.customer-row{grid-template-columns:28px minmax(0,1fr) auto}.customer-license{display:none}.activity-pill{grid-column:2/-1;justify-self:start}.primary-button,.download-button{width:100%}iframe{height:700px}}@media (max-width:480px){.dashboard-grid{grid-template-columns:1fr}.workspace-card,.report-section{padding:18px}.generate-card{padding:22px}}.topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.help-button{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #cfe0ff;border-radius:10px;background:#fff;color:#1d4ed8;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #2563eb0f}.help-button:hover{background:#eff6ff;border-color:#93c5fd}.help-button span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#2563eb;color:#fff;font-size:12px}.module-catalog{margin:16px 0;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.catalog-heading,.selected-modules-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.catalog-heading strong,.selected-modules-heading strong{font-size:13px}.catalog-heading span,.selected-modules-heading span{font-size:12px;color:var(--muted)}.catalog-grid{display:flex;flex-wrap:wrap;gap:8px}.catalog-module{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #d7dee8;border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:600;cursor:pointer;transition:.18s ease}.catalog-module:hover{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.catalog-module.added{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;cursor:default}.catalog-module:disabled{opacity:1}.catalog-module span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#e5e7eb;color:#475467;font-weight:700}.catalog-module.added span{background:#2563eb;color:#fff}.selected-modules-heading{margin-top:16px}.module-chip{display:inline-flex;align-items:center;gap:7px}.module-chip button{width:20px;height:20px;border-radius:50%;background:#e5e7eb;color:#667085;display:grid;place-items:center;cursor:pointer;font-size:15px;line-height:1}.module-chip button:hover{background:#fee2e2;color:#b42318}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:grid;place-items:center;padding:24px;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.help-modal{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px #0f172a4d;padding:26px}.help-modal-header{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--border)}.help-modal-header h2{margin:0 0 6px;font-size:25px}.help-modal-header p{margin:0;color:var(--muted)}.modal-close{width:38px;height:38px;border-radius:10px;background:#f2f4f7;color:#475467;font-size:24px;cursor:pointer;flex:0 0 auto}.modal-close:hover{background:#fee2e2;color:#b42318}.help-steps{display:grid;gap:12px;margin:20px 0}.help-step{display:flex;gap:14px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fbfcfe}.help-step>span{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#2563eb;color:#fff;font-weight:800;flex:0 0 auto}.help-step strong{display:block;font-size:14px;margin-bottom:3px}.help-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.help-note{padding:13px 15px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px}.help-modal-footer{display:flex;justify-content:flex-end;margin-top:20px}.help-modal-footer .primary-button{padding:11px 18px}@media (max-width:760px){.topbar-actions{justify-content:flex-start}.catalog-heading,.selected-modules-heading{align-items:flex-start;flex-direction:column}.help-modal{padding:18px}.help-modal-header h2{font-size:22px}.help-step,.help-overlay{padding:12px}}
