:root{--background:#f5f7fb;--foreground:#0f172a;--muted:#64748b;--muted-strong:#475569;--panel:#fff;--line:#e2e8f0;--line-soft:#eef2f7;--primary:#0f766e;--primary-strong:#0b5c56;--primary-soft:#dff7f5;--warning:#f59e0b;--warning-soft:#fef3c7;--danger:#ef4444;--danger-soft:#fee2e2;--success:#10b981;--success-soft:#d1fae5;--info:#0ea5e9;--info-soft:#e0f2fe;--sidebar-bg:#0f172a;--sidebar-fg:#cbd5e1;--sidebar-active:#0f766e;--shadow:0 8px 24px #0f172a14;--radius:12px;--sidebar-width:248px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}h1,h2,h3,h4{margin:0;line-height:1.2}p{margin:0}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:13px}.btn-md{padding:10px 18px;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-strong)}.btn-secondary{background:var(--primary-soft);color:var(--primary-strong)}.btn-secondary:hover:not(:disabled){background:#c7f0ed}.btn-ghost{color:var(--muted-strong);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--line-soft);color:var(--foreground)}.btn-ghost.is-active{background:var(--primary-soft);color:var(--primary-strong)}.btn-outline{background:var(--panel);color:var(--muted-strong);border-color:var(--line)}.btn-outline:hover:not(:disabled){border-color:var(--muted);color:var(--foreground)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.field{gap:6px;display:grid}.field-label{color:var(--muted-strong);font-size:13px;font-weight:600}.field-required{color:var(--danger);font-style:normal}.field-hint{color:var(--muted);font-size:12px}.field-error{color:var(--danger);font-size:12px;font-weight:600}.input,.select,.textarea{border:1px solid var(--line);background:var(--panel);width:100%;color:var(--foreground);border-radius:10px;padding:9px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0f766e26}.textarea{resize:vertical;min-height:84px}.checkbox{color:var(--muted-strong);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:inline-flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid .full{grid-column:1/-1}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:20px}.card-title{font-size:16px;font-weight:700}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.page-header h1{font-size:22px;font-weight:800}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:4px;font-size:12px;font-weight:700}.page-description{color:var(--muted);margin-top:6px;font-size:14px}.page-actions{flex-wrap:wrap;gap:10px;display:flex}.back-link{color:var(--muted);margin-bottom:10px;font-size:13px;font-weight:600;display:inline-block}.state-box{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 24px;display:flex}.state-box h3{color:var(--foreground);font-size:16px}.state-box p{max-width:420px;font-size:14px}.state-error h3{color:var(--danger)}.state-icon{color:var(--muted);background:var(--line-soft);border-radius:50%;place-items:center;width:56px;height:56px;font-size:28px;font-weight:800;display:grid}.state-action{margin-top:6px}.spinner{border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:.7s linear infinite spin;display:inline-block}.spinner-sm{border-width:2px;width:14px;height:14px}.spinner-md{width:24px;height:24px}.spinner-lg{width:40px;height:40px}@keyframes spin{to{transform:rotate(360deg)}}.badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge-neutral{background:var(--line-soft);color:var(--muted-strong)}.badge-primary{background:var(--primary-soft);color:var(--primary-strong)}.badge-success{background:var(--success-soft);color:#047857}.badge-warning{background:var(--warning-soft);color:#b45309}.badge-danger{background:var(--danger-soft);color:#b91c1c}.badge-info{background:var(--info-soft);color:#0369a1}.progress-wrap{align-items:center;gap:10px;display:flex}.progress-track{background:var(--line-soft);border-radius:999px;flex:1;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary) 0%, #2dd4bf 100%);border-radius:999px;height:100%;transition:width .3s}.progress-label{color:var(--muted-strong);text-align:right;min-width:40px;font-size:13px;font-weight:700}.modal-backdrop{z-index:60;background:#0f172a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:var(--panel);border-radius:14px;flex-direction:column;width:100%;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0f172a40}.modal-sm{max-width:420px}.modal-md{max-width:600px}.modal-lg{max-width:860px}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.modal-header h2{font-size:17px;font-weight:800}.modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1}.modal-close:hover{color:var(--foreground)}.modal-body{padding:22px;overflow-y:auto}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.modal-message{color:var(--muted-strong);font-size:14px}.toast-region{z-index:80;gap:10px;max-width:min(380px,100vw - 32px);display:grid;position:fixed;top:16px;right:16px}.toast{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-left-width:4px;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;font-size:14px;font-weight:600;animation:.2s toast-in;display:flex}.toast-success{border-left-color:var(--success)}.toast-error{border-left-color:var(--danger)}.toast-info{border-left-color:var(--info)}.toast-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:16px;line-height:1}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pagination{justify-content:center;align-items:center;gap:6px;padding:16px 0;display:flex}.pagination-ellipsis{color:var(--muted);padding:0 4px}.table-wrap{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.table-scroll{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:14px}.table th{text-align:left;background:var(--line-soft);color:var(--muted-strong);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:700}.table td{border-bottom:1px solid var(--line-soft);vertical-align:middle;padding:12px 16px}.table tbody tr:hover{background:#fafbfe}.table tbody tr:last-child td{border-bottom:none}.table-row-link{cursor:pointer}.cell-strong{color:var(--foreground);font-weight:700}.cell-muted{color:var(--muted);font-size:13px}.cell-actions{justify-content:flex-end;gap:6px;display:flex}.table-empty{text-align:center;color:var(--muted);padding:40px 16px}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.toolbar .toolbar-search{flex:1;min-width:200px;max-width:340px}.toolbar .toolbar-grow{flex:1}.def-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;display:grid}.def-item{gap:2px;display:grid}.def-item.full{grid-column:1/-1}.def-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.def-value{color:var(--foreground);word-break:break-word;font-size:14px}@media (max-width:640px){.def-list{grid-template-columns:1fr}}.timeline{gap:0;display:grid;position:relative}.timeline-item{grid-template-columns:22px 1fr;gap:14px;padding-bottom:22px;display:grid;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-rail{flex-direction:column;align-items:center;display:flex}.timeline-dot{background:var(--line);border:3px solid var(--panel);width:14px;height:14px;box-shadow:0 0 0 2px var(--line);border-radius:50%;flex-shrink:0}.timeline-dot.done{background:var(--success);box-shadow:0 0 0 2px var(--success-soft)}.timeline-dot.current{background:var(--warning);box-shadow:0 0 0 2px var(--warning-soft);animation:2s infinite pulse}.timeline-dot.skipped{background:var(--muted)}.timeline-line{background:var(--line);flex:1;width:2px;margin-top:4px}.timeline-item:last-child .timeline-line{display:none}.timeline-content{gap:2px;padding-bottom:2px;display:grid}.timeline-title{color:var(--foreground);font-size:14px;font-weight:700}.timeline-subtitle{color:var(--muted);font-size:13px}.timeline-note{color:var(--muted-strong);background:var(--line-soft);border-radius:8px;margin-top:6px;padding:8px 10px;font-size:13px}.timeline-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}@keyframes pulse{0%,to{box-shadow:0 0 0 2px var(--warning-soft)}50%{box-shadow:0 0 0 5px #f59e0b40}}.shell{min-height:100vh;display:flex}.shell-main{flex-direction:column;flex:1;min-width:0;display:flex}.shell-content{width:100%;max-width:1280px;margin:0 auto;padding:24px 28px 48px}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);color:var(--sidebar-fg);flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:10px;padding:20px 20px 16px;display:flex}.sidebar-logo{background:var(--primary);color:#fff;border-radius:9px;place-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:grid}.sidebar-brand-text{color:#fff;font-size:16px;font-weight:800}.sidebar-brand-sub{color:#64748b;font-size:11px}.sidebar-nav{flex:1;align-content:start;gap:2px;padding:8px 12px 16px;display:grid;overflow-y:auto}.sidebar-section{text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:14px 10px 6px;font-size:11px;font-weight:700}.sidebar-link{color:var(--sidebar-fg);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0f;text-decoration:none}.sidebar-link.is-active{background:var(--sidebar-active);color:#fff}.sidebar-link-icon{text-align:center;flex-shrink:0;width:18px;font-size:15px}.sidebar-user{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:14px 16px;display:flex}.avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.sidebar-user-role{color:#64748b;font-size:11px}.sidebar-logout{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.sidebar-logout:hover{color:#fff}.sidebar-backdrop,.sidebar-toggle,.topbar{display:none}.auth-shell{background:linear-gradient(#f8fafc 0%,#eef6f6 100%);grid-template-columns:minmax(0,1fr);min-height:100vh;display:grid}.auth-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;align-self:center;width:min(420px,100% - 32px);margin:48px auto;padding:32px;box-shadow:0 10px 30px #0f172a14}.auth-brand{align-items:center;gap:12px;margin-bottom:20px;display:flex}.auth-brand-text h1{font-size:20px;font-weight:800}.auth-brand-text p{color:var(--muted);font-size:13px}.auth-error{background:var(--danger-soft);color:#b91c1c;border-radius:10px;margin-top:16px;padding:10px 12px;font-size:13px;font-weight:600}.auth-footer{text-align:center;color:var(--muted);margin-top:20px;font-size:13px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.kpi{gap:4px;padding:18px 20px;display:grid}.kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.kpi-value{font-size:28px;font-weight:800;line-height:1.1}.kpi-sub{color:var(--muted);font-size:12px}.dash-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.dash-full{grid-column:1/-1}.onboarding-progress{max-width:420px}.onboarding-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:16px;display:grid}.onboarding-item{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.onboarding-item.is-done{opacity:.65}.onboarding-item.is-active{border-color:var(--primary,#2563eb);box-shadow:0 0 0 1px var(--primary,#2563eb)}.onboarding-check{width:22px;height:22px;color:var(--muted);border:1.5px solid var(--border,#e5e7eb);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;display:grid}.onboarding-item.is-done .onboarding-check{background:var(--primary,#2563eb);border-color:var(--primary,#2563eb);color:#fff}.onboarding-body p{margin:2px 0 0}.mb-8{margin-bottom:8px}@media (max-width:1024px){.dash-grid{grid-template-columns:1fr}}@media (max-width:900px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.kpi-grid{grid-template-columns:1fr}}.steps-list{gap:10px;display:grid}.step-card{grid-template-columns:18px 1fr auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.step-index{background:var(--line);width:18px;height:18px;color:var(--muted-strong);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.step-index.completed{background:var(--success);color:#fff}.step-index.in_progress{background:var(--warning);color:#fff}.step-card-info{gap:2px;min-width:0;display:grid}.step-card-name{font-size:14px;font-weight:700}.step-card-desc{color:var(--muted);font-size:13px}@media (max-width:1024px){.sidebar{z-index:50;transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{z-index:40;background:#0f172a73;display:block;position:fixed;inset:0}.sidebar-toggle{border:1px solid var(--line);background:var(--panel);width:38px;height:38px;color:var(--foreground);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.topbar{border-bottom:1px solid var(--line);background:var(--panel);z-index:30;align-items:center;gap:12px;padding:14px 20px;display:flex;position:sticky;top:0}}@media (max-width:640px){.shell-content{padding:16px 14px 40px}.table th,.table td{padding:10px 12px}}.stack{gap:16px;display:grid}.stack-sm{gap:10px;display:grid}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.muted{color:var(--muted)}.text-sm{font-size:13px}.flex-1{flex:1}.mt-0{margin-top:0}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mb-0{margin-bottom:0}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.gap-6{gap:6px}.tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:20px;display:flex}.tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.tab:hover{color:var(--foreground)}.tab.is-active{color:var(--primary-strong);border-bottom-color:var(--primary)}.tab-count{background:var(--line-soft);min-width:18px;height:18px;color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.tab.is-active .tab-count{background:var(--primary-soft);color:var(--primary-strong)}.checklist{gap:8px;display:grid}.checklist-item{border:1px solid var(--line);background:var(--panel);border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.checklist-item.is-done{background:var(--success-soft);border-color:#0000}.checklist-item-body{flex:1;gap:2px;min-width:0;display:grid}.upload-item{border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.upload-item+.upload-item{margin-top:8px}.upload-icon{background:var(--line-soft);width:34px;height:34px;color:var(--muted-strong);border-radius:8px;flex-shrink:0;place-items:center;font-size:15px;display:grid}.upload-info{flex:1;min-width:0}.upload-info .cell-strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.notice-box{background:var(--warning-soft);color:#92400e;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.notice-box.danger{background:var(--danger-soft);color:#b91c1c}.developer-shell{background:#f6f8fb;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.developer-sidebar{color:#fff;background:#111827;flex-direction:column;gap:20px;padding:24px;display:flex}.developer-brand{align-items:center;gap:12px;display:flex}.developer-brand div{flex-direction:column;display:flex}.developer-brand small,.developer-header small{color:#94a3b8;display:block}.developer-sidebar nav{flex-direction:column;gap:4px;display:flex}.developer-sidebar nav a{color:#cbd5e1;border-radius:8px;padding:10px 12px;text-decoration:none}.developer-sidebar nav a:hover,.developer-sidebar nav a.active{color:#fff;background:#1e3a5f}.developer-main{min-width:0}.developer-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:68px;padding:0 24px;display:flex}.developer-header>div:last-child{align-items:center;gap:16px;display:flex}.developer-menu,.developer-backdrop{display:none}.developer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.metric-card{padding:18px}.metric-card strong{margin-top:6px;font-size:1.7rem;display:block}.developer-section{margin-top:24px}.usage-row{grid-template-columns:180px 1fr 100px;align-items:center;gap:12px;padding:8px 0;display:grid}@media (max-width:900px){.developer-shell{grid-template-columns:1fr}.developer-sidebar{z-index:60;width:min(280px,86vw);transition:transform .2s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%)}.developer-sidebar.is-open{transform:translate(0)}.developer-backdrop{z-index:50;background:#0f172a8a;border:0;display:block;position:fixed;inset:0}.developer-menu{background:#fff;border:1px solid #dbe2ea;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:inline-flex}.developer-header{gap:10px;height:auto;min-height:68px;padding:10px 14px}.developer-header>div:first-of-type{flex:1}.developer-header>div:last-child span{display:none}.developer-grid,.usage-row{grid-template-columns:1fr}.developer-main .page-content{padding:20px 14px}}.legal-page{max-width:760px;margin:48px auto;padding:24px;line-height:1.65}.legal-page h1,.legal-page h2{margin:0 0 16px}.legal-page h2{margin-top:28px}
