:root{font-family:Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111827;background:#f3f4f6;margin:0}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%}body{min-height:100vh;background:linear-gradient(180deg,#eef2ff,#f8fafc)}button,input{font:inherit}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(420px,100%);background:#ffffffe6;border:1px solid rgba(148,163,184,.2);border-radius:22px;box-shadow:0 24px 80px #0f172a1f;padding:32px 28px}.auth-header{text-align:center;margin-bottom:24px}.brand-badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:700;margin-bottom:12px}.auth-header h1{margin:0;font-size:2rem}.auth-header p{margin:8px 0 0;color:#64748b}.login-form{display:flex;flex-direction:column;gap:18px}.login-form label{display:flex;flex-direction:column;gap:8px;color:#334155;font-weight:600}.login-form input{border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.login-form button,.logout-button{border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.login-form button{margin-top:8px;padding:14px 18px}.logout-button{padding:10px 14px}.login-form button:hover,.logout-button:hover{opacity:.95;transform:translateY(-1px)}.login-form button:disabled{opacity:.7;cursor:not-allowed}.error-text{margin:0;color:#dc2626;font-size:.9rem}.app-shell{max-width:1100px;margin:0 auto;padding:40px 20px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;padding:16px 24px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0f172a14}.topbar h1{margin:0;font-size:2rem}.topbar span{color:#475569;font-weight:600}.user-info{display:flex;align-items:center;gap:12px;color:#1e293b;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:24px}.card{background:#fff;border-radius:14px;padding:22px 18px;box-shadow:0 10px 30px #0f172a14}.card label{display:block;color:#64748b;margin-bottom:8px}.card strong{font-size:2rem;color:#0f172a}.menu-panel{background:#fff;border-radius:14px;padding:24px;box-shadow:0 10px 30px #0f172a14}.menu-panel h2{margin-top:0}.menu-panel ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.menu-panel li{background:#eef2ff;color:#1e3a8a;padding:12px 14px;border-radius:10px;font-weight:600;text-align:center}
