/* a2608 — pruned static utilities (no Tailwind runtime) */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
img[width][height]{height:auto}
ol,ul{margin:0;padding:0}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-grow{flex-grow:1}
.hidden{display:none}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.shrink-0{flex-shrink:0}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-4{gap:1rem}
.gap-x-4{column-gap:1rem}
.gap-y-1{row-gap:.25rem}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.w-4{width:1rem}
.w-6{width:1.5rem}
.h-4{height:1rem}
.h-6{height:1.5rem}
.h-16{height:4rem}
.h-auto{height:auto}
.max-w-7xl{max-width:80rem}
.max-w-3xl{max-width:48rem}
.max-w-xs{max-width:20rem}
.max-w-none{max-width:none}
.mx-auto{margin-left:auto;margin-right:auto}
.m-0{margin:0}
.mt-auto{margin-top:auto}
.mt-1\.5{margin-top:.375rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-8{margin-top:2rem}
.-mt-3{margin-top:-.75rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.ml-2{margin-left:.5rem}
.p-2{padding:.5rem}
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-10{padding:2.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pb-3{padding-bottom:.75rem}
.pb-4{padding-bottom:1rem}
.pl-3{padding-left:.75rem}
.font-display{font-family:"Songti SC","Noto Serif SC","STSong",serif}
.font-black{font-weight:900}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.leading-4{line-height:1rem}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.tracking-wide{letter-spacing:.025em}
.text-center{text-align:center}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.bg-paper{background-color:#f4f2ec}
.bg-ink{background-color:#14161f}
.bg-white{background-color:#fff}
.bg-accent{background-color:#ff5d3a}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.text-ink{color:#14161f}
.text-paper{color:#f4f2ec}
.text-white{color:#fff}
.text-accent{color:#ff5d3a}
.text-teal{color:#0f9d8f}
.text-ink\/20{color:rgba(20,22,31,.2)}
.text-ink\/30{color:rgba(20,22,31,.3)}
.text-ink\/40{color:rgba(20,22,31,.4)}
.text-ink\/60{color:rgba(20,22,31,.6)}
.text-ink\/70{color:rgba(20,22,31,.7)}
.text-ink\/80{color:rgba(20,22,31,.8)}
.text-paper\/60{color:rgba(244,242,236,.6)}
.text-paper\/80{color:rgba(244,242,236,.8)}
.text-paper\/85{color:rgba(244,242,236,.85)}
.border{border-width:1px;border-style:solid}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-t{border-top-width:1px;border-top-style:solid}
.border-l-4{border-left-width:4px;border-left-style:solid}
.border-ink\/10{border-color:rgba(20,22,31,.1)}
.border-ink\/15{border-color:rgba(20,22,31,.15)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/25{border-color:rgba(255,255,255,.25)}
.border-accent{border-color:#ff5d3a}
.border-teal{border-color:#0f9d8f}
.rounded{border-radius:.25rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.sticky{position:sticky}
.top-0{top:0}
.z-50{z-index:50}
.cursor-pointer{cursor:pointer}
.object-cover{object-fit:cover}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.columns-2{column-count:2}
.transition-colors{transition-property:color,background-color,border-color;transition-duration:150ms;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-shadow{transition-property:box-shadow;transition-duration:150ms;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.duration-300{transition-duration:300ms}
.space-y-2 > :not([hidden]) ~ :not([hidden]){margin-top:.5rem}
.masonry{column-gap:1rem}
.masonry > *{break-inside:avoid;-webkit-column-break-inside:avoid;margin-bottom:1rem;display:inline-block;width:100%}
.cap-pill{clip-path:polygon(6% 0,100% 0,94% 100%,0 100%)}
.hover\:text-accent:hover{color:#ff5d3a}
.hover\:text-white:hover{color:#fff}
.hover\:bg-accent:hover{background-color:#ff5d3a}
.hover\:bg-accent-d:hover{background-color:#e14a29}
.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.1)}
.hover\:border-accent:hover{border-color:#ff5d3a}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.group:hover .group-hover\:text-accent{color:#ff5d3a}
.group:hover .group-hover\:scale-\[1\.02\]{transform:scale(1.02)}
@media (min-width:768px){
.md\:hidden{display:none}
.md\:flex{display:flex}
.md\:columns-3{column-count:3}
.md\:text-2xl{font-size:1.5rem;line-height:2rem}
.md\:hidden.peer-checked\:flex,.md\:hidden.hidden{display:none}
}
@media (min-width:1024px){
.lg\:columns-4{column-count:4}
}
.peer:checked ~ .peer-checked\:flex{display:flex}
.peer:checked ~ .hidden.peer-checked\:flex{display:flex}
@media (min-width:768px){
.peer:checked ~ .md\:hidden.peer-checked\:flex{display:none}
}
.prose{color:rgba(20,22,31,.8);line-height:1.75}
.prose p{margin:.85em 0}
.prose h2,.prose h3,.prose h4{font-family:"Songti SC","Noto Serif SC","STSong",serif;color:#14161f;margin:1.2em 0 .5em;line-height:1.3}
.prose h2{font-size:1.25rem}
.prose h3{font-size:1.1rem}
.prose a{color:#ff5d3a;text-decoration:underline}
.prose img{border-radius:.75rem;margin:1em 0}
.prose ul,.prose ol{padding-left:1.25em;margin:.75em 0}
.prose ul{list-style:disc}
.prose ol{list-style:decimal}
.prose blockquote{border-left:3px solid #ff5d3a;padding-left:1em;margin:1em 0;color:rgba(20,22,31,.6)}
.prose-sm{font-size:.875rem;line-height:1.7}
.prose-headings\:font-display h2,.prose-headings\:font-display h3,.prose-headings\:font-display h4{font-family:"Songti SC","Noto Serif SC","STSong",serif}
.prose-a\:text-accent a{color:#ff5d3a}
.prose-img\:rounded-xl img{border-radius:.75rem}
