.auth-button__cluster{display:flex;align-items:center;gap:var(--space-2)}.auth-button__user{display:flex;align-items:center;gap:var(--space-2);color:#f8fafc;font-size:.85rem}.auth-button__avatar{width:28px;height:28px;border-radius:50%;background:var(--color-secondary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.78rem;letter-spacing:.02em}.auth-button__name{display:inline-block;max-width:14ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-button{padding:7px 14px;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;transition:background .15s ease,border-color .15s ease;border:1px solid transparent}.auth-button--signin{background:var(--color-secondary);color:#fff}.auth-button--signin:hover{background:var(--color-secondary-hover)}.auth-button--signout{background:transparent;border-color:#f8fafc2e;color:#f8fafc}.auth-button--signout:hover{background:#ffffff14;border-color:#f8fafc4d}.auth-button__loading{color:#94a3b8;font-size:.9rem;padding:0 var(--space-2)}@media(max-width:900px){.auth-button__name{display:none}}.topnav{background:var(--color-primary);color:#f8fafc;border-bottom:1px solid #0F172A;position:sticky;top:0;z-index:50}.topnav__inner{display:flex;align-items:center;gap:var(--space-5);padding-top:var(--space-3);padding-bottom:var(--space-3)}.topnav__brand{display:flex;align-items:center;gap:var(--space-3);color:#f8fafc;text-decoration:none;flex-shrink:0}.topnav__brand:hover{color:#f8fafc}.topnav__brand-mark{width:36px;height:36px;border-radius:var(--radius-md);background:var(--color-secondary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:-.02em}.topnav__brand-text{display:flex;flex-direction:column;line-height:1.1}.topnav__brand-name{font-weight:600;font-size:1rem;letter-spacing:-.01em}.topnav__brand-sub{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;margin-top:1px}.topnav__nav{display:flex;gap:var(--space-1);flex:1;margin-left:var(--space-5)}.topnav__link{color:#cbd5e1;font-size:.92rem;font-weight:500;padding:8px 14px;border-radius:var(--radius-md);position:relative;transition:color .15s ease,background-color .15s ease}.topnav__link:hover{color:#fff;background:#ffffff0f}.topnav__link.is-active{color:#fff;background:#0d94882e}.topnav__link.is-active:after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;background:var(--color-secondary);border-radius:2px}.topnav__user{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.topnav__agency{display:flex;flex-direction:column;line-height:1.15;text-align:right}.topnav__agency-label{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.topnav__agency-name{font-weight:500;font-size:.88rem;color:#f8fafc}.topnav__signout{padding:7px 14px;border:1px solid rgba(248,250,252,.18);border-radius:var(--radius-md);background:transparent;color:#f8fafc;font-size:.85rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.topnav__signout:hover{background:#ffffff14;border-color:#f8fafc4d}@media(max-width:900px){.topnav__inner{flex-wrap:wrap;gap:var(--space-3)}.topnav__nav{order:3;flex-basis:100%;margin-left:0;overflow-x:auto;padding-bottom:4px}.topnav__user{margin-left:auto}.topnav__agency{display:none}}.site-footer{margin-top:var(--space-8);border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer__inner{display:grid;grid-template-columns:2fr 1.2fr 1.4fr 1fr;gap:var(--space-6);padding-top:var(--space-6);padding-bottom:var(--space-6);align-items:start}.site-footer__col{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__col--meta{align-items:flex-end;text-align:right}.site-footer__brand{font-weight:600;font-size:.95rem;color:var(--color-text)}.site-footer__label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.site-footer__note{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;max-width:36ch}.site-footer__link{font-size:.9rem;color:var(--color-secondary)}.site-footer__meta{font-size:.8rem;color:var(--color-text-muted)}.site-footer__meta--mono{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.05em}.site-footer__copy{font-size:.85rem;color:var(--color-text-muted)}@media(max-width:800px){.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__col--meta{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;padding-top:var(--space-4);border-top:1px solid var(--color-border)}}@media(max-width:520px){.site-footer__inner{grid-template-columns:1fr}}.loading-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);z-index:1000}.loading-gate__spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-secondary);animation:lg-spin .9s linear infinite}@keyframes lg-spin{to{transform:rotate(360deg)}}.loading-gate__text{text-align:center}.loading-gate__title{font-weight:600;font-size:.95rem;margin-bottom:4px}.loading-gate__sub{font-size:.82rem;color:var(--color-text-muted)}.loading-gate__banner{background:#fef3c7;border-bottom:1px solid #FDE68A;color:#92400e;font-size:.82rem;padding:8px var(--space-4)}.loading-gate__banner summary{cursor:pointer;text-align:center;list-style:none}.loading-gate__banner summary:after{content:" (click for details)";font-size:.72rem;opacity:.7}.loading-gate__banner[open] summary:after{content:""}.loading-gate__banner ul{margin:8px auto 0;max-width:var(--container-max);padding-left:1.4em;font-size:.78rem;line-height:1.45}.loading-gate__banner code{font-family:var(--font-mono);background:#92400e1a;padding:1px 5px;border-radius:3px;font-size:.78rem}.loading-gate__banner--partial{background:#dbeafe;border-bottom-color:#bfdbfe;color:#1e40af}.loading-gate__banner--partial code{background:#1e40af1a}.loading-gate__unlinked{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-4);background:var(--color-bg)}.loading-gate__unlinked-card{max-width:520px;background:var(--color-surface, #fff);border:1px solid var(--color-border);border-radius:12px;padding:var(--space-6, 2rem);text-align:center;box-shadow:0 1px 3px #0000000a}.loading-gate__unlinked-eyebrow{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:8px}.loading-gate__unlinked-card h1{font-size:1.35rem;font-weight:600;margin:0 0 var(--space-4) 0;line-height:1.3}.loading-gate__unlinked-card p{font-size:.92rem;line-height:1.55;color:var(--color-text);margin:0 0 var(--space-3) 0}.loading-gate__unlinked-hint{color:var(--color-text-muted)}.loading-gate__unlinked-sub{font-size:.78rem;color:var(--color-text-muted);margin-top:var(--space-4);font-style:italic}.loading-gate__refresh-link{background:none;border:none;padding:0;margin:0;font:inherit;color:var(--color-link, #2563eb);text-decoration:underline;cursor:pointer}.loading-gate__refresh-link:hover{text-decoration:none}.loading-gate__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.require-auth{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space-7) var(--space-4)}.require-auth__card{max-width:480px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-7) var(--space-6);text-align:center;box-shadow:var(--shadow-md)}.require-auth__eyebrow{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-secondary);margin-bottom:var(--space-2)}.require-auth__card h1{font-size:1.5rem;margin-bottom:var(--space-3)}.require-auth__card p{color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.55}.require-auth__button{display:inline-block;background:var(--color-primary);color:#fff;font-weight:600;font-size:.92rem;padding:10px 22px;border-radius:var(--radius-md);margin-bottom:var(--space-4);transition:background .15s ease}.require-auth__button:hover{background:var(--color-primary-hover)}.require-auth__note{font-size:.82rem;color:var(--color-text-muted);margin-bottom:0}.require-auth__pending{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.9rem}.kpi-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-1);box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-border-strong)}.kpi-card__label{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.kpi-card__value{font-size:1.55rem;font-weight:600;letter-spacing:-.02em;color:var(--color-text);line-height:1.1;font-variant-numeric:tabular-nums}.kpi-card__foot{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-top:var(--space-1)}.kpi-card__trend{font-size:.78rem;font-weight:500;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-pill)}.kpi-card__trend--up{background:var(--color-status-active-bg);color:var(--color-status-active-text)}.kpi-card__trend--down{background:#fee2e2;color:#991b1b}.kpi-card__trend--flat{background:var(--color-status-released-bg);color:var(--color-status-released-text)}.kpi-card__hint{font-size:.78rem;color:var(--color-text-muted)}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.005em;white-space:nowrap;line-height:1.4;border:1px solid transparent}.status-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.status-badge--inkennels{background:var(--color-status-active-bg);color:var(--color-status-active-text);border-color:#a7f3d0}.status-badge--onhold{background:var(--color-status-hold-bg);color:var(--color-status-hold-text);border-color:#fde68a}.status-badge--departed{background:var(--color-status-released-bg);color:var(--color-status-released-text);border-color:var(--color-border)}.handling-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500;line-height:1.4;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}.handling-badge--compact{padding:2px 8px 2px 6px;font-size:.7rem}.handling-badge__swatch{width:8px;height:8px;border-radius:2px;background:var(--handling-color, #999);flex-shrink:0;box-shadow:0 0 0 1px #0f172a14}.handling-strip{display:block;width:100%;height:4px}.dashboard-hero{background:linear-gradient(135deg,#F1F5F9 0%,#FFFFFF 60%,var(--color-surface) 100%);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-4);display:grid;grid-template-columns:1fr auto;gap:var(--space-5);align-items:center;box-shadow:var(--shadow-sm)}.dashboard-hero__eyebrow{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-secondary);margin-bottom:var(--space-2)}.dashboard-hero__text h1{font-size:1.55rem;font-weight:700;letter-spacing:-.02em;margin-bottom:var(--space-1)}.dashboard-hero__agency{color:var(--color-primary)}.dashboard-hero__sub{color:var(--color-text-muted);font-size:.9rem;max-width:60ch}.dashboard-hero__meta{display:grid;grid-template-columns:auto;gap:var(--space-1);text-align:right;border-left:1px solid var(--color-border);padding-left:var(--space-5)}.dashboard-hero__meta-label{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-top:var(--space-2)}.dashboard-hero__meta-label:first-child{margin-top:0}.dashboard-hero__meta-value{font-size:.92rem;color:var(--color-text)}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);margin-bottom:var(--space-4)}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-4)}.dashboard-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm)}.dashboard-card+.dashboard-card,.dashboard-card+.dashboard-callout{margin-top:var(--space-4)}.dashboard-card__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.dashboard-card__head h2{font-size:1.05rem;font-weight:600}.dashboard-card__more{font-size:.85rem;font-weight:500;color:var(--color-secondary)}.dashboard-list{list-style:none;display:flex;flex-direction:column}.dashboard-list__item{display:grid;grid-template-columns:110px 1fr auto;gap:var(--space-4);align-items:center;padding:var(--space-3) 0;border-bottom:1px dashed var(--color-border)}.dashboard-list__item:last-child{border-bottom:none}.dashboard-list--compact .dashboard-list__item{padding:var(--space-2) 0}.dashboard-card__meta{font-size:.72rem;color:var(--color-text-muted);letter-spacing:.05em}.dashboard-empty{color:var(--color-text-muted);font-size:.85rem;padding:var(--space-3) 0}.dashboard-list__link{font-size:.8rem;font-weight:500;color:var(--color-secondary)}.dashboard-list__chip{font-size:.72rem;font-weight:500;padding:3px 8px;border-radius:var(--radius-pill);background:var(--color-status-released-bg);color:var(--color-status-released-text);white-space:nowrap}.dashboard-list__chip.is-soon{background:var(--color-status-hold-bg);color:var(--color-status-hold-text)}.dashboard-list__chip.is-overdue{background:#fee2e2;color:#991b1b}.dashboard-statusrow{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);margin-bottom:var(--space-3)}.dashboard-statusrow>div{display:flex;flex-direction:column;gap:var(--space-1);align-items:flex-start;padding:var(--space-2);background:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border)}.dashboard-statusrow__count{font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.dashboard-handling{border-top:1px dashed var(--color-border);padding-top:var(--space-3)}.dashboard-handling__label{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:var(--space-2)}.dashboard-handling__row{display:flex;gap:var(--space-2);flex-wrap:wrap}.dashboard-handling__cell{display:inline-flex;align-items:center;gap:6px;font-size:.78rem}.dashboard-card+.dashboard-card{margin-top:var(--space-3)}.dashboard-list__date{font-size:.8rem;color:var(--color-text-muted)}.dashboard-list__title{font-size:.95rem;font-weight:500}.dashboard-list__reason{font-weight:400;color:var(--color-text-muted)}.dashboard-list__meta{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.dashboard-side{display:flex;flex-direction:column;gap:var(--space-4)}.dashboard-quicklinks{display:grid;gap:var(--space-2)}.dashboard-quicklink{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background:var(--color-surface);transition:border-color .15s ease,transform .15s ease}.dashboard-quicklink:hover{border-color:var(--color-secondary);color:var(--color-text);transform:translate(2px)}.dashboard-quicklink__icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:600;font-size:.95rem;flex-shrink:0}.dashboard-quicklink__title{font-size:.92rem;font-weight:500}.dashboard-quicklink__sub{font-size:.78rem;color:var(--color-text-muted)}.dashboard-callout{border:1px solid #BAE6FD;background:#f0f9ff;border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5)}.dashboard-callout__label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#0369a1;margin-bottom:var(--space-2)}.dashboard-callout p{font-size:.88rem;color:#075985;line-height:1.55}.dashboard-callout a{color:#0369a1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}@media(max-width:1024px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:700px){.dashboard-hero{grid-template-columns:1fr;padding:var(--space-5)}.dashboard-hero__meta{border-left:none;border-top:1px solid var(--color-border);padding-left:0;padding-top:var(--space-4);text-align:left}.dashboard-list__item{grid-template-columns:1fr auto}.dashboard-list__date{grid-column:1}}.dog-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:700;letter-spacing:-.02em;-webkit-user-select:none;user-select:none}.dog-avatar__initial{font-size:clamp(1.4rem,4vw,2.6rem);line-height:1}.dog-card{display:grid;grid-template-columns:80px 1fr;gap:var(--space-3);align-items:stretch;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;min-height:84px}.dog-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:var(--color-border-strong);color:inherit}.dog-card:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.dog-card__photo{position:relative;background:#f1f5f9;width:80px;height:100%;overflow:hidden}.dog-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.dog-card__handling{position:absolute;left:0;top:0;bottom:0;width:6px;display:block}.dog-card__body{padding:var(--space-2) var(--space-4) var(--space-2) 0;display:flex;flex-direction:column;justify-content:center;gap:3px;min-width:0}.dog-card__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);min-width:0}.dog-card__heading{display:flex;align-items:baseline;gap:var(--space-2);min-width:0;flex:1}.dog-card__name{font-size:1.15rem;font-weight:700;letter-spacing:-.015em;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}.dog-card__urn{font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.dog-card__line{font-size:.85rem;color:var(--color-text-muted);line-height:1.3;display:flex;align-items:center;gap:5px;min-width:0}.dog-card__line--breed{color:var(--color-text);font-weight:500;font-size:.9rem}.dog-card__line--meta{white-space:nowrap;overflow:hidden}.dog-card__kennel,.dog-card__intake{flex-shrink:0}.dog-card__reason{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.dogs-filterbar{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap}.dogs-filterbar__handling{display:inline-flex;align-items:center;gap:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:4px 4px 4px 10px}.dogs-filterbar__handling-label{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.dogs-filterbar__handlingchip{padding:5px 12px;border-radius:var(--radius-pill);font-size:.78rem;font-weight:500;color:var(--color-text-muted);position:relative;transition:background .15s ease,color .15s ease}.dogs-filterbar__handlingchip:hover{color:var(--color-text)}.dogs-filterbar__handlingchip--green.is-active{background:#28b46329;color:#1d6741}.dogs-filterbar__handlingchip--amber.is-active{background:#f39c122e;color:#8a5a05}.dogs-filterbar__handlingchip--red.is-active{background:#c0392b29;color:#871f17}.dogs-filterbar__handlingchip.is-active:not([class*=--]){background:var(--color-primary);color:#fff}.dogs-filterbar__search{flex:1;min-width:240px}.dogs-filterbar__search input{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-family:inherit;font-size:.92rem;color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.dogs-filterbar__search input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #0d948826}.dogs-filterbar__statuses{display:flex;gap:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:4px}.dogs-filterbar__chip{padding:6px 14px;border-radius:var(--radius-pill);font-size:.82rem;font-weight:500;color:var(--color-text-muted);transition:background .15s ease,color .15s ease}.dogs-filterbar__chip:hover{color:var(--color-text)}.dogs-filterbar__chip.is-active{background:var(--color-primary);color:#fff}.dogs-resultcount{font-size:.78rem;color:var(--color-text-muted);margin-bottom:var(--space-4);letter-spacing:.04em}.dogs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:var(--space-3)}.dogs-empty{text-align:center;padding:var(--space-8) var(--space-5);background:var(--color-surface);border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg)}.dogs-empty__icon{font-family:var(--font-mono);font-size:2.2rem;color:var(--color-text-muted);margin-bottom:var(--space-3)}.dogs-empty h2{font-size:1.1rem;font-weight:600;margin-bottom:var(--space-2)}.dogs-empty p{color:var(--color-text-muted);font-size:.9rem}@media(max-width:600px){.dogs-filterbar__statuses{width:100%;overflow-x:auto;flex-wrap:nowrap}.dogs-filterbar__chip{flex-shrink:0}}.doc-row{display:grid;grid-template-columns:40px 1fr auto auto;gap:var(--space-4);align-items:center;padding:var(--space-4) var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .18s ease,box-shadow .18s ease}.doc-row+.doc-row{margin-top:var(--space-2)}.doc-row:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.doc-row__icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:600;font-size:.85rem;background:var(--color-status-released-bg);color:var(--color-status-released-text)}.doc-row__icon--vet{background:var(--color-status-active-bg);color:var(--color-status-active-text)}.doc-row__icon--vacc{background:var(--color-status-transit-bg);color:var(--color-status-transit-text)}.doc-row__icon--other{background:var(--color-status-released-bg);color:var(--color-status-released-text)}.doc-row__main{min-width:0}.doc-row__title{font-size:.95rem;font-weight:500;color:var(--color-text);margin-bottom:2px}.doc-row__meta{font-size:.78rem;color:var(--color-text-muted);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.doc-row__type{font-weight:500;color:var(--color-text)}.doc-row__size{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.doc-row__download{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font-size:.82rem;font-weight:500;transition:background .15s ease;white-space:nowrap}.doc-row__download:hover{background:var(--color-primary-hover)}@media(max-width:700px){.doc-row{grid-template-columns:36px 1fr auto}.doc-row__size{grid-column:2 / -1;grid-row:2;text-align:left}.doc-row__download{grid-column:3;grid-row:1}.doc-row__download-text{display:none}}.dogprofile-breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:.82rem;color:var(--color-text-muted);margin-bottom:var(--space-3)}.dogprofile-breadcrumb a{color:var(--color-secondary)}.dogprofile-breadcrumb span[aria-current=page]{color:var(--color-text)}.dogprofile-header{display:grid;grid-template-columns:260px 1fr;gap:var(--space-5);margin-bottom:var(--space-4);align-items:stretch}.dogprofile-photo{aspect-ratio:4 / 3;border-radius:var(--radius-lg);overflow:hidden;background:#f1f5f9;border:1px solid var(--color-border);position:relative}.dogprofile-photo img{width:100%;height:100%;object-fit:cover;display:block}.dogprofile-photo .handling-strip{position:absolute;top:0;left:0;right:0;z-index:1}.dogprofile-summary{display:flex;flex-direction:column;justify-content:center;gap:var(--space-2)}.dogprofile-summary__top{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.dogprofile-summary h1{font-size:1.8rem;font-weight:700;letter-spacing:-.025em;line-height:1.05}.dogprofile-summary__breed{font-size:.92rem;color:var(--color-text-muted)}.dogprofile-summary__breed .mono{color:var(--color-text);font-size:.78rem;letter-spacing:.04em}.dogprofile-summary__meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:var(--space-3);margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.dogprofile-summary__meta dt{font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:2px}.dogprofile-summary__meta dd{font-size:.88rem;color:var(--color-text)}.dogprofile-tabs{display:flex;gap:2px;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-4);overflow-x:auto}.dogprofile-tab{padding:9px 14px;font-size:.88rem;font-weight:500;color:var(--color-text-muted);position:relative;white-space:nowrap;transition:color .15s ease}.dogprofile-tab:hover,.dogprofile-tab.is-active{color:var(--color-text)}.dogprofile-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--color-secondary)}.dogprofile-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm)}.dogprofile-h2{font-size:1rem;font-weight:600;margin-bottom:var(--space-3)}.dogprofile-overview{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-4)}.dogprofile-overview__cols{display:flex;flex-direction:column;gap:var(--space-4)}.dogprofile-block h2{font-size:.95rem;font-weight:600;margin-bottom:var(--space-2)}.dogprofile-block p,.dogprofile-block__lead{color:var(--color-text);line-height:1.6;font-size:.92rem}.dogprofile-block--callout{background:#fffbeb;border:1px solid #FED7AA;border-radius:var(--radius-md);padding:var(--space-3) var(--space-4)}.dogprofile-block--callout h2{color:#b45309}.dogprofile-keyval{display:grid;grid-template-columns:130px 1fr;row-gap:6px;column-gap:var(--space-3);font-size:.88rem}.dogprofile-keyval>div{display:contents}.dogprofile-keyval dt{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);align-self:center}.dogprofile-keyval dd{color:var(--color-text)}.dogprofile-keyval--inline{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.dogprofile-keyval--inline>div{display:flex;flex-direction:column;gap:2px}.dogprofile-keyval--inline dt{align-self:flex-start}.dogprofile-overview__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2);align-content:start}.dogprofile-stat{padding:var(--space-2) var(--space-3);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md)}.dogprofile-stat__label{font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:2px}.dogprofile-stat__value{font-size:1.15rem;font-weight:600;letter-spacing:-.01em}.dogprofile-timeline{list-style:none;display:flex;flex-direction:column;gap:var(--space-1)}.dogprofile-timeline__item{display:grid;grid-template-columns:110px 14px 1fr;gap:var(--space-3);padding:var(--space-2) 0;position:relative}.dogprofile-timeline__date{font-size:.82rem;color:var(--color-text-muted);padding-top:2px}.dogprofile-timeline__line{position:relative;display:flex;justify-content:center}.dogprofile-timeline__line:before{content:"";position:absolute;top:8px;bottom:-100%;width:2px;background:var(--color-border)}.dogprofile-timeline__item:last-child .dogprofile-timeline__line:before{display:none}.dogprofile-timeline__line:after{content:"";position:absolute;top:6px;width:10px;height:10px;background:var(--color-secondary);border-radius:50%;border:2px solid var(--color-surface)}.dogprofile-timeline__title{font-weight:500;font-size:.92rem;margin-bottom:2px}.dogprofile-timeline__vet{font-weight:400;color:var(--color-text-muted)}.dogprofile-timeline__meta{font-size:.84rem;color:var(--color-text-muted);line-height:1.5}.dogprofile-timeline__meta strong{color:var(--color-text);font-weight:500}.dogprofile-timeline__followup{margin-top:4px;padding:4px 10px;border-radius:var(--radius-sm);font-size:.78rem;background:#dbeafe;color:#1e40af;display:inline-block}.dogprofile-timeline__followup.is-overdue{background:#fee2e2;color:#991b1b}.dogprofile-timeline__cost{margin-top:4px;font-size:.78rem;color:var(--color-text-muted)}.dogprofile-medlist{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}.dogprofile-med{padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg)}.dogprofile-med.is-active{background:#ecfdf5;border-color:#a7f3d0}.dogprofile-med__head{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.dogprofile-med__head h3{font-size:.95rem;font-weight:600}.dogprofile-med__chip{display:inline-block;padding:2px 8px;border-radius:var(--radius-pill);font-size:.7rem;font-weight:500;background:var(--color-status-released-bg);color:var(--color-status-released-text);border:1px solid var(--color-border)}.dogprofile-med__chip.is-active{background:var(--color-status-active-bg);color:var(--color-status-active-text);border-color:#a7f3d0}.dogprofile-statechip{display:inline-block;margin-left:var(--space-2);padding:1px 8px;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.7rem;font-weight:500;background:var(--color-status-released-bg);color:var(--color-status-released-text)}.dogprofile-statechip.is-soon{background:var(--color-status-hold-bg);color:var(--color-status-hold-text)}.dogprofile-statechip.is-overdue{background:#fee2e2;color:#991b1b}.dogprofile-pos{color:#065f46}.dogprofile-neg{color:#991b1b}.dogprofile-checkcell{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.78rem;font-weight:600}.dogprofile-checkcell.is-ok{background:var(--color-status-active-bg);color:var(--color-status-active-text)}.dogprofile-checkcell.is-no{background:#fee2e2;color:#991b1b}.dogprofile-checkconcerns{color:#991b1b;font-weight:500}.dogprofile-muted{color:var(--color-text-muted)}.dogprofile-docs{display:flex;flex-direction:column}.dogprofile-empty{color:var(--color-text-muted);font-size:.92rem;padding:var(--space-3) 0;text-align:left}.dogprofile-missing{text-align:center;padding:var(--space-8) var(--space-4)}.dogprofile-missing .eyebrow{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:var(--space-2)}.dogprofile-missing h1{font-size:1.6rem;margin-bottom:var(--space-3)}.dogprofile-missing p{color:var(--color-text-muted);max-width:44ch;margin:0 auto var(--space-4)}.dogprofile-missing__back{display:inline-block;padding:8px 16px;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font-size:.9rem;font-weight:500}.dogprofile-missing__back:hover{background:var(--color-primary-hover);color:#fff}@media(max-width:900px){.dogprofile-header,.dogprofile-overview{grid-template-columns:1fr}.dogprofile-summary h1{font-size:1.6rem}}.movements-toolbar{display:flex;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;align-items:center}.movements-toolbar__search{flex:1;min-width:240px}.movements-toolbar__search input{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-family:inherit;font-size:.92rem;color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.movements-toolbar__search input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #0d948826}.movements-toolbar__sort{display:inline-flex;align-items:center;gap:var(--space-2);font-size:.85rem;color:var(--color-text-muted)}.movements-toolbar__sort select{padding:9px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-family:inherit;font-size:.88rem;color:var(--color-text)}.movements-tablewrap{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.movements-table{font-size:.9rem}.movements-table th{background:var(--color-bg)}.movements-table tbody tr:last-child td{border-bottom:none}.movements-table__dog{font-weight:500;color:var(--color-text)}.movements-table__dog:hover{color:var(--color-secondary)}.movements-table__notes{font-size:.78rem;color:var(--color-text-muted);font-style:italic;margin-top:2px}.movements-table__urn{font-size:.72rem;color:var(--color-text-muted);letter-spacing:.04em}.movements-eventpill{display:inline-block;padding:2px 8px;border-radius:var(--radius-pill);font-size:.72rem;font-weight:500}.movements-eventpill--move{background:var(--color-status-transit-bg);color:var(--color-status-transit-text);border:1px solid #BFDBFE}.movements-eventpill--departure{background:var(--color-status-released-bg);color:var(--color-status-released-text);border:1px solid var(--color-border)}.movements-table__empty{text-align:center!important;color:var(--color-text-muted);padding:var(--space-6)!important}@media(max-width:720px){.movements-tablewrap{overflow-x:auto}.movements-table{min-width:720px}}.documents-toolbar{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap}.documents-toolbar__search{flex:1;min-width:240px}.documents-toolbar__search input{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-family:inherit;font-size:.92rem;color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.documents-toolbar__search input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #0d948826}.documents-list{display:flex;flex-direction:column}.help-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-5);align-items:start}.help-section-title{font-size:1.05rem;font-weight:600;margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.help-faq{list-style:none;display:flex;flex-direction:column;gap:var(--space-4)}.help-faq__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);box-shadow:var(--shadow-sm)}.help-faq__item h3{font-size:1rem;font-weight:600;margin-bottom:var(--space-2);letter-spacing:-.005em}.help-faq__item p{color:var(--color-text-muted);line-height:1.65;font-size:.92rem}.help-side{display:flex;flex-direction:column;gap:var(--space-3)}.help-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-2)}.help-card--accent{border-color:#fed7aa;background:#fffbeb}.help-card--accent .help-card__label{color:#b45309}.help-card__label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.help-card__email{font-size:.95rem;font-weight:500;color:var(--color-secondary);word-break:break-all}.help-card__phone{font-family:var(--font-mono);font-size:1.15rem;font-weight:600;color:var(--color-text);letter-spacing:.02em}.help-card__phone:hover{color:var(--color-primary)}.help-card__meta{font-size:.82rem;color:var(--color-text-muted)}.help-card__address{font-style:normal;font-size:.9rem;line-height:1.55}@media(max-width:800px){.help-grid{grid-template-columns:1fr}}:root{--color-primary: #1E293B;--color-primary-hover: #0F172A;--color-secondary: #0F766E;--color-secondary-hover: #115E59;--color-accent-bright: #0D9488;--color-bg: #FAFAF9;--color-surface: #FFFFFF;--color-text: #0C0A09;--color-text-muted: #78716C;--color-border: #E7E5E4;--color-border-strong: #D6D3D1;--color-status-active-bg: #ECFDF5;--color-status-active-text: #065F46;--color-status-hold-bg: #FEF3C7;--color-status-hold-text: #92400E;--color-status-transit-bg: #DBEAFE;--color-status-transit-text: #1E40AF;--color-status-released-bg: #F1F5F9;--color-status-released-text: #475569;--font-sans: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--space-1: 4px;--space-2: 6px;--space-3: 10px;--space-4: 14px;--space-5: 18px;--space-6: 24px;--space-7: 32px;--space-8: 48px;--space-9: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .08);--container-max: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:14.5px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-image:radial-gradient(circle at 1px 1px,rgba(15,23,42,.04) 1px,transparent 0);background-size:24px 24px}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;color:var(--color-text);letter-spacing:-.015em;line-height:1.2}h1{font-size:1.65rem;font-weight:700;letter-spacing:-.02em}h2{font-size:1.2rem}h3{font-size:1rem}h4{font-size:.95rem;font-weight:600}p{color:var(--color-text)}code,.mono{font-family:var(--font-mono);font-size:.9em;font-feature-settings:"ss01"}a{color:var(--color-secondary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-secondary-hover)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-5)}.page{flex:1;padding:var(--space-5) 0 var(--space-7);animation:fadeUp .5s ease both}.page-header{margin-bottom:var(--space-5)}.page-header .eyebrow{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:var(--space-2)}.page-header h1{margin-bottom:var(--space-2)}.page-header .lede{color:var(--color-text-muted);font-size:.95rem;max-width:65ch}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}a.card,.card.interactive{display:block;color:inherit}a.card:hover,.card.interactive:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-border-strong)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stagger>*{animation:fadeUp .5s ease both}.stagger>*:nth-child(1){animation-delay:.05s}.stagger>*:nth-child(2){animation-delay:.1s}.stagger>*:nth-child(3){animation-delay:.15s}.stagger>*:nth-child(4){animation-delay:.2s}.stagger>*:nth-child(5){animation-delay:.25s}.stagger>*:nth-child(6){animation-delay:.3s}.stagger>*:nth-child(7){animation-delay:.35s}.stagger>*:nth-child(8){animation-delay:.4s}.stagger>*:nth-child(9){animation-delay:.45s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
