:root{--bg-color:#0b0f19;--surface-color:#ffffff08;--surface-border:#ffffff14;--primary-gradient:linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);--text-main:#fff;--text-muted:#8b9bb4;--accent:#00f2fe}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;scrollbar-width:thin;scrollbar-color:#00f2fe4d #ffffff08;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(circle at 15%,#4facfe26,#0000 25%),radial-gradient(circle at 85% 30%,#00f2fe1a,#0000 25%);justify-content:center;min-height:100vh;display:flex}#root{width:100%;max-width:480px;min-height:100vh;position:relative}.app-container{flex-direction:column;gap:2rem;height:100%;padding:2rem 1.5rem;display:flex}.header{text-align:center;margin-bottom:1rem;animation:.6s ease-out fadeInDown}.header h1{background:var(--primary-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:2rem;font-weight:700}.header p{color:var(--text-muted);margin-top:.25rem;font-size:.95rem}.glass-card{background:var(--surface-color);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;transition:transform .2s;animation:.5s ease-out fadeInUp;box-shadow:0 8px 32px #0003}.input-group{flex-direction:column;gap:1rem;display:flex}.custom-input{border:1px solid var(--surface-border);color:var(--text-main);background:#0003;border-radius:12px;outline:none;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.custom-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #00f2fe33}.btn-primary{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #4facfe4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe66}.btn-primary:active{transform:translateY(1px)}.items-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.items-header h2{font-size:1.25rem;font-weight:600}.badge{color:var(--accent);background:#4facfe33;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.empty-icon{opacity:.5;font-size:3rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.auth-header p{color:var(--text-muted);font-size:.9rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle:hover{color:var(--accent)}.lgpd-checkbox{border:1px solid var(--surface-border);background:#0003;border-radius:12px;padding:1rem}.lgpd-checkbox input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px}.auth-error{color:#ef4444;text-align:center;margin-top:-.5rem;font-size:.85rem}.divider{text-align:center;color:var(--text-muted);align-items:center;margin:1.5rem 0;font-size:.9rem;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid var(--surface-border);flex:1}.divider span{padding:0 10px}.btn-google{border:1px solid var(--surface-border);width:100%;color:var(--text-main);cursor:pointer;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:.9rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.btn-google:hover{background:#ffffff1a}.btn-google img{width:20px;height:20px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.btn-link{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:5px;font-size:.9rem;font-weight:600}.btn-link:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px}::-webkit-scrollbar-thumb{border:2px solid var(--bg-color);background:#00f2fe4d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
