@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');:root{--bg:#1e1e1e;--surface:#272727;--surface-2:#2f2f2f;--border:#383838;--border-light:#444;--text-primary:#f0f0f0;--text-secondary:#a8a8a8;--text-muted:#666;--accent:#e06c4a;--accent-soft:rgba(224,108,74,.15);--rating-g:#4caf7d;--rating-m:#e0a050;--rating-a:#e06c4a;--font-body:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace;--max-w:1600px;--gap:10px;--radius:6px;--card-min:220px;--header-h:52px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);line-height:1.5}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);background:rgba(27,27,27,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-title{font-size:1rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap;color:var(--text-primary)}.site-title a:hover{color:var(--accent)}.header-back{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);transition:color .15s}.header-back:hover{color:var(--accent)}.post-count{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);white-space:nowrap}.search-wrap{position:relative;flex:1;max-width:280px}.search-wrap input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.38rem .75rem .38rem 2rem;font-family:var(--font-body);font-size:.82rem;color:var(--text-primary);outline:none;transition:border-color .15s}.search-wrap input:focus{border-color:var(--border-light)}.search-wrap input::placeholder{color:var(--text-muted)}.search-wrap .search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.85rem;pointer-events:none}.controls{max-width:var(--max-w);margin:0 auto;padding:.6rem 1.25rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;border-bottom:1px solid var(--border);background:var(--bg)}.controls-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-right:.15rem;white-space:nowrap}.pill-group{display:flex;flex-wrap:wrap;gap:.25rem}.pill{font-size:.72rem;font-family:var(--font-body);font-weight:400;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:100px;padding:.2rem .65rem;cursor:pointer;transition:all .15s;white-space:nowrap;user-select:none}.pill:hover{border-color:var(--border-light);color:var(--text-primary)}.pill.active{background:var(--text-primary);color:var(--bg);border-color:var(--text-primary)}.pill.active.general{background:var(--rating-g);border-color:var(--rating-g);color:#fff}.pill.active.mature{background:var(--rating-m);border-color:var(--rating-m);color:#fff}.pill.active.adult{background:var(--rating-a);border-color:var(--rating-a);color:#fff}.divider{width:1px;height:18px;background:var(--border);margin:0 .2rem;flex-shrink:0}.sort-select{font-size:.72rem;font-family:var(--font-body);color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:100px;padding:.2rem .65rem;cursor:pointer;outline:none;transition:all .15s}.sort-select:hover{border-color:var(--border-light);color:var(--text-primary)}.sort-select option{background:var(--surface-2)}.tag-filter-section{max-width:var(--max-w);margin:0 auto;padding:.5rem 1.25rem;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;border-bottom:1px solid var(--border);background:var(--bg)}.site-main{max-width:var(--max-w);margin:0 auto;padding:var(--gap)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min),1fr));gap:var(--gap)}.post-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;display:block;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--border)}.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.4);border-color:var(--border-light)}.post-card__thumb{position:relative;overflow:hidden;background:var(--surface-2);aspect-ratio:1}.post-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.post-card:hover .post-card__thumb img{transform:scale(1.05)}.post-card__thumb .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:2.5rem}.story-thumb{width:100%;height:100%;flex-direction:column;gap:.5rem;background:var(--surface-2);display:flex;align-items:center;justify-content:center}.story-icon{font-size:2.5rem}.story-label{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.badge{position:absolute;top:.5rem;right:.5rem;font-family:var(--font-mono);font-size:.58rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .4rem;border-radius:3px}.badge-general{background:rgba(76,175,125,.2);color:var(--rating-g)}.badge-mature{background:rgba(224,160,80,.2);color:var(--rating-m)}.badge-adult{background:rgba(224,108,74,.2);color:var(--rating-a)}.post-card__body{padding:.65rem .75rem .75rem;background:var(--surface)}.post-card__title{font-size:.875rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card:hover .post-card__title{color:var(--accent)}.post-card__artist{font-size:.72rem;color:var(--text-muted);margin-bottom:.35rem}.post-card__stats{display:flex;gap:.5rem;font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted)}.post-card__tags{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.4rem}.post-card__tag{font-size:.62rem;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:3px;padding:.08rem .3rem}.no-results{grid-column:1/-1;text-align:center;padding:5rem 1rem;color:var(--text-muted)}.no-results p{font-size:1.1rem;margin-bottom:.4rem;font-weight:500}.no-results small{font-size:.82rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:2rem 0 1rem}.page-btn{font-family:var(--font-mono);font-size:.72rem;min-width:32px;height:32px;padding:0 .45rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:all .15s;user-select:none}.page-btn:hover{border-color:var(--border-light);color:var(--text-primary)}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn.disabled{opacity:.3;pointer-events:none}.page-btn.dots{border:none;background:none;pointer-events:none}.post-page{max-width:var(--max-w);margin:0 auto;padding:1.25rem;display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media (max-width:900px){.post-page{grid-template-columns:1fr}}.post-viewer{position:sticky;top:calc(var(--header-h)+1rem)}.post-viewer__frame{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.65rem}.post-viewer__frame img{width:100%;height:auto;display:block}.post-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-body);font-size:.76rem;font-weight:600;letter-spacing:.03em;padding:.5rem 1rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:all .15s;text-decoration:none}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{filter:brightness(1.1)}.btn-outline{background:transparent;color:var(--text-secondary);border-color:var(--border-light)}.btn-outline:hover{color:var(--text-primary);border-color:var(--text-primary)}.post-info{display:flex;flex-direction:column;gap:1.25rem}.post-info__eyebrow{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.post-info__title{font-size:clamp(1.2rem,2vw,1.75rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.post-info__artist{font-size:.82rem;color:var(--text-secondary);margin-top:.25rem}.post-info__artist a{color:var(--accent)}.post-info__artist a:hover{text-decoration:underline}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.stat-box{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem;text-align:center}.stat-box__val{font-family:var(--font-mono);font-size:1.2rem;font-weight:500;color:var(--text-primary)}.stat-box__lbl{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.1rem}.meta-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.meta-row{display:flex;align-items:baseline;padding:.5rem .75rem;border-bottom:1px solid var(--border);gap:.65rem}.meta-row:last-child{border-bottom:none}.meta-label{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);min-width:70px;flex-shrink:0}.meta-value{font-size:.82rem;color:var(--text-secondary)}.post-desc{border:1px solid var(--border);border-radius:var(--radius);padding:.875rem .75rem}.post-desc h3{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.post-desc__body{font-size:.83rem;color:var(--text-secondary);line-height:1.75;white-space:pre-wrap;word-break:break-word}.post-tags h3{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:.3rem}.tag-link{font-size:.75rem;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:100px;padding:.22rem .65rem;transition:all .15s}.tag-link:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;transition:color .15s}.back-link:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);margin-top:2rem;padding:1.25rem;text-align:center;font-size:.72rem;color:var(--text-muted)}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gallery-grid>*:nth-child(1){animation:fadeUp .3s ease both .02s}.gallery-grid>*:nth-child(2){animation:fadeUp .3s ease both .04s}.gallery-grid>*:nth-child(3){animation:fadeUp .3s ease both .06s}.gallery-grid>*:nth-child(4){animation:fadeUp .3s ease both .08s}.gallery-grid>*:nth-child(5){animation:fadeUp .3s ease both .10s}.gallery-grid>*:nth-child(6){animation:fadeUp .3s ease both .12s}.gallery-grid>*:nth-child(7){animation:fadeUp .3s ease both .14s}.gallery-grid>*:nth-child(8){animation:fadeUp .3s ease both .16s}.gallery-grid>*:nth-child(n+9){animation:fadeUp .3s ease both .18s}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}@media (max-width:768px){:root{--gap:6px;--card-min:160px}.search-wrap{max-width:160px}.stats-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){:root{--card-min:140px}.search-wrap{display:none}}