@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap";:root{--pw-color-brand-900: #0f3f3d;--pw-color-brand-800: #11514d;--pw-color-brand-700: #146b63;--pw-color-brand-600: #16897d;--pw-color-brand-500: #1aa394;--pw-color-accent-700: #b85c00;--pw-color-accent-600: #d97706;--pw-color-accent-500: #f59e0b;--pw-color-accent-100: #fff4d8;--pw-color-ink: #14213d;--pw-color-text: #263244;--pw-color-muted: #6b7280;--pw-color-line: #e5e7eb;--pw-color-surface: #ffffff;--pw-color-surface-soft: #f8fafc;--pw-color-warm: #fff8ed;--pw-color-success: #15803d;--pw-color-warning: #b45309;--pw-color-danger: #b91c1c;--pw-color-info: #0369a1;--pw-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pw-font-serif: "Source Serif 4", Georgia, serif;--pw-text-xs: .75rem;--pw-text-sm: .875rem;--pw-text-base: 1rem;--pw-text-lg: 1.125rem;--pw-text-xl: 1.25rem;--pw-text-2xl: 1.5rem;--pw-text-3xl: 1.875rem;--pw-text-4xl: 2.25rem;--pw-text-5xl: 3rem;--pw-space-1: .25rem;--pw-space-2: .5rem;--pw-space-3: .75rem;--pw-space-4: 1rem;--pw-space-5: 1.25rem;--pw-space-6: 1.5rem;--pw-space-8: 2rem;--pw-space-10: 2.5rem;--pw-space-12: 3rem;--pw-space-16: 4rem;--pw-space-20: 5rem;--pw-radius-sm: .5rem;--pw-radius-md: .75rem;--pw-radius-lg: 1rem;--pw-radius-xl: 1.5rem;--pw-radius-2xl: 2rem;--pw-radius-pill: 999px;--pw-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--pw-shadow-md: 0 8px 24px rgba(15, 23, 42, .08);--pw-shadow-lg: 0 18px 48px rgba(15, 23, 42, .12);--pw-container-sm: 48rem;--pw-container-md: 64rem;--pw-container-lg: 78rem;--pw-container-xl: 90rem;--pw-motion-fast: .12s;--pw-motion-base: .18s;--pw-motion-slow: .28s;--pw-focus-ring: 0 0 0 3px rgba(245, 158, 11, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--pw-font-sans);font-size:var(--pw-text-base);color:var(--pw-color-text);background-color:var(--pw-color-surface-soft);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--pw-color-ink);font-weight:700;line-height:1.2}h1{font-size:clamp(1.625rem,5vw,var(--pw-text-4xl))}h2{font-size:clamp(1.375rem,4vw,var(--pw-text-3xl))}h3{font-size:clamp(1.125rem,3.5vw,var(--pw-text-2xl))}h4{font-size:var(--pw-text-xl)}h5{font-size:var(--pw-text-lg)}h6{font-size:var(--pw-text-base)}a{color:var(--pw-color-brand-600);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--pw-color-brand-700)}a:focus-visible{outline:none;box-shadow:var(--pw-focus-ring);border-radius:2px}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:var(--pw-space-6)}p{max-width:72ch}:focus-visible{outline:none;box-shadow:var(--pw-focus-ring)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-muted{color:var(--pw-color-muted);font-size:var(--pw-text-sm)}.tag{display:inline-flex;align-items:center;gap:var(--pw-space-1);padding:var(--pw-space-1) var(--pw-space-3);background:var(--pw-color-surface);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-pill);font-size:var(--pw-text-xs);font-weight:500;color:var(--pw-color-text)}.prose h2{margin-top:var(--pw-space-8);margin-bottom:var(--pw-space-4)}.prose h3{margin-top:var(--pw-space-6);margin-bottom:var(--pw-space-3)}.prose p,.prose ul,.prose ol{margin-bottom:var(--pw-space-4)}.prose li{margin-bottom:var(--pw-space-2)}.breed-compare{display:flex;flex-direction:column;gap:var(--pw-space-6)}.breed-compare__selector-label{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-muted);margin-bottom:var(--pw-space-3)}.breed-compare__chips{display:flex;flex-wrap:wrap;gap:var(--pw-space-2)}.breed-compare__chip{padding:var(--pw-space-2) var(--pw-space-4);border-radius:var(--pw-radius-pill);border:2px solid var(--pw-color-line);background:var(--pw-color-surface);color:var(--pw-color-text);font-size:var(--pw-text-sm);font-weight:500;cursor:pointer;transition:all var(--pw-motion-fast)}.breed-compare__chip:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.breed-compare__chip--active{border-color:var(--pw-color-brand-600);background:var(--pw-color-brand-600);color:var(--pw-color-surface)}.breed-compare__matrix{overflow-x:auto}.breed-compare__table{width:100%;border-collapse:collapse;font-size:var(--pw-text-sm);min-width:420px}.breed-compare__table th,.breed-compare__table td{padding:var(--pw-space-3) var(--pw-space-4);text-align:left;border-bottom:1px solid var(--pw-color-line)}.breed-compare__table th{font-weight:700;color:var(--pw-color-ink);background:var(--pw-color-surface-soft)}.breed-compare__table th a{color:var(--pw-color-brand-700);text-decoration:none;font-weight:700}.breed-compare__table th a:hover{text-decoration:underline}.breed-compare__trait-label{color:var(--pw-color-muted);font-weight:500}.breed-compare__cta{font-size:var(--pw-text-sm);color:var(--pw-color-muted)}.breed-compare__cta a{color:var(--pw-color-brand-600);font-weight:600}.cost-estimator{display:flex;flex-direction:column;gap:var(--pw-space-6)}.cost-estimator__form{display:flex;flex-direction:column;gap:var(--pw-space-5);max-width:480px}.cost-estimator__field{display:flex;flex-direction:column;gap:var(--pw-space-2)}.cost-estimator__field label{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-text)}.cost-estimator__field select{padding:var(--pw-space-3) var(--pw-space-4);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);color:var(--pw-color-text);background:var(--pw-color-surface)}.cost-estimator__field select:focus{outline:none;box-shadow:var(--pw-focus-ring)}.cost-estimator__tier-group{display:flex;gap:var(--pw-space-2)}.cost-estimator__tier-btn{flex:1;padding:var(--pw-space-3);border:2px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);background:var(--pw-color-surface);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer;transition:all var(--pw-motion-fast)}.cost-estimator__tier-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.cost-estimator__tier-btn--active{border-color:var(--pw-color-brand-600);background:var(--pw-color-brand-600);color:var(--pw-color-surface)}.cost-estimator__cta{padding:var(--pw-space-3) var(--pw-space-6);background:var(--pw-color-brand-600);color:var(--pw-color-surface);border:none;border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);font-weight:600;cursor:pointer;transition:background var(--pw-motion-fast)}.cost-estimator__cta:hover{background:var(--pw-color-brand-700)}.cost-estimator__cta:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.cost-estimator__result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--pw-space-4)}.cost-estimator__result-card{padding:var(--pw-space-5);background:var(--pw-color-surface-soft);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-md)}.cost-estimator__result-card--accent{background:var(--pw-color-accent-100);border-color:var(--pw-color-accent-500)}.cost-estimator__result-label{font-size:var(--pw-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--pw-color-muted);margin-bottom:var(--pw-space-2)}.cost-estimator__result-value{font-size:var(--pw-text-2xl);font-weight:700;color:var(--pw-color-ink)}.cost-estimator__result-range{font-size:var(--pw-text-xs);color:var(--pw-color-muted);margin-top:var(--pw-space-1)}.cost-estimator__methodology{padding:var(--pw-space-5);background:var(--pw-color-surface-soft);border-left:3px solid var(--pw-color-brand-500);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm)}.cost-estimator__confidence{color:var(--pw-color-muted);margin-bottom:var(--pw-space-2)}.cost-estimator__assumptions-label{font-weight:600;color:var(--pw-color-text);margin-bottom:var(--pw-space-2)}.cost-estimator__assumptions{padding-left:var(--pw-space-5);color:var(--pw-color-muted);display:flex;flex-direction:column;gap:var(--pw-space-1)}.cost-estimator__methodology-link{display:inline-block;margin-top:var(--pw-space-3);font-weight:600;color:var(--pw-color-brand-600)}.cost-estimator__disclaimer{font-size:var(--pw-text-xs);color:var(--pw-color-muted);font-style:italic}.breed-fit{display:flex;flex-direction:column;gap:var(--pw-space-6)}.breed-fit__form{display:flex;flex-direction:column;gap:var(--pw-space-5);max-width:400px}.breed-fit__field{display:flex;flex-direction:column;gap:var(--pw-space-2)}.breed-fit__field label{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-text)}.breed-fit__field select{padding:var(--pw-space-3) var(--pw-space-4);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);color:var(--pw-color-text);background:var(--pw-color-surface)}.breed-fit__field select:focus{outline:none;box-shadow:var(--pw-focus-ring)}.breed-fit__checkbox{display:flex;align-items:center;gap:var(--pw-space-2);font-size:var(--pw-text-sm);color:var(--pw-color-text);cursor:pointer}.breed-fit__checkbox input{width:16px;height:16px;cursor:pointer}.breed-fit__cta{padding:var(--pw-space-3) var(--pw-space-6);background:var(--pw-color-brand-600);color:var(--pw-color-surface);border:none;border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer;transition:background var(--pw-motion-fast)}.breed-fit__cta:hover{background:var(--pw-color-brand-700)}.breed-fit__cta:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.breed-fit__result{display:flex;flex-direction:column;gap:var(--pw-space-4)}.breed-fit__score-row{display:flex;align-items:center;gap:var(--pw-space-5)}.breed-fit__score-ring{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:2px;transition:background var(--pw-motion-base)}.breed-fit__score-ring[data-tier=high]{background:var(--pw-color-brand-600)}.breed-fit__score-ring[data-tier=medium]{background:var(--pw-color-accent-600)}.breed-fit__score-ring[data-tier=low]{background:var(--pw-color-danger)}.breed-fit__score-number{font-size:var(--pw-text-2xl);font-weight:700;color:#fff}.breed-fit__score-max{font-size:var(--pw-text-sm);color:#ffffffb3;align-self:flex-end;padding-bottom:4px}.breed-fit__score-label{font-size:var(--pw-text-xl);font-weight:700;color:var(--pw-color-ink)}.breed-fit__score-breed{font-size:var(--pw-text-sm);color:var(--pw-color-muted);margin-top:var(--pw-space-1)}.breed-fit__section{padding:var(--pw-space-4) var(--pw-space-5);border-radius:var(--pw-radius-md)}.breed-fit__section h4{font-size:var(--pw-text-sm);font-weight:700;margin-bottom:var(--pw-space-3)}.breed-fit__section ul{padding-left:var(--pw-space-5);font-size:var(--pw-text-sm);display:flex;flex-direction:column;gap:var(--pw-space-2)}.breed-fit__section--positive{background:#dcfce7;color:#14532d}.breed-fit__section--caution{background:#fef3c7;color:#78350f}.breed-fit__disclaimer{font-size:var(--pw-text-xs);color:var(--pw-color-muted)}.dog-profile{display:flex;flex-direction:column;gap:var(--pw-space-6)}.dog-profile__header{display:flex;align-items:center;justify-content:space-between}.dog-profile__title{font-size:var(--pw-text-xl);font-weight:700;color:var(--pw-color-ink);margin:0}.dog-profile__edit-btn{padding:var(--pw-space-2) var(--pw-space-4);background:var(--pw-color-surface-soft);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer;color:var(--pw-color-text)}.dog-profile__edit-btn:hover{background:var(--pw-color-line)}.dog-profile__edit-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.dog-profile__form{display:flex;flex-direction:column;gap:var(--pw-space-4);max-width:420px}.dog-profile__field{display:flex;flex-direction:column;gap:var(--pw-space-2)}.dog-profile__field label{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-text)}.dog-profile__field select{padding:var(--pw-space-3) var(--pw-space-4);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);color:var(--pw-color-text);background:var(--pw-color-surface)}.dog-profile__field select:focus{outline:none;box-shadow:var(--pw-focus-ring)}.dog-profile__checkbox{display:flex;align-items:center;gap:var(--pw-space-2);font-size:var(--pw-text-sm);color:var(--pw-color-text);cursor:pointer}.dog-profile__form-actions{display:flex;gap:var(--pw-space-3);flex-wrap:wrap}.dog-profile__save-btn{padding:var(--pw-space-3) var(--pw-space-6);background:var(--pw-color-brand-600);color:var(--pw-color-surface);border:none;border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer}.dog-profile__save-btn:hover{background:var(--pw-color-brand-700)}.dog-profile__save-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.dog-profile__clear-btn{padding:var(--pw-space-3) var(--pw-space-6);background:transparent;color:var(--pw-color-danger);border:1px solid var(--pw-color-danger);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer}.dog-profile__clear-btn:hover{background:#fef2f2}.dog-profile__clear-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.dog-profile__summary{display:grid;gap:0;margin:0;padding:0}.dog-profile__summary-row{display:flex;gap:var(--pw-space-4);padding:var(--pw-space-3) 0;border-bottom:1px solid var(--pw-color-line)}.dog-profile__summary-row dt{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-muted);min-width:120px}.dog-profile__summary-row dd{font-size:var(--pw-text-sm);color:var(--pw-color-text);margin:0;text-transform:capitalize}.dog-profile__saved{display:flex;flex-direction:column;gap:var(--pw-space-4);padding-top:var(--pw-space-4);border-top:1px solid var(--pw-color-line)}.dog-profile__saved-title{font-size:var(--pw-text-lg);font-weight:700;color:var(--pw-color-ink);margin:0}.dog-profile__saved-empty{font-size:var(--pw-text-sm);color:var(--pw-color-muted)}.dog-profile__saved-empty a{color:var(--pw-color-brand-600);font-weight:600}.dog-profile__saved-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--pw-space-3)}.dog-profile__saved-item{display:flex;align-items:center;justify-content:space-between;padding:var(--pw-space-3) var(--pw-space-4);background:var(--pw-color-surface-soft);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm)}.dog-profile__saved-link{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-brand-600);text-decoration:none}.dog-profile__saved-link:hover{text-decoration:underline}.dog-profile__remove-btn{padding:var(--pw-space-1) var(--pw-space-3);background:transparent;color:var(--pw-color-muted);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-xs);cursor:pointer}.dog-profile__remove-btn:hover{color:var(--pw-color-danger);border-color:var(--pw-color-danger)}.dog-profile__remove-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.dog-profile__saved-cta{font-size:var(--pw-text-sm)}.dog-profile__saved-cta a{color:var(--pw-color-brand-600);font-weight:600}.save-breed-btn{display:inline-flex;align-items:center;gap:var(--pw-space-2);padding:var(--pw-space-2) var(--pw-space-5);background:var(--pw-color-surface);border:1px solid var(--pw-color-brand-600);border-radius:var(--pw-radius-pill);color:var(--pw-color-brand-600);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer;transition:all var(--pw-motion-fast)}.save-breed-btn:hover{background:var(--pw-color-surface-soft)}.save-breed-btn:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.save-breed-btn[data-saved=true]{background:var(--pw-color-brand-600);color:var(--pw-color-surface)}.save-breed-btn[data-saved=true]:hover{background:var(--pw-color-brand-700)}.breed-quiz{display:flex;flex-direction:column;gap:var(--pw-space-6)}.breed-quiz__form{display:flex;flex-direction:column;gap:var(--pw-space-5);max-width:480px}.breed-quiz__field{display:flex;flex-direction:column;gap:var(--pw-space-2)}.breed-quiz__field label{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-text)}.breed-quiz__field select{padding:var(--pw-space-3) var(--pw-space-4);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);color:var(--pw-color-text);background:var(--pw-color-surface)}.breed-quiz__field select:focus{outline:none;box-shadow:var(--pw-focus-ring)}.breed-quiz__checkbox{display:flex;align-items:center;gap:var(--pw-space-2);font-size:var(--pw-text-sm);color:var(--pw-color-text);cursor:pointer}.breed-quiz__checkbox input{width:16px;height:16px;cursor:pointer}.breed-quiz__submit{padding:var(--pw-space-4) var(--pw-space-8);background:var(--pw-color-brand-600);color:var(--pw-color-surface);border:none;border-radius:var(--pw-radius-sm);font-size:var(--pw-text-base);font-weight:600;cursor:pointer;transition:background var(--pw-motion-fast)}.breed-quiz__submit:hover{background:var(--pw-color-brand-700)}.breed-quiz__submit:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.breed-quiz__results{display:flex;flex-direction:column;gap:var(--pw-space-4)}.breed-quiz__result{display:flex;align-items:flex-start;gap:var(--pw-space-5);padding:var(--pw-space-5);background:var(--pw-color-surface-soft);border:1px solid var(--pw-color-line);border-radius:var(--pw-radius-md)}.breed-quiz__result[data-rank="1"]{background:var(--pw-color-warm);border-color:var(--pw-color-brand-500)}.breed-quiz__result-rank{font-size:var(--pw-text-2xl);font-weight:900;color:var(--pw-color-brand-700);min-width:36px}.breed-quiz__result[data-rank="2"] .breed-quiz__result-rank,.breed-quiz__result[data-rank="3"] .breed-quiz__result-rank{color:var(--pw-color-muted)}.breed-quiz__result-body{flex:1;display:flex;flex-direction:column;gap:var(--pw-space-3)}.breed-quiz__result-header{display:flex;align-items:center;gap:var(--pw-space-4);flex-wrap:wrap}.breed-quiz__result-name{font-size:var(--pw-text-lg);font-weight:700;color:var(--pw-color-ink);margin:0}.breed-quiz__score-chip{padding:var(--pw-space-1) var(--pw-space-3);border-radius:var(--pw-radius-pill);font-size:var(--pw-text-sm);font-weight:700;color:var(--pw-color-surface);background:var(--pw-color-muted)}.breed-quiz__score-chip[data-tier=high]{background:var(--pw-color-brand-600)}.breed-quiz__score-chip[data-tier=medium]{background:var(--pw-color-accent-600)}.breed-quiz__score-chip[data-tier=low]{background:var(--pw-color-danger)}.breed-quiz__result-label{font-size:var(--pw-text-sm);color:var(--pw-color-muted);margin:0}.breed-quiz__strengths{font-size:var(--pw-text-sm);padding-left:var(--pw-space-5);margin:0;color:var(--pw-color-text);display:flex;flex-direction:column;gap:var(--pw-space-1)}.breed-quiz__caution{font-size:var(--pw-text-sm);color:var(--pw-color-muted);font-style:italic;margin:0}.breed-quiz__result-link{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-brand-600);text-decoration:none}.breed-quiz__result-link:hover{text-decoration:underline}.breed-quiz__restart{align-self:flex-start;padding:var(--pw-space-3) var(--pw-space-6);background:transparent;color:var(--pw-color-brand-600);border:2px solid var(--pw-color-brand-600);border-radius:var(--pw-radius-sm);font-size:var(--pw-text-sm);font-weight:600;cursor:pointer}.breed-quiz__restart:hover{background:var(--pw-color-surface-soft)}.breed-quiz__restart:focus-visible{box-shadow:var(--pw-focus-ring);outline:none}.breed-quiz__disclaimer{font-size:var(--pw-text-xs);color:var(--pw-color-muted);font-style:italic;max-width:600px;line-height:1.5}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-100%;left:var(--pw-space-4);padding:var(--pw-space-3) var(--pw-space-5);background:var(--pw-color-brand-600);color:var(--pw-color-surface);border-radius:0 0 var(--pw-radius-sm) var(--pw-radius-sm);font-weight:600;font-size:var(--pw-text-sm);text-decoration:none;z-index:9999;transition:top var(--pw-motion-fast)}.skip-link[data-astro-cid-37fxchfa]:focus{top:0;outline:none;box-shadow:var(--pw-focus-ring)}.site-header[data-astro-cid-mwoppcd7]{background:var(--pw-color-surface);border-bottom:1px solid var(--pw-color-line);position:sticky;top:0;z-index:100}.site-header__inner[data-astro-cid-mwoppcd7]{max-width:var(--pw-container-lg);margin-inline:auto;padding:var(--pw-space-4) var(--pw-space-6);display:flex;align-items:center;gap:var(--pw-space-8)}.site-header__logo[data-astro-cid-mwoppcd7]{text-decoration:none;flex-shrink:0}.site-header__logo-mark[data-astro-cid-mwoppcd7]{font-size:var(--pw-text-xl);font-weight:700;color:var(--pw-color-brand-700);letter-spacing:-.02em}.site-header__nav[data-astro-cid-mwoppcd7]{margin-left:auto}.site-header__nav-list[data-astro-cid-mwoppcd7]{display:flex;align-items:center;gap:var(--pw-space-6);list-style:none;padding:0;margin:0}.site-header__nav-link[data-astro-cid-mwoppcd7]{font-size:var(--pw-text-sm);font-weight:500;color:var(--pw-color-text);text-decoration:none;transition:color var(--pw-motion-fast)}.site-header__nav-link[data-astro-cid-mwoppcd7]:hover{color:var(--pw-color-brand-600)}.site-header__nav-link[data-astro-cid-mwoppcd7]:focus-visible{outline:none;box-shadow:var(--pw-focus-ring);border-radius:2px}.site-header__nav-cta[data-astro-cid-mwoppcd7]{font-size:var(--pw-text-sm);font-weight:600;color:var(--pw-color-surface);background:var(--pw-color-brand-600);text-decoration:none;padding:var(--pw-space-2) var(--pw-space-4);border-radius:var(--pw-radius-sm);transition:background var(--pw-motion-fast)}.site-header__nav-cta[data-astro-cid-mwoppcd7]:hover{background:var(--pw-color-brand-700)}.site-header__nav-cta[data-astro-cid-mwoppcd7]:focus-visible{outline:none;box-shadow:var(--pw-focus-ring)}.site-header__menu-toggle[data-astro-cid-mwoppcd7]{display:none;flex-direction:column;gap:5px;background:none;border:1px solid transparent;cursor:pointer;padding:var(--pw-space-2);min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:var(--pw-radius-sm);transition:border-color var(--pw-motion-fast)}.site-header__menu-toggle[data-astro-cid-mwoppcd7]:hover{border-color:var(--pw-color-line)}.site-header__menu-toggle[data-astro-cid-mwoppcd7]:focus-visible{outline:none;box-shadow:var(--pw-focus-ring)}.site-header__menu-toggle[data-astro-cid-mwoppcd7] span[data-astro-cid-mwoppcd7]{display:block;width:22px;height:2px;background:var(--pw-color-ink);border-radius:2px;transition:transform var(--pw-motion-fast),opacity var(--pw-motion-fast)}@media (max-width: 768px){.site-header__inner[data-astro-cid-mwoppcd7]{gap:0}.site-header__menu-toggle[data-astro-cid-mwoppcd7]{display:inline-flex;margin-left:auto}.site-header__nav[data-astro-cid-mwoppcd7]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--pw-color-surface);border-bottom:2px solid var(--pw-color-brand-600);box-shadow:var(--pw-shadow-md);padding:var(--pw-space-2) var(--pw-space-6) var(--pw-space-5);margin:0}.site-header__nav[data-astro-cid-mwoppcd7][data-open=true]{display:block}.site-header__nav-list[data-astro-cid-mwoppcd7]{flex-direction:column;align-items:stretch;gap:0}.site-header__nav-list[data-astro-cid-mwoppcd7]>li[data-astro-cid-mwoppcd7]{border-bottom:1px solid var(--pw-color-line)}.site-header__nav-list[data-astro-cid-mwoppcd7]>li[data-astro-cid-mwoppcd7]:last-child{border-bottom:none;padding-top:var(--pw-space-3)}.site-header__nav-link[data-astro-cid-mwoppcd7]{display:flex;align-items:center;min-height:44px;padding:var(--pw-space-2) 0;font-size:var(--pw-text-base);width:100%}.site-header__nav-cta[data-astro-cid-mwoppcd7]{display:flex;align-items:center;justify-content:center;min-height:44px;padding:var(--pw-space-3) var(--pw-space-5);font-size:var(--pw-text-base);width:100%}}.site-footer[data-astro-cid-zizlwfnu]{background:var(--pw-color-ink);color:var(--pw-color-surface);margin-top:var(--pw-space-20)}.site-footer__inner[data-astro-cid-zizlwfnu]{max-width:var(--pw-container-lg);margin-inline:auto;padding:var(--pw-space-12) var(--pw-space-6);display:grid;grid-template-columns:1fr auto;gap:var(--pw-space-12)}.site-footer__logo[data-astro-cid-zizlwfnu]{font-size:var(--pw-text-xl);font-weight:700;color:var(--pw-color-surface);text-decoration:none}.site-footer__tagline[data-astro-cid-zizlwfnu]{font-size:var(--pw-text-sm);color:#fff9;margin-top:var(--pw-space-2)}.site-footer__nav[data-astro-cid-zizlwfnu]{display:flex;gap:var(--pw-space-12)}.site-footer__nav-heading[data-astro-cid-zizlwfnu]{font-size:var(--pw-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:var(--pw-space-3)}.site-footer__nav[data-astro-cid-zizlwfnu] ul[data-astro-cid-zizlwfnu]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--pw-space-3)}.site-footer__nav[data-astro-cid-zizlwfnu] a[data-astro-cid-zizlwfnu]{font-size:var(--pw-text-sm);color:#ffffffbf;text-decoration:none;transition:color var(--pw-motion-fast)}.site-footer__nav[data-astro-cid-zizlwfnu] a[data-astro-cid-zizlwfnu]:hover{color:var(--pw-color-surface)}.site-footer__bottom[data-astro-cid-zizlwfnu]{border-top:1px solid rgba(255,255,255,.1);max-width:var(--pw-container-lg);margin-inline:auto;padding:var(--pw-space-6) var(--pw-space-6)}.site-footer__legal[data-astro-cid-zizlwfnu]{font-size:var(--pw-text-xs);color:#fff6;max-width:100%}@media (max-width: 640px){.site-footer__inner[data-astro-cid-zizlwfnu]{grid-template-columns:1fr}.site-footer__nav[data-astro-cid-zizlwfnu]{flex-direction:column;gap:var(--pw-space-8)}}
