:root{font-family:Inter,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{height:100vh;background:#0d1117;font-family:Courier New,Courier,monospace;display:flex;justify-content:center;align-items:center;color:lightdark(#333,#ccc);position:relative;overflow:hidden;margin:0}#matrix{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d1117;z-index:-1}.matrix-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}#root{width:80%;margin:0 auto;padding:2rem;text-align:center;position:relative;z-index:1}.card{padding:2em}.read-the-docs{color:#888}.form-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;position:relative;color:#fff;z-index:1}.form-content{width:100%;max-width:400px}.form-card{background:#1c1e22d9;padding:40px;border-radius:12px;box-shadow:0 15px 25px #00000080;text-align:center;animation:fadeIn 1s ease-in-out;z-index:1}.login-register-form{width:100%;max-width:320px;position:relative;text-align:center}.login-form,.register-form{background:#1c1e22b3;padding:40px 50px;border-radius:12px;box-shadow:0 15px 25px #00000080;width:100%;max-width:400px;animation:formSlideIn 1s forwards}.title{margin-bottom:20px;font-size:24px;font-weight:700;animation:textFadeIn 1s ease-out}.form-group{margin-bottom:20px}input,.form-control{width:100%;padding:10px;border:none;border-radius:8px;background:#2d323bcc;color:#fff;outline:none;font-size:16px;transition:background .3s ease}input:focus,.form-control:focus{background:#404752e6;border:2px solid #04d9b2;box-shadow:0 0 5px #04d9b2cc}.submit-btn{width:100%;padding:10px;background:#04d9b2cc;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;transition:background .3s ease}.submit-btn:hover{background:#02b894e6}.switch-form,.forgot-password{margin-top:15px;color:#04d9b2;cursor:pointer;font-size:14px;text-decoration:none}.switch-form:hover,.forgot-password:hover{color:#02b894}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes formSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
