:root{--color-bg: #f3f5fa;--color-surface: #ffffff;--color-sidebar: #17224a;--color-sidebar-active: #2f5cf5;--color-sidebar-text: #aab3d6;--color-sidebar-text-active: #ffffff;--color-primary: #2f5cf5;--color-primary-dark: #1e42c9;--color-primary-soft: #e8edfe;--color-text: #1b2138;--color-text-muted: #757e9a;--color-border: #eaecf4;--color-success: #17a673;--color-success-soft: #e2f8ef;--color-warning: #f59e0b;--color-warning-soft: #fef3e0;--color-danger: #e6483f;--color-danger-soft: #fde9e8;--color-info: #2f5cf5;--color-info-soft: #e8edfe;--color-neutral: #8890a8;--color-neutral-soft: #eef0f6;--color-purple: #8b5cf6;--color-purple-soft: #efe7fd;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--shadow-card: 0 4px 18px rgba(23, 34, 74, .06);--shadow-card-hover: 0 10px 28px rgba(23, 34, 74, .1);--font-main: "Cairo", "Tajawal", sans-serif;--sidebar-width: 260px}:root[data-theme=dark]{--color-bg: #0f1424;--color-surface: #171d33;--color-sidebar: #0b0f1e;--color-sidebar-text: #8891b3;--color-text: #eef1fb;--color-text-muted: #8891b3;--color-border: #262d47;--color-success-soft: rgba(23, 166, 115, .16);--color-warning-soft: rgba(245, 158, 11, .16);--color-danger-soft: rgba(230, 72, 63, .16);--color-info-soft: rgba(47, 92, 245, .18);--color-neutral-soft: rgba(136, 144, 168, .16);--color-purple-soft: rgba(139, 92, 246, .18);--shadow-card: 0 4px 18px rgba(0, 0, 0, .28);--shadow-card-hover: 0 10px 28px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;direction:rtl;background:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;min-height:100vh}body{font-size:15px;line-height:1.6}h1,h2,h3,h4{margin:0;font-weight:700}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}ul{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}::placeholder{color:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.sidebar{background:var(--color-sidebar);color:var(--color-sidebar-text);padding:28px 20px;display:flex;flex-direction:column;gap:28px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:12px}.sidebar-brand .logo-badge{width:44px;height:44px;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--color-primary),#6a8bff);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sidebar-brand .clinic-name{color:#fff;font-size:15px}.sidebar-brand .system-label{font-size:12px;color:var(--color-sidebar-text);margin-top:2px}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-sm);font-weight:600;font-size:14.5px;color:var(--color-sidebar-text);transition:background .15s,color .15s}.sidebar-nav a:hover{background:#ffffff0f;color:#fff}.sidebar-nav a.active{background:var(--color-sidebar-active);color:var(--color-sidebar-text-active);box-shadow:0 6px 16px #2f5cf559}.sidebar-nav a svg{width:19px;height:19px;flex-shrink:0}.sidebar-quickstats{background:#ffffff0d;border-radius:var(--radius-md);padding:16px}.sidebar-quickstats h4{color:#fff;font-size:13.5px;margin-bottom:12px}.sidebar-quickstats .qs-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;border-top:1px solid rgba(255,255,255,.07)}.sidebar-quickstats .qs-row:first-of-type{border-top:none}.sidebar-quickstats .qs-value{font-weight:700;color:#fff}.sidebar-quickstats .qs-value.positive{color:#6fe3b4}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;gap:20px}.topbar-search{flex:1;max-width:420px;position:relative}.topbar-search input{width:100%;padding:12px 44px 12px 16px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);font-size:14px}.topbar-search svg{position:absolute;inset-inline-end:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--color-text-muted)}.topbar-actions{display:flex;align-items:center;gap:16px}.icon-btn{width:42px;height:42px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);position:relative}.icon-btn svg{width:19px;height:19px;color:var(--color-text-muted)}.icon-btn .dot{position:absolute;top:8px;inset-inline-end:9px;width:8px;height:8px;border-radius:50%;background:var(--color-danger);border:2px solid var(--color-surface)}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:10px}.account-trigger img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--color-primary-soft)}.account-dropdown{position:absolute;top:calc(100% + 10px);inset-inline-start:0;background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card-hover);min-width:200px;padding:8px;display:none;z-index:40}.account-dropdown.open{display:block}.account-dropdown button,.account-dropdown a{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:var(--radius-sm);font-size:13.5px;text-align:start}.account-dropdown button:hover,.account-dropdown a:hover{background:var(--color-bg)}.account-dropdown .danger{color:var(--color-danger)}.main-content{padding:0 32px 40px;display:flex;flex-direction:column;gap:24px}.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.page-header .title-group{display:flex;align-items:center;gap:10px}.page-header h1{font-size:22px}.page-header .subtitle{color:var(--color-text-muted);font-size:13.5px;margin-top:2px}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}@media (max-width: 1180px){.content-grid{grid-template-columns:1fr}}@media (max-width: 980px){.sidebar{position:fixed;inset-inline-end:0;top:0;z-index:100;transform:translate(100%);transition:transform .2s ease;width:min(80vw,300px)}.sidebar.open{transform:translate(0)}.app-shell{grid-template-columns:1fr}.mobile-nav-toggle{display:flex!important}}.mobile-nav-toggle{display:none;width:42px;height:42px;border-radius:50%;background:var(--color-surface);box-shadow:var(--shadow-card);align-items:center;justify-content:center}@media (max-width: 600px){.topbar{padding:16px;flex-wrap:wrap}.main-content{padding:0 16px 32px}.topbar-search{order:3;max-width:none;flex-basis:100%}}.card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:22px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.card-header h3{font-size:16px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 980px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.stat-grid{grid-template-columns:1fr}}.stat-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:20px;display:flex;flex-direction:column;gap:14px}.stat-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:22px;height:22px}.stat-icon.purple{background:var(--color-purple-soft);color:var(--color-purple)}.stat-icon.orange{background:var(--color-warning-soft);color:var(--color-warning)}.stat-icon.green{background:var(--color-success-soft);color:var(--color-success)}.stat-icon.red{background:var(--color-danger-soft);color:var(--color-danger)}.stat-label{font-size:13.5px;color:var(--color-text-muted);font-weight:600}.stat-value{font-size:30px;font-weight:800}.stat-trend{font-size:12.5px;display:flex;align-items:center;gap:6px}.stat-trend.up{color:var(--color-success)}.stat-trend.down{color:var(--color-danger)}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:var(--radius-sm);font-weight:700;font-size:14px;transition:filter .15s,background .15s;white-space:nowrap}.btn svg{width:17px;height:17px}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{filter:brightness(1.08)}.btn-secondary{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-card)}.btn-secondary:hover{background:var(--color-bg)}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger-soft{background:var(--color-danger-soft);color:var(--color-danger)}.btn-ghost{color:var(--color-text-muted);padding:8px 10px}.btn-ghost:hover{color:var(--color-text)}.btn-sm{padding:8px 12px;font-size:13px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-block{width:100%;justify-content:center}.pill-group{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:700;background:var(--color-bg);color:var(--color-text-muted)}.pill.active{background:var(--color-primary);color:#fff}.pill[data-status=confirmed].active{background:var(--color-success)}.pill[data-status=pending].active{background:var(--color-warning)}.pill[data-status=cancelled].active{background:var(--color-danger)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:700}.badge svg{width:13px;height:13px}.badge-pending{background:var(--color-warning-soft);color:var(--color-warning)}.badge-confirmed{background:var(--color-success-soft);color:var(--color-success)}.badge-arrived{background:var(--color-info-soft);color:var(--color-info)}.badge-completed{background:var(--color-neutral-soft);color:var(--color-neutral)}.badge-cancelled,.badge-no_show{background:var(--color-danger-soft);color:var(--color-danger)}.badge-available{background:var(--color-success-soft);color:var(--color-success)}.badge-booked{background:var(--color-info-soft);color:var(--color-info)}.badge-blocked{background:var(--color-neutral-soft);color:var(--color-neutral)}.table-wrap{overflow-x:auto}table.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th{text-align:start;font-size:12.5px;color:var(--color-text-muted);font-weight:700;padding:12px 14px;border-bottom:1px solid var(--color-border)}.data-table td{padding:14px;border-bottom:1px solid var(--color-border);font-size:14px;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--color-bg)}.patient-cell{display:flex;align-items:center;gap:12px}.patient-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--color-primary-soft)}.patient-name{font-weight:700}.patient-meta{font-size:12.5px;color:var(--color-text-muted)}.row-actions{position:relative}.row-actions-menu{position:absolute;top:100%;inset-inline-end:0;background:var(--color-surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-card-hover);min-width:180px;padding:6px;display:none;z-index:20}.row-actions-menu.open{display:block}.row-actions-menu button{width:100%;text-align:start;padding:9px 12px;border-radius:8px;font-size:13.5px;display:flex;align-items:center;gap:8px}.row-actions-menu button:hover{background:var(--color-bg)}.row-actions-menu button.danger{color:var(--color-danger)}.empty-state{text-align:center;padding:48px 20px;color:var(--color-text-muted)}.empty-state svg{width:46px;height:46px;margin-bottom:12px;color:var(--color-border)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13.5px;font-weight:700;color:var(--color-text)}.field .hint{font-size:12px;color:var(--color-text-muted)}.field input,.field select,.field textarea{padding:11px 14px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-primary);background:var(--color-surface)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 560px){.field-row{grid-template-columns:1fr}}.field-error{color:var(--color-danger);font-size:12.5px}.checkbox-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:var(--color-bg);font-size:13.5px;font-weight:700}.checkbox-pill input{accent-color:var(--color-primary)}.checkbox-pill.checked{background:var(--color-primary-soft);color:var(--color-primary)}.date-chip-list{display:flex;flex-wrap:wrap;gap:8px;min-height:20px}.date-chip{display:inline-flex;align-items:center;gap:8px;background:var(--color-primary-soft);color:var(--color-primary-dark);padding:7px 8px 7px 14px;border-radius:999px;font-size:13px;font-weight:700}.date-chip button{display:flex;color:var(--color-primary);background:#fff;border-radius:50%;padding:3px}.date-chip button svg{width:12px;height:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f142a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:200}.modal-box{background:var(--color-surface);border-radius:var(--radius-lg);max-width:480px;width:100%;padding:26px;box-shadow:var(--shadow-card-hover);max-height:90vh;overflow-y:auto}.modal-box.wide{max-width:720px}.modal-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.modal-icon svg{width:24px;height:24px}.modal-title{font-size:17px;margin-bottom:8px}.modal-desc{color:var(--color-text-muted);font-size:14px;margin-bottom:20px;line-height:1.7}.modal-actions{display:flex;gap:10px}.modal-actions .btn{flex:1;justify-content:center}.toast-stack{position:fixed;bottom:24px;inset-inline-start:24px;display:flex;flex-direction:column;gap:10px;z-index:300}.toast{background:var(--color-surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-card-hover);padding:14px 16px;display:flex;align-items:flex-start;gap:10px;min-width:280px;max-width:360px;border-inline-start:4px solid var(--color-primary);animation:toast-in .2s ease}.toast.success{border-inline-start-color:var(--color-success)}.toast.warning{border-inline-start-color:var(--color-warning)}.toast.error{border-inline-start-color:var(--color-danger)}.toast svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.toast.success svg{color:var(--color-success)}.toast.warning svg{color:var(--color-warning)}.toast.error svg{color:var(--color-danger)}.toast-text{font-size:13.5px;line-height:1.5}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tabs{display:flex;gap:6px;background:var(--color-bg);padding:5px;border-radius:999px;width:fit-content}.tabs button{padding:9px 18px;border-radius:999px;font-size:13.5px;font-weight:700;color:var(--color-text-muted)}.tabs button.active{background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-card)}.skeleton{background:linear-gradient(90deg,var(--color-bg) 25%,#eceff8 37%,var(--color-bg) 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner.dark{border-color:var(--color-border);border-top-color:var(--color-primary)}@keyframes spin{to{transform:rotate(360deg)}}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at 15% 15%,rgba(47,92,245,.1),transparent 40%),radial-gradient(circle at 85% 85%,rgba(23,166,115,.08),transparent 40%),var(--color-bg)}.login-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card-hover);padding:44px 38px;width:100%;max-width:400px;text-align:center}.login-logo{width:68px;height:68px;border-radius:20px;margin:0 auto 18px;background:linear-gradient(135deg,var(--color-primary),#6a8bff);display:flex;align-items:center;justify-content:center;color:#fff}.login-logo svg{width:32px;height:32px}.login-clinic-name{font-size:19px;margin-bottom:2px}.login-doctor-name{color:var(--color-text-muted);font-size:13.5px;margin-bottom:24px}.login-title{font-size:15px;font-weight:700;margin-bottom:22px}.login-form{display:flex;flex-direction:column;gap:16px;text-align:start}.password-field{position:relative}.password-field input{padding-inline-end:46px}.password-toggle{position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);display:flex}.password-toggle svg{width:19px;height:19px}.login-error{background:var(--color-danger-soft);color:var(--color-danger);padding:11px 14px;border-radius:var(--radius-sm);font-size:13.5px;display:flex;align-items:center;gap:8px;text-align:start}.login-error svg{width:16px;height:16px;flex-shrink:0}.mini-calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mini-calendar-nav button{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--color-bg)}.mini-calendar-nav button svg{width:16px;height:16px}.mini-calendar-nav .label{font-weight:700;font-size:14px}.mini-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.mini-calendar-grid .dow{font-size:11.5px;color:var(--color-text-muted);font-weight:700;padding-bottom:6px}.mini-calendar-grid .day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:13px;cursor:pointer;position:relative}.mini-calendar-grid .day:hover{background:var(--color-bg)}.mini-calendar-grid .day.muted{color:var(--color-border);cursor:default}.mini-calendar-grid .day.muted:hover{background:none}.mini-calendar-grid .day.today{background:var(--color-primary-soft);color:var(--color-primary);font-weight:700}.mini-calendar-grid .day.selected{background:var(--color-primary);color:#fff;font-weight:700}.mini-calendar-grid .day.has-slots:after{content:"";display:block;position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--color-success)}.slot-calendar{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.slot-day-col{background:var(--color-bg);border-radius:var(--radius-md);padding:14px}.slot-day-col .day-title{font-weight:700;font-size:13.5px;margin-bottom:12px;display:flex;justify-content:space-between}.slot-day-col .day-title .count{color:var(--color-text-muted);font-weight:600}.slot-chip-list{display:flex;flex-direction:column;gap:8px}.slot-chip{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:700;background:var(--color-surface);border:1.5px solid transparent;width:100%}.slot-chip.available{border-color:var(--color-success-soft);color:var(--color-success)}.slot-chip.booked{border-color:var(--color-info-soft);color:var(--color-info)}.slot-chip.blocked{border-color:var(--color-neutral-soft);color:var(--color-neutral)}.slot-chip.cancelled{border-color:var(--color-danger-soft);color:var(--color-danger);text-decoration:line-through}
