:root {
  --f70: #fdf4f7;
  --b50: #fffefd;
  --y73: #211c1f;
  --a42: #695f64;
  --g37: #e72d6d;
  --t31: #9f1849;
  --m1: #fae5ed;
  --e5: #e8d9df;
  --p54: #3f8a67;
  --e70: 0 16px 44px rgba(78, 30, 48, 0.08), 0 3px 10px rgba(78, 30, 48, 0.05);
  --p95: cubic-bezier(0.23, 1, 0.32, 1);
  --x1: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--y73);
  background:
    radial-gradient(circle at 8% 6%, rgba(231, 45, 109, 0.075), transparent 25rem),
    linear-gradient(rgba(255,255,255,0.36), rgba(255,255,255,0.36)),
    var(--f70);
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a[href], select:not(:disabled), input:not(:disabled), textarea:not(:disabled) { cursor: pointer; }
button:active { transform: scale(0.97); }
:focus-visible { outline: 3px solid rgba(231, 45, 109, 0.34); outline-offset: 3px; }
::selection { color: #fff; background: var(--g37); }

._c8hk5 { min-height: 100vh; overflow: clip; }
._k5677 { padding: 7px 18px; color: #6e2942; background: #f7d9e5; border-bottom: 1px solid #eebed0; text-align: center; font-size: 11px; letter-spacing: .05em; }
.b6x1r6 { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 253, 0.94); border-bottom: 1px solid var(--e5); backdrop-filter: blur(14px); }
.cy-flow { width: min(1420px, calc(100% - 48px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.a1d9y1 { display: inline-flex; align-items: center; gap: 11px; min-width: 282px; }
.a1d9y1 img { width: 46px; height: 46px; object-fit: contain; }
._7wnwd { position: relative; display: grid; line-height: 1; }
._7wnwd b { display: flex; align-items: stretch; font-family: "Noto Serif SC", serif; font-size: 19px; font-weight: 900; letter-spacing: -.08em; }
._7wnwd b i { padding: 1px 2px 2px; font-style: normal; border-bottom: 3px solid var(--y73); }
._7wnwd b i:first-child { color: #fff; background: var(--y73); border-bottom-color: var(--g37); transform: translateY(-1px) rotate(-2deg); }
._7wnwd b i:last-child { color: var(--g37); border-bottom-color: var(--g37); transform: translateY(1px); }
._7wnwd small { margin-top: 7px; color: var(--g37); font: 700 7px/1 "Noto Sans SC", sans-serif; letter-spacing: .16em; }
._7wnwd em { position: absolute; top: -13px; right: -84px; color: #9f8f96; font-size: 7px; font-style: normal; white-space: nowrap; transform: rotate(1deg); }
.g5r8k1 { display: flex; align-items: stretch; align-self: stretch; gap: 4px; }
.g5r8k1 > a { position: relative; display: grid; place-items: center; padding: 0 15px; color: #5f555a; font-size: 14px; font-weight: 600; transition: color 180ms var(--p95), background 180ms var(--p95); }
.g5r8k1 > a::after { content: ""; position: absolute; right: 12px; bottom: 18px; left: 12px; height: 2px; background: var(--g37); transform: scaleX(0); transform-origin: left; transition: transform 180ms var(--p95); }
.g5r8k1 > a:hover { color: var(--y73); background: #fff8fa; }
.g5r8k1 > a:hover::after { transform: scaleX(1); }
.g5r8k1 .tx-mark { align-self: center; min-height: 38px; margin-left: 8px; color: #fff; background: var(--y73); border-radius: 3px 11px 3px 3px; }
.g5r8k1 .tx-mark::after { display: none; }
.fn-cell { margin-left: auto; display: flex; align-items: center; gap: 14px; }
._stz0u { display: inline-flex; align-items: center; gap: 8px; color: var(--a42); font-size: 12px; font-variant-numeric: tabular-nums; }
._stz0u i, ._oihfo i { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--p54); box-shadow: 0 0 0 4px rgba(63,138,103,.12); }
._stz0u i::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(63,138,103,.36); border-radius: 50%; }
.w1x2o7, ._9kf78 { width: 42px; height: 42px; display: grid; place-items: center; color: var(--y73); background: transparent; border: 1px solid var(--e5); transition: color 160ms var(--p95), border-color 160ms var(--p95), background 160ms var(--p95); }
.w1x2o7 { border-radius: 50%; }
.w1x2o7:hover, ._9kf78:hover { color: var(--g37); border-color: var(--g37); background: #fff; }
._9kf78 { display: none; border-radius: 4px; }

._v99j9 { width: min(1420px, calc(100% - 48px)); height: 44px; margin: 18px auto 0; display: grid; grid-template-columns: 150px minmax(0,1fr) 120px; align-items: center; background: var(--y73); color: #fff; overflow: hidden; }
._e24a9 { height: 100%; display: flex; align-items: center; gap: 9px; padding: 0 18px; color: #fff; background: var(--g37); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.m6g5f4 { height: 44px; overflow: hidden; }
._sw9ir { display: flex; flex-direction: column; }
._sw9ir span { flex: 0 0 44px; display: flex; align-items: center; gap: 12px; padding: 0 18px; font-size: 12px; }
._sw9ir b { color: #ff8db6; font-size: 10px; }
._v99j9 > a { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #f5c8d8; }

.bw-pan { position: relative; width: min(1420px, calc(100% - 48px)); min-height: 330px; margin: 32px auto 20px; display: grid; grid-template-columns: 160px minmax(0, 1fr) 310px; align-items: center; border-top: 5px solid var(--y73); border-bottom: 1px solid var(--y73); background-image: linear-gradient(90deg,rgba(255,254,253,.98) 0%,rgba(255,254,253,.91) 49%,rgba(255,254,253,.36) 79%),url('/assets/img/12bbbc25.webp'); background-position: center,right center; background-size: cover,62% auto; background-repeat: no-repeat; }
.bw-pan::after { content: ""; position: absolute; top: 22px; right: 18%; width: 120px; height: 18px; background: rgba(231,45,109,.13); transform: rotate(-4deg); }
._gyroh { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 20px; border-right: 1px solid var(--e5); }
._gyroh span { font: 800 11px/1 "Noto Sans SC", sans-serif; letter-spacing: .2em; writing-mode: vertical-rl; }
._gyroh i { width: 48px; height: 48px; background: conic-gradient(from 45deg,var(--g37),var(--g37) 25%,transparent 25%,transparent 50%,var(--y73) 50%,var(--y73) 75%,transparent 75%); border-radius: 50%; }
._asn9u { padding: 48px 7vw; }
.d9z5t3, ._asn9u .d9z5t3 { margin: 0 0 15px; color: var(--g37); font-size: 11px; font-weight: 800; letter-spacing: .24em; }
._asn9u h1 { margin: 0; display: grid; justify-items: start; font-family: "Noto Serif SC", serif; font-size: clamp(48px, 6.2vw, 92px); line-height: .98; font-weight: 900; letter-spacing: -.075em; }
._asn9u h1 > span { position: relative; display: inline-block; }
._asn9u h1 > span::before { content: ""; position: absolute; top: 11%; left: -18px; width: 9px; height: 76%; background: var(--y73); transform: rotate(-2deg); }
._asn9u h1 small { margin: 16px 0 0 3px; padding: 5px 8px; color: #fff; background: var(--y73); font: 700 9px/1 "Noto Sans SC",sans-serif; letter-spacing: .12em; }
._asn9u h1::after { content: ""; display: block; width: 42%; height: 7px; margin-top: 10px; background: var(--g37); clip-path: polygon(0 18%,100% 0,96% 100%,2% 76%); }
._asn9u .mv-note { max-width: 650px; margin: 28px 0 0; color: var(--a42); font: 500 17px/1.85 "Noto Sans SC", sans-serif; }
._asn9u .mv-note strong { color: var(--t31); }
.bw-item { justify-self: end; width: 250px; padding: 24px; color: #fff; background: var(--g37); box-shadow: 11px 12px 0 var(--m1); transform: rotate(1.6deg); }
.bw-item span, .bw-item small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.bw-item strong { display: block; margin: 26px 0 42px; font-family: "Noto Serif SC", serif; font-size: 23px; line-height: 1.65; }
.bw-item small { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.55); }

._ll24i { position: sticky; top: 78px; z-index: 40; width: min(1420px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 62px; background: rgba(253,244,247,.94); border-bottom: 1px solid var(--e5); backdrop-filter: blur(10px); }
._m2zhk { display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; }
._m2zhk button { position: relative; min-width: max-content; padding: 19px 0 17px; border: 0; color: #76696f; background: transparent; font-size: 14px; font-weight: 700; transition: color 160ms var(--p95); }
._m2zhk button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--g37); transform: scaleX(0); transition: transform 180ms var(--p95); }
._m2zhk button.active { color: var(--y73); }
._m2zhk button.active::after { transform: scaleX(1); }
._oihfo { display: flex; align-items: center; gap: 8px; color: var(--p54); font-size: 11px; font-weight: 700; }

._5afku { width: min(1420px, calc(100% - 48px)); margin: 28px auto 44px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--e5); background: rgba(255,255,255,.66); box-shadow: 0 8px 30px rgba(78,30,48,.035); }
._5afku > div { min-height: 90px; padding: 20px 24px; display: grid; grid-template-columns: 26px 1fr auto auto; align-items: center; gap: 8px; border-right: 1px solid var(--e5); }
._5afku > div:last-child { border-right: 0; }
._5afku svg { width: 19px; color: var(--g37); }
._5afku span { color: var(--a42); font-size: 12px; }
._5afku strong { font-family: "Noto Serif SC", serif; font-size: 26px; font-variant-numeric: tabular-nums; }
._5afku small { align-self: end; margin-bottom: 6px; color: var(--a42); font-size: 10px; }

._1odwr, .r9v2n3, ._rsvu0, ._6lhqv, .l8v8s1 { width: min(1420px, calc(100% - 48px)); margin: 0 auto 86px; }
.b2x2o1 { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid var(--e5); }
.b2x2o1 > div > span, .x8o5o2 > div > span, ._c5lom > div > span, .d9i3s9 > div > span, ._0nyvf > span, .q2n4w7 > div > span, ._n7k8a > span, .v9y5f3 > span { display: block; margin-bottom: 9px; color: var(--g37); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.b2x2o1 h2 { margin: 0; font-family: "Noto Serif SC", serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.1; font-weight: 900; letter-spacing: -.04em; }
.b2x2o1 p, .b2x2o1 > a { display: flex; align-items: center; gap: 6px; margin: 0; color: var(--a42); font-size: 12px; }

.o2z4l1 { columns: 4; column-gap: 18px; }
.hp-foot { position: relative; display: inline-block; width: 100%; margin: 0 0 24px; background: var(--b50); box-shadow: var(--e70); break-inside: avoid; transition: transform 210ms var(--p95), box-shadow 210ms var(--p95); }
.hp-foot:nth-child(5n+2) { border-radius: 0 16px 0 0; }
.hp-foot:nth-child(7n+3) { transform: rotate(.25deg); }
.hp-foot:nth-child(6n+1) { clip-path: polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,0 100%); }
.hp-foot:nth-child(4n+2)::before { content: ""; position: absolute; z-index: 5; top: 9px; right: 17px; width: 5px; height: 5px; border-radius: 50%; background: #5d5358; box-shadow: 9px 1px 0 #5d5358; transform: rotate(-8deg); }
.hp-foot:nth-child(5n+3)::after { content: ""; position: absolute; z-index: 4; top: -6px; left: 35%; width: 48px; height: 15px; background: rgba(239,216,188,.78); border: 1px solid rgba(161,121,79,.15); transform: rotate(-3deg); }
.hp-foot:hover { transform: translateY(-5px) rotate(0); box-shadow: 0 24px 52px rgba(78,30,48,.13),0 5px 12px rgba(78,30,48,.06); }
.j2e5q7 { position: relative; display: block; overflow: hidden; background: #eadfe3; }
.j2e5q7::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(155deg,rgba(255,255,255,.26),transparent 36%,rgba(20,12,16,.16)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: multiply; pointer-events: none; opacity: .68; }
.j2e5q7::before { content: ""; position: absolute; z-index: 1; top: 10%; right: 8%; width: 28%; height: 17%; border: 1px solid rgba(255,255,255,.58); box-shadow: -18px 20px 0 -17px rgba(255,255,255,.72),-36px 40px 0 -35px rgba(255,255,255,.55); transform: rotate(2deg); }
.j2e5q7 img { display: block; width: 100%; height: 100%; object-fit: cover; background-size: cover; transition: transform 300ms var(--p95); }
.picture-slip._izih8 { aspect-ratio: 3/4; }
.picture-slip._js38t { aspect-ratio: 1; }
.picture-slip.k1j8r2 { aspect-ratio: 4/5; }
.hp-foot:hover .j2e5q7 img { transform: scale(1.025); }
._r2a58 { position: absolute; top: 13px; left: 0; z-index: 2; padding: 7px 13px 7px 17px; color: #fff; background: var(--y73); font-size: 10px; font-weight: 800; letter-spacing: .14em; clip-path: polygon(0 0,100% 0,92% 100%,0 100%); }
.corner-index.wd-pan { background: var(--g37); }
.cy-head { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 6px 9px; color: #fff; background: rgba(26,19,22,.75); font-size: 9px; font-weight: 700; letter-spacing: .08em; backdrop-filter: blur(6px); }
.nf-list { padding: 17px 17px 15px; }
.hp-foot h3 { margin: 0; font-family: "Noto Serif SC", serif; font-size: 17px; line-height: 1.58; font-weight: 800; letter-spacing: -.02em; }
.hp-foot h3:hover { color: var(--t31); }
.nf-list > p { margin: 9px 0 15px; color: var(--a42); font-size: 12px; line-height: 1.75; }
.dk-note { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 13px; border-top: 1px dashed var(--e5); }
.z3v1x5 { min-width: 0; display: flex; align-items: center; gap: 8px; color: #665b60; font-size: 11px; }
.z3v1x5 > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fn-row { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; font-size: 11px; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.32); }
.letter-face._a960n { width: 38px; height: 38px; font-size: 14px; }
.letter-face._izih8 { width: 64px; height: 64px; font-family: "Noto Serif SC", serif; font-size: 24px; }
.xz-col { display: flex; align-items: center; gap: 4px; padding: 4px; color: #71666b; background: transparent; border: 0; font-size: 11px; transition: color 160ms var(--p95), transform 160ms var(--p95); }
.heart-count._q3ir4 { color: var(--g37); }
.heart-count._q3ir4 svg { animation: heart-note 320ms var(--p95); }
.cy-tag { columns: 4; }
.clipping.jm-body { margin-bottom: 18px; }
.clipping.jm-body h3 { font-size: 14px; }
.clipping.jm-body .nf-list { padding: 13px; }

.t6w4b3 { margin: 100px 0 90px; padding: 76px max(24px,calc((100% - 1420px)/2)); color: #fff; background: var(--y73); position: relative; }
.t6w4b3::before { content: "#"; position: absolute; right: 4vw; top: -52px; color: var(--g37); font: 900 180px/1 "Noto Serif SC",serif; opacity: .38; }
.section-heading.h7i8r2 { border-color: rgba(255,255,255,.19); }
.section-heading.h7i8r2 > div > span { color: #ff86b3; }
.section-heading.h7i8r2 > a { color: #f6cad9; }
.bx-tag { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 15px; max-width: 1120px; margin: 44px auto 0; }
.bx-tag a { display: inline-flex; align-items: baseline; gap: 9px; padding: 11px 15px; color: #f9eef2; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.035); transition: color 180ms var(--p95), background 180ms var(--p95), transform 180ms var(--p95); }
.bx-tag a._58j8f { color: #fff; border-color: rgba(255,113,166,.55); background: rgba(231,45,109,.19); }
.bx-tag a:hover { color: var(--y73); background: #fff; transform: translateY(-3px) rotate(0)!important; }
.bx-tag small { opacity: .62; font-size: 9px; font-weight: 500; }

.tx-wrap { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px,1fr); gap: 15px; overflow-x: auto; padding: 2px 2px 20px; scroll-snap-type: x mandatory; scrollbar-color: #dfb9c8 transparent; }
._ajw5h { position: relative; min-height: 310px; padding: 26px 20px 20px; background: var(--b50); border: 1px solid var(--e5); box-shadow: 0 9px 25px rgba(78,30,48,.05); scroll-snap-align: start; }
._ajw5h:nth-child(3n+2) { border-top: 4px solid var(--g37); }
.hp-zone { position: absolute; top: 14px; right: 16px; color: #ddc7d0; font: 900 23px/1 "Noto Serif SC",serif; }
._ajw5h h3 { margin: 16px 0 4px; font-family: "Noto Serif SC",serif; font-size: 19px; }
._ajw5h em { color: var(--g37); font-size: 10px; font-style: normal; font-weight: 700; }
._ajw5h dl { margin: 22px 0; padding: 14px 0; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--e5); }
._ajw5h dl div { text-align: center; }
._ajw5h dt { color: var(--a42); font-size: 9px; }
._ajw5h dd { margin: 5px 0 0; font-size: 11px; font-weight: 800; font-variant-numeric: tabular-nums; }
._ajw5h button { width: 100%; min-height: 39px; color: var(--g37); background: #fff; border: 1px solid var(--g37); font-size: 12px; font-weight: 800; transition: color 160ms var(--p95), background 160ms var(--p95); }
._ajw5h button:hover { color: #fff; background: var(--g37); }

._rsvu0 { padding: 46px; background: #fffefd; box-shadow: var(--e70); }
.f9n6b2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
.rp-unit { display: flex; gap: 13px; padding: 22px 0; border-bottom: 1px solid var(--e5); }
.n8z9x2 { min-width: 0; flex: 1; }
.y2z6q7 { display: flex; align-items: center; gap: 8px; }
.y2z6q7 strong { font-size: 13px; }
.y2z6q7 span { padding: 2px 6px; color: #fff; background: var(--g37); font-size: 8px; font-weight: 800; transform: rotate(-2deg); }
.y2z6q7 time { margin-left: auto; color: #9d9096; font-size: 10px; }
.n8z9x2 > p { margin: 8px 0; font-size: 13px; line-height: 1.78; }
.t7y1r6 { display: block; overflow: hidden; color: #9a4664; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
._xoptr { margin: 12px 0 4px; padding: 10px 12px; color: #685d62; background: #faf1f4; border-left: 2px solid #e8a9c0; font-size: 11px; line-height: 1.65; }
._n0069 { display: flex; gap: 16px; margin-top: 11px; }
._n0069 button { display: flex; align-items: center; gap: 5px; padding: 0; color: #81747a; background: transparent; border: 0; font-size: 10px; }
._n0069 button._q3ir4 { color: var(--g37); }
.dk-body { margin-top: 28px; padding: 24px; background: #fbf4f7; border: 1px dashed #dcbac7; }
.dk-body label { display: block; margin-bottom: 10px; font: 800 13px/1 "Noto Serif SC",serif; }
.dk-body textarea { width: 100%; resize: vertical; padding: 13px; color: var(--y73); background: #fff; border: 1px solid var(--e5); }
.dk-body > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; }
.dk-body small { color: var(--a42); font-size: 10px; }
.dk-body button, .q2n4w7 form button { padding: 10px 18px; color: #fff; background: var(--y73); border: 0; font-size: 11px; font-weight: 700; }

._6lhqv { position: relative; padding: 52px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; color: #fff; background: var(--y73); box-shadow: 12px 13px 0 #f0cedb; }
._6lhqv::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 8px; background: var(--g37); }
._6lhqv > div:first-child > span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
._6lhqv h2 { margin: 12px 0 16px; font-family: "Noto Serif SC",serif; font-size: 42px; line-height: 1.15; }
._6lhqv p { max-width: 410px; margin: 0; color: #cfc2c8; font-size: 13px; line-height: 1.8; }
._dkmga { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.18); }
._dkmga a { min-height: 72px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #292226; font-size: 12px; transition: color 180ms var(--p95), background 180ms var(--p95); }
._dkmga a:hover { color: var(--g37); background: #fff; }
._dkmga span { opacity: .64; font-size: 9px; }

.cy-box { margin-top: 110px; color: #eee8eb; background: #201b1e; }
._q4xnj { width: min(1420px,calc(100% - 48px)); margin: 0 auto; padding: 70px 0 58px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; }
._q4xnj h2 { margin: 0 0 18px; color: #fff; font: 800 12px/1 "Noto Sans SC",sans-serif; letter-spacing: .12em; }
._q4xnj > div:not(._jlmlq) a { display: block; margin: 11px 0; color: #bfb2b8; font-size: 12px; }
._q4xnj a:hover { color: #ff7fab!important; }
._jlmlq { display: flex; align-items: flex-start; gap: 16px; }
._jlmlq img { width: 52px; height: 52px; object-fit: contain; }
._jlmlq p { margin: 0; color: #bfb2b8; font-size: 12px; line-height: 1.9; }
._jlmlq strong { color: #fff; font: 900 20px/1 "Noto Serif SC",serif; }
._jlmlq small { display: block; margin: 6px 0 2px; color: #ff7fab; font-size: 8px; }
.tx-foot { width: min(1420px,calc(100% - 48px)); margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #8f8288; font-size: 10px; }

.wd-line { width: min(1420px,calc(100% - 48px)); margin: 0 auto; padding-top: 30px; }
.y5a8o7 { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 4px 0 28px; color: #877980; font-size: 11px; }
.y5a8o7 span { display: flex; align-items: center; gap: 4px; }
.y5a8o7 a:hover { color: var(--g37); }
.lq-tag { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 42px; align-items: start; }
.n6z9b3 { min-width: 0; background: var(--b50); box-shadow: var(--e70); }
.mv-area { padding: clamp(28px,5vw,70px); border-top: 6px solid var(--y73); }
.pn-cell { display: inline-block; padding: 6px 10px; color: #fff; background: var(--g37); font-size: 10px; font-weight: 800; letter-spacing: .12em; transform: rotate(-1deg); }
.mv-area h1 { max-width: 900px; margin: 24px 0 18px; font-family: "Noto Serif SC",serif; font-size: clamp(34px,5vw,64px); line-height: 1.22; font-weight: 900; letter-spacing: -.055em; }
.mv-area > p { max-width: 760px; color: var(--a42); font-size: 16px; line-height: 1.8; }
.hp-cell { margin-top: 32px; padding-top: 24px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--e5); }
.hp-cell > div { display: grid; gap: 5px; }
.hp-cell strong { font-size: 14px; }
.hp-cell small { color: var(--a42); font-size: 10px; }
.hp-cell button { margin-left: auto; padding: 9px 16px; color: var(--g37); background: #fff; border: 1px solid var(--g37); font-size: 11px; font-weight: 800; }
._zbyt1 { padding: 0 clamp(18px,4vw,54px); display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
._zbyt1 figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4/5; background: #eadfe3; }
._zbyt1 figure:nth-child(3n+2) { aspect-ratio: 1; }
._zbyt1 figure:nth-child(4n) { grid-column: 1/-1; aspect-ratio: 16/9; }
._zbyt1 img { width: 100%; height: 100%; object-fit: cover; background-size: cover; }
._zbyt1 figcaption { position: absolute; right: 9px; bottom: 9px; padding: 5px 8px; color: #fff; background: rgba(25,18,21,.72); font-size: 9px; }
.f8q9j4 { max-width: 830px; margin: 0 auto; padding: 58px clamp(24px,6vw,82px); font-size: 16px; line-height: 2; }
.f8q9j4 p { margin: 0 0 24px; }
.f8q9j4 blockquote { margin: 35px 0; padding: 22px 26px; color: #6e2942; background: #fae8ef; border-left: 4px solid var(--g37); font-family: "Noto Serif SC",serif; font-weight: 700; }
._7gv7f { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
._7gv7f a { padding: 7px 10px; color: var(--t31); background: #fbe8ef; font-size: 11px; }
.lq-col { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--e5); }
.lq-col button { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #64595e; background: #fff; border: 0; border-right: 1px solid var(--e5); font-size: 11px; }
.lq-col button:last-child { border-right: 0; }
.lq-col button.active { color: var(--g37); background: #fff5f8; }
.lq-col svg { width: 17px; }
.s7t4x6 { position: sticky; top: 162px; padding: 27px; background: #251f22; color: #fff; box-shadow: 8px 8px 0 #f3cfdd; }
.s7t4x6 > span { color: #ff7fab; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.s7t4x6 h2 { margin: 8px 0 24px; font-family: "Noto Serif SC",serif; font-size: 24px; }
.s7t4x6 > a { display: grid; grid-template-columns: 28px 1fr; gap: 11px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); }
.s7t4x6 > a > b { color: #ff7fab; font: 800 11px/1.5 "Noto Sans SC",sans-serif; }
.s7t4x6 > a > span { font-size: 11px; line-height: 1.6; }
.s7t4x6 small { display: block; margin-top: 6px; color: #9f9298; font-size: 9px; }
.wd-line > .s7t4x6 { position: static; width: 100%; margin: 68px 0 0; display: grid; grid-template-columns: 170px repeat(5,1fr); gap: 0; align-items: stretch; padding: 0; box-shadow: 8px 8px 0 #f3cfdd; }
.wd-line > .s7t4x6 > span { padding: 24px 22px 0; }
.wd-line > .s7t4x6 > h2 { grid-column: 1; padding: 0 22px 22px; margin: 8px 0 0; }
.wd-line > .s7t4x6 > a { min-width: 0; padding: 22px 15px; border-top: 0; border-left: 1px solid rgba(255,255,255,.13); }
.wd-line > ._rsvu0, .wd-line > .l8v8s1 { width: 100%; margin-top: 78px; }

.mv-unit { min-height: 390px; padding: clamp(28px,6vw,80px); display: grid; grid-template-columns: 110px minmax(0,1fr) auto; align-items: center; gap: 34px; color: #fff; position: relative; overflow: hidden; }
.mv-unit::after { content: ""; position: absolute; width: 270px; height: 270px; right: 12%; top: -80px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.05),0 0 0 76px rgba(255,255,255,.04); }
.vw-foot { position: absolute; top: 22px; left: 26px; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.l9x5l1 { width: 100px; height: 100px; font-family: "Noto Serif SC",serif; font-size: 42px; border: 5px solid rgba(255,255,255,.45); }
.mv-unit > div { position: relative; z-index: 1; }
.mv-unit em { color: #ffd4e3; font-size: 11px; font-style: normal; font-weight: 800; }
.mv-unit h1 { margin: 8px 0 14px; font-family: "Noto Serif SC",serif; font-size: clamp(42px,6vw,76px); line-height: 1; }
.mv-unit p { max-width: 600px; color: rgba(255,255,255,.78); line-height: 1.8; }
.mv-unit > button { position: relative; z-index: 1; min-width: 130px; padding: 13px 18px; color: var(--y73); background: #fff; border: 0; font-weight: 800; }
._w3izj { margin: 0 0 66px; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--e5); }
._w3izj > div { padding: 22px; text-align: center; border-right: 1px solid var(--e5); }
._w3izj > div:last-child { border-right: 0; }
._w3izj span { display: block; color: var(--a42); font-size: 10px; }
._w3izj strong { display: block; margin-top: 5px; font: 900 22px/1.2 "Noto Serif SC",serif; }

.x8o5o2 { min-height: 320px; padding: clamp(30px,6vw,76px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; color: #fff; background: linear-gradient(115deg,#291e23 0%,#4e2635 63%,#e72d6d 170%); }
.x8o5o2 h1 { margin: 10px 0 18px; font-family: "Noto Serif SC",serif; font-size: clamp(43px,7vw,88px); line-height: 1; }
.x8o5o2 p { max-width: 650px; color: #dbc8cf; line-height: 1.8; }
.x8o5o2 dl { display: grid; grid-template-columns: repeat(3,120px); margin: 0; }
.x8o5o2 dl div { padding: 18px; border-left: 1px solid rgba(255,255,255,.24); }
.x8o5o2 dt { color: #d4b6c2; font-size: 9px; }
.x8o5o2 dd { margin: 6px 0 0; font: 900 22px/1 "Noto Serif SC",serif; }
.w5m1t2 { margin: 26px 0 68px; padding: 28px; display: grid; grid-template-columns: 250px 1fr; gap: 36px; background: #fff; border: 1px solid var(--e5); }
.w5m1t2 > div:first-child > span { color: var(--g37); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.w5m1t2 h2 { margin: 7px 0 4px; font-family: "Noto Serif SC",serif; }
.w5m1t2 p { margin: 0; color: var(--a42); font-size: 9px; }
.o3b6h1 { height: 120px; display: flex; align-items: end; gap: 12px; border-bottom: 1px solid var(--e5); }
.o3b6h1 i { position: relative; flex: 1; min-width: 12px; background: linear-gradient(var(--g37),#f1afc6); }
.o3b6h1 small { position: absolute; top: -18px; left: 50%; color: var(--a42); font-size: 8px; font-style: normal; transform: translateX(-50%); }

._c5lom { min-height: 660px; padding: clamp(28px,6vw,80px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; background: #231d20; color: #fff; overflow: hidden; }
._c5lom h1, .d9i3s9 h1, .v9y5f3 h1, .q2n4w7 h1 { margin: 12px 0 22px; font-family: "Noto Serif SC",serif; font-size: clamp(44px,6vw,78px); line-height: 1.18; letter-spacing: -.055em; }
._c5lom p { max-width: 570px; color: #cfc0c6; font-size: 15px; line-height: 1.9; }
._c5lom img { width: 100%; max-height: 640px; object-fit: cover; box-shadow: 22px 24px 0 rgba(231,45,109,.32); transform: rotate(1.2deg); }
._xw554 { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 18px; }
._xw554 button { padding: 13px 17px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); font-size: 11px; }
._c5lom small { color: #86797f; font-size: 9px; }

.v9y5f3 { margin-bottom: 48px; padding: 65px; background: linear-gradient(125deg,#fff,#fbe8ef); border-top: 5px solid var(--y73); }
.v9y5f3 label { max-width: 880px; min-height: 64px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 14px; margin-top: 35px; padding: 0 20px; background: #fff; border: 1px solid #d9c7ce; box-shadow: 0 12px 30px rgba(78,30,48,.08); }
.v9y5f3 input { width: 100%; min-width: 0; padding: 18px 0; background: transparent; border: 0; outline: 0; }
.v9y5f3 kbd { padding: 5px 7px; color: #7d6f75; background: #f2e9ed; border: 1px solid #dfd0d6; font-size: 8px; }
.v9y5f3 p { color: var(--a42); font-size: 11px; }

.d9i3s9 { padding: 56px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 65px; background: #fff; box-shadow: var(--e70); }
.d9i3s9 p { color: var(--a42); line-height: 1.9; }
.d9i3s9 a { margin-top: 25px; display: inline-flex; align-items: center; gap: 6px; color: var(--g37); font-size: 12px; font-weight: 800; }
.d9i3s9 img { width: 100%; box-shadow: 18px 20px 0 #f5d5e1; }

._0nyvf, ._n7k8a { max-width: 980px; margin: 0 auto; padding: clamp(28px,6vw,76px); background: #fff; box-shadow: var(--e70); }
._0nyvf h1, ._n7k8a h1 { margin: 12px 0 38px; font-family: "Noto Serif SC",serif; font-size: clamp(42px,7vw,76px); }
._0nyvf details { border-top: 1px solid var(--e5); }
._0nyvf details:last-child { border-bottom: 1px solid var(--e5); }
._0nyvf summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: "Noto Serif SC",serif; font-size: 17px; font-weight: 800; list-style: none; }
._0nyvf details p { margin: -2px 0 24px; color: var(--a42); line-height: 1.9; }
._3cfo7 { max-width: 720px; margin-bottom: 45px; color: var(--a42); font-size: 15px; line-height: 1.9; }
._n7k8a > section { padding: 30px 0; display: grid; grid-template-columns: 48px 1fr; gap: 24px; border-top: 1px solid var(--e5); }
._n7k8a > section > b { color: var(--g37); font: 900 16px/1 "Noto Serif SC",serif; }
._n7k8a h2 { margin: 0 0 12px; font-family: "Noto Serif SC",serif; }
._n7k8a section p { margin: 0; color: var(--a42); line-height: 2; }

.q2n4w7 { min-height: 650px; padding: clamp(28px,6vw,76px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: #fff; box-shadow: var(--e70); }
.q2n4w7 > div > p { color: var(--a42); line-height: 1.9; }
.u8o1i4 { margin-top: 36px; padding: 20px; background: #fae8ef; border-left: 4px solid var(--g37); }
.u8o1i4 p { margin: 7px 0 0; color: #7c5463; font-size: 12px; }
.q2n4w7 form { display: grid; align-content: center; gap: 18px; }
.q2n4w7 label { display: grid; gap: 8px; color: #60565a; font-size: 11px; font-weight: 700; }
.q2n4w7 input, .q2n4w7 select, .q2n4w7 textarea { width: 100%; padding: 13px 14px; color: var(--y73); background: #fff; border: 1px solid var(--e5); }
.q2n4w7 form button { justify-self: start; padding: 13px 22px; }

.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found > span { color: var(--g37); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.not-found h1 { margin: 12px 0; font-family: "Noto Serif SC",serif; font-size: clamp(44px,8vw,100px); line-height: 1.05; }
.not-found p { color: var(--a42); }
.hp-body { order: 4; margin-top: 28px; display: inline-flex; align-items: center; gap: 8px; color: var(--g37); font-size: 12px; font-weight: 800; }

@keyframes heart-note { 0%,100% { transform: scale(1); } 48% { transform: scale(1.22); } }
@keyframes ticker-notes { 0%,8% { transform: translateY(0); } 10%,18% { transform: translateY(-44px); } 20%,28% { transform: translateY(-88px); } 30%,38% { transform: translateY(-132px); } 40%,48% { transform: translateY(-176px); } 50%,58% { transform: translateY(-220px); } 60%,68% { transform: translateY(-264px); } 70%,78% { transform: translateY(-308px); } 80%,88% { transform: translateY(-352px); } 90%,98% { transform: translateY(-396px); } 100% { transform: translateY(0); } }

@media (prefers-reduced-motion: no-preference) {
  ._sw9ir { animation: ticker-notes 38s var(--x1) infinite; }
  .o2z4l1 .hp-foot { animation: slip-enter 300ms var(--p95) both; }
  .o2z4l1 .hp-foot:nth-child(2n) { animation-delay: 45ms; }
  .o2z4l1 .hp-foot:nth-child(3n) { animation-delay: 90ms; }
  ._stz0u i::after { animation: signal-pulse 1.8s var(--p95) infinite; }
}
@keyframes slip-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal-pulse { from { opacity: .8; transform: scale(.75); } to { opacity: 0; transform: scale(1.45); } }

@media (max-width: 1024px) {
  .cy-flow, ._v99j9, .bw-pan, ._ll24i, ._5afku, ._1odwr, .r9v2n3, ._rsvu0, ._6lhqv, .l8v8s1, ._q4xnj, .tx-foot, .wd-line { width: min(100% - 32px, 1180px); }
  .g5r8k1 > a { padding-inline: 10px; }
  ._stz0u { display: none; }
  .bw-pan { grid-template-columns: 110px 1fr 240px; }
  ._asn9u { padding-inline: 4vw; }
  .bw-item { width: 210px; }
  .o2z4l1 { columns: 3; }
  ._5afku > div { grid-template-columns: 22px 1fr; }
  ._5afku strong { grid-column: 2; }
  ._5afku small { display: none; }
  .f9n6b2 { column-gap: 28px; }
  .lq-tag { grid-template-columns: minmax(0,1fr) 270px; gap: 24px; }
  ._c5lom, .d9i3s9 { gap: 40px; }
}

@media (max-width: 768px) {
  ._k5677 { font-size: 9px; }
  .cy-flow { min-height: 68px; }
  .a1d9y1 { min-width: 0; }
  .a1d9y1 img { width: 40px; height: 40px; }
  .a1d9y1 small { display: none; }
  ._7wnwd em { display: none; }
  ._9kf78 { display: grid; }
  .g5r8k1 { position: absolute; top: 100%; right: 16px; left: 16px; display: grid; align-self: auto; padding: 8px; background: #fff; border: 1px solid var(--e5); box-shadow: var(--e70); opacity: 0; transform: translateY(-8px) scale(.98); transform-origin: top right; pointer-events: none; transition: opacity 170ms var(--p95), transform 170ms var(--p95); }
  .index-nav.k6n6e7 { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
  .g5r8k1 > a { min-height: 46px; justify-content: start; padding: 0 15px; }
  .g5r8k1 .tx-mark { margin: 5px 0 0; }
  .w1x2o7 { width: 38px; height: 38px; }
  ._v99j9 { grid-template-columns: 110px minmax(0,1fr); margin-top: 12px; }
  ._e24a9 { padding: 0 12px; letter-spacing: .05em; }
  ._v99j9 > a { display: none; }
  .bw-pan { min-height: 390px; grid-template-columns: 58px 1fr; }
  ._asn9u { padding: 40px 25px; }
  ._asn9u h1 { font-size: clamp(42px,13vw,70px); }
  ._asn9u .mv-note { font-size: 14px; }
  .bw-item { display: none; }
  ._gyroh { padding: 22px 14px; }
  ._gyroh i { width: 30px; height: 30px; }
  ._ll24i { top: 68px; }
  ._m2zhk { gap: 24px; }
  ._oihfo { display: none; }
  ._5afku { grid-template-columns: 1fr 1fr; }
  ._5afku > div { border-bottom: 1px solid var(--e5); }
  ._5afku > div:nth-child(2) { border-right: 0; }
  ._5afku > div:nth-child(n+3) { border-bottom: 0; }
  .o2z4l1 { columns: 2; column-gap: 12px; }
  .hp-foot { margin-bottom: 14px; }
  .nf-list { padding: 13px; }
  .hp-foot h3 { font-size: 14px; line-height: 1.55; }
  .nf-list > p { display: none; }
  .dk-note { padding-top: 10px; }
  .cy-head { font-size: 8px; }
  .t6w4b3 { padding-block: 58px; }
  .bx-tag { justify-content: flex-start; }
  ._rsvu0 { padding: 28px; }
  .f9n6b2 { grid-template-columns: 1fr; }
  ._6lhqv { padding: 34px; grid-template-columns: 1fr; gap: 35px; }
  ._dkmga { grid-template-columns: repeat(3,1fr); }
  ._q4xnj { grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
  ._jlmlq { grid-column: 1/-1; }
  .lq-tag { grid-template-columns: 1fr; }
  .s7t4x6 { position: static; }
  .wd-line > .s7t4x6 { grid-template-columns: 1fr 1fr; }
  .wd-line > .s7t4x6 > span, .wd-line > .s7t4x6 > h2 { grid-column: 1/-1; }
  .wd-line > .s7t4x6 > a { border-top: 1px solid rgba(255,255,255,.13); }
  .lq-col { grid-template-columns: 1fr 1fr; }
  .lq-col button:nth-child(2) { border-right: 0; }
  .lq-col button:nth-child(-n+2) { border-bottom: 1px solid var(--e5); }
  .mv-unit { grid-template-columns: 82px 1fr; }
  .l9x5l1 { width: 76px; height: 76px; font-size: 30px; }
  .mv-unit > button { grid-column: 1/-1; justify-self: start; }
  .x8o5o2 { grid-template-columns: 1fr; }
  .x8o5o2 dl { grid-template-columns: repeat(3,1fr); }
  .w5m1t2 { grid-template-columns: 1fr; }
  ._c5lom, .d9i3s9, .q2n4w7 { grid-template-columns: 1fr; gap: 45px; }
  ._c5lom img { max-height: 520px; }
  .v9y5f3 { padding: 38px 28px; }
}

@media (max-width: 480px) {
  .cy-flow, ._v99j9, .bw-pan, ._ll24i, ._5afku, ._1odwr, .r9v2n3, ._rsvu0, ._6lhqv, .l8v8s1, ._q4xnj, .tx-foot, .wd-line { width: calc(100% - 20px); }
  ._k5677 { padding-inline: 10px; line-height: 1.5; }
  ._7wnwd b { font-size: 15px; }
  .fn-cell { gap: 7px; }
  .w1x2o7, ._9kf78 { width: 36px; height: 36px; }
  ._v99j9 { grid-template-columns: 92px minmax(0,1fr); }
  ._e24a9 { font-size: 10px; }
  ._sw9ir span { padding-inline: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .bw-pan { margin-top: 18px; grid-template-columns: 42px 1fr; }
  ._gyroh { padding-inline: 8px; }
  ._asn9u { padding: 34px 17px; }
  ._asn9u h1 { font-size: 39px; letter-spacing: -.06em; }
  ._asn9u .mv-note { font-size: 12px; line-height: 1.75; }
  ._5afku > div { min-height: 78px; padding: 15px; }
  ._5afku strong { font-size: 20px; }
  .b2x2o1 { align-items: flex-start; }
  .b2x2o1 p, .b2x2o1 > a { display: none; }
  .b2x2o1 h2 { font-size: 26px; }
  .o2z4l1 { column-gap: 8px; }
  .hp-foot { margin-bottom: 9px; box-shadow: 0 8px 20px rgba(78,30,48,.08); }
  .nf-list { padding: 10px; }
  .hp-foot h3 { font-size: 12px; line-height: 1.55; }
  .z3v1x5 { gap: 5px; font-size: 9px; }
  .fn-row { width: 21px; height: 21px; font-size: 9px; }
  .xz-col { font-size: 9px; }
  .xz-col svg { width: 13px; }
  ._r2a58 { top: 8px; padding: 5px 9px 5px 11px; font-size: 8px; }
  .cy-head { right: 6px; bottom: 6px; padding: 4px 5px; }
  .t6w4b3 { margin-block: 66px; padding: 46px 14px; }
  .bx-tag { gap: 8px; }
  .bx-tag a { padding: 8px 9px; font-size: 13px!important; }
  .tx-wrap { grid-auto-columns: minmax(195px,78vw); }
  ._rsvu0 { padding: 21px 16px; }
  .rp-unit { padding-block: 18px; }
  .dk-body { padding: 16px; }
  .dk-body > div { align-items: flex-start; flex-direction: column; }
  ._6lhqv { padding: 28px 20px; }
  ._6lhqv h2 { font-size: 32px; }
  ._dkmga { grid-template-columns: 1fr 1fr; }
  ._q4xnj { grid-template-columns: 1fr 1fr; }
  ._q4xnj > div:last-child { grid-column: 1/-1; }
  .tx-foot { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mv-area { padding-inline: 22px; }
  .mv-area h1 { font-size: 34px; }
  .letter-face._izih8 { width: 48px; height: 48px; font-size: 18px; }
  .hp-cell button { padding-inline: 10px; }
  ._zbyt1 { padding-inline: 10px; gap: 8px; }
  .f8q9j4 { padding: 38px 22px; font-size: 14px; }
  .wd-line > .s7t4x6 { grid-template-columns: 1fr; }
  .mv-unit { padding: 65px 22px 30px; grid-template-columns: 62px 1fr; gap: 17px; }
  .l9x5l1 { width: 60px; height: 60px; font-size: 24px; }
  .mv-unit h1 { font-size: 38px; }
  .mv-unit p { font-size: 12px; }
  ._w3izj > div { padding: 15px 6px; }
  ._w3izj strong { font-size: 15px; }
  .x8o5o2 { padding: 38px 23px; }
  .x8o5o2 dl div { padding: 12px 7px; }
  .x8o5o2 dd { font-size: 16px; }
  .w5m1t2 { padding: 20px; }
  ._c5lom, .d9i3s9, .q2n4w7 { padding: 30px 22px; }
  ._c5lom h1, .d9i3s9 h1, .v9y5f3 h1, .q2n4w7 h1 { font-size: 40px; }
  ._0nyvf, ._n7k8a { padding: 34px 22px; }
  ._n7k8a > section { grid-template-columns: 32px 1fr; gap: 12px; }
  .v9y5f3 { padding: 30px 18px; }
  .v9y5f3 label { grid-template-columns: 20px 1fr; padding-inline: 14px; }
  .v9y5f3 kbd { display: none; }
}
