/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.rich-text-field>input.rich-text-validation{opacity:0;pointer-events:none;border:0;width:1px;min-width:0;height:1px;min-height:0;margin:0;padding:0;position:absolute;top:0;left:0}.rich-text-field{min-width:0;position:relative}.rich-text-editor{background:#fff;border:1px solid #d5dcd3;border-radius:6px;min-width:0;overflow:hidden}.rich-text-editor:focus-within{outline-offset:2px;outline:3px solid #d99c3d61}.rich-text-toolbar{border-bottom:1px solid var(--line);background:var(--sage-soft);flex-wrap:wrap;gap:2px;padding:4px 6px;display:flex}.rich-text-toolbar button{width:32px;height:32px;color:var(--forest);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;padding:0;display:inline-grid}.rich-text-toolbar button:hover:not(:disabled),.rich-text-toolbar button[aria-pressed=true]{background:#dce9d8}.rich-text-toolbar button:focus-visible{outline:2px solid var(--forest);outline-offset:-2px}.rich-text-editor .ql-container{font:inherit;font-size:13px}.rich-text-editor .ql-editor{resize:vertical;height:96px;min-height:96px;max-height:none;color:var(--ink);overflow-wrap:anywhere;padding:10px 12px;line-height:1.5;overflow:auto}.rich-text-editor .ql-editor p,.rich-text-editor .ql-editor li{font:inherit;color:inherit;margin:0}.rich-text-editor[data-disabled=true]{opacity:.65}.rich-text-status{min-height:16px;color:var(--muted);justify-content:space-between;gap:12px;font-size:10px;display:flex}.rich-text-status [role=alert]{color:#9b3434}.rich-text-content{overflow-wrap:anywhere;white-space:normal;min-width:0}.rich-text-content p{margin:0 0 6px}.rich-text-content>:last-child{margin-bottom:0}.rich-text-content ul,.rich-text-content ol{margin:4px 0;padding-left:22px}.rich-text-content li{margin:2px 0}@media (width<=520px){.rich-text-toolbar button{width:36px;height:36px}}.readiness-workspace{min-width:0}.readiness-review-heading,.readiness-item-heading,.readiness-review-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.readiness-review-heading{padding:16px 0}.readiness-review-heading small{margin-left:auto}.readiness-check-item{border-top:1px solid var(--line);padding:12px 0}.readiness-item-heading h3{margin:0;font-size:1rem}.readiness-item-heading span{font-size:.8125rem}.readiness-collapse{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;width:36px;height:36px;margin-left:auto;display:grid}.readiness-collapse[aria-expanded=false] svg{transform:rotate(-90deg)}.readiness-collapse:focus-visible{outline-offset:2px;outline:2px solid}.readiness-item-body{gap:12px;min-width:0;display:grid}.readiness-item-body small,.readiness-packet-view small{overflow-wrap:anywhere;font-size:.75rem}.readiness-requirement{margin:0;font-size:.875rem}.readiness-evidence-fields{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:12px;display:grid}.readiness-evidence-fields input,.readiness-evidence-fields select{box-sizing:border-box;width:100%;min-width:0}.readiness-review-actions{padding:16px 0}.readiness-review-actions label{flex:240px;font-size:.875rem}.readiness-packet-view{margin:12px 0}.readiness-packet-view>div{border-top:1px solid var(--line);overflow-wrap:anywhere;padding:12px 0}.readiness-packet-view dt{text-transform:capitalize;font-weight:600}.readiness-packet-view dt span{margin-left:12px;font-size:.8125rem;font-weight:400}.readiness-packet-view dd{margin:6px 0 0;font-size:.875rem}.readiness-packet-view dd p{margin:6px 0}@media (width<=600px){.readiness-evidence-fields{grid-template-columns:minmax(0,1fr)}.readiness-review-heading small{margin-left:0}.readiness-review-actions{align-items:stretch}}.shelter-coordination{--coordination-line:var(--line,#dce2d8);min-width:0}.shelter-coordination header,.coordination-dialog header{justify-content:space-between;align-items:center;gap:12px;display:flex}.shelter-coordination h3,.coordination-dialog h3{margin:0;font-size:1.15rem}.shelter-coordination h4{margin:0 0 8px;font-size:1rem}.shelter-coordination button,.coordination-dialog button{border:1px solid var(--line);background:var(--paper);min-height:40px;color:var(--forest-dark);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.shelter-coordination button:hover:not(:disabled),.coordination-dialog button:hover:not(:disabled){background:var(--sage-soft)}.shelter-coordination button:disabled,.coordination-dialog button:disabled{opacity:.5;cursor:default}.shelter-coordination button:focus-visible,.coordination-dialog button:focus-visible{outline:2px solid var(--forest);outline-offset:2px}.shelter-coordination button svg,.coordination-dialog button svg{flex-shrink:0}.shelter-coordination button[aria-label],.coordination-dialog button[aria-label]{border:0;min-width:40px}.coordination-actions{flex-wrap:wrap;gap:8px;display:flex}.coordination-tabs{border-bottom:1px solid var(--coordination-line);flex-wrap:wrap;gap:4px;margin:12px 0;display:flex}.coordination-tabs button{background:0 0;border:0;border-radius:0}.coordination-tabs [aria-selected=true]{box-shadow:inset 0 -3px var(--forest);background:var(--sage-soft);font-weight:700}.coordination-create{margin:16px 0}.coordination-records{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:16px;display:grid}.coordination-records article{border:1px solid var(--coordination-line);background:var(--paper);overflow-wrap:anywhere;border-radius:6px;min-width:0;padding:16px}.shelter-coordination .coordination-records p{margin:6px 0;font-size:.8125rem;line-height:1.45}.coordination-snapshot{border-left:3px solid var(--accent,#267955);overflow-wrap:anywhere;margin:12px 0;padding:0 0 0 12px}.coordination-snapshot code{margin-top:8px;font-size:.7rem;display:block}.coordination-empty{text-align:center;padding:32px 0}.coordination-notice{min-height:20px;margin:6px 0}.coordination-dialog{border:1px solid var(--line);width:min(580px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--ink);background:var(--paper);border-radius:8px;padding:24px;overflow-y:auto}.coordination-dialog::backdrop{background:#0008}.coordination-dialog form{gap:16px;display:grid}.coordination-dialog input:not([type=checkbox]),.coordination-dialog textarea{box-sizing:border-box;width:100%}.coordination-dialog footer{justify-content:flex-end;gap:12px;display:flex}.coordination-dialog button[type=submit]{background:var(--forest);color:#fff}.coordination-actor{max-width:360px}.coordination-confirm{align-items:flex-start;gap:10px;display:flex}.coordination-choice{gap:6px;min-width:0;display:grid}.coordination-choice>button{text-align:left;overflow-wrap:anywhere;justify-content:space-between}.coordination-options{border:1px solid #9daea2;border-radius:4px;padding:8px}.coordination-options [role=listbox]{flex-direction:column;align-items:stretch;max-height:220px;display:flex;overflow:auto}.coordination-options button{text-align:left;flex-shrink:0;justify-content:flex-start}@media (width<=540px){.shelter-coordination>header{flex-wrap:wrap;align-items:flex-start}.coordination-dialog{padding:16px}.coordination-actions button{flex-grow:1}}@media print{body:has(.shelter-coordination) *{visibility:hidden}.shelter-coordination,.shelter-coordination *{visibility:visible!important}.shelter-coordination{color:#000;background:#fff;position:absolute;inset:0}.shelter-coordination button,.shelter-coordination .standard-list-controls,.shelter-coordination dialog,.shelter-coordination details{display:none!important}.coordination-records{display:block}.coordination-records article{break-inside:avoid;margin-bottom:12px}}.public-site{color:#1d2b24;--public-forest:var(--brand-forest);--public-forest-soft:#2b604a;--public-leaf:#6b8f71;--public-gold:var(--brand-gold);--public-coral:#c96752;--public-cloud:#f5f7f2;--public-mist:#e7eee6;--public-paper:#fff;--public-ink:#1d2b24;--public-muted:#667169;--public-line:#ced9cf;background:#f5f7f2;min-height:100vh;overflow:hidden}.public-site a{color:inherit}.public-header{z-index:20;color:var(--public-ink);border-bottom:1px solid var(--public-line);background:#f5f7f2fa;position:relative}.public-header--overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7f2f0;border-bottom-color:#ced9cfe6;position:absolute;inset:0 0 auto}.public-header-inner{justify-content:space-between;align-items:center;gap:28px;width:min(1200px,100% - 48px);min-height:76px;margin:0 auto;display:flex}.public-brand-link{text-decoration:none;display:inline-flex}.public-brand-lockup{white-space:nowrap;align-items:center;gap:10px;font-family:Fraunces,serif;font-size:21px;font-weight:600;display:inline-flex}.public-brand-mark{border-radius:50%;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.public-nav{align-items:center;gap:28px;font-size:13px;font-weight:700;display:flex}.public-nav>a{text-decoration:none;position:relative}.public-nav>a:not(.public-sign-in-link):after{content:"";background:var(--public-gold);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.public-nav>a:hover:after,.public-nav>a[aria-current=page]:after{transform:scaleX(1)}.public-sign-in-link{background:var(--public-gold);border:1px solid var(--public-gold);border-radius:6px;align-items:center;gap:8px;min-height:40px;padding:0 16px;display:inline-flex;color:var(--public-forest)!important}.public-hero,.about-hero{color:#fff;background:#173629;height:min(780px,88svh);min-height:610px;position:relative;overflow:hidden}.public-hero-image,.about-hero-image{object-fit:cover;width:100%;height:100%;animation:.9s ease-out both public-photo-arrive;position:absolute;inset:0}.public-hero-image{object-position:42% 54%}.public-hero-shade,.about-hero-shade{position:absolute;inset:0}.public-hero-shade{background:linear-gradient(90deg,#0f261deb 0%,#0f261dbd 42%,#0f261d24 78%),linear-gradient(#0000 52%,#0815107a)}.public-hero-content,.about-hero-content{z-index:2;flex-direction:column;justify-content:center;width:min(1200px,100% - 48px);height:100%;margin:0 auto;padding-top:70px;animation:.7s ease-out .12s both public-copy-arrive;display:flex;position:relative}.public-hero-content{align-items:flex-start;padding-right:min(52%,650px)}.public-eyebrow{color:var(--public-forest-soft);text-transform:uppercase;margin-bottom:17px;font-size:12px;font-weight:800}.public-eyebrow--light{color:#dceadc}.public-eyebrow--gold{color:var(--public-gold)}.about-hero h1{color:#fff;text-shadow:0 3px 26px #00000038;margin-bottom:4px;font-size:78px;line-height:.98}.public-hero-title,.about-hero h2{max-width:650px;color:var(--public-gold);margin-bottom:22px;font-size:35px;line-height:1.08}.public-hero-copy{color:#ffffffe0;max-width:590px;margin-bottom:28px;font-size:17px;line-height:1.7}.public-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.public-action{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-size:13px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s;display:inline-flex}.public-action:hover{transform:translateY(-2px)}.public-action--primary{background:var(--public-gold);color:#173629!important}.public-action--ghost{background:#0f261d47;border-color:#ffffff7a;color:#fff!important}.public-action--ghost:hover{background:#0f261d9e}.public-action--light{background:#fff;border-color:#ffffff8f;color:var(--public-forest)!important}.public-hero-boundary{color:#ffffffa6;margin:24px 0 0;font-size:11px;font-weight:700}.public-photo-credit{z-index:2;color:#ffffffa8;margin:0;font-size:10px;font-weight:700;position:absolute;bottom:18px;right:24px}.public-intro{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:end;gap:80px;width:min(1120px,100% - 48px);margin:0 auto;padding:92px 0 76px;display:grid}.public-section-heading h2,.public-intro h2,.public-product-copy h2,.public-story-teaser h2,.public-safety-band h2,.public-offer-band h2,.about-story h2,.about-principles h2,.about-closing h2{color:var(--public-forest);margin-bottom:0;font-size:42px;line-height:1.12}.public-section-lead{color:var(--public-muted);margin-bottom:4px;font-size:16px;line-height:1.8}.public-feature-band{border-top:1px solid var(--public-line);border-bottom:1px solid var(--public-line);background:linear-gradient(#183d2e0b 1px,#0000 1px) 0 0/30px 30px,#fff}.public-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:min(1120px,100% - 48px);margin:0 auto;display:grid}.public-feature{min-height:260px;padding:58px 48px 52px 0}.public-feature+.public-feature{border-left:1px solid var(--public-line);padding-left:48px}.public-feature-icon,.public-safety-icon{width:44px;height:44px;color:var(--public-forest);background:var(--public-gold);border-radius:50%;place-items:center;margin-bottom:25px;display:grid}.public-feature h3{color:var(--public-forest);margin:0 0 11px;font-family:Fraunces,serif;font-size:21px}.public-feature p{color:var(--public-muted);margin:0;font-size:14px;line-height:1.75}.public-product-band{color:#fff;background:linear-gradient(120deg, #edb44f17, transparent 40%), var(--public-forest);grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);align-items:center;gap:80px;padding:98px max(24px,50% - 560px);display:grid}.public-product-copy h2{color:#fff}.public-product-copy>p:not(.public-eyebrow){color:#ffffffb8;margin:24px 0 30px;font-size:15px;line-height:1.8}.public-check-list{color:#ffffffe0;gap:13px;margin:0;padding:0;font-size:13px;font-weight:700;list-style:none;display:grid}.public-check-list li{align-items:center;gap:11px;display:flex}.public-check-list svg{color:var(--public-gold);flex:none}.public-workspace-preview{color:var(--public-ink);background:#f8faf7;border:1px solid #ffffff52;border-radius:8px;padding:26px;overflow:hidden;box-shadow:0 28px 80px #06140e57}.public-preview-header,.public-preview-progress,.public-preview-task,.public-preview-note{align-items:center;display:flex}.public-preview-header{border-bottom:1px solid var(--public-line);justify-content:space-between;padding-bottom:20px}.public-preview-header div,.public-preview-task>span:nth-child(2),.public-preview-note>span{gap:4px;display:grid}.public-preview-header span:first-child{color:var(--public-forest);font-family:Fraunces,serif;font-size:24px;font-weight:700}.public-preview-header strong{color:var(--public-muted);text-transform:uppercase;font-size:10px}.public-preview-avatar{background:var(--public-coral);border-radius:50%;place-items:center;width:38px;height:38px;display:grid;color:#fff!important;font-family:Manrope,sans-serif!important;font-size:11px!important}.public-preview-progress{color:var(--public-muted);gap:16px;padding:18px 0;font-size:11px}.public-preview-progress strong{color:var(--public-forest)}.public-preview-progress-track{background:#dfe8df;border-radius:3px;flex:1;height:5px;position:relative;overflow:hidden}.public-preview-progress-track i{background:var(--public-gold);position:absolute;inset:0 50% 0 0}.public-preview-task{border:1px solid var(--public-line);background:#fff;border-radius:6px;gap:13px;min-height:72px;padding:12px 14px}.public-preview-task+.public-preview-task{margin-top:10px}.public-preview-task>span:nth-child(2){flex:1;min-width:0}.public-preview-task strong,.public-preview-note strong{color:var(--public-ink);font-size:12px}.public-preview-task small,.public-preview-note small{color:var(--public-muted);font-size:10px}.public-preview-task>svg{color:#9ca69e}.public-preview-task--done>svg{color:var(--public-forest-soft)}.public-preview-task-icon{width:35px;height:35px;color:var(--public-forest);background:var(--public-mist);border-radius:50%;flex:none;place-items:center;display:grid}.public-preview-note{color:var(--public-coral);border-left:3px solid var(--public-coral);background:#f8ece8;gap:12px;margin-top:13px;padding:15px 16px}.public-story-teaser{background:#fff;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:stretch;display:grid}.public-story-teaser>img{object-fit:cover;object-position:48% 48%;width:100%;height:100%;min-height:560px}.public-story-teaser>div{align-self:center;max-width:640px;padding:80px clamp(48px,8vw,124px)}.public-story-teaser p:not(.public-eyebrow){color:var(--public-muted);margin:24px 0 28px;font-size:15px;line-height:1.85}.design-partner-teaser{border-top:1px solid var(--public-line);border-bottom:1px solid var(--public-line);background:linear-gradient(#183d2e0d 1px,#0000 1px) 0 0/28px 28px,#eef3ec;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:72px;padding:76px max(24px,50% - 560px);display:grid}.design-partner-teaser-copy h2{color:var(--public-forest);margin:0;font-size:38px;line-height:1.16}.design-partner-teaser-copy>p:not(.public-eyebrow){max-width:680px;color:var(--public-muted);margin:20px 0 24px;font-size:14px;line-height:1.8}.design-partner-teaser-offer{color:#fff;background:var(--public-coral);border-radius:6px;align-content:center;min-height:190px;padding:30px;display:grid}.design-partner-teaser-offer strong{font-family:Fraunces,serif;font-size:52px;line-height:1}.design-partner-teaser-offer span{color:#ffffffd1;max-width:210px;margin-top:13px;font-size:12px;font-weight:700;line-height:1.55}.public-text-link{align-items:center;gap:9px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex;color:var(--public-forest)!important}.public-text-link:hover{color:var(--public-coral)!important}.public-safety-band{border-top:1px solid var(--public-line);border-bottom:1px solid var(--public-line);background:#e7efe8;grid-template-columns:auto minmax(240px,.65fr) minmax(320px,1fr);align-items:center;gap:30px;padding:64px max(24px,50% - 560px);display:grid}.public-safety-icon{box-shadow:inset 0 0 0 1px var(--public-line);background:#fff;margin:0}.public-safety-band h2{font-size:30px}.public-safety-band .public-eyebrow{margin-bottom:9px}.public-safety-band>p{color:var(--public-muted);margin:0;font-size:12px;line-height:1.8}.public-offer-band,.about-closing{color:#fff;background:linear-gradient(90deg,#c9675224,#0000 42%),#1b3329;justify-content:space-between;align-items:center;gap:48px;min-height:310px;padding:70px max(24px,50% - 560px);display:flex}.public-offer-band>div{max-width:720px}.public-offer-band h2,.about-closing h2{color:#fff}.public-offer-band>div>p:last-child{color:#ffffffab;max-width:650px;margin:20px 0 0;font-size:13px;line-height:1.75}.public-footer{color:#dbe6dd;background:#10271e;padding:58px max(24px,50% - 560px) 22px}.public-footer-inner{grid-template-columns:minmax(220px,.9fr) minmax(120px,.45fr) minmax(300px,1fr);gap:58px;padding-bottom:48px;display:grid}.public-footer-brand .public-brand-lockup{background:var(--public-cloud);border:1px solid #ced9cf3d;border-radius:6px;width:fit-content;padding:6px 8px}.public-footer-brand p,.public-footer-boundary{color:#8fa397;font-size:11px;line-height:1.75}.public-footer-brand p{margin:17px 0 0}.public-footer nav{align-content:start;gap:12px;display:grid}.public-footer nav a{color:#dbe6dd;font-size:12px;font-weight:700;text-decoration:none}.public-footer-boundary{margin:0}.public-footer-base{color:#6f8779;border-top:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;padding-top:20px;font-size:10px;font-weight:700;display:grid}.public-footer-version{font-size:inherit;font-variant-numeric:tabular-nums;justify-self:center}.public-footer-base>:last-child{text-align:right;justify-self:end}.about-hero{height:min(740px,84svh)}.about-hero-image{object-position:68% 36%}.about-hero-shade{background:linear-gradient(90deg,#0d2219e6 0%,#0d22199e 42%,#0d221914 72%),linear-gradient(#0000 50%,#08151061)}.about-hero-content{align-items:flex-start}.about-life-dates{color:var(--public-gold);letter-spacing:0;margin:9px 0 0;font-size:13px;font-weight:800}.about-hero-content h2{color:#ffffffdb;max-width:580px;margin-top:16px;font-size:28px;line-height:1.35}.about-story{grid-template-columns:minmax(240px,.7fr) minmax(420px,1.3fr);gap:90px;width:min(1040px,100% - 48px);margin:0 auto;padding:104px 0;display:grid}.about-story-heading{align-self:start;position:sticky;top:34px}.about-story-copy p{color:var(--public-muted);font-size:15px;line-height:1.95}.about-story-copy p+p{margin-top:24px}.about-story-copy .about-story-opening{color:var(--public-forest);font-family:Fraunces,serif;font-size:25px;font-weight:600;line-height:1.55}.about-gallery{background:#dfe8df;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:150px;gap:14px;padding:14px;display:grid}.about-gallery-item{background:var(--public-forest);border-radius:6px;grid-area:span 3/span 5;margin:0;position:relative;overflow:hidden}.about-gallery-item--wide{grid-column:span 7}.about-gallery-item--tall{grid-row:span 4}.about-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.about-gallery-item:nth-child(2) img{object-position:center 42%}.about-gallery-item:nth-child(4) img{object-position:center 44%}.about-gallery-item:hover img{transform:scale(1.025)}.about-gallery-item:after{content:"";background:linear-gradient(#0000,#081610d1);height:44%;position:absolute;inset:auto 0 0}.about-gallery-item figcaption{z-index:2;color:#ffffffe6;font-size:11px;font-weight:700;line-height:1.5;position:absolute;bottom:18px;left:20px;right:20px}.about-last-night{color:#f4f7f2;background:#10271d;padding:104px max(24px,50% - 560px)}.about-last-night-copy{grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr);align-items:end;gap:90px;display:grid}.about-last-night h2{color:#fff;max-width:460px;margin:13px 0 0;font-family:Fraunces,serif;font-size:46px;line-height:1.12}.about-last-night-copy>p{color:#bdcbc1;max-width:590px;margin:0;font-size:14px;line-height:1.9}.about-last-night-gallery{grid-template-columns:1.06fr .94fr 1fr;gap:14px;margin-top:48px;display:grid}.about-last-night-gallery figure{min-width:0;margin:0}.about-last-night-gallery img{aspect-ratio:3/4;object-fit:cover;object-position:center 62%;border-radius:6px;width:100%;display:block}.about-last-night-gallery figcaption{color:#9fb1a5;margin-top:13px;font-size:10px;font-weight:700;line-height:1.55}.about-principles{grid-template-columns:minmax(300px,.8fr) minmax(480px,1.2fr);gap:90px;width:min(1120px,100% - 48px);margin:0 auto;padding:108px 0;display:grid}.about-principle-list{border-top:1px solid var(--public-line);margin:0;padding:0;list-style:none}.about-principle-list li{border-bottom:1px solid var(--public-line);grid-template-columns:46px minmax(0,1fr);gap:20px;padding:24px 0;display:grid}.about-principle-list>li>span{color:var(--public-coral);font-size:11px;font-weight:800}.about-principle-list h3{color:var(--public-forest);margin:0 0 7px;font-family:Fraunces,serif;font-size:19px}.about-principle-list p{color:var(--public-muted);margin:0;font-size:12px;line-height:1.7}.about-closing{grid-template-columns:auto minmax(0,1fr) auto;min-height:280px;display:grid}.about-closing>svg{color:var(--public-coral)}.design-partner-hero{height:min(700px,82svh);min-height:570px}.design-partner-hero-image{object-position:62% 44%}.design-partner-hero-shade{background:linear-gradient(90deg,#0c2018f0 0%,#0c2018c2 46%,#0c20181a 79%),linear-gradient(#0000 48%,#08151075)}.design-partner-hero-title{max-width:620px;font-size:52px}.design-partner-intro{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:end;gap:80px;width:min(1120px,100% - 48px);margin:0 auto;padding:92px 0 76px;display:grid}.design-partner-intro h2,.design-partner-exchange h2,.design-partner-thank-you h2,.design-partner-steps h2{color:var(--public-forest);margin:0;font-size:42px;line-height:1.12}.design-partner-audience{padding:0 max(24px,50% - 560px) 92px}.design-partner-audience-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.design-partner-profile{border:1px solid var(--public-line);border-top:3px solid var(--public-forest);background:#fff;border-radius:6px;min-width:0;min-height:286px;padding:28px 24px}.design-partner-profile:nth-child(2),.design-partner-profile:nth-child(5){border-top:3px solid var(--public-gold)}.design-partner-profile:nth-child(3){border-top:3px solid var(--public-coral)}.design-partner-profile-icon{width:44px;height:44px;color:var(--public-forest);background:var(--public-mist);border-radius:50%;place-items:center;margin-bottom:32px;display:grid}.design-partner-profile h3{color:var(--public-forest);margin:0 0 11px;font-family:Fraunces,serif;font-size:20px;line-height:1.25}.design-partner-profile p{color:var(--public-muted);margin:0;font-size:12px;line-height:1.75}.design-partner-exchange{color:#fff;background:#1b3329;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:90px;padding:96px max(24px,50% - 560px);display:grid}.design-partner-exchange h2{color:#fff}.design-partner-exchange-heading>p:last-child{color:#ffffffa8;max-width:520px;margin:23px 0 0;font-size:13px;line-height:1.8}.design-partner-commitments{border-left:1px solid #ffffff2e;padding-left:56px}.design-partner-commitments h3{color:var(--public-gold);margin:0 0 24px;font-family:Fraunces,serif;font-size:24px}.design-partner-list{gap:18px;margin:0;padding:0;list-style:none;display:grid}.design-partner-list li{color:#ffffffd1;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:12px;font-size:13px;line-height:1.65;display:grid}.design-partner-list svg{color:var(--public-gold);margin-top:2px}.design-partner-thank-you{border-bottom:1px solid var(--public-line);background:linear-gradient(#183d2e0b 1px,#0000 1px) 0 0/30px 30px,#fff;grid-template-columns:260px minmax(0,720px);justify-content:center;align-items:center;gap:70px;padding:94px 24px;display:grid}.design-partner-thank-you-number{color:var(--public-coral);font-family:Fraunces,serif;font-size:150px;font-weight:600;line-height:.8}.design-partner-thank-you-copy>p:not(.public-eyebrow){color:var(--public-muted);margin:18px 0 0;font-size:14px;line-height:1.8}.design-partner-thank-you-copy strong{color:var(--public-forest)}.design-partner-thank-you-copy .public-action{margin-top:28px}.design-partner-steps{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:86px;width:min(1120px,100% - 48px);margin:0 auto;padding:96px 0;display:grid}.design-partner-steps ol{border-top:1px solid var(--public-line);margin:0;padding:0;list-style:none}.design-partner-steps li{border-bottom:1px solid var(--public-line);grid-template-columns:44px minmax(0,1fr);gap:20px;padding:23px 0;display:grid}.design-partner-steps li>span{color:var(--public-coral);font-size:11px;font-weight:800}.design-partner-steps h3{color:var(--public-forest);margin:0 0 7px;font-family:Fraunces,serif;font-size:19px}.design-partner-steps li p{color:var(--public-muted);margin:0;font-size:12px;line-height:1.7}.public-not-found{text-align:center;place-content:center;justify-items:center;min-height:65vh;padding:90px 24px;display:grid}.public-not-found-code{color:var(--public-coral);font-size:12px;font-weight:800}.public-not-found h1{color:var(--public-forest);margin:12px 0 16px;font-size:48px}.public-not-found p{color:var(--public-muted)}.public-not-found>div{align-items:center;gap:22px;margin-top:16px;display:flex}.legal-page{width:min(900px,100% - 48px);margin:0 auto;padding:88px 0 110px}.legal-page-header{border-bottom:1px solid var(--public-line);padding-bottom:44px}.legal-page-header h1{max-width:720px;color:var(--public-forest);margin:10px 0 18px;font-family:Fraunces,serif;font-size:52px;line-height:1.05}.legal-page-header>p:last-child{max-width:700px;color:var(--public-muted);margin:24px 0 0;line-height:1.75}.legal-page-meta{color:var(--public-muted);flex-wrap:wrap;gap:10px 22px;font-size:12px;font-weight:700;display:flex}.legal-document{display:grid}.legal-document section{border-bottom:1px solid var(--public-line);grid-template-columns:minmax(190px,.36fr) minmax(0,.64fr);gap:42px;padding:34px 0;display:grid}.legal-document h2{color:var(--public-forest);margin:0;font-family:Fraunces,serif;font-size:21px;line-height:1.3}.legal-document p{color:var(--public-muted);grid-column:2;margin:0;font-size:14px;line-height:1.85}.legal-document p+p{margin-top:14px}.legal-document a{color:var(--public-forest);font-weight:700}@keyframes public-copy-arrive{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes public-photo-arrive{0%{opacity:.78;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@media (width<=980px){.public-hero-content{padding-right:42%}.about-hero h1{font-size:66px}.public-intro,.public-product-band,.about-story,.about-principles{gap:48px}.public-product-band{grid-template-columns:minmax(0,.8fr) minmax(380px,1.2fr)}.public-feature{padding-right:30px}.public-feature+.public-feature{padding-left:30px}.public-safety-band{grid-template-columns:auto minmax(0,1fr)}.public-safety-band>p{grid-column:2}.public-footer-inner{grid-template-columns:1fr .55fr}.public-footer-boundary{grid-column:1/-1}}@media (width<=760px){.public-header-inner{gap:14px;width:calc(100% - 30px);min-height:68px}.public-brand-lockup{gap:8px;font-size:18px}.public-brand-mark{width:32px;height:32px}.public-nav{gap:14px;font-size:11px}.public-nav-section-link{display:none}.public-sign-in-link{min-height:36px;padding:0 12px}.public-hero,.about-hero{height:min(720px,88svh);min-height:560px}.public-hero-image{object-position:41% 58%}.public-hero-shade{background:linear-gradient(#0b1d162e 0%,#0b1d16ad 42%,#0b1d16f5 100%)}.public-hero-content,.about-hero-content{justify-content:flex-end;width:calc(100% - 36px);padding:110px 0 64px}.public-hero-content{padding-right:0}.about-hero h1{font-size:54px}.public-hero-title,.about-hero h2{font-size:29px}.public-hero-copy{margin-bottom:22px;font-size:14px;line-height:1.65}.public-hero-boundary{margin-top:17px}.public-photo-credit{display:none}.public-intro,.public-product-band,.public-story-teaser,.about-story,.about-principles{grid-template-columns:minmax(0,1fr)}.public-intro{gap:26px;padding:70px 0 58px}.public-section-heading h2,.public-intro h2,.public-product-copy h2,.public-story-teaser h2,.public-offer-band h2,.about-story h2,.about-principles h2,.about-closing h2{font-size:34px}.public-feature-grid{grid-template-columns:minmax(0,1fr)}.public-feature,.public-feature+.public-feature{border-left:0;border-top:1px solid var(--public-line);min-height:0;padding:38px 0}.public-feature:first-child{border-top:0}.public-product-band{gap:48px;padding-top:72px;padding-bottom:72px}.public-workspace-preview{padding:20px}.public-story-teaser>img{min-height:430px;max-height:560px}.public-story-teaser>div{max-width:none;padding:64px 24px 72px}.public-safety-band{grid-template-columns:auto minmax(0,1fr);gap:22px;padding-top:52px;padding-bottom:52px}.public-safety-band>p{grid-column:1/-1}.public-offer-band,.about-closing{flex-direction:column;align-items:flex-start}.public-offer-band{padding-top:62px;padding-bottom:62px}.public-footer-inner{grid-template-columns:minmax(0,1fr);gap:34px}.public-footer-boundary{grid-column:auto}.about-hero-image{object-position:63% 35%}.about-hero-shade{background:linear-gradient(#0a1b1426 30%,#0a1b14eb)}.about-story{gap:34px;padding:72px 0}.about-story-heading{position:static}.about-gallery{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.about-gallery-item,.about-gallery-item--wide,.about-gallery-item--tall{aspect-ratio:4/3;grid-area:auto}.about-gallery-item:nth-child(2),.about-gallery-item:nth-child(4){aspect-ratio:3/4}.about-last-night{padding:76px 18px}.about-last-night-copy{grid-template-columns:minmax(0,1fr);gap:24px}.about-last-night h2{font-size:34px}.about-last-night-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px;margin-top:38px}.about-last-night-gallery figure:first-child{grid-column:1/-1}.about-last-night-gallery figure:first-child img{aspect-ratio:4/3;object-position:center 60%}.about-principles{gap:42px;padding:76px 0}.about-closing{grid-template-columns:auto minmax(0,1fr);min-height:0;padding-top:62px;padding-bottom:62px;display:grid}.about-closing .public-action{grid-column:1/-1;justify-self:start}.legal-page{width:calc(100% - 36px);padding:66px 0 82px}.legal-page-header h1{font-size:38px}.legal-document section{grid-template-columns:minmax(0,1fr);gap:14px;padding:28px 0}.legal-document p{grid-column:1}}@media (width<=440px){.public-header-inner{width:calc(100% - 24px)}.public-brand-lockup{font-size:16px}.public-brand-mark{width:29px;height:29px}.public-nav>a:not(.public-sign-in-link),.public-sign-in-link svg{display:none}.public-hero-content,.about-hero-content{width:calc(100% - 30px)}.about-hero h1{font-size:48px}.public-hero-title,.about-hero h2{font-size:26px}.public-hero-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;display:grid}.public-action{padding:0 14px}.public-intro,.public-feature-grid,.about-story,.about-principles{width:calc(100% - 36px)}.public-preview-header span:first-child{font-size:20px}.public-preview-task{padding-left:11px;padding-right:11px}.public-footer-base{text-align:center;grid-template-columns:1fr;justify-items:center}.public-footer-base>:last-child{text-align:center;justify-self:center}.public-not-found h1{font-size:38px}.public-not-found>div{flex-direction:column}}@media (width<=980px){.design-partner-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.design-partner-exchange{gap:50px}.design-partner-thank-you{grid-template-columns:200px minmax(0,620px)}.design-partner-thank-you-number{font-size:118px}}@media (width<=760px){.design-partner-teaser,.design-partner-intro,.design-partner-exchange,.design-partner-thank-you,.design-partner-steps{grid-template-columns:minmax(0,1fr)}.design-partner-teaser{gap:34px;padding-top:62px;padding-bottom:62px}.design-partner-teaser-copy h2,.design-partner-intro h2,.design-partner-exchange h2,.design-partner-thank-you h2,.design-partner-steps h2{font-size:34px}.design-partner-teaser-offer{min-height:160px}.design-partner-hero{height:min(690px,84svh);min-height:570px}.design-partner-hero-image{object-position:57% 44%}.design-partner-hero-shade{background:linear-gradient(#0b1d162e 0%,#0b1d16ab 40%,#0b1d16f5 100%)}.design-partner-hero-title{font-size:36px}.design-partner-intro{gap:26px;padding:70px 0 52px}.design-partner-audience{padding-bottom:70px}.design-partner-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.design-partner-profile{min-height:250px}.design-partner-exchange{gap:42px;padding-top:72px;padding-bottom:72px}.design-partner-commitments{border-top:1px solid #ffffff2e;border-left:0;padding:36px 0 0}.design-partner-thank-you{justify-items:start;gap:26px;padding:76px 24px}.design-partner-thank-you-number{font-size:94px}.design-partner-steps{gap:38px;padding:76px 0}}@media (width<=440px){.design-partner-intro,.design-partner-steps{width:calc(100% - 36px)}.design-partner-audience{padding-left:18px;padding-right:18px}.design-partner-audience-grid{grid-template-columns:minmax(0,1fr)}.design-partner-profile{min-height:0}.design-partner-hero-title{font-size:32px}}@media (prefers-reduced-motion:reduce){.public-site *,.public-site :before,.public-site :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(./manrope-cyrillic-400-normal-BMzJvInZ.woff2)format("woff2"),url(./manrope-cyrillic-400-normal-Dvx59UGC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(./manrope-greek-400-normal-CM4qok81.woff2)format("woff2"),url(./manrope-greek-400-normal-DuX9RsAR.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(./manrope-vietnamese-400-normal-DHb3EETF.woff2)format("woff2"),url(./manrope-vietnamese-400-normal-D7E_mLGF.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(./manrope-latin-ext-400-normal-CMDvPJRp.woff2)format("woff2"),url(./manrope-latin-ext-400-normal-C-X6QNXX.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(./manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(./manrope-latin-400-normal-8tf8FM3T.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(./manrope-cyrillic-500-normal-B1OEZity.woff2)format("woff2"),url(./manrope-cyrillic-500-normal-CNwnNrRC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(./manrope-greek-500-normal-GeMIHyWm.woff2)format("woff2"),url(./manrope-greek-500-normal-DyxYGEtJ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(./manrope-vietnamese-500-normal-DCXiE_xi.woff2)format("woff2"),url(./manrope-vietnamese-500-normal-DaZ8i3XM.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(./manrope-latin-ext-500-normal-dm74KBQw.woff2)format("woff2"),url(./manrope-latin-ext-500-normal-EtoS1VaI.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(./manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(./manrope-latin-500-normal-DMZssgOp.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(./manrope-cyrillic-600-normal-DvRl3Mj-.woff2)format("woff2"),url(./manrope-cyrillic-600-normal-It4mZcQk.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(./manrope-greek-600-normal-BoRV6lzK.woff2)format("woff2"),url(./manrope-greek-600-normal-CF2i9ZRY.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(./manrope-vietnamese-600-normal-C1J5PCl_.woff2)format("woff2"),url(./manrope-vietnamese-600-normal-lA7a_7Ok.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(./manrope-latin-ext-600-normal-_gBojHdJ.woff2)format("woff2"),url(./manrope-latin-ext-600-normal-u5Pl7hTU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(./manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(./manrope-latin-600-normal-BqgrALkZ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(./manrope-cyrillic-700-normal-Dw_fZAg2.woff2)format("woff2"),url(./manrope-cyrillic-700-normal-7JNVKxyl.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(./manrope-greek-700-normal-CHUG9PD8.woff2)format("woff2"),url(./manrope-greek-700-normal-DyfsrCpP.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(./manrope-vietnamese-700-normal-CUqMx5-1.woff2)format("woff2"),url(./manrope-vietnamese-700-normal-pt65Fn2Z.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(./manrope-latin-ext-700-normal-DYOwVNan.woff2)format("woff2"),url(./manrope-latin-ext-700-normal-eVCcYqtJ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(./manrope-latin-700-normal-BZp_XxE4.woff2)format("woff2"),url(./manrope-latin-700-normal-DGRFkw-m.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(./fraunces-vietnamese-600-normal-BjlAJixd.woff2)format("woff2"),url(./fraunces-vietnamese-600-normal-DlAl5EAR.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(./fraunces-latin-ext-600-normal-BtzmzP0X.woff2)format("woff2"),url(./fraunces-latin-ext-600-normal-B0Dy4lqi.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(./fraunces-latin-600-normal-BFCDtZfi.woff2)format("woff2"),url(./fraunces-latin-600-normal-DL5QCzvS.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(./fraunces-vietnamese-700-normal-DH94m5DZ.woff2)format("woff2"),url(./fraunces-vietnamese-700-normal-DxawQjq2.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(./fraunces-latin-ext-700-normal-CanUGppC.woff2)format("woff2"),url(./fraunces-latin-ext-700-normal-DuBstVeD.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(./fraunces-latin-700-normal-CEOla-zY.woff2)format("woff2"),url(./fraunces-latin-700-normal-DTjk5d1Q.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color:#202822;font-synthesis:none;text-rendering:optimizelegibility;--ink:#202822;--muted:#677068;--line:#dce2d8;--paper:#fff;--canvas:#f4f6f0;--brand-forest:#183d2e;--brand-gold:#edb44f;--forest:#285542;--forest-dark:#1f4535;--sage:#dce9dd;--sage-soft:#eef4ec;--amber:#d99c3d;--amber-soft:#fff1d8;--coral:#d8755f;--blue-soft:#e7eef2;background:#f4f6f0;font-family:Manrope,sans-serif}*{box-sizing:border-box;letter-spacing:0;scrollbar-color:var(--forest) var(--sage-soft);scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--sage-soft)}::-webkit-scrollbar-thumb{background:var(--forest);border:2px solid var(--sage-soft);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--forest-dark)}html{background:var(--canvas);min-width:320px;min-height:100%}body{background:linear-gradient(130deg, #dce9dd6b 0, transparent 35%), var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #d99c3d61}button:disabled{cursor:default}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Fraunces,serif}.app-shell{min-height:100vh}.sidebar{z-index:20;color:#f7faf5;background:#203e32;border-right:1px solid #ffffff14;flex-direction:column;width:236px;padding:24px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-header{white-space:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:4px;width:200px;display:flex}.sidebar-collapsed{width:76px;padding-left:12px;padding-right:12px}.sidebar-collapsed .sidebar-header{justify-content:center;width:52px}.sidebar-toggle{color:#c9d4cc;background:0 0;border:1px solid #ffffff24;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:grid}.sidebar-tools{justify-content:space-between;align-items:center;gap:0;width:100%;display:flex}.sidebar-collapsed .sidebar-tools{flex-direction:column;gap:6px}.sidebar-tools .icon-button,.sidebar-tools .sidebar-toggle{color:#c9d4cc;background:0 0;border:0;flex:0 0 34px;width:34px;height:34px}.sidebar-tools .icon-button:hover,.sidebar-tools .icon-button:focus-visible{color:#fff;background:#ffffff14}.sidebar-tools .notification-popover{left:0;right:auto}.sidebar-tools .notification-popover:before{left:13px;right:auto}.sidebar-toggle:hover{color:#fff;background:#ffffff14}.mobile-sidebar-trigger,.mobile-sidebar-backdrop{display:none}.sidebar-brand-name{min-width:0;display:block}.sidebar-app-version{color:#a9b9af;font-variant-numeric:tabular-nums;text-align:center;flex:none;margin-top:14px;font-family:Manrope,sans-serif;font-size:9px;font-weight:700;line-height:1}.sidebar-collapsed .sidebar-brand-name,.sidebar-collapsed .nav-section-label,.sidebar-collapsed .nav-label,.sidebar-collapsed .account-switcher-details,.sidebar-collapsed .account-switcher-chevron{display:none}.trademarked-brand-name{white-space:nowrap;display:inline-block}.brand-name-inky,.brand-trademark{color:var(--brand-forest)}.brand-name-care{color:var(--brand-gold)}.brand-trademark{letter-spacing:0;vertical-align:super;margin-left:.16em;font-family:DM Sans,sans-serif;font-size:clamp(7px,.36em,12px);font-weight:800;line-height:1}.brand-mark{border-radius:50%;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.brand-mark-image,.brand-heart-image{width:100%;height:100%;display:block}.brand-mark-mobile{width:30px;height:30px}.shelter-sidebar-sections .workspace-tabs{border:0;border-left:1px solid #ffffff30;flex-direction:column;gap:3px;margin:4px 0 8px 14px;padding:0 0 0 10px;display:flex;overflow:visible}.shelter-sidebar-sections .workspace-tab{color:#d5e4dd;white-space:normal;text-align:left;background:0 0;border:0;border-radius:4px;flex:none;justify-content:flex-start;width:100%;min-height:40px;padding:9px 10px;font-size:12px}.shelter-sidebar-sections .workspace-tab.active,.shelter-sidebar-sections .workspace-tab:hover{color:#fff;background:#ffffff18}.shelter-sidebar-sections .workspace-tab.active{box-shadow:inset 3px 0 #efb94b}.shelter-sidebar-sections .workspace-tab:after{display:none}.shelter-sidebar-sections .workspace-tab:focus-visible{outline-offset:-2px;outline:2px solid #efb94b}.sidebar-collapsed:not(.mobile-sidebar-open) .shelter-sidebar-sections{display:none}.desktop-nav{gap:5px;min-height:0;margin-top:20px;display:grid;overflow:hidden auto}.nav-section-label,.eyebrow{color:#778178;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.3}.nav-section-label{color:#a7b8ad;margin:0 12px 9px}.nav-section-divider{background:#ffffff29;height:1px;margin:0 12px 9px}.nav-section-label.organization-section{margin-top:20px}.nav-item{color:#c9d4cc;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:12px;width:100%;min-height:43px;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;transition:color .16s,background-color .16s;display:flex}.nav-item:hover:not(:disabled){color:#fff;background:#ffffff14}.sidebar-collapsed .nav-item{justify-content:center;padding-left:0;padding-right:0}.nav-item.active{color:#1e392f;background:#e8b655}.nav-item.active:hover:not(:disabled){color:#1e392f;background:#f2c96f}.nav-item:disabled{color:#9aaba0;opacity:.72}.sidebar-footer{gap:14px;margin-top:auto;display:grid}.account-menu{min-width:0;position:relative}.user-menu{z-index:30;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:7px;gap:2px;padding:6px;display:grid;box-shadow:0 14px 34px #142a2033}.desktop-user-menu{position:absolute;bottom:calc(100% + 8px);left:0;right:0}.mobile-user-menu{display:none}.user-menu-item{color:#33483e;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 10px;font-size:12px;font-weight:750;display:flex}.user-menu-item:hover,.user-menu-item:focus-visible{color:var(--forest-dark);background:var(--sage-soft)}.user-menu-item.danger{color:#8b4435}.user-menu-item.danger:hover,.user-menu-item.danger:focus-visible{color:#743426;background:#f8eae6}.sidebar-collapsed .desktop-user-menu{width:190px;bottom:0;left:calc(100% + 10px);right:auto}.account-switcher{color:#eef4ef;text-align:left;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:7px;grid-template-columns:40px minmax(0,1fr) 16px;align-items:center;gap:9px;width:100%;min-height:58px;padding:9px;display:grid}.account-switcher:hover,.account-switcher.active{background:#ffffff1c;border-color:#edb44f80}.account-switcher-chevron{transition:transform .15s}.account-switcher[aria-expanded=true] .account-switcher-chevron{transform:rotate(180deg)}.sidebar-collapsed .account-switcher{justify-content:center;padding-left:9px;padding-right:9px;display:flex}.account-switcher-details{min-width:0;display:grid}.account-switcher strong,.account-switcher small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-switcher strong{font-size:12px}.account-switcher small{color:#a9b9af;margin-top:2px;font-size:10px}.account-avatar,.profile-avatar{color:#1f4535;background:#edb44f;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.account-avatar{width:34px;height:34px;font-size:15px;line-height:1;overflow:hidden}.account-avatar-cluster{place-items:center;width:40px;height:40px;display:grid;position:relative}.account-avatar-cluster .account-type-icon{border-width:2px;border-color:var(--brand-forest);border-radius:50%;flex-basis:19px;width:19px;height:19px;position:absolute;bottom:-1px;right:-1px}.account-avatar-cluster .account-type-icon:after{inset:auto auto calc(100% + 7px) 0}.workspace{min-height:100vh;margin-left:236px}.sidebar-collapsed+.workspace{margin-left:76px}.workspace.ai-chat-open{--ai-chat-reserved-width:min(var(--ai-chat-width,420px), calc(100vw - 236px));box-sizing:border-box;height:100vh;min-height:0;margin-right:var(--ai-chat-reserved-width);overflow-y:auto}.workspace.ai-chat-open .workspace-body{box-sizing:border-box;width:100%;margin-right:auto}.sidebar-collapsed+.workspace.ai-chat-open{--ai-chat-reserved-width:min(var(--ai-chat-width,420px), calc(100vw - 76px))}.topbar{z-index:15;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd6;justify-content:flex-end;align-items:center;height:72px;padding:0 0 0 20px;display:flex;position:sticky;top:0}.workspace.ai-chat-open .topbar{z-index:18}.topbar-title{text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;margin:0 auto 0 0;font-size:23px;line-height:1.1;display:flex;overflow:hidden}.topbar-brand{align-items:center;gap:8px;text-decoration:none;display:flex}.topbar-brand-mark{flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.topbar:has(.topbar-page-heading){height:auto;min-height:72px;padding-top:8px;padding-bottom:8px}.topbar .topbar-title{flex:none;margin:0}.topbar-page-heading{border-left:1px solid var(--line);flex:1 1 0;min-width:0;margin:0 18px;padding-left:18px}.topbar-page-heading h1{overflow-wrap:anywhere;margin:0;font-size:18px;line-height:1.25}.topbar-page-heading p{color:var(--muted);overflow-wrap:anywhere;margin:3px 0 0;font-size:11px;line-height:1.35}.topbar-page-heading .eyebrow,.topbar-page-heading .date-label,.workspace-body .page-heading:empty{display:none}.workspace-body .organization-workspace-heading:has(>.organization-workspace-mark:only-child){display:none}.workspace-body .settings-heading:has(>.settings-lock:only-child){display:none}.workspace-body .page-heading:not(:has(.workspace-heading-copy)){justify-content:flex-end}.workspace-body .page-heading:empty+.workspace-tabs{margin-top:0}.workspace-body .organization-workspace-heading:has(>.organization-workspace-mark:only-child)+.workspace-tabs{margin-top:0}.workspace-body .settings-heading:has(>.settings-lock:only-child)+.workspace-tabs{margin-top:0}@media (width<=1100px){.topbar:has(.topbar-page-heading){flex-wrap:wrap;row-gap:6px;height:auto;min-height:72px;padding-top:8px;padding-bottom:8px}.topbar-page-heading{margin:0 8px;padding-left:10px}.topbar-page-heading h1{font-size:16px}.topbar:has(.topbar-page-heading) .topbar-actions{flex:1 0 100%;justify-content:flex-end;min-width:0}.native-platform .topbar:has(.topbar-page-heading){height:auto;padding-top:max(env(safe-area-inset-top), 24px)}}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-actions>.ai-chat-control .icon-button{background:0 0;border:0}.pet-account-controls{align-items:center;gap:8px;display:flex}.account-type-badge{color:#33564a;white-space:nowrap;background:#e7f0e9;border:1px solid #c9d9cf;border-radius:6px;justify-content:center;align-items:center;min-height:24px;padding:3px 8px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.account-type-icon{border:1px solid;border-radius:6px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:relative}.account-type-icon:after{z-index:30;color:#fff;background:var(--forest-dark);content:attr(data-tooltip);opacity:0;pointer-events:none;white-space:nowrap;border-radius:4px;padding:6px 8px;font-size:11px;font-weight:700;line-height:1.2;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 7px);right:0;transform:translateY(-2px);box-shadow:0 6px 18px #1f453533}.account-type-icon:hover:after,.account-type-icon:focus-visible:after{opacity:1;transform:translateY(0)}.account-type-icon:focus-visible{outline-offset:2px;outline:3px solid #ae71263d}.account-type-customer{color:#33564a;background:#e7f0e9;border-color:#c9d9cf}.account-type-admin{color:#6e4312;background:#f9edcf;border-color:#e4c989}.account-type-vet{color:#28506b;background:#e6f0f6;border-color:#c3d7e4}.account-type-shelter{color:#69442e;background:#f3eae3;border-color:#ddcabc}.account-type-caregiver{color:#315b3b;background:#e6f2e8;border-color:#c5ddca}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.icon-button{color:#566158;background:var(--paper);border:0;border-radius:6px;place-items:center;width:38px;height:38px;padding:0;display:inline-grid}.icon-button:disabled{opacity:.65}.icon-button.light{color:#f7fbf5;background:#ffffff1f}.profile-chip{height:40px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:20px;align-items:center;gap:8px;padding:3px 9px 3px 4px;font-size:13px;font-weight:700;display:flex}.profile-avatar{width:32px;height:32px;font-size:13px}.pet-switcher-container{position:relative}.pet-switcher-container-field{width:100%}.pet-switcher-container-field .pet-switcher{border-radius:7px;grid-template-columns:32px minmax(0,1fr) 15px;width:100%;height:44px;padding-right:12px}.pet-switcher-container-field .pet-switcher-listbox{width:min(100%,420px);left:0;right:auto}.pet-switcher{height:40px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:32px minmax(72px,132px) 15px;align-items:center;gap:7px;padding:3px 8px 3px 4px;display:grid}.pet-switcher-trigger{cursor:pointer;font:inherit;text-align:left}.pet-switcher-trigger>svg{transition:transform .14s}.pet-switcher-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.pet-switcher-name{width:100%;min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.pet-switcher-listbox{z-index:60;background:#fff;border:1px solid #cbd8cf;border-radius:8px;gap:2px;width:min(320px,100vw - 24px);max-height:min(420px,100vh - 96px);padding:5px;display:grid;position:absolute;top:calc(100% + 7px);right:0;overflow-y:auto;box-shadow:0 16px 36px #1a36292e}.pet-switcher-search{z-index:1;color:var(--muted);background:#fff;border:1px solid #cbd8cf;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;margin-bottom:3px;padding:7px 9px;display:grid;position:sticky;top:0}.pet-switcher-search:focus-within{color:var(--forest-dark);border-color:var(--forest);box-shadow:0 0 0 2px #2a664924}.pet-switcher-search input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:13px}.pet-switcher-options{gap:2px;display:grid}.pet-switcher-option-copy{gap:2px;min-width:0;display:grid}.pet-switcher-option-copy>small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pet-switcher-option-primary{white-space:nowrap;align-items:baseline;gap:6px;min-width:0;display:flex}.pet-switcher-option-name{text-overflow:ellipsis;min-width:0;overflow:hidden}.pet-switcher-option-copy>small{color:var(--muted);font-size:10px;font-weight:500}.pet-switcher-pet-id{color:var(--muted);flex:none;font-size:11px;font-weight:600}.pet-switcher-copy-id{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;display:grid}.pet-switcher-copy-id:hover,.pet-switcher-copy-id:focus-visible{color:var(--forest-dark);background:#2a66491a;outline:none}.pet-switcher-empty{color:var(--muted);text-align:center;margin:0;padding:14px 10px;font-size:12px}.pet-switcher-option{width:100%;min-height:38px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:6px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:grid;overflow:hidden}.pet-switcher-option:hover,.pet-switcher-option.highlighted{background:var(--sage-soft)}.pet-switcher-option[aria-selected=true]{color:var(--forest-dark);font-weight:800}.pet-species-icon{border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.pet-species-cat{color:#285542;background:#e3efe6}.pet-species-dog{color:#744c17;background:#f8e9c7}.pet-species-pet{color:#4f5d54;background:#edf1ee}.pet-setup-button{cursor:pointer;text-align:left}.pet-setup-button:hover{background:var(--sage-soft);border-color:#b8cbbd}.pet-setup-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.pet-switcher:focus-within{outline-offset:2px;outline:2px solid #2a664940}.workspace-body{width:100%;min-width:0;max-width:none;margin:0 auto;padding:20px clamp(16px,2.5vw,32px) 72px}.workspace-body.has-demo-persona{padding-bottom:132px}.page-heading,.section-heading,.pet-overview-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.page-heading{align-items:flex-end;margin-bottom:27px}.date-label{color:var(--forest);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.page-heading h1{margin-bottom:7px;font-size:22px;line-height:1.2}.page-heading p:last-child{color:var(--muted);margin-bottom:0;font-size:14px}.primary-button,.secondary-button{border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:13px;font-weight:800;display:inline-flex}.primary-button{color:#fff;background:var(--forest);border:1px solid var(--forest)}.primary-button:not(:disabled):hover{background:var(--forest-dark)}.primary-button:disabled{color:#89918b;background:#e7ebe6;border-color:#d1d8d0}.secondary-button{color:var(--forest);background:#fff;border:1px solid #cdd6cc}.secondary-button:disabled{color:#89918b;background:#f1f3ef}.pet-overview{color:#fff;background:#2a5a46;border-radius:8px;grid-template-columns:180px 1fr;align-items:stretch;gap:0;height:176px;min-height:176px;display:grid;position:relative;overflow:hidden}.pet-overview:after{content:"";border:34px solid #eeb54f33;border-radius:50%;width:230px;height:170px;position:absolute;bottom:-82px;right:-58px}.pet-artwork-wrap{z-index:1;background:#fff;position:relative;overflow:hidden}.pet-artwork-button{background:0 0;border:0;width:100%;height:100%;padding:0}.pet-artwork-button:focus-visible{outline-offset:-3px;outline:3px solid #f0bb57}.pet-artwork-preset{width:100%;height:100%;color:var(--forest-dark);background:var(--sage-soft);place-items:center;font-size:48px;line-height:1;display:grid}.pet-artwork-edit{z-index:3;color:#fff;width:38px;height:38px;min-height:38px;box-shadow:none;background:0 0;border:0;position:absolute;top:12px;right:12px}.pet-artwork{object-fit:cover;object-position:center 24%;width:100%;height:100%;display:block}.pet-overview-copy{z-index:1;flex-direction:column;justify-content:center;min-width:0;padding:16px clamp(24px,3vw,36px);display:flex;position:relative}.demo-mode-switch{color:#fff;min-height:20px;box-shadow:none;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:12px;font-weight:800;display:inline-flex}.sidebar-demo-mode-switch{justify-content:flex-start;justify-self:center;margin:0}.sidebar-collapsed .sidebar-demo-mode-switch{justify-content:center;width:34px}.demo-mode-switch:hover{background:0 0}.demo-mode-switch-track{background:#2a6649;border-radius:10px;flex:0 0 34px;width:34px;height:20px;position:relative}.demo-mode-switch-thumb{background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:3px;right:3px}.pet-overview .eyebrow{color:#bcd2c3}.pet-overview h2{margin:2px 0 4px;font-size:clamp(21px,2.5vw,30px);line-height:1.18}.pet-overview-title-row{padding-right:48px}.pet-profile-edit-button{z-index:2;color:#fff;background:#ffffff1a;border-color:#ffffff57;flex:none;position:absolute;top:12px;right:12px}.pet-profile-edit-button:hover,.pet-profile-edit-button:focus-visible{color:var(--forest-dark);background:#fff}.pet-overview-copy>p{color:#d5e1d8;margin-bottom:12px;font-size:13px}.pet-identity-row{color:#e7efe9;flex-wrap:wrap;align-items:center;gap:14px;min-height:26px;margin-bottom:9px;font-size:12px;font-weight:700;display:flex}.petid-display{align-items:center;gap:5px;display:inline-flex}.chipid-display{align-items:center;gap:8px;display:inline-flex}.chipid-detail{color:#c9d8ce;font-weight:600}.chipid-display a{color:#fff0b8;text-underline-offset:2px;text-decoration:underline}.petid-copy-button{width:26px;height:26px;min-height:26px;padding:0;position:relative}.petid-copy-result{z-index:18;width:max-content;max-width:160px;color:var(--ink);background:var(--paper);border:1px solid var(--line);pointer-events:none;white-space:nowrap;border-radius:5px;padding:5px 7px;font-size:11px;font-weight:700;line-height:1.2;position:absolute;bottom:calc(100% + 7px);right:0;box-shadow:0 5px 14px #122a1f2e}.progress-row{align-items:center;gap:15px;margin-bottom:8px;display:flex}.progress-track{appearance:none;background:#ffffff2b;border:0;border-radius:4px;width:min(360px,75%);height:7px;padding:0;overflow:hidden}.progress-track::-webkit-progress-bar{border-radius:inherit;background:#ffffff2b}.progress-track::-webkit-progress-value{border-radius:inherit;background:#f0bb57;transition:width .32s}.progress-track::-moz-progress-bar{border-radius:inherit;background:#f0bb57;transition:width .32s}.progress-row strong{color:#e7efe9;min-width:72px;font-size:12px}.content-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;margin-top:31px;display:grid}.education-tips{margin-top:24px}.education-tips>.section-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.education-tips>.section-heading>svg{color:var(--amber)}.education-slideshow{position:relative}.education-tip{background:var(--paper);border:1px solid var(--line);border-radius:8px;min-width:0;height:auto;padding:18px 62px;display:block}.education-tip>span{color:var(--forest);text-transform:uppercase;font-size:11px;font-weight:800}.education-tip h3{margin:7px 0;font-size:16px;line-height:1.35}.education-tip p{color:var(--muted);margin:0 0 12px;font-size:13px;line-height:1.55}.education-tip a{color:var(--forest-dark);overflow-wrap:anywhere;font-size:12px;font-weight:700}.education-slideshow-controls{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0 12px}.education-slide-button{width:34px;height:34px;min-height:34px;color:var(--forest-dark);background:var(--paper);border:1px solid var(--line);pointer-events:auto}.education-slide-button:disabled{color:#a7afa8;background:#f1f3ef}.section-heading{min-height:44px;margin-bottom:15px}.section-heading h2,.latest-check-in h2{margin:3px 0 0;font-size:22px;line-height:1.2}.section-heading.compact{margin-bottom:8px}.section-heading.compact>svg{color:var(--forest)}.task-list{gap:9px;display:grid}.task-item{background:var(--paper);border:1px solid var(--line);border-radius:7px;grid-template-columns:42px 76px minmax(0,1fr) 58px;align-items:center;gap:13px;min-height:96px;padding:14px 14px 14px 15px;animation:.42s both reveal;display:grid;box-shadow:0 2px 8px #24372806}.task-item:focus-visible{outline:2px solid var(--forest);outline-offset:3px}.task-item:nth-child(2){animation-delay:60ms}.task-item:nth-child(3){animation-delay:.12s}.task-item:nth-child(4){animation-delay:.18s}.task-item.completed{background:#f6faf4;border-color:#cadbc9}.task-icon{color:#9b6421;background:var(--amber-soft);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.task-icon.meal{color:#3a6b54;background:var(--sage)}.task-icon.movement{color:#49687a;background:var(--blue-soft)}.task-icon.comfort{color:#965344;background:#f7e2dc}.task-time{color:#6c746e;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.task-copy{min-width:0}.task-copy h3{color:#263029;margin:0 0 4px;font-size:14px;line-height:1.3}.task-copy p{overflow-wrap:anywhere;color:#727a74;margin:0;font-size:12px;line-height:1.45}.completion-note{color:#397050;align-items:center;gap:5px;margin-top:7px;font-size:11px;font-weight:700;display:flex}.task-action{width:54px;height:34px;color:var(--forest);background:#fff;border:0;border-radius:6px;place-items:center;padding:0;font-size:11px;font-weight:800;display:grid}.task-action:focus-visible{outline:2px solid var(--forest);outline-offset:2px}.task-action:not(:disabled):hover{color:#fff;background:var(--forest)}.task-action.is-complete{color:#fff;background:#4e8165;border-color:#4e8165}.right-rail{gap:14px;display:grid}.check-in-panel,.latest-check-in{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:22px}.panel-intro{color:var(--muted);margin-bottom:19px;font-size:12px;line-height:1.5}.status-field{border:0;margin:0 0 15px;padding:0}.status-field legend,.note-field>span,.form-field>span,.form-field>label,.profile-readonly>span{color:#505a52;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.segmented-control{background:#eef1ec;border-radius:6px;grid-template-columns:repeat(3,1fr);height:35px;padding:3px;display:grid}.segmented-control button{color:#707872;background:0 0;border:0;border-radius:4px;min-width:0;padding:0 3px;font-size:10px;font-weight:700}.segmented-control button.selected{color:#244d3c;background:#fff;box-shadow:0 1px 3px #21352721}.note-field{display:block}.note-field textarea,.form-field input{width:100%;color:var(--ink);background:#fff;border:1px solid #d5dcd3;border-radius:6px}.note-field textarea{resize:vertical;min-height:72px;padding:10px 11px;font-size:11px;line-height:1.5}.note-field textarea::placeholder{color:#a1a8a2}.check-in-panel>.primary-button{width:100%;margin-top:13px}.save-status{color:#397050;justify-content:center;align-items:flex-end;gap:6px;min-height:27px;font-size:11px;font-weight:800;display:flex}.care-boundary{color:#5f543f;background:#fff7e9;border:1px solid #eed8ad;border-radius:7px;grid-template-columns:24px 1fr;gap:11px;padding:16px 17px;display:grid}.care-boundary>svg{color:#b7792e}.care-boundary strong{margin-bottom:4px;font-size:11px;display:block}.care-boundary p,.latest-check-in p{margin:0;font-size:10px;line-height:1.55}.latest-check-in h2{font-size:17px}.latest-check-in p{color:var(--muted);margin-top:7px}.mobile-nav{display:none}.modal-backdrop{z-index:20;background:#15221b9e;place-items:center;padding:20px;animation:.16s ease-out fade-in;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:8px;width:min(460px,100%);max-height:calc(100vh - 40px);padding:25px;animation:.22s ease-out modal-in;overflow-y:auto;box-shadow:0 24px 70px #0f1e1547}.modal-header{justify-content:space-between;align-items:center;margin-bottom:23px;display:flex}.modal-icon{color:#3c6c55;background:var(--sage);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.modal-icon.amber{color:#93611f;background:var(--amber-soft)}.modal h2{margin:5px 0 11px;font-size:26px}.modal-prompt{color:var(--muted);font-size:13px;line-height:1.55}.confirmation-detail{border-left:3px solid var(--forest);background:#f5f7f2;border-radius:0 6px 6px 0;gap:5px;margin:19px 0 14px;padding:15px 16px;display:grid}.confirmation-detail strong{font-size:13px}.confirmation-detail span{color:#4f5951;font-size:12px}.confirmation-detail small{color:#7f8881;font-size:10px;font-weight:700}.boundary-note{color:#725933;align-items:flex-start;gap:7px;margin-bottom:22px;font-size:10px;line-height:1.5;display:flex}.boundary-note svg{flex:none}.modal-actions{justify-content:flex-end;gap:9px;display:flex}.profile-modal{width:min(620px,100%)}.profile-modal .modal-actions{margin-top:16px}.profile-workspace{width:100%;max-width:none}.profile-workspace>.workspace-tabs{margin-top:0}.profile-settings-tab-panel{padding-top:24px}.organization-workspace{width:100%;max-width:none}.organization-workspace-heading{border-bottom:1px solid var(--line);align-items:flex-end;padding-bottom:24px}.organization-workspace-mark{border:1px solid;border-radius:7px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.organization-workspace-veterinary_hospital .organization-workspace-mark{color:#28506b;background:#e6f0f6;border-color:#c3d7e4}.organization-workspace-animal_shelter .organization-workspace-mark{color:#69442e;background:#f3eae3;border-color:#ddcabc}.shelter-continuity-dashboard{margin-top:24px}.workspace-body .organization-workspace>.workspace-tab-panel>:first-child{border-top:0;margin-top:0;padding-top:0}.shelter-continuity-metrics{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.shelter-continuity-metric{border-right:1px solid var(--line);align-content:center;gap:7px;min-width:0;min-height:116px;padding:16px;display:grid}.shelter-continuity-metric:last-child{border-right:0}.shelter-continuity-metric span,.shelter-continuity-metric small{color:var(--muted);font-size:11px;line-height:1.4}.shelter-continuity-metric strong{font:700 17px/1.25 var(--font-display)}.care-station-owner,.care-station-scanner,.organization-training,.organization-supervisor{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.care-station-owner>p,.care-station-scanner>p{max-width:680px;color:var(--muted);font-size:12px;line-height:1.65}.care-station-create-form{grid-template-columns:minmax(0,1fr) 160px auto;align-items:end;gap:12px;max-width:680px;margin-top:18px;display:grid}.care-station-print-area{border-block:1px solid var(--line);grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:18px;max-width:680px;margin-top:18px;padding:20px 0;display:grid}.care-station-pet-panel,.care-station-qr-panel{align-content:center;gap:10px;display:grid}.care-station-photo{border:1px solid var(--line);background:var(--surface-muted);min-height:150px;color:var(--muted);text-align:center;border-radius:6px;place-items:center;padding:12px;display:grid}.care-station-photo img{object-fit:cover;border-radius:4px;width:100%;max-height:220px;display:block}.care-station-pet-details{gap:4px;display:grid}.care-station-pet-details strong{font-size:22px}.care-station-pet-details span,.care-station-qr-panel small{color:var(--muted);font-size:11px}.care-station-qr-panel{text-align:center;justify-items:center}.care-station-qr-panel strong{font-size:14px}.care-station-actions{grid-column:1/-1}.care-station-print-preview{border:1px solid var(--line);background:var(--surface-muted);grid-template-columns:minmax(0,1fr) 180px;gap:18px;padding:18px;display:grid}.care-station-print-preview .care-station-photo{min-height:140px}.care-station-print-area>div:first-child{gap:5px;display:grid}.care-station-print-area strong{font:700 22px/1.2 var(--font-display)}.care-station-print-area small,.care-station-pet-heading span,.care-station-pet-heading p{color:var(--muted);font-size:11px}.care-station-scan-button{width:fit-content;margin-top:14px;position:relative;overflow:hidden}.care-station-scan-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.care-station-pet-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.care-station-pet-heading h2,.care-station-pet-heading p{margin:3px 0 0}.care-station-active form{gap:16px;margin-top:18px;display:grid}.care-station-choice-group{border:0;min-width:0;margin:0;padding:0}.care-station-choice-group legend{color:var(--muted);text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800}.care-station-choice-group>div{flex-wrap:wrap;gap:6px;max-width:680px;display:flex}.care-station-choice-group button{min-width:64px;min-height:38px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:7px 11px;font-size:11px;font-weight:750}.care-station-choice-group button.selected{color:var(--paper);background:var(--forest);border-color:var(--forest)}.care-station-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.organization-training-list,.organization-staff-list,.organization-audit-list{gap:0;margin-top:12px;display:grid}.organization-training-item,.organization-staff-row,.organization-audit-row{border-bottom:1px solid var(--line);gap:4px;padding:14px 0;display:grid}.organization-training-item h3,.organization-training-item p{margin:0}.organization-pet-matrix-wrap{border:1px solid var(--line);margin-top:12px;overflow-x:auto}.organization-pet-matrix{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px}.organization-pet-matrix th,.organization-pet-matrix td{border-bottom:1px solid var(--line);text-align:left;text-overflow:ellipsis;white-space:nowrap;height:42px;padding:8px 12px;overflow:hidden}.organization-pet-matrix thead th{color:var(--muted);background:var(--sage-soft);text-transform:uppercase;font-size:10px;font-weight:800}.organization-pet-matrix tbody th{font-size:12px;font-weight:800}.organization-pet-matrix tbody td{font-size:11px}.organization-pet-matrix tr:last-child th,.organization-pet-matrix tr:last-child td{border-bottom:0}.organization-pet-matrix th:first-child{width:24%}.organization-pet-matrix th:nth-child(2){width:12%}.organization-pet-matrix th:nth-child(3){width:23%}.organization-pet-matrix th:nth-child(4){width:20%}.organization-pet-matrix th:nth-child(5){width:13%}.organization-pet-matrix th:last-child{width:52px}.organization-pet-sort{color:inherit;font:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:6px;padding:0;display:inline-flex}.organization-pet-sort.button-icon-managed{justify-content:flex-start}.organization-pet-status{text-transform:capitalize;font-weight:800}.organization-pet-status.active{color:var(--forest)}.organization-pet-status.archived{color:var(--muted)}.organization-pet-empty{color:var(--muted);text-align:center;margin:0;padding:28px 12px;font-size:11px}.organization-pet-page-actions{gap:6px;display:flex}@media (width<=680px){.shelter-continuity-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shelter-continuity-metric:nth-child(2){border-right:0}.shelter-continuity-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.care-station-create-form,.care-station-print-area,.care-station-print-preview{grid-template-columns:minmax(0,1fr)}.care-station-choice-group>div{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.care-station-choice-group button{min-width:0}}.pet-transfer-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:20px;display:grid}.pet-transfer-groups>section{min-width:0}.pet-transfer-groups h3{margin:0 0 10px;font-size:14px}.pet-transfer-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:11px 0;display:flex}.pet-transfer-item>div{flex-wrap:wrap;align-items:center;gap:5px 8px;min-width:0;display:flex}.pet-transfer-item strong{font-size:12px}.pet-transfer-item small{width:100%;color:var(--muted);font-size:10px}@media (width<=680px){.pet-transfer-groups{grid-template-columns:minmax(0,1fr)}}.profile-workspace-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:30px;display:grid}.profile-editor{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 12px 32px #1f453512}.profile-preview{border-bottom:1px solid var(--line);align-items:center;gap:18px;margin-bottom:28px;padding-bottom:24px;display:flex}.profile-preview h2{margin:0 0 4px;font-size:24px}.profile-preview p{color:var(--muted);margin:0 0 7px;font-size:11px}.profile-avatar-button{background:0 0;border:0;border-radius:50%;flex:0 0 82px;place-items:center;width:82px;height:82px;padding:0;display:grid;position:relative}.profile-user-avatar{border:3px solid #fff;border-radius:50%;place-items:center;width:78px;height:78px;font-size:31px;line-height:1;display:grid;overflow:hidden;box-shadow:0 0 0 1px #cfd8cf,0 8px 20px #1f453524}.profile-avatar-edit{color:#fff;background:var(--forest);border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;bottom:1px;right:-2px}.text-button{color:var(--forest);text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:11px;font-weight:800;text-decoration:underline}.profile-readonly-field{background:#f4f6f2;border:1px solid #e1e6de;border-radius:6px;gap:6px;margin-top:14px;padding:12px 14px;display:grid}.profile-readonly-field span,.profile-metadata span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.profile-readonly-field strong{overflow-wrap:anywhere;font-size:12px}.profile-metadata{border-block:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;display:grid}.profile-metadata>div{gap:5px;padding:14px 0;display:grid}.profile-metadata>div+div{border-left:1px solid var(--line);padding-left:18px}.profile-metadata strong{text-transform:capitalize;font-size:12px}.profile-form-actions{justify-content:flex-end;margin-top:20px;display:flex}.profile-save-message{align-items:center;gap:7px;margin:16px 0 0;font-size:11px;font-weight:800;display:flex}.profile-save-message.success{color:var(--forest)}.profile-save-message.error{color:#9a4032}.toast-viewport{z-index:90;pointer-events:none;width:min(360px,100vw - 40px);position:fixed;top:88px;right:20px}.success-toast{color:#fff;background:var(--forest-dark);border:1px solid color-mix(in srgb, var(--sage-soft) 35%, transparent);border-radius:8px;align-items:center;gap:10px;min-height:48px;padding:12px 16px;font-size:14px;font-weight:750;animation:.18s ease-out success-toast-enter;display:flex;box-shadow:0 14px 34px #142d223d}.success-toast svg{color:var(--amber);flex:none}@keyframes success-toast-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=620px){.toast-viewport{width:calc(100vw - 24px);top:74px;right:12px}}.account-security-panel{min-width:0}.account-security-heading,.account-security-block-heading,.mfa-auth-heading{align-items:center;gap:12px;display:flex}.account-security-heading h2,.mfa-auth-heading h1{margin:3px 0 0;font-size:22px}.account-security-notice{color:var(--forest);align-items:center;gap:8px;margin:18px 0 0;font-size:11px;font-weight:800;display:flex}.account-security-panel>.account-security-block{min-height:240px;margin-top:22px}.account-security-block{background:var(--paper);border:1px solid var(--line);border-radius:7px;flex-direction:column;align-items:stretch;min-width:0;padding:18px;display:flex}.account-security-block[role=group]{margin:0}.account-security-block-heading{min-height:40px;color:var(--forest)}.account-security-block-heading>img{flex:0 0 19px;width:19px;height:19px}.account-security-block-heading div{gap:2px;min-width:0;display:grid}.account-security-block-heading h3{color:var(--ink);margin:0;font-size:14px}.account-security-block-heading span{overflow-wrap:anywhere;color:var(--muted);font-size:10px}.account-security-block>.secondary-button,.account-security-block>.danger-button{align-self:flex-start;margin-top:auto}.account-security-block .form-field+.secondary-button{margin-top:18px}.account-security-modal{width:min(480px,100%)}.account-security-modal h2{margin-bottom:8px}.account-security-modal .modal-actions{margin-top:20px}.authenticator-setup-key{border:1px solid var(--line);background:#f4f6f2;border-radius:6px;gap:6px;margin:18px 0 4px;padding:12px;display:grid}.authenticator-setup-key span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.authenticator-setup-key code{overflow-wrap:anywhere;color:var(--forest-dark);font-size:12px;font-weight:800}.recovery-code-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.recovery-code-list code{color:var(--forest-dark);border:1px solid var(--line);text-align:center;background:#f4f6f2;border-radius:5px;padding:9px 10px;font-size:11px}.profile-avatar-library{background:var(--paper);border:1px solid #cdd6cc;border-radius:8px;width:min(900px,100%);max-height:calc(100vh - 40px);animation:.22s ease-out modal-in;display:grid;overflow:hidden;box-shadow:0 24px 70px #0f1e1547}.profile-avatar-library-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 17px;display:flex}.profile-avatar-library-header h2{margin:3px 0 2px;font-size:26px}.profile-avatar-library-header p{color:var(--muted);margin:0;font-size:10px}.profile-avatar-colors{border-bottom:1px solid var(--line);background:#f6f8f4;justify-content:space-between;align-items:center;gap:18px;padding:14px 24px;display:flex}.profile-avatar-colors h3{margin:0;font-size:12px}.profile-avatar-color-list{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.profile-avatar-color-list button{background:#fff;border:1px solid #cdd6cc;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;display:grid}.profile-avatar-color-list button.active{border-color:var(--forest);box-shadow:0 0 0 2px #2855422e}.profile-avatar-color-list span{border:1px solid #1f453529;border-radius:50%;width:18px;height:18px}.profile-avatar-categories{border-bottom:1px solid var(--line);gap:6px;padding:11px 24px;display:flex;overflow-x:auto}.profile-avatar-categories button{color:#59645d;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:5px;min-height:32px;padding:0 12px;font-size:10px;font-weight:800}.profile-avatar-categories button.active{color:var(--forest-dark);background:var(--sage-soft);border-color:#c8d7ca}.profile-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:8px;min-height:0;padding:18px 24px 24px;display:grid;overflow-y:auto}.profile-avatar-grid button{aspect-ratio:1;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;min-width:0;padding:3px;display:grid}.profile-avatar-grid button:hover,.profile-avatar-grid button.active{background:var(--sage-soft);border-color:#b9cdbd}.profile-avatar-grid span{border:1px solid #1f453521;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;line-height:1;display:grid;overflow:hidden}.pet-profile-photo-editor{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px;margin:16px 0 20px;display:grid}.pet-profile-photo-editor p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.45}.pet-profile-photo-preview{width:88px;height:88px;position:relative}.pet-profile-photo-preview>img,.pet-profile-photo-preview>span{object-fit:cover;background:var(--sage-soft);border:1px solid var(--line);border-radius:8px;place-items:center;width:88px;height:88px;font-size:30px;line-height:1;display:grid;overflow:hidden}.pet-profile-photo-edit{width:32px;height:32px;min-height:32px;color:var(--forest-dark);border:1px solid var(--line);background:#fff;position:absolute;bottom:6px;right:6px;box-shadow:0 4px 12px #1f453533}.pet-photo-chooser{border:1px solid var(--line);background:#f8faf6;border-radius:8px;margin-bottom:20px}.pet-photo-source-tabs,.pet-avatar-categories{border-bottom:1px solid var(--line);gap:4px;padding:8px;display:flex;overflow-x:auto}.pet-photo-source-tabs button,.pet-avatar-categories button{min-height:34px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:5px;flex:none;padding:0 11px;font-size:10px;font-weight:800}.pet-photo-source-tabs button[aria-selected=true],.pet-avatar-categories button[aria-selected=true]{color:var(--forest-dark);background:var(--sage-soft);border-color:#bdd0c0}.pet-avatar-colors{border-bottom:1px solid var(--line);padding:10px 12px}.pet-avatar-colors h3{margin:0 0 8px;font-size:11px}.pet-avatar-color-list{flex-wrap:wrap;gap:7px;display:flex}.pet-avatar-color-list button{border:1px solid var(--line);background:#fff;border-radius:50%;width:30px;height:30px;min-height:30px;padding:3px}.pet-avatar-color-list button[aria-checked=true]{border-color:var(--forest-dark);box-shadow:0 0 0 2px #1f453533}.pet-avatar-color-list span{border-radius:50%;width:100%;height:100%;display:block}.pet-photo-memory-grid,.pet-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:8px;max-height:240px;padding:12px;display:grid;overflow-y:auto}.pet-photo-memory-grid>p{color:var(--muted);grid-column:1/-1;margin:10px;font-size:12px}.pet-photo-memory-grid button,.pet-avatar-grid button{aspect-ratio:1;border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;padding:3px;overflow:hidden}.pet-photo-memory-grid img,.pet-avatar-grid span{object-fit:cover;place-items:center;width:100%;height:100%;font-size:18px;display:grid}.pet-photo-upload{gap:7px;padding:18px;font-size:12px;font-weight:800;display:grid}.pet-photo-upload small,.pet-avatar-count{color:var(--muted);font-size:10px;font-weight:600}.pet-avatar-count{margin:0;padding:0 12px 12px}.pet-photo-lightbox{justify-content:center;place-items:center;width:auto;max-width:min(86vw,720px);height:auto;max-height:min(86vh,720px);margin:0;display:flex}.pet-photo-lightbox img{object-fit:contain;width:auto;max-width:min(86vw,720px);height:auto;max-height:min(86vh,720px);display:block}.pet-photo-lightbox span{color:#fff;place-items:center;width:100%;height:100%;font-size:clamp(72px,18vw,180px);line-height:1;display:grid}.modal-backdrop.pet-photo-lightbox-backdrop{place-items:center;padding:20px}.profile-modal .profile-actions[data-profile-mode=edit]{border-top:1px solid var(--line);grid-template-columns:36px auto minmax(0,1fr) auto;justify-content:stretch;align-items:center;gap:8px;margin-top:22px;padding-top:18px;display:grid}.profile-actions button{white-space:nowrap;min-width:0}.profile-actions[data-profile-mode=edit] .primary-button,.profile-actions[data-profile-mode=edit] .secondary-button{min-height:40px;padding-left:10px;padding-right:10px}.profile-actions[data-profile-mode=edit] .primary-button{grid-column:4}.profile-transfer-button{grid-area:1/2}.profile-add-button{grid-column:3;justify-self:stretch}.profile-pet-limit{margin:22px 0 0}.profile-delete-button{grid-area:1/1;justify-self:start;width:36px;height:40px;min-height:40px;position:relative;overflow:visible}.profile-delete-button:after{z-index:40;color:#fff;background:var(--forest-dark);content:attr(data-tooltip);opacity:0;pointer-events:none;white-space:nowrap;border-radius:4px;padding:6px 8px;font-size:11px;font-weight:700;line-height:1.2;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 8px);left:0;right:auto;transform:translateY(2px);box-shadow:0 6px 18px #1f453533}.profile-delete-button:hover:after,.profile-delete-button:focus-visible:after{opacity:1;transform:translateY(0)}.destructive-confirmation input{border-color:#bd796b}.empty-pet-workspace{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:18px;padding:32px 0;display:grid}.empty-pet-workspace .profile-avatar{width:42px;height:42px}.empty-pet-workspace h1{margin:3px 0 5px;font-size:30px}.empty-pet-workspace p{color:var(--muted);margin:0;font-size:13px}.form-field{margin-top:17px;display:block}.form-field input{height:42px;padding:0 12px;font-size:13px}.input-with-icon{display:block;position:relative}.input-with-icon>svg{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-with-icon>input{width:100%;padding-left:38px}.password-input-control{display:block;position:relative}.form-field .password-input-control input{padding-right:46px}.password-visibility-button{z-index:1;width:34px;height:34px;color:var(--muted);position:absolute;top:4px;right:4px}.password-visibility-button:hover{color:var(--forest);background:var(--sage-soft)}.form-field select,.form-field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d5dcd3;border-radius:6px;font-size:13px}.form-field select{height:42px;padding:0 12px}.form-field textarea{resize:vertical;min-height:70px;padding:10px 12px;line-height:1.5}.profile-readonly{background:#f4f6f1;border-radius:6px;margin:18px 0 23px;padding:13px;display:grid}.profile-readonly>span{margin-bottom:4px}.profile-readonly strong{color:#4c574f;font-size:12px}.loading-shell,.auth-shell{min-height:100vh}.loading-shell{color:var(--forest-dark);justify-content:center;align-items:center;gap:12px;font-size:13px;font-weight:800;display:flex}.auth-shell{background:linear-gradient(135deg,#12302447,#12302480),url(./inky-outdoors-C-DrkG1b.jpeg) 50% 52%/cover no-repeat;grid-template-rows:minmax(min-content,1fr) auto;place-items:center;gap:24px;padding:42px 20px 18px;display:grid}.auth-panel{background:#fffffff5;border:1px solid #d4ddd2;border-radius:8px;width:min(440px,100%);padding:34px;box-shadow:0 24px 60px #23443324}.auth-panel.organization-signup{width:min(700px,100%)}.mfa-auth-panel{width:min(500px,100%)}.mfa-auth-heading{margin-bottom:20px}.mfa-auth-icon{width:42px;height:42px;color:var(--forest);background:var(--sage);border-radius:50%;flex:0 0 42px;place-items:center;display:grid}.mfa-methods{background:#eef1ec;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:4px;display:grid}.mfa-methods button{color:#67726a;min-width:0;min-height:42px;font:inherit;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:10px;font-weight:800;display:inline-flex}.mfa-methods button.active{color:var(--forest-dark);background:#fff;box-shadow:0 1px 4px #1f453524}.mfa-cancel-button{justify-self:center;margin-top:14px}.auth-version{color:#ffffffc7;font-variant-numeric:tabular-nums;text-align:center;text-shadow:0 1px 3px #10271eb8;font-size:10px;font-weight:700;line-height:1}.auth-brand{align-items:center;gap:13px;margin-bottom:30px;font-family:Fraunces,serif;font-size:24px;font-weight:600;display:flex}.auth-brand .brand-mark{width:52px;height:52px}.auth-mode{background:#eef1ec;border-radius:6px;grid-template-columns:1fr 1fr;height:40px;padding:3px;display:grid}.auth-mode button{color:#69736b;background:0 0;border:0;border-radius:4px;font-size:12px;font-weight:800}.auth-mode button.selected{color:var(--forest-dark);background:#fff;box-shadow:0 1px 4px #1f453524}.google-auth-button{height:42px;color:var(--forest-dark);background:#fff;border:1px solid #cbd4ca;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;font-family:inherit;font-size:12px;font-weight:800;text-decoration:none;display:flex}button.google-auth-button:not(:disabled){cursor:pointer}.google-auth-button:hover{background:#f7f9f6}.google-auth-icon{flex:0 0 18px;width:18px;height:18px}.auth-availability-notice,.auth-provider-notice{color:#56645b;background:var(--sage-soft);border:1px solid var(--sage);border-radius:6px;margin:12px 0 0;padding:10px 12px;font-size:11px;line-height:1.45}.auth-divider{color:#7b857e;text-transform:uppercase;align-items:center;gap:10px;margin:14px 0 9px;font-size:10px;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-form{margin-top:5px}.signup-account-types{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:18px 0 0;padding:0;display:grid}.signup-account-types legend{color:#57635b;margin-bottom:7px;font-size:11px;font-weight:800}.signup-account-types label{color:#56645b;cursor:pointer;text-align:center;background:#f6f8f5;border:1px solid #d7ded5;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:44px;padding:8px 9px;font-size:11px;font-weight:800;display:flex;position:relative}.signup-account-types label.selected{color:var(--forest-dark);background:var(--sage-soft);border-color:#8eaa98;box-shadow:inset 0 0 0 1px #2855421f}.signup-account-types label:has(input:focus-visible){outline-offset:2px;outline:3px solid #d99c3d61}.signup-account-types input{opacity:0;width:1px;height:1px;position:absolute}.signup-account-types span{overflow-wrap:anywhere;min-width:0}.design-partner-perspectives{grid-template-columns:repeat(5,minmax(0,1fr))}.design-partner-perspectives label{flex-direction:column;min-height:64px}.signup-organization-fields{border-top:2px solid var(--sage);margin-top:20px;padding-top:3px}.signup-credential-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.signup-license-upload{color:#44554b;background:#f6f8f5;border:1px dashed #b8c7bc;border-radius:6px;gap:7px;margin-top:17px;padding:13px 14px;display:grid}.signup-license-upload>span{align-items:center;gap:7px;font-size:11px;font-weight:800;display:flex}.signup-license-upload input{width:100%;min-width:0;color:var(--muted);font-size:11px}.signup-license-upload input::file-selector-button{min-height:32px;color:var(--forest-dark);font:inherit;background:#fff;border:1px solid #cbd6ce;border-radius:5px;margin-right:9px;padding:0 11px;font-weight:800}.signup-license-upload small{color:var(--muted);overflow-wrap:anywhere;font-size:10px}.auth-form .primary-button{width:100%;margin-top:4px}.auth-form .primary-button:disabled{opacity:.72}.auth-notice{color:#66726a;margin:-3px 0 8px;font-size:11px;line-height:1.45}.auth-error{color:#a23f32;min-height:38px;padding-top:8px;font-size:11px;line-height:1.45}.error-banner{color:#86352c;background:#fff0ed;border:1px solid #efc6be;border-radius:6px;margin-bottom:20px;padding:12px 14px;font-size:12px;font-weight:700}.notification-control{flex:none;place-items:center;display:grid;position:relative}.notification-button{position:relative}.notification-button[aria-expanded=true]{color:var(--forest);background:#edf4ee;border-color:#b8cbbd}.notification-popover{z-index:70;width:min(390px,100vw - 32px);color:var(--ink);background:#fff;border:1px solid #c8d4ca;border-radius:8px;animation:.15s ease-out modal-in;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 48px #1a36292e}.notification-popover:before{content:"";background:#fff;border-top:1px solid #c8d4ca;border-left:1px solid #c8d4ca;width:11px;height:11px;position:absolute;top:-6px;right:13px;transform:rotate(45deg)}.notification-popover-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:17px 18px 14px;display:flex}.notification-popover-header h2{margin:2px 0 0;font-size:18px;line-height:1.2}.notification-popover-header .icon-button{background:#fff;flex:0 0 32px;width:32px;height:32px}.notification-list{max-height:min(430px,100vh - 120px);display:grid;overflow-y:auto}.notification-item{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:16px 18px 18px;display:grid}.notification-item:hover,.notification-item:focus-visible{background:#f7f9f6}.notification-item:focus-visible{outline:2px solid var(--forest);outline-offset:-3px}.notification-item-icon{color:#8c4934;background:#f7e9e3;border-radius:6px;place-items:center;width:32px;height:32px;display:grid}.notification-item-copy{gap:5px;min-width:0;display:grid}.notification-item-copy strong{font-size:13px}.notification-item-copy>span:not(.notification-task-detail){color:#38473e;font-size:13px;line-height:1.45}.notification-item-copy small{color:var(--muted);font-size:11px;font-weight:700}.notification-task-detail{color:var(--forest);border-top:1px solid #e2e9e2;margin-top:4px;padding-top:9px;font-size:12px;font-weight:800}.pet-share-button{color:var(--forest)}.notification-button>span{color:#fff;background:var(--coral);border:2px solid #fff;border-radius:50%;place-items:center;width:17px;height:17px;font-size:8px;font-weight:800;display:grid;position:absolute;top:-3px;right:-3px}.ai-chat-control{flex:none;place-items:center;display:grid}.ai-chat-button[aria-expanded=true]{color:var(--forest);background:#edf4ee;border-color:#b8cbbd}.ai-chat-panel{z-index:19;width:min(var(--ai-chat-width,420px), calc(100vw - 236px));color:var(--ink);background:#f4f7f2;border-left:1px solid #c8d4ca;grid-template-rows:auto minmax(0,1fr) auto auto;animation:.18s ease-out ai-chat-in;display:grid;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-18px 0 44px #1a362929}.sidebar-collapsed+.workspace .ai-chat-panel{width:min(var(--ai-chat-width,420px), calc(100vw - 76px))}.ai-chat-resize-handle{z-index:2;cursor:col-resize;touch-action:none;background:0 0;border:0;width:14px;padding:0;position:absolute;top:0;bottom:0;left:0}.ai-chat-resize-handle:before{content:"";opacity:0;background:#b9c9bd;border-radius:99px;width:2px;transition:opacity .14s,background .14s;position:absolute;top:14px;bottom:14px;left:6px}.ai-chat-resize-handle:hover:before,.ai-chat-resize-handle:focus-visible:before,.ai-chat-panel.resizing .ai-chat-resize-handle:before{background:var(--forest);opacity:1}.ai-chat-resize-handle:focus-visible{outline:2px solid var(--forest);outline-offset:-3px}@keyframes ai-chat-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.ai-chat-header{z-index:3;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:13px 16px 13px 18px;display:flex;position:relative}.ai-chat-identity{align-items:center;gap:11px;min-width:0;display:flex}.ai-chat-avatar{color:#fff;background:var(--forest);border-radius:8px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.ai-chat-header h2{margin:0;font-size:18px;line-height:1.2}.ai-chat-header-actions{flex:none;align-items:center;gap:6px;display:flex}.ai-chat-header .icon-button{background:#fff;flex:0 0 34px;width:34px;height:34px}.ai-chat-header-plain-action{border:0}.ai-chat-messages{align-content:start;gap:12px;padding:20px;display:grid;overflow-y:auto}.ai-chat-record-context{border-bottom:1px solid var(--line);gap:7px;padding:10px 0 12px;display:grid}.ai-chat-record-context strong{color:var(--forest);font-size:11px}.ai-chat-record-context div{flex-wrap:wrap;gap:6px;display:flex}.ai-chat-record-context span{overflow-wrap:anywhere;color:#33493d;background:var(--sage-soft);border:1px solid #cfdbd0;border-radius:5px;max-width:100%;padding:5px 7px;font-size:10px;font-weight:700}.ai-chat-message{background:#fff;border:1px solid #d7e0d7;border-radius:8px;gap:5px;width:fit-content;max-width:100%;padding:11px 13px;display:grid}.ai-chat-message-author{color:var(--muted);font-size:10px;font-weight:800}.ai-chat-message p{overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.ai-chat-markdown{overflow-wrap:anywhere;min-width:0;font-size:13px;line-height:1.55}.ai-chat-markdown>:first-child{margin-top:0}.ai-chat-markdown>:last-child{margin-bottom:0}.ai-chat-markdown h1,.ai-chat-markdown h2,.ai-chat-markdown h3,.ai-chat-markdown h4,.ai-chat-markdown h5,.ai-chat-markdown h6{color:var(--ink);letter-spacing:0;margin:14px 0 7px;font-family:inherit;font-size:14px;line-height:1.35}.ai-chat-markdown p,.ai-chat-markdown ul,.ai-chat-markdown ol,.ai-chat-markdown blockquote,.ai-chat-markdown pre,.ai-chat-markdown table{margin:0 0 10px}.ai-chat-markdown ul,.ai-chat-markdown ol{padding-left:22px}.ai-chat-markdown li+li{margin-top:4px}.ai-chat-markdown blockquote{color:#4d6256;background:var(--sage-soft);border-left:3px solid #8faa98;padding:7px 10px}.ai-chat-markdown code{background:#edf1ec;border-radius:3px;padding:1px 4px;font-family:Consolas,Courier New,monospace;font-size:.9em}.ai-chat-markdown pre{background:#edf1ec;border-radius:5px;max-width:100%;padding:10px;overflow-x:auto}.ai-chat-markdown pre code{background:0 0;padding:0}.ai-chat-markdown table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.ai-chat-markdown th,.ai-chat-markdown td{text-align:left;border:1px solid #d7e0d7;padding:5px 7px}.ai-chat-markdown th{background:var(--sage-soft)}.ai-chat-markdown a{color:var(--forest);text-underline-offset:2px;text-decoration:underline}.ai-chat-message-assistant{justify-self:start;width:100%;max-width:100%}.ai-chat-message-user{color:#fff;background:var(--forest);border-color:var(--forest);justify-self:end;width:calc(100% - 20px);max-width:calc(100% - 20px)}.ai-chat-message-user .ai-chat-message-author{color:#d9e7dc}.ai-chat-used-memories{color:#365443;background:var(--sage-soft);border-radius:5px;align-items:flex-start;gap:6px;margin-top:4px;padding:7px 8px;font-size:10px;line-height:1.4;display:flex}.ai-chat-used-memories svg{flex:none;margin-top:1px}.ai-chat-thinking{min-width:0;padding-bottom:12px}.ai-chat-thinking-content,.ai-chat-thinking-dots{align-items:center;display:flex}.ai-chat-thinking-content{min-height:12px}.ai-chat-thinking-dots{gap:4px}.ai-chat-thinking-dot{background:var(--forest);border-radius:50%;width:6px;height:6px;animation:.9s ease-in-out infinite ai-chat-thinking-pulse}.ai-chat-thinking-dot:nth-child(2){animation-delay:.15s}.ai-chat-thinking-dot:nth-child(3){animation-delay:.3s}@keyframes ai-chat-thinking-pulse{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ai-chat-message-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;margin-top:3px;display:flex}.ai-chat-message-attribution{white-space:nowrap;align-items:baseline;gap:6px;min-width:0;margin-right:auto;display:flex}.ai-chat-message-meta time{color:var(--muted);overflow-wrap:anywhere;font-size:8px;line-height:1.35}.ai-chat-message-actions{flex:none;gap:3px;display:flex}.ai-chat-message-actions .icon-button{width:24px;height:24px;color:var(--muted);background:0 0}.ai-chat-message-actions .ai-chat-rating-button[aria-pressed=true]{color:var(--forest);background:var(--sage-soft)}.ai-chat-copy-feedback{color:#315c47;white-space:nowrap;background:#edf6ed;border:1px solid #c9dfca;border-radius:4px;align-self:center;padding:3px 6px;font-size:9px;font-weight:800;line-height:1.2}.ai-chat-copy-feedback.error{color:#7a3f31;background:#fff1eb;border-color:#ebc9bb}.ai-chat-message-user .ai-chat-message-meta time,.ai-chat-message-user .ai-chat-message-actions .icon-button{color:#d9e7dc}.ai-chat-message-user .ai-chat-message-actions .icon-button:hover{color:#fff;background:#ffffff1f}.ai-chat-composer{padding:13px 16px max(13px, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:9px;display:grid}.ai-chat-common-questions{left:16px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:4;position:absolute}.ai-chat-common-questions-button{width:40px;height:40px;color:var(--forest);box-shadow:none;background:0 0;border:0}.ai-chat-common-questions-button:hover:not(:disabled){color:var(--forest);background:0 0}.ai-chat-common-questions-menu{background:#fff;border:1px solid #c8d4ca;border-radius:7px;width:min(320px,100vw - 32px);padding:6px;display:grid;position:absolute;bottom:calc(100% + 9px);left:0;overflow:hidden;box-shadow:0 14px 34px #16342633}.ai-chat-common-questions-menu button{width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:10px 11px;font-size:12px;line-height:1.4}.ai-chat-common-questions-menu button:hover,.ai-chat-common-questions-menu button:focus-visible{background:#eef4ef;outline:0}.ai-chat-composer input{width:100%;min-width:0;height:42px;color:var(--ink);font:inherit;background:#f8faf7;border:1px solid #c8d4ca;border-radius:7px;padding:0 13px;font-size:12px}.ai-chat-composer input:focus{border-color:var(--forest);outline:0;box-shadow:0 0 0 3px #2b5b461f}.ai-chat-send{color:#fff;background:var(--forest);border-color:var(--forest);width:40px;height:40px}.ai-chat-send:hover:not(:disabled){color:#fff;background:#244f3c}.ai-chat-send:disabled{color:#8c978f;background:#e8ede8;border-color:#d5ddd6}.ai-chat-model-info{color:var(--muted);background:0 0;border-color:#0000}.ai-chat-model-tooltip{z-index:1000;color:#fff;background:var(--forest-dark);pointer-events:none;text-align:left;white-space:normal;border-radius:4px;gap:6px;width:max-content;max-width:min(340px,100vw - 48px);padding:7px 9px;font-size:11px;font-weight:700;line-height:1.35;display:grid;position:fixed;box-shadow:0 6px 18px #1f453533}.ai-chat-model-tooltip-model{border-top:1px solid #ffffff47;padding-top:6px}.checkbox-field{color:#4c574f;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;margin-top:14px;font-size:11px;line-height:1.5;display:grid}.checkbox-field input{width:17px;height:17px;accent-color:var(--forest);margin:0}.empty-state{color:var(--muted);background:var(--paper);text-align:center;border:1px dashed #cad3c8;border-radius:7px;margin:0;padding:30px 20px;font-size:12px}.insurance-workspace{gap:24px;display:grid}.insurance-heading{margin-bottom:0}.insurance-boundary{color:#315142;border-left:3px solid var(--forest);background:#edf5ef;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:11px;padding:14px 16px;display:grid}.insurance-boundary p{margin:0;font-size:13px;line-height:1.55}.insurance-benchmark h2{margin:3px 0 8px;font-size:18px}.insurance-benchmark>p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.insurance-benchmark{background:var(--paper);border:1px solid var(--line);border-radius:7px;padding:22px}.insurance-benchmark-heading{justify-content:space-between;align-items:start;gap:18px;display:flex}.insurance-data-state{color:#755316;background:#fff3d6;border-radius:5px;flex:none;align-items:center;gap:7px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.insurance-method-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:20px 0 0;display:grid}.insurance-method-grid div{background:var(--surface);min-width:0;padding:13px}.insurance-method-grid dt{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.insurance-method-grid dd{color:var(--ink);margin:5px 0 0;font-size:12px;font-weight:700;line-height:1.4}.insurance-data-state-demo{color:#17643a;background:#edf8f1;border-color:#abd7bd}.insurance-matrix-lock{color:#694b13;background:#fff8e8;border:1px solid #e4cc98;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;margin-top:18px;padding:18px;display:grid}.insurance-matrix-lock strong{color:var(--ink);font-size:14px;display:block}.insurance-matrix-lock p{margin:5px 0 0;font-size:13px;line-height:1.55}.insurance-demo-summary{background:#f4faf6;border:1px solid #bed8ca;border-radius:7px;gap:18px;margin-top:18px;padding:18px;display:grid}.insurance-demo-summary>div>strong,.insurance-demo-summary>div>span{display:block}.insurance-demo-summary>div>strong{color:var(--forest);font-family:var(--display-font);font-size:20px}.insurance-demo-summary>div>span{color:var(--muted);margin-top:4px;font-size:13px}.insurance-demo-summary dl,.insurance-scenario dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;display:grid}.insurance-demo-summary dl div,.insurance-scenario dl div{min-width:0}.insurance-demo-summary dt,.insurance-scenario dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.insurance-demo-summary dd,.insurance-scenario dd{color:var(--ink);overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;font-weight:700}.insurance-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.insurance-scenario{border:1px solid var(--line);background:var(--paper);border-radius:7px;padding:16px}.insurance-scenario-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.insurance-scenario h3,.insurance-age-comparison h3{color:var(--ink);margin:3px 0 0;font-size:16px}.insurance-scenario-heading>strong{color:var(--forest);font-family:var(--display-font);white-space:nowrap;font-size:24px}.insurance-scenario-heading>strong span{color:var(--muted);font-family:var(--body-font);margin-left:2px;font-size:10px}.insurance-range{border-left:3px solid var(--gold);color:var(--ink);background:#fff9ec;margin:12px 0;padding:8px 10px;font-size:12px;font-weight:700}.insurance-scenario dl{grid-template-columns:repeat(2,minmax(0,1fr))}.insurance-age-comparison{border-top:1px solid var(--line);min-width:0;max-width:100%;margin-top:14px;padding-top:18px;overflow:hidden}.insurance-directory-source{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.insurance-directory-source a{color:var(--forest);align-items:center;gap:4px;display:inline-flex}.insurance-synthetic-disclosure{color:#694b13;border-left:3px solid var(--gold);background:#fff8e8;margin:0 0 8px;padding:9px 11px;font-size:11px;font-weight:700;line-height:1.5}.insurance-age-table{--insurance-market-column-width:78px;border:1px solid var(--line);background:var(--paper);border-radius:7px;width:100%;max-width:100%;overflow-x:auto}.insurance-benchmark{min-width:0}.insurance-age-row{grid-template-columns:190px var(--insurance-market-column-width) repeat(4, 110px) repeat(6, 121px);min-width:1434px;display:grid}.insurance-age-row+.insurance-age-row{border-top:1px solid var(--line)}.insurance-age-row>*{color:var(--ink);text-align:center;padding:10px 8px;font-size:12px}.insurance-age-row>*+*{border-left:1px solid var(--line)}.insurance-age-row>:first-child{z-index:1;background:var(--paper);text-align:left;position:sticky;left:0}.insurance-age-row>:nth-child(2){z-index:1;background:var(--paper);position:sticky;left:190px;box-shadow:7px 0 9px -9px #1c2e25cc}.insurance-age-header{background:#f2f5ef}.insurance-age-header>*{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.insurance-age-header>:first-child,.insurance-age-header>:nth-child(2){z-index:2;background:#f2f5ef}.insurance-age-header button{width:100%;color:inherit;font:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:4px;padding:0;display:inline-flex}.insurance-age-header>:first-child button{justify-content:flex-start}.insurance-age-header button:focus-visible{outline:2px solid var(--forest);outline-offset:3px}.insurance-sort-priority{background:var(--forest);color:#fff;border-radius:50%;flex:none;place-items:center;width:16px;height:16px;font-size:9px;line-height:1;display:inline-grid}@media (width<=760px){.insurance-workspace{padding-bottom:16px}.insurance-heading,.insurance-benchmark-heading{flex-direction:column;align-items:stretch}.insurance-heading .primary-button{width:100%}.insurance-method-grid,.insurance-scenario-grid,.insurance-age-comparison{grid-template-columns:1fr}.insurance-demo-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.insurance-data-state{align-self:flex-start}}.circle-loading{min-height:320px;color:var(--forest);place-items:center;font-size:13px;font-weight:800;display:grid}.circle-heading{align-items:flex-end}.circle-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.circle-grid{grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);align-items:start;gap:38px;display:grid}.circle-tab-panel{width:100%;max-width:none;margin-top:28px}.circle-tab-panel .pet-share-section{border-top:0;margin-top:0;padding-top:0}.circle-section>.section-heading>svg{color:var(--forest)}.history-record-tabs{scrollbar-width:thin;margin-top:16px;overflow-x:auto}.history-record-tabs .workspace-tabs{width:max-content;min-width:100%}.history-record-tabs .workspace-tab{white-space:nowrap;min-height:38px;padding:8px 12px}.history-record-panel{margin-top:18px}.passport-list{gap:10px;display:grid}.pet-care-timeline{margin:6px 0 0;padding:0;list-style:none;display:grid}.pet-care-timeline-event{grid-template-columns:34px minmax(0,1fr);gap:14px;padding-bottom:22px;display:grid;position:relative}.pet-care-timeline-event:not(:last-child):before{background:var(--line);content:"";width:2px;position:absolute;top:32px;bottom:0;left:16px}.pet-care-timeline-marker{z-index:1;color:#2f6448;background:#e8f6ed;border:1px solid #bcdcc8;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.pet-care-timeline-marker.organization{color:#17558c;background:#eaf4ff;border-color:#bdd8ed}.pet-care-timeline-event article{min-width:0;padding:2px 0 0}.pet-care-timeline-meta{color:var(--muted);text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 16px;font-size:10px;font-weight:800;display:flex}.pet-care-timeline-event h3{color:#263029;margin:5px 0 3px;font-size:14px}.pet-care-timeline-event p{color:#59665d;margin:0;font-size:12px;line-height:1.55}.pet-care-timeline-subject{font-weight:750;margin-top:5px!important}.pet-care-timeline-organization{color:#17558c;flex-wrap:wrap;align-items:center;gap:5px 12px;margin-top:9px;font-size:11px;display:flex}.pet-care-timeline-organization strong{color:#263029;font-size:12px}.pet-care-timeline-source{color:var(--muted);overflow-wrap:anywhere;margin-top:8px;font-size:10px;display:block}.pet-care-timeline-actions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;display:flex}.member-access-matrix-scroll{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;overflow-x:auto}.member-access-matrix{border-spacing:0 8px;table-layout:fixed;width:100%;min-width:1064px}.member-access-matrix caption{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.member-access-matrix .member-column{width:210px}.member-access-matrix .role-column{width:136px}.member-access-matrix .capability-column{width:92px}.member-access-matrix .records-column{width:94px}.member-access-matrix .access-column{width:158px}.member-access-matrix .actions-column{width:190px}.member-access-matrix th,.member-access-matrix td{vertical-align:middle;background:var(--paper);border-block:1px solid var(--line);text-align:center;padding:13px 10px}.member-access-matrix thead th{color:var(--muted);text-transform:uppercase;background:0 0;border:0;padding-block:6px;font-size:10px;font-weight:850}.member-access-matrix thead th:first-child,.member-access-matrix tbody th{text-align:left}.member-access-matrix tbody tr{animation:.38s both reveal}.member-access-matrix tbody th{border-left:1px solid var(--line);border-radius:7px 0 0 7px}.member-access-matrix tbody td:last-child{border-right:1px solid var(--line);border-radius:0 7px 7px 0}.member-matrix-identity{align-items:center;gap:11px;min-width:0;display:flex}.member-matrix-identity strong{overflow-wrap:anywhere;color:#263029;font-size:13px}.member-role-label{color:#59665d;font-size:11px;font-weight:700}.matrix-access-value,.matrix-records-value{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:4px;min-width:54px;padding:5px 7px;font-size:10px;font-weight:850;display:inline-flex}.matrix-access-value.allowed,.matrix-records-value.manage{color:#1f653d;background:#e8f6ed;border-color:#bcdcc8}.matrix-access-value.denied,.matrix-records-value.none{color:#8b4435;background:#fff3f0;border-color:#e5cbc4}.matrix-records-value.view{color:#17558c;background:#eaf4ff;border-color:#bdd8ed}.member-access-window{justify-items:center;gap:6px;display:grid}.member-access-window small{color:#637067;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.member-actions,.item-status-actions{flex:none;align-items:center;gap:7px;display:flex}.danger-icon-button{color:#8b4435;background:#fff8f6;border-color:#dec8c2}.danger-icon-button:hover{color:#713426;background:#f8eae6;border-color:#cfa99f}.member-avatar{width:44px;height:44px;color:var(--forest);background:var(--sage);border-radius:50%;place-items:center;display:grid}.member-copy{min-width:0}.member-copy>div,.passport-title-row,.invitation-row{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.member-copy h3,.passport-item h3{overflow-wrap:anywhere;color:#263029;margin:0;font-size:14px}.member-copy p{color:var(--muted);margin:3px 0 0;font-size:11px}.member-copy small{color:#637067;align-items:center;gap:5px;margin-top:7px;font-size:10px;font-weight:700;display:flex}.status-badge{color:#315c47;background:var(--sage-soft);text-transform:capitalize;border:1px solid #cfdfcf;border-radius:5px;flex:none;padding:4px 7px;font-size:9px;font-weight:800}.status-badge.scheduled,.status-badge.pending{color:#7b551f;background:var(--amber-soft);border-color:#efd7aa}.status-badge.expired,.status-badge.revoked{color:#755e59;background:#f2eeec;border-color:#ddd2cf}.pending-invitations{border-top:1px solid var(--line);margin-top:28px;padding-top:25px}.pending-invitations .section-heading h2{font-size:18px}.invitation-row{border-bottom:1px solid var(--line);min-height:56px;padding:10px 0}.invitation-row>div:first-child{gap:3px;min-width:0;display:grid}.invitation-row strong,.invitation-row span{overflow-wrap:anywhere}.invitation-row strong{font-size:12px}.invitation-row>div:first-child>span{color:var(--muted);font-size:10px}.passport-item{background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--forest);border-radius:0 7px 7px 0;padding:16px}.passport-title-row>div{min-width:0}.passport-title-row p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.45}.passport-item details{border-top:1px solid #e5e9e2;margin-top:13px;padding-top:12px}.passport-item summary{color:var(--forest);cursor:pointer;font-size:10px;font-weight:800}.passport-item dl{gap:12px;margin:14px 0 0;display:grid}.passport-item dl>div{gap:3px;display:grid}.passport-item dt{color:#667169;text-transform:uppercase;font-size:9px;font-weight:800}.passport-item dd{overflow-wrap:anywhere;color:#3e4941;white-space:pre-wrap;margin:0;font-size:11px;line-height:1.5}.passport-boundary{margin-top:16px}.circle-modal{width:min(560px,100%)}.modal-icon.danger{color:#8b4435;background:#f8eae6}.modal-actions .danger-button{margin-top:0}.form-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-field-row.pet-share-credential-row{grid-template-columns:minmax(0,1.35fr) minmax(112px,.65fr);gap:8px}.credential-value-controls{grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:8px;display:grid}.copy-value-control{place-items:center;display:inline-grid;position:relative}.copy-value-button{cursor:pointer;width:38px;height:38px}.copy-value-control.compact .copy-value-button{width:26px;height:26px;min-height:26px}.copy-value-result{z-index:18;width:max-content;color:var(--ink);background:var(--paper);border:1px solid var(--line);pointer-events:none;border-radius:5px;padding:4px 6px;font-size:9px;font-weight:800;line-height:1.2;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 5px 14px #122a1f2e}.copy-value-result.error{color:#8b4435}.deep-link-copy-result{top:calc(100% + 6px);bottom:auto}.invitation-result{display:grid}.result-icon{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:44px;height:44px;margin:5px 0 13px;display:grid}.invitation-result>p{color:var(--muted);margin-bottom:2px;font-size:12px;line-height:1.5}.invitation-result .modal-actions{margin-top:23px}.pet-share-section{border-top:1px solid var(--line);margin-top:42px;padding-top:34px}.pet-share-heading{align-items:flex-end}.pet-share-heading p{max-width:620px;color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.55}.share-list-status{color:var(--muted);margin:0;padding:22px 0;font-size:12px}.pet-share-list{gap:8px;display:grid}.pet-share-row{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:38px minmax(0,1fr) auto 36px;align-items:center;gap:11px;min-height:66px;padding:11px 13px;display:grid}.share-row-icon{width:38px;height:38px;color:var(--forest);background:var(--blue-soft);border-radius:50%;place-items:center;display:grid}.pet-share-row>div{gap:4px;min-width:0;display:grid}.pet-share-row strong{overflow-wrap:anywhere;font-size:12px}.pet-share-row small{overflow-wrap:anywhere;color:var(--muted);font-size:9px;line-height:1.45}.pet-share-modal{width:min(680px,100%)}.pet-share-modal-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:18px;display:grid}.pet-share-modal-footer .boundary-note{min-width:0;margin:0}.share-choice-field{border:0;margin:18px 0 0;padding:0}.share-choice-field legend{color:#505a52;margin-bottom:8px;font-size:11px;font-weight:800}.share-window-control{grid-template-columns:repeat(5,minmax(0,1fr));width:min(520px,100%)}.share-custom-range{margin-top:10px}.share-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;display:grid}.share-scope-grid .checkbox-field{background:var(--paper);border:1px solid var(--line);border-radius:6px;margin:0;padding:9px 10px}.share-scope-option-copy{gap:2px;display:grid}.share-scope-option-copy small{color:var(--muted);font-size:8px;line-height:1.4}.share-expiry-field{width:100%}.share-expiry-preview-row{grid-template-columns:minmax(130px,.85fr) minmax(0,1.15fr);align-items:end;gap:10px;margin-top:18px;display:grid}.share-review-button{white-space:nowrap;justify-content:center;gap:6px;min-width:0;min-height:42px;margin:0;padding:7px 10px}.share-review-button small{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:700}.pet-share-preview{background:#fbfcfa;border:1px solid #cbd7cc;border-radius:7px;max-height:min(420px,45vh);margin-top:18px;overflow:auto}.share-preview-heading{color:var(--forest);background:var(--sage-soft);border-bottom:1px solid #d8e3d7;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.share-preview-heading>div{gap:3px;display:grid}.share-preview-heading strong{color:var(--ink);font-size:12px}.share-pet-profile{background:var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;display:grid}.share-pet-profile>div{background:#fff;min-width:0;padding:11px 12px}.share-pet-profile dt{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:800}.share-pet-profile dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:11px;font-weight:700}.share-preview-group{border-bottom:1px solid var(--line);gap:0;padding:13px 16px 5px;display:grid}.share-preview-group>strong{margin-bottom:5px;font-size:10px}.share-preview-group>span{color:var(--muted);padding:8px 0;font-size:10px}.share-preview-line{border-top:1px solid #e5eae4;justify-content:space-between;align-items:baseline;gap:12px;min-width:0;padding:8px 0;display:flex}.share-preview-line span{overflow-wrap:anywhere;font-size:10px;font-weight:700}.share-preview-line small{color:var(--muted);flex:none;font-size:8px}.share-boundaries{color:#5e6961;gap:5px;margin:0;padding:13px 16px 15px 31px;font-size:9px;line-height:1.5;display:grid}.share-created-result{display:grid}.share-created-result>strong{font-size:16px}.share-created-result>p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.55}.share-url-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:12px;display:grid}.share-url-field{min-width:0}.share-url-controls{grid-template-columns:minmax(0,1fr) 38px auto;align-items:center;gap:8px;display:grid}.share-url-controls .icon-button{cursor:pointer;width:38px;height:38px}.share-url-copy-status{width:fit-content;color:var(--forest);margin-top:5px;font-size:10px;font-weight:800;line-height:1.4}.share-url-copy-status.error{color:#8b4435}.share-regenerate-button{gap:6px;min-height:38px;padding:8px 12px}.share-burn-after-read{background:var(--sage-soft);border:1px solid #cbd7cc;border-radius:6px;align-items:center;min-height:42px;margin:0;padding:7px 10px}.share-burn-after-read>span{gap:1px;display:grid}.share-burn-after-read small{color:var(--muted);font-size:8px;font-weight:600}.share-created-result>.share-url-security-note{color:#5e6961;margin-top:8px;font-size:9px}.qr-code-barcode{border:1px solid var(--line);background:#fff;border-radius:6px;place-items:center;width:100%;min-height:118px;margin:16px 0 2px;display:grid;overflow:hidden}.qr-code-barcode canvas{width:100%;height:auto;image-rendering:pixelated;display:block}.qr-code-error,.share-credential-boundary{color:var(--muted);font-size:10px;line-height:1.5}.share-observation-line small{text-align:right;line-height:1.45}@media (width<=680px){.share-url-row{grid-template-columns:minmax(0,1fr)}.share-burn-after-read{justify-self:start}}@media (width<=520px){.share-url-controls{grid-template-columns:minmax(0,1fr) 38px}.share-regenerate-button{grid-column:1/-1;justify-content:center}}.automation-workspace{gap:24px;display:grid}.automation-workspace>.workspace-tabs{margin-top:0}.automation-tab-panel{gap:24px;display:grid}.automation-page-heading{margin-bottom:0}.automation-gate{color:#7a4036;align-items:center;gap:6px;margin-top:7px;font-size:11px;font-weight:800;display:inline-flex}.automation-gate.enabled{color:var(--forest)}.automation-metrics{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.automation-metrics>div{border-right:1px solid var(--line);gap:4px;min-width:0;padding:17px 18px;display:grid}.automation-metrics>div:last-child{border-right:0}.automation-metrics span,.automation-metrics small{color:var(--muted);font-size:10px;font-weight:700}.automation-metrics strong{font-family:var(--display);font-size:24px}.automation-governance,.automation-ledger{padding-top:4px}.automation-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.automation-section-heading h2{text-transform:capitalize;margin:3px 0 0;font-size:21px}.automation-stage-track{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.automation-stage-track li{min-height:48px;color:var(--muted);border-right:1px solid var(--line);text-transform:uppercase;align-items:center;gap:7px;padding:0 13px;font-size:10px;font-weight:800;display:flex}.automation-stage-track li:last-child{border-right:0}.automation-stage-track li.current{color:var(--forest);background:var(--sage-soft)}.automation-stage-track li>span{place-items:center;width:16px;height:16px;display:grid}.automation-gates{background:var(--line);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1px;margin-top:1px;display:grid}.automation-gates>div{background:var(--paper);min-height:42px;color:var(--muted);text-transform:capitalize;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 11px;font-size:9px;display:grid}.automation-gates>div.passed{color:var(--forest)}.automation-count{background:var(--sage-soft);width:30px;height:30px;color:var(--forest);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.automation-list{border-top:1px solid var(--line)}.automation-row{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) minmax(150px,auto);align-items:center;gap:14px;min-height:108px;padding:15px 0;display:grid}.automation-kind-icon{width:40px;height:40px;color:var(--forest);background:var(--sage-soft);border-radius:6px;place-items:center;display:grid}.automation-kind-icon.appointment_request{color:#7a4036;background:#fae8df}.automation-kind-icon.follow_up{color:#315c73;background:#e5f0f4}.automation-row-copy{min-width:0}.automation-row-copy>div{align-items:center;gap:9px;display:flex}.automation-row-copy>div>strong{overflow-wrap:anywhere;font-size:13px}.automation-row-copy p{color:var(--muted);margin:5px 0;font-size:11px;line-height:1.45}.automation-row-copy small{color:#737d76;align-items:center;gap:5px;font-size:9px;display:flex}.automation-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:330px;display:flex}.primary-button.compact,.secondary-button.compact{min-height:34px;padding:0 10px;font-size:10px}.status-badge.pending_confirmation,.status-badge.retrying,.status-badge.manual_takeover{color:#7a4036;background:#fae8df}.status-badge.scheduled,.status-badge.delivered{color:#315c73;background:#e5f0f4}.status-badge.completed{color:var(--forest);background:var(--sage-soft)}.automation-empty{min-height:150px;color:var(--muted);border-block:1px solid var(--line);align-content:center;place-items:center;gap:8px;font-size:11px;display:grid}.automation-modal{width:min(620px,100vw - 32px)}.automation-review{border-block:1px solid var(--line);margin:17px 0;display:grid}.automation-review>div{border-bottom:1px solid var(--line);grid-template-columns:100px minmax(0,1fr);gap:12px;padding:9px 0;display:grid}.automation-review>div:last-child{border-bottom:0}.automation-review dt{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.automation-review dd{overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.45}@media (width<=760px){.automation-page-heading,.automation-section-heading{flex-direction:column;align-items:stretch}.automation-page-heading .primary-button,.automation-section-heading .secondary-button{width:100%}.automation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-metrics>div:nth-child(2){border-right:0}.automation-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.automation-stage-track li{justify-content:center;padding:0 5px;font-size:8px}.automation-row{grid-template-columns:40px minmax(0,1fr)}.automation-row-actions{grid-column:1/-1;justify-content:stretch;max-width:none}.automation-row-actions button{flex:110px}}.adoption-access-detail{border-left-color:var(--coral)}.pet-share-screen{min-height:100vh;color:var(--ink);background:linear-gradient(145deg, #e7eef2c2, transparent 38%), linear-gradient(330deg, #fff1d899, transparent 35%), var(--canvas)}.pet-share-public-header{border-bottom:1px solid var(--line);background:#ffffffe6;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:13px clamp(20px,6vw,72px);display:flex}.pet-share-public-header .public-brand-link{align-items:center;gap:10px;display:flex}.pet-share-public-header .brand-mark{width:38px;height:38px}.share-readonly-badge{color:var(--forest-dark);background:var(--sage-soft);text-transform:uppercase;border:1px solid #ccdbcd;border-radius:5px;align-items:center;gap:6px;padding:6px 8px;font-size:9px;font-weight:800;display:inline-flex}.pet-share-public-main{width:min(880px,100% - 40px);margin:0 auto;padding:52px 0 72px}.share-opening,.share-unavailable{text-align:center;align-content:center;place-items:center;gap:13px;min-height:50vh;display:grid}.share-opening-icon{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.share-opening strong{font-size:13px}.share-unavailable h1{margin:3px 0 0;font-family:Fraunces,serif;font-size:clamp(28px,4vw,42px)}.share-unavailable p{max-width:520px;color:var(--muted);margin:0;font-size:12px;line-height:1.6}.share-unavailable a{margin-top:8px;text-decoration:none}.pet-share-access{border:1px solid var(--line);text-align:center;background:#fffffff0;border-radius:7px;justify-items:center;width:min(520px,100%);margin:0 auto;padding:34px;display:grid;box-shadow:0 18px 48px #263f321a}.pet-share-access h1{margin:7px 0 8px;font-size:34px}.pet-share-access>p{max-width:420px;color:var(--muted);font-size:12px;line-height:1.6}.pet-share-access-form{text-align:left;gap:14px;width:100%;margin-top:20px;display:grid}.pet-share-access-form .primary-button{justify-content:center;width:100%}.pet-share-scan-divider{width:100%;color:var(--muted);text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:20px 0 14px;font-size:10px;display:grid}.pet-share-scan-divider:before,.pet-share-scan-divider:after{content:"";background:var(--line);height:1px}.pet-share-scan-button{cursor:pointer;justify-content:center;position:relative;overflow:hidden}.pet-share-scan-button input{opacity:0;width:1px;height:1px;position:absolute}.pet-share-access-boundary{margin:18px 0 0}.share-public-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:28px;padding-bottom:28px;display:flex}.share-public-heading h1{overflow-wrap:anywhere;max-width:650px;margin:6px 0 8px;font-family:Fraunces,serif;font-size:clamp(31px,5vw,52px);line-height:1.05}.share-public-heading p{color:var(--muted);margin:0;font-size:12px}.share-public-actions{flex:none;align-items:center;gap:10px;display:flex}.share-print-button{white-space:nowrap;min-height:42px}.share-consumed-stamp{color:#516058;border:1px solid var(--line);background:#fff;border-radius:6px;flex:none;align-items:center;gap:9px;padding:10px 12px;display:flex}.share-consumed-stamp span{gap:2px;font-size:9px;font-weight:700;display:grid}.share-consumed-stamp small{color:var(--muted);text-transform:uppercase;font-size:8px}.share-public-section{border-bottom:1px solid var(--line);padding:32px 0}.share-public-section>.section-heading>svg{color:var(--forest)}.share-public-profile{background:var(--line);border:1px solid var(--line);border-radius:7px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.share-public-profile>div{background:#fff;min-width:0;padding:17px}.share-public-profile dt{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.share-public-profile dd{overflow-wrap:anywhere;margin:5px 0 0;font-size:13px;font-weight:700}.share-public-list{border-top:1px solid var(--line);display:grid}.share-public-list article{border-bottom:1px solid var(--line);padding:15px 2px}.share-public-list article>div{justify-content:space-between;gap:16px;min-width:0;display:flex}.share-public-list strong{overflow-wrap:anywhere;font-size:13px}.share-public-list span,.share-public-list small{color:var(--muted);flex:none;font-size:9px}.share-public-list p{color:#505b53;margin:6px 0 3px;font-size:11px;line-height:1.55}.share-public-list.compact article{gap:5px;display:grid}.share-lab-history-table-wrap{border:1px solid var(--line);margin-bottom:20px;overflow-x:auto}.share-lab-history-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:620px}.share-lab-history-table caption{color:var(--muted);text-align:left;padding:12px 16px;font-size:11px}.share-lab-history-table th,.share-lab-history-table td{border-top:1px solid var(--line);text-align:left;white-space:nowrap;padding:10px 16px;font-size:12px}.share-lab-history-table thead th{color:var(--muted);text-transform:uppercase;font-size:9px}.share-public-boundaries{color:#445149;background:var(--sage-soft);border-left:3px solid var(--forest);grid-template-columns:34px minmax(0,1fr);gap:12px;margin-top:28px;padding:18px 20px;display:grid}.share-public-boundaries ul{gap:6px;margin:0;padding-left:18px;font-size:10px;line-height:1.55;display:grid}@media (width<=680px){.pet-share-heading,.share-public-heading{flex-direction:column;align-items:stretch}.pet-share-heading .primary-button{width:100%}.pet-share-row{grid-template-columns:38px minmax(0,1fr) auto}.pet-share-row>.status-badge{grid-column:2;justify-self:start}.pet-share-row>.icon-button{grid-area:1/3/span 2}.share-scope-grid,.share-pet-profile,.share-public-profile{grid-template-columns:repeat(2,minmax(0,1fr))}.share-preview-line,.share-public-list article>div{flex-direction:column;align-items:flex-start;gap:4px}.share-preview-line small,.share-public-list span,.share-public-list small{flex:auto}.pet-share-public-header{padding-inline:20px}.pet-share-public-main{width:min(100% - 30px,880px);padding-top:34px}.share-public-actions{flex-direction:column;align-items:flex-start}.share-print-button,.share-consumed-stamp{align-self:flex-start}}@media print{@page{size:5.5in 8.5in;margin:.25in}body *{visibility:hidden}.care-station-print-area,.care-station-print-area *,.record-print-preview,.record-print-preview *{visibility:visible}.record-print-preview{border:0;width:100%;max-width:none;margin:0;padding:0;position:absolute;top:0;left:0}.care-station-print-area{border:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:start;width:5in;max-width:none;min-height:8in;margin:0;padding:0}.care-station-print-area .care-station-photo{min-height:2.5in}.care-station-print-area .care-station-actions{display:none}.pet-share-screen{background:#fff;min-height:auto}.pet-share-public-header,.share-print-button{display:none}.pet-share-public-main{width:100%;margin:0;padding:0}.share-public-heading,.share-public-section,.share-public-list article,.share-public-boundaries{break-inside:avoid}}.documents-loading{min-height:320px;color:var(--forest);place-items:center;font-size:13px;font-weight:800;display:grid}.memories-heading{align-items:flex-end}.memory-timeline,.memory-year{display:grid}.memory-timeline{gap:34px}.memory-year{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:22px}.memory-year-heading{justify-items:start;gap:7px;padding-top:3px;display:grid;position:sticky;top:90px}.memory-year-heading h2{color:var(--forest);margin:0;font-family:Fraunces,Georgia,serif;font-size:25px;font-weight:700}.memory-year-heading span{color:#5d6d63;background:var(--sage);border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-weight:800;display:grid}.memory-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:15px;display:grid}.memory-photo{background:var(--paper);border:1px solid var(--line);border-radius:7px;min-width:0;animation:.38s both reveal;overflow:hidden}.memory-photo-frame{aspect-ratio:4/3;color:#6f7f75;cursor:zoom-in;background:#e7eee7;border:0;border-radius:0;place-items:center;width:100%;padding:0;display:grid;overflow:hidden}.memory-photo-frame:focus-visible{outline:3px solid var(--focus-ring);outline-offset:-3px}.memory-photo-frame img{object-fit:cover;width:100%;height:100%}.memory-photo-copy{gap:4px;min-width:0;padding:11px 12px 4px;display:grid}.memory-photo-copy .memory-photo-primary{color:var(--forest);font-size:10px;font-weight:800}.memory-photo-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.memory-photo-actions{justify-content:flex-end;gap:5px;padding:3px 8px 8px;display:flex}.memory-photo-rating{width:30px;height:30px;color:var(--muted)}.memory-photo-rating[aria-pressed=true]{color:var(--forest);background:var(--sage)}.modal-backdrop.memory-photo-backdrop{place-items:center;padding:20px}.memory-photo-lightbox{place-items:center;width:fit-content;max-width:calc(100vw - 40px);height:fit-content;max-height:calc(100dvh - 40px);margin:0;display:grid;position:relative}.memory-photo-lightbox img{object-fit:contain;width:auto;max-width:calc(100vw - 40px);height:auto;max-height:calc(100dvh - 40px);display:block}.memory-photo-lightbox-close{z-index:1;color:#fff;background:#141f19c7;position:absolute;top:8px;right:8px}.memories-empty{text-align:center;border:1px dashed #bdcabe;border-radius:7px;align-content:center;place-items:center;gap:9px;min-height:310px;padding:34px;display:grid}.memories-empty>svg{color:var(--forest)}.memories-empty h2,.memories-empty p{margin:0}.memories-empty h2{color:#263029;font-size:17px}.memories-empty p{color:var(--muted);font-size:11px}.memory-import-summary{color:#315c47;background:#edf6ed;border:1px solid #c9dfca;border-radius:6px;gap:4px;margin-top:12px;padding:12px 13px;display:grid}.memory-import-summary strong{font-size:11px}.memory-import-summary span{color:#617069;font-size:9px}.documents-heading{align-items:flex-end}.documents-actions,.document-row-actions,.fact-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.claim-ready{color:#315c47;background:#edf6ed;border:1px solid #c9dfca;border-radius:7px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;display:grid}.claim-ready>svg{color:var(--forest)}.claim-ready strong,.claim-ready span{display:block}.claim-ready strong{font-size:12px}.claim-ready span{color:#617069;margin-top:2px;font-size:10px}.relationship-map-workspace{gap:18px;display:grid}.relationship-map-header,.relationship-map-title,.relationship-map-summary,.relationship-map-controls{align-items:center;display:flex}.relationship-map-header{justify-content:space-between;gap:16px}.relationship-map-title{align-items:flex-start;gap:12px}.relationship-map-title h2,.relationship-map-details h3{margin:3px 0 4px}.relationship-map-title p,.relationship-map-details p{color:var(--muted);margin:0}.relationship-map-controls{border-block:1px solid var(--line);flex-wrap:wrap;gap:8px 18px;padding:12px 0}.relationship-map-controls label{color:var(--ink);align-items:center;gap:7px;font-size:.88rem;font-weight:700;display:inline-flex}.relationship-map-summary{color:var(--muted);flex-wrap:wrap;gap:10px 18px;font-size:.88rem}.relationship-map-summary strong{color:var(--ink)}.relationship-map-layout{background:var(--surface);border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) 240px;min-height:520px;display:grid;overflow:hidden}.relationship-map-chart{background-image:radial-gradient(circle,#6270673d 1px,#0000 1px);background-size:20px 20px;width:100%;min-width:0;min-height:520px}.relationship-map-details{border-left:1px solid var(--line);background:#f4f7f3;padding:20px}.relationship-map-details ul{gap:9px;margin:18px 0 0;padding:0;list-style:none;display:grid}.relationship-map-details li{border-bottom:1px solid var(--line);gap:2px;padding-bottom:9px;font-size:.82rem;display:grid}.relationship-map-details li span{color:var(--muted)}.relationship-map-boundary{color:var(--muted);border-left:3px solid var(--brand-gold);margin:0;padding-left:12px;font-size:.84rem;line-height:1.55}@media (width<=760px){.relationship-map-layout{grid-template-columns:1fr;min-height:0}.relationship-map-chart{min-height:430px}.relationship-map-details{border-top:1px solid var(--line);border-left:0}}.insurance-preparation{border-top:1px solid var(--line);grid-column:1/-1;width:100%;padding-top:12px}.insurance-preparation-heading,.insurance-preparation li{align-items:center;gap:8px;display:flex}.insurance-preparation-heading{justify-content:space-between;margin-bottom:8px}.insurance-preparation ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.insurance-preparation li{min-height:32px}.insurance-preparation li>span{flex:1}.insurance-preparation li.present svg{color:var(--success)}.insurance-preparation li.missing svg{color:var(--warning)}.insurance-boundaries{color:var(--muted);margin-top:10px;font-size:12px}.insurance-boundaries p{margin:3px 0}.documents-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.documents-tab-panel{margin-top:28px}.prepared-records-panel{width:100%;max-width:none}.records-count{width:30px;height:30px;color:var(--forest);background:var(--sage);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.document-list,.records-rail{gap:11px;display:grid}.care-attention-alarm{width:38px;height:38px;color:var(--forest);cursor:pointer;background:#fffdf7;border:1px solid #d9cfae;border-radius:6px;flex:0 0 38px;place-items:center;padding:0;display:inline-grid;position:relative}.care-attention-alarm:hover,.care-attention-alarm:focus-visible{color:#744b13;border-color:#a67422}.care-attention-alarm.is-unread svg{transform-origin:50% 10%;animation:.9s ease-in-out infinite care-attention-alarm-flash}.care-attention-unread-dot{background:#b64b32;border:1px solid #fffdf7;border-radius:50%;width:7px;height:7px;position:absolute;top:5px;right:5px}@keyframes care-attention-alarm-flash{0%,to{opacity:1;transform:rotate(0)scale(1)}25%{opacity:.35;transform:rotate(-9deg)scale(1.08)}50%{opacity:1;transform:rotate(9deg)scale(1.08)}75%{opacity:.35;transform:rotate(-5deg)scale(1.04)}}.care-attention-dialog{width:min(720px,100%)}.care-attention-dialog .modal-header{align-items:flex-start}.care-attention-dialog .modal-actions{margin-top:18px}.care-attention-list,.care-attention-sources,.organization-care-attention{gap:12px;display:grid}.organization-operations-actions{justify-content:space-between;align-items:end;gap:16px;min-width:0;display:flex}.organization-operations-tabs>.workspace-tabs{background:color-mix(in srgb, var(--sage-soft) 72%, transparent);margin-top:0}.organization-operations-tabs .workspace-tab{min-width:72px;min-height:38px;padding-inline:14px;font-size:11px}.organization-operations-tabs+.error-banner,.organization-operations-tabs+.workspace-tab-panel,.organization-operations-tabs+.error-banner+.workspace-tab-panel{margin-top:18px}.organization-operations-actions>.care-station-scanner{flex:1;min-width:0}.organization-operations-actions+.error-banner{margin-top:12px}.organization-care-attention{flex:none;justify-items:end}.care-attention-item{border-top:1px solid #ded3b4;padding:14px 0 2px}.care-attention-heading{align-items:center;gap:9px;display:flex}.care-attention-heading h3,.care-attention-sources h4{color:#3c3528;letter-spacing:0;margin:0;font-size:13px}.care-attention-item>p{color:#554c3a;margin:9px 0 0;font-size:12px;line-height:1.55}.care-attention-trend{color:#6d6048!important}.care-attention-next-step{font-weight:750}.care-attention-review,.care-attention-boundary{color:#3d594a;align-items:flex-start;gap:8px;margin-top:12px;font-size:11px;display:flex}.care-attention-review span{color:#667169}.care-attention-sources{margin-top:13px}.care-attention-sources h4{align-items:center;gap:6px;display:flex}.care-attention-sources blockquote{overflow-wrap:anywhere;background:#fffdf7;border-left:3px solid #bfa767;margin:0;padding:10px 12px;font-size:11px}.care-attention-sources blockquote span,.care-attention-empty span{color:#746b5c;margin-bottom:4px;font-size:10px;display:block}.care-attention-empty{color:#435448;gap:5px;font-size:12px;display:grid}.care-attention-boundary{border-top:1px solid #ded3b4;padding-top:12px}.care-attention-boundary p{margin:0 0 4px;line-height:1.45}.brief-fact-list{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:12px;display:grid}.document-item{background:var(--paper);border:1px solid var(--line);border-radius:7px;animation:.38s both reveal;overflow:hidden}.document-summary{align-items:center;gap:12px;min-height:82px;padding:14px 15px;display:flex}.document-select{flex:0 0 20px;place-items:center;display:grid}.document-select input{width:17px;height:17px;accent-color:var(--forest);margin:0}.document-icon{color:#416954;background:var(--sage);border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.document-copy{flex:180px;min-width:0}.document-copy h3{overflow-wrap:anywhere;color:#263029;margin:0;font-size:13px}.document-copy p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.45}.document-retention-status{color:#285542;align-items:center;gap:5px;margin-top:7px;font-size:10px;font-weight:700;display:inline-flex}.record-print-dialog{width:min(760px,100vw - 32px)}.record-print-preview{color:#202822;border:1px solid var(--line);background:#fff;border-radius:6px;gap:20px;margin-top:18px;padding:24px;display:grid}.record-print-preview header span{color:var(--forest);text-transform:uppercase;font-size:10px;font-weight:800}.record-print-preview header h3{overflow-wrap:anywhere;margin:5px 0 0;font-size:20px}.record-print-metadata{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.record-print-metadata>div{border:1px solid var(--line);background:#f6f8f4;border-radius:5px;padding:10px 12px}.record-print-metadata dt{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.record-print-metadata dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;font-weight:700}.record-print-facts{gap:10px;display:grid}.record-print-facts h4{margin:0;font-size:14px}.record-print-fact{border:1px solid var(--line);break-inside:avoid;border-radius:5px;padding:12px}.record-print-fact>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.record-print-fact>div span{color:var(--forest);text-transform:uppercase;font-size:9px;font-weight:800}.record-print-fact p,.record-print-fact blockquote{overflow-wrap:anywhere;margin:8px 0 0;font-size:11px;line-height:1.5}.record-print-fact small{color:var(--muted);margin-top:6px;font-size:9px;display:block}.record-print-fact blockquote{border-left:3px solid var(--forest);background:#f6f8f4;padding:8px 10px}.compact-button{min-height:36px;padding:0 11px;font-size:10px}.document-facts{border-top:1px solid var(--line)}.document-fact{border-bottom:1px solid var(--line);background:#f8f9f6;padding:15px 16px 16px}.document-fact:last-child{border-bottom:0}.document-fact.pending{background:#fffaf0}.document-fact.confirmed{background:#f3f8f2}.document-fact.rejected{color:#6c736e;background:#f4f4f2}.fact-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fact-heading strong{color:#34423a;text-transform:capitalize;font-size:11px}.fact-heading>span:last-child{color:#6b756e;margin-left:auto;font-size:9px;font-weight:700}.document-fact blockquote{color:#57635b;border-left:2px solid #c7d1c7;margin:11px 0 0;padding-left:11px;font-size:11px;line-height:1.55}.fact-review{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.fact-review .form-field{margin-top:12px}.fact-actions{padding-bottom:1px}.fact-actions .primary-button,.fact-actions .secondary-button{min-height:38px;padding:0 12px;font-size:10px}.fact-value{color:#31483b;margin:10px 0 0;font-size:12px;font-weight:800}.report-education{background:#eef3ee;border-top:1px solid #cbd8cc;padding:18px 20px 20px}.education-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.education-heading h4{color:#26372d;letter-spacing:0;margin:3px 0 0;font-family:Fraunces,serif;font-size:18px}.education-version{color:#68746c;text-transform:uppercase;justify-items:end;gap:2px;font-size:9px;display:grid}.education-version strong{color:#31483b;font-size:11px}.education-item{border-top:2px solid #becdc0;margin-top:16px}.education-layer{border-bottom:1px solid #d3ddd3;padding:15px 0}.education-layer-heading{align-items:center;gap:8px;margin-bottom:11px;display:flex}.education-layer-heading>span:first-child,.education-layer-number{color:#fff;background:#315945;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:9px;font-weight:900;display:grid}.education-layer-heading h5,.education-boundary h5{color:#304238;text-transform:uppercase;margin:0;font-size:11px}.education-layer-heading .status-badge{margin-left:auto}.report-fact-value{overflow-wrap:anywhere;align-items:baseline;gap:10px;display:flex}.report-fact-value strong{color:#254a37;font-size:15px}.report-fact-value span{color:#27382f;font-size:13px;font-weight:800}.report-fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0 0;display:grid}.report-fact-grid div{background:#ffffff85;border:1px solid #d6dfd7;border-radius:5px;min-width:0;padding:8px 10px}.report-fact-grid dt{color:#758077;text-transform:uppercase;font-size:8px;font-weight:900}.report-fact-grid dd{overflow-wrap:anywhere;color:#35483d;margin:3px 0 0;font-size:11px;font-weight:800}.source-correction{color:#8a5a21;margin:10px 0 0;font-size:10px;font-weight:800}.education-report-source{overflow-wrap:anywhere;color:#415248;background:#ffffff94;border-left:3px solid #cb9040;gap:4px;margin:14px 0 0;padding:10px 12px;font-size:11px;line-height:1.55;display:grid}.education-report-source span{color:#737c75;text-transform:uppercase;font-size:9px;font-style:normal;font-weight:800}.education-background-copy{gap:8px;display:grid}.education-background-copy p,.education-empty,.education-withheld p{color:#4f5f55;margin:0;font-size:11px;line-height:1.65}.education-sources{margin-top:14px}.education-sources h6,.education-withheld h6{color:#3d4e44;margin:0 0 7px;font-size:10px}.education-sources ul,.education-withheld ul,.questions-layer ol,.education-boundary ul{color:#506057;gap:7px;margin:0;padding-left:18px;font-size:10px;line-height:1.5;display:grid}.education-sources a,.education-sources li,.education-sources li span,.education-withheld li,.questions-layer li,.education-boundary li{overflow-wrap:anywhere}.education-sources a{color:#24573e;font-weight:800}.education-sources li strong,.education-sources li span{color:#747f78;margin-top:2px;font-size:9px;display:block}.education-sources li strong{color:#4a5a50}.education-withheld{color:#855923;background:#fff8e8;border-left:3px solid #cb9040;grid-template-columns:22px minmax(0,1fr);gap:9px;padding:11px 12px;display:grid}.education-withheld ul{color:#6f552f;margin-top:7px}.education-boundary{color:#5c4930;border-top:1px solid #d3c7af;grid-template-columns:20px minmax(0,1fr);gap:9px;margin-top:17px;padding-top:13px;display:grid}.education-boundary h5{margin:2px 0 8px 8px;display:inline-block}.education-boundary strong,.education-boundary p{overflow-wrap:anywhere;margin:0;font-size:10px;line-height:1.5;display:block}.education-boundary ul{color:#6b5f50;margin-top:8px}.education-boundary p{color:#776b5c;margin-top:9px}.vet-brief-section,.claim-history{border:1px solid var(--line);background:#fff;border-radius:7px;padding:17px}.document-history-section{border-top:1px solid var(--line);grid-column:1/-1;margin-top:18px;padding-top:16px}.document-history-list{gap:0;margin-top:8px;display:grid}.metric-history-chart{border-bottom:1px solid var(--line);min-width:0;padding:16px 0 18px}.metric-history-chart:last-child{border-bottom:0;padding-bottom:0}.metric-history-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.metric-history-header h4{color:var(--ink);margin:0;font-family:Fraunces,serif;font-size:16px}.metric-history-header>div:first-child>span{color:var(--muted);margin-top:3px;font-size:9px;display:block}.metric-history-filters{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.metric-history-filters button{color:#526159;border:1px solid var(--line);background:#f5f7f4;border-radius:4px;min-height:28px;padding:0 8px;font-size:9px;font-weight:750}.metric-history-filters button.active{color:#fff;background:var(--forest);border-color:var(--forest)}.metric-history-custom-range{grid-template-columns:repeat(2,minmax(130px,190px));justify-content:end;gap:8px;margin-top:10px;display:grid}.metric-history-custom-range label{color:#526159;gap:4px;font-size:9px;font-weight:700;display:grid}.metric-history-custom-range input{min-height:34px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:4px;padding:0 8px}.metric-history-canvas{width:100%;min-width:0;height:260px;margin-top:10px;overflow:hidden}.metric-history-empty{min-height:120px;color:var(--muted);border:1px dashed var(--line);text-align:center;background:#f7f9f6;margin:12px 0 0;padding:46px 16px;font-size:10px}.brief-fact{border:1px solid var(--line);background:#f7f9f6;border-radius:6px;grid-template-columns:18px minmax(0,1fr);gap:8px;padding:12px;display:grid}.brief-fact>svg{color:#47795e;margin-top:1px}.brief-fact strong,.brief-fact span{overflow-wrap:anywhere;width:fit-content;max-width:100%;display:block}.brief-fact strong{color:#344039;font-size:11px;line-height:1.45}.brief-fact span,.claim-history-item span{color:var(--muted);margin-top:3px;font-size:9px}.rail-empty{color:var(--muted);margin:11px 0 0;font-size:10px;line-height:1.55}.claim-history-item{border-bottom:1px solid #e7ebe5;justify-content:space-between;align-items:center;gap:10px;min-height:51px;padding:8px 0;display:flex}.claim-history-item:last-child{border-bottom:0}.claim-history-item strong,.claim-history-item span{overflow-wrap:anywhere;display:block}.claim-history-item strong{font-size:11px}.records-boundary{margin-top:1px}.records-modal{width:min(560px,100%)}.records-modal input[type=file]{height:auto;min-height:42px;padding:9px 10px}.settings-heading{align-items:center}.settings-lock{width:46px;height:46px;color:var(--forest);background:var(--sage);border-radius:50%;flex:0 0 46px;place-items:center;display:grid}.account-identity{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 0;display:grid}.account-identity-icon{color:#7b551f;background:var(--amber-soft);border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.account-identity h2{color:var(--ink);margin:3px 0 1px;font-family:Manrope,sans-serif;font-size:15px}.account-identity p{overflow-wrap:anywhere;color:var(--muted);margin:0;font-size:11px}.settings-loading{min-height:280px;color:var(--forest);place-items:center;font-size:13px;font-weight:800;display:grid}.workspace-tabs{border-bottom:1px solid var(--line);scrollbar-width:none;gap:4px;margin-top:28px;display:flex;overflow-x:auto}.workspace-tabs::-webkit-scrollbar{display:none}.workspace-tab{min-width:88px;min-height:46px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;padding:0 17px 2px;font-size:12px;font-weight:650;position:relative}.workspace-tab:after{content:"";background:0 0;border-radius:999px;width:72px;max-width:calc(100% - 16px);height:3px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.workspace-tab:hover{color:var(--forest);background:var(--sage-soft)}.workspace-tab.active{color:var(--forest-dark);background:var(--sage-soft);font-weight:900}.workspace-tab.active:after{background:var(--amber)}.workspace-tab:focus-visible{outline:2px solid var(--forest);outline-offset:-3px}.workspace-tab-panel{outline:none;min-width:0}.workspace-tab-panel:focus-visible{outline:2px solid var(--forest);outline-offset:4px}.settings-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:44px;margin-top:30px;display:grid}.settings-main{min-width:0}.settings-section{border-top:1px solid var(--line);padding:28px 0 32px}.settings-section:first-of-type{border-top:0;padding-top:0}.settings-section-heading{align-items:center;gap:12px;display:flex}.settings-section-heading h2{color:var(--ink);margin:3px 0 0;font-size:21px}.settings-section-icon{width:40px;height:40px;color:var(--forest);background:var(--sage);border-radius:50%;flex:0 0 40px;place-items:center;display:grid}.settings-section-icon.danger{color:#8d3f31;background:#f8e6e1}.settings-section>p{max-width:680px;color:var(--muted);margin:16px 0 0;font-size:12px;line-height:1.65}.professional-identity,.professional-review{margin-top:28px}.professional-identity .settings-section-heading .status-badge{margin-left:auto}.professional-status{color:#7b551f;border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-top:20px;padding:16px 0;display:flex}.professional-status.approved{color:var(--forest)}.professional-status.rejected{color:#8d3f31}.professional-status svg{flex:none}.professional-status div{gap:3px;display:grid}.professional-status strong{color:var(--ink);font-size:13px}.professional-status span{color:var(--muted);font-size:11px;line-height:1.5}.professional-application-form{gap:20px;margin-top:20px;display:grid}.identity-mode{background:#eef3ef;border:1px solid #d9e3dc;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;display:grid}.identity-mode button{color:#506159;min-width:0;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:11px;font-weight:800;display:flex}.identity-mode button.active{color:var(--forest);background:#fff;border-color:#cfdad2;box-shadow:0 2px 7px #183d2e14}.professional-form-grid,.professional-evidence{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.professional-submit-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.professional-submit-row p{max-width:520px;color:var(--muted);align-items:flex-start;gap:8px;margin:0;font-size:11px;line-height:1.5;display:flex}.professional-submit-row p svg{color:var(--forest);flex:none}.professional-error{color:#8d3f31;margin-top:16px;font-size:12px;font-weight:700}.professional-empty{color:var(--muted);margin:18px 0 0;font-size:12px}.professional-review-list{gap:14px;margin-top:20px;display:grid}.professional-review-item{background:#f9fbfa;border:1px solid #dce5df;border-radius:8px;gap:18px;padding:20px;display:grid}.professional-review-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.professional-review-heading span:first-child{color:var(--forest);text-transform:uppercase;font-size:10px;font-weight:900}.professional-review-heading h3{color:var(--ink);margin:4px 0 2px;font-family:Manrope,sans-serif;font-size:16px}.professional-review-heading p{overflow-wrap:anywhere;color:var(--muted);margin:0;font-size:11px}.professional-evidence{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0;padding:14px 0}.professional-evidence div{min-width:0}.professional-evidence dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.professional-evidence dd{overflow-wrap:anywhere;color:var(--ink);margin:4px 0 0;font-size:12px;line-height:1.5}.professional-review-actions{justify-content:flex-end;gap:10px;display:flex}.professional-license-evidence{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.professional-license-evidence>div{min-width:0;color:var(--forest);align-items:center;gap:9px;display:flex}.professional-license-evidence>div>span{gap:2px;min-width:0;display:grid}.professional-license-evidence strong,.professional-license-evidence small{overflow-wrap:anywhere}.professional-license-evidence strong{color:var(--ink);font-size:11px}.professional-license-evidence small{color:var(--muted);font-size:9px}.professional-license-evidence .secondary-button{flex:none;margin:0;text-decoration:none}.professional-legacy-notice{color:#74501d;background:#fbf2dc;border:1px solid #e6cf99;border-radius:6px;margin:0;padding:11px 13px;font-size:10px;line-height:1.5}.user-groups-workspace{min-width:0}.user-groups-tab-panel .professional-review{border-top:0;margin-top:24px;padding-top:0}.user-groups-heading-actions{flex:none;align-self:flex-start;align-items:center;gap:12px;display:flex}.user-groups-lock{width:46px;height:46px;color:var(--forest);background:var(--sage);border-radius:50%;flex:0 0 46px;place-items:center;display:grid}.user-groups-policy{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding:15px 0;display:flex}.user-groups-policy>div,.user-group-path,.user-group-state{gap:3px;min-width:0;display:grid}.user-groups-policy strong,.user-group-path strong{color:var(--ink);font-size:12px}.user-groups-policy span,.user-group-path small,.user-group-state small{color:var(--muted);font-size:10px;line-height:1.5}.platform-group-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 8px;display:grid}.platform-group-summary{color:#315b3b;background:#edf3ee;border:1px solid #cfddd3;border-radius:7px;align-items:center;gap:11px;min-width:0;min-height:78px;padding:14px;display:flex}.platform-group-summary.account-type-admin{color:#6e4312;background:#f9edcf;border-color:#e4c989}.platform-group-summary.account-type-vet{color:#28506b;background:#e6f0f6;border-color:#c3d7e4}.platform-group-summary.account-type-shelter{color:#69442e;background:#f3eae3;border-color:#ddcabc}.platform-group-icon{color:currentColor;background:#ffffffb3;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.platform-group-summary>div{min-width:0}.platform-group-summary h2{overflow-wrap:anywhere;color:currentColor;margin:0;font-family:Manrope,sans-serif;font-size:12px;line-height:1.25}.platform-group-summary div>span{color:currentColor;opacity:.78;margin-top:4px;font-size:10px;font-weight:700;display:block}.user-groups-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin:14px 0;padding-bottom:14px;display:flex}.user-groups-toolbar>span{color:var(--muted);white-space:nowrap;font-size:11px;font-weight:800}.user-group-search{width:min(420px,100%);min-height:40px;color:var(--forest);border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:9px;padding:0 12px;display:flex}.user-group-search:focus-within{outline-offset:2px;outline:2px solid #2a664940}.user-group-search input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:12px}.user-group-list{border-top:1px solid var(--line)}.deletion-review-boundary{color:#315c47;background:#edf6ed;border:1px solid #c9dfca;border-radius:6px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.deletion-review-boundary p{margin:0;font-size:11px;line-height:1.5}.deletion-request-list{border-top:1px solid var(--line)}.deletion-request-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,1fr) minmax(180px,.8fr) auto;align-items:center;gap:16px;padding:18px 0;display:grid}.deletion-request-row>div{gap:4px;min-width:0;display:grid}.deletion-request-row strong,.deletion-request-row small{overflow-wrap:anywhere}.deletion-request-row small{color:var(--muted);font-size:10px}.user-group-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,1.2fr) minmax(90px,.55fr) minmax(170px,1fr) minmax(100px,auto);align-items:center;gap:16px;padding:18px 0;display:grid}.user-group-identity{align-items:center;gap:10px;min-width:0;display:flex}.user-group-identity>span:last-child,.user-group-current{justify-items:start;gap:3px;min-width:0;display:grid}.user-group-identity strong,.user-group-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-group-identity strong{color:var(--ink);font-size:13px}.user-group-identity small,.user-group-current small{color:var(--muted);font-size:10px}.user-group-state{text-align:right;justify-items:end}.user-groups-empty{min-height:220px;color:var(--muted);align-content:center;place-items:center;gap:10px;font-size:12px;display:grid}.user-groups-pagination{justify-content:flex-end;align-items:center;gap:14px;margin-top:18px;display:flex}.user-groups-pagination>span{color:var(--muted);font-size:11px;font-weight:800}.standard-list-controls{min-width:0;margin:16px 0;container:standard-list/inline-size}.standard-list-controls-layout{grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:12px;min-width:0;display:grid}.record-type-filter{align-items:center;gap:10px;margin-top:16px;display:flex}.record-type-filter>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.record-type-picker{width:min(280px,100%);position:relative}.record-type-trigger{width:100%;height:38px;color:var(--ink);text-align:left;background:#fff;border:1px solid #cdd6cc;border-radius:5px;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 10px;font-size:12px;display:grid}.record-type-trigger>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.record-type-trigger>svg:first-child,.record-type-options button>svg:first-child{color:var(--forest)}.record-type-options{z-index:60;background:#fff;border:1px solid #cdd6cc;border-radius:6px;width:max(100%,240px);max-height:280px;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 14px 32px #1c302529}.record-type-options button{min-height:38px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:6px 9px;font-size:12px;display:grid}.record-type-options button:hover,.record-type-options button:focus-visible,.record-type-options button[aria-selected=true]{background:var(--sage)}.standard-list-filter{min-height:40px;color:var(--forest);background:#fff;border:1px solid #cdd6cc;border-radius:6px;align-items:center;gap:9px;padding:0 12px;display:flex}.standard-list-filter input{background:0 0;border:0;outline:0;width:100%;min-width:0}.standard-list-refinements{align-items:center;gap:8px;min-width:0;display:flex}.standard-list-refinements select,.standard-list-refinements input{width:138px;min-width:0;height:34px;color:var(--ink);background:#fff;border:1px solid #cdd6cc;border-radius:5px;padding:0 8px;font-size:11px}.standard-list-refinements select{width:124px}.standard-list-clear{flex:0 0 34px;width:34px;height:34px}.standard-list-summary,.standard-list-lazy-status{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.standard-list-lazy-status .spin{animation:.9s linear infinite list-control-spin}@keyframes list-control-spin{to{transform:rotate(360deg)}}@container standard-list (width<=620px){.standard-list-controls-layout{grid-template-columns:minmax(0,1fr) auto}.standard-list-filter,.standard-list-refinements{grid-column:1/-1}.standard-list-refinements{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.standard-list-refinements select,.standard-list-refinements input{width:100%}}@container standard-list (width<=360px){.standard-list-controls-layout{grid-template-columns:minmax(0,1fr)}.standard-list-filter,.standard-list-refinements,.standard-list-summary,.standard-list-lazy-status{grid-column:1}.standard-list-lazy-status{white-space:normal}.standard-list-refinements{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.record-type-filter{flex-direction:column;align-items:stretch}.record-type-picker{width:100%}}.settings-action-row{flex-wrap:wrap;align-items:center;gap:13px;margin-top:20px;display:flex}.persona-directory-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex}.persona-directory-actions>.secondary-button{justify-content:center;min-width:180px}.persona-directory-actions .settings-checkbox{align-items:center;min-height:42px}@media (width<=520px){.persona-directory-actions{grid-template-columns:minmax(0,1fr);display:grid}.persona-directory-actions>.secondary-button{width:100%}}.billing-offer{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,auto) minmax(0,1fr);align-items:center;gap:24px;margin-top:20px;padding:18px 0;display:grid}.billing-offer div{gap:3px;display:grid}.billing-offer strong{color:var(--ink);font-family:Manrope,sans-serif;font-size:18px}.billing-offer span{color:var(--forest);font-size:12px;font-weight:800}.billing-offer p,.billing-confirmation,.billing-date{color:var(--muted);margin:0;font-size:11px;line-height:1.6}.billing-controls{justify-items:start;gap:14px;margin-top:18px;display:grid}.billing-status-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.billing-mode-badge{color:#72500d;text-transform:uppercase;background:#fff4d5;border:1px solid #e8cd82;border-radius:4px;padding:4px 8px;font-size:9px;font-weight:900}.billing-date{color:var(--ink);font-weight:700}.billing-confirmation{max-width:620px}.billing-loading,.billing-error{margin-top:18px;font-size:11px;font-weight:700}.billing-loading{color:var(--muted)}.billing-error{color:#86352c}.privacy-action-status{overflow-wrap:anywhere;color:#4c6758;font-size:10px;font-weight:700}.reauth-notice{color:#755218;border-top:1px solid #e2c98f;border-bottom:1px solid #e2c98f;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:28px;padding:15px 0;display:grid}.reauth-notice>svg{color:var(--amber)}.reauth-notice strong,.reauth-notice p{display:block}.reauth-notice strong{font-size:11px}.reauth-notice p{margin:2px 0 0;font-size:10px;line-height:1.5}.danger-zone{border-top:2px solid #d7a296}.danger-heading .eyebrow{color:#9a4e3d}.workspace-impact{border-top:1px solid var(--line);margin-top:20px;display:grid}.workspace-impact-row{border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;display:grid}.workspace-impact-row>svg{color:var(--forest)}.workspace-impact-row strong,.workspace-impact-row span{overflow-wrap:anywhere;display:block}.workspace-impact-row strong{font-size:11px}.workspace-impact-row span{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.5}.deletion-blocker{color:#6e493e;border-left:3px solid var(--coral);background:#fff4f1;grid-template-columns:23px minmax(0,1fr);gap:10px;margin-top:20px;padding:14px 15px;display:grid}.deletion-blocker>svg{color:#a95340}.deletion-blocker .secondary-button{grid-column:2;justify-self:start}.deletion-blocker p{margin:0;font-size:10px;line-height:1.55}.deletion-confirmation{max-width:560px;margin-top:22px}.danger-button{color:#fff;background:#9a4937;border:1px solid #813b2c;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:16px;padding:0 17px;font-size:11px;font-weight:800;display:inline-flex}.danger-button:disabled{color:#8d7772;background:#eadedb;border-color:#d8c6c1}.privacy-boundary{color:#3e5147;border-top:3px solid var(--forest);border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr);gap:11px;padding:18px 0;display:grid}.privacy-boundary>svg{color:var(--forest)}.privacy-boundary strong{font-size:11px}.privacy-boundary p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.6}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.access-matrix-form{gap:16px;display:grid}.access-matrix-sections{gap:24px;min-width:0;display:grid}.access-matrix-menu-section{gap:9px;min-width:0;display:grid}.access-matrix-menu-section h3{color:var(--forest-dark);margin:0;font-family:Fraunces,serif;font-size:16px;line-height:1.2}.access-matrix-table-wrap{border:1px solid var(--line);border-radius:7px;overflow-x:auto}.access-matrix-table{border-collapse:collapse;background:#fff;width:100%;min-width:920px}.access-matrix-table th,.access-matrix-table td{border-bottom:1px solid var(--line);text-align:center;vertical-align:middle;padding:9px 10px;font-size:11px}.access-matrix-table thead th{color:#315c47;background:#edf6ed;font-size:10px;font-weight:850}.access-matrix-table tbody th{min-width:150px;color:var(--ink);font-weight:800}.access-matrix-table td select{width:100%;min-width:118px;height:32px;color:var(--ink);border:1px solid var(--line);font:inherit;text-align:center;background:#fff;border-radius:5px;padding:0 8px;font-size:10px;font-weight:700}.access-matrix-table td select[data-permission=none]{color:#8b2635;background:#fff0f1;border-color:#e5a4ad}.access-matrix-table td select[data-permission=read]{color:#6b5510;background:#fff8d6;border-color:#dbc45d}.access-matrix-table td select[data-permission=contribute]{color:#17558c;background:#eaf4ff;border-color:#8db9e2}.access-matrix-table td select[data-permission=manage]{color:#1f653d;background:#e8f6ed;border-color:#86bd98}@media (width<=1050px){.education-tip-grid,.content-grid{grid-template-columns:1fr}.right-rail{grid-template-columns:minmax(0,1fr) minmax(220px,.7fr)}.latest-check-in{grid-column:2}.circle-grid,.documents-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr;gap:20px}.records-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.records-boundary{grid-column:1/-1}}@media (width<=820px){.sidebar{z-index:30;width:min(84vw,320px);padding:max(20px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));visibility:hidden;pointer-events:none;transition:transform .18s,visibility .18s;display:flex;transform:translate(-100%);box-shadow:18px 0 40px #10211a33}.sidebar.mobile-sidebar-open{visibility:visible;pointer-events:auto;transform:translate(0)}.sidebar .sidebar-header{width:100%}.sidebar .sidebar-tools{justify-content:flex-end}.mobile-sidebar-backdrop{z-index:29;background:#14201a75;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.mobile-sidebar-trigger{flex:0 0 38px;place-items:center;display:grid}.workspace{margin-left:0}.account-security-panel>.account-security-block{min-height:0}.metric-history-header{display:grid}.metric-history-filters{justify-content:flex-start}.metric-history-custom-range{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.metric-history-canvas{height:230px}.mobile-user-menu{right:max(12px, env(safe-area-inset-right));bottom:calc(78px + env(safe-area-inset-bottom));z-index:30;width:min(220px,100vw - 24px);display:grid;position:fixed}.sidebar-collapsed+.workspace{margin-left:0}.topbar{justify-content:space-between;gap:8px;height:62px;padding:0 20px}.native-platform .topbar{height:calc(62px + max(env(safe-area-inset-top), 24px));padding-top:max(env(safe-area-inset-top), 24px);border-bottom-color:var(--line);background:#fffffff5}.topbar-title{flex:none;font-size:19px;display:flex;overflow:visible}.topbar-brand-mark{flex-basis:30px;width:30px;height:30px}.topbar-brand .trademarked-brand-name{display:none}.workspace-body{padding:20px 16px 104px}.identity-mode,.professional-form-grid,.professional-evidence{grid-template-columns:1fr}.professional-submit-row{flex-direction:column;align-items:stretch}.professional-submit-row .primary-button{width:100%}.professional-identity .settings-section-heading{flex-wrap:wrap}.professional-identity .settings-section-heading .status-badge{margin-left:52px}.platform-group-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-nav{z-index:10;min-height:70px;padding:7px max(7px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid;position:fixed;inset:auto 0 0}.mobile-nav a,.mobile-nav button{color:#7a837c;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:9px;font-weight:700;text-decoration:none;display:flex}.mobile-nav .active{color:var(--forest)}.mobile-nav.organization-nav-expanded button{gap:3px;font-size:8px}.user-group-row{grid-template-columns:minmax(0,1fr) minmax(110px,auto);align-items:center}.deletion-request-row{grid-template-columns:minmax(0,1fr) auto}.deletion-request-row>div:nth-child(2){grid-area:2/1/auto/-1}.user-group-current{justify-items:end}.user-group-path,.user-group-state{grid-column:1/-1}.user-group-state{text-align:left;justify-items:start}.workspace.ai-chat-open{height:auto;min-height:100vh;margin-right:0;overflow-y:visible}.workspace.ai-chat-open .workspace-body,.sidebar-collapsed+.workspace.ai-chat-open .workspace-body{width:100%;margin-right:auto}.ai-chat-panel{border-left:0;width:100%;top:0;left:0;right:auto}.ai-chat-resize-handle{display:none}.native-platform .ai-chat-panel{top:max(env(safe-area-inset-top), 24px)}}@media (width<=620px){.auth-shell{padding:max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));background-position:0;place-items:center}.topbar{gap:4px;padding:0 10px}.settings-workspace>.workspace-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid;overflow-x:visible}.settings-workspace .workspace-tab{white-space:normal;width:100%;padding:0 8px}.auth-panel{padding:26px 21px}.mfa-methods,.recovery-code-list{grid-template-columns:minmax(0,1fr)}.account-security-block>.secondary-button,.account-security-block>.danger-button{width:100%}.signup-account-types,.signup-credential-grid,.platform-group-overview{grid-template-columns:1fr}.professional-license-evidence{flex-direction:column;align-items:stretch}.professional-license-evidence .secondary-button{width:100%}.user-group-identity strong,.user-group-identity small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.topbar .icon-button,.profile-chip>span:nth-child(2),.profile-chip>svg{display:none}.topbar .mobile-sidebar-trigger,.topbar .notification-button,.topbar .ai-chat-button,.topbar .pet-share-button,.topbar .deep-link-copy-button,.topbar .notification-popover .icon-button{display:inline-grid}.notification-popover{width:calc(100vw - 24px);position:fixed;top:70px;right:12px}.notification-popover:before{display:none}.ai-chat-message{max-width:100%}.pet-share-modal-footer{grid-template-columns:minmax(0,1fr);gap:12px}.pet-share-modal-footer .modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.native-platform .notification-popover{top:calc(70px + max(env(safe-area-inset-top), 24px))}.native-platform .ai-chat-panel{top:calc(62px + max(env(safe-area-inset-top), 24px))}.profile-chip{border:0;width:36px;padding:2px}.topbar-actions{gap:2px}.pet-account-controls{gap:6px;display:flex}.pet-account-controls .account-type-icon{flex-basis:28px;width:28px;height:28px}.pet-switcher{grid-template-columns:28px minmax(58px,82px) 13px;gap:5px;height:36px;padding:2px 6px 2px 3px}.pet-setup-button{grid-template-columns:28px minmax(82px,max-content) 13px}.pet-switcher .profile-avatar{width:28px;height:28px}.pet-switcher-name,.pet-setup-label{font-size:11px}.profile-editor{padding:20px}.profile-preview{align-items:flex-start}.profile-metadata{grid-template-columns:1fr}.profile-metadata>div+div{border-top:1px solid var(--line);border-left:0;padding-left:0}.profile-form-actions .primary-button{width:100%}.profile-avatar-library{max-height:calc(100dvh - 24px)}.profile-avatar-library-header,.profile-avatar-colors,.profile-avatar-categories{padding-left:16px;padding-right:16px}.profile-avatar-colors{flex-direction:column;align-items:flex-start}.profile-avatar-color-list{justify-content:flex-start}.profile-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(46px,1fr));padding:14px 16px 18px}.profile-avatar-grid span{width:38px;height:38px;font-size:16px}.page-heading{align-items:flex-start}.add-care-button{width:100%}.empty-pet-workspace{grid-template-columns:42px minmax(0,1fr)}.empty-pet-workspace .primary-button{grid-column:1/-1;width:100%}.profile-modal .profile-actions[data-profile-mode=edit]{grid-template-columns:36px minmax(0,1fr) auto;gap:6px}.profile-transfer-button{grid-area:1/2;justify-self:start}.profile-delete-button{grid-area:1/1}.profile-add-button{grid-area:2/2}.profile-actions[data-profile-mode=edit] .primary-button{grid-area:2/3}.profile-actions[data-profile-mode=edit] .primary-button,.profile-actions[data-profile-mode=edit] .secondary-button{padding-left:7px;padding-right:7px;font-size:10px}.circle-heading{gap:18px;display:grid}.circle-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.circle-actions .primary-button,.circle-actions .secondary-button{width:100%}.circle-grid{gap:29px}.documents-heading,.memories-heading{gap:18px;display:grid}.memories-heading .primary-button{width:100%}.memory-year{grid-template-columns:1fr;gap:11px}.memory-year-heading{align-items:center;gap:9px;display:flex;position:static}.memory-year-heading h2{font-size:21px}.memory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.memory-photo-copy{padding:9px 10px 10px}.settings-heading{align-items:center}.documents-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.documents-actions .primary-button,.documents-actions .secondary-button,.claim-ready .secondary-button{width:100%}.claim-ready{grid-template-columns:22px minmax(0,1fr)}.claim-ready .secondary-button{grid-column:1/-1}.document-summary{flex-wrap:wrap}.document-copy{flex-basis:calc(100% - 88px)}.document-row-actions{justify-content:flex-end;width:100%;padding-left:32px}.fact-review{grid-template-columns:1fr}.fact-actions{justify-content:stretch}.fact-actions .primary-button,.fact-actions .secondary-button{flex:130px}.education-heading,.report-fact-grid{grid-template-columns:1fr}.education-heading{display:grid}.education-version{justify-items:start}.education-heading .status-badge{justify-self:start}.records-rail{grid-template-columns:1fr}.records-boundary{grid-column:1}.form-field-row{grid-template-columns:1fr;gap:0}.reauth-notice{grid-template-columns:24px minmax(0,1fr)}.reauth-notice .secondary-button{grid-column:1/-1;width:100%}.settings-action-row,.settings-action-row .primary-button,.billing-controls .primary-button,.danger-button{width:100%}.billing-offer{grid-template-columns:1fr;gap:10px}.pet-overview{grid-template-columns:120px 1fr;height:auto;min-height:160px}.pet-overview-copy{padding:19px 16px}.pet-overview h2{font-size:19px}.pet-overview-copy>p{margin-bottom:8px;font-size:10px}.pet-identity-row{flex-wrap:wrap;gap:4px 12px;margin-bottom:9px;font-size:10px}.pet-overview-title-row .icon-button{display:grid}.progress-row{gap:7px;display:grid}.progress-track{width:100%}.content-grid{gap:24px}.task-item{grid-template-columns:38px minmax(0,1fr) 48px;gap:10px;min-height:104px;padding:12px}.task-icon{grid-row:1/span 2;width:38px;height:38px}.task-time{grid-column:2;align-self:end}.task-copy{grid-column:2;align-self:start}.task-action{grid-area:1/3/span 2;width:46px}.right-rail{grid-template-columns:1fr}.latest-check-in{grid-column:1}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:91vh;padding:23px 20px calc(23px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.auth-heading-icon{width:40px;height:40px;color:var(--forest);background:var(--sage);border-radius:50%;flex:0 0 40px;place-items:center;display:grid}.auth-heading h1{color:var(--ink);margin:0 0 5px;font-size:24px}.auth-heading p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.auth-status{color:#315c47;background:var(--sage-soft);border:1px solid #cfdfcf;border-radius:6px;margin:0 0 14px;padding:10px 12px;font-size:11px;line-height:1.45}.auth-status.error{color:#86352c;background:#fff0ed;border-color:#f1c9c0}.auth-sign-in-options{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.auth-sign-in-options .auth-remember-me,.auth-sign-in-options .auth-help-link{white-space:nowrap;margin:0}.auth-help-link{width:fit-content;color:var(--forest);margin:10px 0 0 auto;font-size:11px;font-weight:800;display:block}.auth-completion p{color:#315c47;margin:0 0 16px;font-size:12px}.auth-return-link{justify-content:center;width:100%;text-decoration:none;display:flex}.account-verification{border-bottom:1px solid var(--line);grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px 0;display:grid}.account-verification strong{color:var(--ink);font-size:13px}.account-verification p{color:var(--muted);margin:3px 0 0;font-size:11px}.verification-status{color:#315c47;grid-column:2/-1;font-size:10px;font-weight:700}.account-notice{color:#315c47;background:var(--sage-soft);border:1px solid #cfdfcf;border-radius:6px;margin-bottom:20px;padding:12px 14px;font-size:12px;font-weight:700}.account-notice.error{color:#86352c;background:#fff0ed;border-color:#f1c9c0}.account-notice.info{color:#345166;background:#edf5f7;border-color:#c9dce2}.support-access-controls{justify-items:start;gap:14px;margin-top:20px;display:grid}.support-purpose{width:min(100%,320px)}.support-grant-status{color:var(--forest-dark);align-items:center;gap:9px;font-size:12px;font-weight:800;display:flex}.support-grant-status span,.support-code-wrap{gap:4px;display:grid}.support-grant-status small,.support-code-wrap>span{color:var(--muted);font-size:10px;font-weight:600}.support-code-wrap{width:min(100%,680px)}.support-code{overflow-wrap:anywhere;color:var(--ink);border:1px solid var(--line);-webkit-user-select:all;user-select:all;background:#f5f7f4;border-radius:5px;padding:10px 12px;font-size:11px}.connected-provider{color:var(--forest-dark);align-items:center;gap:11px;margin-top:20px;display:flex}.connected-provider>img{width:20px;height:20px}.connected-provider>span{gap:3px;font-size:12px;display:grid}.connected-provider small{color:var(--muted);font-size:10px;font-weight:600}.demo-persona-switcher{--demo-role-color:#2f6b4f;z-index:9;width:min(310px,100vw - 32px);color:var(--ink);border:1px solid var(--line);border-top:3px solid var(--demo-role-color);background:#fffffffa;border-radius:6px;gap:7px;padding:8px;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 14px 36px #1f302733}.demo-persona-row{align-items:center;gap:8px;display:flex}.demo-persona-minimize{width:40px;height:40px;color:var(--muted);background:0 0;border:0;flex:0 0 40px}.demo-persona-minimize:hover,.demo-persona-minimize:focus-visible{color:var(--forest-dark);background:0 0}.demo-persona-icon{color:#fff;background:var(--demo-role-color);border-radius:5px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.demo-persona-restore{--demo-role-color:#2f6b4f;z-index:9;color:#fff;background:var(--demo-role-color);cursor:pointer;border:1px solid #ffffffb3;border-radius:6px;place-items:center;width:40px;height:40px;padding:0;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 10px 28px #1f30273d}.workspace.ai-chat-open .demo-persona-switcher,.workspace.ai-chat-open .demo-persona-restore{right:calc(var(--ai-chat-reserved-width) + 16px)}.demo-persona-restore:hover,.demo-persona-restore:focus-visible{transform:translateY(-1px);box-shadow:0 12px 32px #1f302757}.demo-persona-trigger{width:100%;min-width:0;height:40px;color:var(--forest-dark);font:inherit;text-align:left;background:#fff;border:1px solid #cbd4ca;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:0 32px 0 10px;font-size:12px;font-weight:800;display:flex}.demo-persona-listbox{z-index:2;border:1px solid var(--line);background:#fff;border-radius:6px;max-height:min(320px,100vh - 120px);padding:5px;display:grid;position:absolute;bottom:calc(100% + 6px);left:8px;right:8px;overflow-y:auto;box-shadow:0 12px 30px #1f30273d}.demo-persona-option{width:100%;min-height:36px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;padding:7px 10px;font-size:12px;font-weight:700;display:flex}.demo-persona-option.button-icon-managed{justify-content:flex-start}.demo-persona-option:hover,.demo-persona-option.highlighted{color:var(--forest-dark);background:var(--sage-soft)}.demo-persona-boundary,.demo-persona-error{font-size:9px;font-weight:700}.demo-persona-boundary{color:var(--muted)}.demo-persona-error{color:var(--coral-dark)}.demo-tools-disclosure summary{width:fit-content;color:var(--demo-role-color);cursor:pointer;font-size:10px;font-weight:800}.demo-tools-disclosure[open] .demo-mode-tools{margin-top:7px}.demo-role-pet-parent{--demo-role-color:#2f6b4f}.demo-role-caregiver{--demo-role-color:#236a8d}.demo-role-viewer{--demo-role-color:#5f6673}.demo-role-temporary-caretaker{--demo-role-color:#9a5b16}.demo-role-veterinary-hospital{--demo-role-color:#087983}.demo-role-animal-shelter{--demo-role-color:#8b3d62}.demo-role-administrator{--demo-role-color:#9b3442}.demo-mode-tools{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.demo-invitation-email{width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:650;overflow:hidden}.demo-share-credentials{width:100%;color:var(--muted);gap:7px;font-size:9px;display:flex}.demo-share-credentials>span{align-items:center;gap:4px;display:inline-flex}.demo-share-credentials code{font-family:Manrope,sans-serif;font-weight:800}.demo-tool-link{min-height:28px;color:var(--demo-role-color);border:1px solid var(--demo-role-color);background:#fff;border-radius:5px;flex:none;align-items:center;gap:5px;padding:4px 8px;font-weight:700;text-decoration:none;display:inline-flex}.demo-tool-link:hover{color:#fff;background:var(--demo-role-color)}@media (width<=820px){.workspace-body.has-demo-persona{padding-bottom:calc(164px + env(safe-area-inset-bottom))}.workspace.ai-chat-open .demo-persona-switcher,.workspace.ai-chat-open .demo-persona-restore{right:12px}.demo-persona-switcher{right:12px;bottom:calc(82px + env(safe-area-inset-bottom));width:min(310px,100vw - 24px)}.demo-persona-restore{right:12px;bottom:calc(82px + env(safe-area-inset-bottom))}}@media (width<=520px){.share-expiry-preview-row{grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);gap:8px}.share-review-button{gap:4px;padding:6px;font-size:10px}.share-review-button small{display:none}.demo-mode-tools{align-items:stretch}.demo-invitation-email{width:100%}.demo-share-credentials{flex-direction:row;align-items:center;width:100%}.demo-tool-link{justify-content:center}}.metric-history-header .metric-history-reference{color:#315c47;font-size:10px;font-weight:750}.metric-history-boundary{max-width:760px;color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.5}.platform-data{gap:18px;display:grid}.platform-data-boundary,.platform-data-summary,.platform-household-counts,.platform-pet-heading,.platform-data-pagination{align-items:center;display:flex}.platform-data-boundary{color:#315c47;background:#edf6ed;border:1px solid #c9dfca;border-radius:6px;gap:10px;padding:12px 14px}.platform-data-boundary p{margin:0;font-size:11px;line-height:1.5}.platform-data-summary{color:var(--muted);justify-content:space-between;font-size:12px}.platform-data-summary strong{color:var(--ink);font-size:16px}.platform-household-list,.platform-member-list,.platform-pet-list{gap:10px;display:grid}.platform-household{border:1px solid var(--line);background:#fff;border-radius:6px;overflow:hidden}.platform-household>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;list-style-position:inside;display:flex}.platform-household h3,.platform-data-section h4,.platform-pet h3{margin:0}.platform-household summary span,.platform-pet-heading span,.platform-member-list span{color:var(--muted);font-size:10px}.platform-household-counts{flex-wrap:wrap;justify-content:flex-end;gap:8px}.platform-household-counts span{background:var(--surface-soft);border-radius:4px;align-items:center;gap:4px;padding:4px 7px;display:inline-flex}.platform-data-section{border-top:1px solid var(--line);gap:10px;padding:14px 16px;display:grid}.platform-member-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.platform-member-list article{background:var(--surface-soft);border-radius:4px;gap:3px;padding:10px;display:grid}.platform-pet{border:1px solid var(--line);border-radius:5px;gap:9px;padding:12px;display:grid}.platform-pet-heading{justify-content:space-between;gap:12px}.platform-pet details{background:var(--surface-soft);border-radius:4px;padding:8px 10px;font-size:11px}.platform-pet details summary{cursor:pointer;font-weight:750}.platform-pet details ul{gap:5px;margin:8px 0 0;padding-left:18px;display:grid}.platform-data-pagination{justify-content:flex-end;gap:8px}@media (width<=680px){.platform-household>summary,.platform-pet-heading{flex-direction:column;align-items:flex-start}.platform-household-counts{justify-content:flex-start}}.forced-password-shell{background:var(--surface-soft);place-items:center;min-height:100vh;padding:24px;display:grid}.forced-password-panel{border:1px solid var(--line);background:#fff;border-radius:7px;gap:18px;width:min(480px,100%);padding:28px;display:grid}.forced-password-panel h1,.forced-password-panel p{margin:0}.forced-password-icon{width:44px;height:44px;color:var(--forest);background:#edf6ed;border-radius:50%;place-items:center;display:grid}.forced-password-form{gap:13px;display:grid}.user-groups-admin-note{justify-content:flex-end;align-items:center;margin-bottom:16px;display:flex}.user-groups-admin-note span{color:var(--muted);font-size:10px}.user-group-selector select{border:1px solid var(--line);min-width:150px;min-height:34px;font:inherit;background:#fff;border-radius:5px}.platform-pet-readonly{color:#315c47;background:#edf6ed;border:1px solid #c9dfca;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:18px;padding:11px 13px;font-size:12px;display:grid}.synthetic-catalog-inspection{background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--amber);border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:22px;padding:20px;display:grid}.synthetic-catalog-inspection h2,.synthetic-catalog-inspection p{margin:0}.synthetic-catalog-inspection p{color:var(--muted);margin-top:6px;font-size:11px;line-height:1.55}.synthetic-catalog-summary{text-align:right;gap:5px;display:grid}.synthetic-catalog-summary strong{font-size:12px}.synthetic-catalog-summary span{color:var(--muted);font-size:10px}.synthetic-catalog-details{border-top:1px solid var(--line);grid-column:1/-1;gap:10px;padding-top:14px;display:grid}.synthetic-catalog-details details{border-bottom:1px solid var(--line);padding-bottom:10px}.synthetic-catalog-details summary{cursor:pointer;color:var(--forest);font-size:11px;font-weight:850}.synthetic-record-list,.synthetic-lab-panels{gap:12px;margin-top:12px;display:grid}.synthetic-record-list article,.synthetic-lab-panels>section{border:1px solid var(--line);background:#f7f9f5;border-radius:5px;min-width:0;padding:12px}.synthetic-record-list h3,.synthetic-lab-panels h3{margin:0;font-size:11px}.synthetic-record-list span{color:var(--muted);font-size:9px}.synthetic-record-list pre{overflow-wrap:anywhere;white-space:pre-wrap;margin:9px 0 0;font:10px/1.55 Manrope,sans-serif}.synthetic-lab-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.synthetic-lab-panels dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;margin:9px 0 0;display:grid}.synthetic-lab-panels dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:5px 0;font-size:9px;display:flex}.synthetic-lab-panels dt{overflow-wrap:anywhere;color:var(--muted)}.synthetic-lab-panels dd{margin:0;font-weight:800}.synthetic-memory-photo-list{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin-top:12px;display:grid}.synthetic-memory-photo-list figure{gap:4px;margin:0;display:grid}.synthetic-memory-photo-list img{aspect-ratio:1;object-fit:cover;border:1px solid var(--line);border-radius:5px;width:100%}.synthetic-memory-photo-list figcaption{color:var(--muted);text-align:center;font-size:9px}@media (width<=620px){.user-groups-heading .user-groups-lock{display:none}.platform-pet-readonly{grid-template-columns:20px minmax(0,1fr)}.platform-pet-readonly .secondary-button{grid-column:1/-1}.synthetic-catalog-inspection{grid-template-columns:minmax(0,1fr)}.synthetic-catalog-summary{text-align:left}.synthetic-lab-panels,.synthetic-lab-panels dl{grid-template-columns:minmax(0,1fr)}}.pet-switcher-pagination{min-height:34px;color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:9px;font-weight:750;display:flex}.pet-switcher-pagination .text-button{flex:none;font-size:9px}.ai-model-settings-form,.ai-provider-list,.ai-model-list{gap:12px;display:grid}.ai-provider-list{margin:20px 0}.ai-provider-group{border-top:1px solid var(--line);gap:8px;padding:14px 0 4px;display:grid}.ai-provider-group:first-child{border-top:0;padding-top:0}.ai-provider-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.ai-provider-actions{align-items:center;gap:8px;display:flex}.ai-provider-modal{width:min(520px,100vw - 32px)}.ai-provider-modal .form-field{margin-top:18px}.settings-helper-text{color:var(--text-muted);font-size:.84rem;line-height:1.5}.ai-provider-heading h3{margin:0;font-size:14px}.ai-provider-group .ai-model-list{border:1px solid var(--line);border-radius:6px;gap:0;overflow:hidden}.ai-model-option{border:0;border-top:1px solid var(--line);background:#fff;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;padding:10px 14px;display:grid}.ai-model-option:first-child{border-top:0}.ai-model-option input{width:18px;height:18px;accent-color:var(--forest)}.ai-model-option-copy{gap:3px;min-width:0;display:grid}.ai-model-option-copy strong{font-size:13px}.ai-model-option-copy small{color:var(--muted);font-size:10px}.ai-route-grid{margin-bottom:4px}.ai-model-settings-content,.ai-test-window,.ai-test-history{gap:16px;display:grid}.ai-model-test-status.passed{color:#24785a}.ai-model-test-status.failed{color:#a33b32}.ai-model-test-status.not_configured,.ai-model-test-status.disabled{color:#86611f}.ai-test-window{border-top:1px solid var(--line);margin-top:14px;padding-top:24px}.ai-test-form{grid-template-columns:minmax(180px,.7fr) minmax(280px,1.3fr) auto;align-items:end;gap:12px;display:grid}.ai-test-prompt{grid-column:1/3}.ai-test-form>.secondary-button{grid-column:1/-1;justify-self:start}.ai-test-prompt textarea{resize:vertical;min-height:82px}.ai-test-output{border-left:3px solid var(--amber);background:var(--sage-soft);padding:13px 15px}.ai-test-output p{overflow-wrap:anywhere;margin:5px 0 0}.ai-test-history h3{margin:0;font-size:16px}.ai-test-history ol{gap:7px;margin:0;padding:0;list-style:none;display:grid}.ai-test-history li{border-bottom:1px solid var(--line);grid-template-columns:110px 80px minmax(180px,1fr) 90px;align-items:center;gap:10px;min-height:38px;padding:7px 10px;font-size:11px;display:grid}.ai-test-history time{color:var(--muted)}.status-badge.not_configured,.status-badge.disabled{color:#74501d;background:#fbf2dc}.status-badge.passed{color:#1f694f;background:#e5f3eb}.status-badge.failed{color:#8c3029;background:#fbe9e6}@media (width<=820px){.ai-test-form,.ai-test-history li{grid-template-columns:minmax(0,1fr)}.ai-test-prompt{grid-column:auto}.ai-test-form>.secondary-button{grid-column:auto;justify-self:stretch;width:100%}}.document-details-toggle{margin-left:auto}.pet-transfer-code{border:1px solid var(--line);background:var(--surface-muted);color:var(--ink);letter-spacing:0;text-align:center;margin:18px 0;padding:16px;font-family:Manrope,sans-serif;font-size:30px;font-weight:700;display:block}.user-ai-providers{gap:20px;display:grid}.user-ai-section-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.user-ai-section-title-row h2{min-width:0}.section-collapse-button{border:1px solid var(--line);background:var(--surface-muted);width:36px;height:36px;color:var(--ink);border-radius:6px;flex:0 0 36px;place-items:center;padding:0;display:inline-grid}.section-collapse-button:hover,.section-collapse-button:focus-visible{background:var(--paper);color:var(--accent)}.user-ai-provider-row{border-top:1px solid #183d2e29;gap:14px;padding-block:18px;display:grid}.user-ai-provider-heading{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.user-ai-provider-heading span,.provider-key-preview{color:var(--text-muted);overflow-wrap:anywhere}.extensions-workspace{gap:24px;display:grid}.extensions-heading{margin-bottom:0}.extension-list{grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr));gap:16px;display:grid}.extension-card{border:1px solid var(--line);background:var(--paper);border-radius:8px;gap:14px;padding:22px;display:grid}.extension-card.enabled{border-color:var(--accent)}.extension-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.extension-card h2{margin:4px 0 0;font-size:18px;line-height:1.3}.extension-card p{color:var(--muted);margin:0;line-height:1.55}.extension-card>p:not(.extension-status){font-size:13px}.extension-switch-group{grid-template-columns:auto auto;justify-content:start;align-items:center;gap:5px 10px;display:grid}.extension-switch-label{color:var(--muted);font-size:11px;font-weight:700}.extension-switch{min-width:68px;color:var(--ink);background:0 0;border:0;grid-template-columns:38px 20px;align-items:center;gap:7px;padding:4px 0;display:inline-grid}.extension-switch-track{border:1px solid var(--line-strong);background:var(--surface-muted);border-radius:11px;width:38px;height:22px;transition:background .16s,border-color .16s;position:relative}.extension-switch-track span{background:var(--paper);border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #183d2e40}.extension-switch[aria-checked=true] .extension-switch-track{border-color:var(--forest);background:var(--forest)}.extension-switch[aria-checked=true] .extension-switch-track span{transform:translate(16px)}.extension-switch-state{font-size:11px;font-weight:800}.extension-switch:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.extension-switch:disabled{cursor:not-allowed;opacity:.48}.extension-permissions{border-top:1px solid var(--line);gap:8px;padding-top:14px;display:grid}.extension-permissions>strong{font-size:12px;line-height:1.4}.extension-permissions ul{color:var(--muted);flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;list-style:none;display:flex}.extension-permissions li{align-items:flex-start;gap:8px;min-width:0;font-size:12px;line-height:1.45;display:inline-flex}.extension-permissions li:before{background:var(--accent);content:"";border-radius:50%;flex:0 0 6px;width:6px;height:6px;margin-top:.48em}.extension-status{border-left:3px solid var(--accent);background:var(--surface-muted);padding:9px 11px;font-size:12px;line-height:1.5}@media (width<=680px){.extension-card-heading{display:grid}.extension-switch-group{justify-self:start}}.entrusted-pets-section,.circle-member-management{margin-bottom:24px}.care-team-member-list{gap:10px;display:grid}.care-team-member-item{border:1px solid var(--line);background:var(--paper);border-radius:7px;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 14px;display:flex}.care-team-member-item>div:first-child{gap:3px;display:grid}.care-team-member-item>div:first-child span{color:var(--muted);font-size:11px}.entrusted-pet-return-list{gap:10px;display:grid}.entrusted-pet-return-item{border:1px solid var(--line);background:var(--paper);border-radius:7px;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 14px;display:flex}.entrusted-pet-return-item>div{gap:3px;display:grid}.entrusted-pet-return-item span{color:var(--muted);font-size:11px}@media (width<=560px){.care-team-member-item,.entrusted-pet-return-item{flex-direction:column;align-items:stretch}.entrusted-pet-return-item .secondary-button{justify-content:center}}.authenticator-qr-code{width:min(220px,100%);margin:12px auto 4px}.authenticator-qr-code .qr-code-barcode{min-height:180px;margin:0}button.button-icon-managed{justify-content:center;align-items:center;gap:6px;display:inline-flex}.button-auto-icon-host{pointer-events:none;flex:none;order:-1;display:inline-flex}.button-auto-icon{pointer-events:none;flex:none}
