:root{color-scheme:light;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#0f172a;background-color:#fff7ed;--color-primary: #f97316;--color-primary-strong: #ea580c;--color-secondary: #fb923c;--color-accent: #14b8a6;--color-muted: #64748b;--color-muted-light: #94a3b8;--color-surface: #ffffff;--color-surface-alt: #fff4e6;--color-border: rgba(15, 23, 42, .08);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--shadow-lg: 0 32px 60px rgba(15, 23, 42, .12);--shadow-md: 0 18px 40px rgba(15, 23, 42, .08);--shadow-sm: 0 12px 24px rgba(15, 23, 42, .06);--max-width: 1120px}@media (max-width: 767px){:root{font-size:14px;--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px}}*{box-sizing:border-box}html{width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fff7ed,#fff 35%,#fef3c7);color:inherit;width:100%;overflow-x:hidden;position:relative}#root{min-height:100vh}a{color:inherit}a:hover{color:var(--color-primary)}button{font-family:inherit}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-layout__header{position:sticky;top:0;z-index:320;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid rgba(15,23,42,.05)}.app-layout__header-inner{max-width:var(--max-width);margin:0 auto;padding:.5rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.app-layout__header-actions{display:flex;align-items:center;gap:.75rem}@media (min-width: 768px){.app-layout__header-inner{padding:.75rem 1.5rem;gap:1.5rem}.app-layout__header-actions{gap:1.5rem}}.app-layout__brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:#0f172a;min-width:0}@media (min-width: 768px){.app-layout__brand{gap:.7rem}}.app-layout__brand-mark{width:34px;height:34px;border-radius:12px;object-fit:cover;box-shadow:0 10px 20px #0f172a24;background:#fff;flex-shrink:0}@media (min-width: 768px){.app-layout__brand-mark{width:40px;height:40px;border-radius:14px}}.app-layout__brand-text{font-size:.72rem;font-weight:800;line-height:1.1;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}@media (min-width: 768px){.app-layout__brand-text{font-size:.8rem}}.app-layout__nav{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}@media (min-width: 768px){.app-layout__nav{gap:.6rem}}@media (max-width: 767px){.app-layout__nav{display:grid;width:100%;grid-auto-rows:minmax(min-content,auto);gap:.5rem;margin-top:1rem;padding-bottom:1.5rem;overflow-y:auto;max-height:calc(100vh - 160px)}}.app-layout__nav-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;box-sizing:border-box}@media (max-width: 767px){.app-layout__nav-wrapper{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,82vw);background:#fffffff5;color:#0f172a;box-shadow:-20px 0 42px #0f172a2e;flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;padding:1.75rem 1.35rem 2.75rem;min-height:100vh;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;z-index:340;gap:1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-layout__nav-wrapper--open{display:flex;transform:translate(0);opacity:1;pointer-events:auto}}@media (min-width: 768px){.app-layout__nav-wrapper{gap:1.5rem}}.app-layout__nav-link{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:999px;font-weight:600;font-size:.75rem;color:var(--color-muted);text-decoration:none;transition:background-color .2s ease;white-space:nowrap}@media (min-width: 768px){.app-layout__nav-link{padding:.45rem .9rem;font-size:.9rem}}@media (max-width: 767px){.app-layout__nav-link{width:100%;padding:.75rem .95rem;font-size:1.05rem;justify-content:space-between;border-radius:1rem;border:1px solid rgba(15,23,42,.06);color:#0f172a;background:#fff;text-align:left}}.app-layout__nav-link:hover{background:#f973161a;color:var(--color-primary-strong)}.app-layout__nav-link--active{background:var(--color-primary);color:#fff;box-shadow:0 12px 24px #ea580c2e}.app-layout__user{min-height:2.2rem;display:flex;align-items:center;justify-content:flex-end;color:var(--color-muted)}@media (max-width: 767px){.app-layout__user{width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.75rem;padding-top:1.25rem;border-top:1px solid rgba(15,23,42,.08)}}.app-layout__user-loading{font-size:.75rem}.app-layout__user-inner{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 767px){.app-layout__user-inner{justify-content:flex-start;width:100%}}.app-layout__user-name{font-weight:700;font-size:.85rem;color:#0f172a}@media (min-width: 768px){.app-layout__user-name{font-size:.95rem}}.app-layout__user-role{padding:.15rem .55rem;border-radius:999px;background:#64748b1f;font-size:.7rem;font-weight:600}.app-layout__auth-button{border:none;border-radius:999px;padding:.3rem .9rem;font-size:.75rem;font-weight:700;background:#f9731624;color:var(--color-primary-strong);cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}@media (min-width: 768px){.app-layout__auth-button{font-size:.85rem}}.app-layout__auth-button:hover:not(:disabled){background:var(--color-primary);color:#fff;box-shadow:0 12px 24px #ea580c29}.app-layout__auth-button:disabled{opacity:.6;cursor:not-allowed}.app-layout__mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.85rem;border:1px solid rgba(15,23,42,.12);background:#ffffffeb;color:#0f172a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;box-shadow:0 8px 18px #0f172a14}.app-layout__mobile-menu-button:hover{box-shadow:0 12px 24px #0f172a1f}.app-layout__mobile-menu-button:active{transform:scale(.95)}.app-layout__mobile-menu-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.app-layout__mobile-menu-button--open{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 18px 32px #ea580c47}.app-layout__mobile-menu-icon{position:relative;width:1.35rem;height:2px;border-radius:999px;background:currentColor;transition:background-color .3s ease}.app-layout__mobile-menu-icon:before,.app-layout__mobile-menu-icon:after{content:"";position:absolute;left:0;width:1.35rem;height:2px;border-radius:999px;background:currentColor;transition:transform .3s ease,opacity .3s ease}.app-layout__mobile-menu-icon:before{transform:translateY(-.4rem)}.app-layout__mobile-menu-icon:after{transform:translateY(.4rem)}.app-layout__mobile-menu-button--open .app-layout__mobile-menu-icon{background:transparent}.app-layout__mobile-menu-button--open .app-layout__mobile-menu-icon:before{transform:rotate(45deg)}.app-layout__mobile-menu-button--open .app-layout__mobile-menu-icon:after{transform:rotate(-45deg)}@media (min-width: 768px){.app-layout__mobile-menu-button{display:none}}.app-layout__nav-drawer-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.75rem}.app-layout__nav-drawer-title{font-weight:700;font-size:1.1rem;color:#0f172a}.app-layout__nav-close{border:none;background:transparent;color:#64748b;font-size:1.35rem;line-height:1;padding:.15rem;cursor:pointer;transition:color .2s ease,transform .2s ease}.app-layout__nav-close:hover{color:#ef4444;transform:scale(1.1)}.app-layout__nav-close:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}@media (min-width: 768px){.app-layout__nav-drawer-header,.app-layout__nav-close{display:none}}.app-layout__mobile-overlay{position:fixed;inset:0;border:none;background:#0f172a73;margin:0;padding:0;cursor:pointer;z-index:300}.app-layout__mobile-overlay:focus-visible{outline:none}@media (min-width: 768px){.app-layout__mobile-overlay{display:none}}.app-route-guard__loading{padding:2rem 1rem;text-align:center;color:var(--color-muted);font-size:.9rem}.app-layout__content{flex:1;padding:2rem .75rem 3rem}@media (min-width: 768px){.app-layout__content{padding:3rem 1.5rem 4rem}}@media (min-width: 1024px){.app-layout__content{padding:4.5rem 2rem 7rem}}.page-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted-light);margin-bottom:.6rem}.page-title{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,2.9rem);font-weight:700;line-height:1.2}.page-description{margin:.85rem 0 0;max-width:100ch;color:var(--color-muted)}.data-state{margin:0;padding:1.25rem 1.5rem;border-radius:var(--radius-md);background:#fffc;border:1px dashed rgba(15,23,42,.12);color:var(--color-muted);text-align:center}.data-state--error{color:#b91c1c;border-color:#b91c1c40;background:#fee2e2a6}.data-state__retry{margin-top:.8rem;padding:.55rem 1.25rem;border-radius:999px;border:none;background:var(--color-primary);color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease}.data-state__retry:hover:not(:disabled){background:var(--color-primary-strong)}.data-state__retry:disabled{opacity:.4;cursor:not-allowed;background:#0f172a26!important;color:#0f172a66!important;filter:grayscale(1)}.shelter-filter{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.shelter-filter__field{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;color:var(--color-muted)}.shelter-filter__label{font-weight:600}.shelter-filter__select{appearance:none;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background:#fff;font-size:1rem}.shelter-filter__select:disabled{opacity:.6;cursor:not-allowed}.shelter-filter__status-wrapper{min-height:1.4rem;display:flex;align-items:center}.shelter-filter__status{font-size:.9rem;color:var(--color-muted)}.shelter-filter__status--error{color:#b91c1c}.reveal{opacity:0;transform:translate3d(0,32px,0);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal--zoom{transform:scale(.95)}.reveal--visible{opacity:1;transform:translateZ(0)}.reveal--zoom.reveal--visible{transform:scale(1)}.reveal--delay-sm{transition-delay:.1s}.reveal--delay-md{transition-delay:.2s}.reveal--delay-lg{transition-delay:.35s}@media (prefers-reduced-motion: reduce){.reveal,.reveal--zoom{opacity:1;transform:none;transition:none}}button,a,.card,.home-section,.app-layout__nav-link{transition:transform .2s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease}button:hover,.card:hover{transform:translateY(-2px);box-shadow:0 15px 35px #0f172a1f}button:active,.card:active{transform:translateY(0);box-shadow:0 6px 16px #0f172a24}main.home{display:flex;flex-direction:column;gap:3rem}@media (min-width: 768px){main.home{gap:6rem}}@media (min-width: 1024px){main.home{gap:7rem}}.home-section{position:relative}.home-section__inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media (min-width: 768px){.home-section__inner{padding:0 1.5rem}}@media (min-width: 1024px){.home-section__inner{padding:0 2rem}}.home-section__header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.home-section__header--center{align-items:center;text-align:center}.home-section__eyebrow{font-size:.825rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--color-muted-light)}.home-section__title{margin:0;font-size:clamp(1.9rem,2.6vw + 1.3rem,2.8rem);line-height:1.25;font-weight:700}.home-section__description{margin:0;max-width:70ch;color:var(--color-muted)}.home-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.2rem;border-radius:999px;font-weight:600;font-size:.85rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}@media (min-width: 768px){.home-button{gap:.6rem;padding:.85rem 1.8rem;font-size:.95rem}}.home-button--primary{background:var(--color-primary);color:#fff;box-shadow:0 16px 35px #ea580c47}.home-button--primary:hover{background:var(--color-primary-strong);transform:translateY(-2px)}.home-button--ghost{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.32)}.home-button--ghost:hover{background:#ffffff52;transform:translateY(-2px)}.home-hero .home-section__inner{max-width:960px;display:grid;gap:2rem;padding:1.5rem;background:radial-gradient(120% 120% at 10% 10%,#ffffff8c,#fff0 65%),linear-gradient(135deg,#f97316,#facc15);border-radius:var(--radius-xl);color:#fff;box-shadow:var(--shadow-lg);overflow:hidden}@media (min-width: 768px){.home-hero .home-section__inner{padding:2rem;gap:2.5rem}}@media (min-width: 900px){.home-hero .home-section__inner{padding:clamp(2.75rem,2.5vw + 2rem,3.75rem);gap:2.75rem}}.home-hero__content{display:flex;flex-direction:column;gap:1.6rem;z-index:1}.home-hero__body{display:grid;gap:1.5rem}@media (min-width: 900px){.home-hero__body{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:clamp(1.5rem,2vw,2.5rem)}}.home-hero__body-copy{display:grid;gap:1.2rem}.home-hero__badge{align-self:flex-start;padding:.4rem 1rem;border-radius:999px;background:#ffffff2e;font-size:.85rem;font-weight:600;letter-spacing:.08em}.home-hero__title{margin:0;font-size:clamp(2.4rem,3vw + 1.8rem,3.3rem);line-height:1.15;font-weight:800}@media (min-width: 900px){.home-hero__title{font-size:clamp(2.3rem,1.75vw + 1.35rem,2.95rem);white-space:nowrap}}.home-hero__subtitle{margin:0;font-size:clamp(1rem,.45vw + .95rem,1.18rem);line-height:1.15;font-weight:800;color:#ffffffeb}.home-hero__description{margin:0;max-width:52ch;font-size:1.05rem;color:#ffffffe0}@media (min-width: 900px){.home-hero__description{max-width:44ch}}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}.home-hero__logos{display:grid;gap:.6rem}.home-hero__logos-heading{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb8}.home-hero__logos-list{display:flex;align-items:center;gap:.75rem;list-style:none;margin:0;padding:0}.home-hero__logos-list li{width:48px;height:48px;border-radius:16px;overflow:hidden;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 25px #0f172a2e;transition:transform .22s ease,box-shadow .22s ease}@media (min-width: 768px){.home-hero__logos-list li{width:60px;height:60px;border-radius:22px}}.home-hero__logos-list img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.home-hero__logos-list li:hover{transform:translateY(-3px);box-shadow:0 18px 36px #0f172a3d}.home-hero__logos-list li:hover img{transform:scale(1.14)}.home-hero__stats{display:grid;gap:1.4rem;margin:0;padding:0;list-style:none}@media (min-width: 540px){.home-hero__stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.home-hero__stat{display:grid;gap:.45rem}.home-hero__stat dt{font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;color:#ffffffc2}.home-hero__stat dd{margin:0;display:flex;flex-direction:column;gap:.25rem}.home-hero__stat strong{font-size:1.9rem;font-weight:700}.home-hero__stat span{font-size:.95rem;color:#ffffffc2}.home-hero__visual{position:relative;width:min(100%,320px);aspect-ratio:1 / 1;margin:0 auto}.home-hero__slider{position:absolute;inset:0;display:grid;place-items:center;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px #0f172a47;background:#ffffff0f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (min-width: 768px){.home-hero__visual{width:min(100%,360px)}}@media (min-width: 900px){.home-hero__visual{width:min(100%,400px);justify-self:start;margin:0;transform:translate(-28px)}.home-hero__slider{border-radius:28px}}.home-hero__slider-viewport{width:100%;height:100%;overflow:hidden}.home-hero__slider-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.home-hero__slider-slide{min-width:100%;margin:0;height:100%;display:grid;place-items:center;background:#ffffff0a}.home-hero__slider-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-hero__slider-link{display:block;width:100%;height:100%;cursor:pointer}.home-hero__slider-link:focus-visible{outline:3px solid rgba(255,255,255,.92);outline-offset:-6px}.home-hero__visual-gradient{position:absolute;inset:12%;border-radius:48% 52% 45% 55%;background:radial-gradient(circle at 30% 30%,#fff9,#fff0 60%),linear-gradient(140deg,#14b8a6d9,#3b82f6ad);filter:blur(0);box-shadow:inset 0 0 0 1px #ffffff59}.home-hero__visual-ring{position:absolute;border:1.2px solid rgba(255,255,255,.5);border-radius:50%}.home-hero__visual-ring--one{width:72%;height:72%;top:14%;left:16%}.home-hero__visual-ring--two{width:42%;height:42%;top:28%;left:34%}.home-hero__visual-paw{position:absolute;bottom:12%;right:18%;width:110px;height:110px;background:#ffffff2e;border-radius:50%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-hero__visual-paw:before,.home-hero__visual-paw:after{content:"";position:absolute;background:#ffffff3d;border-radius:50%}.home-hero__visual-paw:before{width:32px;height:32px;top:-18px;left:18px}.home-hero__visual-paw:after{width:26px;height:26px;top:-12px;right:22px}.home-notice{margin-top:-1rem}@media (min-width: 768px){.home-notice{margin-top:-1.5rem}}@media (min-width: 900px){.home-notice{margin-top:-2.5rem}}.home-notice__content{display:grid;gap:clamp(1.6rem,2vw + 1rem,2.4rem)}@media (min-width: 900px){.home-notice__content{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.home-notice__column{display:flex;flex-direction:column;gap:1rem}.home-notice__column-title{margin:0;font-size:clamp(1.1rem,.9rem + .6vw,1.35rem);font-weight:600;color:var(--color-primary-strong)}.home-notice__column>.home-notice__slider,.home-notice__column>.data-state{flex:1}.home-notice__slider{position:relative;display:grid;gap:1rem;padding:1.2rem;border-radius:var(--radius-xl);background:linear-gradient(140deg,#fffffff5,#fff7edeb);box-shadow:var(--shadow-lg);justify-items:center;z-index:0}@media (min-width: 768px){.home-notice__slider{gap:1.5rem;padding:clamp(1.8rem,2vw + 1.4rem,2.4rem)}}.home-notice__column--volunteer .home-notice__slider{background:linear-gradient(140deg,#fffffff5,#ecf8ffeb)}.home-notice__viewport{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:inset 0 0 0 1px #0f172a0f;aspect-ratio:3 / 4;height:auto;max-height:clamp(22rem,42vw,34rem);min-height:clamp(18rem,34vw,26rem);width:100%;margin-inline:auto;z-index:0}.home-notice__track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.home-notice__slide{min-width:100%;margin:0;display:flex;align-items:center;justify-content:center}.home-notice__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.home-notice__slide-link{display:block;width:100%;height:100%;cursor:pointer}.home-notice__slide-link:focus-visible{outline:3px solid rgba(15,118,110,.85);outline-offset:-6px}.home-notice__control{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffffdb;color:var(--color-primary-strong);box-shadow:0 15px 30px #0f172a29;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:2}.home-notice__control:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 18px 36px #0f172a38}.home-notice__control--prev{left:.4rem}@media (min-width: 768px){.home-notice__control--prev{left:clamp(.6rem,2vw + .2rem,1.4rem)}}.home-notice__control--prev:after{content:"‹";font-size:1.6rem;line-height:1}.home-notice__control--next{right:.4rem}@media (min-width: 768px){.home-notice__control--next{right:clamp(.6rem,2vw + .2rem,1.4rem)}}.home-notice__control--next:after{content:"›";font-size:1.6rem;line-height:1}.home-notice__control-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-notice__dots{display:flex;justify-content:center;gap:.6rem}.home-notice__dot{width:10px;height:10px;border-radius:50%;border:none;background:#f9731642;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.home-notice__dot:hover,.home-notice__dot:focus-visible{transform:scale(1.2);background:#f9731675;outline:none}.home-notice__dot--active{background:var(--color-primary);transform:scale(1.2)}.home-mission__grid{display:grid;gap:1.75rem}@media (min-width: 900px){.home-mission__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-mission__card{position:relative;padding:1.5rem 1.25rem;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.32);overflow:hidden}@media (min-width: 768px){.home-mission__card{padding:2.5rem 2.15rem}}.home-mission__card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(249,115,22,.18);pointer-events:none}.home-mission__accent{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .9rem;border-radius:999px;background:#f9731624;color:var(--color-primary-strong);font-size:.85rem;font-weight:600;margin-bottom:1.4rem}.home-mission__card h3{margin:0 0 .85rem;font-size:1.45rem;line-height:1.4}.home-mission__card p{margin:0;color:var(--color-muted)}.home-programs__list{list-style:none;margin:3rem 0 0;padding:0;display:grid;gap:1.75rem}.home-programs__item{position:relative;padding:1.5rem 1.5rem 1.5rem 2.5rem;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid rgba(15,23,42,.04)}@media (min-width: 768px){.home-programs__item{padding:2.2rem 2.4rem 2.2rem 3.6rem}}.home-programs__item:before{content:"";position:absolute;width:16px;height:16px;left:1.6rem;top:2.4rem;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));box-shadow:0 0 0 6px #f9731629}.home-programs__meta{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.home-programs__category{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted-light)}.home-programs__item h3{margin:0;font-size:1.4rem}.home-programs__item p{margin:0;color:var(--color-muted)}.home-dogs__grid{display:grid;gap:1.6rem}@media (min-width: 900px){.home-dogs__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-dogs__card{position:relative;border-radius:var(--radius-lg);padding:2.4rem 2rem;background:var(--color-surface);box-shadow:var(--shadow-md);overflow:hidden}.home-dogs__card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.42);pointer-events:none}.home-dogs__card--sunny{background:linear-gradient(145deg,#ffedd5e0,#fed7aae0)}.home-dogs__card--mint{background:linear-gradient(145deg,#d1fae5e0,#a7f3d0e0)}.home-dogs__card--lavender{background:linear-gradient(145deg,#ddd6fee6,#c4b5fdeb)}.home-dogs__card-content{position:relative;z-index:1;display:grid;gap:.9rem}.home-dogs__badge{align-self:flex-start;padding:.35rem .85rem;border-radius:999px;background:#0f172a14;font-size:.85rem;font-weight:600;letter-spacing:.05em}.home-dogs__card h3{margin:0;font-size:1.6rem}.home-dogs__breed{margin:0;font-weight:600;color:#0f172ab3}.home-dogs__personality,.home-dogs__needs{margin:0;color:#0f172ac7}.home-dogs__needs{font-weight:600}.home-join{background:linear-gradient(135deg,#fff7edeb,#fee2a8d9);border-radius:var(--radius-xl);padding:2rem 1.5rem;box-shadow:var(--shadow-lg)}@media (min-width: 768px){.home-join{padding:clamp(2.8rem,3vw + 1.8rem,3.6rem) clamp(2rem,3vw + 1.2rem,3.8rem)}}.home-join .home-section__inner{max-width:960px}.home-join__steps{display:grid;gap:1.5rem;margin-top:3rem}@media (min-width: 900px){.home-join__steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-join__step{background:#ffffffc7;border-radius:var(--radius-md);padding:1.5rem 1.25rem;box-shadow:0 16px 30px #f9731624;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.home-join__step{padding:2.1rem 1.8rem;gap:1.2rem}}.home-join__step-index{font-size:1.8rem;font-weight:700;color:var(--color-primary-strong)}.home-join__step h3{margin:0 0 .5rem;font-size:1.3rem}.home-join__step-content{display:flex;flex:1;flex-direction:column;gap:.6rem}.home-join__step-content p{margin:0;color:var(--color-muted);flex:1}.home-join__cta{margin-top:2.8rem;text-align:center;font-weight:600}.home-join__cta a{color:var(--color-primary-strong);text-decoration:none}.home-join__cta a:hover{text-decoration:underline}.home-footer{padding-top:0}.home-footer__inner{border-top:1px solid rgba(15,23,42,.08);padding-top:2.5rem;display:grid;gap:1.8rem}@media (min-width: 768px){.home-footer__inner{grid-template-columns:auto auto;align-items:start}}.home-footer__eyebrow{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted-light)}.home-footer__mission{margin:.45rem 0 0;color:var(--color-muted)}.home-footer__links{display:flex;gap:1.5rem;align-items:center}.home-footer__links a{text-decoration:none;font-weight:600;color:var(--color-primary-strong)}.home-footer__links a:hover{text-decoration:underline}.home-footer__legal{margin:0;grid-column:1 / -1;color:var(--color-muted-light);font-size:.85rem}@media (max-width: 599px){.home-footer__inner{text-align:left}}p{margin:0}h1,h2,h3,h4,h5,h6{font-family:inherit}ol,ul{margin:0;padding:0}.intro-section{padding:2rem 1rem;background:linear-gradient(135deg,#fff7ede6,#fffffff2)}@media (min-width: 768px){.intro-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.intro-section__inner{max-width:var(--max-width);margin:0 auto;display:grid;gap:2rem;position:relative}@media (min-width: 768px){.intro-section__inner{gap:3rem}}@media (min-width: 900px){.intro-section__inner{grid-template-columns:1fr 1fr;align-items:center}}.intro-section__number{position:absolute;top:-1rem;left:0;font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3}.intro-section__content{display:flex;flex-direction:column;gap:2rem}.intro-section__title-wrapper{display:flex;flex-direction:column;gap:.5rem}.intro-section__title{margin:0;display:flex;flex-direction:column;gap:.25rem}.intro-section__title-highlight{background:var(--color-primary);color:#fff;padding:.5rem 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;display:inline-block;width:fit-content}.intro-section__subtitle{font-size:clamp(1.5rem,3vw,2rem);color:var(--color-primary);margin:0;font-weight:700}.intro-section__description{display:flex;flex-direction:column;gap:.75rem;color:var(--color-muted);line-height:1.8}.intro-section__description p{margin:0}.intro-section__description strong{color:var(--color-primary-strong);font-weight:700}.intro-section__highlight{color:var(--color-primary-strong);font-weight:600;margin-top:1rem!important}.intro-section__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.intro-section__img{width:100%;height:100%;object-fit:cover;display:block}.origin-section{padding:2rem 1rem}@media (min-width: 768px){.origin-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.origin-section__inner{max-width:800px;margin:0 auto;text-align:center;position:relative}.origin-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.origin-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 1rem}.origin-section__title-highlight{background:var(--color-primary);color:#fff;padding:.25rem 1rem;display:inline-block}.origin-section__subtitle{font-size:clamp(1.2rem,2.5vw,1.5rem);color:var(--color-primary);margin:0 0 2rem;font-weight:600}.origin-section__content{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.origin-section__story-step{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffffffe6;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;text-align:left}@media (min-width: 768px){.origin-section__story-step{gap:1rem;padding:1.5rem}}.origin-section__story-step:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.origin-section__story-icon{font-size:2rem;flex-shrink:0}.origin-section__story-step p{margin:0;color:var(--color-muted);line-height:1.8}.origin-section__highlight{background:linear-gradient(135deg,#f973161f,#fb923c14);padding:1.25rem;border-radius:var(--radius-lg);margin-top:1.5rem;box-shadow:var(--shadow-sm);border:2px solid rgba(249,115,22,.2)}@media (min-width: 768px){.origin-section__highlight{padding:2rem;margin-top:2rem}}.origin-section__highlight p{margin:.5rem 0;color:var(--color-muted);font-size:1.05rem}.origin-section__highlight-strong{background:var(--color-primary);color:#fff!important;padding:.75rem 1.5rem;display:inline-block;font-weight:700;border-radius:var(--radius-md);box-shadow:0 6px 20px #f973164d}.connection-section{padding:0 1rem}@media (min-width: 768px){.connection-section{padding:0 clamp(1.5rem,4vw,2rem)}}.connection-section__inner{max-width:min(100%,1004px);margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.connection-section__header{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.connection-section__number{font-size:clamp(2.75rem,3vw + 2rem,4.25rem);font-weight:800;line-height:1;letter-spacing:-.05em;color:#f9731652}.connection-section__title{margin:0;color:var(--color-primary-strong);font-size:clamp(2.35rem,2vw + 1.8rem,3.6rem);font-weight:800;letter-spacing:-.04em;line-height:1.1}.connection-section__visual-stage{padding:clamp(1.25rem,3vw,2.5rem);border-radius:var(--radius-xl);background:linear-gradient(180deg,#e2e8f0e0,#ffffffeb);border:1px solid rgba(15,23,42,.05);box-shadow:var(--shadow-sm)}.connection-section__collage{display:grid;gap:1rem;max-width:880px;margin:0 auto}.connection-section__photo{margin:0;overflow:hidden;box-shadow:var(--shadow-md);border-radius:calc(var(--radius-lg) - 4px);border:8px solid rgba(255,255,255,.9);background:var(--color-surface)}.connection-section__img{width:100%;height:100%;object-fit:cover;display:block}.connection-section__photo--primary .connection-section__img{min-height:248px;max-height:360px;aspect-ratio:16 / 10}.connection-section__photo--secondary .connection-section__img{min-height:220px;max-height:320px;aspect-ratio:4 / 5}@media (min-width: 768px){.connection-section__collage{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:end;gap:1.5rem}.connection-section__photo--secondary{transform:translateY(2rem)}}.connection-section__text{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:.85rem;padding:0 clamp(.25rem,2vw,1rem)}.connection-section__text p{color:var(--color-muted);font-size:clamp(1rem,.8vw + .9rem,1.1rem);line-height:1.8}.connection-section__text .connection-section__emphasis{margin-top:.4rem;font-weight:700;color:var(--color-primary-strong)}.connection-section__text .connection-section__highlight{color:var(--color-primary-strong);font-weight:700;font-size:clamp(1.05rem,.9vw + .95rem,1.2rem)}@media (max-width: 767px){.connection-section__visual-stage{padding:1rem}.connection-section__photo{border-width:6px}}.activity-stats-section{padding:2rem 1rem;position:relative;overflow:hidden}@media (min-width: 768px){.activity-stats-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.activity-stats-section:before{content:"";position:absolute;inset:0;opacity:.1;filter:blur(4px)}.activity-stats-section__inner{max-width:var(--max-width);margin:0 auto;text-align:center;position:relative;z-index:1}.activity-stats-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.activity-stats-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 3rem}.activity-stats-section__title-highlight{background:var(--color-primary);color:#fff;padding:.25rem 1rem;display:inline-block}.activity-stats-section__stats{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.activity-stats-section__stats{grid-template-columns:repeat(3,1fr)}}.activity-stats-section__stat{background:#ffffffe6;border:3px solid var(--color-primary);border-radius:50%;width:clamp(180px,25vw,250px);height:clamp(180px,25vw,250px);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-lg)}.activity-stats-section__stat-value{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;color:var(--color-primary);line-height:1}.activity-stats-section__stat-label{font-size:clamp(1rem,2vw,1.3rem);font-weight:600;color:var(--color-primary);text-align:center;line-height:1.3}.activity-stats-section__summary-card{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#fffffff2,#fff7ede6);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:2px solid rgba(249,115,22,.2)}.activity-stats-section__summary{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-primary);margin:0;text-align:center}.activity-stats-section__summary strong{font-size:clamp(2rem,4vw,2.5rem);color:var(--color-primary-strong);display:inline-block;padding:.25rem .5rem;background:#f9731626;border-radius:var(--radius-md)}.activity-stats-section__basis{margin:1.1rem 0 0;font-size:.95rem;font-weight:500;line-height:1.5;color:var(--color-muted);text-align:center}.partner-shelters-section{padding:2rem 1rem}@media (min-width: 768px){.partner-shelters-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.partner-shelters-section__inner{max-width:var(--max-width);margin:0 auto;position:relative}.partner-shelters-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.partner-shelters-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);margin:0 0 3rem;text-align:center}.partner-shelters-section__title-highlight{color:#fff;background:var(--color-primary);padding:.25rem .75rem;border-radius:var(--radius-md)}.partner-shelters-section__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (min-width: 768px){.partner-shelters-section__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.partner-shelters-section__grid{grid-template-columns:repeat(6,1fr)}}.partner-shelters-section__card{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;transition:transform .3s ease}.partner-shelters-section__card:hover{transform:translateY(-8px)}.partner-shelters-section__image-wrapper{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:box-shadow .3s ease;background:var(--color-surface)}.partner-shelters-section__card:hover .partner-shelters-section__image-wrapper{box-shadow:var(--shadow-lg)}.partner-shelters-section__image{width:100%;height:250px;object-fit:cover;display:block;transition:transform .3s ease}.partner-shelters-section__card:hover .partner-shelters-section__image{transform:scale(1.1)}.partner-shelters-section__name{font-size:.95rem;font-weight:600;color:var(--color-primary);margin:0;white-space:pre-line;line-height:1.4}.donation-impact-section{padding:2rem 1rem;color:var(--color-muted)}@media (min-width: 768px){.donation-impact-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.donation-impact-section__inner{max-width:var(--max-width);margin:0 auto;position:relative}.donation-impact-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.donation-impact-section__content{display:flex;flex-direction:column;gap:3rem;margin-bottom:2rem}.donation-impact-section__images{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.donation-impact-section__images{grid-template-columns:1fr 1fr}}.donation-impact-section__donation-card{background:#fffffff2;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.donation-impact-section__donation-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.donation-impact-section__donation-info{display:flex;flex-direction:column;gap:.5rem}.donation-impact-section__info-text{margin:0;font-size:1rem;font-weight:600;color:var(--color-muted)}.donation-impact-section__info-text strong{color:var(--color-primary-strong);font-size:1.1rem}.donation-impact-section__img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.donation-impact-section__title{margin:0;font-size:clamp(1.05rem,1.2vw + .95rem,1.45rem);font-weight:600;line-height:1.5;color:var(--color-muted)}.donation-impact-section__description{display:flex;flex-direction:column;gap:.75rem;color:var(--color-muted);line-height:1.8}.donation-impact-section__description p{margin:0}.donation-impact-section__people{margin-top:2rem}.donation-impact-section__people-img{width:100%;max-height:300px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.transparency-section{padding:2rem 1rem;background:linear-gradient(135deg,#fefce84d,#fffffff2)}@media (min-width: 768px){.transparency-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.transparency-section__inner{max-width:var(--max-width);margin:0 auto;position:relative}.transparency-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:2rem;text-align:center}.transparency-section__items{display:grid;gap:3rem}.transparency-section__item{background:#ffffffe6;padding:1.25rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){.transparency-section__item{padding:2rem;gap:1.5rem}}.transparency-section__item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}@media (min-width: 768px){.transparency-section__item{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.transparency-section__item-header{grid-column:1;grid-row:1}.transparency-section__item-content{grid-column:2;grid-row:1}}.transparency-section__item-header{display:flex;flex-direction:column;gap:1rem;align-items:center}.transparency-section__item-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-primary);background:#f973161a;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid var(--color-primary)}.transparency-section__item-image-wrapper{border-radius:50%;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease}.transparency-section__item:hover .transparency-section__item-image-wrapper{transform:scale(1.05)}.transparency-section__item-image{width:150px;height:150px;object-fit:cover;display:block}.transparency-section__item-content{display:flex;flex-direction:column;gap:1rem}.transparency-section__item-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-primary);margin:0}.transparency-section__item-description{color:var(--color-muted);line-height:1.8;margin:0}.content-impact-section{padding:2rem 1rem;position:relative;background:linear-gradient(135deg,#f973160d,#fb923c08);overflow:hidden}@media (min-width: 768px){.content-impact-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.content-impact-section__background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.25;z-index:0}.content-impact-section__inner{max-width:900px;margin:0 auto;position:relative;z-index:1}.content-impact-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:2rem;text-align:center}.content-impact-section__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.content-impact-section__text{display:flex;flex-direction:column;gap:2rem;width:100%}.content-impact-section__title{margin:0;display:flex;flex-direction:column;gap:.5rem;text-align:center}.content-impact-section__title-highlight{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;line-height:1.3;color:var(--color-primary)}.content-impact-section__stats{display:flex;justify-content:center}.content-impact-section__stat-card{background:linear-gradient(135deg,#fffffff2,#fff7ede6);padding:2rem 1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);text-align:center;border:3px solid var(--color-primary);transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){.content-impact-section__stat-card{padding:3rem 4rem}}.content-impact-section__stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #f9731640}.content-impact-section__stat-value{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1;color:var(--color-primary-strong);letter-spacing:-.02em}.content-impact-section__stat-label{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-top:.5rem;color:var(--color-primary)}.content-impact-section__gallery{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.content-impact-section__gallery{grid-template-columns:repeat(4,1fr)}}.content-impact-section__gallery-img{width:100%;height:150px;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform .3s ease}.content-impact-section__gallery-img:hover{transform:scale(1.05)}.future-goals-section{padding:2rem 1rem}@media (min-width: 768px){.future-goals-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.future-goals-section__inner{max-width:var(--max-width);margin:0 auto;text-align:center;position:relative}.future-goals-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.future-goals-section__main-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 .5rem}.future-goals-section__main-title-highlight{background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;display:inline-block;border-radius:var(--radius-md);box-shadow:0 8px 24px #f973164d}.future-goals-section__subtitle{font-size:clamp(1rem,2vw,1.3rem);color:var(--color-primary);margin:0 0 3rem;font-weight:600}.future-goals-section__goals{display:grid;gap:2rem;margin-top:3rem}@media (min-width: 768px){.future-goals-section__goals{grid-template-columns:repeat(3,1fr)}}.future-goals-section__goal{background:#ffffffe6;border:2px solid rgba(249,115,22,.2);border-radius:var(--radius-lg);padding:1.5rem 1.25rem;box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.future-goals-section__goal{padding:2.5rem 2rem;gap:1.5rem}}.future-goals-section__goal:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.future-goals-section__goal--highlight{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-strong));color:#fff;border-color:var(--color-primary-strong);box-shadow:0 12px 32px #f973164d}.future-goals-section__goal--highlight:hover{box-shadow:0 18px 45px #f9731666}.future-goals-section__goal-icon{font-size:3rem;text-align:center}.future-goals-section__goal-title{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;margin:0;padding-bottom:1rem;border-bottom:2px solid rgba(249,115,22,.3);text-align:center}.future-goals-section__goal--highlight .future-goals-section__goal-title{border-bottom-color:#ffffff4d}.future-goals-section__goal-content{display:flex;flex-direction:column;gap:.5rem;text-align:center}.future-goals-section__goal-item{margin:0;font-size:.95rem;line-height:1.6}.future-goals-section__goal--highlight .future-goals-section__goal-item{color:#fffffff2}.volunteer-survey-section{padding:2rem 1rem}@media (min-width: 768px){.volunteer-survey-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.volunteer-survey-section__inner{max-width:var(--max-width);margin:0 auto;position:relative}.volunteer-survey-section__number{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:var(--color-primary);opacity:.3;margin-bottom:2rem;text-align:center}.volunteer-survey-section__results{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.volunteer-survey-section__results{grid-template-columns:repeat(3,1fr)}}.volunteer-survey-section__result{background:#fffffff2;border-radius:var(--radius-lg);padding:1.5rem 1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.25rem;text-align:center;border:2px solid rgba(249,115,22,.1);transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){.volunteer-survey-section__result{padding:2rem 1.5rem;gap:1.5rem}}.volunteer-survey-section__result:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.volunteer-survey-section__question{font-size:1rem;font-weight:600;color:var(--color-primary);margin:0;white-space:pre-line;line-height:1.5}.volunteer-survey-section__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;background:#f973160d;border-radius:50%;width:clamp(150px,20vw,200px);height:clamp(150px,20vw,200px);margin:0 auto;border:3px solid var(--color-primary);transition:transform .3s ease}.volunteer-survey-section__result:hover .volunteer-survey-section__stat{transform:scale(1.05)}.volunteer-survey-section__percentage{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--color-primary);line-height:1}.volunteer-survey-section__answer{font-size:clamp(1rem,2vw,1.3rem);font-weight:600;color:var(--color-primary)}.volunteer-survey-section__details{display:flex;flex-direction:column;gap:.25rem}.volunteer-survey-section__detail{margin:0;font-size:.85rem;color:var(--color-muted)}.volunteer-survey-section__testimonials{background:#ffffffd9;border-radius:var(--radius-lg);padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:var(--shadow-md)}@media (min-width: 768px){.volunteer-survey-section__testimonials{padding:2.5rem 2rem;gap:1.5rem}}.volunteer-survey-section__testimonials-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--color-primary);text-align:center}.volunteer-survey-section__testimonial{margin:0;padding:1.5rem;background:#fffffff2;border-left:4px solid var(--color-primary);border-radius:var(--radius-md);font-size:.95rem;color:var(--color-muted);font-style:italic;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.volunteer-survey-section__testimonial:hover{transform:translate(5px);box-shadow:var(--shadow-md)}.instagram-connection-section{padding:2rem 1rem;background:linear-gradient(135deg,#f9731614,#fb923c0d)}@media (min-width: 768px){.instagram-connection-section{padding:clamp(3rem,5vw,5rem) clamp(1.5rem,4vw,2rem)}}.instagram-connection-section__inner{max-width:var(--max-width);margin:0 auto;display:grid;gap:3rem}@media (min-width: 900px){.instagram-connection-section__inner{grid-template-columns:1fr 1fr;align-items:center}}.instagram-connection-section__content{display:flex;flex-direction:column;gap:2.5rem}.instagram-connection-section__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin:0;line-height:1.2;color:var(--color-primary)}.instagram-connection-section__text{display:flex;flex-direction:column;gap:.75rem;font-size:clamp(1rem,2vw,1.3rem);line-height:1.6}.instagram-connection-section__text p{margin:0;color:var(--color-muted)}.instagram-connection-section__highlight{font-weight:700;color:var(--color-primary-strong);margin-top:1rem!important;padding:1rem;background:#f973161a;border-radius:var(--radius-md);border-left:4px solid var(--color-primary)}.instagram-connection-section__qr{display:flex;flex-direction:column;gap:1.25rem;align-items:center;padding:1.5rem;background:#fffffff2;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:2px solid rgba(249,115,22,.2)}@media (min-width: 768px){.instagram-connection-section__qr{gap:1.5rem;padding:2.5rem}}.instagram-connection-section__qr-image{width:150px;height:150px;border-radius:var(--radius-md);background:#fff;padding:.75rem;box-shadow:var(--shadow-sm)}@media (min-width: 768px){.instagram-connection-section__qr-image{width:180px;height:180px;padding:1rem}}.instagram-connection-section__qr-label{font-weight:700;font-size:1.2rem;letter-spacing:.05em;margin:0;color:var(--color-primary)}.instagram-connection-section__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--color-primary);color:#fff;text-decoration:none;font-weight:700;font-size:1rem;border-radius:999px;box-shadow:0 12px 28px #f973164d;transition:all .3s ease}.instagram-connection-section__cta-button:hover{background:var(--color-primary-strong);transform:translateY(-3px);box-shadow:0 16px 35px #f9731666}.instagram-connection-section__phone{display:flex;justify-content:center;align-items:flex-start}.instagram-connection-section__phone-image{max-width:350px;width:100%;height:auto;max-height:450px;object-fit:contain;box-shadow:0 20px 50px #0000004d;border-radius:30px;transition:transform .3s ease}.instagram-connection-section__phone-image:hover{transform:scale(1.03)}.kennels-page__dog-modal-backdrop{position:absolute;inset:0;background:#0f172a73}.kennels-page__dog-modal-body{position:relative;width:min(440px,100%);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:1.5rem;display:grid;gap:1.2rem;z-index:1}.kennels-page__dog-list-modal-body{width:min(560px,100%);max-height:min(80vh,660px);display:grid;grid-template-rows:auto minmax(0,1fr);gap:1rem}.kennels-page__dog-list-modal-content{overflow-y:auto;padding-right:.25rem}.kennels-page__dog-list-modal-content::-webkit-scrollbar{width:.4rem}.kennels-page__dog-list-modal-content::-webkit-scrollbar-thumb{background:#0f172a3d;border-radius:999px}main.home{gap:clamp(2.5rem,5vw,4.75rem);padding-bottom:4.5rem}.home-button--ghost-dark{background:#0f172a14;color:var(--color-primary-strong);border:1px solid rgba(15,23,42,.08)}.home-button--ghost-dark:hover{background:#0f172a1f;transform:translateY(-2px)}.home-notice .home-section__inner,.activity-stats-section__inner,.connection-section__inner,.donation-impact-section__inner,.transparency-section__inner,.future-goals-section__inner{max-width:min(100%,1004px)}.home-notice .home-section__header{margin-bottom:1.75rem}.home-notice__content{gap:1.35rem}.home-notice__column{padding:1.15rem;border-radius:1.75rem;background:#fff;box-shadow:var(--shadow-md);border:1px solid rgba(15,23,42,.06)}.home-notice__column-title{text-align:center}.home-notice__slider{padding:1rem;border-radius:1.25rem;box-shadow:none;background:linear-gradient(180deg,#fffffff5,#f8fafcf5)}.home-notice__column--volunteer .home-notice__slider{background:linear-gradient(180deg,#f7fafcf0,#fffffff5)}.home-notice__viewport{aspect-ratio:4 / 5;min-height:clamp(16rem,48vw,28rem);max-height:clamp(20rem,46vw,33rem)}.activity-stats-section{padding:0 1rem}.activity-stats-section__inner{padding:clamp(1.75rem,4vw,2.5rem);border-radius:2rem;background:linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:var(--shadow-md)}.activity-stats-section__title{margin-bottom:2rem;font-size:clamp(2rem,3vw,3rem)}.activity-stats-section__title-highlight{background:transparent;color:var(--color-primary-strong);padding:0}.activity-stats-section__stats{gap:1rem}.activity-stats-section__stat{width:min(100%,220px);height:auto;min-height:220px;padding:1.5rem 1rem}.activity-stats-section__summary-card{margin-top:1rem;padding:1.4rem;border-radius:1.35rem}.connection-section__header{gap:.3rem}.connection-section__visual-stage{border-radius:1.9rem}.connection-section__text{padding:0}.donation-impact-section{padding:0 1rem}.donation-impact-section__inner{padding:clamp(1.75rem,4vw,2.75rem);border-radius:2rem;background:linear-gradient(180deg,#fffffffa,#fff7edf2);color:var(--color-muted);box-shadow:var(--shadow-md);border:1px solid rgba(249,115,22,.12)}.donation-impact-section__header{display:grid;gap:.6rem;margin-bottom:1.5rem}.donation-impact-section__eyebrow{margin:0;font-size:clamp(2rem,3.5vw,3.4rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--color-primary-strong)}.donation-impact-section__title{margin:0;text-align:left;font-size:clamp(1.05rem,1.2vw + .95rem,1.45rem);font-weight:600;line-height:1.5;color:var(--color-muted)}.donation-impact-section__lead{max-width:36ch;font-size:1.08rem;line-height:1.7;color:var(--color-muted)}.donation-impact-section__lead strong{color:var(--color-primary-strong)}.donation-impact-section__content{gap:1.5rem}.donation-impact-section__images{gap:1rem}@media (min-width: 900px){.donation-impact-section__images{grid-template-columns:repeat(3,minmax(0,1fr))}}.donation-impact-section__donation-card{height:100%;padding:1rem;border-radius:1.4rem;background:#fffffff5;box-shadow:var(--shadow-sm);border:1px solid rgba(15,23,42,.06)}.donation-impact-section__card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.donation-impact-section__card-link:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#f9731638}.donation-impact-section__card-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.donation-impact-section__img{height:220px;border-radius:1rem}.donation-impact-section__img-placeholder{display:grid;place-items:center;height:220px;border-radius:1rem;background:linear-gradient(135deg,#fff7edf2,#ffedd5f2);color:var(--color-primary-strong);font-size:.95rem;font-weight:700;text-align:center;padding:1rem;border:1px dashed rgba(249,115,22,.28)}.donation-impact-section__donation-info{margin-top:1rem;display:flex;flex-direction:column;gap:.45rem}.donation-impact-section__info-title{font-size:1.05rem;font-weight:700;line-height:1.45;color:var(--color-primary)}.donation-impact-section__info-text,.donation-impact-section__award-copy{color:var(--color-muted)}.donation-impact-section__award-badge{align-self:flex-start;padding:.35rem .7rem;border-radius:999px;background:#f973161f;color:var(--color-primary-strong);font-size:.82rem;font-weight:700}.donation-impact-section__award-copy{line-height:1.7}.donation-impact-section__description{max-width:60ch;margin:0 auto;color:var(--color-muted);text-align:center}.donation-impact-section__description strong{color:var(--color-primary-strong)}.transparency-section{padding:0 1rem;background:none}.transparency-section__inner{padding:clamp(1.75rem,4vw,2.5rem);border-radius:2rem;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:var(--shadow-md)}.transparency-section__heading{display:grid;gap:.5rem;margin-bottom:1.75rem;text-align:center}.transparency-section__title{margin:0;font-size:clamp(2rem,3vw,3rem);color:var(--color-primary-strong)}.transparency-section__description{max-width:46ch;margin:0 auto;color:var(--color-muted);line-height:1.7}.transparency-section__items{gap:1rem}@media (min-width: 900px){.transparency-section__items{grid-template-columns:repeat(3,minmax(0,1fr))}}.transparency-section__item{padding:1rem;gap:1rem;border:1px solid rgba(249,115,22,.12);box-shadow:var(--shadow-sm)}.transparency-section__item:hover{transform:none;box-shadow:var(--shadow-sm)}@media (min-width: 768px){.transparency-section__item{display:flex}}.transparency-section__item-header{align-items:flex-start}.transparency-section__item-number{width:auto;height:auto;border:none;border-radius:999px;padding:.4rem .75rem;font-size:.92rem}.transparency-section__item-image-wrapper{width:100%;border-radius:1rem}.transparency-section__item-image{width:100%;height:190px}.transparency-section__item-content{gap:.75rem}.transparency-section__item-title{font-size:1.25rem;line-height:1.4;white-space:pre-line}.transparency-section__item-copy{color:var(--color-muted);line-height:1.75}.future-goals-section{padding:0 1rem}.future-goals-section__inner{padding:clamp(1.75rem,4vw,3rem);border-radius:2rem;background:radial-gradient(circle at top left,#ffedd5b8,#ffedd500 28%),linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:var(--shadow-md);border:1px solid rgba(15,23,42,.06)}.future-goals-section__hero{display:grid;gap:1.5rem;align-items:stretch}@media (min-width: 980px){.future-goals-section__hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr)}}.future-goals-section__copy{display:grid;gap:1.1rem;align-content:start}.future-goals-section__main-title{margin:0;max-width:12ch;font-size:clamp(2.4rem,4.4vw,4.25rem);line-height:.94;letter-spacing:-.04em;color:#0f172a}.future-goals-section__message{display:grid;gap:.7rem;max-width:54ch;color:var(--color-muted);line-height:1.75}.future-goals-section__highlight{margin-top:.3rem;font-weight:700;color:var(--color-primary-strong)}.future-goals-section__contact-band{display:grid;gap:.45rem;max-width:38rem;padding:1.1rem 1.2rem;border-radius:1.4rem;background:#ffffffd1;color:var(--color-primary-strong);border:1px solid rgba(249,115,22,.14);box-shadow:0 12px 30px #0f172a0f}.future-goals-section__contact-title{font-size:1.15rem;font-weight:700}.future-goals-section__contact-copy{line-height:1.75;color:var(--color-muted)}.future-goals-section__actions{display:flex;flex-wrap:wrap;gap:.75rem}.future-goals-section__visual{position:relative;display:grid;align-items:stretch}.future-goals-section__contact-panel{position:relative;display:grid;gap:.95rem;min-height:100%;padding:1.4rem;border-radius:1.8rem;background:linear-gradient(150deg,#0f172afa,#1e293bf5),linear-gradient(180deg,#ffffff1a,#fff0);color:#fff;overflow:hidden;box-shadow:0 24px 46px #0f172a33}.future-goals-section__contact-panel:before{content:"";position:absolute;inset:auto -2.5rem -2.5rem auto;width:11rem;height:11rem;border-radius:999px;background:radial-gradient(circle,#f9731652,#f9731600);pointer-events:none}.future-goals-section__panel-eyebrow,.future-goals-section__panel-title,.future-goals-section__panel-copy,.future-goals-section__panel-meta{position:relative;z-index:1}.future-goals-section__panel-eyebrow{display:inline-flex;align-items:center;justify-self:start;padding:.42rem .78rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);font-size:.74rem;font-weight:700;letter-spacing:.12em;color:#ffffffd1}.future-goals-section__panel-title{font-size:clamp(1.35rem,1vw + 1.1rem,1.8rem);line-height:1.25}.future-goals-section__panel-copy{max-width:24ch;color:#ffffffc7;line-height:1.7}.future-goals-section__panel-qr-image{position:relative;z-index:1;width:112px;height:112px;padding:.6rem;border-radius:1.2rem;background:#fff;box-shadow:0 16px 34px #0f172a47}.future-goals-section__panel-meta{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding-top:.2rem}.future-goals-section__panel-label{font-size:.82rem;font-weight:700;letter-spacing:.08em;color:#ffffffb8}.future-goals-section__panel-link{display:inline-flex;align-items:center;padding:.52rem .88rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.85rem;font-weight:700;text-decoration:none}.future-goals-section__panel-link:hover{background:#ffffff29}.future-goals-section__goals{display:grid;gap:1rem;margin-top:1.9rem}@media (min-width: 768px){.future-goals-section__goals{grid-template-columns:repeat(2,minmax(0,1fr))}}.future-goals-section__goal{position:relative;display:grid;gap:1.15rem;min-height:100%;padding:1.4rem;border:1px solid rgba(15,23,42,.08);border-radius:1.6rem;background:radial-gradient(circle at top right,#ffedd585,#ffedd500 34%),linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:0 14px 34px #0f172a14,inset 0 1px #ffffffb8;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}@media (min-width: 768px){.future-goals-section__goal{padding:1.55rem}}.future-goals-section__goal:hover{transform:translateY(-4px);box-shadow:0 18px 38px #0f172a1a,inset 0 1px #ffffffd1;border-color:#f973162e}.future-goals-section__goal:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff38,#fff0),linear-gradient(180deg,#ffffff1f,#fff0);pointer-events:none}.future-goals-section__goal:after{content:"";position:absolute;top:1rem;right:1rem;width:5.25rem;height:5.25rem;border-radius:999px;background:radial-gradient(circle,#f9731624,#f9731600);pointer-events:none}.future-goals-section__goal-head,.future-goals-section__goal-body,.future-goals-section__goal-footer{position:relative;z-index:1}.future-goals-section__goal-head{display:flex;align-items:center;gap:.85rem}.future-goals-section__goal-kicker{flex-shrink:0;padding:.45rem .82rem;border-radius:999px;background:#ffffffd1;color:var(--color-primary-strong);font-size:.76rem;font-weight:700;letter-spacing:.12em;border:1px solid rgba(249,115,22,.14);box-shadow:0 8px 18px #f9731614}.future-goals-section__goal-divider{width:100%;height:1px;background:linear-gradient(90deg,#f9731647,#94a3b800)}.future-goals-section__goal-body{display:grid;gap:.85rem}.future-goals-section__goal-title{margin:0;padding-bottom:0;border-bottom:none;text-align:left;font-size:clamp(1.2rem,.9vw + 1rem,1.55rem);line-height:1.35;color:#0f172a}.future-goals-section__goal-content{text-align:left}.future-goals-section__goal-item{margin:0;max-width:32ch;color:var(--color-muted);line-height:1.8}.future-goals-section__goal-footer{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:.1rem}.future-goals-section__goal-dot{width:.55rem;height:.55rem;border-radius:999px;background:#f9731647;box-shadow:0 0 0 .28rem #f9731614}.future-goals-section__goal-dot--muted{width:.4rem;height:.4rem;background:#94a3b86b;box-shadow:none}@media (max-width: 767px){.future-goals-section__main-title{max-width:none}.future-goals-section__contact-panel{padding:1.25rem}.future-goals-section__panel-meta{flex-direction:column;align-items:flex-start}.future-goals-section__goal:hover{transform:none;box-shadow:0 14px 34px #0f172a14,inset 0 1px #ffffffb8;border-color:#f9731624}}.home-footer{padding-top:1rem}.home-footer__inner{border-top:1px solid rgba(15,23,42,.08);padding-top:1.5rem}.kennels-page__dog-list-modal-content::-webkit-scrollbar-track{background:transparent}.kennels-page__dog-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.kennels-page__dog-modal-header h3{margin:0;font-size:1.15rem}.kennels-page__dog-modal-subtitle{margin:.2rem 0 0;font-size:.88rem;color:var(--color-muted)}.kennels-page__dog-modal-close{padding:.35rem .75rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background:transparent;font-weight:600;cursor:pointer}.kennels-page__dog-modal-close:hover{background:#0f172a0d}.kennels-page__dog-modal-form{display:grid;gap:.85rem}.kennels-page__dog-modal-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--color-muted)}.kennels-page__dog-modal-form input,.kennels-page__dog-modal-form select,.kennels-page__dog-modal-form textarea{padding:.45rem .6rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.16);font-size:.95rem;font-family:inherit}.kennels-page__dog-modal-form textarea{resize:vertical}.kennels-page__dog-modal-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.4rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.333 1.333L6 6l4.667-4.667' stroke='%2315253E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:.75rem}.kennels-page__dog-modal-form select:focus{outline:2px solid var(--color-primary);outline-offset:2px}.kennels-page__dog-modal-file-field{position:relative;width:100%}.kennels-page__dog-modal-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.kennels-page__dog-modal-file-control{display:flex;align-items:center;gap:.55rem;padding:.5rem .6rem;border-radius:var(--radius-md);border:1px dashed rgba(15,23,42,.16);background:#0f172a08;width:100%;flex-wrap:wrap}.kennels-page__dog-modal-file-trigger{padding:.45rem .95rem;border-radius:var(--radius-md);border:none;background:var(--color-primary);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;flex:0 0 auto;transition:background .2s ease,transform .2s ease}.kennels-page__dog-modal-file-trigger:hover{background:var(--color-primary-strong)}.kennels-page__dog-modal-file-trigger:active{transform:translateY(1px)}.kennels-page__dog-modal-file-name{flex:1 1 160px;min-width:140px;font-size:.88rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kennels-page__dog-modal-file-name--placeholder{color:var(--color-muted)}.kennels-page__dog-modal-file-reset{padding:.4rem .85rem;border-radius:var(--radius-md);border:1px solid rgba(220,38,38,.35);background:#dc262614;color:#dc2626;font-weight:600;font-size:.85rem;cursor:pointer;flex:0 0 auto;transition:background .2s ease,border-color .2s ease,transform .2s ease}.kennels-page__dog-modal-file-reset:hover{background:#dc26261f;border-color:#dc26268c}.kennels-page__dog-modal-file-reset:active{transform:translateY(1px)}.kennels-page__dog-modal-actions{margin-top:.2rem;display:flex;justify-content:flex-end;gap:.5rem}.kennels-page__dog-modal-danger{padding:.45rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(220,38,38,.35);background:#dc262614;color:#dc2626;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease}.kennels-page__dog-modal-danger:hover{background:#dc26261f;border-color:#dc26268c}.kennels-page__dog-modal-danger:active{transform:translateY(1px)}.kennels-page__dog-modal-danger:disabled{opacity:.45;cursor:not-allowed;background:#dc262614;border-color:#dc262633;color:#dc262680;transform:none}.kennels-page__dog-modal-secondary{padding:.45rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.16);background:transparent;font-weight:600;cursor:pointer}.kennels-page__dog-modal-secondary:hover{background:#0f172a0d}.kennels-page__dog-modal-secondary:disabled{opacity:.45;cursor:not-allowed;background:#0f172a05;color:#0f172a73}.kennels-page__dog-modal-submit{padding:.45rem 1.1rem;border-radius:var(--radius-md);border:none;background:var(--color-primary);color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.kennels-page__dog-modal-submit:disabled{opacity:.4;cursor:not-allowed;background:#0f172a26!important;color:#0f172a66!important;filter:grayscale(1);transform:none!important}.kennels-page__dog-modal-submit:hover:not(:disabled){background:var(--color-primary-strong)}.dogs-page{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.dogs-page__header{display:flex;flex-direction:column;gap:1.2rem}.dogs-page__register-button{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.4rem;border:none;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:600;font-size:.95rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.dogs-page__register-button:hover{background:var(--color-primary-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.dogs-page__register-button:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.dogs-page__register-button:disabled{opacity:.4;background:#0f172a26!important;color:#0f172a66!important;box-shadow:none;cursor:not-allowed;transform:none;filter:grayscale(1)}.dogs-page__filter-row{display:flex;flex-direction:column;gap:.85rem}.dogs-page__search-field{display:flex;flex-direction:column;gap:.45rem}.dogs-page__search-label{font-size:.9rem;font-weight:600;color:var(--color-text)}.dogs-page__search-input{width:100%;min-height:2.8rem;padding:.75rem .95rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#ffffffeb;color:var(--color-text);font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.dogs-page__search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #f9731629}@media (min-width: 768px){.dogs-page__filter-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:start}}.dogs-page__body{display:grid;gap:1rem;grid-template-areas:"detail" "list"}@media (min-width: 768px){.dogs-page__body{gap:1.5rem}}@media (min-width: 900px){.dogs-page__body{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);gap:2rem;grid-template-areas:"list detail"}}.dogs-page__list-panel,.dogs-page__detail-panel{background:#ffffffd1;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);min-height:200px}.dogs-page__detail-panel{grid-area:detail}.dogs-page__list-panel{grid-area:list}@media (min-width: 768px){.dogs-page__list-panel,.dogs-page__detail-panel{padding:1.5rem;min-height:300px}}.dogs-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.dogs-page__list--scrollable{max-height:clamp(360px,calc(100vh - 280px),720px);overflow-y:auto;padding-top:.25rem;padding-right:.25rem;scrollbar-gutter:stable}.dogs-page__list--scrollable::-webkit-scrollbar{width:6px}.dogs-page__list--scrollable::-webkit-scrollbar-track{background:transparent}.dogs-page__list--scrollable::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.dogs-page__item{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffffeb;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dogs-page__item--active{border-color:var(--color-primary);box-shadow:0 12px 32px #f9731638;transform:translateY(-2px)}.dogs-page__item-button{width:100%;text-align:left;background:none;border:none;padding:1.1rem 1.15rem;border-radius:inherit;cursor:pointer}.dogs-page__item-button:hover{box-shadow:0 10px 25px #0f172a14}.dogs-page__item-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dogs-page__item-name{font-weight:700;font-size:1rem}.dogs-page__item-meta{margin:.35rem 0 0;color:var(--color-muted);font-size:.9rem}.dogs-page__item-meta--secondary{font-size:.82rem;color:var(--color-muted-light)}.dogs-page__status{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.dogs-page__status--waiting{background:#0ea5e91f;color:#0369a1}.dogs-page__status--in_walking{background:#f973161f;color:var(--color-primary-strong)}.dogs-page__status--completed{background:#22c55e1f;color:#047857}.dogs-page__detail{display:flex;flex-direction:column;gap:1.8rem}.dogs-page__detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dogs-page__detail-info{flex:1 1 auto;min-width:0}.dogs-page__detail-actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.dogs-page__detail-actions .kennels-page__dog-edit{font-size:.875rem}.dogs-page__detail-name{margin:0;font-size:1.6rem;font-weight:700}.dogs-page__detail-meta{margin:.35rem 0 0;color:var(--color-muted)}.dogs-page__detail-meta--secondary{color:var(--color-muted-light)}.dogs-page__detail-section{display:flex;flex-direction:column;gap:1rem}.dogs-page__detail-image{margin:0;display:grid;gap:.35rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 32px #0f172a14}.dogs-page__detail-image img{width:100%;height:min(320px,55vw);object-fit:cover;display:block}.dogs-page__detail-image-caption{margin:0 .95rem .85rem;font-size:.85rem;color:var(--color-muted)}.dogs-page__section-title{margin:0;font-size:1.05rem;font-weight:600}.dogs-page__status-actions{display:flex;flex-wrap:wrap;gap:.6rem}.dogs-page__status-button{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#fff;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.dogs-page__status-button:hover{border-color:var(--color-primary);color:var(--color-primary-strong)}.dogs-page__status-button--active{background:var(--color-primary);color:#fff;border-color:transparent;box-shadow:0 12px 28px #f973162e}.dogs-page__mutation-error{margin:0;font-size:.85rem;color:#b91c1c}.dogs-page__event-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.6rem}.dogs-page__event-status{font-weight:600;color:var(--color-primary-strong);margin-right:.6rem}.dogs-page__event-date{color:var(--color-muted);font-size:.85rem}.kennels-page{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:2.2rem}.kennels-page__header{display:flex;flex-direction:column;gap:.75rem}.kennels-page__controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.kennels-page__select{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--color-muted)}.kennels-page__select-label{font-weight:600}.kennels-page__select select{appearance:none;padding:.55rem .8rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);font-size:1rem;background:#fff}.kennels-page__board{display:grid;gap:1rem}@media (min-width: 768px){.kennels-page__board{gap:1.5rem}}@media (min-width: 1024px){.kennels-page__board{grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:2rem}}.kennels-page__layouts{background:#ffffffd9;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm)}@media (min-width: 768px){.kennels-page__layouts{padding:1.4rem}}.kennels-page__layouts h2{margin:0 0 1rem;font-size:1.1rem}.kennels-page__layout-actions{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.1rem}@media (min-width: 680px){.kennels-page__layout-actions{flex-direction:row;align-items:center;justify-content:space-between}}.kennels-page__layout-add{border:1px solid var(--color-primary);background:#f9731624;color:var(--color-primary);border-radius:var(--radius-md);padding:.48rem .95rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}.kennels-page__layout-add:hover{background:#f9731633;transform:translateY(-1px);box-shadow:0 12px 28px #f9731640}.kennels-page__layout-add:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.kennels-page__layout-hint{margin:0;font-size:.82rem;color:var(--color-muted)}.kennels-page__layout-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.kennels-page__layout-item{position:relative}.kennels-page__layout-edit{position:absolute;top:.65rem;right:.7rem;border:none;background:#0f172a0f;color:var(--color-muted);border-radius:var(--radius-sm);padding:.25rem .55rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.kennels-page__layout-edit:hover{background:#f9731629;color:var(--color-primary)}.kennels-page__layout-edit:focus{outline:2px solid rgba(249,115,22,.28);outline-offset:2px}.kennels-page__layout-button{width:100%;text-align:left;border:1px solid var(--color-border);background:#fffffff2;border-radius:var(--radius-md);padding:.9rem 3.2rem .9rem 1rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.kennels-page__layout-button:hover{border-color:var(--color-primary);box-shadow:0 10px 26px #0f172a1a}.kennels-page__layout-button--active{border-color:var(--color-primary);background:#f9731614;box-shadow:0 12px 28px #f973162e}.kennels-page__layout-name{display:block;font-weight:700}.kennels-page__layout-meta{display:block;margin-top:.35rem;font-size:.85rem;color:var(--color-muted)}.kennels-page__units{background:#ffffffe0;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);min-height:200px;overflow:hidden}@media (max-width: 1023px){.kennels-page__units{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}}@media (min-width: 768px){.kennels-page__units{padding:1.5rem;min-height:320px}}.kennels-page__units-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.3rem}.kennels-page__units-header-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.kennels-page__units-actions{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.kennels-page__units-edit{border:1px solid rgba(249,115,22,.3);background:#f973161f;color:var(--color-primary);border-radius:var(--radius-md);padding:.35rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.kennels-page__units-edit:hover{background:#f9731633;transform:translateY(-1px)}.kennels-page__units-edit:focus{outline:2px solid rgba(249,115,22,.28);outline-offset:2px}.kennels-page__units-edit:disabled{cursor:not-allowed;opacity:.6;transform:none}.kennels-page__units-meta{margin:0;color:var(--color-muted);font-size:.9rem}.kennels-page__units-meta--secondary{font-size:.8rem;color:#0f172a8c;margin-top:.25rem}.kennels-page__unit-grid{display:flex;flex-direction:column;gap:1.2rem}.kennels-page__unit-row{display:flex;flex-direction:column;gap:.8rem}.kennels-page__unit-row-title{margin:0;font-size:1rem;font-weight:600}.kennels-page__unit-row-scroll-container{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(249,115,22,.3) transparent}.kennels-page__unit-row-scroll-container::-webkit-scrollbar{height:6px}.kennels-page__unit-row-scroll-container::-webkit-scrollbar-track{background:#0f172a0d;border-radius:999px}.kennels-page__unit-row-scroll-container::-webkit-scrollbar-thumb{background:#f973164d;border-radius:999px}.kennels-page__unit-row-scroll-container::-webkit-scrollbar-thumb:hover{background:#f9731680}@media (min-width: 720px){.kennels-page__unit-row-scroll-container{overflow-x:visible}}.kennels-page__corridor{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;align-self:stretch;justify-self:center;width:clamp(64px,18vw,96px);padding:.2rem .35rem;border:1px dashed rgba(15,23,42,.2);background:#0f172a0a;font-size:.7rem;font-weight:600;color:var(--color-muted);min-height:100%}@media (min-width: 720px){.kennels-page__corridor{width:clamp(100px,12vw,160px);padding:.3rem .6rem;font-size:.76rem;gap:.4rem}}.kennels-page__corridor:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.kennels-page__unit-layout{display:grid;gap:.6rem;grid-auto-rows:minmax(200px,auto);align-items:stretch}@media (min-width: 720px){.kennels-page__unit-layout{gap:1rem;grid-auto-rows:minmax(240px,auto)}}.kennels-page__unit-layout-item{min-width:0;display:flex}.kennels-page__unit-layout-item>*{flex:1 1 auto}.kennels-page__structure{border-radius:var(--radius-md);border:1px dashed rgba(15,23,42,.18);background:#0f172a0a;padding:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;color:#0f172a99;font-size:.85rem;position:relative;text-align:center}.kennels-page__structure-label{font-weight:600;font-size:.95rem;color:var(--color-body)}.kennels-page__structure-position{font-size:.78rem;color:var(--color-muted)}.kennels-page__structure--corridor{align-items:center;justify-content:center;text-align:center;gap:.25rem}.kennels-page__structure--empty{border-style:dotted;color:#0f172a59}.kennels-page__unit-row-grid{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(138px,1fr));align-items:stretch}.kennels-page__unit-row-grid--with-corridor{grid-template-columns:minmax(0,1fr) minmax(64px,max-content) minmax(0,1fr)}@media (min-width: 720px){.kennels-page__unit-row-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.kennels-page__unit-row-grid--with-corridor{grid-template-columns:minmax(0,1fr) minmax(140px,.45fr) minmax(0,1fr)}}.kennels-page__unit-card{border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.1);padding:.65rem .7rem;background:#fff;display:flex;flex-direction:column;gap:.55rem;min-width:0}@media (min-width: 720px){.kennels-page__unit-card{padding:1rem 1.1rem;gap:.75rem}}.kennels-page__unit-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.kennels-page__unit-identity{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.kennels-page__unit-edit{border:1px solid rgba(249,115,22,.3);background:#f973161f;color:var(--color-primary);border-radius:var(--radius-sm);padding:.25rem .55rem;font-size:.75rem;font-weight:600;flex-shrink:0;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.kennels-page__unit-edit:hover{background:#f9731633;transform:translateY(-1px)}.kennels-page__unit-edit:focus{outline:2px solid rgba(249,115,22,.28);outline-offset:2px}.kennels-page__structure-edit{border:1px solid rgba(249,115,22,.3);background:#f973161f;color:var(--color-primary);border-radius:var(--radius-sm);padding:.25rem .55rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease;position:absolute;top:.55rem;right:.55rem}.kennels-page__structure-edit:hover{background:#f9731633;transform:translateY(-1px)}.kennels-page__structure-edit:focus{outline:2px solid rgba(249,115,22,.28);outline-offset:2px}.kennels-page__unit-label{font-weight:700;font-size:.85rem;overflow-wrap:anywhere}@media (min-width: 720px){.kennels-page__unit-label{font-size:1rem}}.kennels-page__unit-side{font-size:.75rem;color:var(--color-muted);overflow-wrap:anywhere}@media (min-width: 720px){.kennels-page__unit-side{font-size:.85rem}}.kennels-page__unit-meta{margin:0;color:var(--color-muted);font-size:.8rem}@media (min-width: 720px){.kennels-page__unit-meta{font-size:.88rem}}.kennels-page__unit-dogs{display:inline-flex;margin-left:.35rem;font-size:1rem;letter-spacing:.05em}.kennels-page__unit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.kennels-page__unit-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--color-muted)}@media (min-width: 720px){.kennels-page__unit-form{gap:.6rem}.kennels-page__unit-form label{gap:.3rem;font-size:.82rem}}.kennels-page__unit-form input{padding:.35rem .45rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.16);font-size:.85rem;width:100%}@media (min-width: 720px){.kennels-page__unit-form input{padding:.4rem .5rem;font-size:.9rem}}.kennels-page__dog-form-error{margin:0;font-size:.8rem;color:#b91c1c}.kennels-page__dog-info{display:grid;gap:.6rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(15,23,42,.12);min-width:0;width:100%}.kennels-page__dog-summary{display:grid;gap:.45rem;width:100%;min-width:0;padding:.65rem .7rem;border:1px dashed rgba(15,23,42,.16);border-radius:var(--radius-md);background:#0f172a05;color:inherit;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box;transition:background .2s ease,border-color .2s ease}@media (min-width: 720px){.kennels-page__dog-summary{padding:.8rem .85rem;gap:.55rem}}.kennels-page__dog-summary:hover,.kennels-page__dog-summary:focus-visible{background:#0f172a0f;border-color:#0f172a3d;outline:none}.kennels-page__dog-summary:active{background:#0f172a14}.kennels-page__dog-summary-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.kennels-page__dog-summary-title{font-weight:600;font-size:.85rem}@media (min-width: 720px){.kennels-page__dog-summary-title{font-size:1rem}}.kennels-page__dog-summary-helper{font-size:.75rem;font-weight:600;color:var(--color-primary)}@media (min-width: 720px){.kennels-page__dog-summary-helper{font-size:.82rem}}.kennels-page__dog-summary-names{display:flex;flex-wrap:wrap;gap:.3rem}@media (min-width: 720px){.kennels-page__dog-summary-names{gap:.4rem}}.kennels-page__dog-summary-name{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:var(--radius-sm, .45rem);background:#0f172a14;font-size:.74rem;font-weight:600;color:#0f172ad1;line-height:1.2}@media (min-width: 720px){.kennels-page__dog-summary-name{font-size:.82rem}}.kennels-page__dog-summary-name--overflow{background:#f973161f;color:var(--color-primary);border:1px dashed rgba(249,115,22,.26)}.kennels-page__dog-summary-statuses{display:flex;flex-wrap:wrap;gap:.35rem}@media (min-width: 720px){.kennels-page__dog-summary-statuses{gap:.4rem}}.kennels-page__dog-summary-statuses .kennels-page__dog-status{font-size:.65rem;padding-inline:.45rem}@media (min-width: 720px){.kennels-page__dog-summary-statuses .kennels-page__dog-status{font-size:.78rem;padding-inline:.5rem}}.kennels-page__dog-summary-empty{font-size:.75rem;color:var(--color-muted)}@media (min-width: 720px){.kennels-page__dog-summary-empty{font-size:.82rem}}.kennels-page__dog-info-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-width:0}.kennels-page__dog-info-title{font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;gap:.2rem}.kennels-page__dog-info-title-mobile{display:inline-flex;align-items:center}.kennels-page__dog-info-title-desktop{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media (min-width: 720px){.kennels-page__dog-info-title-mobile{display:none}.kennels-page__dog-info-title-desktop{display:block}}.kennels-page__dog-open{padding:.35rem .6rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background:#0f172a0a;color:var(--color-muted);font-weight:600;font-size:.8rem;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}@media (min-width: 720px){.kennels-page__dog-open{padding:.4rem .75rem;font-size:.9rem}}@media (max-width: 480px){.kennels-page__dog-info-header{flex-direction:column;align-items:stretch;gap:.5rem}.kennels-page__dog-open{display:flex;justify-content:center;width:100%}}.kennels-page__dog-open:disabled{opacity:1;cursor:not-allowed;background:#0f172a05!important;border-color:#0f172a14!important;color:#0f172a59!important;filter:none}.kennels-page__dog-open:hover:not(:disabled){background:#0f172a14;border-color:#0f172a2e;color:#0f172a}.kennels-page__dog-info-list{margin:0;padding:0;list-style:none;display:grid;gap:.7rem}.kennels-page__dog-info-item{display:grid;gap:.45rem;padding:.6rem .65rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background:#f973160d}@media (min-width: 720px){.kennels-page__dog-info-item{padding:.75rem .8rem;gap:.5rem}}.kennels-page__dog-info-main{display:flex;align-items:center;gap:.8rem}.kennels-page__dog-info-primary{display:flex;align-items:center;gap:.6rem;flex:1 1 auto}.kennels-page__dog-info-name{font-weight:600;font-size:.85rem}@media (min-width: 720px){.kennels-page__dog-info-name{font-size:1rem}}.kennels-page__dog-info-note{margin:0;font-size:.75rem;color:var(--color-muted);line-height:1.4}@media (min-width: 720px){.kennels-page__dog-info-note{font-size:.82rem}}.kennels-page__dog-info-empty{margin:0;font-size:.82rem;color:var(--color-muted)}.kennels-page__dog-info-header-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.kennels-page__dog-info-overview{display:flex;align-items:center;gap:.55rem}.kennels-page__dog-info-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;font-size:.82rem;color:var(--color-muted)}.kennels-page__dog-info-meta-line{display:block;line-height:1.4}.kennels-page__dog-info-thumbnail{width:2.25rem;height:2.25rem;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;box-shadow:0 2px 6px #1018281f}@media (min-width: 720px){.kennels-page__dog-info-thumbnail{width:2.75rem;height:2.75rem}}.kennels-page__dog-info-thumbnail[role=button]{cursor:zoom-in}.kennels-page__dog-info-thumbnail--placeholder{display:grid;place-items:center;background:#0f172a0d;color:#0f172a73;font-size:1.2rem}@media (min-width: 720px){.kennels-page__dog-info-thumbnail--placeholder{font-size:1.4rem}}.kennels-page__dog-controls{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem}.kennels-page__dog-info-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.kennels-page__dog-info-actions--readonly{justify-content:flex-start}.kennels-page__dog-edit{padding:.3rem .55rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.18);background:#fff;color:var(--color-muted);font-weight:600;font-size:.75rem;cursor:pointer;transition:background .2s ease,color .2s ease}@media (min-width: 720px){.kennels-page__dog-edit{padding:.35rem .7rem;font-size:.85rem}}.kennels-page__dog-edit:hover:not(:disabled){background:#f9731614}.kennels-page__dog-edit:disabled{opacity:.4;cursor:not-allowed;background:#0f172a08!important;color:#0f172a4d!important;border-color:#0f172a14!important;filter:grayscale(1)}.kennels-page__image-preview{position:fixed;inset:0;display:grid;place-items:center;z-index:1200}.kennels-page__image-preview-backdrop{position:absolute;inset:0;background:#0f172a80}.kennels-page__image-preview-body{position:relative;z-index:1;max-width:min(90vw,640px);max-height:90vh;padding:1.25rem;border-radius:var(--radius-lg);background:#fff;box-shadow:0 16px 40px #0f172a52;display:grid;gap:.75rem;align-items:center;justify-items:center}.kennels-page__image-preview-body img{max-width:100%;max-height:65vh;border-radius:var(--radius-md);object-fit:contain}.kennels-page__image-preview-close{position:absolute;top:.75rem;right:.75rem;padding:.35rem .65rem;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;background:#0f172ab8;color:#fff}.kennels-page__image-preview-close:hover{background:#0f172ad9}.kennels-page__image-preview-caption{margin:0;font-size:.85rem;color:var(--color-muted);text-align:center;word-break:keep-all}.kennels-page__dog-control-button{padding:.3rem .7rem;border-radius:var(--radius-md);border:none;font-weight:600;font-size:.7rem;cursor:pointer;color:#fff;white-space:nowrap}@media (min-width: 720px){.kennels-page__dog-control-button{padding:.4rem .9rem;font-size:.8rem}}.kennels-page__dog-control-button:disabled{opacity:.4;cursor:not-allowed;background:#0f172a26!important;color:#0f172a66!important;filter:grayscale(1)}.kennels-page__dog-control-button--start{background:var(--color-accent)}.kennels-page__dog-control-button--start:hover:not(:disabled){background:#0f9a8f}.kennels-page__dog-control-button--stop{background:#dc2626}.kennels-page__dog-control-button--stop:hover:not(:disabled){background:#b91c1c}.kennels-page__dog-status{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:999px;font-size:.68rem;font-weight:600}@media (min-width: 720px){.kennels-page__dog-status{padding:.15rem .6rem;font-size:.75rem}}.kennels-page__dog-status--waiting{background:#3b82f626;color:#1d4ed8}.kennels-page__dog-status--in_walking{background:#10b98129;color:#0f766e}.kennels-page__dog-status--completed{background:#64748b2e;color:#475569}.kennels-page__dog-status-error{margin:0;font-size:.8rem;color:#b91c1c}.kennels-page__dog-events-toggle{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .3rem;border:none;background:transparent;font-size:.82rem;font-weight:600;color:var(--color-muted);cursor:pointer}.kennels-page__dog-events-toggle:hover,.kennels-page__dog-events-toggle--open{color:var(--color-primary)}.kennels-page__dog-events-toggle span[aria-hidden=true]{font-size:.9rem}.kennels-page__dog-events-label{text-decoration:underline;text-decoration-color:#0f172a29;text-decoration-thickness:1px;text-underline-offset:.2rem}.kennels-page__dog-events{margin-top:.5rem;padding-top:.65rem;border-top:1px solid rgba(15,23,42,.12);display:grid;gap:.45rem}.kennels-page__dog-events-message{margin:0;font-size:.8rem;color:var(--color-muted)}.kennels-page__dog-events-error{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;font-size:.8rem;color:#b91c1c}.kennels-page__dog-events-error button{padding:.35rem .75rem;border-radius:var(--radius-md);border:none;background:var(--color-primary);color:#fff;font-weight:600;cursor:pointer}.kennels-page__dog-events-error button:hover{background:var(--color-primary-strong)}.kennels-page__dog-events-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.kennels-page__dog-events-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.kennels-page__dog-events-row time{font-size:.8rem;color:var(--color-muted)}.kennels-page__dog-event-note{margin:.3rem 0 0;font-size:.8rem;color:var(--color-muted);line-height:1.4}.kennels-page__dog-modal{position:fixed;inset:0;display:grid;place-items:center;padding:1.5rem;z-index:1000}.layout-modal{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center}.layout-modal__backdrop{position:absolute;inset:0;background:#0f172a8c}.layout-modal__body{position:relative;width:min(920px,96%);max-height:92vh;overflow-y:auto;background:#fff;border-radius:var(--radius-lg);box-shadow:0 24px 52px #0f172a52;padding:1.6rem}@media (min-width: 768px){.layout-modal__body{padding:2.2rem}}.layout-modal__header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.layout-modal__header h2{margin:0;font-size:1.35rem;font-weight:700}.layout-modal__description{margin:0;font-size:.92rem;color:var(--color-muted)}.layout-modal__loading{margin:0 0 1rem;font-size:.9rem;color:var(--color-muted)}.layout-modal__form{display:flex;flex-direction:column;gap:1.4rem}.layout-modal__fieldset{border:0;margin:0;padding:0;display:block}.layout-modal__grid{display:grid;gap:1rem}@media (min-width: 768px){.layout-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-modal__grid .layout-modal__field:first-child,.layout-modal__field--metadata{grid-column:span 2}}.layout-modal__field{display:flex;flex-direction:column;gap:.35rem}.layout-modal__field span{font-weight:600;font-size:.88rem;color:var(--color-muted)}.layout-modal__field input,.layout-modal__field textarea,.layout-modal__field select{border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.15);padding:.6rem .7rem;font-size:.95rem;background:#fff}.layout-modal__field textarea{min-height:90px;resize:vertical}.layout-modal__field input:focus,.layout-modal__field textarea:focus,.layout-modal__field select:focus{outline:none;border-color:#f97316a6;box-shadow:0 0 0 3px #f9731633}.layout-modal__field--condensed{max-width:240px}.layout-modal__field--small{max-width:140px}.layout-modal__field--metadata textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.layout-modal__units{display:flex;flex-direction:column;gap:1rem}.layout-modal__units-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.layout-modal__units-header h3{margin:0;font-size:1.05rem}.layout-modal__add-unit{border:1px solid rgba(249,115,22,.3);background:#f973161f;color:var(--color-primary);border-radius:var(--radius-md);padding:.35rem .85rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.layout-modal__add-unit:hover{background:#f9731633;transform:translateY(-1px)}.layout-modal__units-empty{margin:0;font-size:.88rem;color:var(--color-muted);background:#0f172a08;border-radius:var(--radius-md);padding:.9rem 1rem}.layout-modal__units-grid{display:flex;flex-direction:column;gap:1rem}.layout-modal__unit-card{border:1px solid rgba(15,23,42,.12);border-radius:var(--radius-lg);padding:1rem;background:#fffffff2;box-shadow:var(--shadow-sm)}@media (min-width: 720px){.layout-modal__unit-card{padding:1.2rem 1.4rem}}.layout-modal__unit-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem}.layout-modal__unit-header h4{margin:0;font-size:1rem;font-weight:700}.layout-modal__unit-remove{border:none;background:#ef44441f;color:#b91c1c;border-radius:var(--radius-sm);padding:.3rem .65rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.layout-modal__unit-remove:hover{background:#ef444433;transform:translateY(-1px)}.layout-modal__unit-grid{display:grid;gap:.75rem}@media (min-width: 720px){.layout-modal__unit-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.layout-modal__error{margin:0;color:#dc2626;font-weight:600}.layout-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.layout-modal__button{border-radius:var(--radius-md);border:1px solid transparent;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.layout-modal__button--secondary{background:#0f172a0f;color:var(--color-muted)}.layout-modal__button--secondary:hover{background:#0f172a1a}.layout-modal__button--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 14px 32px #f9731647}.layout-modal__button--primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px #f9731652}.layout-modal__button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.shelters-page{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.shelters-page__header{display:flex;flex-direction:column;gap:.8rem}.shelters-page__header-actions{margin-top:.6rem;display:flex;justify-content:flex-start}@media (min-width: 640px){.shelters-page__header-actions{justify-content:flex-end}}.shelters-page__primary-button,.shelters-page__secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.05rem;border-radius:var(--radius-md);border:1px solid transparent;font-weight:600;font-size:.94rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.shelters-page__primary-button{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 10px 26px #f9731638}.shelters-page__primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #f973164d}.shelters-page__primary-button:active{transform:translateY(0);box-shadow:0 9px 20px #f973163d}.shelters-page__secondary-button{background:#f9731614;border-color:#f9731640;color:var(--color-primary)}.shelters-page__secondary-button:hover{background:#f973161f}.shelters-page__secondary-button:active{background:#f973162e}.shelters-page__primary-button:disabled,.shelters-page__secondary-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.shelters-page__body{display:grid;gap:1rem}@media (min-width: 768px){.shelters-page__body{gap:1.5rem}}@media (min-width: 900px){.shelters-page__body{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);gap:2rem}}.shelters-page__list-panel,.shelters-page__detail-panel{background:#ffffffd9;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);min-height:200px}@media (min-width: 768px){.shelters-page__list-panel,.shelters-page__detail-panel{padding:1.4rem;min-height:280px}}.shelters-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.shelters-page__item{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff}.shelters-page__item-content{position:relative}.shelters-page__item--active{border-color:var(--color-primary);box-shadow:0 8px 20px #f973162e}.shelters-page__item-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.shelters-page__item-button{width:100%;border:none;background:none;padding:1rem 1.1rem;text-align:left;border-radius:inherit;cursor:pointer}.shelters-page__item-name{font-weight:700;font-size:1rem}.shelters-page__item-meta{margin:.35rem 0 0;color:var(--color-muted);font-size:.9rem}.shelters-page__item-meta--secondary{color:var(--color-muted-light);font-size:.82rem}.shelters-page__item-edit{position:absolute;top:.65rem;right:.75rem;border:none;background:#0f172a0f;color:var(--color-muted);border-radius:var(--radius-sm);padding:.25rem .6rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.shelters-page__item-edit:hover{background:#f9731626;color:var(--color-primary)}.shelters-page__item-edit:focus{outline:2px solid rgba(249,115,22,.35);outline-offset:2px}.shelters-page__detail{display:flex;flex-direction:column;gap:1.6rem}.shelters-page__detail-header{display:flex;flex-direction:column;gap:.4rem}@media (min-width: 768px){.shelters-page__detail-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.shelters-page__detail-actions{display:flex;justify-content:flex-start;margin-top:.5rem}@media (min-width: 768px){.shelters-page__detail-actions{margin-top:0}}.shelters-page__detail-name{margin:0;font-size:1.5rem;font-weight:700}.shelters-page__detail-meta{margin:0;color:var(--color-muted)}.shelters-page__detail-meta--secondary{color:var(--color-muted-light)}.shelters-page__detail-section{display:flex;flex-direction:column;gap:1rem}.shelters-page__section-title{margin:0;font-size:1.05rem;font-weight:600}.shelters-page__layout-table{width:100%;border-collapse:collapse;background:#ffffffe6;border-radius:var(--radius-md);overflow:hidden}.shelters-page__layout-table th,.shelters-page__layout-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;font-size:.9rem}.shelters-page__layout-table tbody tr:last-child th,.shelters-page__layout-table tbody tr:last-child td{border-bottom:none}.shelter-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center}.shelter-modal__backdrop{position:absolute;inset:0;background:#0f172a85}.shelter-modal__body{position:relative;background:#fff;border-radius:var(--radius-lg);box-shadow:0 22px 46px #0f172a47;width:min(520px,92%);max-height:90vh;overflow-y:auto;padding:1.6rem}@media (min-width: 768px){.shelter-modal__body{width:min(560px,94%);padding:2rem}}.shelter-modal__header{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.1rem}.shelter-modal__header h2{margin:0;font-size:1.32rem;font-weight:700}.shelter-modal__description{margin:0;font-size:.92rem;color:var(--color-muted)}.shelter-modal__form{display:flex;flex-direction:column;gap:1rem}.shelter-modal__field{display:flex;flex-direction:column;gap:.4rem}.shelter-modal__field span{font-weight:600;font-size:.9rem;color:var(--color-muted)}.shelter-modal__field input,.shelter-modal__field textarea{width:100%;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);padding:.65rem .75rem;font-size:.95rem;background:#fff;resize:vertical}.shelter-modal__field input:focus,.shelter-modal__field textarea:focus{outline:none;border-color:#f97316a6;box-shadow:0 0 0 3px #f973162e}.shelter-modal__error{margin:0;color:#dc2626;font-size:.88rem;font-weight:600}.shelter-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.shelter-modal__button{padding:.55rem 1.05rem;border-radius:var(--radius-md);border:1px solid transparent;font-weight:600;font-size:.94rem;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.shelter-modal__button--secondary{background:#0f172a0f;color:var(--color-muted)}.shelter-modal__button--secondary:hover{background:#0f172a1a}.shelter-modal__button--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 12px 30px #f9731647}.shelter-modal__button--primary:hover{transform:translateY(-1px);box-shadow:0 16px 34px #f9731652}.shelter-modal__button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}body.admin-dashboard-page{width:100%;overflow-x:hidden}body.admin-dashboard-page>svg[style*=translateZ]{position:fixed!important;inset:0!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}.admin-dashboard{width:min(100%,var(--max-width));max-width:var(--max-width);margin:0 auto;padding:2.4rem 1.5rem 3.6rem;display:flex;flex-direction:column;gap:2.4rem;box-sizing:border-box;overflow-x:hidden}@media (max-width: 767px){.admin-dashboard{padding:1.8rem 1rem 2.6rem;gap:2rem;width:100%}}.admin-dashboard__header{display:flex;flex-direction:column;gap:1.8rem}@media (min-width: 768px){.admin-dashboard__header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}}.admin-dashboard__heading{display:flex;flex-direction:column;gap:.6rem}.admin-dashboard__heading .page-eyebrow{font-size:.78rem;letter-spacing:.16em;color:var(--color-muted-light)}.admin-dashboard__title{margin:0;font-size:clamp(1.7rem,1.4vw + 1.2rem,2.1rem);font-weight:700;line-height:1.25;color:#1f2933}.admin-dashboard__subtitle{margin:0;max-width:60ch;color:var(--color-muted);font-size:.95rem}.admin-dashboard__controls{display:flex;align-items:flex-end;justify-content:flex-start}@media (min-width: 768px){.admin-dashboard__controls{justify-content:flex-end}}.admin-dashboard__filter{display:flex;flex-direction:column;gap:.45rem;font-size:.95rem;color:var(--color-muted)}.admin-dashboard__filter span{font-weight:600}.admin-dashboard__filter select{appearance:none;min-width:180px;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background-color:#fff;color:#0f172a;font-size:.95rem;line-height:1.45;background-image:linear-gradient(45deg,transparent 50%,rgba(15,23,42,.45) 50%),linear-gradient(135deg,rgba(15,23,42,.45) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.admin-dashboard__filter input[type=date]{min-width:180px;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background-color:#fff;color:#0f172a;font-size:.95rem;line-height:1.45}.admin-dashboard__section{width:100%;background:#fffffff0;border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 40px #0f172a14;padding:2rem;display:flex;flex-direction:column;gap:1.8rem}@media (max-width: 767px){.admin-dashboard__section{padding:1.6rem;gap:1.5rem}}.admin-dashboard__section-header{display:flex;flex-direction:column;gap:.4rem}@media (min-width: 640px){.admin-dashboard__section-header{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}}.admin-dashboard__section-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#1f2933}.admin-dashboard__section-copy{margin:.45rem 0 0;color:var(--color-muted);font-size:.94rem;line-height:1.6}.admin-dashboard__section-period{font-size:.9rem;color:var(--color-muted)}.admin-dashboard__cards{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.admin-dashboard__cards--compact{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.admin-dashboard__card{background:var(--color-surface-alt);border-radius:var(--radius-md);padding:1.4rem;display:flex;flex-direction:column;gap:.55rem;border:1px solid rgba(15,23,42,.08)}.admin-dashboard__card h3{margin:0;font-size:1.05rem;font-weight:600;color:#334155}.admin-dashboard__card-value{margin:0;font-size:1.4rem;font-weight:700;color:#0f172a}.admin-dashboard__card-helper{margin:0;font-size:.9rem;color:var(--color-muted)}.admin-dashboard__grid{display:grid;gap:2rem}@media (min-width: 1024px){.admin-dashboard__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.admin-dashboard__panel{display:flex;flex-direction:column;gap:1.4rem}.admin-dashboard__panel-header{display:flex;flex-direction:column;gap:.35rem}.admin-dashboard__panel-header h3{margin:0;font-size:1.05rem;font-weight:600;color:#1f2933}.admin-dashboard__panel-header span{font-size:.9rem;color:var(--color-muted)}.admin-dashboard__table-wrapper{overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.08)}.admin-dashboard__table-wrapper table{width:100%;border-collapse:collapse;font-size:1rem}.admin-dashboard__table-wrapper thead{background-color:#0f172a0d;color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.admin-dashboard__table-wrapper th,.admin-dashboard__table-wrapper td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(15,23,42,.06)}.admin-dashboard__table-wrapper tbody tr:last-child th,.admin-dashboard__table-wrapper tbody tr:last-child td{border-bottom:none}.admin-dashboard__bar{position:relative;height:.7rem;background-color:#94a3b840;border-radius:999px;overflow:hidden}.admin-dashboard__bar span{position:absolute;inset:0;background:linear-gradient(90deg,#4f46e5,#06b6d4);border-radius:inherit}.admin-dashboard__trend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-dashboard__trend-label{font-size:.9rem;color:var(--color-muted)}.admin-dashboard__trend-value{font-size:1rem;font-weight:600;color:#0f172a}.admin-dashboard__placeholder{padding:1.6rem;border-radius:var(--radius-md);background-color:#ffffffd9;text-align:center;font-size:1rem;color:var(--color-muted);border:1px dashed rgba(15,23,42,.12)}.admin-dashboard__placeholder--error{background-color:#fee2e2b3;color:#b91c1c;border-color:#f8717159}.admin-dashboard__empty{text-align:center;color:#94a3b8;font-size:1rem;padding:2.2rem 0}.admin-dashboard__sub-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.4rem}.admin-dashboard__action-row{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;width:100%}.admin-dashboard__action-hint{font-size:.9rem;color:var(--color-muted)}.admin-dashboard__layout-list{display:flex;flex-direction:column;gap:1.6rem}.admin-dashboard__layout-header{align-items:stretch;gap:1rem}@media (min-width: 768px){.admin-dashboard__layout-header{flex-direction:row;justify-content:space-between;align-items:center}}.admin-dashboard__layout-info{display:flex;flex-direction:column;gap:.35rem}.admin-dashboard__layout-info span{color:var(--color-muted);font-size:.9rem}.admin-dashboard__layout-metrics{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;font-size:.95rem;color:#0f172a}.admin-dashboard__layout-rate{font-weight:600;color:#4f46e5}.admin-dashboard__layout-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:999px;background-color:#0f172a;color:#fff;border:none;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.admin-dashboard__layout-toggle:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a1f}.admin-dashboard__layout-toggle:focus-visible{outline:2px solid rgba(79,70,229,.65);outline-offset:3px}.admin-dashboard__layout-toggle:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.admin-dashboard__layout-summary{margin-top:.4rem;font-size:.95rem;color:var(--color-muted)}.admin-dashboard__table-wrapper--dense table{font-size:.95rem}.admin-dashboard__table-wrapper--dense th,.admin-dashboard__table-wrapper--dense td{padding:.85rem 1rem}.admin-dashboard__dog{display:inline-flex;align-items:center;gap:.75rem;max-width:100%}.admin-dashboard__dog-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:#e2e8f0}.admin-dashboard__dog-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;color:#475569;font-weight:600;font-size:1rem}.admin-dashboard__dog-name{display:inline-block;font-weight:600;color:#0f172a;line-height:1.3}.admin-dashboard__status{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.admin-dashboard__status--positive{background-color:#34d39933;color:#047857}.admin-dashboard__status--neutral{background-color:#94a3b838;color:#475569}@media (max-width: 600px){.admin-dashboard__controls,.admin-dashboard__filter{width:100%}.admin-dashboard__filter select{width:100%;min-width:0}.admin-dashboard__grid{gap:1.6rem}.admin-dashboard__table-wrapper{overflow:visible;border:none}.admin-dashboard__table-wrapper table{display:block}.admin-dashboard__table-wrapper thead{display:none}.admin-dashboard__table-wrapper tbody{display:flex;flex-direction:column;gap:1rem}.admin-dashboard__table-wrapper tbody tr{display:flex;flex-direction:column;gap:.75rem;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-md);padding:1.2rem 1.4rem;background-color:#fff}.admin-dashboard__table-wrapper tbody tr th,.admin-dashboard__table-wrapper tbody tr td{padding:0;border-bottom:none}.admin-dashboard__table-wrapper tbody tr th{font-size:1rem;font-weight:600;color:#0f172a}.admin-dashboard__table-wrapper tbody tr td{display:flex;justify-content:space-between;align-items:center;gap:1.1rem;font-size:.95rem;color:#0f172a}.admin-dashboard__table-wrapper tbody tr td[data-label]:before{content:attr(data-label);color:var(--color-muted);font-weight:500;font-size:.85rem}.admin-dashboard__cell--bar{flex-direction:column;align-items:flex-start;gap:.55rem}.admin-dashboard__cell--bar:before{margin-bottom:.2rem}.admin-dashboard__cell--bar .admin-dashboard__bar{width:100%}.admin-dashboard__table-wrapper tbody tr .admin-dashboard__empty{display:block;width:100%;text-align:center;padding:1.6rem 0}.admin-dashboard__trend-list{gap:.75rem}.admin-dashboard__sub-controls{flex-direction:column}.admin-dashboard__layout-metrics{flex-direction:column;align-items:flex-start;gap:.6rem}.admin-dashboard__layout-toggle{width:100%;justify-content:center}}@media (prefers-reduced-motion: no-preference){.admin-dashboard__bar span{transition:width .4s ease}}.admin-dashboard__map-intro{margin:0;color:var(--color-muted);font-size:.92rem;line-height:1.5}.admin-dashboard__map-layout{display:grid;gap:1.6rem;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start}.admin-dashboard__map-layout--expanded{grid-template-columns:1fr}@media (max-width: 1023px){.admin-dashboard__map-layout{grid-template-columns:1fr}}.admin-dashboard__map-wrapper{position:relative;display:flex;flex-direction:column;border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.08);background:#f1f5f9;overflow:hidden}.admin-dashboard__map-wrapper--expanded{min-height:clamp(480px,78vh,820px)}.admin-dashboard__map-surface-toolbar{position:absolute;top:1rem;right:1rem;z-index:5;display:flex;gap:.5rem;pointer-events:none}.admin-dashboard__map-surface{position:relative;flex:1 1 auto}.admin-dashboard__map-surface--expanded .admin-dashboard__map-canvas{height:clamp(520px,78vh,860px)}.admin-dashboard__map-canvas{width:100%;height:clamp(360px,52vh,520px)}.admin-dashboard__map-overlay{position:absolute;inset:0;background:#0f172aa6;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.8rem;font-size:1rem;gap:.6rem}.admin-dashboard__map-volunteers{padding:1.4rem 1.6rem 1.8rem;background:#fffffff2;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:1rem}.admin-dashboard__map-volunteers--hidden{display:none}.admin-dashboard__map-overlay p{margin:0}.admin-dashboard__map-panel{display:flex;flex-direction:column;gap:1.4rem}.admin-dashboard__map-toolbar{display:flex;flex-direction:column;gap:.9rem}@media (min-width: 768px){.admin-dashboard__map-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.admin-dashboard__map-stats{display:flex;flex-wrap:wrap;gap:.9rem;font-size:.9rem;color:var(--color-muted)}.admin-dashboard__map-stats strong{margin-left:.35rem;color:#0f172a;font-weight:600}.admin-dashboard__map-filter{display:inline-flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0 .4rem}.admin-dashboard__map-filter button{border:1px solid rgba(15,23,42,.18);background:#fff;color:#334155;border-radius:999px;font-size:.85rem;font-weight:600;padding:.35rem .9rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.admin-dashboard__map-filter button[data-active=true]{background:#2563eb2e;border-color:#2563eb8c;color:#1d4ed8}.admin-dashboard__map-form{display:flex;flex-direction:column;gap:1rem;padding:1.4rem;border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.06);background:#f8fafce6;box-shadow:0 10px 28px #0f172a14}.admin-dashboard__map-form-row{display:flex;flex-direction:column;gap:.45rem;font-size:.92rem;color:#0f172a}.admin-dashboard__address-field{position:relative;display:flex;flex-direction:column;gap:.35rem}.admin-dashboard__map-form-row input,.admin-dashboard__map-form-row textarea{width:100%;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);font-size:.95rem;line-height:1.45;background:#fff;color:#0f172a}.admin-dashboard__file-input{display:inline-flex;align-items:center;gap:.75rem;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;font-size:.93rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.admin-dashboard__file-input:hover{border-color:#2563eb59;box-shadow:0 0 0 2px #2563eb14}.admin-dashboard__file-input:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.admin-dashboard__file-input::-webkit-file-upload-button{margin-right:.85rem;padding:.4rem 1rem;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:.82rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-dashboard__file-input::file-selector-button{margin-right:.85rem;padding:.4rem 1rem;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:.82rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-dashboard__file-input::-webkit-file-upload-button:hover,.admin-dashboard__file-input::file-selector-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #2563eb47}.admin-dashboard__file-input::-webkit-file-upload-button:active,.admin-dashboard__file-input::file-selector-button:active{transform:translateY(0);box-shadow:0 3px 8px #2563eb38}.admin-dashboard__select{width:100%;appearance:none;padding:.6rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.14);background:linear-gradient(135deg,#2563eb1f,#2563eb2e) padding-box,#fff;color:#0f172a;font-size:.93rem;font-weight:500;line-height:1.4;background-image:linear-gradient(45deg,transparent 50%,rgba(37,99,235,.66) 50%),linear-gradient(135deg,rgba(37,99,235,.66) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:7px 7px,7px 7px;background-repeat:no-repeat;transition:border-color .2s ease,box-shadow .2s ease}.admin-dashboard__select:hover{border-color:#2563eb73;box-shadow:0 0 0 2px #2563eb14}.admin-dashboard__select:focus-visible{border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb1f;outline:none}.admin-dashboard__map-form-row textarea{min-height:90px;resize:vertical}.admin-dashboard__address-suggestions{position:absolute;top:calc(100% + .3rem);left:0;right:0;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:var(--radius-md);box-shadow:0 16px 36px #0f172a29;overflow:visible;z-index:30}.admin-dashboard__address-suggestions-inner{max-height:260px;overflow-y:auto;padding:.25rem 0}.admin-dashboard__address-suggestion{width:100%;border:none;background:transparent;padding:.7rem 1rem;display:flex;flex-direction:column;gap:.25rem;text-align:left;cursor:pointer;transition:background-color .15s ease}.admin-dashboard__address-suggestion:hover,.admin-dashboard__address-suggestion:focus-visible{background:#2563eb14;outline:none}.admin-dashboard__address-suggestion-title{font-weight:600;font-size:.95rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-dashboard__address-suggestion-subtitle{font-size:.85rem;color:var(--color-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-dashboard__address-suggestions-status{padding:.8rem 1rem;font-size:.85rem;color:var(--color-muted)}.admin-dashboard__map-form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-dashboard__map-form-row--inline{flex-direction:column}@media (min-width: 640px){.admin-dashboard__map-form-row--inline{flex-direction:row;align-items:center;justify-content:space-between}.admin-dashboard__map-form-row--inline label{margin:0}}.admin-dashboard__radio-group{display:flex;flex-wrap:wrap;gap:.6rem}.admin-dashboard__radio-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(15,23,42,.18);background:#fff;font-weight:600;font-size:.88rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.admin-dashboard__radio-chip input{position:absolute;opacity:0;pointer-events:none}.admin-dashboard__radio-chip[data-checked=true]{border-color:#2563eb8c;background:#2563eb1f;color:#1d4ed8}.admin-dashboard__radio-chip:focus-within{outline:2px solid rgba(37,99,235,.45);outline-offset:3px}.admin-dashboard__color-control{display:flex;align-items:center;gap:.6rem}.admin-dashboard__color-input{width:48px;height:32px;padding:0;border:1px solid rgba(15,23,42,.2);border-radius:var(--radius-sm);background:#fff;cursor:pointer}.admin-dashboard__color-preview{width:1.2rem;height:1.2rem;border-radius:50%;border:1px solid rgba(15,23,42,.18);background:#cbd5f5}.admin-dashboard__form-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.admin-dashboard__button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease}.admin-dashboard__button--primary{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 20px #2563eb3d}.admin-dashboard__button--primary:disabled{background:#2563eb80;box-shadow:none;cursor:not-allowed}.admin-dashboard__button--ghost{background:#fff;border:1px solid rgba(15,23,42,.14);color:#0f172a}.admin-dashboard__button--compact{padding:.4rem .85rem;font-size:.85rem}.admin-dashboard__button--ghost:disabled{opacity:.55;cursor:not-allowed;border-color:#0f172a1a;color:#0f172a66;box-shadow:none}.admin-dashboard__button--ghost:hover{border-color:#2563eb59;color:#1d4ed8}.admin-dashboard__button--danger{background:linear-gradient(90deg,#ef4444,#dc2626);color:#fff;box-shadow:0 10px 20px #dc26263d}.admin-dashboard__button:focus-visible{outline:2px solid rgba(37,99,235,.6);outline-offset:3px}.admin-dashboard__slider-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.admin-dashboard__slider-tab{border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:var(--radius-md);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem;text-align:left;color:#334155;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.admin-dashboard__slider-tab strong{font-size:.98rem}.admin-dashboard__slider-tab span{font-size:.85rem;color:var(--color-muted)}.admin-dashboard__slider-tab:hover{border-color:#0f172a2e;transform:translateY(-1px)}.admin-dashboard__slider-tab--active{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:#0f172ae6;box-shadow:0 14px 28px #0f172a29}.admin-dashboard__slider-tab--active strong,.admin-dashboard__slider-tab--active span{color:#f8fafc}.admin-dashboard__slider-panel{display:flex;flex-direction:column;gap:1.2rem}.admin-dashboard__slider-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.admin-dashboard__slider-panel-head h3{margin:0;font-size:1rem;color:#1f2933}.admin-dashboard__slider-panel-head p{margin:.45rem 0 0;color:var(--color-muted);font-size:.92rem;line-height:1.55}.admin-dashboard__slider-recommendation{flex-shrink:0;padding:.45rem .75rem;border-radius:999px;background:#0f172a0f;color:#334155;font-size:.84rem;font-weight:700}.admin-dashboard__slider-upload{display:flex;flex-direction:column;gap:.7rem;padding:1rem 1.1rem;border-radius:var(--radius-md);background:#f8fafc;border:1px solid rgba(15,23,42,.07)}.admin-dashboard__slider-upload-label{font-size:.92rem;font-weight:700;color:#1f2933}.admin-dashboard__slider-upload-controls{display:flex;gap:.75rem;align-items:center}.admin-dashboard__slider-upload-controls .admin-dashboard__file-input{flex:1}.admin-dashboard__slider-helper{margin:0;color:var(--color-muted);font-size:.84rem;line-height:1.5}.admin-dashboard__slider-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;border-radius:var(--radius-md);background:#0f172a0a;border:1px solid rgba(15,23,42,.06)}.admin-dashboard__slider-toolbar-status{color:#334155;font-size:.9rem;line-height:1.55}.admin-dashboard__slider-toolbar-actions{display:flex;gap:.65rem;flex-shrink:0}.admin-dashboard__slider-empty{display:flex;align-items:center;justify-content:center;min-height:220px;border-radius:var(--radius-md);border:1px dashed rgba(15,23,42,.18);background:#f8fafce6;color:var(--color-muted);text-align:center;padding:1.5rem;line-height:1.6}.admin-dashboard__slider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.admin-dashboard__slider-card{display:flex;flex-direction:column;gap:.9rem;padding:.95rem;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 10px 24px #0f172a0f}.admin-dashboard__slider-card-image{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:calc(var(--radius-md) - 4px);background:#e2e8f0}.admin-dashboard__slider-card-image img{width:100%;height:100%;object-fit:cover;display:block}.admin-dashboard__slider-order-badge{position:absolute;top:.7rem;left:.7rem;padding:.35rem .55rem;border-radius:999px;background:#0f172ad1;color:#fff;font-size:.78rem;font-weight:700}.admin-dashboard__slider-card-body{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard__slider-card-body strong{color:#1f2933;font-size:.92rem;line-height:1.45;word-break:break-word}.admin-dashboard__slider-card-body span{color:var(--color-muted);font-size:.82rem}.admin-dashboard__slider-link-field{display:flex;flex-direction:column;gap:.4rem;margin-top:.35rem}.admin-dashboard__slider-link-field span{font-size:.78rem;font-weight:700;color:#0f172a}.admin-dashboard__input{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:#f8fafc;padding:.7rem .8rem;font-size:.86rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.admin-dashboard__input:focus{outline:none;border-color:#0f766e8c;box-shadow:0 0 0 3px #14b8a624;background:#fff}.admin-dashboard__input:disabled{background:#e2e8f0;color:#64748b;cursor:not-allowed}.admin-dashboard__slider-link-helper{font-size:.76rem;line-height:1.5;color:#64748b}.admin-dashboard__slider-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-dashboard__map-message{margin:0;font-size:.85rem;color:var(--color-muted)}.admin-dashboard__map-message--error{color:#b91c1c}.admin-dashboard__map-subtitle{margin:0 0 .8rem;font-size:1rem;font-weight:600;color:#0f172a}.admin-dashboard__volunteer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem;max-height:clamp(220px,38vh,360px);overflow-y:auto;padding-right:.4rem}.admin-dashboard__volunteer-empty{border:1px dashed rgba(15,23,42,.12);border-radius:var(--radius-md);padding:1.2rem 1.4rem;text-align:center;color:var(--color-muted);font-size:.95rem;background:#fffc}.admin-dashboard__volunteer-item{display:flex;flex-direction:column;gap:.6rem;border:1px solid rgba(15,23,42,.1);border-radius:var(--radius-md);padding:1.1rem 1.2rem;background:#fffffff2;transition:border-color .2s ease,box-shadow .2s ease}.admin-dashboard__volunteer-item[data-active=true]{border-color:#2563eb73;box-shadow:0 14px 32px #2563eb24}.admin-dashboard__volunteer-header{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.admin-dashboard__volunteer-title{display:inline-flex;align-items:center;gap:.55rem;font-size:1rem;color:#0f172a}.admin-dashboard__volunteer-color{width:.75rem;height:.75rem;border-radius:50%;border:1px solid rgba(15,23,42,.2)}.admin-dashboard__volunteer-badge{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase}.admin-dashboard__volunteer-badge--positive{background:#f8717129;color:#b91c1c}.admin-dashboard__volunteer-badge--neutral{background:#3b82f629;color:#1d4ed8}.admin-dashboard__volunteer-meta{margin:0;display:flex;align-items:baseline;gap:.4rem;font-size:.88rem;color:var(--color-muted)}.admin-dashboard__volunteer-meta strong{font-weight:600;color:#334155;font-size:.85rem}.admin-dashboard__volunteer-actions{display:flex;flex-wrap:wrap;gap:.6rem}.admin-dashboard__map-popup{display:flex;flex-direction:column;gap:.35rem;min-width:200px;max-width:min(280px,70vw);width:max-content;padding:.35rem .45rem;color:#0f172a;font-size:.85rem;line-height:1.4;box-sizing:border-box;word-wrap:break-word;white-space:normal}.admin-dashboard__map-popup-head{display:flex;align-items:flex-start;gap:.6rem}.admin-dashboard__map-popup-color{display:inline-block;width:.75rem;height:.75rem;border-radius:50%;border:1px solid rgba(15,23,42,.18)}.admin-dashboard__map-popup-title-group{display:flex;flex-direction:column;gap:.15rem}.admin-dashboard__map-popup-title{display:block;font-weight:700;font-size:.95rem;color:#0f172a}.admin-dashboard__map-popup-meta{display:block;font-size:.78rem;color:var(--color-muted)}.admin-dashboard__map-popup-close{margin-left:auto;border:none;background:transparent;color:#64748b;font-size:1.1rem;line-height:1;width:1.5rem;height:1.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.admin-dashboard__map-popup-close:hover{background:#94a3b82e;color:#1f2937;transform:translateY(-1px)}.admin-dashboard__map-popup-close:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px;background:#94a3b82e;color:#1f2937}.admin-dashboard__map-popup-text{margin:0;font-size:.82rem;color:#475569}.admin-dashboard__map-popup-address{margin:0;font-size:.85rem;font-weight:600;color:#1f2937;white-space:normal;word-break:break-word}.admin-dashboard__map-popup-actions{margin-top:.6rem;display:flex;justify-content:flex-end;align-items:center;width:100%;box-sizing:border-box}.admin-dashboard__map-expand-button{pointer-events:auto;box-shadow:0 6px 16px #0f172a2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-dashboard__map-expand-button[data-focus-visible-added],.admin-dashboard__map-expand-button:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.admin-dashboard__map-popup-remove{border:none;background:#ef4444;color:#fff;font-size:.78rem;font-weight:600;padding:.35rem .7rem;border-radius:var(--radius-sm);cursor:pointer;box-shadow:0 6px 12px #ef444440;display:inline-flex;align-items:center;justify-content:center;max-width:100%;white-space:nowrap;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.admin-dashboard__map-popup-remove:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 10px 18px #dc262640}.admin-dashboard__map-popup-remove:focus-visible{outline:2px solid rgba(239,68,68,.45);outline-offset:2px}@media (max-width: 640px){.admin-dashboard__slider-tabs{grid-template-columns:1fr}.admin-dashboard__slider-panel-head{flex-direction:column}.admin-dashboard__slider-upload-controls,.admin-dashboard__slider-toolbar{flex-direction:column;align-items:stretch}.admin-dashboard__slider-toolbar-actions,.admin-dashboard__slider-card-actions{flex-direction:column}.admin-dashboard__map-form{padding:1.1rem}.admin-dashboard__map-form-grid{grid-template-columns:1fr}.admin-dashboard__address-suggestions{font-size:.9rem}.admin-dashboard__map-filter{width:100%}.admin-dashboard__map-filter button{flex:1;justify-content:center}.admin-dashboard__volunteer-list{max-height:320px;padding-right:.2rem}.admin-dashboard__volunteer-actions{flex-direction:column}.admin-dashboard__volunteer-actions .admin-dashboard__button{width:100%}}:root{--sticky-yellow: #fff9c4;--sticky-pink: #fce4ec;--sticky-blue: #e3f2fd;--sticky-green: #e8f5e9;--sticky-purple: #f3e5f5;--sticky-orange: #ffe0b2;--card-color: var(--sticky-yellow);--card-rotation: 0deg}.adoption-page{max-width:min(100%,1680px);margin:0 auto;padding:2rem 1rem}.adoption-page__header{text-align:center;margin-bottom:3rem}.adoption-page__empty{text-align:center;padding:4rem 2rem}.adoption-page__empty-subtitle{margin-top:1rem;color:var(--color-muted);font-size:1rem}.adoption-page__board{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;padding:2rem 1rem;position:relative}.adoption-page__board-container{max-height:56rem;overflow-y:auto;scrollbar-gutter:stable both-edges}.adoption-page__load-more{display:flex;justify-content:center;padding:0 1rem 2rem}.adoption-page__load-more-button{min-width:9rem;padding:.85rem 1.5rem;border:none;border-radius:999px;background:#15253e;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 12px 24px #15253e2e}.adoption-page__load-more-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #15253e3d}.adoption-page__load-more-button:disabled{opacity:.6;cursor:wait}@media (max-width: 1023px){.adoption-page__board-container{max-height:clamp(32rem,85vh,48rem)}}@media (max-width: 767px){.adoption-page__board-container{max-height:none}}.adoption-page__board-container::-webkit-scrollbar{width:10px}.adoption-page__board-container::-webkit-scrollbar-track{background-color:#0000000d;border-radius:999px}.adoption-page__board-container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:999px;border:2px solid rgba(255,255,255,.7)}@media (min-width: 768px){.adoption-page__board{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem}}@media (min-width: 1024px){.adoption-page__board{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3.5rem}}@media (min-width: 1440px){.adoption-page__board{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.adoption-card__wrapper{position:relative;width:100%;height:100%}.adoption-card__edit{position:absolute;top:.5rem;right:.5rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;border-radius:999px;border:none;background:#111827d9;color:#fff;cursor:pointer;transition:background .2s ease;box-shadow:0 3px 6px #0003;z-index:20}.adoption-card__edit:hover{background:#111827}.adoption-card__edit:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.adoption-card{position:relative;background:var(--card-color);padding:1.5rem;border-radius:2px;box-shadow:0 10px 20px #0000001a,0 3px 6px #0000000d;transform:rotate(var(--card-rotation));transition:transform .3s ease,box-shadow .3s ease,z-index 0s .3s;cursor:pointer;border:none;text-align:left;width:100%;display:flex;flex-direction:column;gap:1rem}.adoption-card:hover{transform:rotate(0) scale(1.05) translateY(-8px);box-shadow:0 20px 35px #00000026,0 8px 15px #0000001a;z-index:10;transition:transform .3s ease,box-shadow .3s ease,z-index 0s}.adoption-card__pin{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:16px;height:16px;background:radial-gradient(circle at 30% 30%,#ef4444,#dc2626);border-radius:50%;box-shadow:0 2px 4px #0003,inset -1px -1px 2px #0000004d,inset 1px 1px 1px #fff6;z-index:2}.adoption-card__pin:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#fff9;border-radius:50%}.adoption-card__tape{position:absolute;top:-12px;right:20px;width:80px;height:24px;background:#ffffff4d;border-left:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05);transform:rotate(-5deg);box-shadow:0 2px 4px #0000000d;pointer-events:none}.adoption-card__image-wrapper{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;background:#00000008;box-shadow:0 4px 8px #00000014}.adoption-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.adoption-card:hover .adoption-card__image{transform:scale(1.05)}.adoption-card__image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#f9731614,#fb923c1f)}.adoption-card__placeholder-icon{font-size:3.5rem;line-height:1;opacity:.6}.adoption-card__placeholder-text{margin:0;font-size:.9rem;font-weight:600;color:#9ca3af}.adoption-card__content{display:flex;flex-direction:column;gap:.5rem}.adoption-card__name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.adoption-card__info{font-size:.95rem;color:#4b5563;margin:0;line-height:1.4}.adoption-card__badge{display:inline-block;padding:.4rem .8rem;background:#f9731626;color:#ea580c;border-radius:12px;font-size:.85rem;font-weight:600;border:1.5px dashed #fb923c;text-align:center;margin-top:.25rem}.adoption-modal{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.adoption-modal__content{background:#fff;border-radius:var(--radius-lg);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-lg);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.adoption-modal__close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:#0000000d;color:#4b5563;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,transform .2s ease;z-index:10}.adoption-modal__close:hover{background:#0000001a;color:#1f2937;transform:rotate(90deg)}.adoption-modal__body{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem}@media (min-width: 768px){.adoption-modal__body{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem}}.adoption-modal__image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.adoption-modal__image{width:100%;height:100%;object-fit:cover}.adoption-modal__image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#f9731614,#fb923c1f)}.adoption-modal__placeholder-icon{font-size:5rem;line-height:1;opacity:.5}.adoption-modal__placeholder-text{margin:0;font-size:1.1rem;font-weight:600;color:#9ca3af}.adoption-modal__info{display:flex;flex-direction:column;gap:1.5rem}.adoption-modal__name{font-size:2rem;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.adoption-modal__details{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1rem;margin:0;padding:1rem;background:var(--color-surface-alt);border-radius:var(--radius-md)}.adoption-modal__label{font-weight:600;color:#6b7280;font-size:.95rem}.adoption-modal__value{font-weight:500;color:#1f2937;margin:0;font-size:.95rem}.adoption-modal__message{padding:1.25rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:var(--radius-md);border-left:4px solid var(--color-primary)}.adoption-modal__message p{margin:0 0 .75rem;line-height:1.6;color:#374151}.adoption-modal__message p:last-child{margin-bottom:0}.adoption-modal__message strong{color:var(--color-primary);font-weight:700}.adoption-modal__contact{padding:1.25rem;background:var(--color-surface);border-radius:var(--radius-md);border:2px dashed var(--color-border)}.adoption-modal__contact-title{font-weight:700;font-size:1.1rem;color:#1f2937;margin:0 0 .5rem}.adoption-modal__contact-text{margin:0;color:#6b7280;line-height:1.5}.adoption-edit-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1.5rem;z-index:1100}.adoption-edit-modal__content{position:relative;width:100%;max-width:520px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem 2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.adoption-edit-modal__header{position:relative;display:flex;flex-direction:column;gap:.75rem}.adoption-edit-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.adoption-edit-modal__subtitle{margin:0;font-size:.95rem;color:#6b7280;line-height:1.5}.adoption-edit-modal__close{position:absolute;top:0;right:0;width:36px;height:36px;border-radius:50%;border:none;background:#1118270d;color:#4b5563;font-size:1.25rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.adoption-edit-modal__close:hover:not(:disabled){background:#1118271a;color:#111827;transform:rotate(90deg)}.adoption-edit-modal__close:disabled{cursor:not-allowed;opacity:.5}.adoption-edit-modal__form{display:flex;flex-direction:column;gap:1.25rem}.adoption-edit-modal__field{display:flex;flex-direction:column;gap:.65rem;font-size:.95rem;color:#111827;font-weight:600}.adoption-edit-modal__field textarea{min-height:160px;border:1.5px solid #d1d5db;border-radius:var(--radius-md);padding:.85rem;resize:vertical;font-size:.95rem;line-height:1.6;color:#111827;transition:border-color .2s ease,box-shadow .2s ease}.adoption-edit-modal__field textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f9731640}.adoption-edit-modal__field textarea:disabled{background:#f9fafb;cursor:not-allowed}.adoption-edit-modal__hint{align-self:flex-end;font-size:.8rem;color:#6b7280;font-weight:500}.adoption-edit-modal__error{margin:0;padding:.75rem 1rem;border-radius:var(--radius-md);background:#ef44441a;color:#b91c1c;font-size:.9rem}.adoption-edit-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.adoption-edit-modal__button{padding:.65rem 1.4rem;border-radius:999px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.adoption-edit-modal__button--secondary{background:#e5e7eb;color:#111827}.adoption-edit-modal__button--secondary:hover:not(:disabled){background:#d1d5db}.adoption-edit-modal__button--primary{background:var(--color-primary);color:#fff;box-shadow:0 10px 20px #f59e0b40}.adoption-edit-modal__button--primary:hover:not(:disabled){background:var(--color-primary-strong);transform:translateY(-1px);box-shadow:0 15px 25px #f59e0b59}.adoption-edit-modal__button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.login-page{display:flex;justify-content:center;align-items:center;padding:3rem .75rem}@media (min-width: 768px){.login-page{padding:4rem 1.5rem}}.login-page__card{width:100%;max-width:420px;padding:2.5rem 2rem;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.8rem}@media (min-width: 768px){.login-page__card{padding:3rem 2.5rem}}.login-page__title{margin:0;font-size:1.8rem;font-weight:800;text-align:center;color:#0f172a}.login-page__form{display:flex;flex-direction:column;gap:1.2rem}.login-page__field{display:flex;flex-direction:column;gap:.45rem}.login-page__field--horizontal{flex-direction:row;align-items:center;gap:.75rem}.login-page__checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--color-muted);cursor:pointer}.login-page__checkbox input{width:1.05rem;height:1.05rem;accent-color:var(--color-primary)}.login-page__label{font-weight:600;color:var(--color-muted)}.login-page__input{padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(100,116,139,.25);background:#ffffffeb;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.login-page__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f9731633}.login-page__input:disabled{background:#e2e8f073}.login-page__error{margin:0;padding:.75rem 1rem;border-radius:12px;background:#ef44441a;color:#b91c1c;font-size:.9rem}.login-page__submit{padding:.85rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(135deg,var(--color-primary-strong),var(--color-primary));color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-page__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #f9731633}.login-page__submit:disabled{opacity:.65;cursor:not-allowed}.toast-viewport{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:1000;max-width:22rem;pointer-events:none}@media (max-width: 639px){.toast-viewport{top:auto;bottom:1.25rem;left:50%;right:auto;transform:translate(-50%);width:calc(100% - 2.5rem);max-width:none;align-items:stretch}}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border-radius:14px;background:#fffffff2;box-shadow:var(--shadow-md);border-left:5px solid var(--color-primary);pointer-events:auto;transition:transform .2s ease,opacity .2s ease}.toast--info{border-left-color:var(--color-accent)}.toast--success{border-left-color:#16a34a}.toast--error{border-left-color:#ef4444}.toast__message{flex:1;color:#0f172a;font-weight:600;font-size:.9rem}.toast--error .toast__message{color:#991b1b}.toast__dismiss{flex-shrink:0;border:none;background:transparent;color:var(--color-muted);font-size:1.1rem;cursor:pointer;padding:.2rem;border-radius:50%;transition:background-color .2s ease,color .2s ease}.toast__dismiss:hover{background:#0f172a14;color:var(--color-primary-strong)}
