@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--secondary-color: #14b8a6;--primary-rgb: 99 102 241;--secondary-rgb: 20 184 166;--bg-color: #0f172a;--surface-color: #1e293b;--surface-hover: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--border-color: #334155;--bg-rgb: 15 23 42;--surface-rgb: 30 41 59;--surface-hover-rgb: 51 65 85;--text-rgb: 248 250 252;--muted-rgb: 148 163 184;--border-rgb: 51 65 85;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 30px -8px rgb(0 0 0 / .16), 0 8px 10px -6px rgb(0 0 0 / .08);--shadow-card: 0 1px 3px 0 rgb(0 0 0 / .08), 0 1px 2px -1px rgb(0 0 0 / .06);--font-family: "Inter", system-ui, sans-serif;--gradient-hero: linear-gradient(145deg, rgb(var(--bg-rgb)) 0%, rgb(var(--surface-rgb)) 50%, rgb(var(--bg-rgb)) 100%);--gradient-primary: linear-gradient(135deg, rgb(var(--primary-rgb)) 0%, rgb(var(--primary-rgb) / .85) 100%)}html[data-theme=ocean]{--primary-color: #06b6d4;--primary-hover: #0891b2;--secondary-color: #22c55e;--primary-rgb: 6 182 212;--secondary-rgb: 34 197 94;--bg-color: #071a2b;--surface-color: #0b2a41;--surface-hover: #0f3a5b;--text-color: #e6f6ff;--text-muted: #93c5fd;--border-color: #0f3a5b;--bg-rgb: 7 26 43;--surface-rgb: 11 42 65;--surface-hover-rgb: 15 58 91;--text-rgb: 230 246 255;--muted-rgb: 147 197 253;--border-rgb: 15 58 91}html[data-theme=grape]{--primary-color: #a855f7;--primary-hover: #9333ea;--secondary-color: #f59e0b;--primary-rgb: 168 85 247;--secondary-rgb: 245 158 11;--bg-color: #120a1f;--surface-color: #1d1033;--surface-hover: #28154a;--text-color: #faf5ff;--text-muted: #c4b5fd;--border-color: #28154a;--bg-rgb: 18 10 31;--surface-rgb: 29 16 51;--surface-hover-rgb: 40 21 74;--text-rgb: 250 245 255;--muted-rgb: 196 181 253;--border-rgb: 40 21 74}html[data-theme=mono]{--primary-color: #e5e7eb;--primary-hover: #f3f4f6;--secondary-color: #9ca3af;--primary-rgb: 229 231 235;--secondary-rgb: 156 163 175;--bg-color: #0b0b0c;--surface-color: #141416;--surface-hover: #1f1f23;--text-color: #f9fafb;--text-muted: #9ca3af;--border-color: #1f1f23;--bg-rgb: 11 11 12;--surface-rgb: 20 20 22;--surface-hover-rgb: 31 31 35;--text-rgb: 249 250 251;--muted-rgb: 156 163 175;--border-rgb: 31 31 35}html[data-theme=modern-authority]{--primary-color: #10ac84;--primary-hover: #0d8e6d;--secondary-color: #2d3436;--primary-rgb: 16 172 132;--secondary-rgb: 45 52 54;--bg-color: #f4f7f6;--surface-color: #ffffff;--surface-hover: #fafafa;--text-color: #2d3436;--text-muted: #636e72;--border-color: #dfe6e9;--bg-rgb: 244 247 246;--surface-rgb: 255 255 255;--surface-hover-rgb: 250 250 250;--text-rgb: 45 52 54;--muted-rgb: 99 110 114;--border-rgb: 223 230 233}html[data-theme=minimal-business]{--primary-color: #4834d4;--primary-hover: #686de0;--secondary-color: #30336b;--primary-rgb: 72 52 212;--secondary-rgb: 48 51 107;--bg-color: #f9fafb;--surface-color: #ffffff;--surface-hover: #f3f4f6;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--bg-rgb: 249 250 251;--surface-rgb: 255 255 255;--surface-hover-rgb: 243 244 246;--text-rgb: 30 41 59;--muted-rgb: 100 116 139;--border-rgb: 226 232 240}html[data-theme=midnight-business]{--primary-color: #3b82f6;--primary-hover: #2563eb;--secondary-color: #94a3b8;--primary-rgb: 59 130 246;--secondary-rgb: 148 163 184;--bg-color: #0f172a;--surface-color: #1e293b;--surface-hover: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--border-color: #334155;--bg-rgb: 15 23 42;--surface-rgb: 30 41 59;--surface-hover-rgb: 51 65 85;--text-rgb: 248 250 252;--muted-rgb: 148 163 184;--border-rgb: 51 65 85}@media(prefers-color-scheme:light){:root{--bg-color: #ffffff;--surface-color: #f3f4f6;--surface-hover: #e5e7eb;--text-color: #111827;--text-muted: #6b7280;--border-color: #e5e7eb;--bg-rgb: 255 255 255;--surface-rgb: 243 244 246;--surface-hover-rgb: 229 231 235;--text-rgb: 17 24 39;--muted-rgb: 107 114 128;--border-rgb: 229 231 235}}*{box-sizing:border-box;margin:0;padding:0;border-color:rgb(var(--border-rgb) / 1)}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,system-ui,sans-serif;line-height:1.2;font-weight:700;margin:0}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}button{font:inherit;color:inherit}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.landing-hero{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden}.landing-hero-bg{position:absolute;inset:0;z-index:-1}.landing-hero-content{max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.landing-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background-color:rgb(var(--primary-rgb) / .1);color:var(--primary-color);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.landing-pill-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:var(--primary-color);animation:pulse-soft 2s ease-in-out infinite}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}.landing-title{font-family:Outfit,system-ui,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.025em}@media(min-width:768px){.landing-title{font-size:3rem}}@media(min-width:1024px){.landing-title{font-size:3.75rem}}.landing-subtitle{font-size:1.125rem;line-height:1.75;color:var(--text-muted);margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-subtitle{font-size:1.25rem}}.landing-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:5rem}@media(min-width:640px){.landing-buttons{flex-direction:row}}.landing-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:56rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-stats{grid-template-columns:repeat(4,1fr)}}.landing-stat{text-align:center}.landing-stat-value{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;color:var(--primary-color);margin-bottom:.25rem}@media(min-width:768px){.landing-stat-value{font-size:2.25rem}}.landing-stat-label{font-size:.875rem;color:var(--text-muted)}.landing-section{padding-top:5rem;padding-bottom:5rem}.landing-section-bg{background-color:rgb(var(--border-rgb) / .18)}.landing-section-title{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center}@media(min-width:768px){.landing-section-title{font-size:2.25rem}}.landing-section-subtitle{color:var(--text-muted);max-width:42rem;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:3rem}.landing-features{display:grid;gap:1.5rem}@media(min-width:768px){.landing-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-features{grid-template-columns:repeat(4,1fr)}}.feature-card{position:relative;padding:1.5rem;border-radius:1rem;background-color:var(--surface-color);border:1px solid var(--border-color);transition:all .3s}.feature-card:hover{border-color:rgb(var(--primary-rgb) / .3);box-shadow:var(--shadow-lg)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background-color:rgb(var(--primary-rgb) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s}.feature-card:hover .feature-icon{background-color:rgb(var(--primary-rgb) / .2)}.feature-title{font-family:Outfit,system-ui,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;line-height:1.625;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.btn-xl{height:3.5rem;padding-left:2.5rem;padding-right:2.5rem;font-size:1.125rem;border-radius:.75rem}.btn-hero{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-lg)}.btn-hero:hover{opacity:.9;transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-hero-outline{border:2px solid rgb(var(--primary-rgb) / .2);background-color:rgb(var(--surface-rgb) / .05);color:var(--text-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-hero-outline:hover{background-color:rgb(var(--primary-rgb) / .1);border-color:rgb(var(--primary-rgb) / .4)}.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-color);background-color:rgb(var(--bg-rgb) / .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-container{display:flex;height:4rem;width:100%;max-width:1400px;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}.navbar-brand{display:flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none}.navbar-brand:hover{color:var(--text-color)}.navbar-logo{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,rgb(var(--primary-rgb) / 1),rgb(var(--secondary-rgb) / 1))}.navbar-title{font-size:1.25rem;font-weight:700;color:var(--text-color)}.navbar-actions{display:flex;align-items:center;gap:.75rem}.navbar-user{display:none;font-size:.875rem;color:var(--text-muted)}@media(min-width:768px){.navbar-user{display:inline}}.btn-sm{height:2.25rem;padding-left:.875rem;padding-right:.875rem;font-size:.875rem}.btn-ghost{background-color:transparent;color:var(--text-color)}.btn-ghost:hover{background-color:rgb(var(--surface-hover-rgb) / .3)}.btn-outline{border:1px solid var(--border-color);background-color:var(--surface-color);color:var(--text-color)}.btn-outline:hover{background-color:rgb(var(--surface-hover-rgb) / .3)}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{opacity:.9}.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;font-weight:600;transition:all .2s}.primary:hover{opacity:.9;transform:translateY(-1px)}.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);padding:2rem 1rem}.auth-card{width:100%;max-width:28rem;background-color:var(--surface-color);border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-xl)}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.auth-subtitle{font-size:.875rem;color:var(--text-muted)}.form-group{margin-bottom:1.25rem}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-color)}.form-input-wrapper{position:relative;display:flex;align-items:center}.form-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-color);font-size:.875rem;transition:all .2s}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgb(var(--primary-rgb) / .1)}.form-input::placeholder{color:var(--text-muted)}.form-icon{position:absolute;left:.875rem;color:var(--text-muted);pointer-events:none}.form-toggle-password{position:absolute;right:.875rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.form-toggle-password:hover{color:var(--text-color)}.form-checkbox-wrapper{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.form-checkbox{width:1rem;height:1rem;margin-top:.125rem;border-radius:.25rem;border:1px solid var(--border-color);cursor:pointer}.form-checkbox:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-checkbox-label{font-size:.875rem;color:var(--text-muted);line-height:1.5}.form-checkbox-label a{color:var(--primary-color);text-decoration:none}.form-checkbox-label a:hover{text-decoration:underline}.btn-submit{width:100%;padding:.875rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover{opacity:.9;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-link{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.auth-link a{color:var(--primary-color);text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.auth-forgot{text-align:center;margin-top:1rem;margin-bottom:1.5rem}.auth-forgot a{font-size:.875rem;color:var(--primary-color);text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.form-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background-color:rgb(var(--bg-rgb) / 1)}.dashboard-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:60}.dashboard-overlay.is-open{display:block}.dashboard-mobile-menu{display:none;position:fixed;top:.75rem;left:.75rem;z-index:70;border:1px solid var(--border-color);background:var(--surface-color);border-radius:.75rem;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;cursor:pointer}.dashboard-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--border-color);background:linear-gradient(180deg,rgb(var(--surface-rgb) / .7),rgb(var(--surface-rgb) / .9));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;display:flex;flex-direction:column;gap:1rem}.dashboard-sidebar-header{display:flex;align-items:center;justify-content:space-between}.dashboard-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--text-color)}.dashboard-brand-mark{width:2rem;height:2rem;border-radius:.75rem;background:linear-gradient(135deg,rgb(var(--primary-rgb) / 1),rgb(var(--secondary-rgb) / 1))}.dashboard-brand-text{font-family:Outfit,system-ui,sans-serif;font-weight:700}.dashboard-sidebar-close{display:none;border:none;background:transparent;color:var(--text-muted);cursor:pointer}.dashboard-nav{display:flex;flex-direction:column;gap:.375rem}.dashboard-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:.75rem;color:var(--text-muted);text-decoration:none;border:1px solid transparent}.dashboard-nav-item:hover{background:rgb(var(--surface-hover-rgb) / .25);color:var(--text-color)}.dashboard-nav-item.is-active{background:rgb(var(--primary-rgb) / .12);border-color:rgb(var(--primary-rgb) / .25);color:var(--text-color)}.dashboard-sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.dashboard-sidebar-section{display:flex;flex-direction:column;gap:.5rem}.dashboard-sidebar-divider{height:1px;width:100%;background:rgb(var(--border-rgb) / .6);margin:.25rem 0}.dashboard-language{border:none;background:transparent;border-radius:.75rem;padding:.75rem .875rem;color:var(--text-color);text-align:left;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem}.dashboard-language:hover{background:rgb(var(--surface-hover-rgb) / .25)}.dashboard-logout{border:none;background:transparent;border-radius:.75rem;padding:.75rem .875rem;color:var(--text-color);text-align:left;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem}.dashboard-logout:hover{background:rgb(var(--surface-hover-rgb) / .25)}.dashboard-content{padding:2rem}.dashboard-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.dashboard-topbar-actions{display:inline-flex;align-items:center;gap:.75rem}.dashboard-title{font-size:1.5rem;margin:0}.dashboard-subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:.875rem}.dashboard-inner{display:flex;flex-direction:column;gap:1.5rem}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kpi-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem;box-shadow:var(--shadow-card);display:grid;grid-template-columns:1fr auto;gap:.75rem}.kpi-label{color:var(--text-muted);font-size:.875rem}.kpi-value{font-family:Outfit,system-ui,sans-serif;font-size:1.75rem;font-weight:700}.kpi-icon{width:2.25rem;height:2.25rem;border-radius:.875rem;background:rgb(var(--primary-rgb) / .12);display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem}.panel{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-card);overflow:hidden}.panel-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(var(--border-rgb) / .5)}.panel-title{font-weight:700}.panel-body{padding:1rem 1.25rem}.activity-list{display:grid;gap:.75rem}.activity-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem;border-radius:.875rem;background:rgb(var(--surface-hover-rgb) / .15);border:1px solid rgb(var(--border-rgb) / .35)}.activity-main{display:grid;gap:.15rem}.activity-title{font-weight:600}.activity-meta{font-size:.8125rem;color:var(--text-muted)}.badge{padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap}.badge-success{background:#22c55e26;color:#22c55e;border-color:#22c55e59}.badge-warning{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b59}.badge-danger{background:#ef444426;color:#ef4444;border-color:#ef444459}@media(max-width:1024px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-shell{grid-template-columns:1fr}.dashboard-mobile-menu{display:inline-flex}.dashboard-sidebar{position:fixed;top:0;left:0;height:100vh;z-index:70;width:280px;transform:translate(-100%);transition:transform .2s ease}.dashboard-sidebar.is-open{transform:translate(0)}.dashboard-sidebar-close{display:inline-flex}.dashboard-content{padding:4rem 1.25rem 1.25rem}}.wizard-page{padding:0;width:100%;max-width:none;margin:0}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);cursor:pointer;font-weight:600}.btn-secondary:hover{background:rgb(var(--surface-hover-rgb) / .25)}.wizard-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:.5rem;padding:.75rem 0;margin-bottom:1.25rem}.wizard-step{display:grid;justify-items:center;gap:.5rem;position:relative;padding:.5rem .25rem;--wizard-step-dot-size: 2.25rem;--wizard-step-dot-center: calc(.5rem + (var(--wizard-step-dot-size) / 2));color:var(--text-muted);-webkit-user-select:none;user-select:none}.wizard-step:not(:first-child):before{content:"";position:absolute;top:var(--wizard-step-dot-center);left:-50%;width:100%;height:2px;background:rgb(var(--border-rgb) / .7)}.wizard-step.is-complete:not(:first-child):before{background:rgb(var(--primary-rgb) / .65)}.wizard-step-dot{width:var(--wizard-step-dot-size);height:var(--wizard-step-dot-size);border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid rgb(var(--border-rgb) / .75);background:var(--surface-color);color:var(--text-muted)}.wizard-step.is-active{color:var(--primary-color)}.wizard-step.is-active .wizard-step-dot{border-color:rgb(var(--primary-rgb) / .75);background:rgb(var(--primary-rgb) / .12);color:var(--primary-color)}.wizard-step.is-complete{color:var(--primary-color)}.wizard-step.is-complete .wizard-step-dot{border-color:rgb(var(--primary-rgb) / .65);background:rgb(var(--primary-rgb) / .12);color:var(--primary-color)}.wizard-step-label{font-size:.85rem;font-weight:600;text-align:center}.wizard-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-card);padding:1.25rem;width:100%}.wizard-card-title{font-family:Outfit,system-ui,sans-serif;font-size:1.25rem;font-weight:700;margin:0}.wizard-card-subtitle{margin:.25rem 0 1rem;color:var(--text-muted);font-size:.9rem}.wizard-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wizard-field{display:grid;gap:.5rem}.wizard-input,.wizard-select,.wizard-textarea{width:100%;padding:.75rem 1rem;background:rgb(var(--surface-hover-rgb) / .12);border:1px solid rgb(var(--border-rgb) / .7);border-radius:.75rem;color:var(--text-color)}.wizard-input:focus,.wizard-select:focus,.wizard-textarea:focus{outline:none;border-color:rgb(var(--primary-rgb) / .75);box-shadow:0 0 0 3px rgb(var(--primary-rgb) / .1)}.wizard-textarea{min-height:96px;resize:vertical}.wizard-divider{height:1px;width:100%;background:rgb(var(--border-rgb) / .6);margin:1rem 0}.wizard-checkbox-list{display:grid;gap:.75rem}.wizard-checkbox-item{display:flex;align-items:center;gap:.75rem;color:var(--text-color)}.wizard-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem}.wizard-prev{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--border-color);background:transparent;color:var(--text-color);cursor:pointer}.wizard-prev:hover{background:rgb(var(--surface-hover-rgb) / .2)}.wizard-next{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:none;background:var(--primary-color);color:#fff;cursor:pointer;font-weight:700}.wizard-next:hover{opacity:.9}@media(max-width:1024px){.wizard-page{padding:1.25rem}}@media(max-width:768px){.wizard-form-grid{grid-template-columns:1fr}.wizard-stepper{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1rem}.wizard-step:nth-child(4):before,.wizard-step:nth-child(5):before,.wizard-step:nth-child(6):before{display:none}}
