:root{--bg:#0c0c0f;--surface:#15151a;--surface-2:#1d1d24;--border:#2a2a33;--text:#ededf1;--text-dim:#9a9aa6;--text-faint:#6d6d78;--accent:#ec6a94;--accent-hover:#f284a8;--accent-soft:#ec6a941f;--radius:14px;--radius-sm:8px;--gap:1.25rem;--maxw:1240px;--header-h:60px;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, "Hiragino Sans GB", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.7}a{color:inherit;text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.site-header{z-index:50;height:var(--header-h);backdrop-filter:saturate(160%)blur(14px);border-bottom:1px solid var(--border);background:#0c0c0fc7;align-items:center;display:flex;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{letter-spacing:.04em;background:linear-gradient(120deg, #fff 0%, var(--accent) 120%);color:#0000;background-clip:text;font-size:1.3rem;font-weight:800}.site-nav{color:var(--text-dim);gap:1.5rem;font-size:.95rem;display:flex}.site-nav a:hover{color:var(--text)}main.container{min-height:70vh;padding-top:2rem;padding-bottom:4rem}.page-heading{border-bottom:1px solid var(--border);margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.6rem;font-weight:700}.page-heading .accent-bar{background:var(--accent);vertical-align:-.15em;border-radius:2px;width:4px;height:1.1em;margin-right:.6rem;display:inline-block}.list-wrap{max-width:680px;margin:0 auto}.grid{grid-template-columns:1fr;gap:1.75rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .2s,border-color .2s;overflow:hidden}.card:hover{border-color:var(--accent);transform:translateY(-4px)}.card-thumb{aspect-ratio:3/4;background:var(--surface-2);position:relative;overflow:hidden}.card-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.card:hover .card-thumb img{transform:scale(1.05)}.card-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:.95rem 1.1rem 1.15rem;font-size:1.05rem;line-height:1.55;display:-webkit-box;overflow:hidden}.card:hover .card-title{color:var(--accent)}.pagination{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.pagination a{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-dim);padding:.55rem 1.4rem;font-size:.9rem}.pagination a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.article{max-width:820px;margin:0 auto}.article-title{margin:0 0 1.75rem;font-size:1.9rem;font-weight:700;line-height:1.35}.article-body{color:#dcdce2;font-size:1.02rem}.article-body h2{border-left:4px solid var(--accent);margin:2.2rem 0 1rem;padding-left:.7rem;font-size:1.3rem;font-weight:700}.article-body h3{margin:1.4rem 0 .6rem;font-size:1.1rem}.article-body p{margin:1rem 0}.article-body a{color:var(--accent)}.article-body a:hover{text-decoration:underline}.article-body figure{margin:1.5rem 0}.article-body img{border-radius:var(--radius);margin:0 auto}.article-body .gallery-images{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin:1.5rem 0;display:grid}.article-body .gallery-images figure{margin:0}.article-body .gallery-caption{color:var(--text-faint);font-size:.9rem;font-style:italic}.article-body .profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0;padding:1.1rem 1.3rem}.article-body .profile-card p{color:var(--text-dim);margin:.35rem 0}.article-body .profile-card strong{color:var(--text)}.article-body .faq-section{margin:2rem 0}.article-body ul{padding-left:1.3rem}.article-body li{margin:.35rem 0}.article-body .related-posts{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:2.5rem;padding:1.2rem 1.4rem}.article-body .related-posts h3{margin-top:0}.site-footer{border-top:1px solid var(--border);color:var(--text-faint);text-align:center;padding:2rem 0;font-size:.88rem}@media (width<=640px){.site-nav{gap:1rem;font-size:.85rem}.article-title{font-size:1.45rem}.page-heading{font-size:1.3rem}}
