:root {
    --hms-navy: #0b2345;
    --hms-navy-2: #102f59;
    --hms-blue: #2563eb;
    --hms-blue-light: #eff6ff;
    --hms-bg: #f5f7fb;
    --hms-border: #e6eaf0;
    --hms-text: #172033;
    --hms-muted: #758197;
    --hms-success: #14a673;
    --sidebar-width: 258px;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--hms-bg); color: var(--hms-text); font-family: Inter, 'Segoe UI', system-ui, sans-serif; font-size: 14px; }
a { text-decoration: none; }
button, input, select, textarea { font-family: inherit; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar-width); color: #dce7f7; background: linear-gradient(180deg, #0a2649 0%, #071c36 100%); z-index: 1040; display: flex; flex-direction: column; transition: transform .25s ease; }
.brand { height: 78px; padding: 17px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.08); color: white; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, #60a5fa, #2563eb); box-shadow: 0 8px 20px rgba(37,99,235,.35); font-size: 23px; }
.brand-name { font-size: 17px; line-height: 1.1; font-weight: 700; letter-spacing: -.2px; }
.brand-tagline { margin-top: 4px; color: #91a7c4; font-size: 9.5px; }
.sidebar-scroll { padding: 14px 12px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.15) transparent; }
.nav-section-label { margin: 18px 12px 7px; color: #7188a6; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.side-link { display: flex; align-items: center; gap: 12px; min-height: 42px; margin: 2px 0; padding: 0 13px; border-radius: 9px; color: #bdcce0; font-size: 13px; font-weight: 500; transition: .18s ease; }
.side-link i { width: 18px; font-size: 16px; }
.side-link:hover { color: white; background: rgba(255,255,255,.07); }
.side-link.active { color: white; background: linear-gradient(100deg, #2458c6, #315fd1); box-shadow: 0 7px 18px rgba(3,14,32,.25); }
.sidebar-user { margin-top: auto; padding: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.sidebar-user-card { padding: 11px; border-radius: 10px; background: rgba(255,255,255,.06); display: flex; align-items: center; gap: 10px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-weight: 700; background: linear-gradient(135deg, #4f86e8, #1d4ed8); }

.main-panel { min-height: 100vh; margin-left: var(--sidebar-width); }
.topbar { height: 66px; position: sticky; top: 0; z-index: 1030; padding: 0 24px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--hms-border); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.mobile-toggle { display: none; }
.global-search { position: relative; width: min(420px, 42vw); }
.global-search i { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #8c99ab; }
.global-search input { height: 38px; width: 100%; padding: 0 14px 0 38px; border: 1px solid #e7ebf1; border-radius: 9px; background: #f7f9fc; font-size: 12px; outline: none; transition: .2s; }
.global-search input:focus { border-color: #9dbcfb; background: white; box-shadow: 0 0 0 3px rgba(37,99,235,.08); }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.icon-btn { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 9px; color: #42516a; background: transparent; }
.icon-btn:hover { color: var(--hms-blue); background: var(--hms-blue-light); }
.profile-chip { margin-left: 6px; padding-left: 12px; border-left: 1px solid var(--hms-border); display: flex; align-items: center; gap: 9px; }
.profile-meta { line-height: 1.2; }
.profile-meta strong { display: block; font-size: 12px; }
.profile-meta small { color: var(--hms-muted); font-size: 9px; }
.page-content { padding: 26px; }

.page-header { margin-bottom: 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.eyebrow { margin-bottom: 5px; color: var(--hms-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.page-title { margin: 0; font-size: 25px; font-weight: 700; letter-spacing: -.6px; }
.page-subtitle { margin: 7px 0 0; color: var(--hms-muted); font-size: 13px; }
.btn { border-radius: 8px; font-size: 12.5px; font-weight: 600; padding: 9px 14px; }
.btn-primary { border-color: var(--hms-blue); background: var(--hms-blue); box-shadow: 0 6px 15px rgba(37,99,235,.15); }
.btn-primary:hover { border-color: #1d4ed8; background: #1d4ed8; }
.btn-light { border-color: var(--hms-border); background: white; }
.btn-icon { display: inline-flex; align-items: center; gap: 7px; }

.stat-card, .panel-card { border: 1px solid var(--hms-border); border-radius: 12px; background: #fff; box-shadow: 0 2px 5px rgba(15,23,42,.025); }
.stat-card { min-height: 136px; padding: 18px; position: relative; overflow: hidden; }
.stat-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 10px; font-size: 18px; }
.stat-label { color: var(--hms-muted); font-size: 11px; font-weight: 600; }
.stat-value { margin: 3px 0 6px; font-size: 23px; font-weight: 700; letter-spacing: -.5px; }
.stat-trend { color: var(--hms-success); font-size: 10px; font-weight: 600; }
.tone-primary { color: #2563eb; background: #eaf2ff; }.tone-success { color: #079668; background: #e9f9f3; }.tone-info { color: #0284c7; background: #e8f7ff; }.tone-warning { color: #d97706; background: #fff5df; }.tone-danger { color: #dc3545; background: #fff0f1; }.tone-purple { color: #7c3aed; background: #f2edff; }
.panel-card { height: 100%; }
.panel-header { min-height: 58px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #eef1f5; }
.panel-title { margin: 0; font-size: 14px; font-weight: 700; }
.panel-subtitle { margin-top: 3px; color: var(--hms-muted); font-size: 10px; }
.panel-body { padding: 18px; }
.chart-wrap { position: relative; height: 245px; }

.hms-table { margin: 0; font-size: 11.5px; }
.hms-table > :not(caption) > * > * { padding: 12px 14px; border-bottom-color: #edf0f4; vertical-align: middle; }
.hms-table thead th { color: #6f7b8d; background: #fafbfd; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; white-space: nowrap; }
.hms-table tbody tr:hover { background: #fbfcff; }
.person-cell { display: flex; align-items: center; gap: 10px; min-width: 155px; }
.mini-avatar { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #2554af; background: #eaf2ff; font-weight: 700; font-size: 10px; }
.cell-primary { color: #253044; font-weight: 600; }
.cell-secondary { margin-top: 2px; color: #8994a5; font-size: 9.5px; }
.status-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; font-size: 9.5px; font-weight: 700; text-transform: capitalize; white-space: nowrap; }
.status-success { color: #087a57; background: #e8f8f1; }.status-warning { color: #a76002; background: #fff3d6; }.status-danger { color: #c22c3c; background: #ffebed; }.status-info { color: #1762af; background: #e8f3ff; }.status-neutral { color: #5f6979; background: #eff1f4; }.status-purple { color: #6f3dc0; background: #f1eaff; }
.action-btn { width: 31px; height: 31px; display: inline-grid; place-items: center; padding: 0; border: 1px solid #e8ecf2; border-radius: 7px; color: #557091; background: white; }
.action-btn:hover { color: var(--hms-blue); border-color: #bdd1fb; background: #f6f9ff; }
.action-btn.danger:hover { color: #dc3545; border-color: #f2b9bf; background: #fff7f8; }

.filter-bar { padding: 14px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #eef1f5; }
.filter-search { position: relative; flex: 1; max-width: 360px; }
.filter-search i { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #8e9aab; }
.filter-search input { padding-left: 34px; }
.form-control, .form-select { border-color: #dfe4eb; border-radius: 8px; font-size: 12px; min-height: 39px; }
.form-control:focus, .form-select:focus { border-color: #8db0f8; box-shadow: 0 0 0 3px rgba(37,99,235,.09); }
.form-label { margin-bottom: 6px; color: #3d495b; font-size: 11px; font-weight: 700; }
.invalid-feedback { font-size: 10px; }
.form-hint { margin-top: 5px; color: var(--hms-muted); font-size: 9.5px; }
.required::after { content: ' *'; color: #dc3545; }

.modal-content { border: 0; border-radius: 14px; box-shadow: 0 24px 60px rgba(14,31,53,.2); overflow: hidden; }
.modal-header { padding: 18px 20px; border-bottom-color: #e9edf2; }
.modal-title { font-size: 16px; font-weight: 700; }
.modal-body { padding: 20px; }
.modal-footer { padding: 14px 20px; border-top-color: #e9edf2; background: #fbfcfe; }
.modal-backdrop.show { opacity: .38; }

.toast-stack { position: fixed; top: 80px; right: 20px; z-index: 1100; width: min(370px, calc(100vw - 30px)); }
.hms-toast { margin-bottom: 10px; padding: 14px 15px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid; border-radius: 10px; background: white; box-shadow: 0 12px 30px rgba(15,23,42,.14); animation: slideIn .25s ease; }
.hms-toast.success { border-color: #aee8d0; }.hms-toast.error { border-color: #f3b7bd; }
.hms-toast-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; }.success .hms-toast-icon { color: #07835d; background: #e5f8f0; }.error .hms-toast-icon { color: #c92f3e; background: #ffebed; }
@keyframes slideIn { from { transform: translateX(20px); opacity: 0; } }

.pagination-wrap { padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; color: var(--hms-muted); font-size: 10px; }
.pagination { margin: 0; gap: 4px; }.page-link { min-width: 30px; height: 30px; padding: 0 8px; display: grid; place-items: center; border-radius: 7px !important; border-color: #e3e8ef; color: #556277; font-size: 10px; }.page-item.active .page-link { border-color: var(--hms-blue); background: var(--hms-blue); }
.empty-state { padding: 55px 20px; text-align: center; color: var(--hms-muted); }.empty-icon { width: 60px; height: 60px; margin: 0 auto 13px; display: grid; place-items: center; border-radius: 18px; color: var(--hms-blue); background: var(--hms-blue-light); font-size: 24px; }.empty-state h3 { margin: 0 0 5px; color: var(--hms-text); font-size: 15px; }

.activity-list { list-style: none; margin: 0; padding: 0; }.activity-item { position: relative; padding: 0 0 17px 34px; }.activity-item:not(:last-child)::before { content: ''; position: absolute; left: 11px; top: 24px; bottom: 1px; width: 1px; background: #e4e9ef; }.activity-dot { position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; color: var(--hms-blue); background: #edf4ff; font-size: 10px; }.activity-text { color: #3b4657; font-size: 11px; line-height: 1.45; }.activity-time { margin-top: 3px; color: #97a1af; font-size: 9px; }
.alert-row { padding: 11px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #f0f2f5; }.alert-row:last-child { border: 0; }.alert-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #d97706; background: #fff4dd; }.alert-copy { flex: 1; }.alert-copy strong { display: block; font-size: 11px; }.alert-copy span { color: var(--hms-muted); font-size: 9.5px; }

.patient-profile-card { padding: 22px; text-align: center; }.profile-avatar-lg { width: 88px; height: 88px; margin: 0 auto 13px; display: grid; place-items: center; border-radius: 24px; color: white; background: linear-gradient(135deg,#4d88ee,#1f57bd); font-size: 26px; font-weight: 700; box-shadow: 0 10px 24px rgba(37,99,235,.2); }.patient-profile-card h3 { margin: 0; font-size: 17px; }.patient-profile-card .patient-id { margin: 5px 0 18px; color: var(--hms-muted); font-size: 10px; }.profile-line { padding: 8px 0; display: flex; align-items: center; gap: 10px; border-top: 1px solid #f0f2f5; color: #566175; font-size: 10.5px; text-align: left; }.profile-line i { width: 18px; color: var(--hms-blue); }
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 24px; }.info-item { padding: 12px 0; border-bottom: 1px solid #f0f2f5; }.info-label { margin-bottom: 4px; color: var(--hms-muted); font-size: 9.5px; }.info-value { font-size: 11.5px; font-weight: 600; }
.tabs-clean { padding: 0 18px; border-bottom: 1px solid #e9edf2; gap: 20px; }.tabs-clean .nav-link { padding: 14px 2px 11px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; color: #69758a; font-size: 10.5px; font-weight: 600; }.tabs-clean .nav-link.active { color: var(--hms-blue); border-bottom-color: var(--hms-blue); background: transparent; }

.form-section { margin-bottom: 18px; padding: 17px; border: 1px solid #e8edf4; border-radius: 11px; background: #fbfcff; }
.form-section-title { margin-bottom: 14px; display: flex; align-items: center; gap: 8px; color: #1d4f9e; font-size: 12px; font-weight: 700; }.form-section-title i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #eaf2ff; }
.chart-tabs { padding: 8px 12px 0; display: flex; gap: 3px; overflow-x: auto; border-bottom: 1px solid #e9edf2; scrollbar-width: thin; }.chart-tab { padding: 11px 10px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; border: 0; border-bottom: 2px solid transparent; color: #6b778b; background: transparent; font-size: 10px; font-weight: 600; }.chart-tab:hover { color: #2559b2; background: #f8faff; }.chart-tab.active { color: var(--hms-blue); border-bottom-color: var(--hms-blue); }
.chart-section-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.chart-section-head.padded { padding: 17px 18px; border-bottom: 1px solid #edf0f4; }.chart-section-head h2 { margin: 0; font-size: 15px; }.chart-section-head p { margin: 4px 0 0; color: var(--hms-muted); font-size: 10px; }
.info-grid-3 { grid-template-columns: repeat(3,1fr); }.clinical-summary { height: 100%; padding: 16px; border: 1px solid #e7ecf3; border-radius: 10px; background: #fafcff; }.clinical-summary h3 { margin: 0 0 8px; font-size: 12px; }.clinical-summary p { margin: 0; color: #5e6b7e; font-size: 11px; line-height: 1.65; white-space: pre-wrap; }
.clinical-alert { margin-top: 12px; padding: 11px; display: flex; gap: 9px; border-radius: 9px; text-align: left; }.clinical-alert strong,.clinical-alert span { display: block; }.clinical-alert strong { font-size: 10px; }.clinical-alert span { margin-top: 2px; font-size: 9px; line-height: 1.4; }.clinical-alert.danger { color: #aa2332; background: #fff0f2; }.clinical-alert.warning { color: #91600e; background: #fff7e5; }
.record-list { padding: 16px; display: grid; gap: 12px; }.record-card { border: 1px solid #e5eaf1; border-radius: 10px; overflow: hidden; }.record-head { padding: 13px 15px; display: flex; justify-content: space-between; gap: 15px; background: #f9fbfe; border-bottom: 1px solid #e9edf2; }.record-head strong,.record-head span { display: block; }.record-head strong { font-size: 12px; }.record-head span { margin-top: 3px; color: var(--hms-muted); font-size: 9.5px; }.record-grid { padding: 14px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.record-grid label { color: #718096; font-size: 9px; font-weight: 700; text-transform: uppercase; }.record-grid p { margin: 4px 0 0; color: #374256; font-size: 10.5px; line-height: 1.55; white-space: pre-wrap; }
.document-grid { padding: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.document-card { padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid #e4e9f0; border-radius: 10px; color: #56657a; background: #fff; }.document-card:hover { border-color: #b8cef8; background: #f9fbff; }.document-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--hms-blue); background: #edf4ff; font-size: 18px; }.document-card strong,.document-card span,.document-card small { display: block; }.document-card strong { color: #263246; font-size: 11px; }.document-card span { overflow: hidden; color: #738095; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.document-card small { margin-top: 3px; color: #96a0af; font-size: 8.5px; text-transform: capitalize; }.rx-item { margin-bottom: 11px; padding: 13px; border: 1px solid #e5eaf1; border-radius: 10px; background: #fbfcff; }

.bed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.bed-card { padding: 15px; border: 1px solid var(--hms-border); border-radius: 11px; background: white; cursor: pointer; transition: .18s; }.bed-card:hover { transform: translateY(-2px); border-color: #b9cef8; box-shadow: 0 8px 22px rgba(15,23,42,.07); }.bed-card-top { display: flex; align-items: center; justify-content: space-between; }.bed-number { font-size: 15px; font-weight: 700; }.bed-meta { margin-top: 8px; color: var(--hms-muted); font-size: 10px; }.bed-patient { margin-top: 12px; padding-top: 10px; border-top: 1px solid #eef1f5; font-size: 10px; }
.metric-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }.metric-mini { padding: 14px 16px; border: 1px solid var(--hms-border); border-radius: 10px; background: white; }.metric-mini strong { display: block; font-size: 20px; }.metric-mini span { color: var(--hms-muted); font-size: 10px; }

.module-hero { padding: 26px; border: 1px solid #dce7fb; border-radius: 15px; background: linear-gradient(135deg,#f8fbff,#edf4ff); display: flex; align-items: center; gap: 20px; }.module-icon { width: 66px; height: 66px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 18px; color: white; background: linear-gradient(135deg,#4481e7,#2055bd); font-size: 29px; box-shadow: 0 12px 26px rgba(37,99,235,.2); }.module-hero h2 { margin: 0 0 6px; font-size: 23px; }.module-hero p { max-width: 700px; margin: 0; color: #66758b; font-size: 12.5px; line-height: 1.6; }.workflow-card { padding: 19px; border: 1px solid var(--hms-border); border-radius: 12px; background: white; height: 100%; }.workflow-step { width: 31px; height: 31px; margin-bottom: 13px; display: grid; place-items: center; border-radius: 9px; color: var(--hms-blue); background: var(--hms-blue-light); font-size: 11px; font-weight: 700; }.workflow-card h3 { font-size: 13px; }.workflow-card p { margin: 0; color: var(--hms-muted); font-size: 10.5px; line-height: 1.55; }

.login-page { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; background: white; }.login-visual { position: relative; padding: 60px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; color: white; background: radial-gradient(circle at 20% 20%,#2862ba 0,transparent 38%), linear-gradient(145deg,#0b315b,#071a32); }.login-visual::after { content: ''; position: absolute; right: -120px; bottom: -160px; width: 450px; height: 450px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; }.login-visual .brand { padding: 0; border: 0; }.login-message { position: relative; z-index: 1; max-width: 560px; }.login-message h1 { margin: 0 0 18px; font-size: 45px; line-height: 1.12; letter-spacing: -1.5px; }.login-message p { margin: 0; color: #bdd0e9; font-size: 15px; line-height: 1.75; }.trust-row { display: flex; gap: 26px; color: #adc2dc; font-size: 11px; }.trust-row i { margin-right: 7px; color: #66a6ff; }.login-form-panel { padding: 45px; display: grid; place-items: center; }.login-form { width: min(410px,100%); }.login-form h2 { margin: 0; font-size: 28px; letter-spacing: -.6px; }.login-form .intro { margin: 8px 0 28px; color: var(--hms-muted); font-size: 13px; }.login-input { position: relative; }.login-input i { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #8c98aa; }.login-input .form-control { height: 47px; padding-left: 39px; }.demo-card { margin-top: 24px; padding: 14px; border: 1px solid #d9e6fd; border-radius: 10px; color: #4b5f7c; background: #f5f9ff; font-size: 10.5px; }.demo-card strong { color: #234b8b; }

@media (max-width: 1199.98px) { .bed-grid { grid-template-columns: repeat(3, 1fr); } .metric-strip { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 991.98px) { .sidebar { transform: translateX(-100%); box-shadow: 15px 0 35px rgba(5,18,35,.22); }.sidebar.open { transform: translateX(0); }.main-panel { margin-left: 0; }.mobile-toggle { display: grid; }.page-content { padding: 20px; }.login-page { grid-template-columns: 1fr; }.login-visual { display: none; } }
@media (max-width: 767.98px) { .page-content { padding: 16px; }.topbar { padding: 0 14px; }.global-search { display: none; }.profile-meta { display: none; }.page-header { align-items: stretch; flex-direction: column; }.page-header .btn { align-self: flex-start; }.filter-bar { align-items: stretch; flex-direction: column; }.filter-search { max-width: none; }.info-grid,.info-grid-3,.record-grid,.document-grid { grid-template-columns: 1fr; }.bed-grid { grid-template-columns: repeat(2,1fr); }.module-hero { align-items: flex-start; flex-direction: column; }.login-form-panel { padding: 28px 20px; }.pagination-wrap { align-items: flex-start; flex-direction: column; gap: 10px; } }
@media (max-width: 479.98px) { .bed-grid, .metric-strip { grid-template-columns: 1fr; }.page-title { font-size: 22px; } }

.pos-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 14px; align-items: start; }.checkout-card { height: auto; position: sticky; top: 80px; }.medicine-grid { padding: 14px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }.medicine-tile { padding: 13px; min-height: 135px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #e4e9f0; border-radius: 10px; color: #303c50; background: white; text-align: left; }.medicine-tile:hover { border-color: #9fbcf7; box-shadow: 0 6px 16px rgba(37,99,235,.08); }.medicine-tile-icon { width: 32px; height: 32px; margin-bottom: 10px; display: grid; place-items: center; border-radius: 8px; color: #2563eb; background: #edf4ff; }.medicine-tile strong { font-size: 10.5px; }.medicine-tile span { margin: 4px 0 auto; color: #8994a5; font-size: 8.5px; }.medicine-tile b { color: #1d4ed8; font-size: 12px; }.cart-lines { max-height: 320px; overflow-y: auto; }.cart-line { padding: 10px 0; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #edf0f4; }.cart-line strong,.cart-line span { display: block; }.cart-line strong { font-size: 10px; }.cart-line span { color: #8a96a8; font-size: 8.5px; }.qty-control { display: flex; align-items: center; gap: 6px; }.qty-control button,.cart-remove { width: 25px; height: 25px; padding: 0; border: 1px solid #e1e6ed; border-radius: 6px; background: white; }.cart-remove { color: #c63b49; border: 0; }.checkout-totals { margin-top: 14px; padding-top: 10px; border-top: 1px solid #e5eaf1; }.checkout-totals>div { padding: 5px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; }.checkout-totals input { width: 110px; }.checkout-totals .grand-total { margin-top: 6px; padding-top: 11px; border-top: 1px dashed #ced6e1; font-size: 15px; }
@media (max-width:1199px){.pos-layout{grid-template-columns:1fr}.checkout-card{position:static}.medicine-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:767px){.medicine-grid{grid-template-columns:repeat(2,1fr)}}

.brand-mark img { width: 100%; height: 100%; padding: 5px; object-fit: contain; border-radius: inherit; background: white; }
.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 2rem); }.modal-content>.modal-form-shell { min-height: 0; display: flex; flex: 1 1 auto; flex-direction: column; overflow: hidden; }.modal-form-shell .modal-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }.modal-form-shell .modal-footer { flex: 0 0 auto; }.modal-header { flex: 0 0 auto; }
.filter-select { width: 170px; }.user-table { min-width: 960px; }.user-avatar { border-radius: 50%; }.role-pill { padding: 4px 7px; border-radius: 6px; color: #315b9d; background: #edf4ff; font-size: 8.5px; font-weight: 700; white-space: nowrap; }.role-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.role-option { padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #e0e6ee; border-radius: 9px; cursor: pointer; background: white; transition: .16s; }.role-option:hover { border-color: #b5caf5; }.role-option.selected { border-color: #7da4f2; background: #f4f8ff; }.role-option input { position: absolute; opacity: 0; pointer-events: none; }.role-option div { min-width: 0; flex: 1; }.role-option strong,.role-option span { display: block; }.role-option strong { color: #2e3a4d; font-size: 10.5px; }.role-option span { margin-top: 3px; overflow: hidden; color: #8490a2; font-size: 8.5px; text-overflow: ellipsis; white-space: nowrap; }.role-option>i { color: #d3dae5; }.role-option.selected>i { color: #2563eb; }
.settings-tabs { padding: 5px; display: flex; gap: 4px; overflow-x: auto; border: 1px solid #e3e8ef; border-radius: 11px; background: white; scrollbar-width: none; }.settings-tabs button { padding: 9px 12px; display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; border: 0; border-radius: 7px; color: #67758a; background: transparent; font-size: 10.5px; font-weight: 600; }.settings-tabs button.active { color: #1f57bd; background: #eaf2ff; }.settings-savebar { padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #e7ebf1; color: #78869a; background: #fafcff; font-size: 9.5px; }.brand-preview { height: auto; }.brand-preview .panel-body { text-align: center; }.brand-preview-logo { min-height: 90px; display: grid; place-items: center; }.brand-preview-logo img { max-width: 210px; max-height: 86px; object-fit: contain; }.brand-preview-logo .brand-mark { width: 70px; height: 70px; font-size: 30px; }.brand-preview h3 { margin: 12px 0 4px; font-size: 18px; }.brand-preview>p,.brand-preview p { color: #7d899b; font-size: 10px; }.preview-contact { margin-top: 20px; display: grid; gap: 8px; text-align: left; }.preview-contact span { padding: 9px 10px; border-radius: 8px; color: #5f6d81; background: #f6f8fb; font-size: 9.5px; }.preview-contact i { width: 20px; color: #2563eb; }
@media (max-width:767.98px){.modal-dialog{margin:.5rem;max-width:none}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);border-radius:11px}.modal-header,.modal-body{padding:15px}.modal-footer{padding:11px 15px}.role-grid{grid-template-columns:1fr}.filter-select{width:100%;max-width:none!important}.settings-savebar{align-items:stretch;flex-direction:column}.settings-savebar .btn{width:100%}.metric-strip{grid-template-columns:repeat(2,1fr)}.chart-section-head{align-items:flex-start}.chart-section-head .btn{flex:0 0 auto}}
@media (max-width:479.98px){.medicine-grid{grid-template-columns:1fr}.metric-strip{grid-template-columns:1fr}.modal-footer{display:grid;grid-template-columns:1fr 1fr}.modal-footer .btn{width:100%}.page-header .d-flex{width:100%;flex-wrap:wrap}.page-header .d-flex .btn{flex:1 1 auto;justify-content:center}}

.role-cards { padding: 15px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.role-card { padding: 15px; border: 1px solid #e4e9f0; border-radius: 11px; background: white; }.role-card-head { display: flex; align-items: center; gap: 10px; }.role-card-head h2 { margin: 0; font-size: 12.5px; }.role-card-head code { color: #8190a4; font-size: 8.5px; }.role-symbol { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #2563eb; background: #edf4ff; font-size: 17px; }.role-symbol.system { color: #6d43bd; background: #f1ebff; }.role-card>p { min-height: 33px; margin: 13px 0; color: #778397; font-size: 9.5px; line-height: 1.55; }.role-stats { display: flex; gap: 15px; color: #536176; font-size: 9px; }.role-stats i { margin-right: 5px; color: #2563eb; }.permission-coverage { margin-top: 14px; padding-top: 12px; border-top: 1px solid #edf0f4; }.permission-coverage>div:first-child { margin-bottom: 6px; display: flex; justify-content: space-between; color: #7d899b; font-size: 8.5px; }.permission-coverage .progress { height: 5px; background: #edf1f6; }.permission-coverage .progress-bar { border-radius: 9px; background: linear-gradient(90deg,#2563eb,#60a5fa); }.role-module-list { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 5px; }.role-module-list span { padding: 3px 6px; border-radius: 5px; color: #68778d; background: #f1f4f8; font-size: 7.5px; text-transform: capitalize; }.selection-summary { margin: 15px 0; padding: 12px; display: flex; align-items: baseline; gap: 6px; border-radius: 9px; color: #53647b; background: #eef5ff; }.selection-summary strong { color: #1d4ed8; font-size: 21px; }.selection-summary span { font-size: 9px; }.permission-toolbar { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }.permission-toolbar h3 { margin: 0; font-size: 13px; }.permission-toolbar span { color: #8a96a8; font-size: 9px; }.permission-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.permission-group { border: 1px solid #e4e9f0; border-radius: 9px; overflow: hidden; background: #fff; }.permission-group-head { padding: 10px 11px; display: flex; justify-content: space-between; background: #f8fafe; border-bottom: 1px solid #e8edf3; }.permission-group-head label { display: flex; align-items: center; gap: 7px; margin: 0; color: #37465b; font-size: 9.5px; font-weight: 700; text-transform: capitalize; }.permission-group-head input { accent-color: #2563eb; }.permission-group-head small { color: #8a96a8; font-size: 8px; }.permission-options { padding: 8px; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }.permission-options label { padding: 6px 4px; display: flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid #e8ecf2; border-radius: 6px; color: #8490a1; cursor: pointer; font-size: 7.5px; text-transform: capitalize; }.permission-options label.selected { color: #1d55b3; border-color: #b6ccf7; background: #edf4ff; font-weight: 700; }.permission-options input { position: absolute; opacity: 0; }.permission-options i { display: none; }.permission-options label.selected i { display: inline; }
@media(max-width:1199px){.role-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-options{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.role-cards{grid-template-columns:1fr}.permission-groups{grid-template-columns:1fr}.permission-options{grid-template-columns:repeat(4,1fr)}}
@media(max-width:479px){.permission-options{grid-template-columns:repeat(2,1fr)}}

/* Readability and navigation scale */
:root { --sidebar-width: 276px; } body { font-size: 15px; }.brand { height: 84px; padding: 18px 20px; }.brand-mark { width: 45px; height: 45px; }.brand-name { font-size: 18px; }.brand-tagline { font-size: 10.5px; }.side-link { min-height: 46px; padding: 0 14px; font-size: 14px; }.side-link i { font-size: 17px; }.nav-section-label { margin-top: 20px; font-size: 10.5px; }.topbar { height: 72px; }.global-search input { height: 42px; font-size: 13px; }.page-content { padding: 30px; }.page-title { font-size: 29px; }.page-subtitle { font-size: 14px; }.eyebrow { font-size: 11.5px; }.panel-title { font-size: 15.5px; }.panel-subtitle { font-size: 11px; }.btn { font-size: 13.5px; }.form-control,.form-select { min-height: 42px; font-size: 13.5px; }.form-label { font-size: 12.5px; }.form-hint { font-size: 10.5px; }.hms-table { font-size: 12.5px; }.hms-table thead th { font-size: 10.5px; }.cell-secondary { font-size: 10.5px; }.status-badge { font-size: 10.5px; }.tabs-clean .nav-link,.chart-tab { font-size: 11.5px; }.info-label { font-size: 10.5px; }.info-value { font-size: 12.5px; }.profile-line { font-size: 11.5px; }
.ward-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.ward-card { height: auto; padding: 17px; }.ward-card-head { display: flex; align-items: center; gap: 11px; }.ward-card-head h2 { margin: 0; font-size: 15px; }.ward-card-head span { color: #8190a4; font-size: 10px; text-transform: capitalize; }.ward-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #2563eb; background: #eaf2ff; font-size: 18px; }.ward-capacity { margin: 16px 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #e6ebf2; border-radius: 9px; }.ward-capacity>div { padding: 11px; text-align: center; }.ward-capacity>div+div { border-left: 1px solid #e6ebf2; }.ward-capacity strong,.ward-capacity span { display: block; }.ward-capacity strong { font-size: 18px; }.ward-capacity span { color: #8793a5; font-size: 9px; }.room-pills { display: flex; flex-wrap: wrap; gap: 6px; }.room-pills>span { padding: 6px 8px; border-radius: 7px; color: #56677f; background: #f2f5f9; font-size: 9px; }.room-pills i { margin-right: 4px; color: #2563eb; }.room-pills b { margin-left: 5px; color: #7e8998; font-weight: 500; }.room-pills em { color: #96a1af; font-size: 10px; }.bed-card { cursor: default; }.bed-actions { margin-top: 11px; padding-top: 10px; display: flex; justify-content: flex-end; gap: 6px; border-top: 1px solid #eef1f5; }.bed-available { border-top: 3px solid #14a673; }.bed-occupied { border-top: 3px solid #ef5b67; }.bed-maintenance,.bed-cleaning { border-top: 3px solid #f2a332; }.bed-reserved { border-top: 3px solid #4a83e8; }
.lab-catalog-grid { padding: 15px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.lab-test-card { padding: 15px; border: 1px solid #e3e9f0; border-radius: 11px; background: #fff; }.lab-test-head { display: flex; justify-content: space-between; align-items: center; }.lab-test-head>span { padding: 4px 7px; border-radius: 6px; color: #1e5cb6; background: #eaf3ff; font-size: 10px; font-weight: 800; }.lab-test-card h2 { margin: 13px 0 3px; font-size: 14px; }.lab-test-card>p { color: #7b889c; font-size: 10px; }.lab-test-details { margin-top: 13px; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }.lab-test-details>div { padding: 9px; border-radius: 8px; background: #f7f9fc; }.lab-test-details i { margin-right: 5px; color: #2563eb; }.lab-test-details span,.lab-test-details strong { display: block; }.lab-test-details span { margin-top: 4px; color: #8b97a9; font-size: 8.5px; }.lab-test-details strong { margin-top: 2px; overflow: hidden; color: #455268; font-size: 9.5px; text-overflow: ellipsis; white-space: nowrap; }
@media(max-width:1199px){.lab-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-content{padding:24px}}
@media(max-width:991.98px){.page-content{padding:21px}.topbar{height:68px}}
@media(max-width:767px){body{font-size:14px}.page-content{padding:16px}.page-title{font-size:25px}.page-subtitle{font-size:13px}.ward-grid,.lab-catalog-grid{grid-template-columns:1fr}.hms-table{font-size:12px}.side-link{font-size:14px}.form-control,.form-select{font-size:16px}}

/* DHAMAC teal and orange visual system */
:root { --hms-navy:#074e59; --hms-navy-2:#0b6170; --hms-blue:#0d6b78; --hms-blue-light:#e8f5f6; --hms-success:#16866f; --dhamac-teal:#126b78; --dhamac-teal-dark:#074c58; --dhamac-orange:#ff9800; --dhamac-orange-dark:#e88300; --dhamac-ink:#15343a; }.sidebar { background:linear-gradient(180deg,#07535f 0%,#043842 100%); }.side-link.active { background:linear-gradient(100deg,#0c7280,#0a5e6b); box-shadow:inset 3px 0 0 var(--dhamac-orange),0 7px 18px rgba(0,35,41,.22); }.brand-mark { background:linear-gradient(135deg,#ffad25,#f18700); box-shadow:0 8px 20px rgba(255,152,0,.25); }.btn-primary { border-color:var(--dhamac-teal); background:var(--dhamac-teal); }.btn-primary:hover { border-color:var(--dhamac-teal-dark); background:var(--dhamac-teal-dark); }.eyebrow,.profile-line i,.action-btn:hover { color:var(--dhamac-teal); }.form-control:focus,.form-select:focus { border-color:#62aeb7; box-shadow:0 0 0 3px rgba(18,107,120,.1); }.page-item.active .page-link { border-color:var(--dhamac-teal); background:var(--dhamac-teal); }

html { scroll-behavior:smooth; }.public-shell { min-height:100vh; color:var(--dhamac-ink); background:#fff; font-family:Inter,'Segoe UI',system-ui,sans-serif; }.public-container { width:min(1180px,calc(100% - 40px)); margin:0 auto; }.public-topbar { color:#d9eef0; background:#064c57; font-size:11px; }.public-topbar .public-container { min-height:42px; display:flex; align-items:center; justify-content:space-between; gap:20px; }.public-top-items { display:flex; align-items:center; gap:22px; }.public-top-items a,.public-top-items>span { display:flex; align-items:center; gap:7px; color:inherit; }.public-top-items i { color:var(--dhamac-orange); }.public-top-items b { color:white; font-weight:650; }.public-top-items small { color:#a9ced2; }.public-header { position:sticky; top:0; z-index:1020; border-bottom:1px solid rgba(7,76,88,.09); background:rgba(255,255,255,.96); backdrop-filter:blur(14px); }.public-nav { min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:25px; }.public-logo { display:flex; align-items:center; gap:10px; color:var(--dhamac-teal); }.public-logo:hover { color:var(--dhamac-teal); }.public-logo>img { width:190px; max-height:62px; object-fit:contain; }.public-logo-symbol { width:46px; height:46px; position:relative; display:grid; place-items:center; border-radius:14px 14px 8px 14px; color:white; background:var(--dhamac-orange); transform:rotate(-12deg); font-size:23px; }.public-logo-symbol i { transform:rotate(-33deg); }.public-logo-symbol b { position:absolute; right:-5px; bottom:-8px; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--dhamac-teal); transform:rotate(12deg); font-size:16px; }.public-logo>span:last-child strong,.public-logo>span:last-child small { display:block; line-height:1; text-transform:uppercase; }.public-logo>span:last-child strong { font-size:24px; font-weight:850; letter-spacing:.04em; }.public-logo>span:last-child small { margin-top:5px; color:var(--dhamac-orange); font-size:8.5px; font-weight:800; letter-spacing:.24em; }.public-links { display:flex; align-items:center; gap:4px; }.public-links>a:not(.public-book-btn):not(.staff-link),.public-more>button { padding:11px 10px; border:0; border-radius:8px; color:#52676b; background:transparent; font-size:13px; font-weight:650; }.public-links>a.active,.public-links>a:hover,.public-more>button.active,.public-more>button:hover { color:var(--dhamac-teal); background:#eef7f7; }.public-more { position:relative; }.public-more>button i { margin-left:4px; font-size:9px; }.public-dropdown { width:220px; position:absolute; top:calc(100% + 12px); right:0; padding:8px; display:none; border:1px solid #e3ecee; border-radius:12px; background:white; box-shadow:0 18px 45px rgba(5,65,74,.14); }.public-dropdown.show { display:grid; animation:publicDrop .18s ease; }.public-dropdown a { padding:10px; display:flex; align-items:center; gap:9px; border-radius:8px; color:#50666b; font-size:12px; }.public-dropdown a:hover { color:var(--dhamac-teal); background:#edf7f8; }.public-dropdown i { width:20px; color:var(--dhamac-orange); }.public-book-btn,.public-primary { padding:12px 17px; display:inline-flex; align-items:center; justify-content:center; gap:8px; border:1px solid var(--dhamac-orange); border-radius:9px; color:white; background:var(--dhamac-orange); box-shadow:0 9px 22px rgba(255,152,0,.18); font-size:12.5px; font-weight:750; transition:.18s; }.public-book-btn:hover,.public-primary:hover { color:white; border-color:var(--dhamac-orange-dark); background:var(--dhamac-orange-dark); transform:translateY(-1px); }.staff-link { width:39px; height:39px; display:grid; place-items:center; border:1px solid #dbe7e9; border-radius:9px; color:var(--dhamac-teal); }.staff-link span { display:none; }.public-menu-toggle { display:none; border:0; color:var(--dhamac-teal); background:transparent; font-size:25px; }
@keyframes publicDrop { from { opacity:0; transform:translateY(-5px); } }.public-hero { position:relative; overflow:hidden; background:linear-gradient(125deg,#f5fbfb 0%,#fff 52%,#fff8ed 100%); }.public-hero::before { content:''; position:absolute; inset:auto -130px -220px auto; width:520px; height:520px; border:75px solid rgba(255,152,0,.05); border-radius:50%; }.hero-grid { min-height:650px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:70px; }.public-kicker { margin-bottom:13px; display:flex; align-items:center; gap:8px; color:var(--dhamac-teal); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.public-kicker>span { width:24px; height:3px; border-radius:4px; background:var(--dhamac-orange); }.hero-copy h1 { max-width:680px; margin:0; color:#123c43; font-size:57px; line-height:1.08; letter-spacing:-2.2px; }.hero-copy h1 em { color:var(--dhamac-teal); font-style:normal; }.hero-copy>p { max-width:620px; margin:22px 0 28px; color:#60777c; font-size:17px; line-height:1.75; }.hero-actions { display:flex; align-items:center; gap:12px; }.public-secondary { padding:11px 14px; display:inline-flex; align-items:center; gap:7px; border:1px solid #dce9eb; border-radius:9px; color:var(--dhamac-teal); background:white; font-size:12.5px; font-weight:700; }.public-secondary:hover { color:#064c57; border-color:#9fc7cc; }.hero-trust { margin-top:28px; display:flex; flex-wrap:wrap; gap:17px; color:#60777d; font-size:10.5px; }.hero-trust i { margin-right:5px; color:var(--dhamac-orange); }.hero-visual { height:460px; position:relative; display:grid; place-items:center; }.hero-medical-mark { width:290px; height:340px; position:relative; z-index:2; display:flex; align-items:center; justify-content:center; flex-direction:column; border-radius:145px 145px 42px 42px; color:white; background:linear-gradient(155deg,#147786,#07515d); box-shadow:0 30px 65px rgba(7,76,88,.23); text-align:center; }.hero-medical-mark::after { content:'+'; position:absolute; right:25px; top:20px; color:var(--dhamac-orange); font-size:62px; font-weight:300; }.hero-medical-mark>i { margin-bottom:28px; color:var(--dhamac-orange); font-size:76px; }.hero-medical-mark strong { font-size:19px; }.hero-medical-mark span { margin-top:7px; color:#b9dde1; font-size:11px; }.hero-orbit { position:absolute; border:1px solid rgba(18,107,120,.15); border-radius:50%; }.orbit-one { width:400px; height:400px; }.orbit-two { width:470px; height:470px; border-style:dashed; }.hero-float { position:absolute; z-index:3; padding:13px 15px; display:flex; align-items:center; gap:10px; border:1px solid #e5edef; border-radius:11px; background:white; box-shadow:0 16px 35px rgba(14,73,81,.13); }.hero-float>i { width:35px; height:35px; display:grid; place-items:center; border-radius:9px; color:white; background:var(--dhamac-orange); }.hero-float small,.hero-float b { display:block; }.hero-float small { color:#87979b; font-size:8.5px; }.hero-float b { margin-top:2px; color:#24474d; font-size:10.5px; }.float-one { left:-15px; bottom:76px; }.float-two { right:-8px; top:74px; }.float-two>i { background:var(--dhamac-teal); }.public-stats { color:white; background:var(--dhamac-teal); }.public-stats .public-container { display:grid; grid-template-columns:repeat(4,1fr); }.public-stats .public-container>div { padding:23px 30px; text-align:center; }.public-stats .public-container>div+div { border-left:1px solid rgba(255,255,255,.16); }.public-stats strong,.public-stats span { display:block; }.public-stats strong { color:#ffb33e; font-size:27px; }.public-stats span { margin-top:3px; color:#c9e2e5; font-size:10.5px; }
.public-section { padding:90px 0; }.public-soft { background:#f3f8f8; }.section-heading { margin-bottom:35px; display:flex; align-items:end; justify-content:space-between; gap:25px; }.section-heading.centered { max-width:690px; margin:0 auto 38px; display:block; text-align:center; }.section-heading.centered .public-kicker { justify-content:center; }.section-heading h2,.about-copy h2,.about-intro h2,.booking-copy h2,.hours-layout h2 { margin:0; color:#173f46; font-size:36px; line-height:1.2; letter-spacing:-.8px; }.section-heading p { max-width:650px; margin:12px auto 0; color:#71858a; font-size:14px; line-height:1.7; }.public-service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.public-service-card { padding:25px; border:1px solid #e1eaec; border-radius:14px; background:white; transition:.2s; }.public-service-card:hover { transform:translateY(-4px); border-color:#a8ccd1; box-shadow:0 17px 38px rgba(7,76,88,.08); }.public-service-card>div { width:48px; height:48px; display:grid; place-items:center; border-radius:13px; color:var(--dhamac-teal); background:#eaf5f6; font-size:22px; }.public-service-card:nth-child(3n+2)>div { color:#d97800; background:#fff3df; }.public-service-card h3 { margin:19px 0 8px; font-size:16px; }.public-service-card p { min-height:62px; margin:0; color:#74868a; font-size:12px; line-height:1.65; }.public-service-card>a { margin-top:15px; display:inline-flex; align-items:center; gap:6px; color:var(--dhamac-teal); font-size:10.5px; font-weight:750; }.section-action { margin-top:27px; text-align:center; }.about-split { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:85px; }.about-visual { min-height:450px; position:relative; display:grid; place-items:center; }.about-panel { width:360px; height:410px; display:flex; align-items:center; justify-content:center; flex-direction:column; border-radius:160px 35px 130px 35px; color:white; background:linear-gradient(145deg,#0f7280,#064c57); box-shadow:0 28px 55px rgba(7,76,88,.2); }.about-panel i { color:var(--dhamac-orange); font-size:74px; }.about-panel strong { margin-top:25px; font-size:26px; line-height:1.2; text-align:center; }.about-badge { position:absolute; right:10px; bottom:25px; padding:17px 20px; border-radius:12px; color:white; background:var(--dhamac-orange); box-shadow:0 15px 30px rgba(232,131,0,.22); }.about-badge b,.about-badge span { display:block; }.about-badge b { font-size:20px; }.about-badge span { font-size:9px; letter-spacing:.13em; text-transform:uppercase; }.about-copy>p,.about-intro p,.booking-copy>p,.hours-layout>div:first-child>p { margin:17px 0 23px; color:#697e83; font-size:14px; line-height:1.8; }.feature-list { margin-bottom:27px; display:grid; gap:15px; }.feature-list>div { display:flex; gap:12px; }.feature-list>div>i { width:39px; height:39px; display:grid; place-items:center; flex:0 0 auto; border-radius:10px; color:#d97800; background:#fff0d8; }.feature-list strong,.feature-list small { display:block; }.feature-list strong { font-size:12.5px; }.feature-list small { margin-top:3px; color:#7d8f93; font-size:10.5px; line-height:1.5; }.doctor-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.doctor-card { padding:22px; position:relative; border:1px solid #e1eaec; border-radius:14px; background:#fff; text-align:center; }.doctor-avatar { width:82px; height:82px; margin:0 auto 14px; display:grid; place-items:center; border-radius:26px; color:white; background:linear-gradient(145deg,#178090,#07525f); font-size:23px; font-weight:800; }.doctor-status { position:absolute; top:17px; right:17px; color:#78888c; font-size:8px; text-transform:capitalize; }.doctor-status i { margin-right:4px; color:#16a373; font-size:6px; }.doctor-status.busy i { color:#f1a11b; }.doctor-status.off-duty i { color:#a3aab3; }.doctor-card h3 { margin:0; font-size:14px; }.doctor-card>p { margin:5px 0; color:var(--dhamac-teal); font-size:10.5px; font-weight:650; }.doctor-card>span { color:#89989c; font-size:9px; }.doctor-card>a { margin-top:15px; padding:9px; display:block; border-radius:8px; color:var(--dhamac-teal); background:#edf7f8; font-size:10px; font-weight:700; }.doctor-fee { margin-top:12px; color:#829095; font-size:9px; }.doctor-fee b { color:#345057; }.public-cta { padding:55px 0; color:white; background:linear-gradient(110deg,#07515d,#0f7380); }.public-cta .public-container { display:flex; align-items:center; justify-content:space-between; gap:35px; }.public-cta span { color:#ffb446; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }.public-cta h2 { margin:8px 0 6px; font-size:30px; }.public-cta p { margin:0; color:#b9d9dc; font-size:12px; }.public-primary.light { flex:0 0 auto; color:#8a4d00; background:white; border-color:white; }
.public-page-hero { padding:65px 0 58px; color:white; background:linear-gradient(125deg,#07505c,#0f7180); }.public-page-hero .public-kicker { color:#ffb13a; }.public-page-hero h1 { margin:0; font-size:43px; letter-spacing:-1px; }.public-page-hero p { max-width:680px; margin:13px 0 20px; color:#c7e0e3; font-size:14px; line-height:1.65; }.public-page-hero nav { display:flex; align-items:center; gap:7px; color:#b4d5d8; font-size:9.5px; }.public-page-hero nav a { color:#ffb13a; }.public-page-hero nav i { font-size:7px; }.services-full { grid-template-columns:repeat(3,1fr); }.care-path { margin-top:75px; padding:40px; border-radius:18px; background:#f1f7f7; }.care-path>.section-heading { margin-bottom:25px; }.care-path>div:last-child { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }.care-path article { padding:18px; border-radius:11px; background:white; }.care-path b { color:var(--dhamac-orange); font-size:12px; }.care-path h3 { margin:12px 0 6px; font-size:13px; }.care-path p { margin:0; color:#7c8d91; font-size:10px; line-height:1.6; }.doctors-full { grid-template-columns:repeat(3,1fr); }.public-note { max-width:800px; margin:30px auto 0; padding:17px; display:flex; align-items:flex-start; gap:12px; border:1px solid #dce9eb; border-radius:11px; color:#557075; background:#f6fbfb; }.public-note>i { color:var(--dhamac-orange); font-size:20px; }.public-note strong { font-size:12px; }.public-note p { margin:3px 0 0; font-size:10.5px; line-height:1.6; }.about-intro { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }.about-intro p { margin-top:0; }.values-grid { margin-top:55px; display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }.values-grid article { padding:24px; border:1px solid #e0eaec; border-radius:13px; }.values-grid i { color:var(--dhamac-orange); font-size:24px; }.values-grid h3 { margin:15px 0 7px; font-size:14px; }.values-grid p { margin:0; color:#7a8c90; font-size:10.5px; line-height:1.6; }.mission-grid { margin-top:18px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }.mission-grid article { padding:30px; border-radius:14px; color:white; background:var(--dhamac-teal); }.mission-grid article:last-child { background:#e98a00; }.mission-grid span { font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }.mission-grid h3 { margin:11px 0 0; font-size:18px; line-height:1.5; }.contact-layout,.booking-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }.contact-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.contact-cards>a,.contact-cards>div { padding:14px; display:flex; align-items:center; gap:10px; border:1px solid #e2eaec; border-radius:10px; color:#38545a; background:white; }.contact-cards>*>i { width:36px; height:36px; display:grid; place-items:center; flex:0 0 auto; border-radius:9px; color:#c96f00; background:#fff1dc; }.contact-cards small,.contact-cards strong { display:block; }.contact-cards small { color:#8b999d; font-size:8.5px; }.contact-cards strong { margin-top:2px; font-size:10.5px; }.map-placeholder { height:210px; margin-top:14px; display:flex; align-items:center; justify-content:center; flex-direction:column; border-radius:13px; color:white; background:radial-gradient(circle at 30% 20%,rgba(255,152,0,.3),transparent 28%),linear-gradient(145deg,#0a6370,#063f49); }.map-placeholder>i { color:var(--dhamac-orange); font-size:28px; }.map-placeholder strong { margin-top:8px; font-size:14px; }.map-placeholder span { color:#bcdcdf; font-size:10px; }.map-placeholder a { margin-top:15px; color:#ffb03b; font-size:10px; }.public-form { padding:30px; border:1px solid #e0e9eb; border-radius:16px; background:white; box-shadow:0 18px 45px rgba(6,76,87,.08); }.public-form h2 { margin:0; font-size:22px; }.public-form>p { margin:7px 0 22px; color:#7a8a8e; font-size:11px; }.public-form label { margin-bottom:14px; display:block; }.public-form label>span { margin-bottom:6px; display:block; color:#455f65; font-size:10.5px; font-weight:700; }.public-form input,.public-form select,.public-form textarea { width:100%; min-height:43px; padding:10px 12px; border:1px solid #dbe6e8; border-radius:8px; color:#29464c; background:#fff; font-size:12px; outline:none; }.public-form textarea { resize:vertical; }.public-form input:focus,.public-form select:focus,.public-form textarea:focus { border-color:#70b0b8; box-shadow:0 0 0 3px rgba(18,107,120,.08); }.form-row { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.public-form-error { margin-bottom:13px; padding:9px 11px; border-radius:7px; color:#a72f3c; background:#fff0f2; font-size:10px; }.booking-copy { position:sticky; top:115px; }.booking-points { margin:25px 0; display:grid; gap:13px; }.booking-points>div { display:flex; align-items:center; gap:12px; }.booking-points b { width:34px; height:34px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; color:white; background:var(--dhamac-orange); font-size:10px; }.booking-points strong,.booking-points small { display:block; }.booking-points strong { font-size:11.5px; }.booking-points small { margin-top:2px; color:#839297; font-size:9.5px; }.booking-help { padding:14px; display:flex; align-items:center; gap:10px; border-radius:10px; color:white; background:var(--dhamac-teal); }.booking-help>i { font-size:21px; }.booking-help small,.booking-help a { display:block; }.booking-help small { color:#b7d9dc; font-size:8.5px; }.booking-help a { color:white; font-size:13px; font-weight:750; }.consent { display:flex!important; align-items:flex-start; gap:8px; }.consent input { width:16px!important; min-height:16px!important; margin-top:2px; accent-color:var(--dhamac-teal); }.consent span { color:#788b90!important; font-size:9.5px!important; font-weight:400!important; line-height:1.5; }.hours-layout { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:70px; }.hours-card { padding:12px 24px; border:1px solid #e0eaec; border-radius:15px; box-shadow:0 15px 38px rgba(7,76,88,.07); }.hours-card>div { padding:15px 4px; display:grid; grid-template-columns:1fr 1.4fr auto; align-items:center; gap:12px; border-bottom:1px solid #edf1f2; }.hours-card>div:last-child { border:0; }.hours-card span { font-size:12px; font-weight:700; }.hours-card strong { color:#63777c; font-size:11px; font-weight:500; }.hours-card b { padding:4px 7px; border-radius:6px; color:#08775c; background:#e6f7f1; font-size:8px; }.mt-public { margin-top:35px; }.legal-layout { display:grid; grid-template-columns:220px 1fr; gap:55px; align-items:start; }.legal-layout>aside { padding:18px; position:sticky; top:115px; display:grid; gap:9px; border:1px solid #e1eaec; border-radius:11px; }.legal-layout>aside strong { margin-bottom:5px; font-size:11px; }.legal-layout>aside a { color:#6f8388; font-size:10px; }.legal-layout>aside span { margin-top:8px; padding-top:10px; border-top:1px solid #e8edef; color:#96a2a5; font-size:8.5px; }.legal-copy section { margin-bottom:36px; scroll-margin-top:120px; }.legal-copy h2 { margin:0 0 12px; font-size:20px; }.legal-copy p { margin:0; color:#667b80; font-size:13px; line-height:1.9; }
.public-footer { padding:60px 0 20px; color:#b9d5d8; background:#053f49; }.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .9fr 1.1fr; gap:50px; }.footer-logo { color:white; }.footer-logo>span:last-child strong { color:white; }.footer-grid>div:first-child>p { max-width:300px; margin:20px 0; color:#9ec4c8; font-size:11px; line-height:1.7; }.footer-grid h3 { margin:0 0 17px; color:white; font-size:12px; }.footer-grid>div>a,.footer-grid>div>span { margin:9px 0; display:flex; align-items:center; gap:7px; color:#a9cccf; font-size:10.5px; }.footer-grid>div>a:hover { color:#ffad30; }.footer-grid>div i { color:#ff9c0a; }.footer-social { display:flex; gap:7px; }.footer-social a { width:34px; height:34px; display:grid; place-items:center; border-radius:8px; color:white; background:rgba(255,255,255,.08); }.footer-bottom { margin-top:42px; padding-top:18px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.1); color:#84aeb2; font-size:9px; }
@media(max-width:1050px){.public-links>a:not(.public-book-btn):not(.staff-link),.public-more>button{padding:10px 7px;font-size:12px}.public-book-btn{padding:11px 12px}.hero-grid{gap:35px}.hero-copy h1{font-size:48px}.doctor-grid{grid-template-columns:repeat(2,1fr)}.public-service-grid{grid-template-columns:repeat(2,1fr)}.lab-catalog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.public-top-items:first-child{display:none}.public-topbar .public-container{justify-content:center}.public-menu-toggle{display:block}.public-nav{min-height:72px}.public-links{position:absolute;top:72px;left:0;right:0;padding:14px 20px 20px;display:none;align-items:stretch;flex-direction:column;border-top:1px solid #e5edef;background:white;box-shadow:0 20px 35px rgba(5,65,74,.12)}.public-links.open{display:flex}.public-links>a:not(.public-book-btn):not(.staff-link),.public-more>button{width:100%;padding:11px;text-align:left}.public-more>button{display:flex;justify-content:space-between}.public-dropdown{position:static;width:100%;margin-top:4px;box-shadow:none}.staff-link{width:100%;display:flex;gap:7px}.staff-link span{display:inline}.hero-grid{min-height:auto;padding:70px 0;grid-template-columns:1fr}.hero-copy{text-align:center}.public-kicker,.hero-actions,.hero-trust{justify-content:center}.hero-copy h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-visual{height:410px}.public-stats .public-container{grid-template-columns:repeat(2,1fr)}.public-stats .public-container>div:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.15)}.public-stats .public-container>div:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}.about-split,.about-intro,.contact-layout,.booking-layout,.hours-layout{grid-template-columns:1fr}.booking-copy{position:static}.values-grid{grid-template-columns:repeat(2,1fr)}.care-path>div:last-child{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.legal-layout{grid-template-columns:1fr}.legal-layout>aside{position:static;display:none}}
@media(max-width:600px){.public-container{width:min(100% - 28px,1180px)}.public-top-items{gap:12px}.public-top-items small{display:none}.public-top-items span{font-size:9px}.public-logo-symbol{width:40px;height:40px}.public-logo>span:last-child strong{font-size:20px}.public-logo>span:last-child small{font-size:7.5px}.hero-grid{padding:55px 0}.hero-copy h1{font-size:39px;letter-spacing:-1.4px}.hero-copy>p{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-trust{gap:10px}.hero-visual{height:350px}.hero-medical-mark{width:230px;height:280px}.hero-medical-mark>i{font-size:58px}.orbit-one{width:310px;height:310px}.orbit-two{width:345px;height:345px}.hero-float{padding:10px}.float-one{left:0}.float-two{right:0;top:35px}.public-section{padding:65px 0}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2,.about-copy h2,.about-intro h2,.booking-copy h2,.hours-layout h2{font-size:29px}.public-service-grid,.doctor-grid,.doctors-full,.services-full,.values-grid,.mission-grid{grid-template-columns:1fr}.public-service-card p{min-height:auto}.about-split{gap:45px}.about-panel{width:280px;height:330px}.about-badge{right:0}.care-path{padding:22px}.care-path>div:last-child{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.public-form{padding:21px}.hours-card{padding:8px 14px}.hours-card>div{grid-template-columns:1fr auto}.hours-card strong{grid-column:1/3}.public-cta .public-container{align-items:flex-start;flex-direction:column}.public-page-hero h1{font-size:34px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}}
