body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,sans-serif}.home{min-height:100vh}.navbar{align-items:center;background:#fff;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:100}.logo{color:#3b82f6;font-size:1.4rem;font-weight:800}.btn-nav{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.2rem}.hero{background:linear-gradient(135deg,#eff6ff,#f5f3ff);padding:4rem 2rem 3rem;text-align:center}.badge{background:#dbeafe;border-radius:20px;color:#1d4ed8;font-size:.9rem;font-weight:600;padding:.4rem 1rem}.hero h1{font-size:3rem;font-weight:900;line-height:1.2;margin:1.5rem 0}.highlight{color:#3b82f6}.hero p{color:#64748b;font-size:1.2rem;margin-bottom:2rem}.stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.stats div{align-items:center;display:flex;flex-direction:column}.stats strong{color:#3b82f6;font-size:1.8rem;font-weight:800}.stats span{color:#64748b;font-size:.85rem}.plans-section{background:#fff;padding:4rem 2rem;text-align:center}.plans-section h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.plans-subtitle{color:#64748b;margin-bottom:2.5rem}.plans-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:1100px}.plan-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;padding:2rem;position:relative;text-align:left;transition:all .2s;width:320px}.plan-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.plan-card.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.plan-card.popular{border-color:#8b5cf6}.popular-badge{background:#8b5cf6;border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;margin-bottom:1rem;padding:.3rem .8rem}.plan-card h3{font-size:1.3rem;font-weight:800;margin-bottom:.5rem}.plan-price{margin:.8rem 0}.price{color:#3b82f6;font-size:2.5rem;font-weight:900}.period{color:#64748b;font-size:1rem}.plan-desc{color:#64748b;font-size:.9rem;margin-bottom:1rem}.plan-features{list-style:none;margin-bottom:1.5rem}.plan-features li{color:#475569;font-size:.9rem;padding:.3rem 0}.plan-select{background:#e2e8f0;border-radius:8px;color:#64748b;font-size:.9rem;font-weight:600;padding:.6rem;text-align:center;transition:all .2s}.plan-select.active{background:#3b82f6;color:#fff}.form-section{background:linear-gradient(135deg,#eff6ff,#f5f3ff);padding:4rem 2rem}.form-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin:0 auto;max-width:500px;padding:2.5rem}.form-card h2{font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.form-card>p{color:#64748b;margin-bottom:1.5rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.form-group input{border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.8rem 1rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#3b82f6;outline:none}.selected-plan{background:#eff6ff;border:2px solid #3b82f6;border-radius:10px;color:#1d4ed8;font-weight:700;padding:.8rem 1rem}.btn-submit{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:1rem;transition:opacity .2s;width:100%}.btn-submit:hover{opacity:.9}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.secure-note{color:#64748b;font-size:.85rem;margin-top:1rem;text-align:center}.error-msg{background:#fee2e2;border-radius:8px;color:#dc2626;font-size:.9rem;margin-bottom:1rem;padding:.8rem}.footer{background:#1e293b;color:#94a3b8;padding:2rem;text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:.8rem}.footer-links a{color:#94a3b8;font-size:.85rem;text-decoration:none}.footer-links a:hover{color:#fff}*{box-sizing:border-box;margin:0;padding:0}.loading-screen{align-items:center;background:#0f1117;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.spinner{animation:spin .8s linear infinite;border:3px solid #1e293b;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.dashboard-wrapper{background:#0f1117;color:#fff;display:flex;font-family:Inter,sans-serif;min-height:100vh}.sidebar{background:#1a1f2e;border-right:1px solid #2d3748;display:flex;flex-direction:column;height:100vh;padding:24px 16px;position:fixed;width:240px}.sidebar-logo{align-items:center;border-bottom:1px solid #2d3748;display:flex;gap:10px;margin-bottom:24px;padding:0 8px 32px}.logo-icon{font-size:28px}.logo-text{color:#3b82f6;font-size:20px;font-weight:700}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:4px}.nav-item{align-items:center;border-radius:8px;color:#94a3b8;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s}.nav-item.active,.nav-item:hover{background:#2d3748;color:#fff}.nav-item.active{color:#3b82f6}.nav-icon{font-size:16px}.logout-btn{background:none;border:1px solid #2d3748;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:14px;padding:12px 16px;text-align:left;transition:all .2s}.logout-btn:hover{background:#2d3748;color:#fff}.dashboard-main{flex:1 1;margin-left:240px;padding:32px}.dash-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.dash-header h1{font-size:28px;font-weight:700;margin-bottom:4px}.subtitle{color:#64748b;font-size:15px}.plan-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px}.status-banner{align-items:center;background:linear-gradient(135deg,#1e3a5f,#1e293b);border:1px solid #3b82f6;border-radius:16px;display:flex;gap:20px;margin-bottom:28px;padding:24px 28px}.status-icon{font-size:40px}.status-text{flex:1 1}.status-text strong{display:block;font-size:17px;margin-bottom:4px}.status-text p{color:#94a3b8;font-size:14px}.configure-btn{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:background .2s;white-space:nowrap}.configure-btn:hover{background:#2563eb}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.stat-card{align-items:center;background:#1a1f2e;border:1px solid #2d3748;border-radius:12px;display:flex;gap:14px;padding:20px}.stat-icon{font-size:28px}.stat-info{display:flex;flex-direction:column;gap:4px}.stat-label{color:#64748b;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.stat-value{color:#fff;font-size:15px;font-weight:600}.stat-value.pending{color:#f59e0b}.quickstart{background:#1a1f2e;border:1px solid #2d3748;border-radius:16px;padding:28px}.quickstart h2{font-size:20px;margin-bottom:24px}.steps-list{display:flex;flex-direction:column;gap:0}.step-item{align-items:flex-start;border-bottom:1px solid #2d3748;display:flex;gap:16px;padding:16px 0}.step-item:last-child{border-bottom:none}.step-num{align-items:center;background:#2d3748;border-radius:50%;color:#94a3b8;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;width:32px}.step-item.done .step-num{background:#10b981;color:#fff}.step-content strong{display:block;font-size:15px;margin-bottom:3px}.step-content p{color:#64748b;font-size:13px}.configure-hero{background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #2563eb;border-radius:16px;box-shadow:0 4px 30px #2563eb26;margin-bottom:28px;padding:40px;text-align:center}.configure-hero-icon{font-size:56px;margin-bottom:16px}.configure-hero h2{color:#fff;font-size:26px;margin-bottom:10px}.configure-hero p{color:#8892a4;font-size:16px;margin-bottom:28px}.configure-hero-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 20px #2563eb73;color:#fff;cursor:pointer;font-size:20px;font-weight:700;padding:16px 48px;transition:transform .15s,box-shadow .15s}.configure-hero-btn:hover{box-shadow:0 8px 30px #2563eb99;transform:translateY(-2px)}
/*# sourceMappingURL=main.d53eac39.css.map*/