.auth-form{width:100%;max-width:420px;background:#fffffff2;padding:40px 36px;border-radius:24px;box-shadow:0 30px 60px -20px #0f172a26;display:flex;flex-direction:column;gap:22px;animation:fadeUp .6s ease}.auth-link{text-align:center;font-size:14px;color:#475569}.auth-form button{height:52px;border-radius:14px;font-weight:600;font-size:15px;background:linear-gradient(135deg,#0d9488,#1e3a8a);color:#fff;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 12px 25px #0d948859}@media(min-width:768px){.auth-form{max-width:460px}}.page-center{min-height:100vh;width:100vw;display:flex;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#f8fafc);overflow-x:hidden}.mobile-auth{width:100vw;max-width:100vw}.mobile-header{display:none;width:100vw}.auth-card{background:#fff;border-radius:28px;padding:40px 36px;width:100%;max-width:520px;margin:auto;box-shadow:0 30px 60px -20px #0f172a26}@media(max-width:768px){.page-center{align-items:flex-start;padding:0;background:#e6f6f7}.mobile-header{display:flex;flex-direction:column;align-items:center;justifyjustify-content:center;height:260px;background:linear-gradient(180deg,#0d9488,#155e75);color:#fff;position:relative}.brand{font-size:32px;font-weight:700;margin-top:40px}.wave{position:absolute;bottom:-1px;width:100vw;height:80px;background:#fff;border-top-left-radius:100% 80px;border-top-right-radius:100% 80px}.auth-card{margin-top:-40px;border-radius:32px 32px 0 0;padding:36px 24px;max-width:100%;box-shadow:0 -10px 25px #00000014}}@media(min-width:1024px){.page-center{align-items:center;background:linear-gradient(135deg,#0d9488,#1e3a8a)}.mobile-auth{width:auto;max-width:none}.mobile-header{display:none}}.auth-form{width:100%;max-width:460px;background:#fffffff2;padding:40px 36px;border-radius:24px;box-shadow:0 30px 60px -20px #0f172a26;display:flex;flex-direction:column;gap:18px;animation:fadeUp .6s ease}.auth-title{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:6px}.error{font-size:13px;color:#dc2626;margin-top:-8px;margin-bottom:6px;padding-left:4px}.auth-link{text-align:center;font-size:14px;color:#475569;margin-top:4px}.auth-link a{color:#0d9488;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.auth-form button{height:52px;border-radius:14px;font-weight:600;font-size:15px;background:linear-gradient(135deg,#0d9488,#1e3a8a);color:#fff;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 12px 25px #0d948859;margin-top:6px}.auth-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 35px #0d948873}.auth-form button:disabled{opacity:.7;cursor:not-allowed}.auth-form label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.auth-form input{width:100%;height:50px;padding:0 16px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;transition:all .25s ease}.auth-form input:focus{outline:none;background:#fff;border-color:#0d9488;box-shadow:0 0 0 4px #0d94881f}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.auth-form{padding:32px 24px;border-radius:20px}.auth-title{font-size:24px}}@media(min-width:768px){.auth-form{max-width:500px}}.page-center{min-height:100vh;width:100%;display:flex;justify-content:center}.mobile-auth{width:100%}.mobile-header{display:none}.auth-card{background:#fff;border-radius:28px;padding:40px 36px;width:100%;max-width:520px;margin:auto}@media(max-width:768px){.page-center{align-items:flex-start;background:#e6f6f7}.mobile-header{display:flex;flex-direction:column;align-items:center;justify-content:center;height:260px;background:linear-gradient(180deg,#0d9488,#155e75);color:#fff;position:relative}.brand{font-size:32px;font-weight:700;margin-top:40px}.wave{position:absolute;bottom:-1px;width:100%;height:80px;background:#fff;border-top-left-radius:100% 80px;border-top-right-radius:100% 80px}.auth-card{margin-top:-40px;border-radius:32px 32px 0 0;padding:36px 24px;max-width:100%}}.dashboard-container{min-height:calc(100vh - 64px);padding:32px 40px;background:#f8fafc}.dashboard-loading{height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b}.dashboard-header{margin-bottom:32px}.dashboard-header h2{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:6px}.dashboard-header p{font-size:14px;color:#64748b}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.dashboard-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 20px 40px -20px #0f172a26;transition:all .25s ease}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 30px 50px -20px #0f172a40}.dashboard-card h4{font-size:16px;font-weight:700;color:#0d9488;margin-bottom:12px}.dashboard-card p{font-size:14px;color:#334155;margin-bottom:6px}.dashboard-actions{margin-top:40px;display:flex;justify-content:flex-start}.btn-logout{padding:12px 22px;border-radius:14px;border:none;font-size:14px;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#0d9488,#1e3a8a);transition:all .25s ease;box-shadow:0 12px 25px #0d948859}.btn-logout:hover{transform:translateY(-1px);box-shadow:0 18px 35px #0d948873}@media(max-width:768px){.dashboard-container{padding:24px 16px}.dashboard-header h2{font-size:22px}.dashboard-actions{justify-content:center}.btn-logout{width:100%}}.back-link{display:inline-block;margin-top:18px;font-size:14px;font-weight:600;color:#0d9488;transition:all .2s ease}.back-link:hover{color:#1e3a8a;text-decoration:underline}.navbar{height:64px;width:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0d9488,#1e3a8a);color:#fff;position:sticky;top:0;z-index:50}.navbar-brand{font-size:18px;font-weight:700;color:#fff;text-decoration:none}.navbar-toggle{display:none;background:none;border:none;font-size:26px;color:#fff;cursor:pointer}.navbar-right{display:flex;align-items:center;gap:20px}.navbar-link{font-size:14px;font-weight:600;color:#e2e8f0;text-decoration:none}.navbar-link:hover{color:#fff}.navbar-logout{padding:8px 14px;border-radius:12px;border:none;background:#fff;color:#0d9488;font-size:13px;font-weight:700;cursor:pointer}.navbar-logout:hover{background:#e0f2fe}@media(max-width:768px){.navbar{padding:0 16px}.navbar-toggle{display:block}.navbar-right{position:absolute;top:64px;right:0;width:100%;background:linear-gradient(135deg,#0d9488,#1e3a8a);flex-direction:column;gap:16px;padding:20px;display:none}.navbar-right.active{display:flex}.navbar-link{font-size:15px;color:#fff}.navbar-logout{width:100%;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0d9488;--secondary: #1e3a8a;--bg-light: #f8fafc;--text-dark: #0f172a;--text-muted: #64748b;--error: #dc2626}body{font-family:Inter,sans-serif;background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.app-btn{height:52px;width:100%;border-radius:14px;font-weight:600;font-size:15px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 12px 25px #0d948859}.app-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 35px #0d948873}.app-btn:active:not(:disabled){transform:scale(.98)}.app-btn:disabled{opacity:.7;cursor:not-allowed}.input-group{display:flex;flex-direction:column;gap:6px}.input-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.input-field{width:100%;height:50px;padding:0 16px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;transition:all .25s ease}.input-field::placeholder{color:#94a3b8}.input-field:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #0d94881f}.input-error{border-color:var(--error)}.input-error:focus{box-shadow:0 0 0 4px #dc262626}.input-error-text{font-size:12px;color:var(--error);margin-top:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:8px}html,body{width:100%;height:auto;min-height:100%;margin:0;padding:0}#root{min-height:100dvh}@media(max-width:768px){body{overflow-y:auto}.page-center{min-height:100dvh;padding-bottom:0}}@media(max-width:768px){.page-center{padding-top:0;margin-top:0}.mobile-auth{margin-top:0;padding-top:0}.mobile-header{margin-top:0;padding-top:24px}}
