*{box-sizing:border-box;margin:0;padding:0}body{background:#f8f9fa;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.loading{color:#666;font-size:1.2rem;height:100vh;justify-content:center}.loading,.nav{align-items:center;display:flex}.nav{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-brand{color:#b22222;font-size:1.5rem;font-weight:800;gap:.5rem;text-decoration:none}.nav-brand,.nav-links{align-items:center;display:flex}.nav-links{gap:1.5rem}.nav-links a,.nav-links button{background:none;border:none;color:#555;cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none}.nav-links a:hover,.nav-links button:hover{color:#b22222}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#b22222,#dc3545);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#8b1a1a,#b22222);box-shadow:0 4px 12px #b222224d;transform:translateY(-1px)}.btn-secondary{background:#fff;border:2px solid #b22222;color:#b22222}.btn-secondary:hover{background:#fef2f2}.btn-large{font-size:1.1rem;padding:1rem 2.5rem}.btn:disabled{cursor:not-allowed;opacity:.6}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;padding:6rem 2rem;text-align:center}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero h1 span{color:#ff6b6b}.hero p{color:#b8c5d4;font-size:1.3rem;margin:0 auto 2rem;max-width:700px}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.badge{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#e0e0e0;font-size:.85rem;padding:.5rem 1rem}.features{margin:0 auto;max-width:1200px;padding:5rem 2rem}.features h2{color:#1a1a2e;font-size:2.2rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#1a1a2e;font-size:1.2rem;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.95rem}.container{margin:0 auto;max-width:1200px;padding:2rem}.form-page{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;justify-content:center;min-height:100vh;padding:2rem}.form-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-width:480px;padding:3rem;width:100%}.form-card h2{color:#1a1a2e;margin-bottom:.5rem}.form-card p{color:#666;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#b22222;outline:none}.error-msg{color:#dc3545;font-size:.85rem;margin-top:.5rem}.wizard{margin:0 auto;max-width:800px;padding:2rem}.wizard-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:3rem}.wizard-step-indicator{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50%;color:#999;display:flex;font-size:.9rem;font-weight:700;height:40px;justify-content:center;width:40px}.wizard-step-indicator.active{background:#b22222;border-color:#b22222;color:#fff}.wizard-step-indicator.completed{background:#28a745;border-color:#28a745;color:#fff}.wizard-step-connector{align-self:center;background:#e5e7eb;height:2px;width:40px}.wizard-step-connector.completed{background:#28a745}.wizard-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2.5rem}.wizard-card h2{color:#1a1a2e;margin-bottom:.5rem}.wizard-card>p{color:#666;margin-bottom:2rem}.wizard-actions{border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.dashboard{margin:0 auto;max-width:1200px;padding:2rem}.dashboard h1{margin-bottom:.5rem}.dashboard-subtitle{color:#666;margin-bottom:2rem}.dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.stat-card .label{color:#666;font-size:.85rem;margin-bottom:.25rem}.stat-card .value{color:#b22222;font-size:2rem;font-weight:700}.plans-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.plans-list-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.plan-item{grid-gap:1rem;align-items:center;border-bottom:1px solid #f0f0f0;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr auto;padding:1rem 1.5rem}.plan-item:hover{background:#fafafa}.status-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.status-badge.complete{background:#d4edda;color:#155724}.status-badge.generating{background:#fff3cd;color:#856404}.status-badge.error{background:#f8d7da;color:#721c24}.status-badge.draft{background:#e2e3e5;color:#383d41}.plan-view{margin:0 auto;max-width:900px;padding:2rem}.plan-header{background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:16px;color:#fff;margin-bottom:2rem;padding:2rem}.plan-element{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #b22222;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.plan-element h3{color:#b22222;font-size:1.2rem;margin-bottom:1rem}.pricing-section{background:#f8f9fa;padding:5rem 2rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;position:relative;transition:transform .2s,border-color .2s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{border-color:#b22222}.pricing-card.featured:before{background:#b22222;border-radius:12px;color:#fff;content:"MOST POPULAR";font-size:.75rem;font-weight:700;left:50%;padding:.25rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{font-size:1.2rem;margin-bottom:.5rem}.pricing-amount{color:#1a1a2e;font-size:2.5rem;font-weight:800;margin:1rem 0}.pricing-amount span{color:#666;font-size:1rem;font-weight:400}.pricing-features{list-style:none;margin:1.5rem 0}.pricing-features li{color:#555;font-size:.9rem;padding:.5rem 0}.pricing-features li:before{color:#28a745;content:"✓ ";font-weight:700}.footer{background:#1a1a2e;color:#b8c5d4;padding:3rem 2rem;text-align:center}.footer a{color:#ff6b6b;text-decoration:none}@media (max-width:768px){.hero h1{font-size:2.2rem}.form-row,.plan-item{grid-template-columns:1fr}.nav{padding:.75rem 1rem}.wizard-card{padding:1.5rem}}
/*# sourceMappingURL=main.0796074c.css.map*/