*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #8b5cf6;--accent: #06b6d4;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--white);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::selection{background:var(--primary-light);color:var(--white)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--gray-900)}.logo-icon{width:36px;height:36px}.nav-cta{background:var(--primary);color:var(--white);padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;transition:all .2s}.nav-cta:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.hero{padding:8rem 2rem 4rem;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);text-align:center}.hero-container{max-width:900px;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);padding:.5rem 1rem;border-radius:100px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--gray-900)}.hero h1 span{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto 2.5rem}.signup-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto 2rem;flex-wrap:wrap;justify-content:center}.signup-form input{flex:1;min-width:250px;padding:1rem 1.25rem;border:2px solid var(--gray-200);border-radius:12px;font-size:1rem;transition:all .2s;background:var(--white)}.signup-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #6366f11a}.signup-form button{padding:1rem 2rem;background:var(--primary);color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:600;transition:all .2s;white-space:nowrap}.signup-form button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.signup-form button:disabled,.signup-form input:disabled{opacity:.7;cursor:not-allowed}.signup-success{background:var(--success);color:var(--white);padding:1rem 2rem;border-radius:12px;font-weight:600;display:flex;align-items:center;gap:.5rem}.trust-badges{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;color:var(--gray-500);font-size:.875rem}.trust-badge{display:flex;align-items:center;gap:.5rem}.preview-section{padding:4rem 2rem;background:var(--white)}.preview-container{max-width:1200px;margin:0 auto}.server-toggle{display:flex;justify-content:center;margin-bottom:3rem}.toggle-wrapper{display:flex;background:var(--gray-100);border-radius:12px;padding:4px}.toggle-btn{padding:.875rem 2rem;border:none;background:transparent;border-radius:10px;font-weight:600;font-size:1rem;color:var(--gray-600);transition:all .2s;display:flex;align-items:center;gap:.5rem}.toggle-btn.active{background:var(--white);color:var(--primary);box-shadow:var(--shadow)}.toggle-btn:hover:not(.active){color:var(--gray-800)}.toggle-icon{width:24px;height:24px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.feature-icon{width:48px;height:48px;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--gray-900)}.feature-card p{color:var(--gray-600);line-height:1.6}.dashboard-mockup{background:var(--gray-50);border-radius:16px;border:1px solid var(--gray-200);overflow:hidden;margin-top:2rem}.mockup-header{background:var(--white);padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:.5rem}.mockup-dot{width:12px;height:12px;border-radius:50%}.mockup-dot.red{background:#ef4444}.mockup-dot.yellow{background:#f59e0b}.mockup-dot.green{background:#10b981}.mockup-content{padding:1.5rem;min-height:400px}.chart-mockup{background:var(--white);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--gray-200)}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chart-title{font-weight:600;color:var(--gray-900)}.chart-legend{display:flex;gap:1rem;font-size:.875rem;color:var(--gray-600)}.legend-item{display:flex;align-items:center;gap:.375rem}.legend-dot{width:8px;height:8px;border-radius:50%}.chart-svg{width:100%;height:200px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:var(--white);border-radius:12px;padding:1.25rem;border:1px solid var(--gray-200)}.stat-label{font-size:.875rem;color:var(--gray-500);margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.stat-change{font-size:.75rem;color:var(--success);font-weight:600}.stat-change.negative{color:var(--danger)}.why-section{padding:6rem 2rem;background:linear-gradient(180deg,var(--white) 0%,var(--gray-50) 100%)}.why-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;color:var(--gray-900)}.section-header p{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-card{text-align:center;padding:2rem}.why-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center}.why-icon svg{width:32px;height:32px;color:var(--white)}.why-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--gray-900)}.why-card p{color:var(--gray-600)}.alerts-section{padding:6rem 2rem;background:var(--gray-50)}.alerts-container{max-width:1200px;margin:0 auto}.alerts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.alert-card{background:var(--white);border-radius:16px;padding:2rem;border:1px solid var(--gray-200);transition:all .3s}.alert-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.alert-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.alert-card-header h3{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.alert-card>p{color:var(--gray-600);margin-bottom:1rem}.alert-list{list-style:none;padding:0;margin:0}.alert-list li{padding:.5rem 0;color:var(--gray-700);display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.alert-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.alert-badge.critical{background:#fee2e2;color:#dc2626}.alert-badge.warning{background:#fef3c7;color:#d97706}.alert-badge.info{background:#dbeafe;color:#2563eb}.alert-ai-badge{margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:12px;display:flex;align-items:center;gap:.75rem}.alert-ai-badge svg{width:24px;height:24px;flex-shrink:0}.alert-ai-badge svg circle,.alert-ai-badge svg path{stroke:var(--primary);fill:none}.alert-ai-badge svg circle[fill=white]{fill:var(--primary)}.alert-ai-badge span{font-size:.875rem;color:var(--primary-dark);font-weight:500}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta-section h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--white);margin-bottom:1rem}.cta-section p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem}.cta-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}.cta-form input{flex:1;min-width:250px;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;font-size:1rem;background:#ffffff1a;color:var(--white);transition:all .2s}.cta-form input::placeholder{color:#ffffffb3}.cta-form input:focus{outline:none;border-color:var(--white);background:#fff3}.cta-form button{padding:1rem 2rem;background:var(--white);color:var(--primary);border:none;border-radius:12px;font-size:1rem;font-weight:600;transition:all .2s;white-space:nowrap}.cta-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-form button:disabled,.cta-form input:disabled{opacity:.7;cursor:not-allowed}.footer{padding:3rem 2rem;background:var(--gray-900);color:var(--gray-400);text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--white);margin-bottom:1rem}.footer p{font-size:.875rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.nav-container{padding:1rem}.hero{padding:7rem 1.5rem 3rem}.toggle-btn{padding:.75rem 1.25rem;font-size:.875rem}}@media (max-width: 480px){.trust-badges{flex-direction:column;gap:1rem}.signup-form,.cta-form{flex-direction:column}.signup-form input,.cta-form input{min-width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero h1,.hero p,.signup-form,.trust-badges{animation:fadeInUp .6s ease-out forwards}.hero p{animation-delay:.1s}.signup-form{animation-delay:.2s}.trust-badges{animation-delay:.3s}.cobblemon-active .toggle-btn.active{color:#f59e0b}.cobblemon-active .feature-card:hover{border-color:#fbbf24}
