:root{--primary:#667eea;--secondary:#764ba2;--dark:#1a1a1a;--light:#f5f5f5;--border:#e0e0e0}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--light);color:var(--dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{background:#fff;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.nav-logo{color:var(--primary);font-size:1.5rem;font-weight:700;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero{text-align:center;padding:4rem 0}.hero h1{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem}.hero p{color:#666;font-size:1.25rem}.btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.user-info{align-items:center;gap:1rem;display:flex}.auth-links{gap:1rem;display:flex}.auth-container{background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-box{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.auth-box h1{text-align:center;color:#333;margin-bottom:.5rem}.auth-box h2{text-align:center;color:#666;margin-bottom:2rem;font-weight:400}.form-group{margin-bottom:1rem}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.btn{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:all .3s}.btn-primary{color:#fff;background:#667eea;width:100%}.btn-primary:hover{background:#5a67d8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:#666;margin-top:1.5rem}.auth-footer a{color:#667eea;text-decoration:none}.auth-footer a:hover{text-decoration:underline}
/*# sourceMappingURL=login.99d5f5052a4a37e1.css.map*/