@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;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;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;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}:root{--discord-dark: #36393f;--discord-darker: #2f3136;--discord-darkest: #202225;--discord-light: #8e9297;--discord-lighter: #b9bbbe;--discord-lightest: #f6f6f6;--discord-blurple: #5865f2;--discord-green: #3ba55d;--border-radius: 8px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .3);--box-shadow-lg: 0 10px 25px rgba(0, 0, 0, .5);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--discord-lightest);background-color:var(--discord-dark);height:100vh;display:flex;justify-content:center;align-items:center}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.container{min-height:100vh;display:flex;flex-direction:column;background-color:var(--discord-dark);width:100%}header{background-color:var(--discord-darker);box-shadow:var(--box-shadow);position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem}.logo{font-size:1.5rem;font-weight:700;color:var(--discord-lightest)}nav ul{display:flex;list-style:none;gap:2rem}nav a{text-decoration:none;color:var(--discord-light);font-weight:500;transition:var(--transition)}nav a:hover{color:var(--discord-lightest)}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:1200px;margin:4rem auto;padding:0 2rem;gap:3rem;flex:1}.hero-content{width:100%}.hero-content h1{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--discord-lightest)}.subtitle{font-size:1.5rem;color:var(--discord-light);margin-bottom:2rem;font-weight:300}.cta-buttons{display:flex;gap:1rem;justify-content:center}.primary-btn,.secondary-btn{padding:.8rem 1.5rem;border-radius:var(--border-radius);font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition);border:none}.primary-btn{background-color:var(--discord-blurple);color:#fff}.primary-btn:hover{background-color:#4752c4;transform:translateY(-2px);box-shadow:var(--box-shadow-lg)}.secondary-btn{background-color:var(--discord-darker);color:var(--discord-lightest);border:2px solid var(--discord-darkest)}.secondary-btn:hover{background-color:var(--discord-darkest);transform:translateY(-2px);box-shadow:var(--box-shadow-lg)}.hero-image{width:100%;display:flex;justify-content:center}.placeholder-box{width:100%;max-width:500px;height:300px;background-color:var(--discord-darker);border-radius:var(--border-radius);box-shadow:var(--box-shadow-lg);display:flex;align-items:center;justify-content:center;color:var(--discord-light);font-weight:700;border:1px solid var(--discord-darkest)}.placeholder-box:before{content:"Server Framework";font-size:1.5rem}.features{display:flex;justify-content:center;gap:2rem;max-width:1200px;margin:4rem auto;padding:0 2rem;flex-wrap:wrap}.feature-card{background:var(--discord-darker);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);flex:1;min-width:250px;max-width:350px;transition:var(--transition);border:1px solid var(--discord-darkest)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-lg);background-color:var(--discord-darkest)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--discord-lightest)}.feature-card p{color:var(--discord-light)}footer{margin-top:auto;background-color:var(--discord-darkest);color:var(--discord-light);text-align:center;padding:2rem}@media (max-width: 768px){.hero{min-height:auto;padding:2rem 0}.cta-buttons{flex-direction:column;align-items:center}.hero-content h1{font-size:2rem}.subtitle{font-size:1.2rem}nav ul{display:none}.features{flex-direction:column;align-items:center}.feature-card{max-width:100%}}
