body{margin:0;padding: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;background:#f8f9fa;color:#212529}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f3f5}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#6a3f8b)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;margin:0;padding: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;background:#f8f9fa;color:#212529}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.25rem;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-text{color:#fff}.logo-highlight{color:gold}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#fff3;color:#fff}.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);text-align:center;padding:2rem}.not-found h1{font-size:6rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.not-found p{font-size:1.5rem;color:#6c757d;margin-bottom:2rem}.back-home{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea66}.back-home:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}@media(max-width:768px){.header-container{padding:1rem 1.5rem}.logo{font-size:1.25rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.not-found h1{font-size:4rem}.not-found p{font-size:1.2rem}}.route-fallback{display:flex;align-items:center;justify-content:center;min-height:60vh}.route-fallback-spinner{width:32px;height:32px;border:3px solid rgba(102,126,234,.18);border-top-color:#667eea;border-radius:50%;animation:route-fallback-spin .7s linear infinite}@keyframes route-fallback-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.route-fallback-spinner{animation-duration:2s}}.home-container{min-height:calc(100vh - 80px);background:linear-gradient(180deg,#f8f9fa,#fff)}.hero-section{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.hero-content{text-align:center;max-width:800px;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-logo{width:150px;height:150px;filter:drop-shadow(0 4px 12px rgba(102,126,234,.3))}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.title-typeof{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-js{color:gold;text-shadow:2px 2px 4px rgba(255,215,0,.3)}.title-domain{color:#495057}.hero-subtitle{font-size:1.5rem;color:#495057;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.1rem;color:#6c757d;margin-bottom:2.5rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #667eea4d}.features-section{padding:5rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.features-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#212529}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #667eea33;border-color:#667eea}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529}.feature-card p{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.feature-link{color:#667eea;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.feature-link:hover{color:#764ba2;transform:translate(5px)}.why-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.why-container{max-width:1200px;margin:0 auto}.why-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#212529}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.why-item:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.why-emoji{font-size:3rem;display:block;margin-bottom:1rem}.why-item h4{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#212529}.why-item p{color:#6c757d;line-height:1.6}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-logo{width:120px;height:120px}.btn{padding:.8rem 2rem;font-size:1rem}.features-title,.why-title{font-size:2rem}.features-section,.why-section{padding:3rem 1.5rem}.feature-card{padding:2rem}.why-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.btn{width:100%}}
