.brand-logo{object-fit:contain;border-radius:8px;flex-shrink:0;display:block}.brand-name{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;font-family:inherit;display:inline}.brand-name__lead{color:var(--color-brand-green)}.brand-name__trail{color:var(--color-brand-gold)}.brand-name--on-dark .brand-name__lead{color:#fff}.brand-name--on-dark .brand-name__trail{color:var(--color-brand-gold)}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex;overflow:hidden}.avatar--image{color:#0000;background:#e2e8f0;padding:0}.avatar__img{object-fit:cover;width:100%;height:100%;display:block}.avatar--blue{color:#1d4ed8;background:#dbeafe}.avatar--teal{color:#0f766e;background:#ccfbf1}.avatar--purple{color:#6d28d9;background:#ede9fe}.avatar--green{color:#15803d;background:#dcfce7}.avatar--amber{color:#b45309;background:#fef3c7}.avatar--rose{color:#be123c;background:#ffe4e6}.avatar--primary{background:var(--color-primary);color:#fff}.avatar--primary.avatar--image{background:#e2e8f0}.time-slot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;width:100%;display:grid}@media (width<=768px){.time-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=400px){.time-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.time-slot{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;background:#fff;justify-content:center;align-items:center;min-height:44px;padding:.5rem .35rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.time-slot:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.time-slot--selected{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.time-slot--disabled{color:#64748b;cursor:not-allowed;opacity:1;background:#e2e8f0;border-color:#cbd5e1}.time-slot--booked{flex-direction:column;gap:.15rem;line-height:1.15}.time-slot__time{display:block}.time-slot__badge{text-transform:uppercase;letter-spacing:.02em;color:#b91c1c;font-size:.65rem;font-weight:600;display:block}.time-slot--disabled:hover{color:#64748b;background:#e2e8f0;border-color:#cbd5e1}:root{--opd-notif-teal:#0f766e;--opd-notif-teal-dark:#0d5f59;--opd-notif-teal-soft:#e6f5f3;--opd-notif-teal-muted:#f0fafa;--opd-notif-border:#e8edf3;--opd-notif-text:#1f2937;--opd-notif-muted:#64748b}.opd-notif-bell{position:relative}.opd-notif-bell__btn{width:40px;height:40px;color:var(--opd-notif-teal-dark);cursor:pointer;background:#fff;border:1px solid #b8ddd8;border-radius:10px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;position:relative;box-shadow:0 2px 6px #0f172a0d}.opd-notif-bell__btn:hover{background:var(--opd-notif-teal-muted);border-color:var(--opd-notif-teal);color:var(--opd-notif-teal)}.opd-notif-bell__btn[aria-expanded=true]{background:var(--opd-notif-teal-soft);border-color:var(--opd-notif-teal);color:var(--opd-notif-teal-dark);box-shadow:0 0 0 3px #0f766e1f}.opd-notif-bell__badge{color:#fff;text-align:center;background:#dc2626;border:2px solid #fff;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:.625rem;font-weight:800;line-height:18px;position:absolute;top:-5px;right:-5px}.opd-notif-bell__panel{z-index:1100;border:1px solid var(--opd-notif-border);background:#fff;border-radius:14px;width:min(440px,100vw - 2rem);animation:.18s ease-out nurseNotifPanelIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 40px #0f172a24}@keyframes nurseNotifPanelIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.opd-notif-bell__panel-head{background:linear-gradient(180deg, #edf8f6 0%, var(--opd-notif-teal-soft) 100%);border-bottom:1px solid #c5e4df;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.opd-notif-bell__panel-title{color:var(--opd-notif-teal-dark);margin:0;font-size:.9375rem;font-weight:800}.opd-notif-bell__view-all{color:var(--opd-notif-teal);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:.75rem;font-weight:700;transition:background .15s,color .15s}.opd-notif-bell__view-all:hover{color:var(--opd-notif-teal-dark);background:#0f766e14;text-decoration:none}.opd-notif-bell__panel-body{background:#fafbfc;flex-direction:column;gap:8px;max-height:min(480px,72vh);padding:12px;display:flex;overflow-y:auto}.opd-notif-bell__empty{text-align:center;color:var(--opd-notif-muted);margin:0;padding:32px 16px;font-size:.875rem}.opd-notif-bell__panel-body .opd-notif{border-radius:10px;padding:12px 14px}.opd-notif{border:1px solid var(--opd-notif-border);text-align:left;cursor:pointer;width:100%;color:inherit;background:#fff;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.opd-notif:hover{background:var(--opd-notif-teal-muted);border-color:#a8d5cf;box-shadow:0 2px 8px #0f766e0f}.opd-notif--read{opacity:.82}.opd-notif--read:hover{opacity:1}.opd-notif__icon{border-radius:8px;flex-shrink:0;place-items:center;width:32px;min-width:32px;height:32px;display:grid}.opd-notif-icon--red{color:#dc2626;background:#fef2f2}.opd-notif-icon--teal{color:#0f766e;background:#e6f5f3}.opd-notif-icon--blue{color:#2563eb;background:#eff6ff}.opd-notif-icon--muted{color:var(--opd-notif-muted);background:#f1f5f9}.opd-notif__body{flex:1;min-width:0}.opd-notif__title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.opd-notif__title{color:var(--opd-notif-text);font-weight:700;line-height:1.3}.opd-notif__dot{background:var(--opd-notif-teal);border-radius:50%;flex-shrink:0;width:8px;height:8px}.opd-notif__message{color:var(--opd-notif-muted);white-space:pre-wrap;margin-top:4px;font-size:.75rem;line-height:1.4}.opd-notif__meta{color:var(--opd-notif-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:6px;font-size:.6875rem;display:flex}.opd-notif-chip{letter-spacing:.04em;text-transform:uppercase;color:#667085;background:#f2f4f7;border-radius:.3rem;align-items:center;padding:.12rem .4rem;font-size:.65rem;font-weight:700;display:inline-flex}.opd-notif-priority--critical .opd-notif-chip,.opd-notif-chip.opd-notif-priority--critical{color:#b42318;background:#fee4e2}.opd-notif-priority--high .opd-notif-chip,.opd-notif-chip.opd-notif-priority--high{color:#b54708;background:#fef0c7}.opd-notif-priority--normal .opd-notif-chip,.opd-notif-chip.opd-notif-priority--normal{color:#667085;background:#f2f4f7}@media (width<=767px){.opd-notif-bell__panel{width:auto;position:fixed;top:3.5rem;left:12px;right:12px}}.user-profile-menu{position:relative}.user-profile-menu__trigger{border-radius:var(--radius-md);cursor:pointer;color:var(--color-text);background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem .5rem;font-family:inherit;transition:background .15s;display:flex}.user-profile-menu__trigger:hover{background:var(--color-bg)}.user-profile-menu__trigger--compact{padding:.15rem}.user-profile-menu__name{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;font-size:.875rem;font-weight:600;overflow:hidden}.user-profile-menu__chev{color:var(--color-text-muted);transition:transform .15s}.user-profile-menu__chev--open{transform:rotate(180deg)}.user-profile-menu__dropdown{z-index:60;background:linear-gradient(#f0fdfaf2 0%,#fff 42%),#fff;border:1px solid #0f766e2e;border-radius:14px;min-width:17rem;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:inset 0 0 0 1px #fff9,0 12px 32px #0f172a24,0 2px 8px #0f766e14}.user-profile-menu__info{border-bottom:1px solid #0f766e1a;padding:1rem 1rem .9rem;position:relative}.user-profile-menu__info:before{content:"";background:linear-gradient(90deg,#14b8a6 0%,#0f766e 55%,#0d9488 100%);height:3px;position:absolute;inset:0 0 auto}.user-profile-menu__info-top{align-items:center;gap:.75rem;min-width:0;display:flex}.user-profile-menu__info-avatar{flex-shrink:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #0f766e47}.user-profile-menu__info-text{flex:auto;min-width:0}.user-profile-menu__info-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;overflow:hidden}.user-profile-menu__info-email{color:#64748b;word-break:break-all;margin:.2rem 0 0;font-size:.75rem;line-height:1.35}.user-profile-menu__info-role{text-transform:uppercase;letter-spacing:.05em;color:#0f766e;background:linear-gradient(#ecfdf5 0%,#d1fae5 100%);border:1px solid #0f766e38;border-radius:999px;align-items:center;margin:.7rem 0 0;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;display:inline-flex}.user-profile-menu__footer{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:.45rem}.user-profile-menu__logout{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.5rem;width:100%;padding:.65rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.user-profile-menu__logout:hover{background:#fef2f2;border-color:#fecaca}.layout{background:var(--color-bg);min-height:100vh}.layout-mobile-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:40;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.75rem 1rem;display:grid;position:sticky;top:0}.layout-mobile-bar__brand{min-width:0;max-width:7.5rem}.layout-mobile-bar__brand-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.layout-mobile-bar__title{font-size:var(--text-body);font-weight:var(--font-weight-semibold);line-height:var(--text-body-leading);color:var(--color-text);text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.layout-mobile-bar__actions{justify-content:flex-end;align-items:center;gap:.25rem;display:inline-flex}@media (width>=768px){.layout-mobile-bar{display:none}}.layout-brand{font-weight:var(--font-weight-bold);font-size:var(--text-card-title);color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.layout-brand:hover{text-decoration:none}.layout-brand__icon{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.875rem;font-weight:900;line-height:1;display:flex}.layout-sidebar .layout-brand__icon{background:var(--color-sidebar-accent);color:#fff}.layout-brand__icon--lg{width:2rem;height:2rem;font-size:1rem}.layout-menu-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:inline-flex}.layout-overlay{z-index:40;background:#00000080;position:fixed;inset:0}@media (width>=768px){.layout-overlay{display:none}}.layout-sidebar{width:var(--sidebar-width);background:var(--color-sidebar);border-right:1px solid var(--color-sidebar-border);z-index:50;transition:transform var(--duration-fast) var(--ease-standard);box-shadow:none;font-family:var(--font-sidebar);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.layout-sidebar--open{transform:translate(0)}@media (width>=768px){.layout-sidebar{transform:translate(0)}}.layout-sidebar__head{border-bottom:1px solid var(--color-sidebar-border);height:var(--topbar-height);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.layout-sidebar__close{color:var(--color-sidebar-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}@media (width>=768px){.layout-sidebar__close{display:none}}.layout-nav{scrollbar-width:thin;scrollbar-color:#ffffff40 transparent;flex-direction:column;flex:1;gap:.125rem;padding:.75rem .625rem;display:flex;overflow-y:auto}.layout-nav::-webkit-scrollbar{width:6px}.layout-nav::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.layout-nav::-webkit-scrollbar-track{background:0 0}.layout-nav::-webkit-scrollbar-button{width:0;height:0;display:none}.layout-sidebar .layout-brand{font-size:1.1875rem;font-family:var(--font-sidebar);letter-spacing:-.02em;font-weight:800}.layout-nav__link{border-radius:var(--radius-md);font-family:var(--font-sidebar);font-size:.9375rem;font-weight:700;line-height:var(--text-body-leading);letter-spacing:.01em;color:var(--color-sidebar-text);transition:background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.625rem .75rem;text-decoration:none;display:flex}.layout-nav__link:hover{background:var(--color-sidebar-hover);color:#fff;text-decoration:none}.layout-nav__link:hover svg{color:var(--color-sidebar-accent-hover)}.layout-nav__link--active{background:var(--color-sidebar-active);color:var(--color-sidebar-text-active);border-left-color:var(--color-sidebar-accent);box-shadow:none;font-weight:800}.layout-nav__link--active svg{color:var(--color-sidebar-text-active)}.layout-nav__link:not(.layout-nav__link--active) svg{color:var(--color-sidebar-text-muted)}.layout-sidebar__user{border-top:1px solid var(--color-sidebar-border);flex-shrink:0;align-items:center;gap:.75rem;padding:1rem;display:flex}.layout-sidebar__user-meta{flex:1;min-width:0}.user-profile-menu--sidebar{width:100%}.user-profile-menu--sidebar .user-profile-menu__trigger{width:100%;color:var(--color-sidebar-text);justify-content:flex-start;padding:.35rem}.user-profile-menu--sidebar .user-profile-menu__trigger:hover{background:var(--color-sidebar-hover)}.user-profile-menu--sidebar .user-profile-menu__chev{color:var(--color-sidebar-text-muted)}.user-profile-menu--sidebar .user-profile-menu__dropdown{inset:auto auto calc(100% + .5rem) 0}.layout-sidebar__user-name{font-size:var(--text-body);font-family:var(--font-sidebar);font-weight:700;line-height:var(--text-body-leading);color:var(--color-sidebar-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.layout-sidebar__user-role{font-size:var(--text-small);font-weight:var(--text-small-weight);line-height:var(--text-small-leading);color:var(--color-sidebar-text-muted)}.layout-main{background:var(--color-bg);flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}@media (width>=768px){.layout-main{margin-left:var(--sidebar-width)}}.layout-header{height:var(--topbar-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:30;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.5rem;display:none;position:sticky;top:0}@media (width>=768px){.layout-header{display:flex}}.layout-header__title{font-size:var(--text-page-title);font-weight:var(--text-page-title-weight);line-height:var(--text-page-title-leading);color:var(--color-text)}.layout-header__actions{align-items:center;gap:1.5rem;display:flex}.layout-header__date{border:1px solid var(--color-border);font-size:var(--text-body);font-weight:var(--font-weight-medium);line-height:var(--text-body-leading);color:var(--color-text-muted);background:#f7fafc;border-radius:999px;padding:.35rem .875rem}.layout-header__bell{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:relative}.layout-header__bell:hover{color:var(--color-text-label)}.layout-header__bell-dot{background:var(--color-danger);border:2px solid #fff;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:2px;right:2px}.layout-header__user{border-left:1px solid var(--color-border);color:var(--color-text);align-items:center;gap:.5rem;padding-left:1.5rem;font-size:.875rem;font-weight:500;display:flex}.layout-content{scrollbar-width:thin;scrollbar-color:#64748b66 transparent;flex:1;width:100%;min-width:0;padding:1rem;overflow:auto}.layout-content::-webkit-scrollbar{width:8px;height:8px}.layout-content::-webkit-scrollbar-thumb{background:#64748b59;border-radius:999px}.layout-content::-webkit-scrollbar-track{background:0 0}.layout-content::-webkit-scrollbar-button{width:0;height:0;display:none}@media (width<=480px){.layout-content{padding:.625rem}.layout-mobile-bar__brand-text{display:none}.layout-mobile-bar__brand{max-width:none}.layout-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.layout-header__user{display:none}}@media (width>=768px){.layout-content{padding:1.5rem}}@media (width<=767px){.layout .pp-table-wrap,.layout .pp-payment-detail__table-wrap,.layout .items-table-wrap{overflow:visible;max-height:none!important}.layout .data-table-shell:has(.data-table--stack) .data-table-shell__scroll{overflow:visible;max-height:none!important}.layout .table-wrap:has(.data-table--stack){overflow:visible;max-height:none!important}.layout .items-table-wrap__scroll:has(.data-table--stack){overflow:visible;max-height:none!important}.layout .data-table--stack{table-layout:auto!important;min-width:0!important}.layout .data-table--stack thead,.layout .data-table--stack colgroup{display:none}.layout .data-table--stack,.layout .data-table--stack tbody,.layout .data-table--stack tr{width:100%;display:block}.layout .data-table--stack tbody tr{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:.75rem;margin-bottom:.75rem;padding:.65rem .85rem;box-shadow:0 1px 2px #0f172a0a}.layout .data-table--stack tbody tr:last-child{margin-bottom:0}.layout .data-table--stack td{text-align:right;white-space:normal;border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(5.5rem,38%) minmax(0,1fr);align-items:center;column-gap:.75rem;padding:.4rem 0;width:100%!important;min-width:0!important;max-width:none!important;display:grid!important}.layout .data-table--stack td.col-optional,.layout .data-table--stack td.billing-table__cell-actions,.layout .data-table--stack td.billing-table__cell-print,.layout .data-table--stack td.actions-cell,.layout .data-table--stack td.col-patient,.layout .data-table--stack td.col-bill-id,.layout .data-table--stack td.col-date,.layout .data-table--stack td.col-mode,.layout .data-table--stack td.col-money,.layout .data-table--stack td.col-action{width:100%!important;min-width:0!important;max-width:none!important;display:grid!important}.layout .data-table--stack td.col-money,.layout .data-table--stack td .money-amount{white-space:nowrap;max-width:none!important}.layout .data-table--stack td:before{content:attr(data-label);text-align:left;letter-spacing:.03em;text-transform:uppercase;color:#64748b;grid-area:1/1;font-size:.68rem;font-weight:700}.layout .data-table--stack td>*{text-align:right;grid-column:2;justify-self:end;min-width:0}.layout .data-table--stack td:last-child{border-bottom:none;padding-bottom:.15rem}.layout .data-table--stack td[colspan]{text-align:left;border-bottom:none;padding:.5rem 0;display:block!important}.layout .data-table--stack td[colspan]:before{display:none}.layout .data-table--stack .appt-cell__meta-mobile,.layout .data-table--stack .patient-cell__phone,.layout .data-table--stack .patient-cell__gender{display:none!important}.layout .data-table--stack td .field,.layout .data-table--stack td .field__input,.layout .data-table--stack td input{justify-self:stretch;width:100%;min-width:0}.layout .data-table--stack td[data-label=Action],.layout .data-table--stack td[data-label=Actions],.layout .data-table--stack td[data-label=Print],.layout .data-table--stack td[data-label=Remove]{align-items:center}.layout .data-table--stack td[data-label=Action]>*,.layout .data-table--stack td[data-label=Actions]>*,.layout .data-table--stack td[data-label=Print]>*,.layout .data-table--stack td[data-label=Remove]>*{justify-self:end;width:auto;max-width:100%}.layout .data-table--stack td[data-label=Action] .btn,.layout .data-table--stack td[data-label=Actions] .btn,.layout .data-table--stack td[data-label=Print] .btn,.layout .data-table--stack td[data-label=Remove] .btn,.layout .data-table--stack td[data-label=Action] .profile-link-btn,.layout .data-table--stack td[data-label=Actions] .profile-link-btn{white-space:nowrap;justify-content:center;width:auto;min-width:5.5rem;max-width:100%}.layout .patients-page__toolbar{flex-direction:column;align-items:stretch}.layout .patients-page__toolbar .patients-page__register-link{margin-left:0}.layout .patients-page__date-filters{width:100%}.layout .search-bar,.layout .patients-page__search.search-bar--wide{flex:none;width:100%;min-width:0;max-width:none;height:auto}.layout .page-header{flex-direction:column;align-items:stretch}.layout .page-header__actions{width:100%}.layout .page-header__actions .btn,.layout .page-header__actions a,.layout .page-header__actions .profile-link-btn{flex:100%;justify-content:center;width:100%}.layout .page-toolbar.billing-list-toolbar{flex-wrap:wrap;flex-direction:column!important;align-items:stretch!important}.layout .billing-list-toolbar__search.search-bar,.layout .billing-list-toolbar__date-scope,.layout .billing-list-toolbar__date-input.field,.layout .billing-list-toolbar__status{flex:100%;width:100%;max-width:none}.layout .payment-history-table,.layout .billing-table,.layout .appointment-table,.layout .patients-table,.layout .dashboard-appointments-table{min-width:0!important}.layout .analytics-grid,.layout .payment-history__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.layout .pp-kpis,.layout .opd-profile-grid,.layout .detail-grid,.layout .pp-medical{grid-template-columns:1fr}.layout .pp-hero__identity{text-align:left;flex-direction:column;align-items:flex-start}.layout .pp-hero__actions,.layout .opd-profile-page__actions{width:100%;margin-left:0}.layout .pp-hero__actions .btn,.layout .pp-action-link .btn,.layout .opd-profile-page__actions .btn{flex:auto;justify-content:center}.layout .pp-vs-card__header{flex-wrap:wrap;row-gap:.35rem}.layout .pp-vs-card__dept{flex:100%}.layout .collect-payment__fields{grid-template-columns:1fr}.layout .patient-info-card{flex-wrap:wrap}.layout .patient-info-card__grid{flex-wrap:wrap;width:100%}.layout .billing-bills-modal__item{flex-wrap:wrap;justify-content:flex-start}.layout .modal__footer{flex-wrap:wrap}.layout .modal__footer .btn{flex:100%;justify-content:center}.layout .opd-quick-add-row{flex-direction:column;align-items:stretch}.layout .opd-quick-add-row__select{flex:none;width:100%;min-width:0;max-width:none}.layout .items-table-wrap{max-height:none;overflow:visible}.layout .items-table-wrap__scroll{flex:none;min-height:0;overflow:visible}.layout .pricing-table-wrap{max-height:none;overflow:visible}.layout .pricing-table thead{display:none}.layout .pricing-table,.layout .pricing-table tbody,.layout .pricing-table tr{width:100%;display:block}.layout .pricing-table td{text-align:right;border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(5.5rem,42%) minmax(0,1fr);column-gap:.75rem;width:100%;padding:.4rem 0;display:grid}.layout .pricing-table tbody tr{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:.75rem;margin-bottom:.75rem;padding:.65rem .85rem}.layout .pricing-table td:before{content:attr(data-label);text-align:left;letter-spacing:.03em;text-transform:uppercase;color:#64748b;grid-column:1;font-size:.68rem;font-weight:700}.layout .pricing-table td>*{grid-column:2;justify-self:end;min-width:0}.layout .pricing-table td:last-child{border-bottom:none}.layout .pricing-table td[colspan]:before{display:none}.layout .pricing-lab-filters,.layout .pricing-search{flex-direction:column;align-items:stretch;width:100%;max-width:none}.layout .pp-section__head{flex-direction:column;align-items:stretch}.layout .pp-section__head .btn,.layout .pp-section__head a{justify-content:center;width:100%}.layout .pp-toolbar{flex-wrap:wrap}.layout .opd-profile-page__toolbar{flex-direction:column;align-items:stretch}.layout .opd-profile-tabs,.layout .opd-notif-filters__row,.layout .opd-notif-select,.layout .opd-notif-mark-all{width:100%}.layout .register-appointment__controls{flex-direction:column;align-items:stretch}.layout .register-appointment .time-slot-grid,.layout .book-panel__body--slots .time-slot-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.layout .form-actions{flex-direction:column}.layout .form-actions .btn{width:100%;min-width:0}}.toast-container{z-index:2000;flex-direction:column;gap:.5rem;max-width:360px;display:flex;position:fixed;top:1rem;right:1rem}.toast{border-radius:var(--radius-md);border-left:3px solid #0000;padding:.75rem 1rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00000026}.toast--success{background:var(--color-success);color:#fff}.toast--error{background:var(--color-danger);color:#fff}.toast--info{background:var(--color-primary);color:#fff;border-left-color:#155a87}.toast--warning{background:var(--color-warning);color:#fff;border-left-color:#c2410c}.tabs{border-bottom:1px solid var(--color-border);-webkit-overflow-scrolling:touch;gap:.25rem;display:flex;overflow-x:auto}.tabs__item{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.tabs__item:hover{color:var(--color-text)}.tabs__item--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tabs__count{color:var(--color-text-muted);background:#f1f5f9;border-radius:999px;padding:.1rem .4rem;font-size:.65rem}.tabs__item--active .tabs__count{background:var(--color-primary-light);color:var(--color-primary)}.profile-photo-crop-overlay{z-index:1100;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.profile-photo-crop{border-radius:var(--radius-lg,12px);background:#fff;width:100%;max-width:420px;padding:1.35rem 1.35rem 1.25rem;box-shadow:0 20px 48px #0f172a2e}.profile-photo-crop__title{color:var(--color-text,#0f172a);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.profile-photo-crop__hint{color:var(--color-text-muted,#64748b);margin:0 0 1rem;font-size:.85rem;line-height:1.45}.profile-photo-crop__stage{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#0f172a;border-radius:50%;margin:0 auto 1rem;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f172a14,0 8px 24px #0f172a1f}.profile-photo-crop__stage:active{cursor:grabbing}.profile-photo-crop__image{pointer-events:none;will-change:transform;max-width:none;position:absolute;top:50%;left:50%}.profile-photo-crop__mask{pointer-events:none;border-radius:50%;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ffffff8c}.profile-photo-crop__zoom{color:var(--color-text-muted,#64748b);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;font-weight:650;display:flex}.profile-photo-crop__zoom input[type=range]{accent-color:var(--color-primary,#1a5c34);flex:1}.profile-photo-crop__error{color:var(--color-danger,#dc2626);margin:-.35rem 0 .85rem;font-size:.8125rem;font-weight:600}.profile-photo-crop__actions{justify-content:flex-end;gap:.65rem;display:flex}.profile-photo-crop__cancel,.profile-photo-crop__confirm{border-radius:var(--radius-md,8px);cursor:pointer;border:1px solid var(--color-border,#e2e8f0);min-height:2.35rem;padding:.5rem 1rem;font-size:.875rem;font-weight:650}.profile-photo-crop__cancel{color:var(--color-text,#1e293b);background:#fff}.profile-photo-crop__confirm{background:var(--color-primary,#1a5c34);color:#fff;border-color:var(--color-primary,#1a5c34)}.profile-photo-crop__confirm:hover:not(:disabled),.profile-photo-crop__cancel:hover:not(:disabled){opacity:.92}.profile-photo-crop__confirm:disabled,.profile-photo-crop__cancel:disabled{opacity:.65;cursor:not-allowed}@media (width<=480px){.profile-photo-crop{max-width:none}}.profile-phone{background:#fff;border:1px solid #d2dde4;border-radius:.4rem;align-items:stretch;min-width:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.profile-phone:hover{border-color:#b7c9d4}.profile-phone:focus-within{border-color:#1a5c34;box-shadow:0 0 0 3px #1a5c341f}.profile-phone .profile-phone__code,.profile-phone .profile-phone__custom,.profile-phone .profile-phone__number{border-radius:0;min-height:2.2rem;box-shadow:none!important;border:0!important}.profile-phone__code{cursor:pointer;background:#f8fafc;flex:0 0 7.25rem;max-width:7.25rem;padding-right:.35rem;font-size:.8125rem;border-right:1px solid #e2e8f0!important}.profile-phone--custom .profile-phone__code{flex-basis:6.1rem;max-width:6.1rem}.profile-phone__custom{letter-spacing:.02em;flex:0 0 4.4rem;max-width:4.4rem;padding-left:.45rem;padding-right:.35rem;font-size:.8125rem;font-weight:650;border-right:1px solid #e2e8f0!important}.profile-phone__number{flex:auto;min-width:0}
