.global-sidebar{background:#fff;border-right:1px solid #eaeaea;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:260px}.sidebar-header{align-items:center;border-bottom:1px solid #eaeaea;display:flex;gap:12px;padding:24px}.sidebar-header h2{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0}.sidebar-nav{display:flex;flex-direction:column;gap:8px;padding:24px 16px}.nav-item{align-items:center;border-radius:8px;color:#64748b;display:flex;font-weight:500;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s ease}.nav-item:hover{background:#f8fafc;color:#2ecc71}.nav-item.active{background:#f0fdf4;box-shadow:0 4px 12px #10b98114;color:#10b981;font-weight:700}.app-layout{background:#f8fafc;display:flex;min-height:100vh}.main-content-area{background:linear-gradient(180deg,#f8fafc,#f6f9ff);flex:1 1;margin-left:260px;min-height:100vh;padding:28px 32px}@media (max-width:1000px){.global-sidebar{border-right:none;height:auto;position:relative;width:100%}.main-content-area{margin-left:0;padding:20px}}.flow-page{margin:0 auto;max-width:900px}.page-header{margin-bottom:32px}.page-header h1{color:#1e293b;font-size:2rem;margin-bottom:8px}.page-header p{color:#64748b;font-size:1.1rem}.form-card{box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;gap:16px;padding:32px}.input-label{align-items:center;color:#334155;display:flex;font-weight:600;gap:8px;margin-bottom:-8px;margin-top:16px}.modern-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:14px 16px;transition:all .2s}.modern-input:focus{background:#fff;border-color:#2ecc71;outline:none}.primary-btn{background:#2ecc71;border-radius:8px;font-size:1.1rem;font-weight:600;padding:16px;transition:all .2s}.primary-btn:hover{background:#27ae60;transform:translateY(-2px)}.outline-btn{background:#0000;border:2px solid #cbd5e1;border-radius:8px;color:#64748b;cursor:not-allowed;font-size:1.1rem;font-weight:600;padding:16px}.mt-6{margin-top:24px}.options-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.option-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;padding:32px;position:relative}.option-card h2{color:#1e293b;font-size:1.5rem;margin-bottom:8px;margin-top:16px}.option-card .description{color:#64748b;margin-bottom:24px;min-height:48px}.badge{border-radius:20px;font-size:.8rem;font-weight:700;padding:6px 12px;position:absolute;right:16px;text-transform:uppercase;top:16px}.badge.fast{background:#dcfce7;color:#166534}.badge.slow{background:#fee2e2;color:#991b1b}.specs-list{flex:1 1;list-style:none;margin:0 0 32px;padding:0}.specs-list li{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:12px;margin-bottom:12px}.animate-fade-in{animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flow-page{padding:1.2rem 0 1.6rem}.page-header h1{color:#0f172a;font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:.2rem}.page-header p{color:#475569;margin-top:.4rem}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 20px #0f172a0f}.primary-btn{align-items:center;background:linear-gradient(90deg,#16a34a,#10b981);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.98rem;font-weight:700;gap:6px;padding:12px 18px;transition:all .2s ease}.primary-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.hero-cta{align-items:center;background:#0f172a;border:none;border-radius:14px;box-shadow:0 4px 14px #0f172a33;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:10px;letter-spacing:.4px;padding:14px 34px;transition:all .2s ease}.hero-cta:focus-visible,.hero-cta:hover{background:#10b981;box-shadow:0 8px 24px #10b98159;outline:none;transform:translateY(-1px)}.secondary-btn{background:#f8fafc;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-weight:600;padding:10px 16px}.modal-overlay{align-items:center;background:#0f172a61;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:40}.modal-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 24px 45px #0000002e;padding:1rem;width:min(520px,100%)}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-col{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.empty-state-icon-container{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.p-16{padding:16px}.p-24{padding:24px}.p-32{padding:32px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.font-800{font-weight:800}.text-muted{color:#64748b}.text-subtle{color:#94a3b8}.text-dark{color:#0f172a}.text-medium{color:#1e293b}.text-brand{color:#10b981}.text-upper{letter-spacing:.5px;text-transform:uppercase}.line-through{text-decoration:line-through}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;overflow:hidden}.card-body{padding:24px}.card-hover{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.pill{align-items:center;border-radius:20px;display:inline-flex;font-size:.78rem;font-weight:700;letter-spacing:.4px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.pill-green{background:#ecfdf5;color:#065f46}.pill-blue{background:#eff6ff;color:#1d4ed8}.pill-amber{background:#fffbeb;color:#92400e}.pill-red{background:#fef2f2;color:#991b1b}.pill-slate{background:#f1f5f9;color:#475569}.progress-track{background:#f1f5f9;border-radius:3px;height:3px;width:100%}.progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:0 3px 3px 0;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-fill.done{background:#10b981}.divider{border:none;border-top:1px solid #f1f5f9;margin:0}.section-title{color:#1e293b;font-size:1.4rem;font-weight:700;gap:10px;margin-bottom:20px}.icon-box,.section-title{align-items:center;display:flex}.icon-box{border-radius:10px;flex-shrink:0;height:40px;justify-content:center;width:40px}.icon-box-green{background:#d1fae5}.icon-box-blue{background:#dbeafe}.icon-box-purple{background:#ede9fe}.icon-box-slate{background:#f1f5f9}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-banner{background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;color:#b91c1c;font-size:.95rem;margin-bottom:24px;padding:14px 16px}.error-banner,.success-banner{align-items:center;display:flex;gap:10px}.success-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#15803d;font-size:.9rem;font-weight:600;padding:12px 16px}.empty-state{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:20px;padding:64px 24px;text-align:center}.empty-state h2{color:#334155;font-size:1.4rem;margin-bottom:8px}.empty-state p{color:#94a3b8;font-size:1rem;line-height:1.6;margin:0 auto 24px;max-width:360px}.hover-opacity{transition:opacity .2s ease}.hover-opacity:hover{opacity:.75}.ghost-btn{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:5px;padding:7px 14px;transition:background .15s ease,border-color .15s ease}.ghost-btn:hover{background:#f8fafc;border-color:#cbd5e1}.stat-card{border:1px solid #0000;border-radius:12px;padding:16px 20px}.stat-card .stat-num{font-size:1.8rem;font-weight:800;line-height:1}.stat-card .stat-label{color:#64748b;font-size:.78rem;font-weight:600;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}
/*# sourceMappingURL=main.4e6e7bb7.css.map*/