:root{--bg: #252b36;--bg-elevated: #2b313d;--bg-soft: #313845;--bg-soft-hover: #38404e;--border: #3a4250;--text: #eef0f3;--text-soft: #bbc1cb;--muted: #8f97a5;--accent: #ff6f8d;--accent-soft: rgba(255, 111, 141, .12);--shadow: 0 18px 36px rgba(18, 22, 30, .22);--radius-xl: 24px;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px;--container: min(1380px, calc(100vw - 32px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Verdana,Trebuchet MS,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:var(--container);margin:0 auto}.topbar{position:sticky;top:0;z-index:60;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.topbar--admin .topbar__inner{display:flex;justify-content:space-between}.topbar__inner{display:grid;grid-template-columns:minmax(220px,1fr) minmax(340px,520px) minmax(220px,1fr);align-items:center;gap:16px;min-height:72px}.topbar__group{display:flex;align-items:center;gap:14px}.topbar__group--brand{justify-self:start}.topbar__group--end{justify-self:end;min-width:40px}.brand{display:inline-flex;align-items:center;gap:10px}.brand__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:var(--accent-soft);border:1px solid rgba(255,111,141,.28);color:var(--accent);font-family:Trebuchet MS,Verdana,sans-serif;font-size:.95rem;font-weight:800}.brand__wordmark{font-family:Trebuchet MS,Verdana,sans-serif;font-size:1.75rem;font-style:italic;font-weight:800;line-height:1;letter-spacing:.02em}.brand__wordmark strong{color:var(--accent)}.search-form{display:flex;align-items:center;gap:10px;width:100%;padding:6px 8px 6px 18px;background:#20252e;border:1px solid #2f3642;border-radius:999px}.search-form--desktop{justify-self:center}.search-form input{flex:1 1 auto;min-width:0;border:0;outline:none;background:transparent;color:var(--text)}.search-form input::placeholder{color:var(--muted)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.icon-button:hover,.sidebar-nav__link:hover,.sort-pill:hover,.quick-link:hover,.button:hover{background:var(--bg-soft-hover)}.icon-button--search{border-color:#313845;background:var(--bg-soft)}.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.topbar__burger{display:none;flex-direction:column;gap:4px}.topbar__burger span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:opacity .16s ease,transform .16s ease}body.is-menu-open .topbar__burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}body.is-menu-open .topbar__burger span:nth-child(2){opacity:0}body.is-menu-open .topbar__burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.topbar__search-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid #3b4350;color:var(--text);background:var(--bg-soft);transition:background-color .16s ease,border-color .16s ease}.button{cursor:pointer}.button--primary{background:var(--accent);border-color:transparent;color:#fff;font-weight:700}.button--ghost{background:var(--bg-soft)}.button--wide{width:100%}.mobile-search{display:none}.site-main{padding:24px 0 40px}.site-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 320px;gap:24px;align-items:start}.site-sidebar,.site-rail{position:sticky;top:96px}.site-sidebar{display:grid}.sidebar-nav{display:grid;gap:6px}.sidebar-nav__link{display:flex;align-items:center;gap:12px;min-height:46px;padding:0 14px;border:1px solid transparent;border-radius:14px;color:var(--text-soft);background:transparent;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.sidebar-nav__link.is-active{color:var(--text);background:var(--bg-elevated);border-color:var(--border)}.sidebar-nav__link small{margin-left:auto;color:var(--muted)}.sidebar-nav__dot{width:8px;height:8px;border-radius:999px;background:var(--accent);flex:0 0 auto}.rail-card,.post-card,.post-sheet,.like-widget,.post-note,.empty-state{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.site-footer__title,.rail-card__title{margin:0 0 8px;font-size:1rem;font-weight:800}.site-footer__copy,.site-footer__meta,.page-copy,.hero__lead,.post-card__summary,.post-body p{color:var(--text-soft)}.site-content{min-width:0}.site-rail{display:grid;gap:18px}.rail-card{overflow:hidden}.rail-card__title{margin:0;padding:18px 18px 14px;border-bottom:1px solid var(--border);font-size:1.15rem}.rail-list{display:grid}.rail-item{display:flex;gap:14px;padding:16px 18px;border-top:1px solid rgba(255,255,255,.04)}.rail-item:first-child{border-top:0}.rail-item__thumb{width:68px;height:68px;border-radius:999px;object-fit:cover;background:var(--bg-soft)}.rail-item__body{display:grid;gap:4px;min-width:0}.rail-item__body strong{font-size:1rem}.rail-item__body span,.rail-item__meta small{color:var(--text-soft)}.rail-item__meta{display:flex;flex-wrap:wrap;gap:10px}.feed-page,.post-page{display:grid;gap:20px}.eyebrow{margin:0;color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-heading{display:grid;gap:10px}.page-title,.section-title,.empty-state h3{margin:0;font-family:Verdana,Trebuchet MS,sans-serif;font-size:clamp(2rem,3vw,3.25rem);font-weight:800;line-height:1.05}.post-sheet .page-title{font-size:clamp(1.75rem,2.25vw,2.45rem);line-height:1.08}.page-copy{margin:0;font-size:1rem;line-height:1.55}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.92rem}.quick-links,.catalog-controls{display:flex;flex-wrap:wrap;gap:10px}.catalog-controls{margin-bottom:18px}.quick-link,.sort-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:12px;border:1px solid #3a4250;background:var(--bg-soft);color:var(--text);white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.quick-link.is-active,.sort-pill.is-active{border-color:#ff6f8d80;color:var(--accent);box-shadow:inset 0 0 0 1px #ff6f8d1f}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:18px}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px}.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:var(--bg-soft);color:var(--text);font-weight:800;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.pagination__link:hover{background:var(--bg-soft-hover)}.pagination__link.is-active{border-color:#ff6f8d80;color:var(--accent);box-shadow:inset 0 0 0 1px #ff6f8d1f}.pagination__link--step{min-width:92px}.post-card{overflow:hidden;transition:border-color .16s ease,transform .16s ease}.post-card__link{display:block;height:100%;color:inherit}.post-card:hover{transform:translateY(-2px);border-color:#ff6f8d59}.post-card__media{position:relative;display:block;aspect-ratio:4 / 5;background:#3a4250}.post-card__media img,.post-sheet__media img{width:100%;height:100%;object-fit:cover}.post-card__stats,.post-sheet__stats{position:absolute;inset:auto 0 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:12px 14px;background:#222730e6;color:var(--text);font-size:.84rem;font-weight:700}.post-card__stat{display:inline-flex;align-items:center;gap:8px}.post-card__stat:last-child{margin-left:auto}.post-card__stat svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.post-card__stat strong{font-size:.98rem;font-weight:800}.post-card__content{display:grid;gap:10px;padding:16px}.post-card__category,.post-tag{display:inline-flex;align-items:center;align-self:start;min-height:28px;padding:0 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.92rem;font-weight:800}.post-tags{display:flex;flex-wrap:wrap;gap:8px}.post-card__title{margin:0;font-size:1.42rem;line-height:1.2;font-weight:800;text-align:center}.post-card__summary{margin:0;min-height:48px;font-size:.95rem;line-height:1.6}.post-sheet{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);overflow:hidden;align-items:start}.post-sheet__media{position:relative;align-self:start;aspect-ratio:4 / 5;max-height:480px;background:var(--bg-soft);overflow:hidden}.post-sheet__like{position:absolute;left:16px;right:16px;bottom:16px}.post-sheet__content{display:grid;gap:18px;padding:22px}.post-meta-grid{display:flex;flex-wrap:wrap;gap:12px 18px;margin:0}.post-facts div{display:grid;gap:5px;min-width:0;padding:12px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-soft);overflow:hidden}.post-facts span{color:var(--muted);font-size:clamp(.68rem,1.1vw,.76rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;overflow-wrap:anywhere}.post-facts strong{margin:0;color:var(--text);font-size:clamp(1rem,1.8vw,1.25rem);font-weight:800;line-height:1.1;overflow-wrap:anywhere}.post-meta-grid div{display:inline-flex;align-items:center;gap:7px;min-width:0;color:var(--text-soft)}.post-meta-grid dt{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.86rem;font-weight:800}.post-meta-grid dt svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.post-meta-grid dd{margin:0;color:var(--text);font-size:.96rem;font-weight:800}.post-toc{display:grid;gap:10px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-md);background:#252b36}.post-toc strong{font-size:.95rem}.post-toc div{display:flex;flex-wrap:wrap;gap:8px}.post-toc a,.static-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:999px;color:var(--text-soft);background:var(--bg-soft)}.post-toc a:hover,.static-links a:hover{color:var(--text);background:var(--bg-soft-hover)}.post-body{display:grid;gap:10px}.post-body p{margin:0;line-height:1.75}.post-gallery,.post-section,.static-page,.static-page__section{display:grid;gap:16px}.post-section__head{display:grid;gap:8px}.post-section__head p{margin:0;color:var(--text-soft)}.post-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.post-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.post-gallery__figure{display:grid;gap:8px;margin:0;min-width:0}.post-gallery__item{display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated);box-shadow:var(--shadow)}.post-gallery__item img{width:100%;height:100%;object-fit:cover}.post-gallery__figure figcaption,.video-card__description,.video-card__head p{margin:0;color:var(--text-soft);font-size:.92rem;line-height:1.45}.post-gallery__grid--videos{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.video-player{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);background:#05070a;box-shadow:var(--shadow)}.video-player__media{display:block;width:100%;height:100%;object-fit:contain}.video-player__overlay{position:absolute;inset:0;display:grid;place-items:center;border:0;background:radial-gradient(circle at center,#ff6f8d33,#05070a6b);color:var(--text);cursor:pointer;transition:opacity .16s ease}.video-player.is-playing .video-player__overlay{opacity:0;pointer-events:none}.video-player__overlay svg{width:70px;height:70px;padding:18px;border-radius:999px;background:var(--accent);color:#1f2631;fill:currentColor;box-shadow:0 16px 34px #00000059}.video-player__controls{position:absolute;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;gap:10px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0b0e14c2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.video-player__button{width:38px;height:38px;display:inline-grid;place-items:center;border:0;border-radius:12px;background:#ffffff14;color:var(--text);cursor:pointer}.video-player__button svg{width:19px;height:19px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.video-player__pause-icon,.video-player.is-playing .video-player__play-icon{display:none}.video-player.is-playing .video-player__pause-icon{display:block}.video-player__timeline{height:8px;border-radius:999px;overflow:hidden;background:#ffffff29;cursor:pointer}.video-player__timeline span{display:block;width:0;height:100%;background:var(--accent)}.video-player__time{min-width:44px;color:var(--text-soft);font-size:.86rem;font-weight:800}.video-card{display:grid;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow)}.video-card__head{display:grid;gap:8px}.video-card__head h3{margin:0;font-size:1.08rem}.video-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0}.video-card__meta div{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 9px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border)}.video-card__meta dt{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.video-card__meta dd{margin:0;color:var(--text);font-size:.86rem;font-weight:800}.video-card__url{justify-self:start;color:var(--accent);font-size:.88rem;font-weight:800}.video-card__description a,.video-card__url{color:var(--accent)}.gallery-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .18s ease}.gallery-lightbox.is-open{opacity:1;pointer-events:auto}.gallery-lightbox__backdrop{position:absolute;inset:0;background:#0b0e14eb}.gallery-lightbox__dialog{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;width:min(1280px,100%)}.gallery-lightbox__frame{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#14181fe0;box-shadow:0 28px 56px #0000006b}.gallery-lightbox__image{display:block;width:100%;max-height:calc(100vh - 110px);object-fit:contain}.gallery-lightbox__counter{position:absolute;right:14px;bottom:14px;min-height:34px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:#0b0e14b3;color:var(--text);font-weight:700}.gallery-lightbox__close,.gallery-lightbox__nav{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#222730d1;color:var(--text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.gallery-lightbox__close:hover,.gallery-lightbox__nav:hover{background:#353c49f2;border-color:#ff6f8d57;transform:translateY(-1px)}.gallery-lightbox__close{position:absolute;top:-66px;right:0}.gallery-lightbox__close svg,.gallery-lightbox__nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}body.is-lightbox-open{overflow:hidden}.post-note{padding:18px}.post-note h2{margin:0 0 12px;font-size:1.2rem}.related-block{display:grid;gap:16px}.feature-list{margin:0;padding-left:18px;color:var(--text-soft);line-height:1.65}.like-widget{display:grid;gap:10px}.like-widget__bar{display:grid;grid-template-columns:124px minmax(0,1fr);gap:10px;align-items:stretch}.like-widget__count,.like-widget__button{min-height:60px;border:0;border-radius:14px}.like-widget__count{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#1f2631;font-size:1.2rem;font-weight:900;box-shadow:var(--shadow)}.like-widget__icon{width:24px;height:24px;fill:#1f2631}.like-widget__button{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;background:var(--accent);color:#1f2631;font-size:1.15rem;font-weight:900;cursor:pointer;transition:filter .16s ease,opacity .16s ease}.like-widget__button:hover{filter:brightness(.97)}.like-widget__button.is-liked,.like-widget__button:disabled{opacity:.9;cursor:default}.like-widget__error{margin:0;padding:0 4px}.empty-state{display:grid;gap:8px;padding:24px}.not-found{display:grid;gap:12px;padding:24px}.empty-state p{margin:0;color:var(--text-soft)}.site-footer{padding:0 0 34px}.site-footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr 1.1fr;gap:24px;padding-top:20px;border-top:1px solid var(--border)}.site-footer__column{display:grid;gap:10px}.site-footer__meta{display:grid;gap:6px}.site-footer__links{display:grid;gap:8px}.static-links{display:flex;flex-wrap:wrap;gap:10px}.site-footer__links a{color:var(--text-soft)}.site-footer__meta a{color:var(--accent)}.site-overlay{position:fixed;inset:72px 0 0;z-index:30;background:#12161e85;opacity:0;pointer-events:none;transition:opacity .16s ease}@media(max-width:1260px){.site-layout{grid-template-columns:220px minmax(0,1fr)}.site-rail{display:none}}@media(max-width:940px){.topbar__inner{display:flex;justify-content:space-between}.topbar__burger,.topbar__search-toggle{display:inline-flex}.search-form--desktop,.topbar__admin{display:none}.mobile-search{display:block;max-height:0;overflow:hidden;border-top:1px solid transparent;transition:max-height .18s ease,padding .18s ease,border-color .18s ease}body.is-search-open .mobile-search{max-height:84px;padding:12px 0;border-top-color:var(--border)}.site-layout{grid-template-columns:1fr}.site-sidebar{position:fixed;inset:72px auto 0 0;z-index:40;width:min(300px,calc(100vw - 32px));height:calc(100vh - 72px);padding:18px 16px 24px;background:var(--bg-elevated);border-right:1px solid var(--border);transform:translate(-110%);transition:transform .18s ease;overflow-y:auto}body.is-menu-open .site-sidebar{transform:translate(0)}body.is-menu-open .site-overlay{opacity:1;pointer-events:auto}.site-main{padding-top:18px}.site-footer__inner{grid-template-columns:1fr;flex-direction:column;align-items:start}.page-title,.section-title{font-size:clamp(1.85rem,8vw,2.8rem)}.post-sheet{grid-template-columns:1fr}.post-sheet__media{max-height:none}.sidebar-nav{max-height:min(58vh,420px);overflow-y:auto;padding-right:4px}.gallery-lightbox__dialog{width:min(100%,920px)}.gallery-lightbox__close{top:12px;right:12px}}@media(max-width:640px){.container{width:min(100vw - 20px,100%)}.topbar .container,.mobile-search .container{width:100%;max-width:none;padding-left:14px;padding-right:14px}.topbar__inner{min-height:62px;gap:10px}.topbar__group--brand{flex:1 1 auto;min-width:0}.brand{min-width:0}.brand__icon{width:38px;height:38px;border-radius:12px;font-size:.95rem}.brand__wordmark{font-size:clamp(1.55rem,6.2vw,2rem);line-height:1;white-space:nowrap}.quick-links,.catalog-controls{overflow:visible;flex-wrap:wrap;gap:10px;padding:0;margin:0 0 18px}.quick-link,.sort-pill{flex:0 0 auto;min-height:42px;padding:0 16px;font-size:.94rem}.catalog__grid{grid-template-columns:1fr;gap:14px;margin-top:2px}.pagination{justify-content:flex-start;gap:8px;margin-top:20px}.pagination__link{min-width:40px;min-height:40px;padding:0 12px;font-size:.92rem}.pagination__link--step{min-width:82px}.post-card__media{aspect-ratio:1 / 1}.post-card__stats{gap:14px;padding:10px 13px;font-size:.92rem}.post-card__stat svg{width:19px;height:19px}.post-card__stat strong{font-size:1.08rem}.post-card__content{gap:8px;padding:12px}.post-card__category{min-height:30px;padding:0 12px;font-size:1rem}.post-card__title{font-size:1.24rem;line-height:1.15}.post-card__summary{display:none}.feed-page,.post-page{gap:14px}.page-heading{gap:6px}.page-title,.section-title{font-size:clamp(1.9rem,10vw,2.45rem);line-height:.98}.post-sheet .page-title{font-size:clamp(1.65rem,8vw,2.05rem);line-height:1.04}.page-copy{font-size:.95rem;line-height:1.45}.post-facts{grid-template-columns:repeat(2,minmax(120px,1fr))}.post-meta-grid{gap:10px 14px}.post-toc{width:calc(100% + 16px);margin-left:-8px;margin-right:-8px;padding:12px}.post-toc div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.post-toc a{justify-content:center;min-height:38px;text-align:center}.like-widget__bar{grid-template-columns:110px minmax(0,1fr)}.post-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-gallery__grid--videos{grid-template-columns:1fr}.video-player__controls{grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px}.video-player__time{display:none}.gallery-lightbox{padding:12px}.gallery-lightbox__dialog{grid-template-columns:1fr;gap:10px}.gallery-lightbox__frame{order:1}.gallery-lightbox__nav{position:absolute;top:50%;z-index:2;width:44px;height:44px;margin-top:-22px}.gallery-lightbox__nav--prev{left:14px}.gallery-lightbox__nav--next{right:14px}.gallery-lightbox__image{max-height:calc(100vh - 90px)}.gallery-lightbox__counter{right:10px;bottom:10px;min-height:30px;padding:0 10px;font-size:.86rem}.site-footer__meta{text-align:left}.rail-item{padding-left:14px;padding-right:14px}}
