@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-base: #0a0f1e;--bg-surface: #111827;--bg-elevated: #1a2332;--border: #1e2d40;--border-light: #253449;--accent: #3b82f6;--accent-hover: #2563eb;--accent-glow: rgba(59, 130, 246, .15);--accent2: #10b981;--accent2-glow: rgba(16, 185, 129, .15);--text: #f1f5f9;--text-secondary: #94a3b8;--muted: #64748b;--error: #ef4444;--warning: #f59e0b;--card-shadow: 0 4px 24px rgba(0, 0, 0, .25);--card-shadow-hover: 0 8px 32px rgba(0, 0, 0, .35);--font: "Inter", system-ui, -apple-system, sans-serif;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);line-height:1.6;color:var(--text);background-color:var(--bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:#60a5fa}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-base);color:var(--text)}.navbar{background:#111827cc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 2rem;height:64px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}.navbar-brand{font-size:1.5rem;font-weight:600}.navbar-logo{color:var(--text);text-decoration:none;font-weight:700;display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.navbar-logo .nav-icon{font-size:1.25rem;color:var(--accent);margin:0}.navbar-menu{display:flex;gap:.25rem;align-items:center}.nav-link{display:flex;align-items:center;padding:.5rem .875rem;color:var(--text-secondary);text-decoration:none;transition:all .2s;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500}.nav-link:hover{background:var(--accent-glow);color:var(--accent)}.nav-link.active{color:var(--accent);background:var(--accent-glow)}.nav-icon{margin-right:.4rem;font-size:1rem;vertical-align:middle}.navbar-end{display:flex;align-items:center;gap:.75rem}.theme-toggle{background:none;border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;padding:.4rem .6rem;font-size:1.1rem;border-radius:var(--radius-sm);transition:all .2s}.theme-toggle:hover{background:var(--accent-glow);color:var(--accent);border-color:var(--accent)}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;padding:.4rem .875rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:.875rem;transition:all .2s}.user-menu-button:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--text)}.user-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--card-shadow);min-width:220px;z-index:50;overflow:hidden}.user-menu-header{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.user-email{color:var(--muted);font-size:.8rem}.user-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;transition:all .2s;text-align:left;font-size:.875rem}.user-menu-item:hover{background:var(--accent-glow);color:var(--text)}.app-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.public-home{max-width:100%;margin:0;padding:0}.hero{background:linear-gradient(160deg,#0a0f1e,#111d35 40%,#0f2847,#0a0f1e);padding:6rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.06) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:3.25rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem;background:linear-gradient(135deg,#f1f5f9,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;cursor:pointer;border:none}.cta-primary{background:var(--accent);color:#fff;box-shadow:0 4px 16px #3b82f64d}.cta-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 24px #3b82f666;color:#fff}.cta-secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.cta-secondary:hover{background:var(--bg-surface);border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.cta-outline{background:transparent;color:var(--accent2);border:1px solid var(--accent2)}.cta-outline:hover{background:var(--accent2-glow);transform:translateY(-2px);color:var(--accent2)}.ecosystem{padding:5rem 2rem;text-align:center}.ecosystem h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.ecosystem-intro{font-size:1.1rem;color:var(--muted);margin-bottom:3rem}.ecosystem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.ecosystem-category{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-align:left;transition:all .3s}.ecosystem-category:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--card-shadow);transform:translateY(-4px)}.category-icon{font-size:1.75rem;color:var(--accent);margin-bottom:1rem;display:block}.ecosystem-category h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.ecosystem-category ul{list-style:none;padding:0;margin:0}.ecosystem-category li{margin-bottom:.4rem}.ecosystem-category a{color:var(--text-secondary);text-decoration:none;display:block;padding:.4rem .6rem;border-radius:var(--radius-sm);transition:all .2s;font-size:.9rem}.ecosystem-category a:hover{color:var(--accent);background:var(--accent-glow)}.features{padding:5rem 2rem;text-align:center}.features h2{font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}.feature-icon{font-size:2.25rem;color:var(--accent);margin-bottom:1.25rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.feature-card p{color:var(--muted);line-height:1.6}.ai-section{padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,var(--bg-base) 0%,var(--bg-surface) 100%)}.ai-section h2{font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:var(--text)}.ai-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.ai-feature{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;align-items:flex-start;gap:1.25rem;text-align:left;transition:all .3s}.ai-feature:hover{border-color:var(--accent2);transform:translateY(-4px);box-shadow:0 0 0 1px var(--accent2),var(--card-shadow)}.ai-icon{font-size:2rem;color:var(--accent2);flex-shrink:0;margin-top:.2rem}.ai-feature h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.ai-feature p{color:var(--muted);line-height:1.6;font-size:.95rem}.cta-section{background:linear-gradient(160deg,#0f2847,#0a0f1e);padding:5rem 2rem;text-align:center;border-top:1px solid var(--border)}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.cta-content p{font-size:1.1rem;margin-bottom:2rem;color:var(--muted)}.form-container{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;max-width:800px;margin:0 auto;box-shadow:var(--card-shadow)}.form-container h2{color:var(--text);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:var(--font);transition:all .2s;background:var(--bg-base);color:var(--text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-group textarea{min-height:120px;resize:vertical}.form-actions{margin-top:2rem;display:flex;gap:.75rem}.error{border-color:var(--error)!important}.error-message{color:var(--error);font-size:.8rem;margin-top:.4rem;display:block}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;font-family:var(--font);cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 12px #3b82f64d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-surface);color:var(--text);border-color:var(--border-light)}.w-full{width:100%}.login-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px)}.login-box{background:var(--bg-surface);border:1px solid var(--border);padding:2.5rem;border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--card-shadow)}.login-box h2{text-align:center;color:var(--text);margin-bottom:.5rem}.login-subtitle{color:var(--muted);margin-bottom:2rem;text-align:center;font-size:.9rem}.login-box .form-group label{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.login-box .form-group label svg{color:var(--muted)}.auth-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:20px}.auth-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--card-shadow)}.auth-card h2{font-size:1.5rem;font-weight:700;margin-bottom:4px;color:var(--text)}.auth-subtitle{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}.auth-footer{text-align:center;margin-top:1.25rem;color:var(--muted);font-size:.875rem}.auth-footer a{color:var(--accent)}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#f87171;border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem}.demo-credentials{background:var(--bg-base);border:1px solid var(--border);padding:1rem;border-radius:var(--radius-sm);margin-bottom:1.5rem;font-size:.85rem}.demo-credentials p{margin-bottom:.4rem;color:var(--muted)}.demo-credentials code{display:inline-block;padding:.2rem .5rem;background:var(--bg-elevated);border-radius:4px;color:var(--accent);margin:.2rem 0;font-size:.8rem}.dashboard{max-width:1200px;margin:0 auto;padding:2rem 1rem}.dashboard h1{font-size:2.25rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.dashboard-intro{font-size:1.05rem;color:var(--muted);margin-bottom:2.5rem}.dashboard-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:3rem}.dashboard-option{background:var(--bg-surface);border:1px solid var(--border);padding:1.75rem;border-radius:var(--radius);text-decoration:none;color:var(--text);transition:all .3s;display:flex;flex-direction:column;align-items:flex-start}.dashboard-option:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--card-shadow-hover)}.option-icon{font-size:1.75rem;color:var(--accent);margin-bottom:1.25rem}.dashboard-option h3{font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.dashboard-option p{color:var(--muted);margin:0;line-height:1.5;font-size:.9rem}.sites-section{margin-top:3rem}.sites-section h2{font-size:1.4rem;font-weight:600;color:var(--text);margin-bottom:1.25rem}.sites-categories{display:flex;flex-direction:column;gap:1.5rem}.category-section{background:var(--bg-surface);border:1px solid var(--border);padding:1.5rem;border-radius:var(--radius)}.category-title{display:flex;align-items:center;gap:.75rem;color:var(--accent);font-size:1.15rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.sites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.site-card{background:var(--bg-base);border:1px solid var(--border);padding:.75rem 1rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--text-secondary);transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.site-card:hover{transform:translateY(-2px);background:var(--accent-glow);color:var(--accent);border-color:var(--accent)}.site-name{font-weight:500}.external-link-icon{font-size:.8rem;color:var(--muted);opacity:.6}.success-container{text-align:center;background:var(--bg-surface);border:1px solid var(--border);padding:3rem;border-radius:var(--radius-lg);max-width:600px;margin:2rem auto;box-shadow:var(--card-shadow)}.success-icon{color:var(--accent2);font-size:3.5rem;margin-bottom:1.5rem}.error-boundary{text-align:center;padding:2rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.pod-support-container{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--card-shadow)}.pod-support-container h2{margin-bottom:1.5rem;color:var(--accent)}.pod-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:0}.tab-button{padding:.75rem 1.25rem;border:none;background:none;color:var(--muted);font-weight:500;cursor:pointer;transition:all .2s;position:relative;display:flex;align-items:center;gap:.5rem;font-family:var(--font);font-size:.9rem}.tab-button svg{font-size:1.1rem}.tab-button:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transition:transform .25s}.tab-button.active{color:var(--accent)}.tab-button.active:after{transform:scaleX(1)}.tab-button:hover{color:var(--text)}.pod-support-form{max-width:800px;margin:0 auto}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.ai-support-intro{background:linear-gradient(135deg,var(--bg-surface) 0%,var(--bg-base) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin:2rem 0}.ai-support-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.ai-support-header h2{color:var(--accent);margin:0}.ai-icon.primary{font-size:2.5rem}.ai-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.ai-feature-text h3{color:var(--accent);margin:0 0 .5rem;font-size:1.1rem}.ai-feature-text p{margin:0;color:var(--text-secondary);line-height:1.5;font-size:.9rem}.section-title{color:var(--text);margin:2rem 0 1rem;font-size:1.5rem}.draft-notice{background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);color:var(--warning);padding:1rem;margin-bottom:1.5rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:.75rem;font-size:.9rem}.sites-list{margin-top:2rem}.sites-list ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.sites-list a{color:var(--accent)}.sites-list a:hover{text-decoration:underline}.app-footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:1.5rem;text-align:center;color:var(--muted);font-size:.875rem}.footer-link{color:var(--accent);transition:color .2s}.footer-link:hover{color:#60a5fa;text-decoration:underline}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.toast{padding:1rem 1.5rem;border-radius:var(--radius-sm);margin-bottom:.5rem;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease;font-size:.9rem}.toast-success{background:var(--accent2);color:#fff}.toast-error{background:var(--error);color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-page{max-width:860px;margin:0 auto;padding:0 0 3rem;width:100%}.form-page .form-hero,.form-page .breadcrumb{text-align:left}.form-page .form-hero{text-align:center}.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.875rem;color:var(--muted)}.breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--accent)}.breadcrumb-sep{color:var(--border-light)}.form-hero{text-align:center;padding:2rem 0 2.5rem}.form-hero-icon{font-size:2.75rem;display:block;margin-bottom:.75rem}.form-hero h1{font-size:2.25rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.form-hero-subtitle{font-size:1.05rem;color:var(--muted);max-width:600px;margin:0 auto;line-height:1.7}.required{color:var(--error);font-weight:600}.char-counter{display:block;text-align:right;font-size:.75rem;color:var(--muted);margin-top:.35rem}.btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:.5rem}.vdp-banner{padding:16px 20px;background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:var(--radius-sm);margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text-secondary)}.vdp-banner-icon{font-size:1.1rem}.vdp-link{color:var(--accent);font-weight:600;text-decoration:underline}.success-state{text-align:center;padding:2rem 0}.success-checkmark{margin:0 auto 1.5rem;width:64px;height:64px}.checkmark-svg{width:64px;height:64px}.checkmark-circle{stroke-dasharray:157;stroke-dashoffset:157;animation:checkCircle .6s ease-in-out forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:checkStroke .4s ease-in-out .4s forwards}@keyframes checkCircle{to{stroke-dashoffset:0}}@keyframes checkStroke{to{stroke-dashoffset:0}}.success-state h2{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.ticket-ref{display:inline-block;background:var(--bg-base);border:1px solid var(--border);padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--text-secondary);margin-bottom:2rem;font-family:monospace}.ticket-ref strong{color:var(--accent)}.next-steps{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:2rem;text-align:left}.next-steps h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1.25rem;text-align:center}.steps-timeline{display:flex;flex-direction:column;gap:1rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-number{flex-shrink:0;width:28px;height:28px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.step strong{display:block;color:var(--text);font-size:.95rem;margin-bottom:.15rem}.step p{color:var(--muted);font-size:.85rem;margin:0}.success-actions{display:flex;gap:.75rem;justify-content:center}.success-actions .btn-secondary{display:inline-flex;align-items:center;text-decoration:none}.also-try{margin-top:2.5rem}.also-try h3{font-size:1rem;font-weight:600;color:var(--muted);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.also-try-links{display:flex;flex-direction:column;gap:.75rem}.also-try-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text);transition:all .25s}.also-try-card:hover{border-color:var(--accent);transform:translate(4px);box-shadow:var(--card-shadow);color:var(--text)}.also-try-icon{font-size:1.5rem;flex-shrink:0}.also-try-card strong{display:block;font-size:.95rem;margin-bottom:.15rem}.also-try-card p{color:var(--muted);font-size:.85rem;margin:0}.also-try-arrow{margin-left:auto;color:var(--accent);font-size:1.25rem;font-weight:600;flex-shrink:0;transition:transform .2s}.also-try-card:hover .also-try-arrow{transform:translate(4px)}@media(max-width:768px){.navbar{padding:.75rem 1rem;height:auto;flex-direction:column;gap:.75rem}.navbar-menu{flex-wrap:wrap;justify-content:center}.app-main{padding:1rem}.form-container{padding:1.5rem}.login-box{margin:1rem;padding:2rem}.dashboard-options{grid-template-columns:1fr}.dashboard h1{font-size:1.75rem}.dashboard-intro{font-size:.95rem}.dashboard-option{padding:1.5rem}.option-icon{font-size:1.5rem;margin-bottom:.75rem}.hero{padding:4rem 1.5rem 3rem}.hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.features,.ai-section,.ecosystem{padding:3rem 1.5rem}.features h2,.ai-section h2,.ecosystem h2,.cta-content h2{font-size:1.75rem}.features-grid,.ai-features-grid,.ecosystem-grid{grid-template-columns:1fr}.cta-section{padding:3rem 1.5rem}.pod-tabs{flex-direction:column;gap:0}.tab-button{width:100%;text-align:left;padding:.75rem 0}.tab-button:after{bottom:0}.form-row,.sites-grid{grid-template-columns:1fr}.category-section{padding:1rem}.form-page{padding:0 .5rem 2rem}.form-hero h1{font-size:1.75rem}.form-hero-icon{font-size:2.25rem}.form-hero-subtitle{font-size:.95rem}.success-actions{flex-direction:column}.also-try-links{gap:.5rem}.also-try-card{padding:1rem}.steps-timeline{gap:.75rem}}.floating-nova{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.floating-nova-btn{display:flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;border:none;border-radius:50px;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #3b82f666;transition:background .2s,box-shadow .2s,transform .15s}.floating-nova-btn:hover{background:var(--accent-hover);box-shadow:0 6px 28px #3b82f68c;transform:translateY(-1px)}.floating-nova-btn--active{background:#dc2626;box-shadow:0 4px 20px #dc262673;animation:novaPulse 1.8s ease-in-out infinite}.floating-nova-btn--active:hover{background:#b91c1c}.floating-nova-btn--loading{opacity:.7;cursor:not-allowed}.floating-nova-label{font-size:.875rem}.nova-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.nova-pulse-ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50px;border:2px solid rgba(220,38,38,.5);animation:novaRing 1.5s ease-out infinite}@keyframes novaPulse{0%,to{box-shadow:0 4px 20px #dc262673}50%{box-shadow:0 4px 32px #dc2626bf}}@keyframes novaRing{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}.floating-nova-tooltip{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;min-width:220px;box-shadow:var(--card-shadow-hover);animation:slideUpFade .2s ease}.floating-nova-tooltip strong{display:block;color:var(--text);font-size:.95rem;margin-bottom:.25rem}.floating-nova-tooltip p{color:var(--muted);font-size:.8rem;margin:0 0 .75rem}.floating-nova-active{position:relative}.floating-nova-cta{width:100%;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.floating-nova-cta:hover{background:var(--accent-hover)}.floating-nova-cta:disabled{opacity:.5;cursor:not-allowed}.floating-nova-end{width:100%;background:#dc2626;color:#fff;border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.floating-nova-end:hover{background:#b91c1c}@keyframes slideUpFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand h3{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.footer-brand p{color:var(--muted);font-size:.85rem;line-height:1.6;max-width:280px}.footer-nova{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;background:var(--accent-glow);color:var(--accent);border:1px solid var(--accent);border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.footer-nova:hover{background:var(--accent);color:#fff}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-col a{color:var(--muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-bottom p{color:var(--muted);font-size:.8rem;margin:0}.footer-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted)}.footer-status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b98199}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.floating-nova{bottom:1.25rem;right:1.25rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}
