:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body,html,#root{height:100%;width:100%;font-family:Segoe UI,sans-serif;background:#121212;color:#fff}.logo{font-size:1.6rem;font-weight:700;letter-spacing:2px;cursor:pointer;transition:color .3s}.logo:hover{color:#0ff}.navbar{background:#1f1f1f;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0009}.logo{font-size:1.6rem;font-weight:700;letter-spacing:2px}.nav-links{list-style:none;display:flex;gap:1.2rem}.nav-links li{cursor:pointer;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:background .3s,transform .2s}.nav-links li:hover{background:#333;color:#0ff;transform:scale(1.05)}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);text-align:center;color:#fff;padding:3rem 2rem}.full-height{height:calc(100vh - 80px)}.title-name{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.subtitle{font-size:1.3rem;color:#ccc}.section-wrapper{display:flex;justify-content:center;padding:2rem 1rem}.section{width:100%;max-width:850px;padding:2rem;margin-top:2rem;border-radius:20px;animation:fadeIn .5s ease}.glass{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #00000080}.section h2{color:#0ff;margin-bottom:1rem}.section ul{list-style:disc;padding-left:1.2rem}.section a{color:#00bfff;text-decoration:none}.section a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.nav-links{flex-wrap:wrap;gap:.5rem}.title-name{font-size:2.5rem}.subtitle{font-size:1rem}}
