:root{font-family:system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#101319}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,rgba(102,126,234,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.15) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(240,147,251,.08) 0%,transparent 70%);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6,p{margin:0}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#7c93f2}button,input,textarea{font-family:inherit}::selection{background:#667eea66}.unlock-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-bg);background-image:var(--color-bg-gradient);display:flex;justify-content:center;align-items:center;z-index:9999;color:#fff}.unlock-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);text-align:center;max-width:400px;width:90%;box-shadow:0 8px 32px #00000080}.unlock-container h2{margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:500;letter-spacing:.5px}.unlock-container p{margin-bottom:2rem;color:#a0a0a0;font-size:.9rem}.unlock-form{display:flex;flex-direction:column;gap:1rem}.unlock-input{padding:1rem;border-radius:100px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:1rem;text-align:center;transition:all .2s ease;outline:none}.unlock-input:focus{border-color:#ffffff80;background:#ffffff1a}.unlock-input.error{border-color:#f44}.unlock-button{padding:1rem;border-radius:100px;border:none;background:#fff;color:#000;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.unlock-button:hover{background:#f0f0f0;transform:translateY(-1px)}.unlock-button:active{transform:translateY(1px)}.app{min-height:100vh;display:flex;flex-direction:column}
