:root{--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--border-light: #f1f5f9;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--accent: #2563eb;--accent-bg: #eff6ff;--accent-hover: #1d4ed8;--nav-bg: #0f172a;--nav-text: #cbd5e1;--success: #16a34a;--success-bg: rgba(22,163,74,.1);--warning: #b45309;--warning-bg: rgba(245,158,11,.12);--danger: #dc2626;--danger-bg: rgba(220,38,38,.08);--locked-bg: rgba(148,163,184,.15);--locked-text: #475569;--r-sm: 8px;--r: 12px;--r-lg: 16px;--r-xl: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(15,23,42,.08);font-family:Inter,system-ui,sans-serif;color:var(--text);color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg)}h1,h2,h3{margin:0 0 .5rem}p{margin:0 0 .75rem;line-height:1.5}ol{padding-left:1.25rem;margin:0}a{color:var(--accent)}.layout{display:grid;grid-template-columns:228px minmax(0,1fr);min-height:100vh;gap:1.25rem;padding:1.25rem}.content{display:flex;flex-direction:column;gap:1.25rem}.intro{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(160deg,#e0eaff,#f1f5f9 60%,#e0f2fe)}.intro__inner{text-align:center;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.intro__logo{width:100%;max-width:260px;height:auto;object-fit:contain;margin-bottom:.5rem}.intro__tagline{font-size:1.2rem;font-weight:500;color:var(--text);line-height:1.5;margin:0}.intro__muted{font-size:.95rem;color:var(--text-2);margin:0}.intro__cta{margin-top:.5rem;padding:.7rem 1.75rem;font-size:1rem;font-weight:600;border:none;border-radius:999px;background:var(--text);color:#fff;cursor:pointer;transition:background .15s}.intro__cta:hover{background:#1e293b}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(160deg,#e0eaff,#f1f5f9 60%,#e0f2fe)}.login__inner{width:100%;max-width:400px}.login__mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:1rem;padding:.25rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:var(--nav-bg)}.login__mode-btn{border:none;border-radius:999px;padding:.4rem .7rem;font-size:.82rem;font-weight:700;color:#cbd5e1;background:transparent;cursor:pointer;font-family:inherit}.login__mode-btn:hover{color:#fff;background:#ffffff17}.login__mode-btn.is-active{background:#fff;color:var(--text);box-shadow:0 1px 2px #0f172a2e}.login__mode-badge{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .55rem;padding:.3rem .6rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.02em;color:#0f766e;background:#ccfbf1;width:fit-content}.login--register .login__inner{border:1px solid #99f6e4;box-shadow:0 8px 24px #0f766e1f}.login__title{margin-bottom:.35rem}.login__subtitle{margin-bottom:1.5rem}.login__form label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.login__input{width:100%;padding:.65rem .9rem;font-size:1rem;border:1.5px solid var(--border);border-radius:var(--r);margin-bottom:1rem;font-family:inherit;background:var(--surface);transition:border-color .15s,box-shadow .15s}.login__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.login__password-checklist{list-style:none;margin:-.35rem 0 .85rem;padding:0;display:grid;gap:.25rem}.login__password-checklist li{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--text-2)}.login__password-checklist li span{width:1rem;display:inline-flex;justify-content:center;color:var(--text-3);font-weight:700}.login__password-checklist li.is-valid,.login__password-checklist li.is-valid span{color:#0f766e}.login__error{color:var(--danger);font-size:.9rem;margin:0 0 1rem}.login__actions{display:flex;gap:.75rem;margin-top:1rem}.login__actions .button{flex:1}.nav{display:flex;flex-direction:column;gap:.75rem;height:100%}.nav__brand{display:flex;align-items:center;gap:.5rem;padding:0 .25rem;border:none;background:transparent;width:100%;cursor:pointer;text-align:left}.nav__logo-img{display:block;width:100%;max-width:208px;height:auto;object-fit:contain}.nav__beta{padding:.15rem .45rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);background:var(--border);border-radius:6px;white-space:nowrap}.nav__bar{background:var(--nav-bg);color:var(--nav-text);border-radius:var(--r-xl);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem;flex:1;min-height:0}.nav__menu{display:flex;flex-direction:column;gap:.2rem}.nav__item{border:none;background:transparent;color:var(--nav-text);padding:.55rem .75rem;border-radius:var(--r);text-align:left;cursor:pointer;font-weight:500;font-size:.9rem;font-family:inherit;display:flex;align-items:center;gap:.6rem;transition:background .12s,color .12s}.nav__item svg{flex-shrink:0;opacity:.7}.nav__item.is-active svg{opacity:1}.nav__item.is-active,.nav__item:hover{background:#ffffff17;color:#fff}.nav__item.is-active{background:#ffffff24}.nav__divider{height:1px;background:#ffffff14}.nav__footer{background:#ffffff0f;border-radius:var(--r-lg);padding:.85rem;color:var(--nav-text)}.nav__footer .label{color:var(--text-3)}.nav__footer p{margin-bottom:0}.nav__logout{margin-top:auto;padding:.55rem .75rem;border:none;background:#ffffff0f;color:#e2e8f0;font-size:.9rem;font-weight:600;cursor:pointer;text-align:left;width:100%;border-radius:var(--r);font-family:inherit;display:flex;align-items:center;gap:.6rem;transition:background .12s}.nav__logout:hover{background:#ffffff1c}.card{background:var(--surface);border-radius:var(--r-xl);padding:1.25rem;box-shadow:var(--shadow-md)}.card--compact{padding:.9rem 1.25rem}.card--flat{box-shadow:var(--shadow-sm);border:1px solid var(--border)}.muted{color:var(--text-2)}.small{font-size:.85rem}.strong{font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600;color:var(--text-3);margin-bottom:.35rem}.label{text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;color:var(--text-3);font-weight:600;margin-bottom:.2rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.button,.primary-button,.secondary-button,.ghost-button{border-radius:999px;padding:.55rem 1rem;font-weight:600;font-family:inherit;font-size:.875rem;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:background .15s,box-shadow .15s,transform .1s}.button:active,.primary-button:active{transform:scale(.98)}.button:disabled,.primary-button:disabled{opacity:.55;cursor:not-allowed}.primary-button,.button--primary{background:var(--accent);color:#fff;box-shadow:0 1px 3px #2563eb4d}.primary-button:hover,.button--primary:hover{background:var(--accent-hover);box-shadow:0 2px 6px #2563eb59}.secondary-button,.button--secondary{background:var(--border-light);color:var(--text)}.secondary-button:hover,.button--secondary:hover{background:var(--border)}.ghost-button{background:var(--surface);color:var(--text);border:1.5px solid var(--border)}.ghost-button:hover{background:var(--bg)}.button--small{padding:.35rem .75rem;font-size:.8rem}.button--danger{background:var(--danger-bg);color:var(--danger)}.button--danger:hover{background:#dc262624}.text-button{border:none;background:none;color:var(--accent);font-weight:600;font-size:.85rem;cursor:pointer;padding:0;font-family:inherit;transition:color .12s}.text-button:hover{color:var(--accent-hover)}.text-button--danger{color:var(--danger)}.text-button--danger:hover{color:#b91c1c}.form{display:flex;flex-direction:column;gap:.75rem}label{display:block;font-size:.875rem;font-weight:600;color:var(--text)}label>input:not([type=checkbox]):not([type=radio]),label>select,label>textarea{display:block;width:100%;box-sizing:border-box;margin-top:.3rem}label>.inline-input,label>.search-results,label>p,label>div{margin-top:.3rem}input,select,textarea{border-radius:var(--r);border:1.5px solid var(--border);padding:.55rem .75rem;font-size:.875rem;font-family:inherit;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--text-3)}.inline-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:center}.form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.form__row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form__actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.required{color:var(--danger)}.form__radio-group,.form__checkboxes{display:flex;flex-wrap:wrap;gap:1rem;padding:.4rem 0}.form__radio,.form__checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.form__radio input,.form__checkbox input{margin:0}.form__hours-calc{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.form__hours-calc label{flex:1;min-width:100px}.form__calc-symbol{font-size:1.1rem;font-weight:600;color:var(--text-3);padding-bottom:.5rem}.form__hours-calc input[readonly]{background:var(--border-light);cursor:default}.form__section{display:flex;flex-direction:column;gap:.65rem}.experience-form .form__section{margin-bottom:1.25rem}.experience-form .form__section+.form__section{padding-top:1rem;border-top:1px solid var(--border)}.status-pill{padding:.3rem .7rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap;display:inline-block}.status-pill--available{background:var(--success-bg);color:var(--success)}.status-pill--mixed{background:var(--warning-bg);color:var(--warning)}.status-pill--unavailable{background:var(--danger-bg);color:var(--danger)}.status-pill--locked{background:var(--locked-bg);color:var(--locked-text)}.status-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;margin-top:3px}.status-dot--available{background:#22c55e}.status-dot--mixed{background:#f59e0b}.status-dot--unavailable{background:#ef4444}.status-dot--locked{background:#94a3b8}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.topbar__actions{display:flex;gap:.75rem;align-items:center}.page-header{margin-bottom:.25rem}.page-header h1{font-size:1.5rem;margin-bottom:.2rem}.page-header p{color:var(--text-2);font-size:.9rem;margin:0}.stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.stat-card{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.25rem}.stat-card__value{font-size:2rem;font-weight:700;color:var(--text);line-height:1.1;margin:0}.stat-card__label{font-size:.8rem;font-weight:500;color:var(--text-2);margin:0}.stat-card__sub{font-size:.75rem;color:var(--text-3);margin:0}.tracker{display:flex;flex-direction:column;gap:1.25rem}.tracker__add-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.tracker__add-btn{display:flex;flex-direction:row;align-items:center;gap:.9rem;padding:.9rem 1.1rem;border-radius:var(--r-lg);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;font-family:inherit;font-weight:600;font-size:.875rem;color:var(--text);text-align:left;transition:border-color .18s,background .18s,box-shadow .18s,transform .1s;box-shadow:var(--shadow-sm)}.tracker__add-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.tracker__add-btn:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.tracker__add-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s,transform .15s}.tracker__add-btn:hover .tracker__add-icon{transform:scale(1.06)}.tracker__add-btn-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.tracker__add-btn-title{font-weight:700;font-size:.875rem;line-height:1.2}.tracker__add-label{font-size:.77rem;color:var(--text-2);font-weight:400;line-height:1.3}.tracker__add-btn--shadowing{border-color:#bfdbfe}.tracker__add-btn--shadowing .tracker__add-icon{background:#dbeafe;color:#1d4ed8}.tracker__add-btn--shadowing:hover,.tracker__add-btn--shadowing.is-active{border-color:#2563eb;background:#f0f7ff}.tracker__add-btn--shadowing.is-active .tracker__add-icon{background:#2563eb;color:#fff}.tracker__add-btn--aadsas{border-color:#ddd6fe}.tracker__add-btn--aadsas .tracker__add-icon{background:#ede9fe;color:#6d28d9}.tracker__add-btn--aadsas:hover,.tracker__add-btn--aadsas.is-active{border-color:#7c3aed;background:#f9f7ff}.tracker__add-btn--aadsas.is-active .tracker__add-icon{background:#7c3aed;color:#fff}.tracker__add-btn--volunteering{border-color:#a7f3d0}.tracker__add-btn--volunteering .tracker__add-icon{background:#d1fae5;color:#047857}.tracker__add-btn--volunteering:hover,.tracker__add-btn--volunteering.is-active{border-color:#059669;background:#f0fdf7}.tracker__add-btn--volunteering.is-active .tracker__add-icon{background:#059669;color:#fff}.tracker__section--shadowing{border-left:4px solid #2563eb;border-radius:0 var(--r-xl) var(--r-xl) 0}.tracker__section--volunteering{border-left:4px solid #059669;border-radius:0 var(--r-xl) var(--r-xl) 0}.tracker__section--aadsas{border-left:4px solid #7c3aed;border-radius:0 var(--r-xl) var(--r-xl) 0}.section-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;flex-shrink:0}.section-badge--shadowing{background:#dbeafe;color:#1d4ed8}.section-badge--volunteering{background:#d1fae5;color:#047857}.section-badge--aadsas{background:#ede9fe;color:#6d28d9}.tracker__empty{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem 1.5rem;text-align:center;gap:.4rem}.tracker__empty-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;opacity:.55}.tracker__empty-icon--shadowing{background:#dbeafe;color:#1d4ed8}.tracker__empty-icon--volunteering{background:#d1fae5;color:#047857}.tracker__empty-icon--aadsas{background:#ede9fe;color:#6d28d9}.tracker__empty-title{font-weight:600;font-size:.9rem;color:var(--text);margin:0}.tracker__empty-sub{font-size:.82rem;color:var(--text-2);margin:0}.session-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.3rem}.session-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:var(--bg);border-radius:var(--r);font-size:.85rem}.session-item__date{color:var(--text-2);flex-shrink:0}.session-item__hours{margin-left:auto;font-weight:700;font-size:.82rem;color:var(--accent);background:var(--accent-bg);padding:.1rem .4rem;border-radius:999px;flex-shrink:0}.session-item__notes{color:var(--text-2);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.tracker__section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.tracker__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.tracker__item{padding:.8rem 0;display:flex;flex-direction:column;gap:.2rem;border-bottom:1px solid var(--border-light)}.tracker__item:last-child{border-bottom:none}.tracker__item--nested{background:var(--bg);border-radius:var(--r);padding:.65rem .85rem;margin-bottom:.4rem;border:none}.tracker__item-main{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.tracker__item-name{font-weight:600;font-size:.9rem}.tracker__item-type{font-size:.78rem;color:var(--text-2)}.tracker__item-hours{margin-left:auto;font-weight:700;font-size:.9rem;color:var(--accent);background:var(--accent-bg);padding:.15rem .5rem;border-radius:999px}.tracker__item-details{font-size:.82rem;color:var(--text-2)}.tracker__item-actions{display:flex;gap:1rem;margin-top:.25rem}.tracker__clinic-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.85rem;padding-bottom:.65rem;border-bottom:1.5px solid var(--border)}.tracker__clinic-name{font-size:1rem;font-weight:600}.tracker__clinic-hours{font-weight:600;color:var(--accent);font-size:.9rem}.tracker__copy-block{background:var(--bg);border-radius:var(--r);padding:1rem;margin-top:.75rem;position:relative}.tracker__copy-block pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-size:.875rem;line-height:1.5}.tracker__copy-btn{position:absolute;top:.5rem;right:.5rem;padding:.3rem .6rem;font-size:.75rem;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;font-family:inherit;transition:background .12s}.tracker__copy-btn:hover{background:var(--accent-bg)}.tracker__exp-item{padding:.8rem 0;display:flex;flex-direction:column;gap:.2rem;border-bottom:1px solid var(--border-light)}.tracker__exp-item:last-child{border-bottom:none}.tracker__exp-item-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.tracker__exp-item-hours{margin-left:auto;font-weight:700;font-size:.875rem;color:var(--accent);background:var(--accent-bg);padding:.15rem .5rem;border-radius:999px}.guide-page{display:flex;flex-direction:column;gap:0}.guide-nav{display:flex;flex-wrap:wrap;gap:.4rem;padding:.85rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:10}.guide-nav__btn{padding:.3rem .85rem;border-radius:999px;border:1.5px solid var(--border);background:transparent;font-size:.78rem;font-weight:600;color:var(--text-2);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.guide-nav__btn:hover{border-color:var(--accent);color:var(--accent);background:#2563eb0d}.guide-nav__btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.guide-nav__btn--active:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.guide-content{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;max-width:860px}.guide-section{scroll-margin-top:56px}.guide-section__title{font-size:1.35rem;font-weight:700;color:var(--text);margin:.25rem 0 1rem}.guide-section .eyebrow{margin-bottom:0}.guide-section__body{display:flex;flex-direction:column;gap:.85rem;font-size:.9rem;line-height:1.65;color:var(--text-2)}.guide-section__body h3{font-size:.875rem;font-weight:700;color:var(--text);margin:.5rem 0 .1rem;text-transform:uppercase;letter-spacing:.04em}.guide-section__body p{margin:0}.guide-list{margin:0;padding-left:1.35rem;display:flex;flex-direction:column;gap:.4rem}.guide-list--ol{list-style-type:decimal}.guide-list li{color:var(--text-2);font-size:.875rem;line-height:1.6}.guide-list strong{color:var(--text)}.guide-callout{padding:.75rem 1rem;border-radius:var(--r);font-size:.85rem;line-height:1.6}.guide-callout--info{background:#eff6ff;border-left:3px solid var(--accent);color:#1e40af}.guide-callout--warn{background:#fffbeb;border-left:3px solid #f59e0b;color:#92400e}.guide-callout strong{font-weight:700}.directory{display:flex;flex-direction:column;gap:1rem}.directory__header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.filters-bar{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr .8fr auto;gap:.75rem;align-items:end}.filters-bar label{font-size:.8rem}.clinic-table{display:flex;flex-direction:column}.clinic-table__header{display:grid;grid-template-columns:1fr 160px 140px 120px;gap:.75rem;padding:.55rem 1.1rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);background:var(--bg);border-radius:var(--r-lg) var(--r-lg) 0 0;border:1px solid var(--border);border-bottom:none}.clinic-row{display:grid;grid-template-columns:1fr 160px 140px 120px;gap:.75rem;padding:.8rem 1.1rem;align-items:center;border:1px solid var(--border);border-top:none;background:var(--surface);transition:background .1s}.clinic-row:last-child{border-radius:0 0 var(--r-lg) var(--r-lg)}.clinic-row:hover{background:#fafbff}.clinic-row__info{display:flex;align-items:flex-start;gap:.6rem;min-width:0}.clinic-row__name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clinic-row__addr{font-size:.78rem;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clinic-row__specialty{font-size:.82rem;color:var(--text-2);display:flex;align-items:center}.clinic-row__status{display:flex;align-items:center}.clinic-row__action{display:flex;align-items:center;justify-content:flex-end}.clinic-empty{padding:2.5rem 1.5rem;text-align:center;color:var(--text-2);background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 var(--r-lg) var(--r-lg)}.results-count{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-2);padding:.35rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:999px}.directory__filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;align-items:end}.directory__secondary-filters{display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem 0}.directory__checkbox{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;cursor:pointer}.directory__checkbox input{margin:0}.directory__summary{padding-bottom:.35rem}.directory__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem}.directory__card{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.directory__card-status{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.grid{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(250px,320px);gap:1.25rem;align-items:start}.panel{display:flex}.panel--left,.panel--right{flex-direction:column}.panel--map{flex-direction:column;min-height:640px}.sidebar,.info-panel{display:flex;flex-direction:column;gap:1rem}.map{background:var(--surface);border-radius:var(--r-xl);padding:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1rem;min-height:640px}.map__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.map__legend{display:flex;flex-wrap:wrap;gap:.4rem .75rem;font-size:.78rem;color:var(--text-2)}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-dot{width:9px;height:9px;border-radius:50%}.legend-dot--available{background:#22c55e}.legend-dot--mixed{background:#f59e0b}.legend-dot--unavailable{background:#ef4444}.legend-dot--pending{background:#3b82f6}.legend-dot--locked{background:#94a3b8}.map__body{flex:1;border-radius:var(--r-lg);overflow:hidden;background:var(--border)}.map__body .leaflet-container{height:100%;min-height:520px}.info-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.info-grid>div{overflow:hidden;word-break:break-word;overflow-wrap:break-word}.info-grid>div a{word-break:break-all}.info-block{margin-bottom:1rem}.search-results{margin-top:.4rem;border-radius:var(--r);border:1.5px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.25rem;padding:.4rem;max-height:220px;overflow:auto;box-shadow:var(--shadow-md)}.search-results__item{border:none;background:var(--bg);border-radius:var(--r-sm);padding:.55rem .75rem;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.1rem;transition:background .1s}.search-results__item:hover{background:var(--accent-bg)}.clinic-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.clinic-list__item{border:none;background:var(--bg);border-radius:var(--r-lg);padding:.7rem .85rem;width:100%;text-align:left;display:flex;gap:.65rem;align-items:flex-start;cursor:pointer;transition:background .1s;font-family:inherit}.clinic-list__item:hover{background:var(--border)}.clinic-list__item.is-active{background:var(--accent-bg)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay .modal{max-width:440px;width:100%;display:flex;flex-direction:column;gap:1rem}.moderation{display:flex;flex-direction:column;gap:.75rem}.moderation__item{background:var(--bg);border-radius:var(--r);padding:.75rem;display:flex;justify-content:space-between;gap:.75rem;align-items:center}.moderation__actions{display:flex;gap:.5rem}.dev-notice-row{display:flex;justify-content:flex-end}.dev-notice{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.8rem;color:var(--text-2);background:var(--surface);border-radius:999px;border:1px solid var(--border)}.dev-notice__label{font-weight:600;color:var(--text-2)}.switch{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-2)}.request-error{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(220,38,38,.25)!important;background:var(--danger-bg)!important}.dash-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.dash-stat{background:var(--surface);border-radius:var(--r-lg);padding:.9rem 1.1rem 1rem;display:flex;flex-direction:column;gap:.15rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);position:relative;overflow:hidden}.dash-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--border)}.dash-stat--available:before{background:var(--success)}.dash-stat--unavailable:before{background:var(--danger)}.dash-stat--mixed:before{background:var(--warning)}.dash-stat__num{font-size:1.75rem;font-weight:700;line-height:1.1;color:var(--text)}.dash-stat__label{font-size:.77rem;color:var(--text-2);font-weight:500;margin-top:.1rem}.dash-stat--available .dash-stat__num{color:var(--success)}.dash-stat--unavailable .dash-stat__num{color:var(--danger)}.dash-stat--mixed .dash-stat__num{color:var(--warning)}.dash-grid{display:grid;grid-template-columns:340px minmax(0,1fr) 286px;grid-template-areas:"form map details";gap:1.25rem;align-items:start}.dash-grid__form{grid-area:form}.dash-grid__map{grid-area:map}.dash-grid__details{grid-area:details}.clinic-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:.75rem;align-items:end}.clinic-filters label{font-size:.8rem}.clinic-filters input,.clinic-filters select{font-size:.85rem}.clinic-filters__clear{padding:.55rem .85rem;border-radius:var(--r);border:1.5px solid var(--border);background:var(--surface);font-size:.8rem;font-weight:600;color:var(--text-2);cursor:pointer;white-space:nowrap;transition:background .12s,color .12s;font-family:inherit;align-self:end}.clinic-filters__clear:hover{background:var(--danger-bg);color:var(--danger);border-color:var(--danger)}.info-empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 1.5rem;text-align:center;gap:.4rem}.info-empty__icon{width:52px;height:52px;border-radius:16px;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;color:var(--text-3)}.info-empty__title{font-weight:600;font-size:.95rem;margin:0;color:var(--text)}.info-empty__sub{font-size:.82rem;color:var(--text-2);margin:0;line-height:1.5;max-width:200px}.hours-widget{display:flex;flex-direction:column;gap:.15rem}.hours-widget__value{font-size:2.4rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-.02em}.hours-widget__label{font-size:.8rem;color:var(--text-2)}.clinic-info__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.1rem}.clinic-info__name{font-size:1.05rem;font-weight:700;margin:0 0 .2rem}.clinic-info__addr{font-size:.85rem;color:var(--text-2);margin:0}.clinic-info__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin-bottom:1rem}.clinic-info__field-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;font-weight:600;color:var(--text-3);margin-bottom:.15rem}.clinic-info__field-value{font-size:.875rem;color:var(--text);word-break:break-word}.clinic-info__notes-block{padding-top:.85rem;border-top:1px solid var(--border-light)}.clinic-form__section{display:flex;flex-direction:column;gap:.55rem;overflow:hidden}.clinic-form__section+.clinic-form__section{padding-top:.9rem;margin-top:.1rem;border-top:1px solid var(--border-light)}.clinic-form__eyebrow{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin:0 0 .1rem}.clinic-form__search-wrap{background:var(--bg);border-radius:var(--r);padding:.75rem;display:flex;flex-direction:column;gap:.45rem}.clinic-form__search-wrap .inline-input{gap:.4rem}.clinic-form__search-hint{font-size:.75rem;color:var(--text-3);margin:0;line-height:1.4}.hub-panel{display:flex;flex-direction:column}.hub-panel--collapsed{min-height:640px;justify-content:flex-start}.hub-panel--expanded{height:auto;min-height:auto}.hub-panel__header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1.5px solid var(--border-light);flex-wrap:nowrap}.hub-panel__icon{width:36px;height:36px;background:var(--accent-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.hub-panel__title{font-size:1rem;font-weight:700;margin:0}.hub-panel__sub{font-size:.78rem;color:var(--text-2);margin:0}@media (max-width: 1200px){.layout{grid-template-columns:1fr}.nav{flex-direction:row;align-items:center;justify-content:space-between}.grid{grid-template-columns:1fr}.panel--map{min-height:500px}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-grid{grid-template-columns:300px minmax(0,1fr) 260px}.clinic-filters{grid-template-columns:1fr 1fr 1fr}.clinic-table__header,.clinic-row{grid-template-columns:1fr 140px 110px}.clinic-table__header span:last-child,.clinic-row>.clinic-row__specialty{display:none}}@media (max-width: 1000px){.dash-grid{grid-template-columns:1fr 1fr;grid-template-areas:"map map" "form details"}.dash-stats{grid-template-columns:repeat(2,1fr)}.panel--map,.map{min-height:460px}.map__body .leaflet-container{min-height:400px}.clinic-filters{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.tracker__add-actions,.tracker__section-grid{grid-template-columns:1fr}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-grid{grid-template-columns:1fr 1fr;grid-template-areas:"map map" "form details"}.clinic-table__header,.clinic-row{grid-template-columns:1fr 110px}.clinic-table__header span:nth-child(2),.clinic-table__header span:nth-child(3),.clinic-row>.clinic-row__specialty,.clinic-row>.clinic-row__status{display:none}}@media (max-width: 680px){.dash-grid{grid-template-columns:1fr;grid-template-areas:"map" "form" "details"}.dash-stats{grid-template-columns:repeat(2,1fr)}.clinic-filters{grid-template-columns:1fr}.panel--map,.map{min-height:360px}}@media (max-width: 640px){.layout{padding:.75rem;gap:.75rem}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.clinic-table__header{display:none}.clinic-row{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.4rem .5rem}.clinic-row__info{grid-column:1;grid-row:1}.clinic-row__action{grid-column:2;grid-row:1 / 3;display:flex;align-items:center}.clinic-row__status{grid-column:1;grid-row:2}.clinic-row__specialty{display:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
