:root{--bg: #fffaf5;--surface: #ffffff;--text: #1c1917;--muted: #78716c;--border: #e7e5e4;--primary: #EA580C;--primary-hover: #C2410C;--primary-soft: #FFF7ED;--accent: #FB923C;--danger: #b42318;--success: #067647;--radius: 14px;--shadow: 0 1px 3px rgba(28, 25, 23, .08);--shadow-lg: 0 8px 28px rgba(194, 65, 12, .12);--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--text);background:color-mix(in srgb,var(--bg) 92%,transparent);line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;isolation:isolate}.site-bg-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.25;pointer-events:none;z-index:0}.site-bg-scrim{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:transparent}.site-header,.site-main,.site-footer{position:relative;z-index:1}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-inner{max-width:960px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo{font-weight:700;font-size:1.15rem;color:var(--text);display:inline-flex;align-items:center;gap:.4rem;text-decoration:none}.logo-mark{display:inline-grid;place-items:center;width:1.6rem;height:1.6rem;border-radius:6px;background:var(--primary);color:#fff;font-weight:700}.nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.nav a{color:var(--muted);font-weight:500;padding:.35rem .5rem;border-radius:6px;text-decoration:none}.nav a:hover,.nav a.active{color:var(--primary);background:var(--primary-soft)}.lang-toggle{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:.35rem .6rem;cursor:pointer;font-weight:600;font-size:.85rem}.site-main{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:1.25rem 1rem 2.5rem}.site-footer{border-top:1px solid var(--border);padding:1rem;text-align:center;color:var(--muted);font-size:.85rem;background:var(--surface)}.page h1{margin:0 0 .35rem;font-size:1.6rem}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-title{font-size:1.15rem;margin:1.5rem 0 .75rem}.muted{color:var(--muted)}.small{font-size:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.1rem;margin-bottom:1rem}.filters .filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.filter-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:500}input,select,textarea{font:inherit;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid #FDBA74;border-color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font:inherit;font-weight:600;border-radius:8px;padding:.55rem 1rem;border:1px solid transparent;cursor:pointer;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);text-decoration:none}.btn-secondary{background:#fff;border-color:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){background:#f0f4f8;text-decoration:none}.doctor-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.doctor-card{display:block;color:inherit;text-decoration:none;margin:0;transition:border-color .15s}.doctor-card:hover{border-color:var(--primary);text-decoration:none}.doctor-card-top{display:flex;gap:.9rem;align-items:flex-start}.doctor-card h3{margin:0 0 .2rem;font-size:1.05rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.avatar{width:5rem;height:5rem;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-weight:700;font-size:1.25rem;flex-shrink:0;overflow:hidden;border:2px solid #FFEDD5}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-lg{width:5.5rem;height:5.5rem;font-size:1.75rem}.badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .45rem;border-radius:999px}.badge-boost{background:#fff6d6;color:#7a5c00;border:1px solid #e8d48b}.rating-line{display:flex;align-items:center;gap:.4rem;margin:.25rem 0;font-size:.9rem}.stars{color:#d0d5dd;letter-spacing:-.05em}.stars .star.on,.stars .star.half{color:var(--accent)}.stars-md{font-size:1.15rem}.status{padding:.85rem 1rem;border-radius:var(--radius);margin:.75rem 0}.status p{margin:0 0 .5rem}.status p:last-child{margin-bottom:0}.status-loading{background:#eef2f6;color:var(--muted)}.status-empty{background:#f8fafc;border:1px dashed var(--border);color:var(--muted)}.status-error{background:#fef3f2;border:1px solid #fecdca;color:var(--danger)}.status-success{background:#ecfdf3;border:1px solid #abefc6;color:var(--success)}.profile-header{display:flex;gap:1.25rem;align-items:flex-start;flex-wrap:wrap}.profile-header .btn{margin-top:.75rem}.profile-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 720px){.profile-grid{grid-template-columns:1fr 1.4fr}}.location-block{padding:.75rem 0;border-bottom:1px solid var(--border)}.location-block:last-child{border-bottom:none}.location-block h3{margin:0 0 .25rem;font-size:1rem}.location-block h4{margin:.75rem 0 .35rem;font-size:.9rem}.map-embed{margin-top:.5rem;border-radius:8px;overflow:hidden;border:1px solid var(--border);aspect-ratio:16 / 9;max-height:220px}.hours-list{margin:0;padding-left:1.1rem;font-size:.9rem}.review-list li{padding:.75rem 0;border-bottom:1px solid var(--border)}.review-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.stack-form{display:flex;flex-direction:column;gap:.75rem;max-width:420px}.stack-form.narrow{max-width:360px}.slot-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.slot-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;font:inherit;text-align:left}.slot-btn:hover{border-color:var(--primary)}.slot-btn.selected{border-color:var(--primary);background:var(--primary-soft);outline:2px solid #FDBA74}.success-card{max-width:480px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{text-align:left;padding:.55rem .4rem;border-bottom:1px solid var(--border);vertical-align:top}.data-table th{color:var(--muted);font-weight:600}@media (max-width: 480px){.profile-header{flex-direction:column}.page h1{font-size:1.35rem}}.profile-links{list-style:none;padding:0;margin:.75rem 0 1rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.profile-links a{font-weight:600;color:var(--primary);text-decoration:underline;text-underline-offset:2px}.profile-page{max-width:1120px}.back-link{margin:0 0 .75rem}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;align-items:start}.li-profile-card{padding:0;overflow:visible;margin-bottom:.85rem}.li-cover{height:168px;border-radius:var(--radius) var(--radius) 0 0;background:radial-gradient(circle at 18% 30%,rgba(255,255,255,.28),transparent 42%),linear-gradient(125deg,#c2410c,#ea580c 42%,#fb923c);background-size:cover;background-position:center}.li-cover.has-image{background:#e7e5e4}.li-cover-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.li-profile-body{position:relative;padding:0 1.35rem 1.35rem}.li-avatar-wrap{position:relative;width:176px;height:176px;margin-top:-88px;flex-shrink:0;z-index:1}.li-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:3rem;font-weight:700;border:4px solid #fff;box-shadow:0 0 0 1px #ffedd5,var(--shadow-lg);position:relative}.exequatur-seal{position:absolute;right:6px;bottom:10px;width:2.15rem;height:2.15rem;border-radius:50%;background:linear-gradient(145deg,#ea580c,#9a3412);color:#fff;font-size:1.05rem;font-weight:800;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 2px 8px #c2410c59;z-index:2}.exequatur-disclaimer{font-size:.8rem;line-height:1.35;margin:.5rem 0 .75rem}.stack-form{display:flex;flex-direction:column;gap:.75rem}.stack-form label{display:flex;flex-direction:column;gap:.35rem}.li-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.li-avatar-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#ea580c,#9a3412);color:#fff;font-size:2.6rem;font-weight:700;letter-spacing:.02em}.li-identity{margin-top:.85rem}.li-identity h1{margin:0 0 .25rem;font-size:1.7rem;line-height:1.25;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.li-headline{margin:0;font-weight:600;color:var(--text);font-size:1.02rem}.li-location{margin:.3rem 0 .55rem}.li-rating-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem;margin:.35rem 0}.li-rating-number{font-size:1.35rem;font-weight:800;color:var(--text);line-height:1}.li-links{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.li-links a{font-weight:600;color:var(--primary);text-decoration:underline;text-underline-offset:2px}.li-section-nav{display:flex;gap:.25rem;margin:.35rem 0 .85rem;border-bottom:1px solid var(--border);overflow-x:auto;background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;padding:0 .25rem}.li-section-nav .tab{background:none;border:none;border-bottom:3px solid transparent;padding:.65rem .9rem;font-weight:600;color:var(--muted);cursor:pointer;white-space:nowrap}.li-section-nav .tab:hover{color:var(--primary)}.li-section-card{padding:1.15rem 1.35rem;scroll-margin-top:5.5rem}.li-section-card h2{margin:0 0 .65rem;font-size:1.15rem}.li-section-body{margin:0;white-space:pre-wrap}.li-subhead{margin:.35rem 0 .25rem;font-size:1rem}.li-edu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.li-edu-list li{display:flex;gap:.75rem;align-items:flex-start}.li-edu-icon{width:2.4rem;height:2.4rem;border-radius:8px;background:var(--primary-soft);display:grid;place-items:center;flex-shrink:0}.li-chip-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.li-chip-list li{padding:.35rem .75rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-hover);font-weight:600;font-size:.9rem;border:1px solid #FFEDD5;text-transform:uppercase}.linkish{background:none;border:none;padding:0;color:var(--primary);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font:inherit}.highlights-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.highlights-grid li{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border-radius:12px;background:var(--primary-soft)}.hi-icon{width:2rem;height:2rem;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center;font-weight:700;flex-shrink:0}.highlights-grid p{margin:.2rem 0 0;font-size:.9rem}.plain-list{padding-left:1.1rem}.map-embed{margin:.75rem 0 .25rem;border-radius:12px;overflow:hidden;border:1px solid var(--border);aspect-ratio:16 / 10;background:#eee}.map-embed iframe{width:100%;height:100%;border:0}.maps-link{font-weight:600;display:inline-block;margin:.35rem 0 .5rem}.hours-list{list-style:none;padding:0;margin:.5rem 0 0}.hours-list li{padding:.2rem 0}.loc-select{display:block;margin-bottom:1rem}.review-list{list-style:none;padding:0;margin:0 0 1.25rem}.review-list li{padding:.85rem 0;border-bottom:1px solid var(--border)}.review-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.35rem}.profile-booking{position:sticky;top:5rem;padding:1.25rem;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.profile-booking h2{margin:0 0 .35rem;font-size:1.15rem}.booking-slots-title{margin:1rem 0 .5rem;font-size:.95rem}.booking-slot-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem}.slot-chip{display:inline-block;padding:.45rem .7rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-hover);font-weight:600;font-size:.9rem;text-decoration:none;border:1px solid #FFEDD5}.slot-chip:hover{background:#ffedd5;text-decoration:none}.booking-cta{width:100%;text-align:center;display:block}.star.on,.stars .on{color:var(--primary)}.badge-boost{background:#fff7ed;color:#9a3412;border:1px solid #FFEDD5}@media (max-width: 860px){.profile-layout{grid-template-columns:1fr}.profile-booking{position:static}.li-avatar-wrap{width:132px;height:132px;margin-top:-66px}.li-avatar{font-size:2.25rem}.li-avatar-fallback{font-size:2rem}.exequatur-seal{width:1.75rem;height:1.75rem;font-size:.9rem}.li-cover{height:132px}.highlights-grid{grid-template-columns:1fr}}@media (max-width: 520px){.li-avatar-wrap{width:124px;height:124px;margin-top:-62px}.li-identity h1{font-size:1.4rem}.li-cover{height:110px}}.photo-upload{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.photo-preview{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid var(--primary)}.cover-preview{width:100%;max-width:420px;height:96px;border-radius:8px;object-fit:cover;border:2px solid var(--primary);background:var(--primary-soft)}.cover-upload{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.file-btn{cursor:pointer;display:inline-flex}.tag-fieldset{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.tag-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem}.admin-shell .admin-header .logo{cursor:default;pointer-events:none}.admin-shell .site-main{max-width:1100px}.badge-urgent{background:#ffe8e6;color:#9b1c1c;border:1px solid #f5b5b0}.admin-table-wrap{overflow-x:auto;margin-top:.75rem}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--card-bg, #fff);border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle}.admin-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#666}.admin-row-pending{background:#fff8f7}.admin-row-urgent{border-left:3px solid #c62828}.admin-row-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;text-align:left}.featured-tag-list,.review-tag-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.4rem}.featured-tag-chip,.review-tag-chip{display:inline-flex;align-items:center;gap:.25rem;background:var(--primary-soft);color:#9a3412;border-radius:999px;padding:.2rem .65rem;font-size:.82rem;font-weight:500}.review-tag-chip{background:#f3f4f6;color:#374151}.review-moderation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.review-moderation-item{border:1px solid var(--border, #e5e7eb);border-radius:12px;padding:1rem;background:var(--card-bg, #fff)}.review-moderation-item .row-actions{margin-top:.75rem}.schedule-week{display:flex;flex-direction:column;gap:.75rem}.schedule-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:flex-end;justify-content:space-between}.schedule-loc{display:flex;flex-direction:column;gap:.25rem;min-width:220px}.schedule-week-nav{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.schedule-week-label{font-weight:600;font-variant-numeric:tabular-nums}.schedule-grid-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.schedule-grid{width:100%;border-collapse:collapse;min-width:640px;background:#fff}.schedule-grid th,.schedule-grid td{border:1px solid var(--border);padding:.15rem;text-align:center;vertical-align:middle}.schedule-grid thead th{background:#fff7ed;font-size:.85rem;padding:.4rem .25rem}.schedule-time-col{width:5.5rem;font-size:.75rem;font-weight:600;white-space:nowrap;background:#fafafa}.schedule-cell{display:block;width:100%;min-height:1.6rem;border:none;border-radius:4px;cursor:pointer;padding:0}.schedule-cell:disabled{cursor:not-allowed;opacity:.95}.schedule-cell--off{background:#f3f4f6}.schedule-cell--off:hover:not(:disabled){background:#e5e7eb}.schedule-cell--open{background:#fdba74}.schedule-cell--open:hover:not(:disabled){background:#fb923c}.schedule-cell--booked{background:#94a3b8}.schedule-cell--selected{background:#ea580c;box-shadow:inset 0 0 0 2px #9a3412}.schedule-week--book .schedule-cell--off{cursor:not-allowed}.schedule-week--compact .schedule-grid{min-width:520px}.schedule-week--compact .schedule-toolbar{gap:.5rem}.schedule-week--compact .schedule-week-nav .btn{padding:.35rem .55rem;font-size:.8rem}.schedule-week--compact .schedule-cell{min-height:1.25rem}.profile-booking .schedule-week{margin-top:.35rem}.profile-booking .schedule-grid-wrap{max-height:22rem;overflow:auto}.schedule-legend{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--muted, #64748b)}.schedule-swatch{display:inline-block;width:.85rem;height:.85rem;border-radius:3px;margin-right:.35rem;vertical-align:-.1rem}.schedule-advanced{margin-top:1rem;padding-top:.75rem;border-top:1px dashed var(--border)}.schedule-advanced-body{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.locations-editor{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.locations-editor-title{margin:0 0 .35rem;font-size:1.05rem}.location-edit-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.location-edit-item{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff}.location-edit-actions{display:flex;gap:.4rem;flex-shrink:0}.location-form{max-width:480px;margin-top:.5rem}.location-form h4{margin:0 0 .25rem}.location-coords-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
