.page-home{--home-batch-color:#E53935;--home-prev-batch:#8E24AA;--home-ribbon-gap:6px;background:var(--color-cream);color:var(--color-dark-gray);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}
.page-home .breadcrumb{padding:12px 16px 0;max-width:var(--content-max);margin:0 auto}
.page-home .crumb-list{display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0;font-size:12px}
.page-home .crumb-link{color:var(--color-mo-green);text-decoration:none;font-weight:700}
.page-home .crumb-current{color:var(--color-mid-gray);cursor:default}
.page-home .home-hero{position:relative;overflow:hidden;max-width:var(--content-max);margin:0 auto;padding:48px 16px 64px;display:grid;gap:28px;background:var(--color-cream)}
.page-home .hero-deco{position:absolute;pointer-events:none;z-index:0}
.page-home .hero-deco-a{width:150px;height:150px;border-radius:50%;background:var(--color-sunny-yellow);top:-40px;right:30px;opacity:.55;border:4px solid var(--color-mo-green)}
.page-home .hero-deco-b{width:96px;height:96px;background:var(--color-leaf-green);bottom:20px;left:-24px;transform:rotate(18deg);opacity:.45;border:4px solid var(--color-mo-green)}
.page-home .hero-copy{position:relative;z-index:2;max-width:760px}
.page-home .hero-kicker{display:inline-flex;align-items:center;gap:8px;background:var(--color-mo-green);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;padding:6px 14px;border-radius:var(--radius-sm);box-shadow:var(--shadow-brutal-sm);margin:0 0 16px}
.page-home .hero-kicker-star{color:var(--color-sunny-yellow);font-size:14px}
.page-home .hero-version{margin-left:4px;background:var(--color-strawberry);border-radius:4px;padding:2px 8px;font-size:11px}
.page-home .hero-title{display:inline;font-family:var(--font-headline);font-size:clamp(2.6rem,8vw,4.8rem);line-height:1.12;color:var(--color-strawberry-dark);letter-spacing:.02em;background:linear-gradient(transparent 62%,var(--color-mango) 62%);padding:0 6px;box-decoration-break:clone;-webkit-box-decoration-break:clone;margin:0}
.page-home .hero-title-300{color:var(--color-mo-green);font-size:1.1em;padding:0 .04em}
.page-home .hero-sub{font-size:15px;color:var(--color-mo-green);margin:16px 0 22px;font-weight:700;letter-spacing:.06em;border-left:6px solid var(--color-strawberry);padding-left:12px;background:rgba(255,255,255,.6)}
.page-home .hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.page-home .hero-actions .btn{font-family:var(--font-headline);font-size:15px;border-radius:var(--radius-sm)}
.page-home .btn-primary{background:var(--color-strawberry);border:3px solid var(--color-mo-green);box-shadow:var(--shadow-brutal);color:#fff;padding:10px 20px;text-decoration:none;transition:transform .15s,box-shadow .15s}
.page-home .btn-primary:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal-hover)}
.page-home .btn-outline{background:var(--color-cream);border:3px solid var(--color-mo-green);box-shadow:var(--shadow-brutal-sm);color:var(--color-mo-green);padding:10px 20px;text-decoration:none;transition:transform .15s,box-shadow .15s}
.page-home .btn-outline:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal-hover)}
.page-home .hero-art{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}
.page-home .hero-strawberry{width:100%;max-width:140px;height:auto;border:4px solid var(--color-mo-green);border-radius:var(--radius-lg);box-shadow:var(--shadow-brutal);grid-column:span 2;justify-self:center}
.page-home .hero-stat-block{background:var(--color-pale-pink);border:3px solid var(--color-mo-green);border-radius:var(--radius-md);box-shadow:var(--shadow-brutal-sm);padding:14px 12px;text-align:center}
.page-home .hero-stat-num{display:block;font-family:var(--font-headline);font-size:30px;line-height:1.1;color:var(--color-strawberry)}
.page-home .hero-stat-label{display:block;font-size:12px;color:var(--color-mo-green);font-weight:700;margin-top:4px}
.page-home .hero-stat-batch .hero-stat-num{color:var(--color-tomato)}
.page-home .hero-stat-update .hero-stat-num{color:var(--color-violet)}
.page-home .hero-ribbon{position:absolute;bottom:0;left:0;right:0;display:flex;gap:var(--home-ribbon-gap);padding:0 16px}
.page-home .hero-ribbon-item{height:12px;flex:1;border-radius:6px 6px 0 0}
.page-home .ribbon-mango{background:var(--color-mango)}
.page-home .ribbon-green{background:var(--color-leaf-green)}
.page-home .ribbon-cyan{background:var(--color-cyan)}
.page-home .ribbon-orange{background:var(--color-peach-orange)}
.page-home .home-section{padding:52px 16px}
.page-home .section-head{display:flex;align-items:center;flex-wrap:wrap;gap:12px;max-width:var(--content-max);margin:0 auto 26px;position:relative}
.page-home .section-index{font-family:var(--font-headline);font-size:18px;background:var(--color-sunny-yellow);color:var(--color-mo-green);border:3px solid var(--color-mo-green);border-radius:var(--radius-sm);box-shadow:var(--shadow-brutal-sm);padding:2px 10px;line-height:1.4}
.page-home .section-title{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;color:var(--color-strawberry-dark);margin:0;border-left:8px solid var(--color-strawberry);padding-left:12px}
.page-home .section-more-link{margin-left:auto;font-size:13px;font-weight:700;color:var(--color-mo-green);background:var(--color-cream);border:2px solid var(--color-mo-green);border-radius:var(--radius-sm);padding:4px 12px;text-decoration:none;box-shadow:var(--shadow-brutal-sm)}
.page-home .section-more-link:hover{background:var(--color-mango)}
.page-home .section-more-note{margin-left:auto;font-size:12px;color:var(--color-mo-green);background:rgba(255,255,255,.65);border-radius:var(--radius-sm);padding:4px 10px;border:2px dashed var(--color-mo-green)}
.page-home .featured-section{background:var(--color-pale-pink)}
.page-home .featured-main{display:grid;grid-template-columns:1fr;gap:20px;max-width:var(--content-max);margin:0 auto}
.page-home .featured-card{position:relative;background:var(--color-cream);border:3px solid var(--color-mo-green);border-radius:var(--radius-md);box-shadow:var(--shadow-brutal);overflow:hidden;transition:transform .15s,box-shadow .15s}
.page-home .featured-card:hover{transform:translate(-3px,-3px);box-shadow:var(--shadow-brutal-hover)}
.page-home .featured-card.is-primary{display:flex;flex-direction:column}
.page-home .card-figure{position:relative;aspect-ratio:3/2;overflow:hidden;border-bottom:3px solid var(--color-mo-green)}
.page-home .card-figure img{width:100%;height:100%;object-fit:cover;display:block}
.page-home .featured-card .status-badge{position:absolute;top:10px;right:10px;z-index:2}
.page-home .card-head{padding:12px 14px 4px}
.page-home .card-title{font-family:var(--font-headline);font-size:18px;color:var(--color-strawberry-dark);margin:0 0 2px;line-height:1.3}
.page-home .card-meta{font-size:12px;color:var(--color-mid-gray);font-weight:700}
.page-home .card-excerpt{font-size:14px;color:var(--color-dark-gray);padding:4px 14px;margin:0;flex:1}
.page-home .card-foot{padding:8px 14px 14px;display:flex;flex-wrap:wrap;gap:6px}
.page-home .featured-sub{display:grid;grid-template-columns:1fr;gap:16px;max-width:var(--content-max);margin:24px auto 0}
.page-home .featured-card.is-mini{display:grid;grid-template-columns:88px 1fr auto;gap:8px 12px;align-items:center;padding:12px}
.page-home .mini-figure{width:88px;height:64px;border-radius:var(--radius-sm);border:2px solid var(--color-mo-green);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.page-home .mini-figure-green{background:var(--color-leaf-green)}
.page-home .mini-figure-orange{background:var(--color-peach-orange)}
.page-home .mini-figure-cyan{background:var(--color-cyan)}
.page-home .mini-figure-pink{background:var(--color-pale-pink)}
.page-home .mini-strawberry{display:block;width:28px;height:34px;border-radius:45% 45% 50% 50%;background:var(--color-strawberry);position:relative;border:2px solid var(--color-mo-green)}
.page-home .mini-strawberry::before{content:"";position:absolute;top:-9px;left:50%;transform:translateX(-50%);width:14px;height:12px;background:var(--color-leaf-green);clip-path:polygon(50% 100%,0 0,100% 0);}
.page-home .featured-card.is-mini .card-head{padding:0}
.page-home .featured-card.is-mini .card-title{font-size:15px}
.page-home .featured-card.is-mini .status-badge{position:static;top:auto;right:auto}
.page-home .category-section{background:var(--color-leaf-green)}
.page-home .category-section .section-title{color:#fff;border-left-color:var(--color-sunny-yellow)}
.page-home .category-section .section-more-link{background:var(--color-mo-green);color:#fff;border-color:var(--color-mo-green)}
.page-home .category-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:var(--content-max);margin:0 auto}
.page-home .cat-tile{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;border:3px solid var(--color-mo-green);box-shadow:var(--shadow-brutal);display:flex;align-items:flex-end;text-decoration:none;transition:transform .15s,box-shadow .15s}
.page-home .cat-tile:hover{transform:translate(-3px,-3px);box-shadow:var(--shadow-brutal-hover)}
.page-home .cat-tile-bg{position:absolute;inset:0;overflow:hidden}
.page-home .cat-tile-bg img{width:100%;height:100%;object-fit:cover;opacity:.38;display:block}
.page-home .cat-tile::after{content:"";position:absolute;inset:0;pointer-events:none}
.page-home .cat-see::after{background:linear-gradient(to top,var(--color-strawberry-dark) 0%,transparent 62%)}
.page-home .cat-touch::after{background:linear-gradient(to top,var(--color-tomato) 0%,transparent 62%)}
.page-home .cat-smell::after{background:linear-gradient(to top,var(--color-mo-green) 0%,transparent 62%)}
.page-home .cat-taste::after{background:linear-gradient(to top,var(--color-violet) 0%,transparent 62%)}
.page-home .cat-tile-body{position:relative;z-index:2;padding:14px 16px;color:#fff;width:100%}
.page-home .cat-tile .tile-name{display:block;font-family:var(--font-headline);font-size:32px;line-height:1;text-shadow:2px 2px 0 rgba(0,0,0,.35)}
.page-home .cat-tile-desc{display:block;font-size:12px;margin-top:4px;opacity:.95}
.page-home .cat-tile .tile-count{display:inline-block;margin-top:8px;background:var(--color-mango);color:var(--color-mo-green);font-size:13px;font-weight:700;border:2px solid var(--color-mo-green);border-radius:var(--radius-sm);padding:2px 10px}
.page-home .cat-tile .tile-count strong{font-family:var(--font-headline);font-size:16px}
.page-home .updates-section{background:var(--color-cream)}
.page-home .updates-layout{display:grid;gap:28px;max-width:var(--content-max);margin:0 auto}
.page-home .updates-list{min-width:0}
.page-home .update-group{margin-bottom:26px}
.page-home .update-group-head{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 12px;font-family:var(--font-headline);font-size:18px;color:var(--color-strawberry-dark)}
.page-home .batch-badge{background:var(--home-batch-color);color:#fff;border:3px solid var(--color-mo-green);border-radius:var(--radius-sm);box-shadow:var(--shadow-brutal-sm);padding:2px 12px}
.page-home .batch-badge-prev{background:var(--home-prev-batch)}
.page-home .batch-range{font-size:13px;color:var(--color-mid-gray);font-family:var(--font-body)}
.page-home .updates-section .accordion{background:#fff;border:3px solid var(--color-mo-green);border-radius:var(--radius-md);box-shadow:var(--shadow-brutal-sm);margin-bottom:10px;overflow:hidden}
.page-home .updates-section .accordion-trigger{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px 14px;background:transparent;border:none;cursor:pointer;font-family:var(--font-body);font-size:15px;text-align:left;color:var(--color-dark-gray)}
.page-home .updates-section .accordion-trigger:hover{background:var(--color-pale-pink)}
.page-home .update-title{font-weight:700;color:var(--color-strawberry-dark)}
.page-home .update-meta{margin-left:auto;font-size:12px;color:var(--color-mid-gray);white-space:nowrap}
.page-home .update-arrow{font-size:16px;color:var(--color-strawberry);font-weight:700;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--color-strawberry);border-radius:50%}
.page-home .updates-section .accordion-body{padding:0 16px 14px;border-top:2px dashed var(--color-leaf-green);font-size:14px;color:var(--color-dark-gray)}
.page-home .updates-aside{display:grid;gap:16px;align-content:start}
.page-home .updates-aside-img{width:100%;height:auto;border:4px solid var(--color-mo-green);border-radius:var(--radius-lg);box-shadow:var(--shadow-brutal);object-fit:cover}
.page-home .updates-aside-card{background:var(--color-pale-pink);border:3px solid var(--color-mo-green);border-radius:var(--radius-md);box-shadow:var(--shadow-brutal-sm);padding:18px;text-align:center}
.page-home .updates-aside-title{font-size:13px;color:var(--color-mid-gray);margin:0 0 6px;font-weight:700}
.page-home .updates-aside-value{font-family:var(--font-headline);font-size:26px;color:var(--color-strawberry);margin:0 0 4px}
.page-home .updates-aside-note{font-size:12px;color:var(--color-mo-green);margin:0}
.page-home .tags-section{background:var(--color-sunny-yellow)}
.page-home .tags-section .section-title{color:var(--color-mo-green);border-left-color:var(--color-strawberry)}
.page-home .tags-cloud-home{display:flex;flex-wrap:wrap;gap:10px;max-width:var(--content-max);margin:0 auto;padding-top:6px}
.page-home .tag-cloud .tag{display:inline-block;text-decoration:none;border:3px solid var(--color-mo-green);border-radius:999px;padding:8px 18px;font-size:14px;font-weight:700;cursor:pointer;background:var(--color-cream);color:var(--color-mo-green);box-shadow:var(--shadow-brutal-sm);transition:transform .15s,background .15s;font-family:var(--font-body)}
.page-home .tag-cloud .tag:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-brutal-hover)}
.page-home .tag-cloud .tag.is-hot{font-size:22px;padding:12px 26px;background:var(--color-strawberry);color:#fff}
.page-home .tag-cloud .tag.is-mid{font-size:17px;padding:10px 20px}
.page-home .tag-cloud .tag.is-sm{font-size:13px;padding:6px 14px;border-width:2px}
.page-home .tag-cloud .tag.is-yellow{background:var(--color-mango)}
.page-home .tag-cloud .tag.is-orange{background:var(--color-peach-orange)}
.page-home .tag-cloud .tag.is-green{background:var(--color-leaf-green);color:#fff}
.page-home .tag-cloud .tag.is-pink{background:var(--color-pale-pink)}
.page-home .tag-cloud .tag.is-cyan{background:var(--color-cyan);color:#fff}
.page-home .ranking-section{background:var(--color-mo-green)}
.page-home .ranking-section .section-head{margin-bottom:30px}
.page-home .ranking-section .section-title{color:#fff;border-left-color:var(--color-mango)}
.page-home .ranking-section .section-more-link{background:transparent;color:var(--color-sunny-yellow);border-color:var(--color-sunny-yellow)}
.page-home .section-more-light{background:transparent;color:#fff;border-color:#fff}
.page-home .ranking-list{display:grid;gap:10px;max-width:var(--content-max);margin:0 auto}
.page-home .ranking-item{display:grid;grid-template-columns:44px 1fr;grid-template-areas:"num info" "num metric";gap:4px 14px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-md);padding:12px 14px;align-items:center}
.page-home .ranking-item:hover{background:rgba(255,255,255,.16)}
.page-home .ranking-item .num-mark{grid-area:num;width:40px;height:40px;border-radius:50%;background:var(--color-strawberry);color:#fff;font-family:var(--font-headline);font-size:20px;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-mango);box-shadow:2px 2px 0 rgba(0,0,0,.3)}
.page-home .ranking-item:nth-child(n+4) .num-mark{background:var(--color-tomato)}
.page-home .ranking-item:nth-child(n+7) .num-mark{background:var(--color-violet)}
.page-home .ranking-info{grid-area:info;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}
.page-home .ranking-name{color:#fff;font-family:var(--font-headline);font-size:16px;font-weight:700;line-height:1.2}
.page-home .ranking-cat{font-size:12px;color:var(--color-sunny-yellow);background:rgba(0,0,0,.25);border-radius:var(--radius-sm);padding:2px 8px}
.page-home .ranking-item .metric{grid-area:metric;display:grid;grid-template-columns:96px 1fr;gap:8px;align-items:center;min-width:0}
.page-home .metric-label{font-size:11px;color:#e6e0d0;white-space:nowrap}
.page-home .metric-bar{display:block;height:14px;background:rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.5);border-radius:999px;overflow:hidden}
.page-home .metric-fill{display:block;height:100%;background:linear-gradient(90deg,var(--color-mango),var(--color-strawberry));border-radius:999px}
.page-home .reference-section{background:var(--color-pale-pink)}
.page-home .table-scroll{overflow-x:auto;max-width:var(--content-max);margin:0 auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-brutal);border:3px solid var(--color-mo-green)}
.page-home .ref-table{width:100%;min-width:640px;border-collapse:collapse;background:var(--color-cream)}
.page-home .ref-table th,.page-home .ref-table td{padding:12px 14px;border:2px solid var(--color-mo-green);text-align:left;font-size:14px}
.page-home .ref-table th{background:var(--color-mo-green);color:#fff;font-family:var(--font-headline);font-size:16px;letter-spacing:.04em}
.page-home .ref-table td:first-child{font-weight:700;color:var(--color-strawberry-dark)}
.page-home .ref-table tbody tr:nth-child(odd){background:#fff}
.page-home .ref-table tbody tr:nth-child(even){background:var(--color-pale-pink)}
.page-home .ref-table tbody tr:hover{background:var(--color-sunny-yellow)}

@media (min-width:860px){
  .page-home .home-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:40px;padding:56px 32px 72px;align-items:center}
  .page-home .hero-copy{max-width:none}
  .page-home .hero-title{font-size:clamp(3rem,6vw,5.2rem)}
  .page-home .hero-art{grid-template-columns:1fr 1fr;order:2}
  .page-home .hero-strawberry{grid-column:span 2;max-width:180px}
  .page-home .hero-deco-a{width:220px;height:220px;top:-70px;right:70px}
  .page-home .hero-deco-b{width:160px;height:160px;bottom:-20px;left:auto;right:10px;opacity:.35}
  .page-home .featured-main{grid-template-columns:repeat(4,1fr);gap:20px}
  .page-home .featured-sub{grid-template-columns:repeat(4,1fr);gap:16px}
  .page-home .featured-card.is-mini{grid-template-columns:76px 1fr;grid-template-rows:1fr auto;padding:10px}
  .page-home .featured-card.is-mini .mini-figure{width:76px;height:58px;grid-row:span 2}
  .page-home .category-tiles{grid-template-columns:repeat(4,1fr);gap:20px}
  .page-home .updates-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start}
  .page-home .updates-aside{position:sticky;top:24px}
  .page-home .ranking-item{grid-template-columns:48px 1fr 240px;grid-template-areas:"num info metric";gap:4px 18px;padding:12px 18px}
  .page-home .ranking-name{font-size:17px}
  .page-home .tag-cloud .tag{transition:transform .15s,box-shadow .15s}
}
@media (min-width:1200px){
  .page-home .home-hero,.page-home .featured-main,.page-home .featured-sub,.page-home .category-tiles,.page-home .updates-layout,.page-home .ranking-list,.page-home .table-scroll,.page-home .tags-cloud-home,.page-home .section-head{margin-left:auto;margin-right:auto}
}
