:root{--primary:#f97316;--primary-dark:#ea580c;--primary-soft:#fff7ed;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--surface:#fff;--background:#f5f6f8;--success:#166534;--success-bg:#dcfce7;--warning:#92400e;--warning-bg:#fef3c7;--danger:#991b1b;--danger-bg:#fee2e2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--background)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;min-height:100dvh;max-width:100%;overflow-x:hidden}body{background:var(--background);color:var(--ink)}button,input,select,textarea{font:inherit;min-width:0}button{cursor:pointer}.hidden{display:none!important}.skip-link{position:fixed;left:-9999px;top:0;z-index:9999;background:#fff;color:#111;padding:8px}.skip-link:focus{left:8px;top:8px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:calc(24px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff 0%,#fff7ed 100%)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 18px 50px rgba(17,24,39,.08);padding:22px}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:20px}.auth-brand img{width:74px;height:74px;border-radius:18px;object-fit:cover}.auth-brand h1{margin:0;font-size:28px}.auth-brand p{margin:3px 0 0;color:var(--muted)}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:14px;background:#f3f4f6;margin-bottom:16px}.auth-switch button{border:0;background:transparent;padding:10px 8px;border-radius:11px;font-weight:750;color:var(--muted)}.auth-switch button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(17,24,39,.08)}.app{width:min(820px,100%);min-height:100dvh;margin:0 auto;padding:env(safe-area-inset-top) 14px calc(78px + env(safe-area-inset-bottom))}.topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 0 8px}.brand-small{display:flex;align-items:center;gap:9px}.brand-small img{width:48px;height:48px;object-fit:cover;border-radius:14px}.brand-small strong,.brand-small span{display:block}.brand-small strong{font-size:20px}.brand-small span{color:var(--muted);font-size:12px;margin-top:1px}.icon-btn{border:0;background:#fff;color:var(--muted);border-radius:12px;min-height:42px;padding:9px 12px;font-weight:700}.tab-page{padding-bottom:8px}.hero{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:22px;padding:20px;margin:8px 0 18px;display:flex;justify-content:space-between;gap:14px;align-items:flex-end;box-shadow:0 12px 30px rgba(249,115,22,.2)}.hero p{margin:0 0 4px;opacity:.88;font-weight:700}.hero h1{margin:0;font-size:18px;line-height:1.2}.hero-pass{text-align:right;font-weight:800;font-size:13px;flex:0 0 auto;max-width:46%}.hero-pass strong{display:block;font-size:24px}.hero-pass small{display:block;font-size:10px;opacity:.88}.section-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin:10px 2px 8px}.section-head h1,.section-head h2{margin:0}.section-head h1{font-size:29px}.section-head h2{font-size:21px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.deadline-extra{display:block;margin-top:4px;font-weight:500}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;margin:10px 0;min-width:0}.notice{border-left:4px solid var(--primary)}.form-stack{display:grid;gap:12px;min-width:0}.grid2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}label{display:block;font-size:13px;color:#4b5563;font-weight:700;margin:0 0 6px}.input{display:block;width:100%;max-width:100%;border:1px solid #d1d5db;border-radius:14px;padding:13px 14px;min-height:48px;background:#fff;color:var(--ink)}textarea.input{resize:vertical;min-height:82px}.input:focus{outline:2px solid rgba(249,115,22,.18);border-color:var(--primary)}.input:disabled{background:#f3f4f6;color:var(--muted)}.hint{color:var(--muted);font-size:12px;margin:5px 2px 0}.center{text-align:center}.remember-row{display:flex;align-items:center;gap:9px;margin:-1px 2px 0;color:var(--ink);cursor:pointer}.remember-row input{width:20px;height:20px;accent-color:var(--primary)}.btn{border:0;border-radius:14px;min-height:46px;padding:12px 14px;font-weight:800;background:var(--primary);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:#f3f4f6;color:var(--ink)}.btn.danger{background:var(--danger-bg);color:var(--danger)}.btn.full{width:100%}.btn.small{min-height:38px;padding:8px 11px;border-radius:11px;font-size:13px}.text-btn{border:0;background:transparent;color:var(--primary-dark);padding:5px;font-weight:800}.success-box,.error-box,.warning-box,.info-box{border-radius:13px;padding:11px 13px;margin:10px 0;font-size:14px}.success-box{background:var(--success-bg);color:var(--success)}.error-box{background:var(--danger-bg);color:var(--danger)}.warning-box{background:var(--warning-bg);color:var(--warning)}.info-box{background:#eff6ff;color:#1d4ed8}.portal-announcements{display:grid;gap:9px;margin:10px 0 14px}.portal-announcement{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:16px;padding:13px 14px;box-shadow:0 4px 14px rgba(249,115,22,.06)}.portal-announcement-head{display:flex;align-items:center;gap:8px;font-weight:850}.portal-announcement-body{margin-top:5px;color:#7c2d12;white-space:pre-wrap;line-height:1.4;font-size:13px}.day-card{padding:0;overflow:hidden}.availability{border-radius:999px;background:var(--success-bg);color:var(--success);padding:7px 10px;font-weight:800;font-size:12px;white-space:nowrap}.availability.full{background:var(--danger-bg);color:var(--danger)}.availability.closed{background:#f3f4f6;color:var(--muted)}
.dog-avatar{display:inline-grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:50%;background:#fff1f2;color:#d35ea8;border:2px solid #f5b9db}.dog-avatar img{width:100%;height:100%;display:block;object-fit:cover}.dog-avatar.profile{width:142px;height:142px;font-size:44px}.dog-avatar.small{width:54px;height:54px;font-size:22px;border-width:1px}.dog-photo-name{margin:0;font-size:25px}.profile-settings{padding-top:4px;padding-bottom:4px}.privacy-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}.privacy-row+.privacy-row{border-top:1px solid var(--line)}.privacy-row strong{display:block;font-size:14px}.privacy-row small{display:block;color:var(--muted);font-size:11px;line-height:1.3;margin-top:3px}.push-switch{position:relative;width:52px;height:31px;flex:0 0 52px;border:0;border-radius:999px;padding:3px;background:#d1d5db;transition:background .2s}.push-switch span{display:block;width:25px;height:25px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.22);transition:transform .2s}.push-switch.active{background:#34c759}.push-switch.active span{transform:translateX(21px)}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px}.stat-card span{color:var(--muted);font-size:12px;display:block}.stat-card strong{font-size:23px;display:block;margin-top:3px}.profile-details{padding-top:0;padding-bottom:0}.profile-details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;cursor:pointer;list-style:none;font-weight:850}.profile-details>summary::-webkit-details-marker{display:none}.details-chevron{color:var(--muted);font-size:24px;transition:transform .18s}.profile-details[open] .details-chevron{transform:rotate(90deg)}.details-content{border-top:1px solid var(--line);padding:15px 0 16px}.vaccine-box{border:1px solid var(--line);background:#fafafa;border-radius:15px;padding:13px}.vaccine-box strong{display:block;margin-bottom:10px}.collapse-btn{border:0;background:transparent;width:100%;padding:0;display:flex;justify-content:space-between;align-items:center;font-weight:800;text-align:left}.collapse-btn+form{margin-top:14px}.call-card{display:flex;align-items:center;gap:12px;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;border-radius:18px;padding:14px 16px;margin:10px 0;text-decoration:none}.call-card strong,.call-card small{display:block}.call-card small{margin-top:2px;opacity:.75}.call-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#22c55e;color:#fff;font-size:20px}.message-thread{min-height:220px;max-height:52vh;overflow-y:auto;display:grid;align-content:start;gap:9px}.message-empty{color:var(--muted);text-align:center;padding:58px 18px}.message-bubble{max-width:86%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#f3f4f6;justify-self:start}.message-bubble.mine{background:var(--primary);color:#fff;justify-self:end;border-radius:15px 15px 4px 15px}.message-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble small{display:block;margin-top:5px;opacity:.7;font-size:10px}.nav-badge{display:inline-block;width:8px;height:8px;margin-left:5px;border-radius:50%;background:#ef4444;vertical-align:1px}.pill{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800}.pill.pending{background:var(--warning-bg);color:var(--warning)}.pill.approved{background:var(--success-bg);color:var(--success)}.pill.cancelled,.pill.rejected{background:var(--danger-bg);color:var(--danger)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:80;width:100%;max-width:820px;margin:0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:7px;padding:7px 12px max(7px,calc(env(safe-area-inset-bottom) - 10px));background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 0 18px #fff}.bottom-nav button{border:0;background:transparent;min-height:48px;border-radius:14px;font-weight:800;color:var(--muted)}.bottom-nav button.active{background:var(--primary);color:#fff}.loading-screen{position:fixed;inset:0;z-index:100;background:rgba(245,246,248,.96);display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted);font-weight:700}.spinner{width:34px;height:34px;border:4px solid #fed7aa;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;z-index:120;left:50%;bottom:calc(92px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(420px,calc(100% - 28px));background:#111827;color:#fff;border-radius:14px;padding:12px 15px;box-shadow:0 12px 35px rgba(0,0,0,.18);text-align:center;font-weight:700}
@media(max-width:520px){input,select,textarea{font-size:16px}.app{padding-left:12px;padding-right:12px}.auth-card{padding:18px;border-radius:22px}.auth-brand img{width:64px;height:64px}.auth-brand h1{font-size:25px}.grid2{grid-template-columns:minmax(0,1fr)}.hero{padding:18px 16px;gap:9px;align-items:flex-start}.hero h1{font-size:15px}.hero-pass{font-size:12px;max-width:44%}.dog-avatar.profile{width:136px;height:136px}.dog-avatar.small{width:52px;height:52px}.bottom-nav{gap:3px;padding-left:7px;padding-right:7px}.bottom-nav button{font-size:12px}}
/* v15 – návrat pôvodného zákazníckeho vzhľadu + mobilná optimalizácia */
.auth-brand{display:grid;justify-items:center;text-align:center;gap:9px}.auth-brand img{width:min(250px,86%);height:auto;border-radius:0;object-fit:contain}.auth-brand p{margin:0;color:var(--muted)}
.brand-small img{width:150px;height:auto;max-height:48px;object-fit:contain;border-radius:0}.brand-small{min-width:0}.topbar{padding:12px 2px 10px}
.hero{min-height:118px;border-radius:28px;padding:24px 28px;align-items:center;margin:8px 0 28px}.hero p{font-size:18px;margin-bottom:5px}.hero h1{font-size:23px;white-space:nowrap}.hero-pass span{display:block;font-size:14px;opacity:.86}.hero-pass strong{font-size:29px;line-height:1.08;margin-top:4px;white-space:nowrap}.hero-pass small{display:none}
.section-head{margin:0 4px 16px}.section-head h2{font-size:29px;line-height:1.1}.section-head p{font-size:17px;line-height:1.35;margin-top:10px}.deadline-extra{display:inline}.section-head p strong{color:var(--ink)}
.day-card{border-radius:28px;margin:0 0 28px;border-color:#dfe3e8;box-shadow:0 1px 0 rgba(17,24,39,.02)}.availability{font-size:16px;padding:10px 18px;background:#d9fbe5;color:#0d7333}.reserve-open-btn.secondary{background:#fff1e7;color:#d95700}.dog-avatar.small{width:54px;height:54px}.dog-avatar.small.anonymous{background:#fff1f8;color:#1f2937;font-size:21px}.own-booking-row .pill{font-size:15px;padding:8px 15px}
#dogTab>.section-head{margin-top:6px}.profile-photo-wrap{position:relative;width:max-content}.dog-avatar.profile{width:138px;height:138px;border-width:2px;background:#fff}.photo-pencil{position:absolute;right:2px;bottom:5px;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111827;border:1px solid #d1d5db;box-shadow:0 4px 12px rgba(17,24,39,.14);font-size:21px;font-weight:800;cursor:pointer;margin:0}.photo-pencil input{display:none}.dog-photo-name{font-size:25px}.profile-settings{padding:0 24px;border-radius:26px}.privacy-row{padding:21px 0}.privacy-row strong{font-size:17px}.privacy-row small{font-size:14px;line-height:1.35;margin-top:5px}.push-switch.syncing,.push-switch.syncing span{transition:none!important}.buy-pass .btn{min-height:56px;border-radius:18px;font-size:19px}.buy-pass .btn.secondary{background:#f3f4f6}
.old-stats{margin:20px 0}.old-stats .stat-card{border-radius:22px;padding:20px 24px;min-height:118px}.old-stats .stat-card span{font-size:17px}.old-stats .stat-card strong{font-size:32px;margin-top:7px}.visit-stats-card{border-radius:24px;display:flex;align-items:center;justify-content:space-between;min-height:94px;padding:22px 28px}.visit-stats-card strong{font-size:23px}.visit-stats-card b{font-size:30px}.account-card,.profile-details{border-radius:25px;padding-left:28px;padding-right:28px}.account-card{min-height:92px;display:grid;align-content:center}.collapse-btn{font-size:20px;color:#1474ff}.collapse-btn span:last-child{font-size:27px}.profile-details>summary{min-height:78px;font-size:22px}.details-chevron{font-size:29px}
.vaccine-box{border-radius:20px;padding:18px;background:#fbfbfc}.vaccine-box>strong{font-size:19px}.details-content{gap:15px}.details-content>.btn{min-height:56px;border-radius:18px;font-size:18px}.input{overflow:hidden}
input[type="date"],input[type="time"]{-webkit-appearance:auto;appearance:auto;display:block;width:100%!important;max-width:100%!important;min-width:0!important;min-inline-size:0!important;inline-size:100%!important;box-sizing:border-box!important;overflow:hidden;text-overflow:ellipsis}input[type="date"]::-webkit-date-and-time-value,input[type="time"]::-webkit-date-and-time-value{text-align:left;min-width:0}
.photo-modal{position:fixed;inset:0;z-index:300;background:rgba(17,24,39,.68);display:grid;place-items:center;padding:calc(16px + env(safe-area-inset-top)) 14px calc(16px + env(safe-area-inset-bottom))}.photo-modal-card{width:min(520px,100%);max-height:calc(100dvh - 32px);overflow:auto;background:#fff;border-radius:26px;padding:18px}.photo-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.photo-modal-head strong{font-size:22px;display:block}.photo-modal-head small{display:block;color:var(--muted);font-size:13px;margin-top:4px}.crop-shell{width:100%;aspect-ratio:1;border-radius:22px;overflow:hidden;background:#111;touch-action:none}.crop-shell canvas{display:block;width:100%;height:100%;touch-action:none}.photo-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.photo-modal-actions .btn{min-height:50px}
.bottom-nav{padding-top:9px}.bottom-nav button{min-height:58px;font-size:16px;border-radius:18px}.bottom-nav button.active{background:#ff6d0b}
@media(max-width:520px){.app{padding-left:12px;padding-right:12px}.brand-small img{width:132px;max-height:42px}.topbar{padding-top:8px}.hero{padding:21px 20px;min-height:108px;border-radius:26px;margin-bottom:27px}.hero p{font-size:16px}.hero h1{font-size:18px}.hero-pass strong{font-size:25px}.hero-pass{max-width:48%}.section-head h2{font-size:27px}.section-head p{font-size:16px}.availability{font-size:14px;padding:9px 14px}.dog-avatar.profile{width:126px;height:126px}.profile-settings{padding-left:20px;padding-right:20px}.privacy-row strong{font-size:16px}.privacy-row small{font-size:13px}.buy-pass .btn{font-size:18px}.old-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.old-stats .stat-card{padding:18px 17px;min-height:104px}.old-stats .stat-card span{font-size:15px}.old-stats .stat-card strong{font-size:29px}.visit-stats-card{padding:20px 24px;min-height:88px}.visit-stats-card strong{font-size:21px}.account-card,.profile-details{padding-left:24px;padding-right:24px}.collapse-btn{font-size:19px}.profile-details>summary{font-size:20px}.profile-details .grid2,.vaccine-box .grid2{grid-template-columns:minmax(0,1fr)!important}.vaccine-box{padding:16px}.input{width:100%!important;max-width:100%!important;min-width:0!important}.details-content>*{min-width:0;max-width:100%}.photo-modal-card{border-radius:22px;padding:15px}.photo-modal-head strong{font-size:20px}.bottom-nav{gap:8px}.bottom-nav button{font-size:14px;min-height:56px}}
.push-switch.syncing,.push-switch.syncing span{transition:none!important}.push-switch.syncing{opacity:.72}.push-switch[disabled]{cursor:default}
input[type="date"],input[type="time"]{max-inline-size:100%!important;-webkit-min-logical-width:0!important}
/* v17: jemne menšia typografia bez zmeny rozloženia */
@media(max-width:520px){
  .hero p{font-size:15px}.hero h1{font-size:17px}.hero-pass strong{font-size:23px}
  .section-head h1{font-size:27px}.section-head h2{font-size:25px}.section-head p{font-size:15px}.availability{font-size:13px}.own-booking-row .pill{font-size:14px}
  .dog-photo-name{font-size:23px}.privacy-row strong{font-size:15px}.privacy-row small{font-size:12px}.buy-pass .btn{font-size:16px}
  .old-stats .stat-card span{font-size:14px}.old-stats .stat-card strong{font-size:27px}.visit-stats-card strong{font-size:19px}.visit-stats-card b{font-size:27px}
  .collapse-btn{font-size:17px}.profile-details>summary{font-size:18px}.vaccine-box>strong{font-size:17px}.details-content>.btn{font-size:16px}
  .bottom-nav button{font-size:13px}
}

/* consolidated booking typography + deadline card */
.booking-section-head{align-items:center;margin:8px 4px 10px}.booking-section-head>div{min-width:0}.deadline-card{border:1.5px solid #86efac;background:#f0fdf4;color:#166534;border-radius:18px;padding:14px 16px;margin:0 0 18px;text-align:center;line-height:1.38}.deadline-card strong{display:block;font-size:14px;font-weight:850}.deadline-card span{display:block;font-size:13px;margin-top:5px;color:#3f6650}
@media(max-width:520px){.hero p{font-size:13px}.hero h1{font-size:15px}.hero-pass{font-size:11px}.hero-pass strong{font-size:21px}.section-head h1{font-size:23px}.section-head h2{font-size:21px}.section-head p{font-size:13px}.availability{font-size:12px;padding:8px 12px}.own-booking-row .pill{font-size:12px;padding:7px 11px}.dog-photo-name{font-size:21px}.privacy-row strong{font-size:14px}.privacy-row small{font-size:12px}.buy-pass .btn{font-size:15px}.old-stats .stat-card span{font-size:13px}.old-stats .stat-card strong{font-size:25px}.visit-stats-card strong{font-size:17px}.visit-stats-card b{font-size:25px}.collapse-btn{font-size:16px}.profile-details>summary{font-size:17px}.vaccine-box>strong{font-size:16px}.details-content>.btn{font-size:15px}.bottom-nav button{font-size:12px}.deadline-card{padding:13px 14px;margin-bottom:16px}.deadline-card strong{font-size:13px}.deadline-card span{font-size:12px}}

/* v19: dismissible announcements + install guide */
.portal-announcement{position:relative;padding-right:48px;transition:opacity .16s ease,transform .16s ease}
.install-guide-modal{position:fixed;inset:0;z-index:420;background:rgba(17,24,39,.58);display:grid;place-items:center;padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));overflow:auto}.install-guide-card{position:relative;width:min(520px,100%);background:#fff;border-radius:28px;padding:25px 21px 20px;box-shadow:0 26px 80px rgba(0,0,0,.25)}.install-guide-close{position:absolute;right:14px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:#f3f4f6;color:#374151;font-size:25px;line-height:1;display:grid;place-items:center}.install-guide-logo{display:inline-flex;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:12px;font-weight:900;padding:7px 11px;margin-bottom:12px}.install-guide-card h2{font-size:24px;line-height:1.13;margin:0 42px 8px 0}.install-guide-card>p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.45}.install-steps{display:grid;gap:9px;margin-bottom:16px}.install-step{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:16px;background:#fafafa}.install-step>b{width:32px;height:32px;border-radius:50%;background:#fff1e7;color:#d95700;display:grid;place-items:center;font-size:14px}.install-step span{font-size:14px;line-height:1.38}.install-guide-card .btn+.btn{margin-top:9px}.install-help-link{display:block;width:100%;border:0;background:transparent;color:#ea580c;font-weight:800;font-size:13px;padding:12px 4px 2px;text-align:center}
@media(max-width:520px){.install-guide-card{border-radius:24px;padding:22px 18px 18px}.install-guide-card h2{font-size:21px}.install-guide-card>p{font-size:13px}.install-step{padding:10px 11px}.install-step span{font-size:13px}}


/* v20: unread notifications in popup */
.notification-popup{position:fixed;inset:0;z-index:430;background:rgba(17,24,39,.52);display:grid;place-items:center;padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));overflow:auto}.notification-popup-card{position:relative;width:min(500px,100%);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border-radius:26px;padding:24px 20px 20px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.notification-popup-close{position:absolute;right:13px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f3f4f6;color:#374151;font-size:25px;line-height:1;display:grid;place-items:center;padding:0}.notification-popup-kicker{display:inline-flex;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:11px;font-weight:900;padding:6px 10px;margin-bottom:10px}.notification-popup-card h2{font-size:23px;line-height:1.15;margin:0 44px 16px 0}.notification-popup-list{display:grid;gap:10px}.notification-popup-item{border:1px solid #fed7aa;border-left:4px solid var(--primary);background:#fffaf6;border-radius:16px;padding:13px 14px}.notification-popup-item strong{display:block;font-size:16px;color:var(--ink)}.notification-popup-item div{margin-top:5px;color:var(--muted);font-size:14px;line-height:1.4}.notification-popup.hidden{display:none!important}@media(max-width:520px){.notification-popup-card{border-radius:23px;padding:22px 17px 18px}.notification-popup-card h2{font-size:21px}.notification-popup-item strong{font-size:15px}.notification-popup-item div{font-size:13px}}


/* v20: legal confirmations */
.privacy-ack-row{display:flex;align-items:flex-start;gap:10px;margin:2px 2px 4px;color:var(--ink);font-size:13px;line-height:1.35}.privacy-ack-row input{width:20px;height:20px;flex:0 0 20px;margin-top:1px;accent-color:var(--primary)}.inline-link{display:inline;border:0;background:transparent;color:#ea580c;font:inherit;font-weight:800;padding:0;text-decoration:underline;text-underline-offset:2px}.legal-modal{position:fixed;inset:0;z-index:500;background:rgba(17,24,39,.62);display:grid;place-items:center;padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));overflow:auto}.legal-card{position:relative;width:min(560px,100%);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border-radius:28px;padding:24px 20px 20px;box-shadow:0 28px 90px rgba(0,0,0,.28)}.legal-close{position:absolute;right:13px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f3f4f6;color:#374151;font-size:25px;display:grid;place-items:center}.legal-kicker{display:inline-flex;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:11px;font-weight:900;padding:6px 10px;margin-bottom:11px}.legal-card h2{font-size:23px;line-height:1.15;margin:0 44px 15px 0}.legal-body{color:#374151;font-size:14px;line-height:1.5}.legal-body p{margin:0 0 12px}.legal-version{font-size:12px;color:var(--muted)}.terms-card .legal-body{max-height:44dvh;overflow:auto;border:1px solid var(--line);background:#fafafa;border-radius:16px;padding:14px;white-space:pre-wrap}.legal-dog{font-weight:850;margin:-4px 0 12px;color:#166534}.terms-ack-row{display:flex;align-items:flex-start;gap:10px;margin:15px 2px;color:var(--ink);font-size:14px;line-height:1.4}.terms-ack-row input{width:21px;height:21px;flex:0 0 21px;margin-top:1px;accent-color:var(--primary)}.legal-card .btn+.btn{margin-top:9px}@media(max-width:520px){.privacy-ack-row{font-size:12px}.legal-card{border-radius:24px;padding:22px 17px 18px}.legal-card h2{font-size:20px}.legal-body{font-size:13px}.terms-card .legal-body{max-height:42dvh}.terms-ack-row{font-size:13px}}


/* v21: customer legal status */
.terms-body{white-space:pre-wrap}.customer-legal-card{margin-top:12px}.customer-legal-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-top:1px solid var(--line)}.customer-legal-row:first-child{border-top:0}.customer-legal-main{min-width:0}.customer-legal-main strong{display:block;font-size:15px}.customer-legal-main small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.customer-legal-status{font-size:12px;font-weight:800;white-space:nowrap}.customer-legal-status.ok{color:#166534}.customer-legal-status.warn{color:#92400e}.customer-legal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.customer-legal-actions .btn{width:100%;justify-content:center;text-align:center}.terms-read-card{max-height:88dvh}.terms-read-body{white-space:pre-wrap;line-height:1.55}.terms-read-meta{font-size:12px;color:var(--muted);margin:8px 0 14px}


/* v22 legal action alignment */
.customer-legal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;width:100%}.customer-legal-actions .btn{width:100%;justify-content:center;text-align:center}@media(max-width:420px){.customer-legal-actions{grid-template-columns:1fr 1fr;gap:8px}.customer-legal-actions .btn{padding-left:8px;padding-right:8px;font-size:13px}}


/* v22: legal actions + signup phone */
.signup-phone-field{display:flex;align-items:center;width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}.signup-phone-field:focus-within{border-color:#fb923c;box-shadow:0 0 0 3px rgba(249,115,22,.10)}.signup-phone-prefix{flex:0 0 78px;width:78px;min-width:0;border:0;border-right:1px solid var(--line);outline:0;background:transparent;padding:0 6px 0 9px;font:inherit;font-weight:800;color:var(--ink);text-align:left;white-space:nowrap}.signup-phone-prefix:focus{background:rgba(249,115,22,.04)}.signup-phone-field .input{border:0!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;padding-left:8px!important}.customer-legal-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;align-items:stretch}.customer-legal-actions .btn{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;min-height:44px;padding-left:10px;padding-right:10px}.legal-version:empty{display:none!important}@media(max-width:390px){.customer-legal-actions{grid-template-columns:1fr}}





/* v23: compact My dog layout */
.v23-hidden-source{display:none!important}.v23-profile-layout{display:grid;gap:0}.v23-profile-layout>#dogForm{display:block}.v23-profile-layout>#dogForm>.profile-details{margin-top:10px}.v23-profile-section{border-radius:25px;padding-left:28px;padding-right:28px}.v23-profile-section>summary{min-height:78px;font-size:20px}.v23-legal-inner{margin:0;padding:0}.v23-legal-inner>strong:first-child{display:none!important}.v23-legal-inner .customer-legal-row:first-of-type{border-top:0}.v23-consent-controls{border-top:1px solid var(--line);margin-top:4px}.v23-consent-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0}.v23-consent-row+.v23-consent-row{border-top:1px solid var(--line)}.v23-consent-row strong{font-size:15px}.v23-pass-box.active{background:#effff4;border-color:#9bf2bd}.v23-stats-total,.v23-month-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.v23-stats-total span,.v23-month-row span{color:#374151}.v23-month-row{border-top:1px solid var(--line)}.v23-month-row span{font-size:14px;text-transform:capitalize}.v23-month-row strong{font-size:16px}.v23-empty-months{padding:10px 0 2px}.v23-profile-layout .account-card{margin-bottom:10px}
@media(max-width:520px){.v23-profile-section{padding-left:24px;padding-right:24px}.v23-profile-section>summary{font-size:17px;min-height:72px}.v23-consent-row{padding:12px 0}.v23-consent-row strong{font-size:14px}.v23-month-row span{font-size:13px}}


/* v24: compact legal actions + stable mobile date fields */
.v23-legal-inner{display:flex;flex-direction:column}.v23-legal-inner .customer-legal-row:nth-of-type(1){order:1}.v23-legal-inner #customerPrivacyReadBtn{order:2}.v23-legal-inner .customer-legal-row:nth-of-type(2){order:3}.v23-legal-inner #customerTermsReadBtn{order:4}.v23-legal-inner .customer-legal-actions{display:contents!important}.v23-legal-inner .customer-legal-actions .btn{width:100%!important;min-height:34px!important;padding:7px 10px!important;margin:4px 0 10px!important;border-radius:10px!important;font-size:12px!important;line-height:1.15!important}.v23-legal-inner .customer-legal-row{padding-bottom:6px!important}.v23-profile-layout .grid2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.v23-profile-layout .grid2>*{min-width:0!important;max-width:100%!important;overflow:hidden}.v23-profile-layout input[type="date"],.v23-profile-layout input[type="time"]{-webkit-appearance:none!important;appearance:none!important;display:block!important;width:100%!important;inline-size:100%!important;min-width:0!important;min-inline-size:0!important;max-width:100%!important;box-sizing:border-box!important;padding-left:10px!important;padding-right:8px!important;font-size:15px!important;overflow:hidden!important}.v23-profile-layout input[type="date"]::-webkit-date-and-time-value,.v23-profile-layout input[type="time"]::-webkit-date-and-time-value{min-width:0!important;text-align:left!important}@media(max-width:390px){.v23-profile-layout .grid2{gap:7px!important}.v23-profile-layout input[type="date"],.v23-profile-layout input[type="time"]{font-size:13px!important;padding-left:7px!important;padding-right:5px!important}}

/* v30: installed PWA zoom/layout stability */
@media (display-mode: standalone){html,body{touch-action:pan-x pan-y!important;-webkit-text-size-adjust:100%!important;overscroll-behavior:none}}
.password-field-wrap{position:relative}
.password-field-wrap .input{padding-right:52px}
.password-eye-btn{position:absolute;right:10px;bottom:8px;width:38px;height:38px;border:0;border-radius:10px;background:transparent;color:#6b7280;display:grid;place-items:center;padding:7px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.password-eye-btn svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.password-eye-btn.pressed{color:var(--primary-dark);background:#fff7ed}
.password-input-shell-v80{position:relative;width:100%}.password-input-shell-v80 .password-eye-btn{top:50%;bottom:auto;transform:translateY(-50%)}

/* v31b: hide stale v17 brand image only until JS swaps it to the dedicated brand endpoint */
img[src*="/chvostikovo-logo"]{visibility:hidden}


/* v35: cleaner customer messages + compact owner contact card */
#messagesTab .section-head{margin-bottom:8px}
#messagesTab .call-card{
  width:min(100%,520px);
  margin:12px auto 18px;
  justify-content:center;
  padding:13px 18px;
  border-radius:22px;
}
#messagesTab .call-card>span:last-child{text-align:left}
#messagesTab .message-thread{
  min-height:170px;
  max-height:46vh;
  padding:16px;
  gap:8px;
  border-radius:24px;
  align-content:start;
}
#messagesTab .message-bubble{
  max-width:80%;
  padding:10px 14px;
  line-height:1.35;
  border-radius:18px 18px 18px 6px;
}
#messagesTab .message-bubble.mine{border-radius:18px 18px 6px 18px}
#messagesTab .message-bubble small{margin-top:4px;font-size:11px}
#messagesTab #messageForm{
  margin-top:14px;
  padding:18px;
  gap:14px;
  border-radius:24px;
}
#messagesTab #messageForm label{font-size:15px}
#messagesTab #messageBody{min-height:116px}
#messagesTab #messageForm .btn{min-height:54px;border-radius:18px}
#dogTab .account-card{
  width:calc(100% - 36px);
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  min-height:80px;
  padding-left:22px;
  padding-right:22px;
  border-radius:22px;
}
#dogTab .account-card .collapse-btn{font-size:18px}
@media(max-width:520px){
  #messagesTab .message-thread{padding:14px 12px;min-height:150px}
  #messagesTab .message-bubble{max-width:84%}
  #messagesTab #messageForm{padding:16px}
  #dogTab .account-card{width:calc(100% - 28px)}
}


/* v36: app-style bottom navigation + reservation dog hero + settings */
.app{padding-bottom:calc(112px + env(safe-area-inset-bottom))}
.bottom-nav{
  left:50%!important;right:auto!important;bottom:max(12px,env(safe-area-inset-bottom))!important;
  transform:translateX(-50%);width:min(520px,calc(100% - 24px))!important;max-width:none!important;
  grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:unset;grid-auto-columns:unset;
  gap:5px;padding:6px!important;background:rgba(255,255,255,.9)!important;
  border:1px solid rgba(209,213,219,.8)!important;border-radius:30px!important;
  box-shadow:0 14px 40px rgba(17,24,39,.16)!important;
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)
}
.bottom-nav button{
  position:relative;min-height:70px!important;border-radius:24px!important;padding:7px 5px!important;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  font-size:12px!important;line-height:1.05;color:#697180!important;background:transparent!important
}
.bottom-nav button.active{background:#fff7ed!important;color:#d95700!important}
.nav-icon-v36{width:28px;height:28px;display:grid;place-items:center}
.nav-icon-v36 svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-dog-avatar-v36{width:31px;height:31px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff1f8;border:1.5px solid #f2a9d1;font-size:15px}
.nav-dog-avatar-v36 img{width:100%;height:100%;object-fit:cover;display:block}
.bottom-nav .nav-badge{position:absolute;top:8px;right:calc(50% - 23px);width:8px;height:8px;margin:0;border:2px solid rgba(255,255,255,.95)}

#bookingTab .hero{min-height:112px;padding:20px 22px;border-radius:28px;margin-bottom:22px;align-items:center}
.hero-dog-v36{display:flex;align-items:center;gap:13px;min-width:0}
.hero-dog-avatar-v36{width:62px;height:62px;flex:0 0 62px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.94);border:3px solid rgba(255,255,255,.72);font-size:25px;color:#d95700;box-shadow:0 5px 14px rgba(154,52,18,.15)}
.hero-dog-avatar-v36 img{width:100%;height:100%;object-fit:cover;display:block}
.hero-dog-copy-v36{min-width:0}
.hero-dog-copy-v36 span{display:block;font-size:13px;font-weight:750;opacity:.86;margin-bottom:3px}
.hero-dog-copy-v36 strong{display:block;font-size:23px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
#bookingTab .hero-pass{max-width:42%;text-align:right}
#bookingTab .hero-pass span{font-size:12px;opacity:.82}
#bookingTab .hero-pass strong{font-size:27px;margin-top:4px}
#bookingTab .hero-pass.single-v36 strong{font-size:17px;line-height:1.15;max-width:110px;white-space:normal}
.booking-section-head{align-items:center!important}
.booking-section-head>div{display:flex;align-items:center;gap:9px;min-width:0;flex-wrap:wrap}
.week-range-v36{margin:0!important;padding:5px 9px;border-radius:999px;background:#eef0f3;color:#6b7280;font-size:11px!important;line-height:1!important;font-weight:800!important;white-space:nowrap}

#dogTab>.section-head{align-items:center;margin-right:0}
.dog-settings-btn-v36{margin-left:auto;width:44px;height:44px;flex:0 0 44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#4b5563;display:grid;place-items:center;padding:10px;box-shadow:0 2px 8px rgba(17,24,39,.05)}
.dog-settings-btn-v36 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.settings-open-v36{overflow:hidden}
.settings-modal-v36{position:fixed;inset:0;z-index:560;background:rgba(17,24,39,.52);display:grid;place-items:end center;padding:12px 12px max(12px,env(safe-area-inset-bottom));overflow:auto}
.settings-card-v36{width:min(560px,100%);max-height:88dvh;overflow:auto;background:#f5f6f8;border-radius:28px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.settings-head-v36{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:2px 2px 13px}
.settings-head-v36 small{display:block;color:#ea580c;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.settings-head-v36 h2{margin:3px 0 0;font-size:25px}
.settings-head-v36 p{margin:4px 0 0;color:var(--muted);font-size:13px}
.settings-close-v36{width:40px;height:40px;flex:0 0 40px;border:0;border-radius:50%;background:#fff;color:#4b5563;font-size:27px;line-height:1;display:grid;place-items:center;padding:0}
.settings-content-v36{display:grid;gap:10px}
.settings-content-v36 .account-card,.settings-content-v36 #customerLegalSectionV23{width:100%!important;max-width:none!important;margin:0!important;background:#fff}
.settings-content-v36 .account-card{min-height:76px!important;padding:0 21px!important;border-radius:22px!important}
.settings-content-v36 .account-card .collapse-btn{font-size:17px!important;min-height:76px}
.settings-content-v36 #customerLegalSectionV23{border-radius:22px}

@media(max-width:520px){
  .bottom-nav{width:calc(100% - 18px)!important;bottom:max(8px,env(safe-area-inset-bottom))!important;border-radius:27px!important}
  .bottom-nav button{min-height:66px!important;font-size:11px!important;border-radius:21px!important}
  .nav-icon-v36{width:26px;height:26px}.nav-icon-v36 svg{width:25px;height:25px}.nav-dog-avatar-v36{width:29px;height:29px}
  #bookingTab .hero{padding:18px 19px;min-height:104px;border-radius:26px}
  .hero-dog-avatar-v36{width:56px;height:56px;flex-basis:56px}
  .hero-dog-copy-v36 strong{font-size:20px;max-width:145px}.hero-dog-copy-v36 span{font-size:12px}
  #bookingTab .hero-pass strong{font-size:24px}#bookingTab .hero-pass.single-v36 strong{font-size:15px;max-width:92px}
  .booking-section-head>div{gap:7px}.week-range-v36{font-size:10px!important;padding:5px 7px}
  .dog-settings-btn-v36{width:40px;height:40px;flex-basis:40px;padding:9px}
  .settings-modal-v36{padding-left:8px;padding-right:8px;place-items:end center}
  .settings-card-v36{padding:15px;border-radius:25px;max-height:91dvh}.settings-head-v36 h2{font-size:23px}
}


/* v37: refined settings, pass card and compact reservation picker */
.dog-settings-btn-v36{display:grid!important;place-items:center!important;line-height:0!important;padding:0!important}
.dog-settings-btn-v36 svg{display:block;margin:auto}
.settings-head-v36>div>small{display:none!important}
.settings-head-v36 h2{margin-top:0!important}
.settings-quick-v37{background:#fff;border:1px solid var(--line);border-radius:22px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.settings-quick-v37 strong{display:block;font-size:17px}
.settings-quick-v37 small{display:block;color:var(--muted);font-size:12px;line-height:1.35;margin-top:4px}
.v37-hide-notification{display:none!important}
.settings-content-v36 #customerLegalSectionV23[open]>summary .details-chevron{transform:rotate(90deg)}

.v23-pass-box.active{position:relative;overflow:hidden;background:linear-gradient(135deg,#ecfff3 0%,#f8fffa 100%)!important;border:1.5px solid #78e6a1!important;border-radius:22px!important;padding:20px!important;box-shadow:0 8px 24px rgba(22,101,52,.08)}
.v23-pass-box.active:after{content:'';position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 5px 5px 0;background:#22c55e}
.v23-pass-box.active .pass-top{gap:14px;align-items:center}
.v23-pass-box.active .pass-top>div{padding-left:5px}
.v23-pass-box.active .pass-top strong{font-size:20px!important;letter-spacing:-.01em}
.v23-pass-box.active .pass-top small{color:#667085!important;line-height:1.35}
.v23-pass-box.active .v24-pass-remaining{color:#16733a!important;font-weight:850!important}
.v23-pass-box.active .v24-pass-count{background:rgba(255,255,255,.72);border:1px solid rgba(34,197,94,.26);border-radius:17px;padding:10px 12px;min-width:78px;align-items:center!important;box-shadow:0 3px 10px rgba(22,101,52,.06)}
.v23-pass-box.active .v24-pass-count b{font-size:29px!important;line-height:1}
.v23-pass-box.active .v24-pass-count small{font-size:10px!important;margin-top:4px!important}

#bookingTab .hero{padding-top:18px;padding-bottom:18px}
.hero-dog-avatar-v36{width:70px!important;height:70px!important;flex-basis:70px!important}
.hero-dog-copy-v36 strong{font-size:24px}
#bookingTab 
#bookingTab .booking-section-head{margin-top:19px!important;margin-bottom:10px!important}
#bookingTab .booking-section-head h2{font-size:20px!important}
#bookingTab .deadline-card{margin-bottom:14px}
.booking-launch-v37{width:100%;border:1px solid #fed7aa;background:linear-gradient(135deg,#fff8f1,#fff);border-radius:24px;padding:16px 18px;margin:0 0 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;text-align:left;color:var(--ink);box-shadow:0 4px 16px rgba(249,115,22,.05)}
.booking-launch-icon-v37{width:46px;height:46px;border-radius:15px;background:#fff1e7;color:#e75d00;display:grid;place-items:center}
.booking-launch-icon-v37 svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.booking-launch-v37 strong{display:block;font-size:18px;line-height:1.15}
.booking-launch-v37 small{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.booking-launch-v37>b{font-size:29px;color:#9ca3af;font-weight:500}

.booking-picker-open-v37{overflow:hidden}
.booking-picker-v37{position:fixed;inset:0;z-index:570;background:rgba(17,24,39,.55);display:grid;place-items:end center;padding:10px 10px max(10px,env(safe-area-inset-bottom));overflow:auto}
.booking-picker-card-v37{width:min(610px,100%);background:#f7f8fa;border-radius:28px;padding:17px;box-shadow:0 28px 90px rgba(0,0,0,.3)}
.booking-picker-head-v37{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:1px 2px 13px}
.booking-picker-head-v37 small{display:block;color:#ea580c;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.booking-picker-head-v37 h2{margin:3px 0 0;font-size:24px;line-height:1.1}
.booking-picker-head-v37 p{margin:5px 0 0;color:var(--muted);font-size:12px}
.booking-picker-close-v37{width:40px;height:40px;flex:0 0 40px;border:0;border-radius:50%;background:#fff;color:#4b5563;font-size:27px;line-height:1;display:grid;place-items:center;padding:0}
.booking-picker-dog-v37{margin:0 0 12px}.booking-picker-dog-v37 label{margin-left:2px}
.booking-picker-days-v37{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.booking-day-v37{min-height:76px;border:1px solid #dfe3e8;background:#fff;border-radius:15px;padding:8px 3px;color:var(--ink);display:grid;align-content:center;justify-items:center;gap:3px;line-height:1}
.booking-day-v37 small{font-size:10px;color:var(--muted);font-weight:800;text-transform:capitalize}
.booking-day-v37 strong{font-size:16px}
.booking-day-v37 span{font-size:9px;color:#76808f;white-space:nowrap}
.booking-day-v37.selected{background:#fff1e7;border-color:#fb923c;box-shadow:0 0 0 2px rgba(249,115,22,.1);color:#c94f00}
.booking-day-v37.selected span{color:#c94f00}
.booking-day-v37.booked{background:#effaf3;border-color:#b7e7c8;color:#166534}
.booking-day-v37.disabled:not(.booked){background:#eef0f3;color:#9ca3af;border-color:#e5e7eb}
.booking-day-v37:disabled{cursor:default;opacity:1}
.booking-picker-taxi-title-v37{font-size:12px;font-weight:850;color:#4b5563;margin:14px 2px 7px}
.booking-picker-taxi-v37{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.booking-picker-taxi-v37 button{min-height:45px;border:1px solid #dfe3e8;border-radius:13px;background:#fff;color:#4b5563;padding:7px 5px;font-size:11px;font-weight:800}
.booking-picker-taxi-v37 button.active{background:#fff1e7;color:#d95700;border-color:#fdba74}
.booking-picker-submit-v37{margin-top:13px;min-height:54px;border-radius:18px;font-size:17px}

.reserved-empty-v37{text-align:center;color:var(--muted);padding:24px 18px;border-style:dashed}
.reserved-day-card-v37{padding:0!important;overflow:hidden;border-radius:24px!important;margin-bottom:13px!important}
.reserved-day-top-v37{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 19px}
.reserved-day-top-v37>div strong{display:block;font-size:18px;text-transform:capitalize}
.reserved-day-top-v37>div span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.reserved-day-meta-v37{border-top:1px solid #eef0f2;padding:12px 19px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.reserved-roster-count-v37,.reserved-roster-v37 summary{font-size:12px;font-weight:800;color:#5f6875}
.reserved-roster-v37 summary{cursor:pointer;list-style:none}.reserved-roster-v37 summary::-webkit-details-marker{display:none}
.reserved-roster-v37 summary:before{content:'›';display:inline-block;margin-right:6px;transition:transform .15s}.reserved-roster-v37[open] summary:before{transform:rotate(90deg)}
.reserved-roster-v37>div{display:grid;gap:10px;margin-top:12px}.reserved-roster-v37>div>span{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.25}.reserved-roster-v37>div>span>b{font-weight:850}
.reserved-roster-avatar-v37{width:34px;height:34px;flex:0 0 34px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff1f8;font-style:normal;font-size:16px}.reserved-roster-avatar-v37 img{width:100%;height:100%;object-fit:cover}
.reserved-taxi-v37{font-size:11px;color:#6b7280;background:#f3f4f6;border-radius:999px;padding:6px 9px}
.reserved-note-v37{margin:0 19px 10px;padding:9px 11px;border-radius:12px;background:#fef3c7;color:#92400e;font-size:12px}
.cancel-booking-v37{margin:0 14px 12px auto;display:block;font-size:12px}

@media(max-width:520px){
  .settings-quick-v37{padding:15px 17px}.settings-quick-v37 strong{font-size:16px}
  .v23-pass-box.active{padding:17px!important}.v23-pass-box.active .pass-top strong{font-size:18px!important}.v23-pass-box.active .v24-pass-count{min-width:72px;padding:9px 10px}.v23-pass-box.active .v24-pass-count b{font-size:27px!important}
  .hero-dog-avatar-v36{width:62px!important;height:62px!important;flex-basis:62px!important}.hero-dog-copy-v36 strong{font-size:21px}
  .booking-launch-v37{padding:14px 15px;border-radius:21px}.booking-launch-icon-v37{width:42px;height:42px;border-radius:14px}.booking-launch-v37 strong{font-size:16px}.booking-launch-v37 small{font-size:11px}
  .booking-picker-v37{padding-left:7px;padding-right:7px}.booking-picker-card-v37{padding:14px;border-radius:25px}.booking-picker-head-v37 h2{font-size:22px}
  .booking-picker-days-v37{gap:5px}.booking-day-v37{min-height:70px;border-radius:13px;padding:7px 2px}.booking-day-v37 strong{font-size:14px}.booking-day-v37 span{font-size:8px}
  .booking-picker-taxi-v37{gap:5px}.booking-picker-taxi-v37 button{font-size:10px;padding:6px 3px}
  .reserved-day-top-v37{padding:15px 16px}.reserved-day-meta-v37{padding:11px 16px}.reserved-day-top-v37>div strong{font-size:17px}
}


/* v39: legal/privacy dialogs must open above Settings */
#privacyInfoModal.legal-modal,
#schoolTermsModal.legal-modal,
#schoolTermsReadModal.legal-modal {
  z-index: 720 !important;
}


/* v40: Android scrolling + settings cleanup */
html,body{
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.app,.tab-page,#messagesTab,#dogTab,#bookingTab{
  touch-action:pan-y;
}
.settings-card-v36,.legal-card,.booking-picker-card-v37,.message-thread{
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
}
html.settings-open-v36,html.booking-picker-open-v37{
  overflow:hidden!important;
}
#customerLegalControlsV23 .v23-consent-row:has(#pushToggleV23){
  display:none!important;
}


/* v40b: cross-platform settings visibility + reliable page scrolling */
#customerLegalControlsV23 > .v23-consent-row:has(#pushToggleV23){display:none!important}
#customerLegalControlsV23 > .v23-consent-row:has(#privacyToggleV23),
#customerLegalControlsV23 > .v23-consent-row.v37-hide-notification:not(:has(#pushToggleV23)){
  display:flex!important;
}
html,body{
  height:auto!important;
  min-height:100%!important;
  min-height:100dvh!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
body{position:static!important;touch-action:pan-y!important}
#appView.app{
  height:auto!important;
  min-height:100dvh!important;
  overflow:visible!important;
  touch-action:pan-y!important;
}
#appView .tab-page{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  touch-action:pan-y!important;
}
#messagesTab{padding-bottom:140px!important}
#messagesTab .message-thread{touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}
html.settings-open-v36,html.booking-picker-open-v37{overflow-y:auto!important}
.settings-modal-v36,.booking-picker-v37,.legal-modal{overscroll-behavior:contain;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}


/* v44: permanentka interest clarity */
.pass-interest-disclaimer-v44{font-size:12px!important;line-height:1.45!important;color:#7b8493!important;margin-top:12px!important}

/* Customer dog profile: compact header, one editor and focused statistics. */
.dog-profile-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;margin:6px 0 10px}
.dog-profile-identity{display:flex;align-items:center;gap:14px;min-width:0}
.dog-profile-header .profile-photo-wrap{flex:0 0 auto}
.dog-profile-header .dog-avatar.profile{width:76px;height:76px;font-size:28px}
.dog-profile-header .dog-photo-name{font-size:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dog-profile-header .photo-pencil{right:-2px;bottom:-2px;width:29px;height:29px;font-size:16px}
.dog-details-open{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:10px 14px;white-space:nowrap}
.profile-onboarding-card .btn{flex:0 0 auto;min-height:44px;padding:10px 14px}
html.dog-details-open{overflow:hidden}
.dog-details-modal{z-index:560}
.dog-details-card{width:min(620px,100%)}
.dog-details-card .form-stack{gap:14px}
.dog-details-card input[readonly]{background:#f3f4f6;color:#4b5563}
.dog-vaccinations-heading{margin-top:5px;padding-top:15px;border-top:1px solid var(--line);font-size:15px;font-weight:900}
.visit-summary-card{margin-top:10px;padding:20px 22px}
.visit-summary-total{display:grid;gap:4px;padding:2px 0 16px}
.visit-summary-total span{font-size:15px;color:var(--muted);font-weight:750}
.visit-summary-total strong{font-size:36px;line-height:1}
.monthly-visits{border-top:1px solid var(--line)}
.monthly-visits>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;cursor:pointer;list-style:none;font-size:14px;font-weight:850;color:#374151}
.monthly-visits>summary::-webkit-details-marker{display:none}
.monthly-visits[open] .details-chevron{transform:rotate(90deg)}
.monthly-visits-list{padding-bottom:2px}
#bookingTab .hero-pass small{display:block;margin-top:4px;font-size:11px;line-height:1.2;opacity:.86;white-space:nowrap}
@media(max-width:520px){
  .dog-profile-header{gap:12px;padding:14px}
  .dog-profile-identity{gap:10px}
  .dog-profile-header .dog-avatar.profile{width:64px;height:64px;font-size:24px}
  .dog-profile-header .dog-photo-name{font-size:20px;max-width:110px}
  .dog-details-open{font-size:13px;padding:9px 11px}
  .profile-onboarding-card .btn{width:100%}
  .dog-details-card .grid2{grid-template-columns:minmax(0,1fr)!important}
  .visit-summary-card{padding:18px}
  #bookingTab .hero-pass small{font-size:10px}
}

/* v51: keep the dog editor exclusively inside its modal, even if an older runtime layer is still active for one boot. */
#dogProfileLayoutV23 > #dogForm,
#dogTab > #dogForm{display:none!important}
#dogDetailsModal #dogForm{display:grid!important}
.profile-onboarding-card .btn{width:min(100%,660px)!important;margin:0 auto}
.visit-summary-card{padding:16px 20px!important}
.visit-summary-total{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:0 0 13px!important;
}
.visit-summary-total span{font-size:16px!important}
.visit-summary-total strong{font-size:30px!important;line-height:1!important;margin:0!important}
.monthly-visits>summary{min-height:46px!important}

#navMessages{display:none!important}
#messagesTab{display:none!important}

.support-chat-btn-v52{
  position:fixed;
  z-index:95;
  right:max(20px,calc((100vw - 820px)/2 + 20px));
  bottom:calc(96px + env(safe-area-inset-bottom));
  width:58px;height:58px;
  border:1px solid #e5e7eb;
  border-radius:50%;
  display:grid;place-items:center;
  background:#fff;color:#4b5563;
  box-shadow:0 10px 28px rgba(17,24,39,.18);
}
.support-chat-btn-v52 svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.support-chat-unread-v52{position:absolute;right:5px;top:5px;width:11px;height:11px;border-radius:50%;background:#ef4444;border:2px solid #fff}
html.support-chat-open-v52{overflow:hidden}
.support-chat-modal-v52{z-index:590}
.support-chat-card-v52{width:min(620px,100%);display:grid;grid-template-rows:auto auto minmax(120px,1fr) auto}
.support-message-thread-v52{min-height:150px;max-height:34dvh;margin:2px 0 14px;padding:12px;background:#f8fafc;border:1px solid var(--line);border-radius:18px}
.support-message-form-v52{padding-top:2px}
@media(max-width:520px){
  .visit-summary-card{padding:15px 18px!important}
  .visit-summary-total strong{font-size:28px!important}
  .support-chat-btn-v52{right:18px;width:56px;height:56px}
  .support-chat-card-v52{max-height:calc(100dvh - 28px)}
  .support-message-thread-v52{max-height:30dvh}
}
.profile-onboarding-card .btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:center!important;
  text-align:center!important;
  width:min(100%,560px)!important;
  margin:0 auto!important;
}

.bottom-nav{
  width:min(620px,calc(100% - 12px))!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.bottom-nav:has(#navStaff:not(.hidden)){
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
#navMessages{display:none!important}
.bottom-nav #navBooking,
.bottom-nav #navDog{
  min-width:0!important;
}
.nav-dog-avatar-v36{
  width:33px!important;
  height:33px!important;
}

.support-chat-btn-v52{
  width:66px!important;
  height:66px!important;
  background:#f97316!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 30px rgba(249,115,22,.34)!important;
}
.support-chat-btn-v52 svg{width:30px!important;height:30px!important}
.support-chat-unread-v52{
  width:12px!important;height:12px!important;
  border-color:#fff!important;
}
.support-chat-hint-v53{
  position:fixed;
  z-index:94;
  right:max(18px,calc((100vw - 820px)/2 + 18px));
  bottom:calc(171px + env(safe-area-inset-bottom));
  border:1px solid #fed7aa;
  border-radius:18px;
  background:#fff;
  color:#7c2d12;
  padding:10px 14px;
  min-width:190px;
  text-align:left;
  box-shadow:0 10px 28px rgba(17,24,39,.14);
}
.support-chat-hint-v53 span,
.support-chat-hint-v53 strong{display:block}
.support-chat-hint-v53 span{font-size:12px;color:#9a3412;margin-bottom:2px}
.support-chat-hint-v53 strong{font-size:15px;color:#c2410c}
.support-chat-hint-v53:after{
  content:'';
  position:absolute;
  right:22px;
  bottom:-7px;
  width:13px;height:13px;
  background:#fff;
  border-right:1px solid #fed7aa;
  border-bottom:1px solid #fed7aa;
  transform:rotate(45deg);
}

.support-chat-card-v52{
  width:min(680px,100%)!important;
}
.support-chat-card-v52 .legal-kicker{color:#ea580c!important}

.visit-summary-card{padding:13px 18px!important}
.visit-summary-total{padding-bottom:11px!important}
.visit-summary-total span{font-size:16px!important}
.visit-summary-total strong{font-size:28px!important}
.monthly-visits>summary{min-height:42px!important}

@media(max-width:520px){
  .bottom-nav{
    width:calc(100% - 10px)!important;
  }
  .bottom-nav button{
    min-height:68px!important;
  }
  .nav-dog-avatar-v36{width:32px!important;height:32px!important}
  .support-chat-btn-v52{
    right:15px!important;
    width:64px!important;
    height:64px!important;
  }
  .support-chat-hint-v53{
    right:14px;
    bottom:calc(164px + env(safe-area-inset-bottom));
    min-width:185px;
  }
  .support-chat-card-v52{
    width:100%!important;
  }
}

/* v54: stronger dog personalisation through larger profile photos */
.hero-dog-avatar-v36{
  width:74px!important;
  height:74px!important;
  flex:0 0 74px!important;
  font-size:28px!important;
}
#bookingTab .hero{
  min-height:122px!important;
}
.dog-profile-header .dog-avatar.profile{
  width:92px!important;
  height:92px!important;
  font-size:32px!important;
}
.dog-profile-header .photo-pencil{
  width:31px!important;
  height:31px!important;
}
.dog-profile-identity{gap:15px!important}
@media(max-width:520px){
  .hero-dog-avatar-v36{
    width:68px!important;
    height:68px!important;
    flex-basis:68px!important;
  }
  #bookingTab .hero{
    min-height:114px!important;
  }
  .dog-profile-header .dog-avatar.profile{
    width:80px!important;
    height:80px!important;
    font-size:28px!important;
  }
  .dog-profile-identity{gap:11px!important}
}

/* v55: larger booking photo without increasing hero height, school rules and hamburger Menu */
@media(min-width:521px){
  .hero-dog-avatar-v36{
    width:88px!important;
    height:88px!important;
    flex:0 0 88px!important;
  }
  #bookingTab .hero{
    min-height:122px!important;
    padding:16px 20px!important;
  }
}
@media(max-width:520px){
  .hero-dog-avatar-v36{
    width:82px!important;
    height:82px!important;
    flex:0 0 82px!important;
  }
  #bookingTab .hero{
    min-height:114px!important;
    padding:14px 18px!important;
  }
  .hero-dog-v36{gap:12px!important}
}

#dogSettingsBtnV36{
  width:auto!important;
  min-width:82px!important;
  height:44px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 13px!important;
}
#dogSettingsBtnV36 svg{width:22px!important;height:22px!important}
#dogSettingsBtnV36>span{font-size:13px;font-weight:850}

.school-rules-card-v55{
  width:100%;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  text-align:left;
  padding:15px 17px;
  margin:10px 0;
  border:1px solid var(--line);
  background:#fff;
  color:#111827;
  cursor:pointer;
}
.school-rules-icon-v55{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:#fff7ed;color:#ea580c;
}
.school-rules-icon-v55 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.school-rules-copy-v55{min-width:0;display:grid;gap:2px}
.school-rules-copy-v55 strong{font-size:16px;line-height:1.2}
.school-rules-copy-v55 small{font-size:12px;color:var(--muted);font-weight:650}
.school-rules-chevron-v55{font-size:30px;line-height:1;color:#9ca3af}
.school-rules-body-v55{white-space:pre-wrap}

/* v56: stable photo surfaces; image nodes are preserved by JS between rerenders */
.hero-dog-avatar-v36 img,.nav-dog-avatar-v36 img,.dog-avatar.profile img{display:block;width:100%;height:100%;object-fit:cover}

/* v60: compact app header, stable viewport/nav, iOS date inputs and Android scrolling */
#appView>.topbar{display:none!important}
#appView.app{
  padding-top:max(8px,env(safe-area-inset-top))!important;
  padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;
}
.bottom-nav{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:0!important;
  transform:translateX(-50%) translateZ(0)!important;
  margin:0!important;
  width:min(620px,calc(100% - 10px))!important;
  padding-bottom:max(8px,env(safe-area-inset-bottom))!important;
  z-index:180!important;
  will-change:transform;
}
@media(max-width:520px){
  .bottom-nav{
    left:50%!important;
    right:auto!important;
    bottom:0!important;
    width:calc(100% - 10px)!important;
  }
}
html.settings-open-v36,
html.booking-picker-open-v37,
html.dog-details-open,
html.support-chat-open-v52{
  overflow-y:auto!important;
  height:auto!important;
  min-height:100dvh!important;
}
html,body,#appView.app,#appView .tab-page{
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}
#dogDetailsModal{
  overflow-x:hidden!important;
}
#dogDetailsModal .dog-details-card{
  width:min(620px,calc(100vw - 20px))!important;
  max-width:calc(100vw - 20px)!important;
  overflow-x:hidden!important;
}
#dogDetailsModal #dogForm,
#dogDetailsModal .grid2,
#dogDetailsModal .grid2>div,
#dogDetailsModal .vaccine-box{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
#dogDetailsModal input[type="date"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:block!important;
  inline-size:100%!important;
  width:100%!important;
  min-inline-size:0!important;
  min-width:0!important;
  max-inline-size:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  font-size:16px!important;
  padding-left:12px!important;
  padding-right:10px!important;
}
#dogDetailsModal input[type="date"]::-webkit-date-and-time-value{
  min-width:0!important;
  width:100%!important;
  text-align:left!important;
}
#dogDetailsModal input[type="date"]::-webkit-calendar-picker-indicator{
  margin:0!important;
  padding:0!important;
}
.post-terms-share-card-v60 .legal-body{margin-bottom:14px}

/* v61: stronger personalisation in expanded reservation roster */
.reserved-roster-v37>div{
  gap:12px!important;
  margin-top:13px!important;
}
.reserved-roster-v37>div>span{
  min-height:58px!important;
  gap:13px!important;
  font-size:17px!important;
  line-height:1.25!important;
}
.reserved-roster-v37>div>span>b{
  font-size:17px!important;
  font-weight:850!important;
}
.reserved-roster-avatar-v37{
  width:50px!important;
  height:50px!important;
  flex:0 0 50px!important;
  font-size:20px!important;
}
@media(max-width:380px){
  .reserved-roster-v37>div>span{font-size:16px!important}
  .reserved-roster-v37>div>span>b{font-size:16px!important}
  .reserved-roster-avatar-v37{width:48px!important;height:48px!important;flex-basis:48px!important}
}


/* v64: compact customer bottom navigation on iOS + Android */
.bottom-nav{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:max(8px,env(safe-area-inset-bottom))!important;
  transform:translateX(-50%) translateZ(0)!important;
  width:min(520px,calc(100% - 20px))!important;
  max-width:520px!important;
  min-height:0!important;
  height:auto!important;
  padding:6px!important;
  border-radius:24px!important;
  gap:5px!important;
  box-shadow:0 10px 30px rgba(17,24,39,.14)!important;
}
.bottom-nav button{
  min-height:54px!important;
  height:auto!important;
  padding:5px 4px!important;
  border-radius:18px!important;
  gap:2px!important;
  font-size:12px!important;
  line-height:1.05!important;
}
.bottom-nav button.active{border-radius:18px!important}
.nav-icon-v36{width:23px!important;height:23px!important}
.nav-icon-v36 svg{width:22px!important;height:22px!important}
.nav-dog-avatar-v36{width:28px!important;height:28px!important;flex:0 0 28px!important}
#appView.app{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}
@media(max-width:520px){
  .bottom-nav{
    width:calc(100% - 22px)!important;
    max-width:none!important;
    padding:5px!important;
    border-radius:22px!important;
  }
  .bottom-nav button{
    min-height:52px!important;
    padding:4px 3px!important;
    border-radius:16px!important;
    font-size:11px!important;
  }
  .bottom-nav button.active{border-radius:16px!important}
  .nav-icon-v36{width:22px!important;height:22px!important}
  .nav-icon-v36 svg{width:21px!important;height:21px!important}
  .nav-dog-avatar-v36{width:27px!important;height:27px!important;flex-basis:27px!important}
}
.profile-onboarding-card .btn{
  min-height:40px!important;
  padding:9px 12px!important;
  font-size:14px!important;
}

.settings-card-v36{
  padding:14px!important;
}
.settings-head-v36{
  padding:1px 2px 10px!important;
}
.settings-head-v36 h2{
  font-size:22px!important;
  line-height:1.15!important;
}
.settings-head-v36 p{
  margin-top:3px!important;
  font-size:12px!important;
  line-height:1.3!important;
}
.settings-close-v36{
  width:36px!important;
  height:36px!important;
  flex-basis:36px!important;
  font-size:24px!important;
}
.settings-content-v36{
  gap:8px!important;
}
.settings-quick-v37{
  padding:14px 17px!important;
  border-radius:20px!important;
}
.settings-quick-v37 strong{font-size:15px!important}
.settings-quick-v37 small{font-size:11px!important;margin-top:3px!important}

.settings-content-v36 .account-card{
  min-height:66px!important;
  padding:0 18px!important;
  border-radius:20px!important;
}
.settings-content-v36 .account-card .collapse-btn{
  min-height:66px!important;
  font-size:15px!important;
}
.settings-content-v36 #customerLegalSectionV23{
  padding-left:20px!important;
  padding-right:20px!important;
  border-radius:20px!important;
}
.settings-content-v36 #customerLegalSectionV23>summary{
  min-height:64px!important;
  font-size:16px!important;
}
#customerLegalSectionV23 .customer-legal-row{
  padding:10px 0 6px!important;
}
#customerLegalSectionV23 .customer-legal-main strong{
  font-size:14px!important;
  line-height:1.2!important;
}
#customerLegalSectionV23 .customer-legal-main small{
  font-size:11px!important;
  line-height:1.3!important;
  margin-top:2px!important;
}
#customerLegalSectionV23 .customer-legal-status{
  font-size:11px!important;
}
#customerLegalSectionV23 .customer-legal-actions .btn{
  min-height:34px!important;
  padding:7px 9px!important;
  font-size:12px!important;
  margin-top:3px!important;
  margin-bottom:8px!important;
}
#customerLegalSectionV23 .v23-consent-controls{
  margin-top:2px!important;
}
#customerLegalSectionV23 .v23-consent-row{
  padding:10px 0!important;
}
#customerLegalSectionV23 .v23-consent-row strong{
  font-size:14px!important;
  line-height:1.25!important;
}

@media(max-width:520px){
  .profile-onboarding-card .btn{
    min-height:39px!important;
    font-size:13px!important;
  }
  .settings-card-v36{
    padding:12px!important;
    border-radius:24px!important;
  }
  .settings-head-v36 h2{font-size:21px!important}
  .settings-content-v36 #customerLegalSectionV23{
    padding-left:17px!important;
    padding-right:17px!important;
  }
}


/* v74: reliable Android auth/signup scrolling */
@media(max-width:720px){
  html,body{
    height:auto!important;
    min-height:100%!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-y!important;
  }
  #authView.auth-shell:not(.hidden){
    display:block!important;
    width:100%!important;
    height:100dvh!important;
    min-height:0!important;
    max-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding:calc(14px + env(safe-area-inset-top)) 14px calc(44px + env(safe-area-inset-bottom))!important;
    touch-action:pan-y!important;
  }
  #authView .auth-card{
    width:min(460px,100%)!important;
    margin:0 auto!important;
    overflow:visible!important;
  }
  #authView form{
    overflow:visible!important;
  }
}

/* v75 – onboarding, announcements and compact mobile polish */
.onboarding-modal-v75,.announcement-modal-v75,.beta-version-modal-v75{z-index:190}
.onboarding-modal-v75 .legal-card,.announcement-modal-v75 .legal-card,.beta-version-modal-v75 .legal-card{max-height:min(86dvh,720px);overflow-y:auto;-webkit-overflow-scrolling:touch}
.waiting-dog-card-v75{text-align:center}.waiting-dog-card-v75 .legal-body p{font-size:16px;line-height:1.45}.onboarding-secondary-v75{margin-top:8px}
.portal-announcement{position:relative}.announcement-modal-card-v75 #announcementModalBodyV75{white-space:pre-wrap;overflow-wrap:anywhere}
.deadline-card{padding:9px 12px!important;margin:8px 0 12px!important;border-radius:14px!important;display:grid!important;gap:3px!important}
.deadline-card strong{font-size:11.5px!important;line-height:1.22!important;letter-spacing:-.15px}.deadline-card span{font-size:11px!important;line-height:1.25!important}
.hero-pass .single-entry-label-v75{font-size:18px!important;line-height:1.05!important}
.beta-version-badge-v75{position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:79;border:1.5px solid #dc2626;background:#fff;color:#b91c1c;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:850;line-height:1.15;box-shadow:0 2px 10px rgba(127,29,29,.08)}
.app{padding-bottom:calc(116px + env(safe-area-inset-bottom))!important}
@media(max-width:520px){.deadline-card strong{font-size:10.5px!important;white-space:nowrap}.deadline-card span{font-size:10.5px!important}.hero-pass .single-entry-label-v75{font-size:16px!important}}

/* v81: dog age is always derived from birth date */
#dogAge.dog-age-locked-v81{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed}


/* v85: school terms must be scrolled to the end before acceptance */
.terms-scroll-hint-v85{margin:9px 2px 0;font-size:12px;line-height:1.4;color:#92400e;font-weight:750}
.terms-scroll-hint-v85.done{color:#166534}
.terms-ack-row:has(input:disabled){opacity:.48}
.terms-ack-row input:disabled{cursor:not-allowed}


/* v87: customer-facing dog name and centered registration confirmation */
.waiting-dog-card-v75 h2{margin-left:0!important;margin-right:0!important;text-align:center!important}
#dogName.dog-name-locked-v87{background:#f3f4f6!important;color:#374151!important;cursor:not-allowed}


/* v89: touch photo editor and existing-photo actions */
.photo-gesture-hint-v89{padding:10px 4px 14px;text-align:center;color:var(--muted);font-size:12px;font-weight:750}
.photo-actions-card-v89{width:min(420px,100%);background:#fff;border-radius:24px;padding:18px;box-shadow:0 22px 70px rgba(17,24,39,.28)}
.photo-actions-list-v89{display:grid;gap:9px}
.photo-actions-list-v89 .btn{width:100%;min-height:50px}
.photo-actions-list-v89 .btn.danger{background:#fee2e2;color:#991b1b}
#dogPhotoInput.hidden{display:none!important}
.photo-pencil{border:1px solid #d1d5db!important;padding:0!important}


/* v91: taxi choice belongs to each selected reservation day */
.booking-picker-taxi-section-v91{display:grid;gap:10px;margin-top:14px}
.booking-picker-taxi-section-v91.hidden{display:none!important}
.booking-picker-taxi-by-day-v91{display:grid;gap:10px}
.booking-taxi-day-v91{padding:12px;border:1px solid var(--line);border-radius:17px;background:#fafafa}
.booking-taxi-day-head-v91{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
.booking-taxi-day-head-v91 strong{font-size:15px}
.booking-taxi-day-head-v91 span{font-size:13px;color:var(--muted);font-weight:750}
.booking-taxi-buttons-v91{margin:0!important}
@media(max-width:520px){
  .booking-taxi-day-v91{padding:10px}
  .booking-taxi-buttons-v91 button{font-size:11px!important;padding:9px 7px!important}
}


/* v92: placeholder for future dog progress journal */
.customer-gradebook-v92{padding:16px 17px}
.customer-gradebook-head-v92{display:flex;align-items:center;justify-content:space-between;gap:14px}
.customer-gradebook-head-v92>div{min-width:0}
.customer-gradebook-head-v92 strong{display:block;font-size:17px}
.customer-gradebook-head-v92 small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}
.customer-gradebook-head-v92>span{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:850}


/* v96 – customer onboarding, vaccinations, free entry and light visual polish */
#bookingTab .hero{position:relative;overflow:hidden}
#bookingTab .hero>div,#bookingTab .hero>.hero-pass{position:relative;z-index:1}
.hero-paws-v96{position:absolute;inset:auto -8px -8px auto;width:190px;height:100px;fill:#fff;opacity:.13;pointer-events:none;transform:rotate(-4deg)}
.free-entry-label-v96{font-size:24px!important}
.dog-profile-actions-v96{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;flex:0 0 auto}
.dog-profile-actions-v96 .dog-details-open{min-width:0;padding:9px 10px;font-size:12px}
.dog-profile-actions-v96 svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dog-details-section-v96{display:grid;gap:14px}
.optional-label-v96{font-weight:650;color:var(--muted);font-size:11px;margin-left:4px}
.vaccine-box{min-width:0;overflow:hidden}
.vaccine-box strong,.vaccine-disease-hint-v96{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.vaccine-disease-hint-v96{color:var(--muted);font-size:12px;line-height:1.42;margin:-4px 0 11px}
.vaccine-validity-v96{margin-top:10px;padding:9px 11px;border-radius:11px;font-size:12px;font-weight:850;border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280}
.vaccine-validity-v96.valid{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.vaccine-validity-v96.warning{border-color:#fde68a;background:#fffbeb;color:#a16207}
.vaccine-validity-v96.expired{border-color:#fecaca;background:#fef2f2;color:#b91c1c}
.booking-gate-v96{margin-bottom:14px}
.booking-launch-disabled-v96{opacity:.52;filter:saturate(.55);margin-bottom:8px;pointer-events:none}
.booking-vaccinations-v96{border:1px solid #fed7aa!important;background:#fff7ed!important;color:#d95700!important}
@media(max-width:520px){
  .dog-profile-header{align-items:center!important;flex-wrap:wrap}
  .dog-profile-identity{flex:1 1 150px}
  .dog-profile-actions-v96{flex:1 1 100%;width:100%}
  .dog-profile-actions-v96 .dog-details-open{width:100%;font-size:13px}
  .hero-paws-v96{width:160px;height:86px;right:-22px;bottom:-10px;opacity:.11}
}


/* v97 – live approval sync, onboarding polish and visible paw accents */
.centered-onboarding-v97 .legal-card{text-align:center}
.centered-onboarding-v97 .legal-kicker{margin-left:auto;margin-right:auto}
.centered-onboarding-v97 .legal-card h2{margin-left:0!important;margin-right:0!important;text-align:center}
.centered-onboarding-v97 .legal-body{text-align:center;max-width:470px;margin-left:auto;margin-right:auto}
.terms-card .terms-body{white-space:normal!important;display:grid;gap:10px}
.terms-point-v97{border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:12px}
.terms-point-v97 strong{display:block;color:#111827;font-size:14px;line-height:1.35;margin-bottom:7px}
.terms-point-v97 p,.terms-loose-v97{margin:0;color:#374151;font-size:13px;line-height:1.5}
.vaccine-disease-hint-v96{display:grid!important;gap:2px!important;max-width:100%!important;overflow:hidden!important;font-size:clamp(9.5px,2.7vw,11.5px)!important;line-height:1.35!important}
.vaccine-disease-hint-v96 span{display:block!important;white-space:nowrap!important;max-width:100%!important}
#bookingTab .hero .hero-paws-v96{display:block!important;z-index:0!important;opacity:.22!important;width:220px!important;height:112px!important;right:62px!important;bottom:-13px!important;transform:rotate(-5deg)!important}
.reserved-empty-v37{position:relative!important;overflow:hidden!important;min-height:84px}
.reserved-empty-v37:after{content:"";position:absolute;right:14px;bottom:6px;width:72px;height:54px;opacity:.12;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")}
@media(max-width:520px){
  #bookingTab .hero .hero-paws-v96{width:180px!important;height:94px!important;right:54px!important;bottom:-10px!important;opacity:.20!important}
  .terms-point-v97{padding:11px}
}


/* v98 – compact visits, inline rules and decorative paw polish */
#bookingTab,#dogTab{position:relative;isolation:isolate;overflow-x:clip}
#bookingTab::before,#dogTab::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:88px 66px,48px 36px,72px 54px,38px 29px,56px 42px;
  background-position:calc(100% - 6px) 190px,8px 330px,94% 61%,4% 78%,81% 92%;
  opacity:.035;
}
#bookingTab>* ,#dogTab>*{position:relative;z-index:1}

.dog-profile-header{position:relative!important;overflow:hidden!important}
.dog-profile-header::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:74px 56px,42px 32px,54px 41px;
  background-position:96% 10%,58% 8%,72% 88%;
  opacity:.075;
}
.dog-profile-header>*{position:relative;z-index:1}
.dog-profile-actions-v96{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch}
.school-rules-inline-v98{grid-column:2;grid-row:1;white-space:normal!important;line-height:1.15!important;color:#374151!important}
#dogDataOpenV96{grid-column:1;grid-row:2}
#dogVaccinationsOpenV96{grid-column:2;grid-row:2}
.school-rules-icon-inline-v98{width:18px;height:18px;display:grid;place-items:center;color:#ea580c;flex:0 0 18px}
.school-rules-icon-inline-v98 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.school-rules-card-v55:not(.school-rules-inline-v98){display:none!important}

.visit-summary-card{padding:0!important;overflow:hidden!important}
.visit-summary-toggle-v98{
  width:100%;min-height:58px;border:0;background:#fff;color:#111827;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:15px 20px;text-align:left;cursor:pointer;
}
.visit-summary-toggle-v98 strong{font-size:16px;font-weight:850}
.visit-summary-toggle-v98 .details-chevron{transition:transform .18s}
.visit-summary-toggle-v98[aria-expanded="true"] .details-chevron{transform:rotate(90deg)}
.visit-summary-body-v98{border-top:1px solid var(--line);padding:15px 20px 16px}
.visit-summary-body-v98.hidden{display:none!important}
.visit-summary-body-v98 .visit-summary-total{padding:0 0 13px!important}

#customerLegalSectionV23>summary{width:100%;user-select:none;-webkit-user-select:none}
#customerLegalSectionV23[open]>summary .details-chevron{transform:rotate(90deg)}

@media(max-width:520px){
  #bookingTab::before,#dogTab::before{
    background-size:72px 54px,40px 30px,62px 47px,32px 24px,48px 36px;
    background-position:calc(100% - 4px) 175px,6px 305px,96% 60%,3% 79%,84% 91%;
  }
  .dog-profile-header::before{background-size:62px 47px,36px 27px,46px 35px;opacity:.07}
  .school-rules-inline-v98{font-size:11.5px!important;padding:8px 7px!important}
  .visit-summary-toggle-v98{padding:14px 18px}
  .visit-summary-body-v98{padding:14px 18px 15px}
}

/* v99 dog hub */
#dogTab>.section-head.dog-section-head-hidden-v99{display:none!important}#dogProfilePhoto{display:grid;gap:12px;margin-top:2px}
.dog-hub-v99{padding:14px!important;margin:0!important;border-radius:24px!important}.dog-hub-grid-v99{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dog-hub-tile-v99{min-width:0;min-height:76px;border:0;border-radius:17px;background:#f4f5f7;color:#111827;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:13px 14px;text-align:left;cursor:pointer}.dog-hub-tile-v99 strong{font-size:14px;line-height:1.2}.dog-hub-emoji-v99{font-size:22px;line-height:1;flex:0 0 auto}.dog-hub-gradebook-v99{opacity:1!important;cursor:default}.dog-hub-gradebook-v99 small{display:block;margin-top:4px;color:#8a93a2;font-size:10px;font-weight:800}
.dog-photo-feature-v99{position:relative;overflow:hidden;padding:22px 18px 20px!important;margin:0!important;min-height:245px;display:grid;place-items:center}.dog-photo-feature-inner-v99{position:relative;z-index:2;display:grid;justify-items:center;gap:13px}.dog-photo-feature-v99 .dog-avatar.profile{width:156px!important;height:156px!important;font-size:50px!important;border-width:3px}.dog-photo-feature-v99 .dog-photo-name{font-size:27px!important;max-width:100%!important;text-align:center}.dog-photo-feature-v99 .photo-pencil{width:36px!important;height:36px!important;right:0!important;bottom:0!important}
.dog-photo-paws-v99{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:82px 62px,48px 36px,64px 48px,40px 30px,56px 42px;background-position:3% 8%,93% 9%,7% 86%,96% 77%,79% 48%;opacity:.105}#dogProfileLayoutV23{display:none!important}
.dog-visits-modal-v99{position:fixed;inset:0;z-index:610;background:rgba(17,24,39,.42);display:flex;align-items:center;justify-content:center;padding:20px}.dog-visits-modal-v99.hidden{display:none!important}.dog-visits-card-v99{width:min(520px,100%);max-height:min(78dvh,680px);overflow:auto;background:#fff;border-radius:24px;padding:20px;box-shadow:0 24px 70px rgba(17,24,39,.22)}.dog-visits-head-v99{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.dog-visits-head-v99 small{color:#f97316;font-weight:850}.dog-visits-head-v99 h2{margin:3px 0 0;font-size:23px}.dog-visits-close-v99{width:40px;height:40px;border:0;border-radius:50%;background:#f3f4f6;font-size:26px;line-height:1;color:#4b5563}.dog-visits-total-v99{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:17px;padding:16px 17px}.dog-visits-total-v99 span{font-weight:800;color:#4b5563}.dog-visits-total-v99 strong{font-size:30px}.dog-visits-month-title-v99{font-weight:900;margin:18px 2px 5px}html.dog-visits-open-v99{overflow:hidden}
#weekDays{position:relative;isolation:isolate;min-height:90px}#weekDays::before{content:"";position:absolute;inset:-8px 0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:82px 62px,48px 36px,66px 50px,38px 29px;background-position:98% 2%,2% 31%,95% 70%,7% 96%;opacity:.075}#weekDays>.card{position:relative;z-index:1}
.settings-paired-v99{display:grid}.settings-paired-row-v99{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0}.settings-paired-row-v99+.settings-paired-row-v99{border-top:1px solid var(--line)}.settings-paired-row-v99 strong{display:block;font-size:14px}.settings-paired-row-v99 small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.35}#customerLegalControlsV23 .v37-hide-notification{display:none!important}
@media(max-width:520px){#dogProfilePhoto{gap:10px}.dog-hub-v99{padding:12px!important}.dog-hub-grid-v99{gap:9px}.dog-hub-tile-v99{min-height:70px;padding:11px 12px}.dog-hub-tile-v99 strong{font-size:13px}.dog-hub-emoji-v99{font-size:20px}.dog-photo-feature-v99{min-height:230px;padding:19px 16px!important}.dog-photo-feature-v99 .dog-avatar.profile{width:148px!important;height:148px!important}.dog-photo-feature-v99 .dog-photo-name{font-size:25px!important}.dog-visits-modal-v99{padding:14px}.dog-visits-card-v99{border-radius:22px;padding:18px}}

/* v100 – polish requested during customer beta */
#bookingTab .hero{position:relative!important;isolation:isolate!important;overflow:hidden!important}
#bookingTab .hero::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:72px 54px,44px 33px,58px 44px,36px 27px,50px 38px,31px 23px;background-position:48% 28%,67% 5%,84% 60%,57% 86%,31% 76%,94% 13%;opacity:.12}
#bookingTab .hero>*{position:relative;z-index:1}
#bookingTab .hero .hero-paws-v96{opacity:.28!important}

#weekDays::before{inset:-18px -4px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")!important;background-size:86px 65px,52px 39px,70px 53px,42px 32px,58px 44px,34px 26px!important;background-position:98% 1%,1% 18%,96% 42%,3% 62%,94% 82%,7% 99%!important;opacity:.13!important}
#weekDays>.card{background:rgba(255,255,255,.94)!important}
.reserved-empty-v37{background:rgba(255,255,255,.90)!important}
.reserved-empty-v37:after{opacity:.16!important}

#dogProfilePhoto{gap:12px!important}
.dog-photo-feature-v99{order:1}.dog-hub-v99{order:2}
.dog-hub-tile-v99{position:relative!important;overflow:hidden!important;isolation:isolate!important;min-height:72px!important;padding:12px 13px!important}
.dog-hub-tile-v99 .dog-hub-emoji-v99{position:absolute!important;right:8px!important;bottom:-7px!important;z-index:0!important;font-size:50px!important;opacity:.075!important;filter:saturate(.8);pointer-events:none}
.dog-hub-tile-v99 strong,.dog-hub-tile-v99>span:not(.dog-hub-emoji-v99){position:relative;z-index:1}
.dog-hub-tile-v99 strong{font-size:12.5px!important;line-height:1.15!important;white-space:nowrap!important;letter-spacing:-.1px}
.dog-hub-visits-v100 strong{font-size:11.2px!important;letter-spacing:-.25px!important}
.dog-hub-gradebook-v99 small{font-size:9.5px!important}

.dog-photo-feature-v99.dog-male-v100 .dog-photo-paws-v99{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%2360a5fa'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%2360a5fa'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%2360a5fa'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%2360a5fa'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%2360a5fa'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")!important}
.dog-photo-feature-v99.dog-male-v100 .dog-avatar.profile{border-color:#93c5fd!important;background:#eff6ff!important;color:#3b82f6!important}
.dog-photo-feature-v99.dog-female-v100 .dog-avatar.profile{border-color:#f5b9db!important;background:#fff1f8!important;color:#d35ea8!important}
.dog-male-v100{border-color:#93c5fd!important;background-color:#eff6ff!important;color:#3b82f6!important}
.dog-female-v100{border-color:#f5b9db!important;background-color:#fff1f8!important;color:#d35ea8!important}
.hero-dog-avatar-v36.dog-male-v100,.hero-dog-avatar-v36.dog-female-v100{border-width:3px!important}
.nav-dog-avatar-v36.dog-male-v100,.nav-dog-avatar-v36.dog-female-v100{border-width:2px!important}
.reserved-roster-avatar-v37{border:2px solid transparent}
.reserved-roster-avatar-v37.dog-male-v100{border-color:#93c5fd!important}.reserved-roster-avatar-v37.dog-female-v100{border-color:#f5b9db!important}

.birthdate-recommend-v100{display:block;color:#9a5b16;font-size:11px;line-height:1.35;font-weight:700;margin:-1px 0 7px}
.school-rules-body-v55{white-space:normal!important;display:grid!important;gap:10px!important}
.school-rules-body-v55 .terms-point-v97{margin:0!important}
.school-rules-body-v55 .terms-point-v97 strong{font-weight:900!important}
.school-rules-body-v55 .terms-point-v97 p{margin:0!important}
.school-rules-body-v55 .terms-loose-v97{margin:0!important}
.settings-head-v36 h2{font-size:24px!important}

@media(max-width:390px){
 .dog-hub-tile-v99{padding:11px 10px!important}
 .dog-hub-tile-v99 strong{font-size:11.6px!important}
 .dog-hub-visits-v100 strong{font-size:10.3px!important}
}

/* v101: brand image is a local static asset */
.auth-brand img[src="/icon-192.png"]{visibility:visible!important}


/* v102 – customer beta polish and bug fixes */

/* Orange permanent-card: keep a clean five-paw SVG only; remove the extra pseudo-layer. */
#bookingTab .hero::after{content:none!important}
#bookingTab .hero .hero-paws-v96{opacity:.22!important}

/* Ensure the full dog name has real flex space and always sits above decorations. */
#bookingTab .hero{display:flex!important;justify-content:space-between!important;gap:12px!important}
#bookingTab .hero-dog-v36{flex:1 1 auto!important;min-width:0!important;position:relative!important;z-index:3!important}
#bookingTab .hero-dog-copy-v36{flex:1 1 auto!important;min-width:0!important;position:relative!important;z-index:3!important}
#bookingTab .hero-dog-copy-v36 strong{max-width:none!important;width:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}
#bookingTab .hero-pass{flex:0 0 auto!important;position:relative!important;z-index:3!important}

/* More visible pink paws around reservations, spread like the approved visual reference. */
#bookingTab::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-size:54px 41px,78px 59px,42px 32px,66px 50px,46px 35px,82px 62px,48px 36px!important;
  background-position:96% 32%,4% 46%,92% 53%,7% 64%,72% 72%,8% 87%,95% 88%!important;
  opacity:.075!important;
}
#weekDays::before{
  inset:-20px -8px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23f472b6'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-size:48px 36px,78px 59px,42px 32px,56px 42px,34px 26px!important;
  background-position:4% 5%,96% 7%,8% 56%,94% 68%,13% 98%!important;
  opacity:.11!important;
}
#weekDays>.card,.reserved-empty-v37{position:relative!important;z-index:1!important;background:rgba(255,255,255,.92)!important}

/* Recommendation below birth date should be supportive but visually secondary. */
.birthdate-recommend-v100{
  font-size:9.5px!important;
  line-height:1.25!important;
  font-weight:700!important;
  margin:2px 0 7px!important;
  letter-spacing:-.05px!important;
}

/* Dashboard emojis stay in the background, just slightly more visible. */
.dog-hub-tile-v99 .dog-hub-emoji-v99{opacity:.115!important}

/* Support chat has only the useful title, without the redundant orange brand stripe. */
.support-chat-card-v52{grid-template-rows:auto minmax(120px,1fr) auto!important}
.support-chat-card-v52 #supportChatTitleV52{margin-top:4px!important;margin-bottom:16px!important}

/* Rules points are individually separated and their headings stay bold. */
.school-rules-body-v55{display:grid!important;gap:10px!important;white-space:normal!important}
.school-rules-body-v55 .terms-point-v97{display:block!important;margin:0!important;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:14px!important;padding:12px!important}
.school-rules-body-v55 .terms-point-v97 strong{display:block!important;font-weight:900!important;margin-bottom:7px!important;color:#111827!important}
.school-rules-body-v55 .terms-point-v97 p{margin:0!important}
.school-rules-body-v55 .terms-loose-v97{margin:0!important}

@media(max-width:520px){
  #bookingTab .hero{gap:9px!important}
  #bookingTab .hero-dog-v36{gap:10px!important}
  #bookingTab .hero-dog-copy-v36 strong{font-size:20px!important}
  #bookingTab .hero-pass{max-width:44%!important}
  #bookingTab::before{
    background-size:46px 35px,68px 51px,36px 27px,58px 44px,40px 30px,70px 53px,42px 32px!important;
    background-position:97% 31%,3% 45%,94% 54%,6% 65%,74% 73%,7% 87%,96% 89%!important;
  }
  .birthdate-recommend-v100{font-size:9px!important}
}


/* v103 – settings legal content + paw distribution polish */

/* Legal accordion contains only legal documents/status; notification/privacy controls stay in the top card. */
#customerLegalControlsV23{display:none!important}
#customerLegalStatusCard{display:block!important}
#customerLegalStatusCard>strong:first-child{display:none!important}
#customerLegalStatusCard .customer-legal-row{padding:12px 0!important}
#customerLegalStatusCard .customer-legal-actions{margin-top:10px!important}
#customerLegalSectionV23[open] .details-content{display:block!important}

/* Dashboard background emoji: a little stronger, still decorative. */
.dog-hub-tile-v99 .dog-hub-emoji-v99{opacity:.16!important}

/* Reservation-page pink paws: modestly larger while remaining subtle. */
#bookingTab::before{
  background-size:62px 47px,92px 69px,50px 38px,78px 59px,54px 41px,96px 72px,58px 44px!important;
  opacity:.08!important;
}
#weekDays::before{
  background-size:58px 44px,92px 69px,50px 38px,68px 51px,42px 32px!important;
  opacity:.115!important;
}

/* Orange membership card: use one clean paw layer with five paws scattered across the card. */
#bookingTab .hero .hero-paws-v96{display:none!important}
#bookingTab .hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cg fill='%23fff'%3E%3Cellipse cx='40' cy='38' rx='15' ry='12'/%3E%3Ccircle cx='20' cy='22' r='6'/%3E%3Ccircle cx='34' cy='15' r='6'/%3E%3Ccircle cx='49' cy='16' r='6'/%3E%3Ccircle cx='61' cy='27' r='6'/%3E%3C/g%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-size:44px 33px,66px 50px,36px 27px,54px 41px,40px 30px!important;
  background-position:31% 17%,52% 62%,68% 14%,84% 73%,23% 78%!important;
  opacity:.13!important;
}
#bookingTab .hero>*{position:relative!important;z-index:2!important}

@media(max-width:520px){
  #bookingTab::before{
    background-size:54px 41px,80px 60px,44px 33px,68px 51px,48px 36px,82px 62px,50px 38px!important;
  }
  #weekDays::before{
    background-size:52px 39px,82px 62px,44px 33px,60px 45px,38px 29px!important;
  }
  #bookingTab .hero::after{
    background-size:38px 29px,58px 44px,32px 24px,48px 36px,36px 27px!important;
    background-position:30% 15%,50% 68%,67% 12%,84% 72%,22% 80%!important;
    opacity:.125!important;
  }
}

/* v104 vaccination proof photos */
.vacc-proof-box-v104{border:1px solid #fed7aa;background:#fffaf5;border-radius:18px;padding:14px;display:grid;gap:11px}
.vacc-proof-head-v104{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.vacc-proof-head-v104 strong{display:block;font-size:15px}.vacc-proof-head-v104 small{display:block;color:var(--muted);font-size:11px;line-height:1.4;margin-top:3px}
.vacc-proof-count-v104{min-width:28px;height:28px;border-radius:999px;background:#ffedd5;color:#c2410c;display:grid;place-items:center;font-size:12px;font-weight:900}
.vacc-proof-grid-v104{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.vacc-proof-thumb-v104{position:relative;min-width:0;border:1px solid #e5e7eb;border-radius:13px;overflow:hidden;background:#fff;padding:0;color:#374151;text-align:center}
.vacc-proof-thumb-v104 img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.vacc-proof-thumb-v104 span{display:block;padding:6px;font-size:10px;font-weight:800}
.vacc-proof-thumb-v104.staged button{position:absolute;right:4px;top:4px;width:27px;height:27px;border:0;border-radius:50%;background:rgba(17,24,39,.76);color:#fff;font-size:18px;line-height:1}
.vacc-proof-empty-v104{grid-column:1/-1;padding:12px;border:1px dashed #fdba74;border-radius:13px;color:#9a3412;font-size:12px;text-align:center}
.vacc-proof-staged-v104{display:grid;gap:7px}.vacc-proof-stage-title-v104{font-size:11px;font-weight:850;color:#9a3412}
.vacc-proof-actions-v104{display:grid;grid-template-columns:1fr 1fr;gap:8px}.vacc-proof-picker-v104{display:flex!important;justify-content:center!important;text-align:center!important;font-size:12px!important;padding:10px 8px!important}
.vacc-proof-message-v104{font-size:11px;line-height:1.4;color:#6b7280}
.vacc-proof-viewer-v104{position:fixed;inset:0;z-index:700;background:rgba(0,0,0,.88);display:grid;place-items:center;padding:18px}.vacc-proof-viewer-v104.hidden{display:none!important}
.vacc-proof-viewer-v104 img{max-width:100%;max-height:88dvh;object-fit:contain;border-radius:12px}.vacc-proof-viewer-close-v104{position:fixed;top:max(18px,env(safe-area-inset-top));right:18px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111827;font-size:28px;z-index:2}
.vacc-renewal-card-v104{text-align:center}.vacc-renewal-icon-v104{font-size:38px;margin:3px 0 10px}.vacc-renewal-card-v104 h2{margin-left:0!important;margin-right:0!important}.vacc-renewal-card-v104 .legal-body{margin-bottom:14px}
#dogVaccinationFieldsV96>.vaccine-box>label{display:block;margin:2px 0 6px;font-size:12px;font-weight:800;color:#4b5563}
@media(max-width:390px){.vacc-proof-actions-v104{grid-template-columns:1fr}.vacc-proof-grid-v104{gap:6px}}


/* v106 – focused onboarding and vaccination polish */
html.email-confirmed-v106 #authView.auth-shell:not(.hidden){
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  min-height:100dvh!important;
  height:100dvh!important;
  padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom))!important;
  overflow-y:auto!important;
}
html.email-confirmed-v106 #authView .auth-card{margin:auto!important}
html.email-confirmed-v106 #installHelpLink{display:none!important}

/* Long rules remain verbatim but are broken into readable paragraphs. */
.terms-point-v97 p+p{margin-top:10px!important}
.school-rules-body-v55 .terms-point-v97 p+p{margin-top:10px!important}

/* Vaccination editor: keep every child inside the mobile modal width. */
#dogDetailsModal .dog-details-card,
#dogDetailsModal #dogForm,
#dogVaccinationFieldsV96,
#dogVaccinationFieldsV96>*,
.vacc-proof-box-v104,
.vacc-proof-head-v104,
.vacc-proof-grid-v104,
.vacc-proof-staged-v104{
  min-width:0!important;
  max-width:100%!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.vacc-proof-box-v104{overflow:hidden!important}
.vacc-proof-head-v104>div{min-width:0!important;flex:1 1 auto!important}
.vacc-proof-head-v104 small{white-space:normal!important;overflow-wrap:anywhere!important}
.vacc-proof-count-v104{flex:0 0 28px!important}
.vacc-proof-actions-v104{display:none!important}
@media(max-width:520px){
  #dogDetailsModal .dog-details-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding-left:16px!important;padding-right:16px!important}
  .vacc-proof-box-v104{padding:13px!important}
}


/* v107 – customer account waits behind a clean shell until a dog is assigned */
html.customer-awaiting-dog-v107,
html.customer-awaiting-dog-v107 body{
  min-height:100dvh!important;
  background:#fffaf7!important;
}
html.customer-awaiting-dog-v107 #appView{
  visibility:hidden!important;
  pointer-events:none!important;
  user-select:none!important;
}
.waiting-dog-modal-v75{
  background:#fffaf7!important;
  z-index:760!important;
}
.waiting-dog-modal-v75 .waiting-dog-card-v75{
  width:min(430px,calc(100vw - 28px))!important;
  max-height:none!important;
  text-align:center!important;
  border:1px solid #f3e8df!important;
  box-shadow:0 18px 60px rgba(124,75,36,.10)!important;
}
.waiting-dog-modal-v75 .legal-kicker{margin-left:auto!important;margin-right:auto!important}
.waiting-dog-modal-v75 .legal-body{max-width:360px;margin-left:auto;margin-right:auto}
.waiting-dog-modal-v75 .hint{color:#6b7280;font-size:13px!important}
@media(max-width:520px){
  .waiting-dog-modal-v75{padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom))!important}
  .waiting-dog-modal-v75 .waiting-dog-card-v75{padding:24px 18px 22px!important}
}
