:root{--hunt-primary:#6b8e7f;--hunt-primary-dark:#5a7b6d;--hunt-forest:#3d5a52;--hunt-muted:#3d5a52;--hunt-surface:#f0ebe3;--hunt-border:#e8ded2;--hunt-shadow:0 2px 12px rgba(61,90,82,0.08)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body.public-page{font-family:-apple-system,BlinkMacSystemFont,'Hiragino Sans','Yu Gothic UI',sans-serif;font-weight:500;line-height:1.65;color:var(--hunt-forest);background:var(--hunt-surface);-webkit-font-smoothing:antialiased}a{color:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:65px;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(232,222,210,0.6);box-shadow:0 1px 3px rgba(61,90,82,0.08)}.site-header-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}@media (min-width:768px){.site-header-inner{padding:0 2rem}}.site-logo{display:flex;align-items:center;gap:0.375rem;text-decoration:none;color:var(--hunt-forest)}.site-logo-img{height:48px;width:auto;aspect-ratio:180 / 255;filter:brightness(0) saturate(100%) invert(27%) sepia(8%) saturate(1200%) hue-rotate(120deg) brightness(95%) contrast(88%)}.site-logo-text{display:flex;flex-direction:column}.site-logo-name{font-size:1.5rem;font-weight:600;line-height:1.2}.site-logo-tagline{font-size:0.7rem;color:var(--hunt-muted);font-weight:400}.site-nav{display:flex;gap:0.75rem;align-items:center}.site-main{padding-top:65px;min-height:calc(100dvh - 65px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1rem;border-radius:0.5rem;font-size:0.875rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background 0.2s,color 0.2s,border-color 0.2s}.btn-primary{background:var(--hunt-forest);color:#fff}.btn-primary:hover{background:var(--hunt-primary-dark)}.btn-outline{background:#fff;color:var(--hunt-forest);border-color:var(--hunt-primary)}.btn-outline:hover{background:color-mix(in srgb,var(--hunt-primary) 8%,white)}.btn-lg{padding:0.75rem 1.5rem;font-size:1rem}.site-footer{background:var(--hunt-forest);color:#e8ded2;margin-top:4rem;padding:2rem 1rem;border-top:1px solid rgba(255,255,255,0.05)}.site-footer-inner{max-width:1200px;margin:0 auto}.site-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem 1.25rem;margin-bottom:1.5rem;font-size:0.875rem}.site-footer-nav a{color:#e8ded2;text-decoration:none}.site-footer-nav a:hover{color:#fff}.site-footer-copy{text-align:center;font-size:0.875rem;color:#e8ded2}.hero-section{display:none}.brand-gradient{background:radial-gradient(ellipse 90% 70% at 50% -20%,rgba(255,255,255,0.16) 0%,transparent 55%),linear-gradient(145deg,#4d6b5f 0%,#6b8e7f 45%,#9db4a8 100%)}.home-hero{color:#fff;text-align:center;padding:3.5rem 1rem 5rem;width:100%;overflow:hidden}@media (min-width:768px){.home-hero{padding:5rem 2rem}}.home-hero-inner{max-width:800px;margin:0 auto}.home-hero-logo{width:120px;height:auto;margin:0 auto 1.5rem;filter:brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,0.15))}@media (min-width:768px){.home-hero-logo{width:150px;margin-bottom:2rem}}.home-hero-title{font-size:clamp(1.875rem,5vw,3rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:1rem;color:#fff;text-wrap:balance}.home-hero-lead{font-size:clamp(1.0625rem,2.5vw,1.25rem);line-height:1.75;max-width:640px;margin:0 auto 2rem;color:#fff}.home-hero-actions{display:flex;flex-direction:column;gap:0.75rem;align-items:center;justify-content:center}@media (min-width:640px){.home-hero-actions{flex-direction:row;flex-wrap:wrap}}.btn-hero-primary{background:#fff;color:var(--hunt-forest);border:2px solid transparent;box-shadow:0 4px 16px rgba(0,0,0,0.12);width:100%}@media (min-width:640px){.btn-hero-primary{width:auto}}.btn-hero-primary:hover{background:var(--hunt-surface)}.btn-hero-outline{background:rgba(255,255,255,0.1);color:#fff;border:2px solid rgba(255,255,255,0.8);backdrop-filter:blur(4px);width:100%}@media (min-width:640px){.btn-hero-outline{width:auto}}.btn-hero-outline:hover{background:rgba(255,255,255,0.2);border-color:#fff}.home-main{max-width:1200px;margin:0 auto;padding:3rem 1rem 4rem}@media (min-width:768px){.home-main{padding:4rem 2rem}}.home-section{margin-bottom:3rem}@media (min-width:768px){.home-section{margin-bottom:4rem}}.home-section-title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;color:var(--hunt-forest);text-align:center;margin-bottom:0.75rem;letter-spacing:-0.02em}.home-section-title-left{text-align:left}.home-section-lead{text-align:center;color:var(--hunt-muted);font-size:0.9375rem;max-width:560px;margin:0 auto 2rem}@media (min-width:768px){.home-section-lead{font-size:1rem;margin-bottom:3rem}}.home-section-lead-left{text-align:left;margin-left:0;margin-bottom:0}.home-features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.home-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.home-features-grid{grid-template-columns:repeat(3,1fr)}}.home-feature-card{padding:1.5rem 2rem;text-align:left}.hunt-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:color-mix(in srgb,var(--hunt-primary) 12%,white);margin-bottom:1.25rem}.home-feature-icon span{display:block;width:1.75rem;height:1.75rem;background:var(--hunt-primary);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.icon-clipboard{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect width='8' height='4' x='8' y='2' rx='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect width='8' height='4' x='8' y='2' rx='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3C/svg%3E")}.icon-chart{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M18 17V9'/%3E%3Cpath d='M13 17V5'/%3E%3Cpath d='M8 17v-3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M18 17V9'/%3E%3Cpath d='M13 17V5'/%3E%3Cpath d='M8 17v-3'/%3E%3C/svg%3E")}.icon-dollar{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cline x1='12' x2='12' y1='2' y2='22'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cline x1='12' x2='12' y1='2' y2='22'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'/%3E%3C/svg%3E")}.icon-settings{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.icon-monitor{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cline x1='8' x2='16' y1='21' y2='21'/%3E%3Cline x1='12' x2='12' y1='17' y2='21'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cline x1='8' x2='16' y1='21' y2='21'/%3E%3Cline x1='12' x2='12' y1='17' y2='21'/%3E%3C/svg%3E")}.icon-shield{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E")}.home-feature-title{font-size:1.125rem;font-weight:600;color:var(--hunt-forest);margin-bottom:0.5rem}@media (min-width:768px){.home-feature-title{font-size:1.25rem}}.home-feature-text{font-size:0.875rem;color:var(--hunt-muted);line-height:1.7}@media (min-width:768px){.home-feature-text{font-size:1rem}}.home-latest-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width:640px){.home-latest-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.home-latest-links{display:flex;gap:1rem;font-size:0.875rem;flex-shrink:0}.home-latest-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.home-latest-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.home-latest-grid{grid-template-columns:repeat(3,1fr)}}.article-card-link{display:block;text-decoration:none;color:inherit;height:100%}.article-card-link-featured{display:grid;grid-template-columns:1fr}@media (min-width:640px){.article-card-link-featured{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.article-card-cover{overflow:hidden;background:var(--hunt-surface)}.article-card-cover-home,.article-card-cover:not(.article-card-cover-featured){aspect-ratio:1200 / 630}.article-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.article-card-cover picture,.content-detail-cover picture,.article-prose-figure picture{display:block;width:100%;height:100%}.hunt-card-interactive:hover .article-card-cover img{transform:scale(1.03)}.article-card-cover-featured{min-height:12rem}@media (min-width:640px){.article-card-cover-featured{min-height:100%}.article-card-cover-featured img{min-height:100%}}.article-card-date{display:block;font-size:0.75rem;color:var(--hunt-muted);margin-bottom:0.5rem}.article-card-title{font-size:1.125rem;font-weight:600;color:var(--hunt-forest);margin-bottom:0.5rem}.article-card-title-featured{font-size:1.25rem}@media (min-width:768px){.article-card-title-featured{font-size:1.5rem}}.article-card-description{font-size:0.875rem;color:var(--hunt-muted);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-description-featured{font-size:1rem;-webkit-line-clamp:4}@media (min-width:768px){.article-card-description-featured{font-size:1.125rem}}.home-steps-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.home-steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.home-steps-grid{grid-template-columns:repeat(4,1fr)}}.home-step-card{position:relative;padding:2rem 1.5rem 1.5rem;padding-top:2.5rem}@media (min-width:768px){.home-step-card{padding:2.5rem 2rem 2rem}}.home-step-number{position:absolute;top:-0.75rem;left:1.5rem;width:2rem;height:2rem;border-radius:9999px;background:var(--hunt-primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(61,90,82,0.25)}@media (min-width:768px){.home-step-number{width:2.5rem;height:2.5rem;top:-1rem;left:2rem;font-size:1.125rem}}.home-step-title{font-size:1.125rem;font-weight:600;margin:1rem 0 0.75rem;color:var(--hunt-forest)}.home-step-text{font-size:0.875rem;color:var(--hunt-muted);line-height:1.7}.home-help-link-wrap{margin-top:2rem;text-align:center}@media (min-width:768px){.home-help-link-wrap{margin-top:3rem}}.home-help-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--hunt-primary);font-weight:500;text-decoration:none}.home-help-link:hover{color:var(--hunt-primary-dark)}.home-help-icon{display:inline-flex;width:1.25rem;height:1.25rem;border-radius:9999px;border:2px solid currentColor;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700}.home-news-card{background:#fff;padding:1.5rem 2rem;border-radius:0.75rem;box-shadow:var(--hunt-shadow)}.home-news-title{font-size:1.25rem;font-weight:600;color:var(--hunt-forest);margin-bottom:1.5rem}.home-news-list{list-style:none}.home-news-item{padding:1rem 0}.home-news-item-border{border-bottom:1px solid var(--hunt-border)}.home-news-link{display:block;text-decoration:none;color:var(--hunt-forest)}.home-news-link:hover{color:var(--hunt-forest)}.home-news-item-title{font-size:0.9375rem;font-weight:500;margin-bottom:0.25rem}.home-news-item-date{font-size:0.75rem;color:var(--hunt-muted)}.home-news-more-wrap{margin-top:1.5rem;text-align:center}.home-cta{text-align:center;color:#fff;border-radius:0.75rem;padding:3rem 1.5rem;margin-top:3rem;box-shadow:0 8px 28px rgba(61,90,82,0.12)}.home-cta-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin-bottom:0.75rem;color:#fff}.home-cta-text{font-size:1rem;margin-bottom:1.5rem;color:#fff}@media (min-width:768px){.home-cta-text{font-size:1.125rem;margin-bottom:2rem}}.btn-cta{background:#fff;color:var(--hunt-forest)}.btn-cta:hover{background:var(--hunt-surface)}.content-page{position:relative;background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(107,142,127,0.07) 0%,transparent 65%)}.content-page-inner,.content-detail{max-width:1200px;margin:0 auto;padding:3.5rem 1rem 5rem}@media (min-width:768px){.content-page-inner,.content-detail{padding:3.5rem 2rem 5rem}}.section-block{padding:0 0 2rem}.section-muted{background:color-mix(in srgb,white 40%,var(--hunt-surface))}.section-title{font-size:1.75rem;font-weight:700;color:var(--hunt-forest);margin-bottom:1.5rem}.section-title-sm{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}.section-text{color:var(--hunt-muted);margin-bottom:1rem}.content-eyebrow{display:inline-block;font-size:0.8125rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--hunt-primary);margin-bottom:0.875rem}.content-index-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid color-mix(in srgb,var(--hunt-border) 75%,transparent)}@media (min-width:768px){.content-index-header{margin-bottom:1.75rem;padding-bottom:1.5rem}}.content-index-title{font-size:clamp(1.75rem,4vw,2.625rem);font-weight:700;color:var(--hunt-forest);margin-bottom:1rem;letter-spacing:-0.025em;line-height:1.12;text-wrap:balance}.content-index-description{color:var(--hunt-muted);font-size:1.0625rem;line-height:1.75;text-wrap:pretty}.content-index-header+.adsense-block{margin-top:-0.25rem;margin-bottom:1.5rem}.content-index-list{margin-top:0}.adsense-block+.content-index-list{margin-top:0}.content-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.content-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.article-card-featured{grid-column:1 / -1;margin-bottom:0.25rem}@media (min-width:768px){.article-card-featured{margin-bottom:0.5rem}}.hunt-card{background:#fff;border-radius:0.75rem;border:1px solid color-mix(in srgb,var(--hunt-border) 80%,transparent);box-shadow:var(--hunt-shadow);transition:box-shadow 0.25s ease,transform 0.25s ease,border-color 0.25s ease}.hunt-card-interactive:hover{box-shadow:0 8px 28px rgba(61,90,82,0.12);transform:translateY(-2px);border-color:color-mix(in srgb,var(--hunt-primary) 25%,var(--hunt-border))}.hunt-card-interactive:active{transform:translateY(0);transition-duration:0.1s}.article-card-featured.hunt-card{border-color:color-mix(in srgb,var(--hunt-primary) 18%,var(--hunt-border));box-shadow:0 4px 20px rgba(61,90,82,0.1)}.article-card-featured.hunt-card-interactive:hover{box-shadow:0 12px 36px rgba(61,90,82,0.14)}.article-card-link{display:block;text-decoration:none;color:inherit;height:100%}.article-card-featured .article-card-link{display:grid;grid-template-columns:1fr}@media (min-width:640px){.article-card-featured .article-card-link{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.article-card-cover img{width:100%;height:100%;min-height:200px;object-fit:cover;border-radius:0.75rem 0.75rem 0 0}@media (min-width:640px){.article-card-featured .article-card-cover img{border-radius:0.75rem 0 0 0.75rem;min-height:100%}}.article-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.article-card-featured .article-card-body{padding:1.5rem 1.75rem}@media (min-width:768px){.article-card-featured .article-card-body{padding:1.75rem 2rem}}.article-category-badge{display:inline-block;font-size:0.6875rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:0.25rem;background:color-mix(in srgb,var(--hunt-forest) 10%,white);color:var(--hunt-forest);margin-bottom:0.625rem}.article-card-title{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;color:var(--hunt-forest)}.article-card-description{font-size:0.9375rem;color:var(--hunt-muted);line-height:1.65;flex:1}.article-card-cta{margin-top:auto;padding-top:1rem}.content-nav-footer{display:flex;flex-wrap:wrap;gap:0.75rem 1.25rem;padding-top:2rem;margin-top:3rem;border-top:1px solid var(--hunt-border)}.content-nav-link,.content-inline-link,.content-back-link{color:var(--hunt-forest);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--hunt-forest) 35%,transparent);text-underline-offset:3px;font-weight:500;font-size:0.875rem}.content-back-link{display:inline-flex;text-decoration:none;margin-bottom:2rem}.content-detail-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--hunt-forest);margin-bottom:1rem;letter-spacing:-0.02em}.content-detail-description{color:var(--hunt-muted);font-size:1.0625rem;margin-bottom:1rem}.content-detail-date{font-size:0.875rem;color:var(--hunt-muted);font-variant-numeric:tabular-nums}.content-detail-tags{display:flex;flex-wrap:wrap;gap:0.5rem;list-style:none;margin-top:1rem}.article-tag{font-size:0.75rem;font-weight:500;padding:0.25rem 0.625rem;border-radius:0.25rem;background:color-mix(in srgb,var(--hunt-primary) 9%,white);color:var(--hunt-primary-dark);border:1px solid color-mix(in srgb,var(--hunt-primary) 15%,transparent)}.content-detail-cover{margin:1.5rem 0 2rem}.content-detail-cover img{width:100%;border-radius:0.75rem;border:1px solid var(--hunt-border)}.content-empty-state{padding:3rem 1.5rem;text-align:center;border-radius:0.875rem;background:color-mix(in srgb,white 70%,var(--hunt-surface));border:1px dashed color-mix(in srgb,var(--hunt-border) 90%,transparent)}.adsense-block{margin:1.5rem 0;min-height:90px}.help-cta{text-align:center}.article-prose h2{font-size:1.4375rem;font-weight:600;color:var(--hunt-forest);margin-top:2.75rem;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid color-mix(in srgb,var(--hunt-border) 70%,transparent)}.article-prose h3{font-size:1.125rem;font-weight:600;margin-top:1.75rem;margin-bottom:0.75rem;color:var(--hunt-forest)}.article-prose p,.article-prose li{color:var(--hunt-muted);line-height:1.75;margin-bottom:1rem}.article-prose ul,.article-prose ol{padding-left:1.5rem;margin-bottom:1rem}.article-prose table{width:100%;border-collapse:collapse;margin:1.25rem 0 1.75rem;font-size:0.9375rem}.article-prose th,.article-prose td{border:1px solid var(--hunt-border);padding:0.625rem 0.875rem;text-align:left;vertical-align:top;line-height:1.6}.article-prose th{background:color-mix(in srgb,var(--hunt-surface) 80%,var(--hunt-border));color:var(--hunt-forest);font-weight:600}.article-prose td{color:var(--hunt-muted);background:var(--hunt-surface)}.article-prose tbody tr:nth-child(even) td{background:color-mix(in srgb,var(--hunt-surface) 88%,var(--hunt-border))}.article-prose-figure{margin:1.75rem 0 2rem}.article-prose-img{display:block;width:100%;height:auto;border-radius:0.75rem;border:1px solid var(--hunt-border);box-shadow:var(--hunt-shadow)}.article-prose-caption{font-size:0.8125rem;color:var(--hunt-muted);margin-top:0.5rem;text-align:center}.article-prose-figure--intro .article-prose-img{max-width:42rem;margin-inline:auto}.article-prose-figure--compact .article-prose-img{max-width:20rem;margin-inline:auto}.feedback-card{background:var(--hunt-surface);border:1px solid var(--hunt-border);border-radius:0.75rem;padding:1.5rem;box-shadow:var(--hunt-shadow)}.feedback-form{display:grid;gap:1.25rem}.feedback-field{display:grid;gap:0.5rem}.feedback-label{font-weight:600;color:var(--hunt-forest);font-size:0.9375rem}.feedback-input,.feedback-textarea{width:100%;border:1px solid var(--hunt-border);border-radius:0.5rem;padding:0.75rem 1rem;font:inherit;color:var(--hunt-forest);background:#fff}.feedback-textarea{min-height:12rem;resize:vertical}.feedback-input:focus,.feedback-textarea:focus{outline:2px solid var(--hunt-primary);outline-offset:2px}.feedback-char-count{font-size:0.8125rem;color:var(--hunt-muted)}.feedback-field-error{font-size:0.8125rem;color:#b42318}.feedback-actions{display:flex;justify-content:flex-end}.feedback-alert{border-radius:0.5rem;padding:0.75rem 1rem;margin-bottom:1rem;font-size:0.9375rem}.feedback-alert-error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.feedback-alert-success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}