@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Fredoka+One&family=Quicksand:wght@300..700&display=swap";body{background-color:#000!important;color:#fff;margin:0;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-main-container{position:relative;width:100%;min-height:100vh;background:#000;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-gradient-mask{position:fixed;inset:0;height:100vh;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.7) 100%);z-index:50;pointer-events:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.auth-background-layer{position:fixed;inset:0;z-index:0}.auth-content-layer{position:relative;z-index:100;width:100%;min-height:100vh}.auth-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:18px;box-shadow:0 8px 32px #0000004d;padding:2.5rem 2rem 2rem;width:100%;max-width:400px;text-align:left}.auth-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#80fffd;font-family:Fredoka,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:2px 2px 0px rgba(53,108,218,.2)}.auth-subtitle{color:#ffffffb3;margin-bottom:1.5rem}.auth-label{font-weight:500;margin-bottom:.25rem;display:block;color:#fff}.auth-input-wrapper{width:100%;position:relative;margin-bottom:1rem}.auth-input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;color:#fff}.auth-input::placeholder{color:#ffffff80}.auth-input:focus{outline:none;border-color:#356cdacc;background:#ffffff26}.auth-checkbox-row{display:flex;align-items:center;margin-bottom:1.5rem;color:#ffffffe6}.auth-checkbox-row label{margin-left:.5rem;font-size:.95rem;color:#ffffffe6}.auth-checkbox-row input[type=checkbox]{accent-color:#356CDA}.auth-btn{width:100%;background:#356cda;color:#fff;border:none;border-radius:8px;padding:.9rem;font-size:1.1rem;font-weight:600;margin-bottom:1rem;cursor:pointer;transition:background .2s,transform .1s}.auth-btn:hover{background:#2a56b8;transform:translateY(-1px)}.auth-btn:active{transform:translateY(0)}.auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-links{display:flex;justify-content:space-between;font-size:.95rem}.auth-links a{color:#356cdae6;text-decoration:none;transition:color .2s}.auth-links a:hover{color:#80fffd;text-decoration:underline}.auth-message{margin-bottom:1rem;padding:1rem;border-radius:8px;text-align:center;font-size:.95rem}.auth-message-warning{color:#ffffffe6;background-color:#ffc10733;border:1px solid rgba(255,193,7,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.auth-message-error{color:#fffffff2;background-color:#dc354533;border:1px solid rgba(220,53,69,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.auth-message-success{color:#fffffff2;background-color:#28a74533;border:1px solid rgba(40,167,69,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
