*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#0f1117;color:#f9fafb;line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}a{color:#3b82f6;text-decoration:none;transition:opacity .2s cubic-bezier(.4,0,.2,1)}a:hover{opacity:.8}.header{position:fixed;top:0;left:0;right:0;height:4rem;background:#161a23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #2a3045;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#f9fafb}.header-logo img{height:1.5rem;width:auto}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{color:#d1d5db;font-size:.875rem;transition:color .2s cubic-bezier(.4,0,.2,1)}.header-nav a:hover,.header-nav a.active{color:#f9fafb}.header-actions{display:flex;align-items:center;gap:1rem}.login-button{padding:.5rem 1rem;background:#3b82f6;color:#0f1117;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.login-button:hover{background:#2563eb;color:#0f1117;opacity:1}.lang-switcher{display:flex;gap:0;border:1px solid #2a3045;border-radius:.375rem;overflow:hidden}.lang-switcher button{background:transparent;border:none;padding:.25rem .75rem;color:#d1d5db;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.lang-switcher button+button{border-left:1px solid #2a3045}.lang-switcher button:hover{background:#161a2380;color:#f9fafb}.lang-switcher button.active{background:#3b82f6;color:#0f1117}.main{padding-top:4rem;flex:1;display:flex;flex-direction:column}.hero{display:flex;align-items:center;justify-content:center;flex:1;text-align:center;background:linear-gradient(180deg,#0f1117,#161a23)}.hero-inner{max-width:600px;margin:0 auto;padding:2rem}.hero-logo{width:5rem;height:5rem;margin-bottom:1.5rem}.hero h1{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#3b82f6;color:#0f1117;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d;opacity:1}.page{max-width:800px;margin:0 auto;padding:4rem 2rem}.page h1{font-size:2.25rem;margin-bottom:.5rem}.page-meta{color:#d1d5db;margin-bottom:2rem}.page-subtitle{color:#d1d5db;font-size:1.125rem;margin-bottom:3rem}.page section{background:#161a23;border:1px solid #1e2333;border-radius:.75rem;padding:1.5rem 2rem;margin-bottom:1.5rem}.page section h2{font-size:1.5rem;margin-bottom:1rem;color:#3b82f6;display:flex;align-items:center;gap:.5rem}.page section h2 i{font-size:1.25rem}.page section h3{font-size:1.125rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.page section h3 i{font-size:1rem}.page section h4{font-size:1rem;margin-bottom:.5rem}.page section p{color:#d1d5db;line-height:1.8}.page section ul{list-style:disc;padding-left:1.5rem;color:#d1d5db;line-height:1.8}.page section ul li{margin-bottom:.25rem}.page section .subsection{margin-bottom:1rem}.page section .subsection:last-child{margin-bottom:0}.page section .contact-box{margin-top:1rem;padding:.75rem 1rem;background:#0f1117;border-radius:.5rem}.page section .contact-box p{color:#f9fafb;font-weight:500}.footer{background:#161a23;border-top:1px solid #2a3045;padding:2rem;text-align:center}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#d1d5db;font-size:.875rem}.footer-links a:hover{color:#f9fafb}.footer-copyright{color:#d1d5db;font-size:.75rem}.footer-copyright i{color:#ef4444}@media (max-width: 768px){.header-nav{display:none}.hero h1{font-size:1.875rem}.hero-subtitle{font-size:1rem}.page{padding:2rem 1.5rem}.page h1{font-size:1.5rem}.page section{padding:1.25rem 1.5rem}}
