@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Fraunces:wght@600;700&family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8f9fa;--surface:#fff;--surface-hover:#f1f3f5;--text:#0f1520;--text-secondary:#525d73;--text-muted:#8b94a6;--border:#e2e4e8;--border-light:#f1f3f5;--primary:#4a90f5;--primary-hover:#3a7fe0;--primary-light:#eef4fe;--primary-border:#c0d8fb;--success:#38c97a;--success-light:#eefbf3;--warning:#f5a623;--warning-light:#fef7e8;--error:#f03a3a;--error-light:#fef0f0;--purple:#4a90f5;--purple-light:#eef4fe;--deep-blue:#0f1f3d;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Fraunces", Georgia, serif;--mono:"JetBrains Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--shadow-sm:0 1px 2px #0f172a14;--shadow:0 1px 3px #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 25px -3px #0f172a1a;--radius:10px;--radius-btn:8px;--radius-sm:8px;--text-tertiary:#8b94a6;--bg-secondary:#f1f3f5;--border-secondary:#e2e4e8;--border-tertiary:#eceef1;--radius-md:8px;--radius-lg:10px;--text-info:#4a90f5;--text-success:#38c97a;--text-warning:#f5a623;--text-danger:#f03a3a;--bg-success:#eefbf3;--bg-warning:#fef7e8;--bg-danger:#fef0f0;--bg-info:#eef4fe}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f172a;--surface:#1e293b;--surface-hover:#334155;--text:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#334155;--border-light:#1e293b;--primary:#60a5fa;--primary-hover:#3b82f6;--primary-light:#1e3a5f;--primary-border:#2563eb;--success:#4ade80;--success-light:#14532d;--warning:#fbbf24;--warning-light:#422006;--error:#f87171;--error-light:#450a0a;--purple:#818cf8;--purple-light:#312e81;--deep-blue:#020617;--shadow-sm:0 1px 2px #0000004d;--shadow:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--text-tertiary:#64748b;--bg-secondary:#1e293b;--border-secondary:#334155;--border-tertiary:#283548}[data-theme=dark] .lp-signin-panel,[data-theme=dark] .lp-nav{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .lp-input{color:#f1f5f9!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .lp-label{color:#f1f5f9!important}[data-theme=dark] .lp-divider:before,[data-theme=dark] .lp-divider:after{background:#334155!important}[data-theme=dark] .lp-signin-error{color:#f87171!important;background:#f871711f!important}[data-theme=dark] .lp-signin-panel button[style*="background: none"],[data-theme=dark] .lp-signin-panel button:not(.lp-btn-github):not(.lp-btn-primary){color:#94a3b8!important}[data-theme=dark] .lp-btn-primary{color:#fff!important;background:#3b82f6!important}[data-theme=dark] .lp-btn-primary:hover{background:#2563eb!important}[data-theme=dark] .hero-deploy-btn{color:#fff!important;background:#3b82f6!important}[data-theme=dark] .hero-deploy-btn:hover{background:#2563eb!important}[data-theme=dark] .lp-billing-toggle button.active,[data-theme=dark] .lp-badge{color:#fff!important;background:#3b82f6!important}[data-theme=dark] .hero-deploy-input-row{box-shadow:0 4px 24px #0000004d!important}[data-theme=dark] .hero-deploy-input-row:hover,[data-theme=dark] .hero-deploy-input-row:focus-within{box-shadow:0 4px 24px #3b82f633!important}[data-theme=dark] .lp-btn-secondary{color:#e2e8f0!important;border-color:#475569!important}[data-theme=dark] .lp-btn-secondary:hover{background:#ffffff0f!important;border-color:#60a5fa!important}[data-theme=dark] .lp-plan-card{border-color:#334155!important}[data-theme=dark] .lp-section:not(.lp-section-alt){background:var(--surface)!important}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea{color:#f1f5f9!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .form-group label{color:#94a3b8!important}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.6}.app{max-width:1080px;margin:0 auto;padding:0 24px 40px}.nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);z-index:100;background:#fffffff2;justify-content:space-between;align-items:center;margin-bottom:28px;padding:14px 0;display:flex;position:sticky;top:0}.nav-brand{color:var(--text);letter-spacing:-.03em;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.nav-brand img{border-radius:6px;width:26px;height:26px}.nav-links{align-items:center;gap:4px;display:flex}.nav-links a{color:var(--text-secondary);border-radius:var(--radius-sm);padding:7px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:var(--text);background:var(--surface-hover)}.nav-links a.active{color:var(--primary);background:var(--primary-light);font-weight:600}.nav-user{color:var(--text-muted);padding:0 8px;font-size:12px}.card{background:var(--surface);border:.5px solid var(--border-tertiary);box-shadow:none;border-radius:10px;margin-bottom:14px;padding:20px 24px;transition:none}.card:hover{box-shadow:none;transform:none}.card-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.card-title{letter-spacing:-.01em;font-size:15px;font-weight:600}.card-flat{box-shadow:none}.card-flat:hover{box-shadow:none;transform:none}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:24px;display:grid}.stat-card{background:var(--bg-secondary);border-radius:var(--radius-md);border:none;padding:16px}.stat-card .stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:6px;font-size:11px;font-weight:500}.stat-card .stat-value{color:var(--text);font-size:22px;font-weight:500}.stat-card .stat-value.success{color:var(--text-success)}.stat-card .stat-value.danger{color:var(--text-danger)}.stat-card .stat-value.info{color:var(--text-info)}.stat-card .stat-value.warning{color:var(--text-warning)}.stat-value{letter-spacing:-.03em;color:var(--text);font-size:26px;font-weight:700;line-height:1.2}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:6px;font-size:12px;font-weight:600}.stat-trend{margin-top:4px;font-size:12px;font-weight:500}.stat-trend.up{color:var(--success)}.stat-trend.down{color:var(--error)}.btn{border-radius:var(--radius-btn);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;font-family:var(--font);text-align:center;justify-content:center;align-items:center;gap:6px;padding:8px 16px;line-height:1.4;text-decoration:none;transition:all .2s;display:inline-flex}.btn:hover{background:var(--surface-hover);border-color:#c8ccd4}.btn:active{transform:scale(.97)}.btn-primary{box-shadow:none;border-radius:8px;background:var(--text)!important;color:#fff!important;border-color:var(--text)!important}.btn-primary:hover{background:var(--text);border-color:var(--text);box-shadow:none;opacity:.85}.btn-danger{color:var(--error);background:var(--error-light);border-color:#fbc5c5}.btn-danger:hover{background:#fde0e0}.btn-success{color:var(--success);background:var(--success-light);border-color:#a8ecc5}.btn-success:hover{background:#dcf7e8}.btn-sm{border-radius:var(--radius-sm);padding:5px 12px;font-size:12px}.btn-lg{padding:10px 22px;font-size:15px}.btn-ghost{box-shadow:none;background:0 0;border:none}.btn-ghost:hover{background:var(--surface-hover);box-shadow:none}.btn[disabled]{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:18px}.form-group label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-btn);width:100%;font-size:14px;font-family:var(--font);background:var(--surface);color:var(--text);padding:10px 14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4a90f51f}.form-group input::placeholder{color:var(--text-muted)}.form-row{gap:14px;display:flex}.form-row .form-group{flex:1}.checkbox-group{align-items:center;gap:8px;display:flex}.checkbox-group input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.status{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.status:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.status-active,.status-running,.status-success{background:var(--success-light);color:var(--success)}.status-active:before,.status-running:before,.status-success:before{background:var(--success)}.status-deploying,.status-building,.status-pending,.status-pushing{background:var(--warning-light);color:var(--warning)}.status-deploying:before,.status-building:before,.status-pending:before,.status-pushing:before{background:var(--warning);animation:1.5s ease-in-out infinite pulse}.status-failed,.status-error,.status-suspended{background:var(--error-light);color:var(--error)}.status-failed:before,.status-error:before,.status-suspended:before{background:var(--error)}.status-free{color:var(--text-secondary);background:#f0f2f7}.status-free:before{background:var(--text-muted)}.status-pro{background:var(--purple-light);color:var(--purple)}.status-pro:before{background:var(--purple)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);background:var(--bg);padding:8px 12px;font-size:11px;font-weight:600}.table td{border-bottom:1px solid var(--border-light);vertical-align:middle;padding:8px 12px}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--surface-hover)}.table tr{cursor:default}.table tr.clickable{cursor:pointer}.table tr.clickable:hover td{background:var(--primary-light)}.log-viewer{background:var(--deep-blue);color:#c8d4e6;border-radius:var(--radius);font-family:var(--mono);white-space:pre-wrap;border:1px solid #1a2d52;padding:16px 20px;font-size:11px;line-height:1.8;overflow:auto}.log-viewer::-webkit-scrollbar{width:6px}.log-viewer::-webkit-scrollbar-track{background:0 0}.log-viewer::-webkit-scrollbar-thumb{background:#2a4068;border-radius:3px}.log-viewer::-webkit-scrollbar-thumb:hover{background:#3a5580}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.page-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:24px;font-weight:700}.page-subtitle{color:var(--text-secondary);margin-top:4px;font-size:14px}.empty{text-align:center;color:var(--text-secondary);padding:64px 20px}.empty h3{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:600}.empty p{max-width:360px;margin:0 auto 20px}.empty-icon{opacity:.3;margin-bottom:16px;font-size:48px}.login-container{text-align:center;background:var(--surface);border:1px solid var(--border);max-width:400px;box-shadow:var(--shadow-md);border-radius:16px;margin:80px auto;padding:32px 40px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (width<=480px){.login-container{max-width:100%;box-shadow:none;border:none;border-radius:0;flex-direction:column;justify-content:center;min-height:100vh;margin:0;padding:32px 24px;display:flex}}.login-container h1{letter-spacing:-.02em;color:var(--text);margin-bottom:6px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.login-container p{color:var(--text-secondary);margin-bottom:32px;font-size:15px}.login-error{color:var(--error);background:var(--error-light);border-radius:var(--radius-sm);text-align:left;margin-bottom:14px;padding:10px 14px;font-size:13px}.login-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:36px;display:flex}.login-brand-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);border-radius:10px;width:44px;height:44px;box-shadow:0 4px 12px #4a90f54d}.tabs{background:var(--surface);border-bottom:.5px solid var(--border-tertiary);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0;margin-bottom:24px;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-.5px;padding:12px 16px;transition:all .2s}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--text);font-weight:500}.wizard{max-width:560px;margin:24px auto}.wizard-steps{gap:0;margin-bottom:32px;display:flex}.wizard-step{text-align:center;flex:1;padding:12px 0;position:relative}.wizard-step-number{z-index:1;background:var(--border);width:34px;height:34px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:6px;font-size:13px;font-weight:700;transition:all .3s;display:inline-flex;position:relative}.wizard-step.active .wizard-step-number{background:var(--primary);color:#fff;box-shadow:0 2px 8px #4a90f54d}.wizard-step.done .wizard-step-number{background:var(--success);color:#fff}.wizard-step-label{color:var(--text-muted);font-size:12px;font-weight:500}.wizard-step.active .wizard-step-label{color:var(--text)}.wizard-step.done .wizard-step-label{color:var(--success)}.wizard-step-line{background:var(--border);z-index:0;width:100%;height:2px;position:absolute;top:29px;left:50%}.wizard-step.done .wizard-step-line{background:var(--success)}.wizard-step:last-child .wizard-step-line{display:none}.badge{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-purple{background:var(--purple-light);color:var(--purple)}.badge-green{background:var(--success-light);color:var(--success)}.badge-gold{background:var(--warning-light);color:var(--warning)}.info-box{border-radius:var(--radius-sm);border:1px solid var(--primary-border);background:var(--primary-light);color:var(--primary-hover);padding:14px 18px;font-size:13px;line-height:1.6}code{font-family:var(--mono);color:var(--text);background:#eef0f5;border-radius:6px;padding:2px 6px;font-size:12px}.code-block{border-radius:var(--radius-sm);font-family:var(--mono);word-break:break-all;border:1px solid var(--border);background:#eef0f5;padding:14px 18px;font-size:12px;line-height:1.7;display:block}.section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border-bottom:.5px solid var(--border-tertiary);margin-bottom:12px;padding-bottom:8px;font-size:12px;font-weight:500}.usage-bar{background:var(--border);border-radius:7px;height:14px;margin-top:8px;overflow:hidden}.usage-bar-fill{border-radius:4px;height:100%;transition:width .4s}.usage-bar-fill.low{background:var(--success)}.usage-bar-fill.medium{background:var(--warning)}.usage-bar-fill.high{background:var(--error)}.app-footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:48px;padding:28px 0;font-size:12px}.app-footer-brand{color:var(--text-secondary);letter-spacing:-.02em;margin-bottom:10px;font-size:14px;font-weight:700}.app-footer-links{justify-content:center;gap:18px;margin-bottom:10px;display:flex}.app-footer-links a{color:var(--text-secondary);font-size:12px;font-weight:500;text-decoration:none;transition:color .2s}.app-footer-links a:hover{color:var(--primary)}.url-card{background:var(--primary-light);border:1px solid var(--primary-border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.url-card-link{color:var(--primary);word-break:break-all;font-size:13px;font-weight:500;text-decoration:none}.url-card-link:hover{text-decoration:underline}@media (width<=640px){.app{max-width:100vw;padding:0 12px 24px;overflow-x:hidden}.form-row{flex-direction:column}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.stat-grid{grid-template-columns:repeat(2,1fr)}.nav{margin-bottom:16px;padding:10px 0}.nav-brand{font-size:14px}.nav-links{gap:2px}.nav-links a{padding:4px 6px;font-size:11px}.nav-user{display:none}.login-container{margin:40px auto;padding:24px 20px}.page-title{font-size:20px}.card{padding:14px;overflow-x:auto}.stat-card{padding:12px}.stat-value{font-size:20px}.table{min-width:100%;font-size:12px}.table th,.table td{padding:6px 8px}.table th:nth-child(2),.table td:nth-child(2),.table th:nth-child(4),.table td:nth-child(4),.table th:nth-child(5),.table td:nth-child(5){display:none}.btn{padding:6px 12px;font-size:12px}.log-viewer{word-break:break-all;max-height:300px;padding:10px 12px;font-size:10px}.dos-card>div>div[style*="justifyContent: 'space-between'"],.dos-card>div>div[style*="justify-content: space-between"]{flex-wrap:wrap!important}.card [style*="grid-template-columns: repeat(auto-fit"]{grid-template-columns:1fr 1fr!important}[style*="grid-template-columns: repeat(auto-fit, minmax(120px"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}}@media (width<=480px){.stat-grid{grid-template-columns:1fr}.nav-links a{display:none}.nav-links a.active{display:inline-flex}.table th:nth-child(3),.table td:nth-child(3){display:table-cell}}@media (width<=768px){html,body{overflow-x:hidden}.app{max-width:100vw}}.status-pill{white-space:nowrap;border-radius:20px;align-items:center;padding:2px 10px;font-size:11px;font-weight:500;display:inline-flex}.status-pill.active{background:var(--bg-success);color:#15803d}.status-pill.failed{background:var(--bg-danger);color:#dc2626}.status-pill.pending,.status-pill.building,.status-pill.deploying{background:var(--bg-warning);color:#b45309}.status-pill.off,.status-pill.disabled{background:var(--bg-secondary);color:var(--text-tertiary)}.status-pill.paused{color:#92400e;background:#fef3c7}.status-pill.suspended{color:#b91c1c;background:#fee2e2}.stack-badge{border-radius:var(--radius-md);background:var(--bg-secondary);font-size:11px;font-family:var(--mono);color:var(--text-secondary);padding:2px 8px;font-weight:500;display:inline-flex}.skeleton{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--border-tertiary) 50%, var(--bg-secondary) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{width:60%;height:14px}.skeleton-stat{width:80px;height:28px}.skeleton-row{width:100%;height:44px;margin-bottom:4px}.dashboard-main{padding:24px 32px}.nav-hamburger{display:none!important}.nav-mobile-login-btn{display:none}.nav-desktop{display:flex!important}@media (width<=640px){.nav-hamburger,.nav-desktop{display:none!important}.nav-mobile-login-btn{background:var(--primary,#4a90f5);white-space:nowrap;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;color:#fff!important;display:inline-flex!important}}.sidebar-toggle{display:none!important}@media (width<=768px){.sidebar-toggle{display:block!important}.dashboard-main{margin-left:0!important;padding:16px!important}.sidebar{z-index:1050!important}.sidebar-backdrop{z-index:1040!important}}@media (width<=480px){.dashboard-main{padding:12px!important}}.signin-dropdown{width:320px;margin-top:8px;position:absolute;top:100%;right:0}@media (width<=640px){.signin-dropdown{-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:center;display:flex;width:100%!important;max-width:100%!important;padding:60px 24px calc(24px + env(safe-area-inset-bottom,0px))!important;pointer-events:auto!important;z-index:10000!important;border-radius:0!important;margin-top:0!important;position:fixed!important;inset:0!important;transform:none!important}.signin-dropdown input{border-radius:12px!important;padding:14px 16px!important;font-size:16px!important}.signin-dropdown button[type=submit],.signin-dropdown .lp-btn-primary,.signin-dropdown .lp-btn-secondary,.signin-dropdown .lp-btn-github{border-radius:12px!important;padding:14px 20px!important;font-size:15px!important}.lp-overlay{z-index:9999!important}}.mobile-signin-form{padding:16px 0 8px}.mobile-signin-form .lp-input{border-radius:10px;padding:12px 14px;font-size:16px}.mobile-signin-form .lp-btn-primary{border-radius:10px;padding:14px 20px;font-size:15px}.mobile-signin-form .lp-btn-github{border-radius:10px;padding:12px 16px}.mobile-tab-bar{background:var(--surface);border-top:1px solid var(--border);z-index:1100;height:64px;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0px);display:none;position:fixed;bottom:0;left:0;right:0}.mobile-tab-bar-inner{justify-content:space-around;align-items:center;max-width:500px;height:64px;margin:0 auto;display:flex}.mobile-tab-item{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:56px;padding:6px 0;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.mobile-tab-item.active{color:var(--primary)}.mobile-tab-item svg{width:22px;height:22px}@media (width<=768px){.mobile-tab-bar{display:block}.sidebar.sidebar-fixed{display:none!important}.body.flex-grow-1{padding-bottom:80px!important}.wrapper{padding-left:0!important}.wrapper>.body{margin-left:0!important}}.pricing-table-desktop{display:block}.pricing-cards-mobile{display:none!important}@media (width<=768px){.pricing-table-desktop{display:none!important}.pricing-cards-mobile{display:flex!important}}[data-theme=dark] .nav{border-bottom-color:var(--border);background:#0f172af2}[data-theme=dark] .nav-mobile-menu a{color:var(--text)!important}[data-theme=dark] .nav-mobile-menu a:hover,[data-theme=dark] .nav-mobile-menu a:active{background:var(--surface-hover)}[data-theme=dark] .nav-mobile-menu .mobile-menu-divider{background:var(--border)}[data-theme=dark] .nav-mobile-menu .mobile-menu-signin{background:var(--primary)!important}[data-theme=dark] .nav-mobile-menu .mobile-menu-signin:hover{background:var(--primary-hover)!important}[data-theme=dark] .btn-danger{border-color:#7f1d1d}[data-theme=dark] .btn-success{border-color:#14532d}[data-theme=dark] .btn-success:hover{background:#166534}[data-theme=dark] code{color:var(--text);background:#334155}[data-theme=dark] .code-block{border-color:var(--border);background:#334155}[data-theme=dark] .status-free{background:var(--surface-hover);color:var(--text-secondary)}[data-theme=dark] .log-viewer{border-color:#1a2d52}[data-theme=dark] .info-box{color:var(--primary)}[data-theme=dark] svg[style*="background: #f7f8fc"],[data-theme=dark] svg[style*="background:#f7f8fc"]{background:var(--surface)!important;border-color:var(--border)!important}[data-theme=dark] .dashboard-main,[data-theme=dark] .wrapper{background:var(--bg)}[data-theme=dark] .card,[data-theme=dark] .stat-card{color:var(--text);background:var(--surface)!important;border-color:var(--border)!important}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"]{background:var(--surface)!important}[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background:#f8fafc"],[data-theme=dark] [style*="background: #f7f8fc"],[data-theme=dark] [style*="background:#f7f8fc"],[data-theme=dark] [style*="background: #f0f2f7"],[data-theme=dark] [style*="background:#f0f2f7"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background:#f1f5f9"],[data-theme=dark] [style*="background: #fbfcff"],[data-theme=dark] [style*="background:#fbfcff"],[data-theme=dark] [style*="background: #eef0f5"],[data-theme=dark] [style*="background:#eef0f5"]{background:var(--surface-hover)!important}[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color:#0f172a"],[data-theme=dark] [style*="color: #0f1520"],[data-theme=dark] [style*="color:#0f1520"]{color:var(--text)!important}[data-theme=dark] [style*="color: #334155"],[data-theme=dark] [style*="color:#334155"],[data-theme=dark] [style*="color: #525d73"],[data-theme=dark] [style*="color:#525d73"]{color:var(--text-secondary)!important}[data-theme=dark] [style*="color: #64748b"],[data-theme=dark] [style*="color:#64748b"],[data-theme=dark] [style*="color: #8b94a6"],[data-theme=dark] [style*="color:#8b94a6"],[data-theme=dark] [style*="color: #94a3b8"],[data-theme=dark] [style*="color:#94a3b8"]{color:var(--text-muted)!important}[data-theme=dark] [style*="border: 1px solid #e3e5ea"],[data-theme=dark] [style*="border:1px solid #e3e5ea"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border:1px solid #e2e8f0"],[data-theme=dark] [style*="border: 1px solid #d1d5db"],[data-theme=dark] [style*="border:1px solid #d1d5db"],[data-theme=dark] [style*="border: 1px solid #d7dce5"],[data-theme=dark] [style*="border:1px solid #d7dce5"],[data-theme=dark] [style*="border: 1px solid #e9edf5"],[data-theme=dark] [style*="border:1px solid #e9edf5"],[data-theme=dark] [style*="border: 1px solid #f0f2f7"],[data-theme=dark] [style*="border:1px solid #f0f2f7"],[data-theme=dark] [style*="border: 2px solid #e3e5ea"],[data-theme=dark] [style*="border:2px solid #e3e5ea"],[data-theme=dark] [style*="border-top: 1px solid #f0f2f7"],[data-theme=dark] [style*="border-top:1px solid #f0f2f7"],[data-theme=dark] [style*="borderTop: 1px solid #f0f2f7"],[data-theme=dark] [style*="border-top: 1px solid #e3e5ea"],[data-theme=dark] [style*="border-top: 2px solid #e3e5ea"],[data-theme=dark] [style*="border-bottom: 1px solid #f0f2f7"],[data-theme=dark] [style*="border-bottom: 1px solid #e3e5ea"]{border-color:var(--border)!important}[data-theme=dark] [style*="background: #eff6ff"],[data-theme=dark] [style*="background:#eff6ff"],[data-theme=dark] [style*="background: #f5f9ff"],[data-theme=dark] [style*="background:#f5f9ff"],[data-theme=dark] [style*="background: #f6f9ff"],[data-theme=dark] [style*="background:#f6f9ff"],[data-theme=dark] [style*="background: #eef4fe"],[data-theme=dark] [style*="background:#eef4fe"],[data-theme=dark] [style*="background: #f0f9ff"],[data-theme=dark] [style*="background:#f0f9ff"],[data-theme=dark] [style*="background: #f8fbff"],[data-theme=dark] [style*="background:#f8fbff"]{background:#172554!important;border-color:#1e3a5f!important}[data-theme=dark] [style*="background: #f0fdf4"],[data-theme=dark] [style*="background:#f0fdf4"],[data-theme=dark] [style*="background: #eefbf3"],[data-theme=dark] [style*="background:#eefbf3"],[data-theme=dark] [style*="background: #edfdf3"],[data-theme=dark] [style*="background:#edfdf3"],[data-theme=dark] [style*="background: #dcfce7"],[data-theme=dark] [style*="background:#dcfce7"]{background:#14532d!important;border-color:#166534!important}[data-theme=dark] [style*="background: #fef2f2"],[data-theme=dark] [style*="background:#fef2f2"],[data-theme=dark] [style*="background: #fef3f2"],[data-theme=dark] [style*="background:#fef3f2"],[data-theme=dark] [style*="background: #fef0f0"],[data-theme=dark] [style*="background:#fef0f0"]{background:#450a0a!important;border-color:#7f1d1d!important}[data-theme=dark] [style*="background: #fffbeb"],[data-theme=dark] [style*="background:#fffbeb"],[data-theme=dark] [style*="background: #fef7e8"],[data-theme=dark] [style*="background:#fef7e8"],[data-theme=dark] [style*="background: #fef3c7"],[data-theme=dark] [style*="background:#fef3c7"]{background:#422006!important;border-color:#713f12!important}[data-theme=dark] [style*="background: #f0f2f7"][style*="color: #525d73"]{background:var(--surface-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] [style*="background: #eef4fe"][style*="color: #4a90f5"],[data-theme=dark] [style*="background: #eef4fe"][style*="color: #1d4ed8"]{background:#1e3a5f!important}[data-theme=dark] [style*="background: #eefbf3"][style*="color: #38c97a"]{background:#14532d!important}[data-theme=dark] [style*="background: #f3eefe"][style*="color: #8b3cf7"]{background:#312e81!important}[data-theme=dark] [style*="background: #fef7e8"][style*="color: #f5a623"]{background:#422006!important}[data-theme=dark] [style*="background: #e2e8f0"],[data-theme=dark] [style*="background:#e2e8f0"]{background:#334155!important}[data-theme=dark] .login-container{background:var(--surface)!important;border-color:var(--border)!important}[data-theme=dark] .btn-primary{color:#fff!important;background:#3b82f6!important;border-color:#3b82f6!important}[data-theme=dark] .btn-primary:hover{background:#2563eb!important;border-color:#2563eb!important}[data-theme=dark] .btn-danger{color:#f87171!important;background:#f871711f!important;border-color:#f871714d!important}[data-theme=dark] .btn-danger:hover{background:#f8717133!important}[data-theme=dark] .btn:hover{border-color:#475569!important}[data-theme=dark] [style*="background: #fef2f2"]{background:#dc262614!important;border-color:#f8717140!important}[data-theme=dark] [style*="color: #991b1b"]{color:#f87171!important}[data-theme=dark] [style*="border: 1px solid #fecaca"]{border-color:#f8717140!important}[data-theme=dark] [style*="background: #eefbf3"]{background:#16a34a1a!important;border-color:#16a34a40!important}[data-theme=dark] [style*="color: #16a34a"]{color:#4ade80!important}[data-theme=dark] [style*="color: #166534"]{color:#86efac!important}[data-theme=dark] [style*="background: #eff6ff"]{background:#3b82f61a!important;border-color:#3b82f640!important}[data-theme=dark] [style*="color: #1d4ed8"]{color:#60a5fa!important}[data-theme=dark] [style*="color: #1e40af"]{color:#93bbfd!important}[data-theme=dark] button[style*="background: #0f1520"][style*="color: #fff"]{background:var(--primary)!important}[data-theme=dark] button[style*="background: #fff"][style*="color: #525d73"]{background:var(--surface)!important;color:var(--text-secondary)!important;border-color:var(--border)!important}[data-theme=dark] button[style*="background: #0f1520"][style*="color: #fff"]:not(.btn-primary){background:var(--primary)!important}[data-theme=dark] .card[style*="border: 2px solid #f5a623"]{border-color:#f5a623!important}[data-theme=dark] pre{color:var(--text-secondary)!important}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}[data-theme=dark] ::selection{color:#f1f5f9;background:#60a5fa4d}[data-theme=dark] .table th{background:var(--bg)!important;color:var(--text-muted)!important;border-bottom-color:var(--border)!important}[data-theme=dark] .table td{border-bottom-color:var(--border-light)!important;color:var(--text)!important}[data-theme=dark] .table tr:hover td{background:var(--surface-hover)!important}[data-theme=dark] .table tr.clickable:hover td{background:var(--primary-light)!important}[data-theme=dark] a{color:var(--primary)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #60a5fa26!important}[data-theme=dark] input::-moz-placeholder{color:var(--text-muted)!important}[data-theme=dark] textarea::-moz-placeholder{color:var(--text-muted)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] option{background:var(--surface);color:var(--text)}[data-theme=dark] button[style*="background: #f8fafc"][style*="color: #334155"]{background:var(--surface-hover)!important;color:var(--text-secondary)!important;border-color:var(--border)!important}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:16px;transition:all .2s;display:inline-flex}.theme-toggle:hover{background:var(--surface-hover);color:var(--text)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.resource-slider{appearance:none;background:var(--surface-hover);cursor:pointer;border-radius:4px;outline:none;width:100%;height:8px;transition:background .2s}.resource-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 4px #0003}.resource-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 8px #0000004d}.resource-slider::-moz-range-thumb{background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.resource-slider.slider-blue::-webkit-slider-thumb{background:#4a90f5}.resource-slider.slider-yellow::-webkit-slider-thumb{background:#f5a623}.resource-slider.slider-red::-webkit-slider-thumb{background:#f03a3a}.resource-slider.slider-blue::-moz-range-thumb{background:#4a90f5}.resource-slider.slider-yellow::-moz-range-thumb{background:#f5a623}.resource-slider.slider-red::-moz-range-thumb{background:#f03a3a}.pool-bar-track{background:var(--surface-hover);border-radius:5px;width:100%;height:10px;position:relative;overflow:hidden}.pool-bar-fill{border-radius:5px;height:100%;transition:width .3s}.pool-bar-pending{opacity:.4;border-radius:5px;height:100%;transition:width .3s,left .3s;position:absolute;top:0}.preset-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.preset-btn:hover:not(.active){background:var(--primary-light);color:var(--primary);border-color:var(--primary-border)}.preset-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:700;box-shadow:0 1px 2px #00000014}.replica-btn{border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:all .15s;display:flex}.replica-btn:hover:not(:disabled){background:var(--primary-light);color:var(--primary);border-color:var(--primary-border)}.replica-btn:disabled{opacity:.4;cursor:not-allowed}.resource-toast{background:var(--success);color:#fff;z-index:1000;border-radius:10px;padding:12px 20px;font-size:13px;font-weight:600;animation:.3s toastIn,.3s 2.7s forwards toastOut;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #0003}@keyframes toastIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}.public-pages,.public-pages *{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.lp-root{background:var(--bg);min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.lp-nav{border-bottom:.5px solid var(--border-tertiary);background:var(--surface);z-index:100;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:12px 32px;display:flex;position:sticky;top:0}.lp-nav-brand{flex-shrink:0;align-items:center;gap:8px;display:flex}.lp-nav-logo{border-radius:6px;width:24px;height:24px}.lp-nav-name{letter-spacing:-.02em;color:var(--text);font-size:14px;font-weight:500}.lp-nav-links{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.lp-nav-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:8px 14px;font-size:13px;font-weight:400;text-decoration:none}.lp-nav-link:hover{color:var(--text)}.lp-section{padding:64px 24px}.lp-section-alt{background:var(--bg)}.lp-section:not(.lp-section-alt){background:var(--surface)}.lp-container{width:100%;max-width:1080px;margin:0 auto;padding:0 16px}.lp-container-narrow{max-width:720px}.lp-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:16px;font-size:11px;font-weight:500}.lp-headline{color:var(--text);text-align:center;letter-spacing:-.02em;margin:0 0 16px;font-size:20px;font-weight:500}.lp-subtext{color:var(--text-secondary);text-align:center;font-size:13px;line-height:1.6}.lp-hero{background:var(--bg);padding:80px 24px 40px}.lp-badge{background:var(--text);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:20px;margin-bottom:20px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-block}.lp-hero-title{color:var(--text);letter-spacing:-.02em;margin:0 0 20px;font-size:clamp(24px,5vw,36px);font-weight:500;line-height:1.2}.lp-hero-desc{color:var(--text-secondary);max-width:560px;margin:0 auto 24px;font-size:14px;line-height:1.7}.lp-hero-notice{background:var(--bg-info);border:.5px solid var(--border-tertiary);color:var(--text-secondary);border-radius:8px;margin-bottom:24px;padding:10px 20px;font-size:13px}.lp-hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero-scarcity-badge{white-space:nowrap;background:linear-gradient(135deg,#22c55e14 0%,#4a90f514 100%);border:1px solid #22c55e40;border-radius:28px;align-items:center;gap:12px;margin-bottom:28px;padding:10px 24px 10px 18px;font-size:15px;animation:3s ease-in-out infinite hero-badge-glow;display:inline-flex}.hero-scarcity-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite hero-dot-pulse}@keyframes hero-dot-pulse{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 6px #22c55e00}}@keyframes hero-badge-glow{0%,to{border-color:#22c55e40}50%{border-color:#22c55e80}}.hero-headline{color:var(--text);letter-spacing:-.03em;margin:0 0 20px;font-size:clamp(32px,5.5vw,52px);font-weight:700;line-height:1.1}.hero-subheadline{color:var(--text-secondary);max-width:620px;margin:0 auto 36px;font-size:clamp(15px,2vw,18px);font-weight:400;line-height:1.65}.hero-deploy-box{max-width:580px;margin:0 auto 36px;animation:.8s ease-out hero-float-up}.hero-deploy-input-row{background:var(--surface);border:2px solid var(--border);border-radius:14px;align-items:center;padding:6px 6px 6px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 24px #0f172a0f}.hero-deploy-input-row:hover,.hero-deploy-input-row:focus-within{border-color:var(--primary);box-shadow:0 4px 24px #4a90f526}.hero-deploy-icon{color:var(--text-muted);flex-shrink:0;align-items:center;margin-right:10px;display:flex}.hero-deploy-input{color:var(--text);cursor:pointer;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:10px 0;font-family:inherit;font-size:15px}.hero-deploy-input::placeholder{color:var(--text-muted)}.hero-deploy-btn{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s}.hero-deploy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0f172a2e}.hero-deploy-hint{color:var(--text-muted);text-align:center;margin-top:10px;font-size:12px}.hero-dropzone:hover,.hero-dropzone-active{background:#3b82f60a;border-color:var(--primary,#3b82f6)!important}@keyframes hero-float-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-proof-strip{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:0;animation:1s ease-out hero-float-up;display:flex}.hero-proof-item{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:border-color .2s,transform .2s;display:inline-flex}.hero-proof-item:hover{border-color:var(--primary);transform:translateY(-1px)}.hero-onboarding-section{background:var(--bg);padding:64px 24px 0}.hero-onboarding-card{color:#fff;background:linear-gradient(135deg,#0f1f3d 0%,#1a2f5a 100%);border-radius:20px;align-items:center;gap:40px;padding:36px 40px;animation:1.1s ease-out hero-float-up;display:flex}.hero-onboarding-left{text-align:left;flex:1}.hero-onboarding-label{letter-spacing:.08em;text-transform:uppercase;color:#22c55e;background:#22c55e1f;border-radius:6px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.hero-onboarding-title{margin-bottom:10px;font-size:22px;font-weight:600;line-height:1.3}.hero-onboarding-body{color:#ffffffb3;font-size:14px;line-height:1.65}.hero-onboarding-body strong{color:#fff}.hero-onboarding-right{flex-direction:column;flex-shrink:0;align-items:center;gap:16px;display:flex}.hero-onboarding-tiers{text-align:center;align-items:center;gap:20px;display:flex}.hero-onboarding-tier{color:#fff}.hero-onboarding-tier-divider{background:#fff3;width:1px;height:36px}.hero-onboarding-cta{color:#0f1f3d;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s}.hero-onboarding-cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px #fff3}@media (width<=680px){.hero-scarcity-badge{gap:8px;margin-left:auto;margin-right:auto;padding:8px 16px 8px 12px;font-size:13px}.hero-scarcity-dot{width:8px;height:8px}.hero-onboarding-card{text-align:center;flex-direction:column;gap:24px;padding:28px 24px}.hero-onboarding-left{text-align:center}.hero-deploy-input-row{flex-direction:column;gap:8px;padding:12px}.hero-deploy-btn{width:100%}.hero-deploy-icon{display:none}.hero-deploy-input{text-align:center}}.lp-btn-primary{text-align:center;background:var(--text);color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font);border:none;justify-content:center;align-items:center;padding:10px 24px;text-decoration:none;display:inline-flex}.lp-btn-primary:hover{opacity:.9}.lp-btn-secondary{text-align:center;color:var(--text);border:.5px solid var(--border);border-radius:var(--radius-btn);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font);background:0 0;justify-content:center;align-items:center;padding:10px 24px;text-decoration:none;display:inline-flex}.lp-btn-secondary:hover{background:var(--bg)}.lp-btn-github{border-radius:var(--radius-btn);color:#fff;cursor:pointer;background:#24292e;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 0;font-size:13px;font-weight:500;text-decoration:none;display:flex}.lp-card{background:var(--surface);border:.5px solid var(--border-tertiary);border-radius:var(--radius);padding:20px 24px}.lp-card-interactive{cursor:pointer;transition:border-color .15s}.lp-card-interactive:hover{border-color:var(--border)}.lp-card-flipped{background:var(--bg-info);border-color:var(--primary)!important}.lp-card-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.lp-card-title{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:500}.lp-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-left:8px;font-size:11px;font-weight:500}.lp-card-body{color:var(--text-secondary);font-size:13px;line-height:1.6}.lp-card-dark{background:var(--deep-blue);border-radius:var(--radius);border:.5px solid #1e3a5f;padding:20px 24px}.lp-terminal{font-family:var(--mono);color:#e2e8f0;background:#0a1628;border-radius:8px;margin-bottom:16px;padding:16px;font-size:12px;line-height:1.8;overflow:auto}.lp-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.lp-status-pill{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:500}.lp-table{border-collapse:collapse;width:100%;font-size:13px}.lp-table thead th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:.5px solid var(--border-tertiary);padding:12px 24px;font-size:11px;font-weight:500}.lp-table tbody td{color:var(--text);padding:12px 24px}.lp-plan-card{background:var(--surface);border:.5px solid var(--border-tertiary);border-radius:var(--radius);flex-direction:column;padding:24px 20px;display:flex}.lp-billing-toggle{background:var(--bg);border:.5px solid var(--border-tertiary);border-radius:8px;padding:3px;display:inline-flex}.lp-billing-toggle button{cursor:pointer;color:var(--text-secondary);font-size:12px;font-weight:500;font-family:var(--font);background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 20px;display:flex}.lp-billing-toggle button.active{background:var(--text);color:#fff}.lp-save-badge{background:var(--text-success);color:#fff;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:500}.lp-step-number{background:var(--bg-info);width:40px;height:40px;color:var(--text-info);border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;font-size:16px;font-weight:500;display:inline-flex}.lp-cta{background:var(--deep-blue);padding:64px 24px}.lp-footer{border-top:.5px solid var(--border-tertiary);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 32px;display:flex}.lp-overlay{z-index:999;background:#0003;position:fixed;inset:0}.lp-signin-panel{background:var(--surface);border:.5px solid var(--border-tertiary);border-radius:var(--radius);z-index:1000;padding:24px}.lp-signin-error{color:var(--error);background:var(--error-light);border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:12px}.lp-label{color:var(--text);margin-bottom:4px;font-size:12px;font-weight:500;display:block}.lp-input{border:.5px solid var(--border);border-radius:var(--radius-btn);box-sizing:border-box;width:100%;font-size:13px;font-family:var(--font);background:var(--surface);color:var(--text);padding:8px 12px}.lp-input:focus{border-color:var(--primary);outline:none}.lp-divider{align-items:center;gap:12px;margin:12px 0;display:flex}.lp-divider:before,.lp-divider:after{content:"";background:var(--border-tertiary);flex:1;height:.5px}.lp-divider span{color:var(--text-muted);font-size:11px}@media (width<=768px){.lp-hero{padding:48px 16px 40px}.lp-section{padding:48px 16px}.lp-hero-title{font-size:24px}.lp-hero-desc{font-size:14px;line-height:1.6}.lp-grid-3{grid-template-columns:1fr}.lp-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.lp-table thead th,.lp-table tbody td{white-space:nowrap;padding:10px 12px;font-size:12px}.lp-container{padding:0 16px}.lp-headline{font-size:22px}.lp-subtext{font-size:14px}.lp-card{padding:16px}.lp-card-body{font-size:13px}.lp-hero-ctas{flex-direction:column;gap:10px}.lp-hero-ctas a{text-align:center;box-sizing:border-box;width:100%}.lp-nav{padding:12px 16px}.lp-nav-name{font-size:15px}}@media (width<=480px){.lp-hero-title{font-size:20px}.lp-badge{font-size:10px}}.template-detail-grid{grid-template-columns:1fr 340px;align-items:start;gap:20px;display:grid}@media (width<=768px){.template-detail-grid{grid-template-columns:1fr}.template-detail-grid>div:last-child{order:-1}}
