@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Righteous&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{max-width:100%;margin:0 auto;padding:2rem 3rem}h1,h2,h3{color:#fff;margin-bottom:1rem;font-weight:600}button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:.6rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:0 4px 15px #667eea4d}button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea73}button:active{transform:translateY(0)}input,textarea{color:#e0e0e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea33}input::placeholder,textarea::placeholder{color:#fff6}a{color:#667eea;text-decoration:none;transition:color .2s}a:hover{color:#8fa4f0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#667eea66;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#667eea99}
