@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Manrope:wght@400;600;700&display=swap);:root{--bg:#f8fafc;--surface:#ffffffe6;--surface-solid:#fff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0cc;--primary:#0d9488;--primary-dark:#0f766e;--primary-light:#2dd4bf;--success:#10b981;--danger:#ef4444;--pending:#f59e0b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-lg:0 25px 50px -12px #00000040;--glass-border:1px solid #ffffffb3}*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%}body{background:radial-gradient(circle at 0 0,#f0f9ff 0,#f8fafc 50%,#f1f5f9 100%);background-attachment:fixed;color:#0f172a;color:var(--text);font-family:Manrope,Segoe UI,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Space Grotesk,Trebuchet MS,sans-serif;margin:0}a{color:#0a5d95;text-decoration:none}a:hover{text-decoration:underline}.container{margin:0 auto;width:min(1100px,92vw)}.auth-page,.page-shell{min-height:100vh;padding:2rem 0;position:relative}.bg-orb{border-radius:999px;filter:blur(24px);opacity:.52;position:fixed;z-index:-1}.bg-orb-left{height:280px;left:-70px;top:-80px;width:280px}.bg-orb-left,.bg-orb-right{background:radial-gradient(circle at 30% 30%,#fffffff2 0,#ffffff9e 58%,#fff0 100%)}.bg-orb-right{bottom:-70px;height:240px;right:-60px;width:240px}.glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;background:var(--surface);border:1px solid #ffffffb3;border:var(--glass-border);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow);transition:box-shadow .3s ease}.glass:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-lg)}.auth-card{border-radius:20px;margin:6vh auto 0;padding:2rem;width:min(470px,92vw)}.eyebrow{color:#0d9488;color:var(--primary);font-size:.78rem;letter-spacing:.08em;margin-bottom:.4rem;text-transform:uppercase}.empty-state,.helper-text,.subtitle{color:#64748b;color:var(--muted);margin:.4rem 0 1rem}.form-grid{grid-gap:.9rem;display:grid;gap:.9rem}label{grid-gap:.35rem;display:grid;font-size:.92rem;font-weight:600;gap:.35rem}input,select{background:#fff;background:var(--surface-solid);border:1px solid #e2e8f0cc;border:1px solid var(--line);border-radius:10px;color:#0f172a;color:var(--text);font:inherit;padding:.7rem .8rem;width:100%}button:focus,input:focus,select:focus{border-color:#0d9488;border-color:var(--primary);outline:2px solid #0f766e33}.btn{border:none;border-radius:10px;cursor:pointer;font:inherit;font-weight:700;padding:.65rem 1rem;transition:transform .12s ease,opacity .12s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:linear-gradient(135deg,#0d9488,#0f766e);background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 4px 6px -1px #0d94884d;color:#fff}.btn-primary:hover{box-shadow:0 10px 15px -3px #0d948866}.btn-success{background:#dcfce7;color:#14532d}.btn-danger{background:#fee2e2;color:#7f1d1d}.error-text,.success-text{border-radius:8px;font-size:.9rem;margin:0;padding:.55rem .75rem}.error-text{background:#fee2e2;color:#991b1b}.success-text{background:#dcfce7;color:#166534}.dashboard-wrap{grid-gap:1rem;display:grid;gap:1rem}.topbar{border-radius:16px;gap:1rem;justify-content:space-between;padding:1.1rem 1.2rem}.topbar,.topbar-actions{align-items:center;display:flex}.topbar-actions{gap:.6rem}.role-pill{align-items:center;background:#0f766e21;border:1px solid #0f766e38;border-radius:999px;color:#0f766e;color:var(--primary-dark);display:inline-flex;font-size:.78rem;font-weight:700;justify-content:center;padding:.35rem .65rem;text-transform:uppercase}.ghost-link{background:#fff;border:1px solid #e2e8f0cc;border:1px solid var(--line);border-radius:8px;padding:.45rem .7rem;text-decoration:none}.dashboard-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.card{border-radius:16px;padding:1rem}.list-grid{grid-gap:.65rem;display:grid;gap:.65rem}.appointment-item{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border:1px solid var(--line);border-radius:12px;display:flex;gap:1rem;justify-content:space-between;padding:.75rem}.doctor-item{align-items:flex-start}.actions-col{grid-gap:.6rem;display:grid;gap:.6rem;justify-items:end}.action-row{display:flex;gap:.45rem}.status-badge{border-radius:999px;font-size:.78rem;font-weight:700;padding:.3rem .62rem;text-transform:uppercase}.status-pending{background:#ffedd5;color:#f59e0b;color:var(--pending)}.status-approved{background:#dcfce7;color:#10b981;color:var(--success)}.status-rejected{background:#fee2e2;color:#ef4444;color:var(--danger)}.loader-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafccc;display:flex;flex-direction:column;gap:1.5rem;inset:0;justify-content:center;position:fixed;z-index:9999}.loader-orb{background:linear-gradient(135deg,#0d9488,#2dd4bf);background:linear-gradient(135deg,var(--primary),var(--primary-light));box-shadow:0 0 20px #0d948866;height:60px;width:60px}.loader-text{color:#0f766e;color:var(--primary-dark);font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@media (max-width:880px){.dashboard-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{flex-wrap:wrap;width:100%}.appointment-item{align-items:flex-start;flex-direction:column}.actions-col{justify-items:flex-start;width:100%}}
/*# sourceMappingURL=main.2c93aae2.css.map*/