:root{--radius:.65rem;--background:oklch(100% 0 0);--foreground:oklch(14.1% .005 285.823);--card:oklch(100% 0 0);--muted:oklch(96.7% .001 286.375);--muted-foreground:oklch(55.2% .016 285.938);--border:oklch(92% .004 286.32);--input:oklch(92% .004 286.32);--ring:oklch(70.2% .183 293.541);--primary:#3c4dd9;--primary-hover:#303db5;--primary-foreground:#fff;--panel:#f8f8fb;--success:#15803d;--danger:#b91c1c;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}html{background:var(--background)}body{min-width:320px;min-height:100svh;margin:0}button,input{font:inherit}button,input[type=submit]{cursor:pointer}h1,h2,p{margin:0}#root{min-height:100svh}.app-shell{background:var(--background);min-height:100svh}.auth-layout{grid-template-columns:minmax(420px,1fr) minmax(420px,.92fr);min-height:100svh;display:grid}.brand-panel{min-height:100svh;padding:32px;display:flex;position:relative;overflow:hidden}.brand-background,.brand-overlay{position:absolute;inset:0}.brand-background{object-fit:cover;width:100%;height:100%}.brand-overlay{background:linear-gradient(90deg,#0e122cbd,#0e122c4d),linear-gradient(#3c4dd914,#3c4dd952)}.brand-content{z-index:1;color:#fff;flex-direction:column;justify-content:space-between;gap:48px;width:min(100%,720px);min-height:calc(100svh - 64px);display:flex;position:relative}.brand-logo{align-items:center;width:fit-content;display:inline-flex}.brand-logo img,.form-heading img{width:86px;height:auto;display:block}.brand-copy{max-width:580px}.eyebrow{color:var(--primary);letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:700}.brand-copy .eyebrow{color:#fff}.brand-copy h1{color:#fff;letter-spacing:0;max-width:10ch;margin-bottom:18px;font-size:clamp(46px,6vw,72px);font-weight:800;line-height:.96}.brand-copy p:not(.eyebrow){color:#ffffffe6;max-width:42rem;font-size:17px}.application-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:560px;display:grid}.step-item{border-radius:var(--radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff38;align-items:center;gap:12px;min-height:58px;padding:12px;display:flex}.step-item span{width:30px;height:30px;color:var(--primary);background:#fff;border-radius:999px;flex:0 0 30px;place-items:center;font-size:14px;font-weight:800;display:grid}.step-item p{color:#fff;font-size:14px;font-weight:700}.form-panel{background:var(--background);justify-content:center;align-items:center;padding:48px 32px;display:flex}.form-card{flex-direction:column;gap:24px;width:min(100%,480px);display:flex}.form-heading{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.form-heading .eyebrow{margin:8px 0 0}.form-heading h2{color:var(--foreground);letter-spacing:0;font-size:32px;font-weight:650;line-height:1.1}.form-heading p:not(.eyebrow){max-width:30rem;color:var(--muted-foreground);font-size:15px}.auth-page-tabs{border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px;display:grid}.auth-page-tabs button{border-radius:calc(var(--radius) - 2px);min-height:40px;color:var(--muted-foreground);letter-spacing:0;background:0 0;border:0;padding:8px 10px;font-size:13px;font-weight:700;transition:background .16s,color .16s,box-shadow .16s}.auth-page-tabs button:hover,.auth-page-tabs button.active{color:var(--foreground);background:var(--card);box-shadow:0 1px 3px #0f172a14}.auth-form{gap:18px;display:grid}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field:has(input[type=email]){grid-column:1/-1}.field:has(input[type=tel]){grid-column:1/-1}.field span{color:var(--foreground);font-size:14px;font-weight:650}.field input{border:1px solid var(--input);border-radius:var(--radius);width:100%;min-height:48px;color:var(--foreground);background:var(--card);outline:none;padding:0 14px;transition:border-color .16s,box-shadow .16s;box-shadow:0 1px 2px #0f172a0a}.field input::placeholder{color:#9ca3af}.field input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px #3c4dd924}.primary-action{border-radius:var(--radius);min-height:50px;color:var(--primary-foreground);background:var(--primary);letter-spacing:0;border:1px solid #0000;justify-content:center;align-items:center;font-size:15px;font-weight:800;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 12px 22px #3c4dd938}.primary-action:hover{background:var(--primary-hover);box-shadow:0 14px 26px #3c4dd947}.primary-action:active{transform:translateY(1px)}.auth-page-tabs button:focus-visible,.primary-action:focus-visible,.form-footer button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.form-footer{min-height:28px;color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.form-footer button{color:var(--primary);background:0 0;border:0;padding:0;font-weight:800}.form-footer p{color:var(--success);font-weight:700}.auth-link,.form-status{color:var(--muted-foreground);text-align:center;font-size:14px}.auth-link button{color:var(--primary);background:0 0;border:0;padding:0;font-weight:800}.form-status{color:var(--success);font-weight:700}.dashboard-shell{background:#f6f7fb;min-height:100svh}.dashboard-topbar{z-index:10;border-bottom:1px solid var(--border);background:var(--primary);position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1180px;min-height:74px;margin:0 auto;padding:0 24px;display:flex}.topbar-logo,.topbar-actions button,.sidebar-nav button{background:0 0;border:0}.topbar-logo{align-items:center;padding:0;display:inline-flex}.topbar-logo img{width:74px;height:auto}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-actions button{border-radius:var(--radius);color:#fff;min-height:38px;padding:0 14px;font-size:14px;font-weight:700}.topbar-actions button:hover{background:#ffffff24}.dashboard-grid{grid-template-columns:260px minmax(0,1fr);gap:24px;max-width:1180px;margin:0 auto;padding:24px;display:grid}.dashboard-sidebar,.dashboard-card,.dashboard-hero,.stat-card{border:1px solid var(--border);background:#fff;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.dashboard-sidebar{align-self:start;gap:20px;padding:16px;display:grid;position:sticky;top:98px}.sidebar-title{color:var(--foreground);font-size:15px;font-weight:800}.sidebar-copy{color:var(--muted-foreground);margin-top:5px;font-size:12px}.sidebar-nav{gap:6px;display:grid}.sidebar-nav button{border-radius:var(--radius);color:#4b5563;text-align:left;width:100%;min-height:38px;padding:0 12px;font-size:14px;font-weight:700}.sidebar-nav button:hover{background:#f3f4f6}.sidebar-nav button.active{color:#fff;background:var(--primary)}.sidebar-panel{border:1px solid var(--border);border-radius:var(--radius);background:#f9fafb;padding:12px}.sidebar-panel p{color:var(--muted-foreground);font-size:12px;font-weight:700}.sidebar-panel strong{color:#92400e;margin-top:4px;font-size:13px;display:block}.dashboard-content{gap:20px;min-width:0;display:grid}.dashboard-hero{justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.dashboard-hero h1{color:var(--foreground);font-size:clamp(28px,4vw,42px);line-height:1.05}.dashboard-hero p:not(.eyebrow){max-width:42rem;color:var(--muted-foreground);margin-top:10px;font-size:15px}.primary-action.compact{min-height:42px;box-shadow:none;flex:none;padding:0 18px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stat-card{padding:18px}.stat-card p{color:var(--muted-foreground);text-transform:uppercase;font-size:12px;font-weight:800}.stat-card strong{color:var(--foreground);margin-top:10px;font-size:24px;display:block}.stat-card.blue{border-left:4px solid var(--primary)}.stat-card.amber{border-left:4px solid #f59e0b}.stat-card.green{border-left:4px solid #22c55e}.dashboard-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:20px;display:grid}.dashboard-card{padding:20px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{color:var(--foreground);font-size:16px}.section-heading p{color:var(--muted-foreground);margin-top:4px;font-size:12px}.task-list{gap:10px;display:grid}.task-item{border:1px solid var(--border);border-radius:var(--radius);background:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;display:flex}.task-item h3{color:var(--foreground);margin:0;font-size:14px}.task-item p{color:var(--muted-foreground);margin-top:4px;font-size:12px}.task-item span{color:#92400e;background:#fef3c7;border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:800}.timeline{gap:16px;display:grid}.timeline div{grid-template-columns:14px minmax(0,1fr);gap:12px;display:grid}.timeline span{background:var(--primary);border:3px solid #3c4dd92e;border-radius:999px;width:12px;height:12px;margin-top:4px}.timeline p{color:var(--muted-foreground);font-size:12px}.timeline strong{color:var(--foreground);margin-bottom:3px;font-size:14px;display:block}.dashboard-footer{color:var(--muted-foreground);text-align:center;font-size:11px}@media (width<=960px){.auth-layout{grid-template-columns:1fr}.brand-panel{min-height:auto;padding:28px 20px}.brand-content{min-height:440px}.brand-copy h1{max-width:12ch;font-size:44px}.form-panel{padding:40px 20px}}@media (width<=560px){.brand-content{min-height:520px}.application-card,.field-grid,.auth-page-tabs{grid-template-columns:1fr}.form-heading{text-align:left;align-items:flex-start}.form-footer{flex-direction:column;align-items:flex-start}}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-sidebar{position:static}.dashboard-main-grid,.stats-grid{grid-template-columns:1fr}.dashboard-hero{flex-direction:column;align-items:flex-start}}@media (width<=560px){.topbar-inner{flex-direction:column;align-items:flex-start;padding:14px 20px}.topbar-actions{width:100%}.topbar-actions button{background:#ffffff1a;flex:1}.dashboard-grid{padding:16px}.task-item{flex-direction:column}}
