.workspace{--ws-muted:#718078;--ws-border:#dfe5dc;max-width:1200px;min-height:100dvh;margin:0 auto;padding:0 32px 40px;color:#294537;font-size:14px;line-height:1.6}.workspace .workspace-header{height:76px;padding:0;display:flex;gap:20px;align-items:center;justify-content:flex-start;border-bottom:1px solid var(--ws-border);background:transparent}.workspace .ws-brand{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:800;letter-spacing:-1px;color:#305a49;white-space:nowrap}.workspace .ws-brand>span{color:#c29a60;margin-left:-7px}.workspace .ws-header-label{font-size:12px;color:var(--ws-muted);padding-left:20px;border-left:1px solid var(--ws-border)}.workspace .ws-home-link{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:13px;min-height:44px}.workspace .ws-account{position:relative;margin-left:auto;z-index:20}.workspace .ws-account summary{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--ws-border);border-radius:10px;background:white;cursor:pointer;font-size:13px;list-style:none}.workspace .ws-account summary::-webkit-details-marker{display:none}.workspace .ws-account-menu{position:absolute;right:0;top:calc(100% + 8px);width:270px;max-width:calc(100vw - 32px);background:white;border:1px solid var(--ws-border);padding:18px;border-radius:14px;box-shadow:0 12px 40px #263c3018}.workspace .ws-account-menu p{overflow-wrap:anywhere;font-size:13px;margin:6px 0 16px}.workspace .ws-account-menu button{width:100%;justify-content:flex-start;background:#f7f8f4}.workspace-body{padding:30px 0}.workspace h1,.workspace h2,.workspace h3{font-weight:700;line-height:1.4;letter-spacing:-.6px}.workspace h1{font-size:30px;margin:6px 0}.workspace h2{font-size:22px;margin:0}.workspace h3{font-size:17px;margin:0}.workspace p{margin:8px 0;overflow-wrap:anywhere}.workspace small{font-size:12px;color:var(--ws-muted);line-height:1.6}.workspace .ws-muted{color:var(--ws-muted);font-size:13px}.workspace .ws-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:#859279}.workspace .ws-overview{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.workspace .ws-overview>div{min-width:0}.workspace .ws-overview h1{overflow-wrap:anywhere}.workspace .ws-overview p{color:var(--ws-muted);font-size:13px;margin:6px 0 0}.workspace button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid var(--ws-border);border-radius:9px;font-weight:600;font-size:13px;cursor:pointer;background:white;color:#355646;line-height:1.4}.workspace button:hover{border-color:#99ad93;background:#f3f6ef}.workspace button:disabled,.workspace fieldset:disabled,.workspace input:disabled,.workspace select:disabled{opacity:.6;cursor:wait}.workspace .primary{background:#305a49;border-color:#305a49;color:white;white-space:nowrap}.workspace .primary:hover{background:#254b3c}.workspace .ws-icon-button{padding:0;width:44px;min-width:44px;background:transparent}.workspace :focus-visible{outline:3px solid #b58a48;outline-offset:3px}.workspace .ws-tabbar{position:sticky;top:0;z-index:10;display:flex;gap:24px;border-bottom:1px solid var(--ws-border);background:#f8f9f5;padding:0;margin-bottom:28px}.workspace .ws-tabbar button{position:relative;min-height:56px;padding:12px 4px;border:0;border-radius:0;background:transparent;color:var(--ws-muted);font-size:14px;font-weight:500}.workspace .ws-tabbar button[aria-selected=true]{color:#305a49;font-weight:700}.workspace .ws-tabbar button[aria-selected=true]:after{position:absolute;bottom:-1px;left:0;right:0;height:3px;content:"";background:#305a49;border-radius:3px 3px 0 0}.workspace .ws-count{padding:1px 7px;border-radius:6px;background:#e6ecdf;font-size:11px;color:#5c7451}.workspace .ws-tabpanel[hidden]{display:none}.workspace .ws-tabpanel{outline-offset:8px}.workspace .ws-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.workspace .ws-section-heading p{font-size:13px;color:var(--ws-muted);margin:5px 0 0}.workspace-panel{padding:24px;background:white;border:1px solid var(--ws-border);border-radius:16px;min-width:0}.workspace label{display:flex;flex-direction:column;gap:8px;margin:18px 0;font-size:13px;font-weight:600}.workspace input,.workspace select,.workspace textarea{box-sizing:border-box;min-height:46px;width:100%;min-width:0;padding:11px 12px;border:1px solid #cdd8c8;border-radius:9px;background:white;color:#294537;font:inherit;font-weight:400}.workspace input::placeholder,.workspace textarea::placeholder{color:#98a297}.workspace textarea{min-height:120px;resize:vertical;line-height:1.7}.workspace fieldset{border:0;padding:0;margin:0;min-width:0}.workspace .ws-cat-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:24px;align-items:start}.workspace .ws-filters{display:flex;gap:12px;margin-bottom:16px}.workspace .ws-search{margin:0;flex:1;position:relative}.workspace .ws-search svg{position:absolute;left:14px;top:15px;color:#81917d}.workspace .ws-search input{padding-left:40px}.workspace .ws-filters>select{max-width:140px;font-size:13px}.workspace .ws-cat-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.workspace .ws-cat-card{display:block;text-align:left;padding:0;overflow:hidden;min-width:0;border-radius:14px;font-weight:400;transition:border-color .15s,box-shadow .15s}.workspace .ws-cat-card[aria-pressed=true]{border-color:#587952;box-shadow:0 0 0 1px #587952}.workspace .ws-cat-thumbnail{height:140px;display:flex;align-items:center;justify-content:center;background:#ebefe3;color:#9cab89}.workspace .ws-cat-thumbnail img{width:100%;height:100%;object-fit:cover}.workspace .ws-cat-card-copy{padding:14px}.workspace .ws-cat-card-copy strong{display:block;font-size:17px;overflow-wrap:anywhere}.workspace .ws-cat-card-copy>span:not(.ws-badge){display:block;color:var(--ws-muted);font-size:12px;margin:5px 0 12px}.workspace .ws-badge{display:inline-flex;border-radius:5px;background:#edf2e7;color:#5e7751;padding:3px 7px;font-size:11px;font-weight:500;white-space:nowrap}.workspace .ws-badge.expense,.workspace .ws-badge.treatment{background:#f6eedf;color:#937547}.workspace .ws-badge.adopted{background:#ecefed;color:#6c7c74}.workspace .ws-panel-label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--ws-muted);margin-bottom:18px}.workspace .ws-panel-label h3{color:#294537}.workspace .ws-profile{scroll-margin-top:76px}.workspace .ws-portrait{aspect-ratio:4/3;background:#eef1e6;border-radius:10px;overflow:hidden;margin-bottom:18px;display:grid;place-items:center;color:#9cab89}.workspace .ws-portrait img{height:100%;width:100%;object-fit:cover}.workspace .ws-portrait>div{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:12px}.workspace .ws-profile>h3{font-size:23px}.workspace .ws-bio{font-size:13px;white-space:pre-wrap;line-height:1.8}.workspace .ws-photo-upload{position:relative;flex-direction:row;align-items:center;justify-content:center;min-height:46px;border:1px dashed #b8c8aa;border-radius:9px;background:#f7f9f3;margin-bottom:7px;cursor:pointer;overflow:hidden}.workspace .ws-photo-upload input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.workspace .ws-photo-upload:focus-within{outline:3px solid #b58a48;outline-offset:3px}.workspace .ws-profile-care{width:100%;margin-top:22px;justify-content:space-between;background:#f4f7ef;border:0}.workspace .ws-empty{padding:42px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;color:#87977b}.workspace .ws-empty h3{color:#526b49;font-size:16px}.workspace .ws-empty p{color:var(--ws-muted);font-size:13px;margin:0;line-height:1.8}.workspace .ws-empty button{margin-top:8px}.workspace .ws-inline-select{flex-direction:row;align-items:center;gap:12px;margin:0;color:var(--ws-muted);font-size:12px;white-space:nowrap}.workspace .ws-inline-select select{width:150px}.workspace .ws-care-layout{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:24px}.workspace .ws-care-layout textarea{min-height:190px}.workspace .ws-form-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.workspace .ws-timeline article{position:relative;border-left:1px solid #dce4d3;padding:0 0 22px 20px;margin-left:4px}.workspace .ws-timeline article:last-child{padding-bottom:0}.workspace .ws-timeline article:before{content:"";width:7px;height:7px;position:absolute;left:-4px;top:6px;border-radius:50%;background:#9eaf8f}.workspace .ws-timeline time{font-size:11px;color:var(--ws-muted)}.workspace .ws-timeline p{font-size:13px;line-height:1.9;white-space:pre-wrap;margin:7px 0 0}.workspace .ws-money-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.workspace .ws-money-summary article{border:1px solid var(--ws-border);background:white;padding:20px 24px;border-radius:12px}.workspace .ws-money-summary article:last-child{background:#edf2e6;border-color:#d8e2ce}.workspace .ws-money-summary span{font-size:12px;color:var(--ws-muted)}.workspace .ws-money-summary strong{display:block;font-size:25px;letter-spacing:-.6px;margin-top:8px;overflow-wrap:anywhere}.workspace .ws-table-scroll{overflow-x:auto}.workspace table{width:100%;border-collapse:collapse;font-size:13px;min-width:530px}.workspace th{font-weight:500;color:var(--ws-muted);background:#f7f9f3}.workspace td,.workspace th{padding:14px 12px;text-align:left;border-bottom:1px solid #ebeee6}.workspace td:last-child,.workspace th:last-child{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.workspace td:first-child{white-space:nowrap;font-size:12px;color:var(--ws-muted)}.workspace td:nth-child(4){min-width:130px;overflow-wrap:anywhere;max-width:280px}.workspace .ws-income{color:#487245}.workspace .ws-ledger-note{font-size:12px;color:var(--ws-muted);margin:18px 0 0}.workspace .ws-privacy{display:flex;align-items:center;justify-content:center;gap:7px;margin:28px 0 0;color:#829079;font-size:11px}.workspace .ws-privacy svg{flex:none}.workspace .ws-loading{padding:16px 0;font-size:13px;color:var(--ws-muted)}.workspace .ws-message{border:1px solid #d8e4ce;border-radius:10px;background:#eef4e9;padding:12px 16px;margin:0 0 20px;font-size:13px}.workspace .ws-error{background:#fff2ed;border-color:#efd7cc;color:#9a5040}.workspace .ws-auth-intro{text-align:center;margin:30px 0 24px}.workspace .ws-auth-intro p{color:var(--ws-muted)}.workspace .auth-panel{max-width:460px;margin:24px auto}.workspace .auth-panel h1{font-size:23px}.workspace .auth-panel .primary,.workspace .ws-auth-toggle{width:100%}.workspace .ws-auth-toggle{border:0;margin-top:14px;background:transparent;font-size:12px}.workspace .ws-shelter-switch{max-width:280px;margin:0 0 20px}.workspace .ws-dialog{margin:auto;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:26px;border:1px solid var(--ws-border);border-radius:18px;background:#fff;color:#294537;overflow-y:auto;box-shadow:0 24px 80px #1e332e26}.workspace .ws-dialog::backdrop{background:#203b3359;backdrop-filter:blur(3px)}.workspace .ws-dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.workspace .ws-dialog-heading h2{font-size:22px}.workspace .ws-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.workspace .ws-form-grid label{margin:8px 0}.workspace .ws-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--ws-border)}.workspace .ws-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.workspace .ws-spinning{animation:ws-spin 1.2s linear infinite}@keyframes ws-spin{to{transform:rotate(1turn)}}@media(max-width:760px){.workspace{padding:0 16px 24px}.workspace .workspace-header{height:64px;gap:12px}.workspace .ws-brand{font-size:20px;gap:6px}.workspace .ws-header-label{display:none}.workspace .ws-account summary{padding:0 10px}.workspace-body{padding:22px 0}.workspace h1{font-size:25px}.workspace h2{font-size:20px}.workspace .ws-overview{margin-bottom:16px}.workspace .ws-overview p{font-size:12px;max-width:260px}.workspace .ws-tabbar{gap:0;margin:0 -16px 22px;padding:0 16px;justify-content:space-between;box-shadow:0 5px 10px #f8f9f5}.workspace .ws-tabbar button{min-height:54px;font-size:14px;gap:7px;padding:12px 8px}.workspace .ws-section-heading{gap:12px;align-items:center}.workspace .ws-section-heading p{font-size:12px}.workspace .ws-section-heading .primary{padding:10px 12px;font-size:12px;flex:none}.workspace .ws-care-layout,.workspace .ws-cat-layout{grid-template-columns:1fr;gap:22px}.workspace .ws-cat-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace .ws-cat-thumbnail{height:130px}.workspace .ws-cat-card-copy{padding:12px}.workspace .ws-cat-card-copy strong{font-size:16px}.workspace .ws-profile{padding:20px}.workspace .ws-portrait{max-height:300px;aspect-ratio:4/3}.workspace-panel{padding:20px}.workspace input,.workspace select,.workspace textarea{font-size:16px;min-height:48px}.workspace .ws-filters>select{max-width:125px;font-size:14px}.workspace .ws-section-heading:has(.ws-inline-select){align-items:flex-start;flex-direction:column}.workspace .ws-inline-select{width:100%;justify-content:space-between}.workspace .ws-inline-select select{flex:1;max-width:240px}.workspace .ws-care-layout textarea{min-height:170px}.workspace .ws-form-footer{flex-direction:column;align-items:stretch;gap:12px}.workspace .ws-form-footer .primary{width:100%;min-height:48px}.workspace .ws-money-summary{grid-template-columns:1fr 1fr;gap:10px}.workspace .ws-money-summary article{padding:16px}.workspace .ws-money-summary article:last-child{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.workspace .ws-money-summary strong{font-size:21px}.workspace .ws-money-summary article:last-child strong{margin:0;font-size:23px}.workspace .ws-privacy{align-items:flex-start;text-align:left;font-size:11px}.workspace .ws-privacy svg{margin-top:3px}.workspace .ws-dialog{width:100%;max-width:100%;max-height:100dvh;height:100dvh;margin:0;border:0;border-radius:0;padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.workspace .ws-dialog-heading{position:sticky;top:-20px;background:white;padding:12px 0;margin-top:-12px;z-index:1;border-bottom:1px solid var(--ws-border)}.workspace .ws-dialog-actions{position:sticky;bottom:calc(-20px - env(safe-area-inset-bottom));background:white;padding:14px 0 calc(14px + env(safe-area-inset-bottom));margin-bottom:calc(-20px - env(safe-area-inset-bottom))}.workspace .ws-dialog-actions .primary{flex:1;min-height:48px}.workspace .ws-dialog .ws-form-grid{gap:12px}.workspace .ws-ledger{padding:18px 14px}.workspace .ws-ledger-note{font-size:11px}.workspace .ws-auth-intro{margin:18px 0}.workspace .ws-auth-intro h1{font-size:24px}.workspace .ws-auth-intro p{font-size:13px}.workspace .auth-panel{margin:20px auto}.workspace .auth-panel .primary{min-height:48px}}@media(prefers-reduced-motion:reduce){.workspace *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.workspace .ws-mobile-ledger{display:none}@media(max-width:760px){.workspace .ws-table-scroll{display:none}.workspace .ws-mobile-ledger{display:block;padding:0;margin:0;list-style:none}.workspace .ws-mobile-ledger li{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--ws-border);padding:17px 0}.workspace .ws-mobile-ledger li>div{min-width:0}.workspace .ws-mobile-ledger time{font-size:11px;color:var(--ws-muted);margin-left:8px}.workspace .ws-mobile-ledger strong{display:block;font-size:14px;margin-top:8px}.workspace .ws-mobile-ledger p{font-size:12px;color:var(--ws-muted);margin:3px 0 0}.workspace .ws-mobile-ledger b{flex:none;font-size:14px;white-space:nowrap;font-variant-numeric:tabular-nums}}