:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#133c73;background-color:#f4f5f9;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%}body{margin:0;min-height:100vh;min-height:100dvh;background:radial-gradient(circle at top,#dfe8ff,#fef3f2 40%,#f4f5f9 80%);overflow-x:hidden}#app{min-height:100vh;min-height:100dvh}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-image:url(https://images.unsplash.com/photo-1482517967863-00e15c9b44be?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center}.auth-card{width:min(480px,100%);background:#ffffffeb;border-radius:24px;padding:2.5rem;box-shadow:0 30px 70px #133c7340;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-card h1{margin:0 0 .5rem;font-size:2.25rem;color:#be1e2d}.subtitle{margin:0 0 1.5rem;color:#133c73;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;font-weight:600;color:#133c73;gap:.35rem}.auth-form input{padding:.8rem 1rem;border-radius:12px;border:1px solid #d4d9f5;font-size:1rem;background:#fff}.btn{border:none;border-radius:999px;padding:.75rem 1.4rem;font-weight:600;background:linear-gradient(120deg,#133c73,#be1e2d);color:#fff;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{border:1px solid rgba(19,60,115,.2);background:#fff;color:#133c73}.btn-ghost:hover{border-color:#133c7366}.link-button{margin-top:1rem;background:transparent;border:none;color:#133c73;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:underline}.error-text{color:#c82333;margin:0}.status-text{color:#0a8754;margin:0}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#133c73;background:#fdf2f2}.dashboard{min-height:100vh;min-height:100dvh;padding:1.5rem;background:linear-gradient(180deg,#e5f3ffcc,#fffffff2)}.dashboard-header{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;align-items:flex-start}.header-actions{display:flex;gap:.75rem;align-items:center}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.panel{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #133c731f}.panel h2{margin-top:0;color:#133c73}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.status-card .eyebrow{margin-bottom:.25rem}.status-body{margin:0;color:#1d2f49;line-height:1.5}.status-foot{margin-top:1rem;font-size:.85rem;color:#5c6c82}.info-card ul{padding-left:1.2rem;margin:.5rem 0 0;color:#1d2f49;line-height:1.6;list-style:disc}.info-card li{margin-bottom:.35rem}.eyebrow{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#5c6c82;margin:0 0 .5rem}.muted{color:#5c6c82;margin:.3rem 0 0}.chat-panel{display:flex;flex-direction:column;height:100%}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.5rem}.chat-bubble{padding:.75rem 1rem;border-radius:16px;max-width:70%;line-height:1.4}.chat-bubble.me{background:#133c73;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble.them{background:#f1f5ff;color:#133c73;align-self:flex-start;border-bottom-left-radius:4px}.chat-input{display:flex;gap:.75rem;margin-top:1rem}.chat-input input{flex:1;padding:.8rem;border-radius:999px;border:1px solid #e0e7ff}.chat-input button{border-radius:999px;border:none;background:linear-gradient(120deg,#be1e2d,#fa4e4e);color:#fff;padding:0 1.5rem;font-weight:600;cursor:pointer}.admin-layout{padding:1.5rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.admin-card{background:#fff;border-radius:18px;padding:1.25rem;box-shadow:0 15px 35px #133c731a}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{padding:.75rem;border-bottom:1px solid #f1f5ff;text-align:left}th{color:#133c73}@media(max-width:600px){.auth-card{padding:1.5rem}.dashboard{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0))}.header-actions{width:100%;justify-content:flex-start}}
