/* Independently authored for Products; no Hacker theme styles or assets imported. */
:root {
  color-scheme: light;
  --page: #f7f8f5;
  --ink: #263c32;
  --muted: #66736a;
  --green: #35644d;
  --line: #dce2da;
  --night: #19231f;
  --night-text: #f0f3e9;
  --night-muted: #b2bfb2;
  --lime: #c1dc91;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; vertical-align: middle; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #276546; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 5; top: -80px; left: 16px; padding: 12px 20px; background: white; border: 1px solid var(--green); }
.skip-link:focus { top: 12px; }

.site-header { background: var(--night); color: var(--night-text); border-bottom: 1px solid #354339; }
.site-header a:focus-visible, .hero-section a:focus-visible { outline-color: var(--lime); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: 17px; font-weight: 600; letter-spacing: -.6px; }
.brand-mark { width: 32px; height: 32px; display: grid; grid-auto-flow: column; place-content: center; background: var(--lime); border-radius: 9px; color: var(--night); font-family: var(--font); font-size: 25px; line-height: 1; letter-spacing: -2px; padding-right: 3px; }
.brand-mark span { color: #4f6b32; }
.brand-domain { font-weight: 400; color: var(--night-muted); }
.site-nav { display: flex; gap: 32px; align-items: center; font-size: 13px; }
.site-nav a { padding-block: 12px; }
.site-nav a[aria-current] { font-weight: 650; color: var(--lime); }
.site-nav a[aria-current]::after { content: ""; display: block; width: 4px; height: 4px; background: var(--lime); border-radius: 50%; margin: 6px auto -10px; }
.site-nav a:last-child { color: var(--night-muted); }
.site-nav a:last-child span { margin-left: 7px; }

.hero-section { color: var(--night-text); background: radial-gradient(ellipse at 80% 20%, #2d3b2b 0%, transparent 55%), var(--night); border-bottom: 3px solid var(--lime); }
.hero { position: relative; display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; gap: 24px; padding: 58px 0 54px; }
.eyebrow { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 1.35px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; color: var(--lime); }
.status-dot { width: 6px; height: 6px; border-radius: 2px; background: var(--lime); }
h1 { font-size: clamp(32px, 4.2vw, 49px); font-weight: 700; line-height: 1.55; letter-spacing: .02em; margin: 0; }
.title-dot { color: var(--lime); }
.hero-description { font-size: 14px; line-height: 2.1; color: var(--night-muted); margin: 22px 0 25px; }
.collection-link { display: inline-flex; gap: 28px; align-items: center; color: var(--lime); font-size: 12px; font-weight: 600; padding-bottom: 9px; border-bottom: 1px solid #70885a; }
.collection-link span { font-size: 19px; font-weight: 400; }
.hero-art { height: 298px; position: relative; display: grid; place-items: center; border: 1px solid #4e6248; border-radius: 16px; background: #18221d99; }
.art-toolbar { position: absolute; inset: 0 0 auto; display: flex; justify-content: space-between; padding: 14px 19px; border-bottom: 1px solid #3a4b36; color: var(--night-muted); font: 9px var(--mono); letter-spacing: 1.5px; }
.art-toolbar span:last-child { color: var(--lime); }
.art-grid { position: absolute; inset: 42px 0 20px; background-image: linear-gradient(#a5c97b14 1px, transparent 1px), linear-gradient(90deg, #a5c97b14 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(ellipse, #000 10%, transparent 75%); }
.app-shelf { display: grid; grid-template-columns: repeat(4, 62px); gap: 19px; transform: translateY(6px) rotate(-6deg); }
.shelf-icon { width: 62px; height: 62px; display: block; border-radius: 16px; box-shadow: 0 10px 20px #060e0933, 0 2px 4px #060e0926; background: white; }
.shelf-icon img { width: 100%; height: 100%; border-radius: inherit; object-fit: contain; }
.shelf-daysyet { transform: translateY(13px); }
.shelf-bameyasu { transform: translateY(-10px); }
.shelf-pomogem { transform: translateY(5px); }
.shelf-stagepane { transform: translateY(29px); padding: 5px; background: #f3f6f5; }
.shelf-blurfollow { grid-column: 1; margin-left: 39px; transform: translateY(13px); }
.shelf-youyaku { margin-left: 39px; }
.shelf-roadmap { margin-left: 39px; transform: translateY(15px); padding: 10px; background: #edf1e9; }
.art-caption { position: absolute; bottom: 16px; font: 8px var(--mono); letter-spacing: 1.6px; color: var(--night-muted); }

.collection { scroll-margin-top: 24px; }
.collection-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 36px; }
.collection-title { display: flex; align-items: center; gap: 12px; }
.collection-title h2 { font-family: var(--mono); font-size: 25px; font-weight: 500; letter-spacing: -.7px; margin: 0; }
.total-count { color: #45632b; background: #e7efd9; border: 1px solid #c9d8b5; border-radius: 5px; padding: 4px 7px; font: 11px var(--mono); }
.collection-heading > p { font-size: 11px; color: var(--muted); margin: 0; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 25px 0 28px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { cursor: pointer; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: #59655c; min-height: 38px; padding: 7px 17px; font-size: 11px; transition: background .18s, border-color .18s; }
.filters button[aria-pressed="true"] { background: var(--night); border-color: var(--night); color: var(--lime); }
.filter-count { font-size: 10px; color: var(--muted); white-space: nowrap; }
.filter-count span { font: 12px ui-monospace, SFMono-Regular, Consolas, monospace; margin-right: 3px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.product-card { --tint: #eaf0e4; --art-ink: #365742; --art-rule: #bbcbb3; background: #fff; border: 1px solid #e0e5dd; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; scroll-margin-top: 24px; }
.product-bameyasu { --tint: #f1eddf; --art-ink: #686045; --art-rule: #d0c6a5; }
.product-pomogem { --tint: #eeebf5; --art-ink: #5f547b; --art-rule: #cbbede; }
.product-stagepane { --tint: #e6edf2; --art-ink: #425e74; --art-rule: #b5c9d7; }
.product-blurfollow { --tint: #e6efee; --art-ink: #3b645f; --art-rule: #b5cfcb; }
.product-youyaku { --tint: #eee9f3; --art-ink: #665277; --art-rule: #ccbcd7; }
.product-roadmap { --tint: #e8eddf; --art-ink: #4d6242; --art-rule: #c0cdaa; }
.product-art { position: relative; background: var(--tint); color: var(--art-ink); padding: 25px 28px 29px; min-height: 196px; overflow: hidden; }
.product-number { font: 10px var(--mono); letter-spacing: .5px; }
.category { float: right; font-size: 10px; letter-spacing: .5px; }
.product-identity { position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.product-icon { width: 76px; height: 76px; flex-shrink: 0; border-radius: 19px; object-fit: contain; box-shadow: 0 8px 16px #314b3112; }
.product-stagepane .product-icon { padding: 5px; background: #f5f7f8; }
.product-roadmap .product-icon { padding: 12px; background: #f4f6ee; }
.product-identity h3 { font-size: clamp(25px, 2.65vw, 32px); font-weight: 650; letter-spacing: -.8px; margin: 0; line-height: 1.2; overflow-wrap: anywhere; }
.product-reading { display: block; font-size: 10px; margin-top: 7px; letter-spacing: 1.5px; }
.art-line { position: absolute; width: 180px; height: 180px; border: 1px solid var(--art-rule); border-radius: 50%; right: -65px; bottom: -112px; opacity: .65; }
.art-line::after { content: ""; position: absolute; inset: 17px; border: 1px solid var(--art-rule); border-radius: 50%; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 25px 28px 0; }
.product-meta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; min-height: 21px; }
.platform { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: var(--muted); }
.platform-dot { width: 4px; height: 4px; border-radius: 50%; background: #84977e; }
.release-status { color: #796236; background: #f5eedf; font-size: 9px; border-radius: 4px; padding: 4px 7px; }
.product-tagline { margin: 13px 0 10px; font-size: 18px; font-weight: 650; letter-spacing: .01em; line-height: 1.6; }
.product-description { margin: 0; font-size: 13px; line-height: 1.95; color: var(--muted); }
.features { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 20px 0 25px; }
.features li { background: #f4f6f2; border-radius: 4px; color: #64725e; font-size: 10px; padding: 5px 8px; line-height: 1.5; }
.product-link { margin-top: auto; min-height: 67px; padding-block: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e8ece6; font-size: 12px; font-weight: 600; }
.product-domain { font-size: 10px; font-weight: 400; color: var(--muted); margin-left: 9px; }
.link-arrow { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #d0ddbd; background: #f1f5e9; border-radius: 8px; font-size: 17px; font-weight: 400; flex-shrink: 0; transition: background .18s, transform .18s; }
.product-roadmap { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.product-roadmap .product-art { display: flex; flex-wrap: wrap; align-content: flex-start; padding-top: 27px; }
.product-roadmap .category { margin-left: auto; }
.product-roadmap .product-identity { margin-top: 38px; width: 100%; padding-bottom: 18px; }
.product-roadmap .product-identity h3 { font-size: 26px; max-width: 280px; line-height: 1.22; }
.product-roadmap .product-body { padding-top: 23px; }

.maker { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 0; margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.maker-identity { display: flex; align-items: center; gap: 17px; }
.maker-identity img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.maker .eyebrow { color: var(--muted); font-size: 8px; margin: 0 0 9px; }
.maker-identity p:last-child { font-size: 13px; font-weight: 500; margin: 0; }
.maker > a { font-size: 11px; padding-block: 12px; white-space: nowrap; }
.maker > a span { margin-left: 20px; }
.site-footer { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; color: var(--muted); padding-block: 26px 36px; }
.site-footer a { padding: 5px 0; }
.site-footer > span { padding-block: 5px; }

@media (hover: hover) {
  .site-nav a:hover { color: var(--lime); text-decoration: underline; text-underline-offset: 4px; }
  .collection-link:hover { color: white; border-color: var(--lime); }
  .maker a:hover, .site-footer a:hover { color: #173d27; text-decoration: underline; text-underline-offset: 4px; }
  .filters button[aria-pressed="false"]:hover { background: #e8ede4; border-color: #b8c5b1; }
  .product-link:hover { color: #1c6339; }
  .product-link:hover .link-arrow { background: #e8efe2; transform: translate(2px, -2px); }
}

@media (max-width: 1020px) {
  .container { width: calc(100% - 64px); }
  .hero { grid-template-columns: 1.5fr 1fr; padding-block: 52px; }
  .app-shelf { grid-template-columns: repeat(4, 49px); gap: 13px; }
  .shelf-icon { width: 49px; height: 49px; border-radius: 13px; }
  .shelf-blurfollow, .shelf-youyaku, .shelf-roadmap { margin-left: 30px; }
  .product-art { padding-inline: 24px; }
  .product-body { padding-inline: 24px; }
  .product-domain { display: block; margin: 5px 0 0; }
  .product-tagline { font-size: 16px; }
  .product-identity { gap: 16px; }
  .product-icon { width: 64px; height: 64px; border-radius: 16px; }
  .product-art { min-height: 183px; }
  .product-roadmap .product-identity h3 { font-size: 24px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { height: 72px; }
  .brand { font-size: 16px; gap: 8px; }
  .brand-mark { width: 29px; height: 29px; font-size: 22px; }
  .site-nav { gap: 19px; font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 49px 44px; }
  .hero-art { display: none; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.1px; margin-bottom: 23px; }
  h1 { font-size: clamp(29px, 6.8vw, 43px); line-height: 1.6; }
  .hero-description { font-size: 12px; margin-block: 19px 21px; }
  .collection-heading { align-items: flex-start; padding-top: 25px; }
  .collection-title h2 { font-size: 25px; }
  .collection-heading > p { font-size: 10px; line-height: 1.6; max-width: 140px; text-align: right; }
  .collection-toolbar { align-items: flex-start; flex-wrap: wrap; margin-block: 22px; gap: 6px; }
  .filters { gap: 6px; }
  .filters button { min-height: 44px; padding-inline: 15px; }
  .filter-count { width: 100%; text-align: right; margin-block: 7px 0; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 22px; }
  .product-card { border-radius: 13px; }
  .product-art { min-height: 174px; padding: 23px 24px 27px; }
  .product-identity { gap: 20px; margin-top: 23px; }
  .product-identity h3 { font-size: 30px; }
  .product-icon { width: 68px; height: 68px; }
  .product-body { padding: 23px 24px 0; }
  .product-tagline { font-size: 17px; }
  .product-description { font-size: 13px; }
  .product-domain { display: inline; margin: 0 0 0 8px; }
  .product-roadmap { display: flex; grid-column: auto; }
  .product-roadmap .product-art { display: block; padding-top: 23px; }
  .product-roadmap .product-identity { margin-top: 23px; padding-bottom: 0; }
  .product-roadmap .product-identity h3 { font-size: 23px; }
  .maker { margin-top: 44px; padding-block: 27px; flex-wrap: wrap; gap: 14px; }
  .maker-identity { gap: 13px; }
  .maker-identity p:last-child { font-size: 12px; }
  .maker > a { margin-left: 59px; }
}

@media (max-width: 380px) {
  .brand-domain { display: none; }
  .site-nav { gap: 13px; }
  .desktop-break { display: none; }
  .product-art, .product-body { padding-inline: 20px; }
  .product-domain { display: block; margin: 5px 0 0; }
  .product-tagline { font-size: 16px; }
  .features { gap: 4px; }
  .features li { font-size: 10px; padding-inline: 6px; }
  .filters button { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
