.screen{gap:var(--gap);min-height:100svh;padding:20px 16px calc(24px + env(safe-area-inset-bottom));flex-direction:column;display:flex}.screen--centered{justify-content:center}.brand-mark{box-shadow:var(--shadow);-webkit-user-select:none;user-select:none;border-radius:50%;display:block}.app-splash{align-items:center;gap:16px}.legal-brand{margin-bottom:4px}.app-header{justify-content:space-between;align-items:flex-start;gap:var(--gap);display:flex}.app-header--inline{align-items:center}.app-main{gap:var(--gap);flex-direction:column;display:flex}.focus-target:focus{outline:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.form{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.field-label{color:var(--text-muted);font-size:14px}.field-row{align-items:flex-end;gap:12px;display:flex}.field-row .btn{flex:1}.field-hint{color:var(--danger);font-size:13px}.field-control{display:flex;position:relative}.input--with-affix{padding-right:48px}.field-affix{border-radius:var(--radius-sm);width:46px;color:var(--accent);cursor:pointer;background:0 0;border:none;place-items:center;padding:0;display:grid;position:absolute;top:0;bottom:0;right:0}.field-affix:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}input,select,textarea{font:inherit;color:var(--text);background:var(--field-bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:12px;font-size:16px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.btn{font:inherit;border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;min-height:46px;padding:12px 16px;font-size:16px;transition:opacity .2s,border-color .2s}.btn:disabled{opacity:.6;cursor:default}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--primary{background:var(--accent);color:var(--accent-text);font-weight:600}.btn--primary:disabled{opacity:.4}.btn--ghost{background:var(--ghost-bg);color:var(--text-muted);border-color:var(--border)}.btn--danger{background:var(--danger);color:var(--danger-text);font-weight:600}.btn--danger-ghost{background:var(--ghost-bg);color:var(--danger);border-color:var(--danger)}.btn--block{width:100%}.btn--link{min-height:0;color:var(--accent);background:0 0;border:none;padding:0;text-decoration:underline}.btn--icon{background:var(--icon-button-bg);border-color:var(--icon-button-border);width:46px;color:var(--accent);border-radius:999px;flex:none;place-items:center;padding:0;display:grid}.btn--quiet{color:var(--text-muted);min-height:44px;font-size:15px}.btn--quiet:hover,.btn--quiet:focus-visible{color:var(--accent)}.message{border-radius:var(--radius-sm);padding:10px 12px;font-size:15px}.message--error{color:var(--danger);background:var(--danger-bg)}.message--notice{color:var(--success);background:var(--success-bg)}.message--warning{color:var(--warning);background:var(--warning-bg);border:1px solid var(--warning-border)}.auth-card{flex-direction:column;gap:20px;display:flex}.auth-header{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.auth-header h1{color:var(--accent);font-size:32px}.auth-legal{text-align:center;margin-top:4px}.auth-switch{text-align:center;color:var(--text-muted);font-size:15px}.auth-forgot{text-align:right;margin-top:-8px;font-size:14px}.dog-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.dog-card,.nav-card{align-items:center;gap:14px;padding:14px;display:flex;position:relative}.dog-open,.nav-open{font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0}.dog-open:after,.nav-open:after{content:"";border-radius:var(--radius);position:absolute;inset:0}.dog-open:focus-visible,.nav-open:focus-visible{outline:none}.dog-open:focus-visible:after,.nav-open:focus-visible:after{outline:2px solid var(--accent);outline-offset:2px}.dog-chevron,.nav-chevron{color:var(--text-muted);margin-left:auto;font-size:22px}.dog-photo{object-fit:cover;background:var(--accent-bg);border-radius:50%;flex-shrink:0;width:56px;height:56px}.dog-photo--empty{place-items:center;font-size:26px;display:grid}.dog-info{min-width:0}.dog-info h2{align-items:center;gap:6px;display:flex}.dog-sex{color:var(--accent);font-size:16px}.dog-detail{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.dog-photo--large{width:96px;height:96px;font-size:44px}.photo-field-row{align-items:center;gap:16px;display:flex}.photo-field-actions{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.dog-photo--pending{opacity:.55}.photo-pick{place-items:center;display:inline-grid;position:relative}.photo-pick input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.photo-pick:focus-within{outline:2px solid var(--accent);outline-offset:2px}.photo-progress{flex-direction:column;gap:4px;display:flex}.photo-progress progress{width:100%;height:8px;accent-color:var(--accent)}.photo-failed{flex-direction:column;gap:8px;display:flex}.fact-list{flex-direction:column;gap:2px;width:100%;margin:0;display:flex}.fact{text-align:left;border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.fact dd{margin:0}.dog-detail--editing .fact{align-items:center;padding:6px 0}.fact dt label{color:inherit;font:inherit}.fact dd input,.fact dd select{width:11rem;max-width:100%;padding:8px 10px}.fact dd input[type=number]{width:5.5rem}.fact dd input[type=time]{width:7rem}.fact-input-unit,.fact-inputs{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.fact-inputs{gap:10px}.dog-detail--editing .fact--stacked{flex-direction:column;align-items:stretch;gap:8px}.name-input{letter-spacing:-.4px;text-align:center;padding:6px 10px;font-size:26px;font-weight:700;line-height:1.2}.photo-field--stacked{align-items:center;width:100%}.photo-field--stacked .photo-field-row{flex-direction:column;gap:10px}.photo-field--stacked .photo-field-actions{flex-flow:wrap;justify-content:center;align-items:center;gap:12px}.photo-field--stacked .photo-progress,.photo-field--stacked .photo-failed{text-align:left;width:100%}.dog-health textarea{width:100%}.empty{text-align:center;flex-direction:column;gap:6px;padding:32px 20px;display:flex}.empty-emoji{font-size:34px}.greeting{justify-content:space-between;align-items:flex-start;gap:var(--gap);display:flex}.greeting-text{flex-direction:column;gap:4px;min-width:0;display:flex}.greeting-title{letter-spacing:-.3px;font-size:22px;font-weight:600;line-height:1.25}.greeting-weather{text-align:right;flex:none}.settings-group{flex-direction:column;gap:12px;display:flex}.settings-email{overflow-wrap:anywhere;text-align:right}.settings-list{margin:0;padding:0;list-style:none}.settings-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.nav-row{position:relative}.nav-row .nav-open:after{border-radius:var(--radius-sm)}.settings-row-text{flex-direction:column;gap:2px;min-width:0;display:flex}.account-danger{border-color:var(--danger);margin-top:12px}.export-contents{flex-direction:column;gap:4px;margin:0;padding-left:20px;display:flex}.legal-section{flex-direction:column;gap:8px;display:flex}.legal-section+.legal-section{border-top:1px solid var(--border);padding-top:12px}.switch{appearance:none;border:1.5px solid var(--text-muted);background:var(--field-bg);cursor:pointer;border-radius:999px;flex:none;width:46px;height:28px;margin:0;transition:background .15s,border-color .15s;position:relative}.switch:after{content:"";background:var(--text-muted);border-radius:50%;width:20px;height:20px;transition:transform .15s,background .15s;position:absolute;top:2.5px;left:2.5px}.switch:checked{background:var(--accent);border-color:var(--accent)}.switch:checked:after{background:var(--accent-text);transform:translate(18px)}.switch:disabled{opacity:.6;cursor:progress}.switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}label.settings-row-text{cursor:pointer}.notifications-status{margin:0}.segmented--fill{display:flex}.segmented--fill .segmented-option{flex:1}.reminders{flex-direction:column;gap:12px;margin-top:8px;display:flex}.reminder-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.reminder{align-items:center;gap:4px;padding:4px 6px 4px 4px;display:flex}.reminder-done{min-width:0;min-height:56px;font:inherit;color:inherit;text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:12px;padding:10px;display:flex}.reminder-done:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.reminder-done:disabled{opacity:.5;cursor:default}.reminder-check{border:2px solid var(--border);border-radius:50%;flex:none;width:24px;height:24px;transition:border-color .2s,background .2s}.reminder-done:hover .reminder-check{border-color:var(--accent);background:var(--accent-bg)}.reminder-text{flex-direction:column;gap:2px;min-width:0;display:flex}.reminder-title{overflow-wrap:anywhere;font-weight:600}.reminder-meta{color:var(--text-muted);font-size:14px}.reminder--overdue{border-color:var(--warning-border);box-shadow:inset 4px 0 0 var(--warning);background:var(--warning-bg)}.reminder--overdue .reminder-due{color:var(--warning);font-weight:600}.reminder--overdue .reminder-check{border-color:var(--warning-border)}.btn--icon-quiet{color:var(--text-muted);background:0 0;border-color:#0000}.reminder-notice{justify-content:space-between;align-items:center;gap:12px;display:flex}.reminder-notice .btn--link{color:inherit;min-height:44px;font-weight:600}.reminder-offer{flex-direction:column;gap:12px;display:flex}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.invite-overlay{z-index:20;background:var(--bg);position:fixed;inset:0;overflow-y:auto}.invite-overlay .screen{max-width:640px;margin:0 auto}.invite-card{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.invite-card>.field-row,.invite-card>.btn{align-self:stretch}.invite-terms,.invite-privacy{text-align:left;flex-direction:column;align-self:stretch;gap:6px;display:flex}.invite-terms h2,.invite-privacy h2{font-size:15px}.invite-terms ul{color:var(--text-muted);margin:0 0 6px;padding-left:20px}.invite-privacy{border:1px solid var(--warning-border);background:var(--warning-bg);border-radius:var(--radius-sm);box-shadow:inset 4px 0 0 var(--warning);padding:12px 14px}.share-dog{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:12px;display:flex}.share-dog-heading{align-items:center;gap:12px;display:flex}.share-dog-photo{width:40px;height:40px;font-size:20px}.share-dog-text{flex-direction:column;min-width:0;display:flex}.share-dog-name{font-weight:600}.share-confirm{flex-wrap:wrap;justify-content:flex-end;column-gap:12px;display:inline-flex}.share-danger{color:var(--danger);min-height:44px;font-weight:600}.share-leave{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.invite-form,.invite-result{flex-direction:column;gap:10px;display:flex}.invite-link{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:14px}.dog-shared-tag{color:var(--text-muted);vertical-align:middle;margin-left:8px;font-size:12px;font-weight:400}.shared-note{text-align:center}.share-limit{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);padding:10px 12px;font-size:15px}.tab-bar{z-index:10;background:var(--surface);border-top:1px solid var(--border);width:100%;max-width:640px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.link-banner{margin:20px 16px 0}.app-shell .screen{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.tab{font:inherit;border-radius:var(--radius-sm);min-height:52px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 4px;font-size:11px;display:flex}.tab-icon{filter:grayscale();opacity:.7;font-size:21px;line-height:1}.tab[aria-current=page]{color:var(--accent);font-weight:600}.tab[aria-current=page] .tab-icon{filter:none;opacity:1}.tab:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.dog-picker,.checklist{border:none;margin:0}.dog-picker legend,.checklist legend{padding:0}.checklist{flex-direction:column;gap:8px;padding:0;display:flex}.checklist legend{margin-bottom:6px}.dog-health{flex-direction:column;gap:12px;display:flex}.tag-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.tag{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 12px;font-size:14px}.tag--warning{color:var(--warning);background:var(--warning-bg);border-color:var(--warning-border);margin-top:4px;padding:2px 10px;font-size:13px;display:inline-block}.dog-picker legend{float:left;width:100%;margin-bottom:10px}.dog-picker legend+*{clear:both}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{position:relative}.chip input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;padding:0;position:absolute;top:0;left:0}.chip span{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:8px 18px;display:flex}.chip input:checked+span{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent);font-weight:600}.chip input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.dog-picker:disabled .chip span{opacity:.55;cursor:default}.walk-stats{text-align:center;flex-direction:column;gap:18px;display:flex}.stat{flex-direction:column;gap:2px;display:flex}.stat-value{letter-spacing:-.5px;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600}.stat--hero .stat-value{color:var(--accent);font-size:52px}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.7px;font-size:12px}.stat-row{gap:12px;display:flex}.stat-row .stat{flex:1}.walk-gps{border-top:1px solid var(--border);padding-top:14px;font-size:13px}.walk-note{color:var(--text-muted);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius-sm);padding:12px 14px;font-size:14px;line-height:1.4}.walk-day{flex-direction:column;gap:8px;display:flex}.walk-day-heading{color:var(--text-muted);text-transform:uppercase;letter-spacing:.7px;margin:0;font-size:13px;font-weight:600}.walk-card{align-items:center;gap:14px;padding:14px;display:flex;position:relative}.walk-time{font-variant-numeric:tabular-nums;flex-shrink:0;min-width:54px;font-size:14px}.walk-info{flex:1;min-width:0}.walk-title{flex-wrap:wrap;align-items:center;gap:8px;font-size:17px;font-weight:600;line-height:1.25;display:flex}.walk-open{font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0}.walk-open:after{content:"";border-radius:var(--radius);position:absolute;inset:0}.walk-open:focus-visible{outline:none}.walk-open:focus-visible:after{outline:2px solid var(--accent);outline-offset:2px}.walk-emoji{font-size:40px;line-height:1}.walk-summary{flex-direction:column;gap:14px;display:flex}.empty h3{margin:0;font-size:18px;line-height:1.25}.chip input[type=checkbox]:checked+span:before{content:"✓";margin-right:6px;font-size:13px}textarea{resize:vertical;min-height:84px;line-height:1.45}.dog-picker--bare{padding:0}.walk-notes{flex-direction:column;gap:12px;display:flex}.walk-note-text{white-space:pre-wrap;overflow-wrap:anywhere}.walk-badge{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.field-hint-muted{font-size:13px}.walk-dog-notes,.walk-dog-note{flex-direction:column;gap:10px;display:flex}.walk-dog-notes{gap:14px}.walk-dog-note h3{margin:0}.walk-dog-note+.walk-dog-note{border-top:1px solid var(--border);padding-top:14px}.dog-detail a,.walk-dog-notes a{color:var(--accent)}.walk-analysis{flex-direction:column;gap:12px;display:flex}.analysis-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.segmented{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:2px;display:inline-flex}.segmented-option{font:inherit;min-height:36px;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:6px 12px;font-size:14px}.segmented-option[aria-pressed=true]{color:var(--accent);background:var(--accent-bg);font-weight:600}.segmented-option:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.distance-chart{width:100%;position:relative}.distance-chart svg{touch-action:pan-y;display:block}.distance-chart svg:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius-sm)}.chart-grid{stroke:var(--border);stroke-width:1px;shape-rendering:crispedges}.chart-tick{fill:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px}.chart-bar{fill:var(--accent);transition:opacity .15s}.chart-bar--active{opacity:.7}.chart-caution{fill:var(--chart-caution);stroke:var(--surface);stroke-width:2px;pointer-events:none}.chart-hit{fill:#0000;cursor:pointer}.chart-empty{fill:var(--text-muted);font-size:14px}.chart-readout{min-height:2.8em;color:var(--text-muted);flex-wrap:wrap;align-content:flex-end;align-items:baseline;column-gap:10px;font-size:13px;display:flex}.chart-readout strong{color:var(--text);font-size:15px;font-weight:600}.chart-key,.chart-readout-caution{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}.chart-key-dot{background:var(--chart-caution);border-radius:50%;flex:none;width:8px;height:8px}.analysis-stats{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:12px 16px;margin:0;padding-top:12px;display:grid}.analysis-stat--wide{grid-column:1/-1}.analysis-stat dt{color:var(--text-muted);font-size:13px}.analysis-stat dd{margin:0}.analysis-value{font-size:20px;font-weight:600}.analysis-value--small{font-size:16px}.analysis-change{color:var(--text-muted);font-size:14px;display:block}.analysis-table summary{color:var(--text-muted);cursor:pointer;align-items:center;min-height:44px;font-size:14px;display:flex}.analysis-table-scroll{overflow-x:auto}.analysis-table table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:14px}.analysis-table th,.analysis-table td{text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;padding:6px 8px 6px 0}.analysis-table th:first-child,.analysis-table td:first-child{text-align:left}.analysis-table thead th{color:var(--text-muted);font-weight:400}.analysis-table tbody th{font-weight:400}.logs-filter .chip-row{gap:8px}.logs-history-heading{margin-top:8px}.walk-map-card{flex-direction:column;gap:12px;display:flex}.walk-map{border-radius:var(--radius-sm);z-index:0;height:260px;position:relative;overflow:hidden}@media (width>=480px){.walk-map{height:320px}}.walk-marker{box-sizing:border-box;border:3px solid var(--surface);width:16px;height:16px;box-shadow:0 0 0 1px var(--border);border-radius:50%}.walk-marker--start{background:var(--success)}.walk-marker--end{background:var(--accent)}.walk-map-legend{align-items:center;gap:6px;font-size:13px;display:flex}.walk-map-key{border:2px solid var(--surface);width:12px;height:12px;box-shadow:0 0 0 1px var(--border);border-radius:50%}.walk-map-key--start{background:var(--success)}.walk-map-key--end{background:var(--accent);margin-left:12px}.walk-paused{color:var(--warning);background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-size:15px;font-weight:600;display:flex}.walk-stats--paused{border-color:var(--warning-border)}.walk-stats--paused .stat-value{opacity:.5}.walk-stats--paused .stat--hero .stat-value{color:var(--warning);opacity:.7}.places-map-wrap{border:1px solid var(--border);border-radius:var(--radius);height:max(340px,100svh - 290px);position:relative;overflow:hidden}.places-map{width:100%;height:100%}.places-hint{width:fit-content;max-width:calc(100% - 68px);color:var(--text);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);pointer-events:none;border-radius:999px;margin:0;padding:6px 14px;font-size:14px;position:absolute;top:12px;left:12px;right:56px}.places-hint--error{color:var(--danger);top:auto;bottom:44px}.place-dot{width:10px;height:10px;box-shadow:0 0 0 2px var(--place-marker-edge);border-radius:50%;flex:none;margin-right:8px;display:inline-block}.place-dot--restaurant{background:var(--place-restaurant)}.place-dot--vet{background:var(--place-vet)}.place-dot--pet_shop{background:var(--place-pet-shop)}.place-dot--groomer{background:var(--place-groomer)}.place-dot--park{background:var(--place-park)}.place-dot--cafe{background:var(--place-restaurant)}.place-dot--pet{background:var(--place-pet-shop)}.map-you{background:var(--place-you);border:3px solid var(--place-marker-edge);width:16px;height:16px;box-shadow:0 0 0 1px var(--place-you);border-radius:50%}.place-sheet{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.places-map-wrap .place-sheet{z-index:2;max-height:calc(100% - 96px);position:absolute;bottom:36px;left:10px;right:10px;overflow-y:auto}.sheet-backdrop{z-index:20;background:#00000059;position:fixed;inset:0}.place-bottom-sheet{--tab-bar-height:65px;--sheet-full:min(90svh, calc(100svh - var(--tab-bar-height) - env(safe-area-inset-bottom) - 8px));--sheet-peek:42svh;z-index:21;left:50%;bottom:calc(var(--tab-bar-height) + env(safe-area-inset-bottom));width:100%;max-width:640px;height:var(--sheet-full);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow);transform:translate(-50%, calc(var(--sheet-rest,0px) + var(--sheet-drag,0px)));border-bottom:0;flex-direction:column;transition:transform .25s;display:flex;position:fixed}.place-bottom-sheet[data-snap=peek]{--sheet-rest:calc(var(--sheet-full) - var(--sheet-peek))}.place-bottom-sheet[data-snap=full]{--sheet-rest:0px}.place-bottom-sheet[data-dragging]{transition:none}.place-bottom-sheet:focus{outline:none}.place-bottom-sheet:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.sheet-grab{border-radius:var(--radius) var(--radius) 0 0;cursor:grab;touch-action:none;background:0 0;border:none;flex:none;justify-content:center;align-items:center;width:100%;min-height:28px;padding:10px 0 4px;display:flex}.sheet-grab:active{cursor:grabbing}.sheet-grab-bar{background:var(--border);border-radius:999px;width:36px;height:4px}.sheet-grab:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.sheet-grab:focus-visible .sheet-grab-bar,.sheet-grab:hover .sheet-grab-bar{background:var(--text-muted)}.sheet-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding-bottom:12px;overflow-y:auto}.place-bottom-sheet .place-sheet{box-shadow:none;background:0 0;border:0;border-radius:0;padding-top:4px}.place-sheet--peek{gap:6px}.place-sheet--peek .place-directions{margin-top:2px}@media (prefers-reduced-motion:reduce){.place-bottom-sheet{transition:none}}.place-sheet-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.place-sheet-category{align-items:center;margin:0;display:flex}.place-sheet-actions{align-items:center;gap:2px;margin:-6px -8px -6px 0;display:flex}.place-sheet-close{margin:-8px -8px -8px 0}.place-error-detail{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.place-edit{margin-top:4px}.place-remove-start{color:var(--danger);align-self:flex-start}.place-remove{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:8px;display:flex}.place-remove p{margin:0;font-size:14px}.place-feedback{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:4px;padding-top:12px;display:flex}.place-feedback p{margin:0}.place-feedback .chip-row{gap:8px}.place-feedback .btn--small[aria-pressed=true]{color:var(--accent);border-color:var(--accent)}.place-feedback textarea{resize:vertical;width:100%}.place-feedback .field{gap:6px}.place-dogs--yes{color:var(--success);border-color:currentColor}.place-facts{flex-direction:column;gap:8px;margin:0;display:flex}.place-facts dt{font-size:13px}.place-facts dd{overflow-wrap:anywhere;margin:0}.place-facts a{color:var(--accent)}.place-directions{color:var(--text);justify-content:center;align-items:center;margin-top:4px;text-decoration:none;display:flex}.place-directions:hover,.place-directions:focus-visible{border-color:var(--accent);color:var(--accent)}.place-hours span{display:block}.places-credit{margin-top:-8px}.places-credit a{color:inherit}.badge-verified{white-space:nowrap;color:var(--accent);background:var(--accent-bg);border-radius:999px;align-items:center;gap:4px;margin-left:6px;padding:1px 8px 1px 4px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.badge-verified-mark{flex:none;width:16px;height:16px}.places-search{flex-direction:column;gap:4px;display:flex}.places-search-row{align-items:center;gap:8px;display:flex}.places-search-row .field-control{flex:1;min-width:0}.places-saved-toggle{white-space:nowrap;flex:none;align-items:center;gap:6px;min-height:44px;display:inline-flex}.places-saved-toggle[aria-pressed=true]{color:var(--accent);border-color:var(--accent)}.places-saved-count{font-variant-numeric:tabular-nums;background:var(--accent-bg);color:var(--accent);border-radius:999px;padding:0 6px;font-size:12px}.places-search input[type=search]::-webkit-search-decoration{appearance:none}.places-search input[type=search]::-webkit-search-cancel-button{appearance:none}.places-search input[type=search]::-webkit-search-results-button{appearance:none}.place-sheet-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.place-sheet-tags .badge-verified{margin-left:0}.place-sheet-policy{border:none;border-top:1px solid var(--border);margin:12px 0 0;padding:12px 0 0}.place-sheet-policy .chip-row{margin-top:8px}.place-sheet-policy .btn--small[aria-pressed=true]{color:var(--accent);background:var(--accent-bg);border-color:var(--accent);font-weight:600}.btn--small{min-height:36px;padding:6px 12px;font-size:14px}.admin-dog select{min-width:140px;padding:8px 10px;font-size:14px}.place-sheet-credit{text-align:center;margin:8px 0 0}.place-sheet-credit a{color:inherit}.places-list summary{cursor:pointer;font-weight:600}.places-list ul{margin:12px 0 0;padding:0;list-style:none}.places-list li+li{border-top:1px solid var(--border)}.places-list-item{width:100%;min-height:44px;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;padding:8px 0;display:flex}.places-list-item>span{flex-direction:column;display:flex}.places-list-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.places-list-name{font-weight:600}.nearby{flex-direction:column;gap:12px;display:flex}.nearby-head{flex-direction:column;gap:4px;display:flex}.nearby-head h2{margin:0;font-size:18px}.nearby-state{margin:0;font-size:15px}.nearby-list{margin:0;padding:0;list-style:none}.nearby-list li+li{border-top:1px solid var(--border)}.admin-hidden{flex-direction:column;gap:8px;margin-top:8px;display:flex}.admin-hidden h2{margin:0;font-size:16px}.admin-error-detail{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.admin-head-actions{flex:none;gap:8px}.admin-feedback-counts{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-feedback-counts .tag{padding:2px 8px;font-size:12px}.admin-feedback-notes{border-left:2px solid var(--border);overflow-wrap:anywhere;flex-direction:column;gap:4px;margin:4px 0 0;padding:0 0 0 10px;font-size:14px;list-style:none;display:flex}.nearby-row{align-items:flex-start;gap:8px;display:flex}.nearby-row .nearby-item{flex:1;min-width:0}.nearby-item--gone{cursor:default;color:var(--text-muted)}.nearby-forget{white-space:nowrap;flex:none;align-self:center}.place-save{min-width:44px;min-height:44px;color:var(--text-muted);flex:none;align-self:center;font-size:18px;line-height:1}.place-save--on,.place-save:hover,.place-save:focus-visible{color:var(--accent)}.nearby-item{width:100%;min-height:44px;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.nearby-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nearby-item[aria-current=true] .nearby-item-name{color:var(--accent)}.nearby-item-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.nearby-item-name{overflow-wrap:anywhere;font-weight:600}.nearby-item-category{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.nearby-item-category .tag{padding:2px 8px;font-size:12px}.nearby-item-line{overflow-wrap:anywhere}.nearby-distance{font-variant-numeric:tabular-nums;color:var(--text-muted);flex:none;padding-top:1px;font-size:14px}.nearby-end{text-align:center;margin:0}.spinner{vertical-align:-2px;border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:2.4s}}.admin-progress{flex-direction:column;gap:6px;display:flex}.admin-progress progress{width:100%;height:10px;accent-color:var(--accent)}.admin-filters{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-search{grid-column:1/-1}.admin-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.admin-row{flex-direction:column;gap:10px;padding:12px 14px;display:flex}.admin-row-text{overflow-wrap:anywhere;flex-direction:column;gap:2px;min-width:0;display:flex}.admin-row-actions{align-items:center;gap:8px;display:flex}.admin-row-actions .btn{margin-left:auto;padding-inline:16px}.admin-dog-field{border:none;margin:0;padding:0}.admin-meta a{color:var(--accent)}.hours-editor{flex-direction:column;gap:12px;display:flex}.hours-days{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hours-day{grid-template-columns:34px 1fr auto 1fr;align-items:center;gap:8px;display:grid}.hours-day input[type=time]{min-width:0;padding:10px 8px}.hours-day input[type=time]:disabled{opacity:.5}.hours-day-name{color:var(--text-muted);font-size:14px}.hours-closed{color:var(--text-muted);cursor:pointer;grid-column:2/-1;align-items:center;gap:8px;min-height:32px;font-size:14px;display:flex}.hours-closed input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);flex:none;margin:0;padding:0}@media (width>=480px){.hours-day{grid-template-columns:34px 1fr auto 1fr auto}.hours-closed{grid-column:auto}}.hours-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hours-editor code{overflow-wrap:anywhere;font-size:13px}.location-picker{gap:var(--gap);flex-direction:column;display:flex}.location-postcode{align-items:flex-start;gap:8px;display:flex}.location-postcode input{text-transform:uppercase}.location-postcode .btn{flex:none}.location-missing{flex-direction:column;gap:4px;display:flex}.location-missing p,.location-missing ul{margin:0}.location-missing ul{padding-left:18px}.location-suggest{text-align:left;align-self:flex-start}.location-map{border-radius:var(--radius-sm);border:1px solid var(--border);height:220px;overflow:hidden}@media (width>=600px){.location-map{height:300px}}.location-pin{background:var(--accent);border:3px solid var(--place-marker-edge);width:22px;height:22px;box-shadow:0 0 0 1px var(--place-marker-selected), var(--shadow);cursor:grab;border-radius:50%}.location-pin:active{cursor:grabbing}.location-manual>summary{color:var(--text-muted);cursor:pointer;align-items:center;min-height:44px;font-size:14px;display:flex}.location-manual .field{margin-top:4px}:root{--bg:#d4c2b4;--surface:#fff;--text:#08060d;--text-muted:#534b5c;--border:#e5e4e7;--field-bg:#fff;--accent:#7a4f38;--accent-text:#fff;--accent-bg:#f2edeb;--accent-border:#bda79c;--danger:#c62f43;--danger-bg:#f9eaec;--danger-text:#fff;--success:#187449;--success-bg:#e9f3ef;--warning:#9a5b00;--warning-bg:#f5efe6;--warning-border:#d2b58c;--ghost-bg:var(--surface);--icon-button-bg:var(--surface);--icon-button-border:var(--accent);--chart-caution:#d97706;--map-route-casing:#fff;--place-restaurant:#9a3412;--place-vet:#0f766e;--place-pet-shop:#1d4ed8;--place-groomer:#be185d;--place-park:#7e22ce;--place-marker-edge:#fff;--place-marker-selected:#1c1714;--place-you:#1c1714;--radius:14px;--radius-sm:10px;--gap:16px;--shadow:#08060d0f 0 2px 8px, #08060d0a 0 1px 2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.45 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1c1714;--surface:#29211c;--text:#f5eee8;--text-muted:#bcad9f;--border:#433730;--field-bg:#1c1714;--accent:#c89670;--accent-text:#1c1714;--accent-bg:#c8967026;--accent-border:#c8967099;--danger:#ff8a95;--danger-bg:#ff8a951f;--danger-text:#1c1714;--success:#6ee7b7;--success-bg:#6ee7b71f;--warning:#fbbf24;--warning-bg:#fbbf2424;--warning-border:#fbbf2480;--ghost-bg:transparent;--icon-button-bg:var(--accent-bg);--icon-button-border:#c89670b3;--chart-caution:var(--warning);--map-route-casing:#0000;--shadow:#0006 0 2px 8px, #00000040 0 1px 2px}*{box-sizing:border-box}body{background:var(--bg);min-height:100svh;margin:0}#root{width:100%;max-width:640px;min-height:100svh;margin:0 auto}h1{letter-spacing:-.4px;margin:0;font-size:26px;line-height:1.2}h2{margin:0;font-size:18px;line-height:1.25}p{margin:0}.muted{color:var(--text-muted);font-size:15px}
