.ui-burst-host{position:relative;overflow:visible}.ui-burst{position:absolute;left:50%;top:50%;z-index:8;width:0;height:0;pointer-events:none}.ui-burst__item{position:absolute;left:0;top:0;opacity:0;font-size:14px;line-height:1;transform:translate(-50%,-50%);animation:uiBurstFloat 1.1s ease forwards;animation-delay:var(--burst-delay, 0ms);will-change:transform,opacity}.ui-burst--like .ui-burst__item{color:var(--success)}.ui-burst--dislike .ui-burst__item{color:var(--danger)}.ui-burst--favorite .ui-burst__item{color:#79bf19}@keyframes uiBurstFloat{0%{opacity:0;transform:translate(-50%,-50%) translate(0) scale(.6) rotate(0)}15%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) translate(var(--burst-x, 0px),-42px) scale(1.15) rotate(var(--burst-rotate, 0deg))}}.pagination{width:100%;display:grid;gap:10px;margin:10px 0 18px}.pagination:empty{display:none}.pagination__load{width:100%}.pagination__load:empty{display:none}.pagination__load a{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:17px;color:var(--text);text-decoration:none;box-shadow:none;font-size:14px;line-height:1;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pagination__load a:hover{background:var(--surface-2);border-color:var(--border-strong);color:var(--text);text-decoration:none}.pagination__load a:active{transform:scale(.99)}.pagination__load-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px}.pagination__load-icon{width:17px;height:17px;color:var(--accent-main)}.pagination__load.is-loading a,.bottom-nav__load.is-loading a{pointer-events:none;opacity:.78}.pagination__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.pagination__row--inner{grid-template-columns:auto minmax(0,1fr) auto}.pagination__prev:empty,.pagination__next:empty{display:none}.pagination__pages{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.pagination__pages a,.pagination__pages span,.pagination__pages strong{min-width:38px;height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:13px;color:var(--text);text-decoration:none;box-shadow:none;font-size:14px;line-height:1;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pagination__pages a:hover{background:var(--surface-2);border-color:var(--border-strong);color:var(--text);text-decoration:none}.pagination__pages a:active{transform:scale(.96)}.pagination__pages span,.pagination__pages strong,.pagination__pages .current,.pagination__pages .navigation-active{background:var(--accent-main);border-color:var(--accent-main);color:#fff}.pagination__pages span:not([class]){cursor:default}.pagination__prev,.pagination__next{display:flex;align-items:center}.pagination__prev a,.pagination__next a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:13px;color:var(--text);text-decoration:none;box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pagination__prev a:hover,.pagination__next a:hover{background:var(--accent-main-soft);border-color:#2d7bff29;color:var(--accent-main);text-decoration:none}.pagination__prev a:active,.pagination__next a:active{transform:scale(.97)}.pagination__nav-btn{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;font-size:13px;line-height:1;font-weight:700;white-space:nowrap}.pagination__nav-btn .i-svg{width:15px;height:15px}.theme-dark .pagination__load a,.theme-dark .pagination__pages a,.theme-dark .pagination__pages span,.theme-dark .pagination__pages strong,.theme-dark .pagination__prev a,.theme-dark .pagination__next a{background:var(--surface);border-color:var(--border)}.theme-dark .pagination__load a:hover,.theme-dark .pagination__pages a:hover{background:var(--surface-2);border-color:var(--border-strong)}.theme-dark .pagination__pages span,.theme-dark .pagination__pages strong,.theme-dark .pagination__pages .current,.theme-dark .pagination__pages .navigation-active{background:var(--accent-main);border-color:var(--accent-main);color:#fff}@media screen and (max-width:768px){.pagination{gap:9px;margin:8px 0 15px}.pagination__load a{min-height:48px;border-radius:16px;font-size:13px}.pagination__row{grid-template-columns:minmax(0,1fr) auto;gap:8px}.pagination__row--inner{grid-template-columns:minmax(0,1fr) auto}.pagination__row--inner .pagination__prev{display:none}.pagination__pages{flex-wrap:nowrap;gap:6px;padding:1px 1px 3px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pagination__pages::-webkit-scrollbar{display:none}.pagination__pages a,.pagination__pages span,.pagination__pages strong{min-width:44px;height:44px;flex:0 0 auto;padding:0 10px;border-radius:12px;font-size:13px}.pagination__nav-btn{min-height:44px;padding:0 12px;border-radius:12px;font-size:12px}}@media screen and (max-width:640px){.pagination{gap:8px;margin:8px 0 12px;padding:0 10px}.pagination__load a{min-height:46px;border-radius:15px}.pagination__row,.pagination__row--inner{grid-template-columns:1fr}.pagination__pages{justify-content:flex-start}.pagination__next{width:100%}.pagination__next a{width:100%;margin:0 10px}.pagination__nav-btn{width:100%}}@media(prefers-reduced-motion:reduce){.pagination__load a,.pagination__pages a,.pagination__pages span,.pagination__pages strong,.pagination__prev a,.pagination__next a{transition:none!important}}.poll-card{--poll-accent: var(--accent-fire);--poll-accent-hover: var(--accent-fire-hover);--poll-accent-soft: var(--accent-fire-soft);position:relative;margin:0 0 16px;padding:0;overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(255,138,31,.16),transparent 34%),radial-gradient(circle at 0% 100%,rgba(255,197,90,.1),transparent 30%),linear-gradient(180deg,var(--surface),var(--surface));border:1px solid rgba(255,138,31,.16);border-radius:22px;box-shadow:none}.feed-card__poll .poll-card{margin:0}.poll-card:before{content:"";position:absolute;top:-70px;right:-70px;width:180px;height:180px;border-radius:50%;background:#ff8a1f1a;filter:blur(34px);pointer-events:none}.poll-card__inner{position:relative;z-index:1;padding:17px}.poll-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 15px}.poll-card__title-wrap{min-width:0;display:grid;gap:9px}.poll-card__badge{width:max-content;min-height:28px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;background:#ff8a1f1f;border:1px solid rgba(255,138,31,.16);border-radius:999px;color:var(--poll-accent);font-size:12px;line-height:1;font-weight:700}.poll-card__badge-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor}.poll-card__title{margin:0;color:var(--text);font-size:19px;line-height:1.25;font-weight:700;letter-spacing:-.025em}.poll-card__more{flex:0 0 auto;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;background:#ff8a1f17;border:1px solid rgba(255,138,31,.14);border-radius:999px;color:var(--poll-accent);text-decoration:none;white-space:nowrap;font-size:12px;line-height:1;font-weight:600;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.poll-card__more:hover{background:#ff8a1f24;border-color:#ff8a1f38;color:var(--poll-accent-hover);text-decoration:none}.poll-card__more:active{transform:scale(.98)}.poll-card__list,.poll-card .vote_list{display:grid;gap:9px;margin:0;padding:0}.poll-card__list>br,.poll-card .vote_list>br{display:none!important}.poll-card__list ul,.poll-card__list ol,.poll-card .vote_list ul,.poll-card .vote_list ol{display:grid;gap:9px;margin:0!important;padding:0!important;list-style:none!important}.poll-card__list li,.poll-card .vote_list li{margin:0!important;padding:0!important;list-style:none!important}.poll-card__list label,.poll-card .vote_list label{position:relative;min-height:44px;display:flex;align-items:center;gap:11px;padding:11px 13px;margin:4px 0;background:var(--surface);border:1px solid rgba(255,138,31,.14);border-radius:15px;color:var(--text);cursor:pointer;font-size:14px;line-height:1.45;font-weight:500;transition:background .18s ease,border-color .18s ease,transform .18s ease}.poll-card__list label:hover,.poll-card .vote_list label:hover{background:#ff8a1f0f;border-color:#ff8a1f3d}.poll-card__list label:active,.poll-card .vote_list label:active{transform:scale(.992)}.poll-card__list input[type=radio],.poll-card__list input[type=checkbox],.poll-card .vote_list input[type=radio],.poll-card .vote_list input[type=checkbox]{appearance:none;-webkit-appearance:none;position:relative;width:20px;min-width:20px;height:20px;margin:0;background:var(--surface);border:1px solid rgba(255,138,31,.34);border-radius:50%;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.poll-card__list input[type=checkbox],.poll-card .vote_list input[type=checkbox]{border-radius:7px}.poll-card__list input[type=radio]:after,.poll-card .vote_list input[type=radio]:after{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff;opacity:0;transform:scale(.6);transition:opacity .18s ease,transform .18s ease}.poll-card__list input[type=checkbox]:after,.poll-card .vote_list input[type=checkbox]:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:rotate(45deg) scale(.8);transition:opacity .18s ease,transform .18s ease}.poll-card__list input[type=radio]:checked,.poll-card__list input[type=checkbox]:checked,.poll-card .vote_list input[type=radio]:checked,.poll-card .vote_list input[type=checkbox]:checked{background:var(--poll-accent);border-color:var(--poll-accent);box-shadow:0 0 0 4px #ff8a1f24}.poll-card__list input[type=radio]:checked:after,.poll-card .vote_list input[type=radio]:checked:after{opacity:1;transform:scale(1)}.poll-card__list input[type=checkbox]:checked:after,.poll-card .vote_list input[type=checkbox]:checked:after{opacity:1;transform:rotate(45deg) scale(1)}.poll-card__list input[type=radio]:focus-visible,.poll-card__list input[type=checkbox]:focus-visible,.poll-card .vote_list input[type=radio]:focus-visible,.poll-card .vote_list input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 4px #ff8a1f2e}.poll-card__list .voteanswer,.poll-card__list .vote_answer,.poll-card__list .poll-result,.poll-card__list .poll-result-item,.poll-card .vote_list .voteanswer,.poll-card .vote_list .vote_answer,.poll-card .vote_list .poll-result,.poll-card .vote_list .poll-result-item{position:relative;display:grid;gap:8px;padding:12px 13px;background:var(--surface);border:1px solid rgba(255,138,31,.14);border-radius:15px;color:var(--text);font-size:14px;line-height:1.45;font-weight:500}.poll-card .pollprogress,.poll-card__list .pollprogress,.poll-card .vote_list .pollprogress,.poll-card__list .poll-progress,.poll-card__list .voteprogress,.poll-card__list .vote_progress,.poll-card__list .progress,.poll-card .vote_list .poll-progress,.poll-card .vote_list .voteprogress,.poll-card .vote_list .vote_progress,.poll-card .vote_list .progress{position:relative;width:100%;height:12px;margin:7px 0 0;overflow:hidden;background:#ff8a1f1f;border-radius:999px}.poll-card .pollprogress span,.poll-card__list .pollprogress span,.poll-card .vote_list .pollprogress span,.poll-card__list .poll-progress span,.poll-card__list .voteprogress span,.poll-card__list .vote_progress span,.poll-card__list .progress span,.poll-card__list .progress-bar,.poll-card .vote_list .poll-progress span,.poll-card .vote_list .voteprogress span,.poll-card .vote_list .vote_progress span,.poll-card .vote_list .progress span,.poll-card .vote_list .progress-bar{height:100%;min-width:34px;display:flex;align-items:center;justify-content:flex-end;padding:0 7px;background:var(--poll-accent);border-radius:inherit;color:#fff;text-align:right;white-space:nowrap;font-size:10px;line-height:1;font-weight:700}.poll-card .pollprogress .poll1,.poll-card .pollprogress .poll2,.poll-card .pollprogress .poll3,.poll-card .pollprogress .poll4,.poll-card .pollprogress .poll5{background:var(--poll-accent)}.poll-card__list .poll-percent,.poll-card__list .votepercent,.poll-card__list .vote_percent,.poll-card__list .poll-votes,.poll-card__list .vote_votes,.poll-card .vote_list .poll-percent,.poll-card .vote_list .votepercent,.poll-card .vote_list .vote_percent,.poll-card .vote_list .poll-votes,.poll-card .vote_list .vote_votes{color:var(--poll-accent);font-size:12px;line-height:1.35;font-weight:700}.poll-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:13px}.poll-card__pill{min-height:28px;display:inline-flex;align-items:center;padding:0 11px;background:#ff8a1f1a;border:1px solid rgba(255,138,31,.14);border-radius:999px;color:var(--poll-accent);font-size:12px;line-height:1;font-weight:600}.poll-card .vote_votes,.poll-card .grey{color:var(--poll-accent)}.poll-card__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px}.poll-card__btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;border:1px solid transparent;border-radius:14px;cursor:pointer;text-decoration:none;font-size:14px;line-height:1;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.poll-card__btn b{font:inherit}.poll-card__btn:active{transform:scale(.985)}.poll-card__btn--primary{background:var(--poll-accent);border-color:var(--poll-accent);color:#fff}.poll-card__btn--primary:hover{background:var(--poll-accent-hover);border-color:var(--poll-accent-hover);color:#fff}.poll-card__btn--ghost{background:var(--surface);border-color:#ff8a1f38;color:var(--poll-accent)}.poll-card__btn--ghost:hover{background:#ff8a1f1a;border-color:#ff8a1f4d;color:var(--poll-accent-hover)}.poll-card__btn-icon{display:inline-flex;align-items:center;justify-content:center}.poll-card__btn-icon .i-svg,.poll-card__btn .i-svg{width:16px;height:16px}.theme-dark .poll-card{background:radial-gradient(circle at 100% 0%,rgba(255,138,31,.13),transparent 34%),radial-gradient(circle at 0% 100%,rgba(255,197,90,.07),transparent 30%),linear-gradient(180deg,var(--surface),var(--surface));border-color:#ff8a1f2e}.theme-dark .poll-card__list label,.theme-dark .poll-card .vote_list label,.theme-dark .poll-card__list .pollanswer,.theme-dark .poll-card__list .voteanswer,.theme-dark .poll-card__list .vote_answer,.theme-dark .poll-card__list .poll-result,.theme-dark .poll-card__list .poll-result-item,.theme-dark .poll-card .vote_list .pollanswer,.theme-dark .poll-card .vote_list .voteanswer,.theme-dark .poll-card .vote_list .vote_answer,.theme-dark .poll-card .vote_list .poll-result,.theme-dark .poll-card .vote_list .poll-result-item{background:#ffffff09;border-color:#ff8a1f21}.theme-dark .poll-card__list input[type=radio],.theme-dark .poll-card__list input[type=checkbox],.theme-dark .poll-card .vote_list input[type=radio],.theme-dark .poll-card .vote_list input[type=checkbox]{background:#ffffff0a}.theme-dark .poll-card__btn--ghost{background:#ff8a1f1a;border-color:#ff8a1f2e;color:#ffb56f}.theme-dark .poll-card__btn--ghost:hover{background:#ff8a1f29;border-color:#ff8a1f42;color:#ffc58d}@media screen and (max-width:768px){.poll-card{border-radius:20px}.poll-card__inner{padding:15px}.poll-card__head{gap:12px}.poll-card__title{font-size:17px}.poll-card__more{min-height:31px;padding:0 10px;font-size:11px}.poll-card__list label,.poll-card .vote_list label{min-height:42px;padding:10px 12px;border-radius:14px;font-size:13px}.poll-card__btn{min-height:40px;border-radius:13px;font-size:13px}}@media screen and (max-width:640px){.poll-card{border-radius:18px}.poll-card__inner{padding:14px}.poll-card__head{display:grid;gap:10px}.poll-card__more{width:max-content}.poll-card__actions{display:grid;grid-template-columns:1fr;gap:8px}.poll-card__btn{width:100%}}@media(prefers-reduced-motion:reduce){.poll-card__more,.poll-card__list label,.poll-card .vote_list label,.poll-card__list input[type=radio],.poll-card__list input[type=checkbox],.poll-card .vote_list input[type=radio],.poll-card .vote_list input[type=checkbox],.poll-card__btn{transition:none!important}}.nsfw{position:relative;display:block;overflow:hidden;border-radius:inherit;isolation:isolate;background:#111318}.nsfw>:not(.nsfw__overlay){position:relative;z-index:0;filter:blur(15px) saturate(.9) brightness(.78);transform:scale(1.04);transform-origin:center;transition:filter .42s ease,transform .42s ease}.nsfw__overlay{position:absolute;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:18px;background:radial-gradient(circle at center,rgba(255,255,255,.1),transparent 42%),linear-gradient(180deg,#0c0e1233,#0c0e1257),#0c0e123d;cursor:pointer;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .42s ease,visibility .42s ease,background .42s ease}.nsfw__overlay:before{content:"";position:absolute;inset:-18%;z-index:1;pointer-events:none;background:radial-gradient(circle at center,#ffffff57,#ffffff29 18%,#ffffff0f 34%,#fff0 58%);opacity:.46;transform:scale(.78);filter:blur(10px);mix-blend-mode:screen;animation:nsfwCenterPulse 2.8s ease-in-out infinite}.nsfw__overlay:after{content:"";position:absolute;inset:-24%;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.14),transparent 36%),radial-gradient(circle at 38% 42%,rgba(45,123,255,.1),transparent 32%),radial-gradient(circle at 62% 58%,rgba(155,234,60,.08),transparent 34%);opacity:.42;transform:scale(1);filter:blur(18px);mix-blend-mode:screen;animation:nsfwSoftBreath 4.8s ease-in-out infinite}.nsfw__overlay>*{position:relative;z-index:3}.nsfw__box,.nsfw__content,.nsfw__inner{position:relative;z-index:3;max-width:min(360px,100%);display:grid;justify-items:center;gap:8px;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#fff;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.52)}.nsfw__badge{min-width:46px;height:30px;margin-bottom:8px;padding:0 10px;border-radius:999px;background:#ffffff2e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:800;text-shadow:none}.nsfw__title{margin:0;color:#fff;font-size:16px;line-height:1.24;font-weight:800;letter-spacing:-.01em}.nsfw__text,.nsfw__subtitle{margin:0;color:#ffffffd6;font-size:13px;line-height:1.45;font-weight:400}.nsfw__subtitle{margin-top:4px}.nsfw__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:8px}.nsfw__btn,.nsfw__button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#ffffff29;color:#fff;cursor:pointer;font-size:13px;line-height:1;font-weight:700;text-shadow:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.nsfw__btn:hover,.nsfw__button:hover{background:#ffffff3d;border-color:#ffffff75}.nsfw__btn:active,.nsfw__button:active{transform:scale(.98)}.nsfw__btn--primary,.nsfw__button--primary,.nsfw__btn--yes{background:#ffffffeb;border-color:#ffffffeb;color:#111318}.nsfw__btn--primary:hover,.nsfw__button--primary:hover,.nsfw__btn--yes:hover{background:#fff;border-color:#fff}.nsfw.is-unlocked>:not(.nsfw__overlay),.nsfw.nsfw--unlocked>:not(.nsfw__overlay),.nsfw.nsfw--open>:not(.nsfw__overlay){filter:none;transform:none}.nsfw.is-unlocked .nsfw__overlay,.nsfw.nsfw--unlocked .nsfw__overlay,.nsfw.nsfw--open .nsfw__overlay{opacity:0;visibility:hidden;pointer-events:none}@keyframes nsfwCenterPulse{0%,to{opacity:.28;transform:scale(.72)}45%{opacity:.58;transform:scale(1.12)}70%{opacity:.36;transform:scale(1.34)}}@keyframes nsfwSoftBreath{0%,to{opacity:.3;transform:scale(1) translateZ(0)}35%{opacity:.48;transform:scale(1.08) translate3d(-1.5%,1%,0)}70%{opacity:.38;transform:scale(1.14) translate3d(1.5%,-1%,0)}}@media screen and (max-width:640px){.nsfw>:not(.nsfw__overlay){filter:blur(13px) saturate(.9) brightness(.78);transform:scale(1.045)}.nsfw__overlay{padding:14px}.nsfw__overlay:before{opacity:.42;filter:none;mix-blend-mode:normal;transform:scale(1);animation:none}.nsfw__overlay:after{opacity:.34;filter:none;mix-blend-mode:normal;transform:scale(1.04);animation:none}.nsfw__badge{height:28px;margin-bottom:7px;font-size:13px}.nsfw__title{font-size:14px}.nsfw__text,.nsfw__subtitle{font-size:12px}.nsfw__btn,.nsfw__button{min-height:32px;padding:0 12px;font-size:12px}}@media(prefers-reduced-motion:reduce){.nsfw__overlay:before,.nsfw__overlay:after{animation:none!important}.nsfw,.nsfw__overlay,.nsfw>:not(.nsfw__overlay),.nsfw__btn,.nsfw__button{transition:none!important}}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:none}.ui-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;background:var(--surface-2);border:1px solid transparent;border-radius:12px;color:var(--text);cursor:pointer;text-decoration:none;font-size:13px;line-height:1;font-weight:500;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.ui-btn:hover{background:var(--surface-3);color:var(--text);text-decoration:none}.ui-btn:active{transform:scale(.985)}.ui-btn--primary{background:var(--accent-main);color:#fff;font-weight:600}.ui-btn--primary:hover{background:var(--accent-main-hover);color:#fff}.ui-btn--ghost{background:transparent;color:var(--text-soft)}.ui-btn--ghost:hover{background:var(--surface-2);color:var(--text)}.ui-badge{min-height:24px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;background:var(--surface-2);border-radius:var(--radius-full);color:var(--text-soft);white-space:nowrap;font-size:11px;line-height:1;font-weight:500}.ui-badge--accent{background:var(--accent-main-soft);color:var(--accent-main)}.ui-badge--success{background:var(--success-soft);color:var(--success)}.ui-badge--danger{background:var(--danger-soft);color:var(--danger)}.ui-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 8px 30px #10182814}.theme-dark .ui-dropdown{box-shadow:0 10px 30px #00000038}@media screen and (max-width:768px){.bottom-nav{margin:8px 0 14px}.bottom-nav__load a,.bottom-nav__load-btn{width:100%;min-height:46px;padding:0 18px;border-radius:16px;font-size:13px}.ui-btn{min-height:34px;padding:0 12px;border-radius:11px;font-size:12px}}@media screen and (max-width:640px){.bottom-nav__load a,.bottom-nav__load-btn{min-height:44px;border-radius:14px}.pk-gallery{--pk-gallery-radius: 14px;--pk-gallery-height: clamp(220px, 72vw, 420px);margin:14px 0 20px}.pk-gallery__grid{gap:3px}.pk-gallery--5 .pk-gallery__grid{grid-template-columns:1.35fr 1fr 1fr}.nsfw__overlay{padding:14px}.nsfw__box,.nsfw__content,.nsfw__inner{padding:15px;border-radius:16px}.nsfw__title{font-size:14px}.nsfw__text{font-size:12px}.nsfw__btn,.nsfw__button{min-height:34px;padding:0 12px;font-size:12px}}@media(prefers-reduced-motion:reduce){.ui-burst__item,.bottom-nav__load.is-loading .bottom-nav__load-icon,.nsfw__overlay:before,.nsfw__overlay:after{animation:none!important}.bottom-nav__load a,.bottom-nav__load-btn,.pk-gallery__link img,.nsfw__overlay,.nsfw__btn,.nsfw__button,.ui-btn{transition:none!important}.pk-gallery__link:hover img{transform:none}}.pk-gallery{--pk-gallery-gap: 4px;--pk-gallery-radius: 16px;display:block;width:100%;margin:16px 0 22px;overflow:hidden;background:#f2f4f7;border-radius:var(--pk-gallery-radius)}.pk-gallery ul,.pk-gallery ol,.pk-gallery li{margin:0!important;padding:0!important;list-style:none!important}.pk-gallery__grid{display:grid!important;gap:var(--pk-gallery-gap);width:100%;height:auto!important;max-height:none!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden;list-style:none!important;border-radius:var(--pk-gallery-radius)}.pk-gallery__link{position:relative;display:block;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;background:#e9edf2;color:inherit;text-decoration:none;border-radius:0!important}.pk-gallery__link img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover;object-position:center;border:0!important;border-radius:0!important;transition:transform .25s ease,filter .25s ease}.pk-gallery__link:hover img{transform:scale(1.025);filter:brightness(.96)}.pk-gallery--1{background:transparent}.pk-gallery--1 .pk-gallery__grid{display:block!important;aspect-ratio:auto!important;height:auto!important}.pk-gallery--1 .pk-gallery__link{height:auto;background:transparent}.pk-gallery--1 .pk-gallery__link img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain;background:#f2f4f7}.pk-gallery--2-square .pk-gallery__grid{aspect-ratio:2 / 1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr}.pk-gallery--2-wide .pk-gallery__grid{aspect-ratio:4 / 3;grid-template-columns:1fr;grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--2-vertical .pk-gallery__grid{aspect-ratio:4 / 3;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr}.pk-gallery--3-wide .pk-gallery__grid{aspect-ratio:1 / 1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--3-wide .pk-gallery__link:nth-child(1){grid-column:1 / 3}.pk-gallery--3-vertical .pk-gallery__grid{aspect-ratio:1 / 1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--3-vertical .pk-gallery__link:nth-child(1){grid-row:1 / 3}.pk-gallery--3-row .pk-gallery__grid{aspect-ratio:3 / 1;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.pk-gallery--4-square .pk-gallery__grid{aspect-ratio:1 / 1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--4-wide .pk-gallery__grid{aspect-ratio:3 / 2;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--4-wide .pk-gallery__link:nth-child(1){grid-column:1 / 4}.pk-gallery--5-vertical .pk-gallery__grid{aspect-ratio:3 / 2;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--5-vertical .pk-gallery__link:nth-child(1){grid-column:1 / 3;grid-row:1 / 3}.pk-gallery--5-vertical .pk-gallery__link:nth-child(2),.pk-gallery--5-vertical .pk-gallery__link:nth-child(3),.pk-gallery--5-vertical .pk-gallery__link:nth-child(4),.pk-gallery--5-vertical .pk-gallery__link:nth-child(5){grid-column:span 2}.pk-gallery--5-wide .pk-gallery__grid{aspect-ratio:2 / 1;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--5-wide .pk-gallery__link:nth-child(1){grid-column:1 / 5}.pk-gallery--6-grid .pk-gallery__grid{aspect-ratio:3 / 2;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--7-grid .pk-gallery__grid{aspect-ratio:2 / 1;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--7-grid .pk-gallery__link:first-child{grid-column:span 2}.pk-gallery--8-grid .pk-gallery__grid{aspect-ratio:2 / 1;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.pk-gallery--9-grid .pk-gallery__grid{aspect-ratio:1 / 1;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr))}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:640px){.pk-gallery{--pk-gallery-gap: 3px;--pk-gallery-radius: 14px;margin:14px 0 20px}.pk-gallery--3-row .pk-gallery__grid{aspect-ratio:3 / 1.15}.pk-gallery--5-wide .pk-gallery__grid,.pk-gallery--7-grid .pk-gallery__grid,.pk-gallery--8-grid .pk-gallery__grid{aspect-ratio:4 / 3}}.gallery-viewer{position:fixed;z-index:2147483646;inset:0;display:none;align-items:center;justify-content:center;overflow:hidden;background:transparent;color:#fff;touch-action:none;overscroll-behavior:contain}.gallery-viewer.is-open{display:flex;animation:v28ViewerFade .16s ease}.gallery-viewer.is-opening .gallery-viewer__frame{transition:none}.gallery-viewer__backdrop{position:absolute;z-index:0;inset:0;background:#000;opacity:.94;pointer-events:none;transition:opacity .22s ease}.gallery-viewer__top{min-height:58px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:5;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent);pointer-events:none;transition:opacity .14s ease}.gallery-viewer__counter{color:#ffffffe6;font-size:13px;font-weight:760}.gallery-viewer__close{width:40px;height:40px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;pointer-events:auto}.gallery-viewer__close:hover{background:#fff3}.gallery-viewer__close .i-svg{width:23px;height:23px}.gallery-viewer__close .i-stroke,.gallery-viewer__nav .i-stroke{stroke-width:1.75}.gallery-viewer__stage{position:absolute;z-index:1;inset:0;overflow:hidden}.gallery-viewer__frame{padding:58px 64px 46px;display:grid;place-items:center;position:absolute;inset:0;will-change:transform,opacity;transition:transform .26s cubic-bezier(.22,.8,.26,1),opacity .22s ease}.gallery-viewer.is-dragging .gallery-viewer__frame,.gallery-viewer.is-resetting .gallery-viewer__frame{transition:none}.gallery-viewer__frame img{--gallery-zoom-scale: 1;--gallery-zoom-x: 0px;--gallery-zoom-y: 0px;max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;border-radius:0!important;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;touch-action:none;transform:translate3d(var(--gallery-zoom-x),var(--gallery-zoom-y),0) scale(var(--gallery-zoom-scale));transform-origin:center center;will-change:transform;transition:transform .18s cubic-bezier(.22,.8,.26,1)}.gallery-viewer__nav{width:46px;height:46px;padding:0;display:grid;place-items:center;position:absolute;z-index:6;top:50%;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff17;color:#fff;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .14s ease,background .16s ease}.gallery-viewer__nav:hover{background:#ffffff2b}.gallery-viewer__nav[hidden]{display:none!important}.gallery-viewer__nav.is-previous{left:12px}.gallery-viewer__nav.is-previous .i-svg{transform:rotate(180deg)}.gallery-viewer__nav.is-next{right:12px}.gallery-viewer__nav .i-svg{width:25px;height:25px}.gallery-viewer__hint{margin:0;position:absolute;z-index:5;left:50%;bottom:14px;color:#ffffff7a;font-size:10px;transform:translate(-50%);white-space:nowrap;transition:opacity .14s ease}.gallery-viewer-lock,.v28-video-lock{overflow:hidden!important}@keyframes v28ViewerFade{0%{opacity:0}}@media(max-width:640px){.gallery-viewer__frame{padding:54px 0 34px}.gallery-viewer__frame img{max-width:100vw;max-height:calc(100dvh - 88px)}.gallery-viewer__nav{display:none}.gallery-viewer__hint{bottom:10px;max-width:calc(100vw - 28px);overflow:hidden;text-overflow:ellipsis}}@media(hover:none),(pointer:coarse){.gallery-viewer__nav{display:none}}@media(prefers-reduced-motion:reduce){.gallery-viewer,.gallery-viewer__backdrop,.gallery-viewer__frame,.gallery-viewer__top,.gallery-viewer__nav,.gallery-viewer__hint{animation-duration:.01ms!important;transition-duration:.01ms!important}}.feed-card{position:relative;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:none;overflow:visible}.feed-card__header{margin:0 0 12px}.feed-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:0 0 10px}.feed-card__badges{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.feed-card__badge{min-height:30px;padding:0 10px;border-radius:999px;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;transition:background .18s ease,color .18s ease}.feed-card__badge:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.feed-card__badge-icon-img{width:20px;height:20px;flex:0 0 auto;border-radius:50%;object-fit:cover}.feed-card__badge-text{line-height:1}.feed-card__meta-right{flex:0 0 auto;display:flex;align-items:center;gap:8px}.feed-card__time{display:inline-flex;align-items:center;gap:6px;color:var(--text-soft);font-size:12px;line-height:1;white-space:nowrap}.feed-card__title{margin:0;color:var(--text);font-size:20px;line-height:1.28;font-weight:600;letter-spacing:-.02em}.feed-card__title a,.feed-card__title a:hover{color:inherit;text-decoration:none}.feed-card__excerpt{margin:0 0 14px;color:var(--text);font-size:15px;line-height:1.58;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feed-card--video .feed-card__excerpt{-webkit-line-clamp:2}.feed-card--full{margin-bottom:16px}.feed-card__title--full{font-size:30px;line-height:1.18;font-weight:700;letter-spacing:-.03em}.feed-card__media+.full_text,.video-card+.full_text,.nsfw+.full_text,.pk-gallery+.full_text{margin-top:16px}.full_text{margin:0 0 16px;color:var(--text);font-size:17px;line-height:1.72;word-break:break-word;overflow-wrap:anywhere}.full_text>*:first-child{margin-top:0!important}.full_text>*:last-child{margin-bottom:0!important}.full_text p{margin:0 0 1.05em}.full_text h2,.full_text h3,.full_text h4,.full_text h5,.full_text h6{margin:1.4em 0 .55em;color:var(--text);line-height:1.25;font-weight:700;letter-spacing:-.02em}.full_text h2{font-size:26px}.full_text h3{font-size:22px}.full_text h4{font-size:19px}.full_text ul,.full_text ol{margin:0 0 1.05em 1.25em;padding:0}.full_text li{margin:0 0 .45em}.full_text a{color:var(--accent-main);text-decoration:none}.full_text a:hover{color:var(--accent-main-hover);text-decoration:underline}.full_text strong,.full_text b{font-weight:700;color:var(--text)}.full_text img{max-width:100%;height:auto;border-radius:14px;box-shadow:none!important}.full_text blockquote{margin:1.2em 0;padding:12px 14px;border-left:3px solid var(--accent-main);background:var(--surface-2);border-radius:0 12px 12px 0;color:var(--text)}.full_text table{width:100%;margin:1.2em 0;border-collapse:collapse;font-size:15px;line-height:1.5}.full_text table th,.full_text table td{padding:10px 12px;border:1px solid var(--border);text-align:left;vertical-align:top}.full_text table th{background:var(--surface-2);font-weight:600}.feed-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.feed-card__tags a,.feed-card__tags .page_tags-more{min-height:30px;padding:0 10px;border-radius:999px;background:var(--surface-2);color:var(--text-soft);display:inline-flex;align-items:center;text-decoration:none;font-size:12px;font-weight:500;line-height:1}.feed-card__tags a:hover{color:var(--text);text-decoration:none}.feed-card__tags .page_tags-more{border:0;cursor:pointer}.feed-card .nsfw{border-radius:16px}.feed-card .nsfw .video-card{margin-bottom:0}.feed-card .nsfw .feed-card__media,.feed-card .nsfw .video-player{border-radius:inherit}.nsfw__badge{min-width:46px;height:30px;margin-bottom:10px;padding:0 10px;border-radius:999px;background:#ffffff2e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:800;text-shadow:none}.nsfw__subtitle{margin-top:6px;color:#ffffffd1;font-size:13px;line-height:1.35}.nsfw__btn--yes{background:#ffffffeb;border-color:#ffffffeb;color:#111318}.nsfw__btn--yes:hover{background:#fff;border-color:#fff}.nsfw__btn--no{background:#ffffff29;border-color:#ffffff57;color:#fff}.nsfw__overlay.is-confirm .nsfw__inner{animation:nsfwPop .22s ease both}@keyframes nsfwPop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.nsfw.nsfw--open>:not(.nsfw__overlay){filter:none;transform:none}.nsfw.nsfw--open .nsfw__overlay{opacity:0;visibility:hidden;pointer-events:none}@media(hover:none),(pointer:coarse){.video-player__volume-slider{display:none}.video-player__controls{gap:10px;padding:11px 12px;padding-bottom:calc(11px + env(safe-area-inset-bottom))}.video-player__btn{width:38px;height:38px}.video-player__center-btn{width:64px;height:64px}}@media screen and (max-width:768px){.feed-card{margin:0;padding:14px;border-radius:16px}.feed-card__title{font-size:18px;line-height:1.3}.feed-card__excerpt{font-size:14px;line-height:1.56}.feed-card__media{min-height:220px;border-radius:14px}.feed-card__image{max-height:clamp(220px,52vh,520px)}.video-player{min-height:220px;border-radius:14px}.video-player__video{max-height:clamp(220px,52vh,520px)}.feed-card__footer{align-items:flex-start;flex-wrap:nowrap;gap:6px}.feed-card__actions-left,.feed-card__actions-right{width:auto;flex-wrap:nowrap;gap:6px}.feed-card__actions-left{min-width:0;flex:1 1 auto}.feed-card__actions-right{flex:0 0 auto;justify-content:flex-end}.feed-card__menu-dropdown{position:fixed;inset:auto 0 0;z-index:1010;width:100%;max-width:none;padding:14px 14px calc(16px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;opacity:1;visibility:hidden;pointer-events:none;transform:translateY(100%)}.feed-card__menu-wrap.is-open .feed-card__menu-dropdown{visibility:visible;pointer-events:auto;transform:translateY(0)}.feed-card__menu-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.feed-card__title--full{font-size:25px;line-height:1.2}.full_text{font-size:16px;line-height:1.68}.full_text h2{font-size:22px}.full_text h3{font-size:20px}.full_text h4{font-size:18px}}@media screen and (max-width:640px){.feed-card{padding:13px;border-radius:0}.feed-card__title{font-size:17px}.feed-card__media{min-height:200px;border-radius:13px}.feed-card__media-bg{filter:blur(22px) saturate(1.02) brightness(.95)}.feed-card__image{max-height:clamp(200px,46vh,420px)}.video-player{min-height:200px;border-radius:13px}.video-player__bg{filter:blur(22px) saturate(1.02) brightness(.72)}.video-player__video{max-height:clamp(200px,46vh,420px)}.feed-card .nsfw{border-radius:13px}.feed-card__action{min-height:34px;padding:0 9px;gap:6px;font-size:12px}.feed-card__action--icon,.feed-card__action--share{width:34px;min-width:34px;padding:0}.feed-card__action--share span{display:none}.feed-card__title--full{font-size:22px;line-height:1.22}.full_text{font-size:15px;line-height:1.66}.full_text h2{font-size:20px}.full_text h3{font-size:18px}.full_text h4{font-size:17px}.full_text blockquote{padding:10px 12px;border-radius:0 10px 10px 0}.nsfw__badge{height:28px;margin-bottom:8px;font-size:13px}.nsfw__subtitle{font-size:12px}}@media(prefers-reduced-motion:reduce){.video-player__center-btn,.nsfw__overlay.is-confirm .nsfw__inner{animation:none!important}.feed-card__badge,.feed-card__rate-btn,.feed-card__action,.feed-card__menu-btn,.feed-card__menu-dropdown,.video-player__center-btn,.video-player__main-controls,.video-player__btn,.video-player__volume-slider{transition:none!important}}.short_story.feed-card{padding:0;overflow:visible;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.short_story .feed-card__schema{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.short_story .feed-card__topline{min-height:38px;margin:0;align-items:center}.short_story .feed-card__badges{min-width:0;flex-wrap:nowrap}.short_story .feed-card__badge{min-height:30px;padding:3px 9px 3px 4px;gap:6px;border-radius:999px;background:#f1f3f5;color:#32383f;font-size:12px;font-weight:700;transition:background .16s ease,color .16s ease}.short_story .feed-card__badge-icon-img{width:22px;height:22px;border-radius:50%}.short_story .feed-card__badge-text{max-width:180px;overflow:hidden;font-weight:700;text-overflow:ellipsis}.short_story .feed-card__meta-right{margin-left:auto;gap:5px}.short_story .feed-card__time{color:#858d96;font-size:12px;font-weight:500}.short_story .feed-card__title{margin:17px 0 0;color:#20242a;font-size:clamp(21px,2.35vw,26px);font-weight:700;line-height:1.15;letter-spacing:-.032em}.theme-dark .short_story .feed-card__badge{background:var(--surface-2);color:var(--text)}.theme-dark .short_story .feed-card__title,.theme-dark .short_story .feed-card__title a:hover{color:var(--text)}.system-share-toast{min-height:44px;max-width:min(420px,calc(100vw - 24px));padding:0 15px;position:fixed;z-index:100500;left:50%;bottom:24px;display:flex;align-items:center;border-radius:12px;background:#171a1e;color:#fff;box-shadow:0 13px 35px #00000038;font-size:12px;font-weight:700;text-align:center;transform:translate(-50%);animation:shortStoryToastIn .2s ease}@keyframes shortStoryToastIn{0%{opacity:0;transform:translate(-50%,7px)}}@media screen and (max-width:768px){.short_story.feed-card{padding:0;border-radius:16px}.short_story .feed-card__menu-dropdown{width:100%;max-width:none;top:auto;padding:14px 14px calc(16px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.short_story .feed-card__menu-author{padding:7px}}@media screen and (max-width:640px){.short_story.feed-card{border-right:0;border-left:0;border-radius:0;box-shadow:none}.short_story .feed-card__header{padding:15px 14px 16px}.short_story .feed-card__topline{min-height:36px}.short_story .feed-card__badge{min-height:29px;padding:3px 8px 3px 4px}.short_story .feed-card__badge-icon-img{width:21px;height:21px}.short_story .feed-card__badge-text{max-width:140px;font-size:11px}.short_story .feed-card__time{font-size:11px}.short_story .feed-card__title{margin-top:15px;font-size:22px;line-height:1.15}.short_story .feed-card__media,.short_story .video-player{min-height:230px;aspect-ratio:4 / 3;border-radius:0}.short_story .feed-card__image,.short_story .video-player__video{max-height:none}.short_story .fh-slider,.short_story .pk-gallery{border-radius:0}.short_story .feed-card__copy{padding:15px 14px 6px}.short_story .feed-card__continue{margin-top:11px;font-size:17px}.short_story .feed-card__footer{min-height:54px;padding:8px 10px;gap:2px}.short_story .feed-card__action{min-height:39px;padding:0 7px;font-size:14px}.short_story .feed-card__action--icon,.short_story .feed-card__action--share{width:39px;min-width:39px;padding:0}.short_story .video-player__center-btn{width:54px;height:54px}.system-share-toast{bottom:calc(78px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.short_story .feed-card__continue .i-svg,.system-share-toast{animation:none!important;transition:none!important}}.short_story.feed-card{position:relative;padding:0;overflow:visible;border:1px solid #e4e8ec;border-radius:18px;background:#fff;box-shadow:0 10px 32px #1c232b0e;color:#111318;font-family:var(--font-sans)}.short_story .feed-card__header{margin:0;padding:17px 18px 18px}.short_story .feed-card__topline{min-height:38px;margin:0;display:flex;align-items:center;gap:8px;color:#858d96;font-size:12px}.short_story .feed-card__badges{min-width:0;display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.short_story .feed-card__badge{min-height:30px;padding:3px 9px 3px 4px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f1f3f5;color:#32383f;font-size:12px;font-weight:760;line-height:1;transition:background .16s ease,color .16s ease}.short_story .feed-card__badge:hover{background:#e8ecef;color:#171b20}.short_story .feed-card__badge:focus-visible{outline:2px solid #8ecf39;outline-offset:2px}.short_story .feed-card__badge-icon-img{width:22px;height:22px;display:block;flex:0 0 auto;border-radius:50%;object-fit:cover}.short_story .feed-card__badge-text{max-width:180px;overflow:hidden;font-size:inherit;font-weight:inherit;line-height:1;text-overflow:ellipsis;white-space:nowrap}.short_story .feed-card__meta-right{margin-left:auto;display:flex;align-items:center;gap:5px}.short_story .feed-card__time{margin-left:auto;color:#858d96;font-size:12px;font-weight:400;white-space:nowrap}.short_story .feed-card__menu-btn{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#9298a1}.short_story .feed-card__menu-btn:hover{background:#f1f4f6;color:#111318}.short_story .feed-card__menu-btn .i-svg{width:21px;height:21px}.short_story .feed-card__title{margin:17px 0 0;color:#20242a;font-size:clamp(21px,2.35vw,26px);font-weight:780;line-height:1.15;letter-spacing:-.032em}.short_story .feed-card__title a{color:inherit;transition:color .17s ease}.short_story .feed-card__title a:hover{color:#0c0e12}@media screen and (max-width:640px){.short_story.feed-card{border-right:0;border-left:0;border-radius:0;box-shadow:none}.short_story .feed-card__header{padding:15px 14px 16px}.short_story .feed-card__topline{min-height:36px;font-size:11px}.short_story .feed-card__badge{min-height:29px;padding:3px 8px 3px 4px}.short_story .feed-card__badge-icon-img{width:21px;height:21px}.short_story .feed-card__badge-text{max-width:140px;font-size:11px}.short_story .feed-card__time{font-size:11px}.short_story .feed-card__title{margin-top:15px;font-size:22px}.short_story .feed-card__media,.short_story .post-media{min-height:230px;aspect-ratio:4 / 3}.short_story .pk-gallery__grid{gap:3px}.short_story .pk-gallery--7 .pk-gallery__grid,.short_story .pk-gallery--8 .pk-gallery__grid{aspect-ratio:4 / 3!important}.short_story .fh-slider__dots{bottom:10px;gap:5px;padding:5px 7px}.short_story .fh-slider__dot{width:5px;height:5px}.short_story .fh-slider__dot.is-active{width:15px}.short_story .modern-player__controls{gap:4px;padding-right:7px;padding-left:7px}.short_story .modern-player__controls button{width:32px;height:32px}.short_story .modern-player__time{min-width:62px;font-size:9px}.short_story .modern-player__volume-popover{display:none}.short_story .feed-card__copy{padding:15px 14px 6px}.short_story .feed-card__continue{margin-top:11px;font-size:17px}.short_story .feed-card__footer{min-height:54px;padding:8px 10px;gap:2px}.short_story .feed-card__action{padding:0 7px}.short_story .feed-card__action--icon,.short_story .feed-card__action--share{width:39px;min-width:39px;padding:0}}.theme-dark .short_story.feed-card,.theme-dark .short_story .feed-card__menu-dropdown{border-color:#ffffff14;background:#20242b;color:#f3f6fb}.theme-dark .short_story .feed-card__title,.theme-dark .short_story .feed-card__title a:hover,.theme-dark .short_story .feed-card__menu-author-name{color:#f3f6fb}.theme-dark .short_story .feed-card__menu-author-role{color:#9fa7b1}.theme-dark .short_story .feed-card__excerpt{color:#d8dde4}.theme-dark .short_story .feed-card__badge,.theme-dark .short_story .feed-card__action:hover,.theme-dark .short_story .feed-card__menu-author:hover,.theme-dark .short_story .feed-card__menu-item:hover{background:#262b33;color:#f3f6fb}@media(prefers-reduced-motion:reduce){.short_story .modern-player__canvas,.short_story .modern-player__controls,.short_story .feed-card__action .i-svg,.short_story .feed-card__continue .i-svg,.short_story .fh-slider__dot,.short_story .pk-gallery__link img{transition-duration:.01ms!important;animation-duration:.01ms!important}}.short_story .feed-card__excerpt{font-size:17px;line-height:1.72}@media screen and (max-width:768px){.short_story .feed-card__excerpt{font-size:16px;line-height:1.68}}.short_story.short-story-v2{--short-story-build: 2}.gallery-viewer__frame img{--gallery-zoom-scale: 1;--gallery-zoom-x: 0px;--gallery-zoom-y: 0px;touch-action:none;transform:translate3d(var(--gallery-zoom-x),var(--gallery-zoom-y),0) scale(var(--gallery-zoom-scale));transform-origin:center center;will-change:transform;transition:transform .18s cubic-bezier(.22,.8,.26,1)}.gallery-viewer.is-pinching .gallery-viewer__frame img,.gallery-viewer.is-panning .gallery-viewer__frame img{transition:none}.gallery-viewer.is-zoomed .gallery-viewer__frame.is-active img{cursor:grab}.gallery-viewer.is-panning .gallery-viewer__frame.is-active img{cursor:grabbing}.short_story.short-story-v2 .modern-player{--v28-viewport-top: 0px;--v28-viewport-right: 0px;--v28-viewport-bottom: 0px;--v28-viewport-left: 0px}.short_story.short-story-v2 .modern-player.is-fullscreen-active .modern-player__controls,.short_story.short-story-v2 .modern-player:fullscreen .modern-player__controls,.short_story.short-story-v2 .modern-player:-webkit-full-screen .modern-player__controls,.short_story.short-story-v2 .modern-player.is-fallback-fullscreen .modern-player__controls{height:auto;min-height:66px;top:auto;right:var(--v28-viewport-right);bottom:var(--v28-viewport-bottom);left:var(--v28-viewport-left);padding-top:10px;padding-right:max(18px,env(safe-area-inset-right));padding-bottom:max(14px,env(safe-area-inset-bottom));padding-left:max(18px,env(safe-area-inset-left));background:linear-gradient(to top,rgba(0,0,0,.92) 0,rgba(0,0,0,.68) 52%,transparent 100%);opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.short_story.short-story-v2 .modern-player.is-fullscreen-active .modern-player__controls button,.short_story.short-story-v2 .modern-player:fullscreen .modern-player__controls button,.short_story.short-story-v2 .modern-player:-webkit-full-screen .modern-player__controls button,.short_story.short-story-v2 .modern-player.is-fallback-fullscreen .modern-player__controls button{min-width:40px;min-height:40px}.short_story.short-story-v2 .modern-player .js-v28-fullscreen .i-svg{width:20px;height:20px;transform:none!important}.short_story.short-story-v2 .modern-player .js-v28-fullscreen .i-stroke{stroke-width:1.75}@media screen and (max-width:640px){.gallery-viewer__hint{max-width:calc(100vw - 28px);overflow:hidden;text-overflow:ellipsis}}@media(prefers-reduced-motion:reduce){.gallery-viewer__frame img{transition-duration:.01ms!important}}.feed-card.short_story,.feed-card.full_story,.post-menu{font-family:var(--font-sans)}.feed-card__badge-mark{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent-main);box-shadow:0 0 0 4px var(--accent-main-soft)}.feed-card__badge-visual{width:22px;height:22px;flex:0 0 22px;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--surface-2)}.feed-card__badge-visual>.feed-card__badge-category-img{width:100%!important;height:100%!important;position:absolute;inset:0;display:block;object-fit:cover;border-radius:50%}.short_story .feed-card__time,.full_story .feed-card__time{color:#626c78}.short_story .feed-card__continue{color:#1769d2}.short_story .feed-card__continue:hover{color:#105ab9}.theme-dark .short_story .feed-card__time,.theme-dark .full_story .feed-card__time{color:#b4bcc7}.theme-dark .short_story .feed-card__continue{color:#73a9ff}.feed-card__menu-wrap{position:relative}.feed-card__menu-btn{width:36px;min-width:36px;height:36px;padding:0;border:0;border-radius:11px;background:transparent;color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transform:none;transition:background-color var(--motion-fast) var(--ease-main),color var(--motion-fast) var(--ease-main),opacity var(--motion-fast) var(--ease-main)}.feed-card__menu-btn .i-svg{width:20px;height:20px}.feed-card__menu-btn:hover,.feed-card__menu-wrap.is-open .feed-card__menu-btn{background:var(--surface-2);color:var(--text);transform:none}.feed-card__menu-btn:active{opacity:.7;transform:none}.post-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:var(--z-sheet);box-sizing:border-box;width:300px;max-width:calc(100vw - 24px);max-height:min(72dvh,620px);padding:9px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;border:1px solid var(--border);border-radius:var(--ui-layer-radius);background:var(--surface);color:var(--text);box-shadow:var(--ui-layer-shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,7px,0) scale(.985);transform-origin:top right;will-change:opacity,transform;transition:opacity var(--motion-normal) var(--ease-main),transform var(--motion-normal) var(--ease-main),visibility var(--motion-normal) linear}.theme-dark .post-menu{box-shadow:var(--ui-layer-shadow)}.post-menu.is-portaled{position:fixed;top:var(--post-menu-top, 0);right:auto;left:var(--post-menu-left, 0);margin:0}.feed-card__menu-wrap.is-open>.post-menu,.post-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1)}.post-menu .feed-card__menu-sheet-head{display:none}.post-menu .feed-card__menu-meta{margin:0 0 7px}.post-menu .feed-card__menu-author{min-width:0;min-height:58px;padding:8px 9px;display:flex;align-items:center;gap:11px;border:0;border-radius:12px;background:var(--surface-2);color:var(--text);text-decoration:none;transform:none;transition:background-color var(--motion-fast) var(--ease-main),color var(--motion-fast) var(--ease-main)}.post-menu .feed-card__menu-author:hover{background:var(--surface-3);color:var(--text);text-decoration:none;transform:none}.post-menu .feed-card__menu-author-avatar{width:40px;min-width:40px;height:40px;display:block;border:1px solid var(--border);border-radius:50%;object-fit:cover}.post-menu .feed-card__menu-author-meta{min-width:0;display:grid;gap:3px}.post-menu .feed-card__menu-author-name{min-width:0;overflow:hidden;color:var(--text);font-size:14px;line-height:1.2;font-weight:680;letter-spacing:-.012em;text-overflow:ellipsis;white-space:nowrap}.post-menu .feed-card__menu-author-role{margin:0;display:block!important;color:var(--text-fade);font-size:11px;line-height:1.25;font-weight:500}.post-menu .feed-card__menu-list{margin:0;padding:0;display:grid;gap:2px;border:0}.post-menu .feed-card__menu-list>a{display:flex;color:inherit;text-decoration:none}.post-menu .feed-card__menu-item{min-height:44px;padding:0 10px;display:flex;align-items:center;gap:11px;border:0;border-radius:11px;background:transparent;color:var(--text-soft);font-size:13px;line-height:1.25;font-weight:600;transform:none;transition:background-color var(--motion-fast) var(--ease-main),color var(--motion-fast) var(--ease-main)}.post-menu .feed-card__menu-item .i-svg{width:18px;min-width:18px;height:18px;color:var(--text-fade);transform:none}.post-menu .feed-card__menu-item:hover,.post-menu .feed-card__menu-item:focus-visible{background:var(--surface-2);color:var(--text);text-decoration:none;transform:none}.post-menu .feed-card__menu-item:hover .i-svg,.post-menu .feed-card__menu-item:focus-visible .i-svg{color:currentColor;transform:none}.post-menu .feed-card__menu-item--danger,.post-menu .feed-card__menu-item--danger .i-svg{color:var(--danger)}.post-menu .feed-card__menu-item--danger:hover,.post-menu .feed-card__menu-item--danger:focus-visible{background:var(--danger-soft);color:var(--danger)}.post-menu .feed-card__menu-footnote{margin:7px 2px 0;padding:9px 8px 2px;border-top:1px solid var(--border);color:var(--text-fade);font-size:11px;line-height:1.4;font-weight:500}.post-actions{min-height:58px;margin:0;padding:8px 14px 10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:6px;color:var(--text-soft)}.post-actions .feed-card__actions-left,.post-actions .feed-card__actions-right{width:auto;display:flex;align-items:center;flex-wrap:nowrap;gap:2px}.post-actions .feed-card__actions-left{min-width:0;flex:1 1 auto}.post-actions .feed-card__actions-right{margin-left:auto;flex:0 0 auto}.post-actions .feed-card__rating{min-height:40px;padding:0;display:inline-flex;align-items:center;gap:0;border:0;border-radius:0;background:transparent;box-shadow:none}.post-actions .feed-card__rating>a,.post-actions .feed-card__actions-left>a,.post-actions .feed-card__actions-right>a{display:inline-flex;color:inherit;text-decoration:none}.post-actions .feed-card__action{min-width:40px;min-height:40px;height:40px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-radius:11px;background:transparent;color:inherit;cursor:pointer;box-shadow:none;font-size:13px;line-height:1;font-weight:700;transform:none;transition:background-color var(--motion-fast) var(--ease-main),color var(--motion-fast) var(--ease-main),opacity var(--motion-fast) var(--ease-main)}.post-actions .feed-card__action:hover,.post-actions .feed-card__rate-btn--up:hover,.post-actions .feed-card__action--favorite:hover,.post-actions .feed-card__action--share:hover{background:var(--surface-2);color:var(--text);transform:none}.post-actions .feed-card__action:active{opacity:.66;transform:none}.post-actions .feed-card__action .i-svg{width:22px;height:22px;min-width:22px;max-width:22px;flex:0 0 22px;display:block;transform:none}.feed-card.short_story .post-actions .feed-card__action .i-svg,.feed-card.full_story .post-actions .feed-card__action .i-svg{width:22px;height:22px;min-width:22px;max-width:22px;flex-basis:22px}.feed-card.short_story .post-actions .feed-card__action .i-stroke,.feed-card.full_story .post-actions .feed-card__action .i-stroke{stroke-width:2.2}.feed-card.short_story .post-actions .feed-card__action--like .i-svg,.feed-card.full_story .post-actions .feed-card__action--like .i-svg{width:28px;height:28px;min-width:28px;max-width:28px;flex:0 0 28px}.post-actions .feed-card__rate-btn,.post-actions .feed-card__rate-score{width:auto;min-width:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:inherit;line-height:inherit;box-shadow:none}.post-actions .feed-card__rate-score,.post-actions .feed-card__comment-count{min-width:0;height:22px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:currentColor;font-size:12px;line-height:1;font-weight:700!important;letter-spacing:-.012em;font-variant-numeric:tabular-nums;vertical-align:middle}.post-actions .feed-card__action--icon,.post-actions .feed-card__action--share{width:40px;min-width:40px;padding:0}.post-actions .feed-card__action--favorite.is-active{background:transparent;color:var(--text)}@media screen and (max-width:768px){.post-menu,.post-menu.is-portaled{position:fixed;top:auto!important;right:0;bottom:0;left:0!important;z-index:var(--z-sheet);width:100%;max-width:none;max-height:min(78dvh,680px);padding:8px 12px calc(12px + env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:var(--ui-sheet-radius) var(--ui-sheet-radius) 0 0;opacity:1;transform:translate3d(0,calc(100% + 20px),0);transform-origin:bottom center;box-shadow:var(--ui-sheet-shadow)}.theme-dark .post-menu,.theme-dark .post-menu.is-portaled{box-shadow:var(--ui-sheet-shadow)}.feed-card__menu-wrap.is-open>.post-menu,.post-menu.is-open{transform:translateZ(0)}.post-menu .feed-card__menu-sheet-head{min-height:48px;margin:0 0 7px;padding:0 2px 8px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.post-menu .feed-card__menu-sheet-title{color:var(--text);font-size:14px;line-height:1.2;font-weight:680;letter-spacing:-.015em}.post-menu .feed-card__menu-sheet-close{width:40px;min-width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent;color:var(--text-soft);cursor:pointer;transform:none}.post-menu .feed-card__menu-sheet-close:hover{background:var(--surface-2);color:var(--text);transform:none}.post-menu .feed-card__menu-author{min-height:60px}.post-menu .feed-card__menu-item{min-height:48px;font-size:14px}}@media screen and (max-width:640px){.post-actions{min-height:54px;padding:7px 10px;gap:2px}.post-actions .feed-card__action{padding-inline:7px}.post-actions .feed-card__action--icon,.post-actions .feed-card__action--share{width:39px;min-width:39px;padding:0}}@media(prefers-reduced-motion:reduce){.feed-card__menu-btn,.post-menu,.post-menu .feed-card__menu-author,.post-menu .feed-card__menu-item,.post-actions .feed-card__action{transition-duration:.01ms!important;animation-duration:.01ms!important}}.story-primary-media{width:100%;margin:0;padding:0}.story-primary-media>.nsfw{width:100%}.story-primary-media .nsfw,.story-primary-media .nsfw .feed-card__media,.story-primary-media .nsfw .modern-player,.story-primary-media .nsfw .fh-slider,.story-primary-media .nsfw .pk-gallery{border-radius:0}.story-primary-media .feed-card__media,.story-primary-media .post-media{width:100%;min-height:260px;max-height:640px;aspect-ratio:1 / 1;margin:0;padding:0;position:relative;display:block;overflow:hidden;border:0;border-radius:0;background:#151a20}.story-primary-media .feed-card__media{cursor:zoom-in;isolation:isolate}.story-primary-media .feed-card__media-bg{position:absolute;inset:-18px;z-index:0;background-position:center;background-size:cover;filter:blur(24px) brightness(.68);transform:scale(1.08);opacity:.72;pointer-events:none}.story-primary-media .feed-card__media:after{content:"";position:absolute;inset:0;z-index:2;background:#0c0f120f;pointer-events:none}.story-primary-media .feed-card__media-content{width:100%;height:100%;position:absolute;z-index:1;inset:0;display:block}.story-primary-media .feed-card__image{width:100%;height:100%;max-width:none;max-height:none;margin:0;display:block;object-fit:contain}.story-primary-media .fh-slider{width:100%;aspect-ratio:1 / 1;margin:0;position:relative;overflow:hidden;border:0;border-radius:0;background:#e8ecf0;box-shadow:none}.story-primary-media .fh-slider__track{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;border-radius:0;background:#e8ecf0;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.story-primary-media .fh-slider__track::-webkit-scrollbar{display:none}.story-primary-media .fh-slider__slide{width:100%;height:100%;min-width:100%;padding:0;display:block;position:relative;overflow:hidden;flex:0 0 100%;border:0;border-radius:0;background:#e8ecf0;cursor:zoom-in;scroll-snap-align:start}.story-primary-media .fh-slider__bg{position:absolute;inset:-18px;background-position:center;background-size:cover;filter:blur(25px) brightness(.76);transform:scale(1.1);opacity:.78}.story-primary-media .fh-slider__bg:after{display:none}.story-primary-media .fh-slider__img{width:100%;height:100%;display:block;position:relative;z-index:1;object-fit:contain}.story-primary-media .fh-slider__dots{padding:6px 8px;display:flex;align-items:center;gap:6px;position:absolute;z-index:4;left:50%;bottom:12px;border-radius:999px;background:#0a0e135c;transform:translate(-50%);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.story-primary-media .fh-slider__dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:#ffffff94;transition:width .18s ease,background .18s ease}.story-primary-media .fh-slider__dot.is-active{width:17px;background:#fff}.story-primary-media .pk-gallery{width:100%;aspect-ratio:4 / 3;max-height:620px;max-height:min(72dvh,620px);margin:0;display:block;overflow:hidden;border:0;border-radius:0;background:#e9edf1;box-shadow:none}.story-primary-media .pk-gallery__grid{width:100%;height:100%;display:grid!important;gap:4px;overflow:hidden;border-radius:0;background:#e9edf1}.story-primary-media .pk-gallery__link{min-width:0;min-height:0;padding:0;display:block;overflow:hidden;border:0;border-radius:0;background:#e5e9ed;cursor:zoom-in}.story-primary-media .pk-gallery__link img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;display:block!important;object-fit:cover;transition:transform .24s ease,filter .24s ease}.story-primary-media .pk-gallery__link:hover img{transform:scale(1.025);filter:brightness(.96)}.story-primary-media .pk-gallery--1 .pk-gallery__grid{display:block!important;height:auto!important;aspect-ratio:1 / 1!important}.story-primary-media .pk-gallery--1 .pk-gallery__link{width:100%;height:100%}.story-primary-media .pk-gallery--2 .pk-gallery__grid{aspect-ratio:4 / 3!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:1fr!important}.story-primary-media .pk-gallery--3 .pk-gallery__grid{aspect-ratio:3 / 4!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:5fr 3fr!important}.story-primary-media .pk-gallery--3 .pk-gallery__link:first-child{grid-column:1 / -1!important;grid-row:1!important}.story-primary-media .pk-gallery--4 .pk-gallery__grid{aspect-ratio:3 / 4!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.story-primary-media .pk-gallery--5 .pk-gallery__grid{aspect-ratio:4 / 3!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.story-primary-media .pk-gallery--5 .pk-gallery__link:first-child{grid-column:1 / 3!important;grid-row:1 / 3!important}.story-primary-media .pk-gallery--5 .pk-gallery__link:not(:first-child){grid-column:span 2!important}.story-primary-media .pk-gallery--6 .pk-gallery__grid{aspect-ratio:4 / 3!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.story-primary-media .pk-gallery--7 .pk-gallery__grid{aspect-ratio:4 / 3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.story-primary-media .pk-gallery--7 .pk-gallery__link:first-child{grid-column:span 2!important}.story-primary-media .pk-gallery--8 .pk-gallery__grid{aspect-ratio:4 / 3!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.story-primary-media .pk-gallery--9 .pk-gallery__grid{aspect-ratio:3 / 4!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(3,minmax(0,1fr))!important}.story-primary-media .pk-gallery .pk-gallery__grid{height:100%!important;aspect-ratio:auto!important}.story-primary-media .modern-player{--v28-viewport-top: 0px;--v28-viewport-right: 0px;--v28-viewport-bottom: 0px;--v28-viewport-left: 0px;isolation:isolate;background:#05070a;cursor:pointer}.story-primary-media .modern-player__canvas{position:absolute;z-index:1;inset:0;overflow:hidden;will-change:transform,opacity;transition:transform .22s cubic-bezier(.22,.8,.26,1),opacity .18s ease}.story-primary-media .modern-player.is-video-swipe-dragging .modern-player__canvas{transition:none}.story-primary-media .modern-player__blur{position:absolute;z-index:0;inset:-24px;background-position:center;background-size:cover;filter:blur(30px) brightness(.46) saturate(.86);transform:scale(1.13);opacity:.94;pointer-events:none}.story-primary-media .modern-player__video{width:100%;height:100%;display:block;position:relative;z-index:1;border:0;background:transparent;object-fit:contain}.story-primary-media .modern-player__shade{position:absolute;z-index:2;inset:0;background:linear-gradient(to top,rgba(2,4,7,.86) 0,rgba(4,6,9,.14) 35%,transparent 68%);opacity:.88;transition:opacity .22s ease;pointer-events:none}.story-primary-media .modern-player.is-playing:not(.is-controls-visible) .modern-player__shade{opacity:.05}.story-primary-media .modern-player__center-state{display:none;place-items:center;position:absolute;z-index:4;left:50%;top:50%;color:#fff;filter:drop-shadow(0 5px 14px rgba(0,0,0,.58));transform:translate(-50%,-50%);pointer-events:none}.story-primary-media .modern-player__center-state.is-visible{display:grid;animation:storyMediaVideoCenterState .28s ease both}.story-primary-media .modern-player__center-state .i-svg{width:54px;height:54px}.story-primary-media .modern-player__center-state .i-stroke{stroke-width:2.35}.story-primary-media .modern-player__center-state.is-play .i-stroke{stroke-width:1.35}.story-primary-media .modern-player__center-state.is-play .i-svg{margin-left:4px}.story-primary-media .modern-player__center-state.is-pause .i-stroke{stroke-width:2.8}.story-primary-media .modern-player__controls{height:58px;padding:9px 12px 8px;display:flex;align-items:center;gap:7px;position:absolute;z-index:5;left:0;right:0;bottom:0;color:#fff;background:linear-gradient(to top,rgba(3,5,8,.5),transparent);opacity:0;transform:translateY(7px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.story-primary-media .modern-player.is-controls-visible .modern-player__controls,.story-primary-media .modern-player.is-paused .modern-player__controls{opacity:1;transform:none;pointer-events:auto}.story-primary-media .modern-player__controls button{width:34px;height:34px;padding:0;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:0;background:transparent;color:#ffffffe6;transition:color .16s ease,opacity .16s ease,transform .16s ease}.story-primary-media .modern-player__controls button:hover{background:transparent;color:#9bea3c}.story-primary-media .modern-player__controls button:active{transform:scale(.9)}.story-primary-media .modern-player__controls button .i-svg{width:19px;height:19px}.story-primary-media .modern-player__controls button .i-stroke{stroke-width:2}.story-primary-media .modern-player__controls>button:first-child .i-stroke{stroke-width:1.6}.story-primary-media .modern-player__progress{--video-progress: 0%;min-width:40px;height:20px;margin:0;padding:0;flex:1;-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer}.story-primary-media .modern-player__progress::-webkit-slider-runnable-track{height:3px;border-radius:999px;background:linear-gradient(to right,#9bea3c 0 var(--video-progress),rgba(255,255,255,.3) var(--video-progress) 100%);box-shadow:0 0 0 1px #00000014}.story-primary-media .modern-player__progress::-webkit-slider-thumb{width:1px;height:13px;margin-top:-5px;-webkit-appearance:none;appearance:none;border:0;background:transparent;opacity:0}.story-primary-media .modern-player__progress::-moz-range-track{height:3px;border:0;border-radius:999px;background:#ffffff4d}.story-primary-media .modern-player__progress::-moz-range-progress{height:3px;border-radius:999px;background:#9bea3c}.story-primary-media .modern-player__progress::-moz-range-thumb{width:1px;height:13px;border:0;background:transparent;opacity:0}.story-primary-media .modern-player__time{min-width:68px;flex:0 0 auto;color:#ffffffd1;font-size:10px;line-height:1;font-variant-numeric:tabular-nums;text-align:center}.story-primary-media .modern-player__volume{position:relative}.story-primary-media .modern-player__volume-popover{width:38px;height:96px;display:grid;place-items:center;position:absolute;left:50%;bottom:32px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#0a0d11c7;opacity:0;visibility:hidden;transform:translate(-50%,5px);box-shadow:0 10px 28px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.story-primary-media .modern-player__volume:hover .modern-player__volume-popover,.story-primary-media .modern-player__volume:focus-within .modern-player__volume-popover{opacity:1;visibility:visible;transform:translate(-50%)}.story-primary-media .modern-player__volume-popover input{width:70px;height:4px;margin:0;-webkit-appearance:none;appearance:none;border-radius:999px;background:#ffffff57;cursor:pointer;transform:rotate(-90deg)}.story-primary-media .modern-player__volume-popover input::-webkit-slider-thumb{width:3px;height:13px;-webkit-appearance:none;appearance:none;border:0;border-radius:1px;background:#9bea3c}.story-primary-media .modern-player__volume-popover input::-moz-range-thumb{width:3px;height:13px;border:0;border-radius:1px;background:#9bea3c}.story-primary-media .modern-player:fullscreen,.story-primary-media .modern-player:-webkit-full-screen,.story-primary-media .modern-player.is-fallback-fullscreen{width:100vw;height:100vh;height:100dvh;max-height:none;aspect-ratio:auto;background:#000;touch-action:none;overscroll-behavior:contain}.story-primary-media .modern-player.is-fullscreen-active .modern-player__controls,.story-primary-media .modern-player:fullscreen .modern-player__controls,.story-primary-media .modern-player:-webkit-full-screen .modern-player__controls,.story-primary-media .modern-player.is-fallback-fullscreen .modern-player__controls{height:auto;min-height:66px;top:auto;right:var(--v28-viewport-right);bottom:var(--v28-viewport-bottom);left:var(--v28-viewport-left);padding-top:10px;padding-right:max(18px,env(safe-area-inset-right));padding-bottom:max(14px,env(safe-area-inset-bottom));padding-left:max(18px,env(safe-area-inset-left));background:linear-gradient(to top,rgba(0,0,0,.92) 0,rgba(0,0,0,.68) 52%,transparent 100%);opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.story-primary-media .modern-player.is-fullscreen-active .modern-player__controls button,.story-primary-media .modern-player:fullscreen .modern-player__controls button,.story-primary-media .modern-player:-webkit-full-screen .modern-player__controls button,.story-primary-media .modern-player.is-fallback-fullscreen .modern-player__controls button{min-width:40px;min-height:40px}.story-primary-media .modern-player .js-v28-fullscreen .i-svg{width:20px;height:20px;transform:none!important}.story-primary-media .modern-player .js-v28-fullscreen .i-stroke{stroke-width:1.75}.story-primary-media .modern-player.is-fallback-fullscreen{position:fixed;z-index:2147483647;inset:0}.story-primary-media .modern-player:fullscreen .modern-player__blur,.story-primary-media .modern-player:-webkit-full-screen .modern-player__blur,.story-primary-media .modern-player.is-fallback-fullscreen .modern-player__blur{opacity:.4}@keyframes storyMediaVideoCenterState{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}34%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}to{opacity:0;transform:translate(-50%,-50%) scale(.94)}}@media screen and (max-width:640px){.story-primary-media .feed-card__media,.story-primary-media .post-media{min-height:230px;max-height:640px;aspect-ratio:1 / 1}.story-primary-media .pk-gallery__grid{gap:3px}.story-primary-media .pk-gallery{max-height:520px;max-height:min(68dvh,520px)}.story-primary-media .pk-gallery--3 .pk-gallery__grid,.story-primary-media .pk-gallery--4 .pk-gallery__grid,.story-primary-media .pk-gallery--9 .pk-gallery__grid{aspect-ratio:3 / 4!important}.story-primary-media .pk-gallery--5 .pk-gallery__grid,.story-primary-media .pk-gallery--6 .pk-gallery__grid,.story-primary-media .pk-gallery--7 .pk-gallery__grid,.story-primary-media .pk-gallery--8 .pk-gallery__grid{aspect-ratio:4 / 3!important}.story-primary-media .fh-slider__dots{bottom:10px;gap:5px;padding:5px 7px}.story-primary-media .fh-slider__dot{width:5px;height:5px}.story-primary-media .fh-slider__dot.is-active{width:14px}.story-primary-media .modern-player__controls{gap:4px;padding-right:7px;padding-left:7px}.story-primary-media .modern-player__controls button{width:32px;height:32px}.story-primary-media .modern-player__time{min-width:55px;font-size:9px}.story-primary-media .modern-player__volume-popover{display:none}}@media(prefers-reduced-motion:reduce){.story-primary-media .fh-slider__dot,.story-primary-media .pk-gallery__link img{transition:none}}.full_story.feed-card{position:relative;padding:0;overflow:visible;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.full_story .feed-card__schema{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.full_story .feed-card__header{margin:0;padding:17px 18px 18px}.full_story .feed-card__topline{min-height:38px;margin:0;align-items:center}.full_story .feed-card__badges{min-width:0;flex-wrap:nowrap}.full_story .feed-card__badge-text{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.full_story .feed-card__meta-right{margin-left:auto}.full_story .feed-card__title--full{margin:17px 0 0;color:var(--text);font-size:clamp(21px,2.35vw,26px);font-weight:780;line-height:1.15;letter-spacing:-.032em}.full_story .full-story__content{padding:20px 18px 5px}.full_story .full_text{margin:0 0 18px;color:var(--text);font-size:17px;font-weight:400;line-height:1.72;word-break:normal;overflow-wrap:anywhere}.full_story .full_text>:first-child{margin-top:0!important}.full_story .full_text>:last-child{margin-bottom:0!important}.full_story .full_text p{margin:0 0 1.08em}.full_story .full_text h2,.full_story .full_text h3,.full_story .full_text h4,.full_story .full_text h5,.full_story .full_text h6{margin:1.5em 0 .58em;color:var(--text);font-weight:720;line-height:1.24;letter-spacing:-.024em}.full_story .full_text h2{font-size:26px}.full_story .full_text h3{font-size:22px}.full_story .full_text h4{font-size:19px}.full_story .full_text h5,.full_story .full_text h6{font-size:17px}.full_story .full_text ul,.full_story .full_text ol{margin:0 0 1.1em;padding-left:1.35em}.full_story .full_text li{margin:0 0 .48em;padding-left:.12em}.full_story .full_text li::marker{color:var(--text-soft)}.full_story .full_text a{color:var(--accent-main);text-decoration:underline;text-decoration-color:color-mix(in srgb,currentColor 35%,transparent);text-underline-offset:.15em}.full_story .full_text a:hover{color:var(--accent-main-hover);text-decoration-color:currentColor}.full_story .full_text strong,.full_story .full_text b{color:var(--text);font-weight:700}.full_story .full_text em,.full_story .full_text i{font-style:italic}.full_story .full_text img{display:block;max-width:100%;height:auto;margin:1.25em auto;border-radius:14px;box-shadow:none!important}.full_story .full_text a>img{margin-right:auto;margin-left:auto}.full_story .full_text img[align=left],.full_story .full_text .alignleft,.full_story .full_text .image-left{float:left;max-width:min(48%,300px);margin:.35em 1.15em .7em 0}.full_story .full_text img[align=right],.full_story .full_text .alignright,.full_story .full_text .image-right{float:right;max-width:min(48%,300px);margin:.35em 0 .7em 1.15em}.full_story .full_text .aligncenter,.full_story .full_text .image-center{margin-right:auto;margin-left:auto}.full_story .full_text figure{max-width:100%;margin:1.35em 0}.full_story .full_text figure img{margin:0 auto}.full_story .full_text figcaption{margin-top:8px;color:var(--text-soft);font-size:13px;line-height:1.45;text-align:center}.full_story .full_text blockquote,.full_story .full_text .quote{margin:1.35em 0;padding:14px 16px;border:0;border-left:3px solid var(--accent-main);border-radius:0 13px 13px 0;background:var(--surface-2);color:var(--text);font-size:.98em}.full_story .full_text blockquote>:last-child,.full_story .full_text .quote>:last-child,.full_story .full_text .quote_body>:last-child{margin-bottom:0}.full_story .full_text .title_quote,.full_story .full_text .quote_title,.full_story .full_text .quoteheader,.full_story .full_text .quote-header,.full_story .full_text .quote__title{margin-bottom:7px;color:var(--text-soft);font-size:13px;font-weight:600}.full_story .full_text table{display:block;width:100%;max-width:100%;margin:1.35em 0;overflow-x:auto;border-collapse:collapse;font-size:15px;line-height:1.5;-webkit-overflow-scrolling:touch}.full_story .full_text tbody{display:table;width:100%}.full_story .full_text th,.full_story .full_text td{min-width:110px;padding:10px 12px;border:1px solid var(--border);text-align:left;vertical-align:top}.full_story .full_text th{background:var(--surface-2);font-weight:600}.full_story .full_text pre,.full_story .full_text .scriptcode{max-width:100%;margin:1.3em 0;padding:14px 15px;overflow:auto;border:1px solid var(--border);border-radius:13px;background:#12161c;color:#eef2f6;font:13px/1.62 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre;tab-size:2}.full_story .full_text code{padding:.14em .35em;border-radius:5px;background:var(--surface-2);color:var(--text);font-size:.9em}.full_story .full_text pre code,.full_story .full_text .scriptcode code{padding:0;background:transparent;color:inherit;font:inherit}.full_story .full_text video,.full_story .full_text audio,.full_story .full_text iframe,.full_story .full_text embed,.full_story .full_text object,.full_story .full_text .dleplyrplayer,.full_story .full_text .dleplyr-player,.full_story .full_text .plyr{display:block;width:100%;max-width:100%;margin:1.35em auto;border:0;border-radius:14px;overflow:hidden}.full_story .full_text iframe[src*=youtube],.full_story .full_text iframe[src*="youtu.be"],.full_story .full_text iframe[src*=rutube],.full_story .full_text iframe[src*=vkvideo],.full_story .full_text iframe[src*=vimeo]{aspect-ratio:16 / 9;height:auto}.full_story .full_text .dle-video,.full_story .full_text .dle_video,.full_story .full_text .video-box,.full_story .full_text .video_box,.full_story .full_text .dle-audio,.full_story .full_text .dle_audio{width:100%;max-width:100%;margin:1.35em 0;overflow:hidden;border-radius:14px}.full_story .full_text .katex-display,.full_story .full_text .MathJax_Display,.full_story .full_text .math-display,.full_story .full_text .latex-display{max-width:100%;margin:1.25em 0;padding-bottom:4px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.full_story .full_text math,.full_story .full_text .katex,.full_story .full_text .MathJax{max-width:100%}.full_story .full_text details{margin:1.2em 0;padding:12px 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2)}.full_story .full_text summary{color:var(--text);font-weight:600;cursor:pointer}.full_story .full_text details[open] summary{margin-bottom:9px}.full_story .full_text mark{padding:.08em .22em;border-radius:4px;background:#9bea3c52;color:inherit}.full_story .full_text hr{height:1px;margin:1.7em 0;border:0;background:var(--border)}.full_story .full_text:after{content:"";display:table;clear:both}.full_story .full_text .spoiler,.full_story .full_text .text_spoiler,.full_story .full_text .spoiler_text{margin:1.2em 0;border:1px solid var(--border);border-radius:13px;background:var(--surface);overflow:hidden}.full_story .full_text .title_spoiler,.full_story .full_text .spoiler_title,.full_story .full_text .spoiler-title{display:block;width:100%;padding:11px 13px;border:0;background:var(--surface-2);color:var(--text);font-size:14px;font-weight:600;text-align:left}.full_story .full_text .spoiler .text_spoiler,.full_story .full_text .spoiler .spoiler_text{margin:0;padding:13px;border:0;border-radius:0}.full_story .full_text .attachment,.full_story .full_text .attachment_error{margin:1.15em 0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font-size:14px;line-height:1.55}.full_story .feed-card__tags,.full_story .feed-card__pages,.full_story .feed-card__poll{margin:0 0 16px}.full_story .feed-card__pages{overflow-x:auto}.short_story .feed-card__header,.full_story .feed-card__header{margin:0;padding:17px 18px 18px}.short_story .feed-card__topline,.full_story .feed-card__topline{min-height:38px;margin:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.short_story .feed-card__identity,.full_story .feed-card__identity{min-width:0;display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.short_story .feed-card__identity .feed-card__badge,.full_story .feed-card__identity .feed-card__badge{min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:var(--surface-2);color:var(--text);font-family:var(--font-sans);font-size:12px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .16s ease,color .16s ease}.short_story .feed-card__identity .feed-card__badge:hover,.full_story .feed-card__identity .feed-card__badge:hover{background:var(--surface-3);color:var(--text);text-decoration:none}.short_story .feed-card__identity .feed-card__badge:focus-visible,.full_story .feed-card__identity .feed-card__badge:focus-visible{outline:none;box-shadow:0 0 0 3px var(--control-focus-ring)}.short_story .feed-card__identity .feed-card__badge-icon-img,.full_story .feed-card__identity .feed-card__badge-icon-img{width:20px;height:20px;display:block;flex:0 0 20px;border-radius:50%;object-fit:cover}.short_story .feed-card__identity .feed-card__badge-text,.full_story .feed-card__identity .feed-card__badge-text{max-width:150px;overflow:hidden;font-size:inherit;font-weight:inherit;line-height:1;text-overflow:ellipsis;white-space:nowrap}.short_story .feed-card__footer,.full_story .feed-card__footer{color:var(--text-soft)}.short_story .feed-card__footer a,.short_story .feed-card__footer a:visited,.full_story .feed-card__footer a,.full_story .feed-card__footer a:visited,.short_story .feed-card__rating>a,.full_story .feed-card__rating>a{color:inherit!important;text-decoration:none!important}.short_story .feed-card__rate-score,.short_story .feed-card__comment-count,.full_story .feed-card__rate-score,.full_story .feed-card__comment-count,.short_story .feed-card__rate-score.is-positive,.short_story .feed-card__rate-score.is-negative,.full_story .feed-card__rate-score.is-positive,.full_story .feed-card__rate-score.is-negative{color:inherit!important}.short_story .feed-card__action,.short_story .feed-card__rate-btn,.full_story .feed-card__action,.full_story .feed-card__rate-btn{color:inherit;text-decoration:none;transform:none!important;transition:background-color .16s ease,color .16s ease}.short_story .feed-card__action:hover,.short_story .feed-card__rate-btn:hover,.short_story .feed-card__action--favorite:hover,.short_story .feed-card__action--share:hover,.full_story .feed-card__action:hover,.full_story .feed-card__rate-btn:hover,.full_story .feed-card__action--favorite:hover,.full_story .feed-card__action--share:hover{background:var(--surface-2);color:var(--text);text-decoration:none;transform:none!important}.short_story .feed-card__action:active,.short_story .feed-card__rate-btn:active,.full_story .feed-card__action:active,.full_story .feed-card__rate-btn:active,.short_story .feed-card__action:hover .i-svg,.full_story .feed-card__action:hover .i-svg{transform:none!important}.short_story .feed-card__action--like,.full_story .feed-card__action--like{min-width:40px;min-height:40px;height:40px;padding:0 8px;gap:4px;border-radius:11px;background:transparent;color:inherit;box-shadow:none!important}.short_story .post-actions .feed-card__action--like .i-svg,.full_story .post-actions .feed-card__action--like .i-svg{width:28px;height:28px;min-width:28px;max-width:28px;flex:0 0 28px}.short_story .feed-card__action--like:hover,.full_story .feed-card__action--like:hover{background:var(--surface-2);color:var(--text)}.theme-dark .short_story .feed-card__footer,.theme-dark .full_story .feed-card__footer{color:var(--text-soft)}.story-related,.story-comments{padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.story-related__head,.story-comments__head{margin-bottom:14px}.story-related__title,.story-comments__title{margin:0;color:var(--text);font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.025em}.story-comments__title{display:flex;align-items:baseline;gap:6px}.story-comments__label{color:var(--text-soft);font-weight:500}.story-comments__count{color:var(--text);font-weight:700}.story-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-inline:2px}.related-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.related-card__media{position:relative;display:block;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#161b21;color:inherit;text-decoration:none}.related-card__media-bg{position:absolute;z-index:0;inset:-12px;background-position:center;background-size:cover;filter:blur(16px) brightness(.62);transform:scale(1.08);opacity:.8}.related-card__media-inner{position:absolute;z-index:1;inset:0;display:grid;place-items:center}.related-card__image{display:block;width:100%;height:100%;object-fit:contain}.related-card__empty-icon{position:absolute;inset:0;display:grid;place-items:center;color:#ffffffb3}.related-card__empty-icon .i-svg{width:30px;height:30px}.related-card__body{display:block;padding:11px 12px 13px}.related-card__title{display:-webkit-box;overflow:hidden;color:var(--text);font-size:14px;font-weight:600;line-height:1.35;letter-spacing:-.012em;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.related-card__title:hover{color:var(--text);text-decoration:none}.story-comments{scroll-margin-top:calc(var(--header-h) + 14px);box-shadow:none}.story-comments__body{min-width:0}.story-comments__empty-intro{margin:-3px 0 14px;color:var(--text-soft);font-size:14px;line-height:1.5}.theme-dark .full_story .feed-card__footer{color:var(--text-soft)}.theme-dark .full_story .feed-card__action:hover,.theme-dark .full_story .feed-card__rate-btn--up:hover,.theme-dark .full_story .feed-card__action--favorite:hover,.theme-dark .full_story .feed-card__action--share:hover{background:var(--surface-2);color:var(--text)}.theme-dark .related-card__media{background:#090c10}@media screen and (max-width:768px){.full_story .full_text{font-size:16px;line-height:1.68}.full_story .full_text h2{font-size:22px}.full_story .full_text h3{font-size:20px}.full_story .full_text h4{font-size:18px}}@media screen and (max-width:640px){.short_story .feed-card__header,.full_story .feed-card__header{padding:15px 14px 16px}.short_story .feed-card__topline,.full_story .feed-card__topline{min-height:36px;flex-wrap:nowrap;gap:8px}.short_story .feed-card__identity,.full_story .feed-card__identity{min-width:0;flex:1 1 auto;gap:6px}.short_story .feed-card__identity .feed-card__badge,.full_story .feed-card__identity .feed-card__badge{min-width:0;max-width:100%;min-height:29px;padding-right:8px;padding-left:4px;flex:0 1 auto;gap:6px;font-size:11px}.short_story .feed-card__identity .feed-card__badge-icon-img,.full_story .feed-card__identity .feed-card__badge-icon-img{width:21px;height:21px;flex-basis:21px}.short_story .feed-card__identity .feed-card__badge-text,.full_story .feed-card__identity .feed-card__badge-text{min-width:0;max-width:100px}.short_story .feed-card__meta-right,.full_story .feed-card__meta-right{min-width:32px;margin-left:auto;flex:0 0 auto;flex-wrap:nowrap;gap:4px}.short_story .feed-card__time,.full_story .feed-card__time{display:none}.short_story .feed-card__time>span,.full_story .feed-card__time>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.short_story .feed-card__menu-wrap,.full_story .feed-card__menu-wrap{width:32px;height:32px;flex:0 0 32px}.full_story.feed-card,.story-related,.story-comments{border-right:0;border-left:0;border-radius:0;box-shadow:none}.full_story .feed-card__title--full{margin-top:15px;font-size:22px}.full_story .full-story__content{padding:18px 14px 4px}.full_story .full_text{font-size:16px;line-height:1.68}.full_story .full_text h2{font-size:21px}.full_story .full_text h3{font-size:19px}.full_story .full_text h4,.full_story .full_text h5,.full_story .full_text h6{font-size:17px}.full_story .full_text img[align=left],.full_story .full_text img[align=right],.full_story .full_text .alignleft,.full_story .full_text .alignright,.full_story .full_text .image-left,.full_story .full_text .image-right{float:none;max-width:100%;margin:1.15em auto}.full_story .full_text .full-story-inline-media--wide{width:calc(100% + 28px);max-width:none;margin-right:-14px;margin-left:-14px}.full_story .full_text .full-story-inline-media--wide img{width:100%;max-width:none;margin-right:0;margin-left:0;border-radius:0}.full_story .feed-card__footer{padding-right:10px;padding-left:10px}.story-related,.story-comments{padding:15px 14px}.story-related__title,.story-comments__title{font-size:19px}.story-related__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(235px,78vw);gap:10px;margin-right:-14px;margin-left:-14px;padding-right:20px;padding-left:20px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:20px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.story-related__grid::-webkit-scrollbar{display:none}.related-card{scroll-snap-align:start}}@media screen and (max-width:390px){.short_story .feed-card__badge-text,.full_story .feed-card__badge-text{max-width:82px}.short_story .feed-card__time,.full_story .feed-card__time{display:none}}.full_story .full_text blockquote{position:relative;isolation:isolate;margin:30px 0;padding:24px 26px 22px 68px;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface-2);background:linear-gradient(138deg,color-mix(in srgb,var(--accent-main-soft) 34%,var(--surface)) 0%,var(--surface-2) 72%);box-shadow:var(--shadow-xs);color:var(--text);font-size:clamp(17px,2.1vw,20px);font-weight:520;line-height:1.58;letter-spacing:-.014em}.full_story .full_text blockquote:before{content:"\201c";position:absolute;z-index:-1;top:12px;left:20px;color:var(--accent-main);font-family:Georgia,Times New Roman,serif;font-size:58px;font-weight:700;line-height:1;opacity:.9}.full_story .full_text blockquote:after{content:"";position:absolute;top:22px;bottom:22px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--accent-main)}.full_story .full_text blockquote p{margin:0}.full_story .full_text blockquote cite{display:flex;margin-top:14px;align-items:center;gap:10px;color:var(--text-soft);font-size:12px;font-style:normal;font-weight:650;line-height:1.4;letter-spacing:.025em}.full_story .full_text blockquote cite:before{content:"";width:24px;height:1px;flex:0 0 24px;background:var(--border-strong)}.full_story .full_text figure.story-image{width:calc(100% + 36px);max-width:none;margin:32px -18px;overflow:visible;border:0;border-radius:0;background:transparent}.full_story .full_text figure.story-image>a{display:block;width:100%;overflow:hidden;border:0;border-radius:0;background:#11161c;line-height:0;text-decoration:none;cursor:zoom-in}.full_story .full_text figure.story-image img{display:block;width:100%;max-width:none;height:auto;margin:0;border:0;border-radius:0!important;object-fit:contain}.full_story .full_text figure.story-image figcaption{box-sizing:border-box;width:100%;margin:0;padding:10px 18px 0;color:var(--text-soft);font-size:12px;line-height:1.5;text-align:left}.full_story .full_text figure.story-image>a:focus-visible,.full_story .full_text .pk-gallery__link:focus-visible{outline:2px solid var(--accent-main);outline-offset:-3px}.full_story .full_text .pk-gallery{width:calc(100% + 36px);max-width:none;margin:32px -18px}.full_story .full_text .pk-gallery{overflow:hidden;border:0;border-radius:0;background:#dfe4ea;box-shadow:none}.full_story .full_text .pk-gallery .pk-gallery__grid{gap:4px;max-height:620px!important;max-height:min(72dvh,620px)!important;background:var(--surface)}.full_story .full_text .pk-gallery .pk-gallery__link{position:relative;isolation:isolate;overflow:hidden;border:0;border-radius:0;background:#e2e7ec;text-decoration:none}.full_story .full_text .pk-gallery .pk-gallery__link:after{content:"";position:absolute;z-index:1;inset:0;background:#05090d14;opacity:0;transition:opacity .18s ease;pointer-events:none}.full_story .full_text .pk-gallery .pk-gallery__link img{margin:0;border-radius:0!important;transform:scale(1.001);transition:filter .22s ease,transform .26s ease}.full_story .full_text .pk-gallery__caption{position:absolute;z-index:2;right:0;bottom:0;left:0;display:-webkit-box;padding:34px 11px 10px;overflow:hidden;background:linear-gradient(to top,#06090dc2,#06090d00);color:#fff;font-size:11px;font-weight:560;line-height:1.35;letter-spacing:.005em;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.28);-webkit-box-orient:vertical;-webkit-line-clamp:2;pointer-events:none}.full_story .full_text .pk-gallery--3 .pk-gallery__grid{aspect-ratio:4 / 1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:minmax(0,1fr)!important}.full_story .full_text .pk-gallery--3 .pk-gallery__link:first-child{grid-column:auto!important;grid-row:auto!important}.full_story .full_text figure.story-video{width:calc(100% + 36px);max-width:none;margin:32px -18px;overflow:hidden;border:0;border-radius:0;background:#05070a}.full_story .full_text figure.story-video>video{display:block;width:100%;max-width:none;height:auto;max-height:620px;max-height:min(72dvh,620px);margin:0;border:0;border-radius:0;background:#05070a;object-fit:contain}.full_story .full_text figure.story-video .story-video__frame{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#05070a}.full_story .full_text figure.story-video .story-video__frame iframe{display:block;width:100%;height:100%;margin:0;border:0;border-radius:0}.full_story .full_text figure.story-video figcaption{box-sizing:border-box;width:100%;margin:0;padding:10px 18px 11px;background:var(--surface);color:var(--text-soft);font-size:12px;line-height:1.5;text-align:left}@media(hover:hover)and (pointer:fine){.full_story .full_text .pk-gallery .pk-gallery__link:hover:after{opacity:1}.full_story .full_text .pk-gallery .pk-gallery__link:hover img{filter:saturate(1.04) contrast(1.015);transform:scale(1.018)}}@media screen and (max-width:640px){.full_story .full_text blockquote{margin:24px 0;padding:21px 18px 19px 54px;border-radius:14px;font-size:17px;line-height:1.55}.full_story .full_text blockquote:before{top:12px;left:15px;font-size:48px}.full_story .full_text blockquote:after{top:18px;bottom:18px}.full_story .full_text figure.story-image,.full_story .full_text .pk-gallery,.full_story .full_text figure.story-video{width:calc(100% + 28px);margin-right:-14px;margin-left:-14px}.full_story .full_text figure.story-image{margin-top:26px;margin-bottom:26px}.full_story .full_text .pk-gallery{margin-top:26px;margin-bottom:26px}.full_story .full_text figure.story-video{margin-top:26px;margin-bottom:26px}.full_story .full_text figure.story-video>video{max-height:520px;max-height:min(68dvh,520px)}.full_story .full_text figure.story-image figcaption{padding-right:14px;padding-left:14px}.full_story .full_text .pk-gallery .pk-gallery__grid{gap:3px;max-height:520px!important;max-height:min(68dvh,520px)!important}.full_story .full_text .pk-gallery--3 .pk-gallery__grid{aspect-ratio:1 / 1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:minmax(0,2fr) minmax(0,1fr)!important}.full_story .full_text .pk-gallery--3 .pk-gallery__link:first-child{grid-column:1 / -1!important;grid-row:1!important}}@media(prefers-reduced-motion:reduce){.full_story .modern-player__canvas,.full_story .modern-player__controls,.short_story .feed-card__action,.full_story .feed-card__action,.related-card__image,.full_story .pk-gallery__link:after,.full_story .pk-gallery__link img{animation:none!important;transition:none!important}}.story-comments{--comment-thread-line: rgba(148, 158, 174, .34)}.theme-dark .story-comments{--comment-thread-line: rgba(127, 136, 150, .38)}.comment-composer{margin:0 0 18px}.comment-composer__box{padding:0;background:transparent;border:0;box-shadow:none}.comment-composer__guest{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px}.comment-composer__field input,.comment-composer__question input,.comment-composer__captcha-field input{width:100%;min-height:42px;padding:0 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:none;color:var(--text);font-size:14px;line-height:1;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.comment-composer__field input:focus,.comment-composer__question input:focus,.comment-composer__captcha-field input:focus{border-color:#2d7bff47;box-shadow:0 0 0 3px #2d7bff14;outline:none}.comment-composer__field input::placeholder,.comment-composer__question input::placeholder,.comment-composer__captcha-field input::placeholder,.comment-composer__editor-field textarea::placeholder,.comment-composer__editor-field #comments::placeholder{color:var(--text-fade)}.comment-composer__editor{position:relative;overflow:visible!important;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.comment-composer__editor:focus-within{border-color:#2d7bff47;box-shadow:0 0 0 3px #2d7bff14}.comment-composer__editor-field textarea,.comment-composer__editor-field #comments,.comment-composer__editor-field .wseditor,.comment-composer__editor-field .bb-editor textarea{width:100%;min-height:110px!important;height:110px!important;max-height:240px!important;padding:14px 14px 8px!important;background:transparent!important;color:var(--text)!important;border:0!important;border-radius:0!important;box-shadow:none!important;resize:none;overflow-y:auto!important;overflow-x:hidden!important;font-size:15px;line-height:1.6;letter-spacing:-.01em}.comment-composer__uploader,.comment-composer__question,.comment-composer__recaptcha,.comment-composer__captcha{margin:0 14px 12px}.comment-composer__captcha{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.comment-composer__captcha-image{min-width:110px}.comment-composer__captcha-image img{max-width:100%;height:auto;border-radius:10px}.comment-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 10px 10px}.comment-composer__footer-left{display:flex;align-items:center;gap:4px}.comment-composer__icon-btn{width:30px;height:30px;border:0;border-radius:9px;background:transparent;color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.comment-composer__icon-btn:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.comment-composer__icon-btn:active{transform:scale(.97)}.comment-composer__icon-btn .i-svg{width:18px;height:18px}.comment-composer__submit{min-height:34px;padding:0 14px;border:0;border-radius:11px;background:var(--accent-main);color:#fff;box-shadow:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;line-height:1;transition:background .18s ease,transform .18s ease}.comment-composer__submit:hover{background:var(--accent-main-hover)}.comment-composer__submit:active{transform:scale(.985)}.comment-composer__submit .i-svg{width:16px;height:16px}.comment-composer__emoji-wrap{position:relative;z-index:110}.comment-composer__emoji-panel{position:absolute;left:0;bottom:calc(100% + 10px);z-index:999;width:232px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 24px #0f172a0f;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.theme-dark .comment-composer__emoji-panel{box-shadow:0 18px 44px #00000047}.comment-composer__emoji-wrap.is-open .comment-composer__emoji-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.comment-composer__emoji-btn{width:100%;height:38px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:19px;line-height:1;transition:background .14s ease,border-color .14s ease,transform .14s ease}.comment-composer__emoji-btn:hover{background:var(--surface-2);border-color:transparent}.comment-composer__emoji-btn:active{transform:scale(.97)}.discussion-head{min-width:0;padding:2px 4px 4px;display:grid;gap:6px;overflow:visible}.discussion-head__title{margin:0;color:var(--text);font-size:22px;line-height:1.22;font-weight:700;letter-spacing:-.025em}.discussion-head__desc{max-width:600px;margin:0;color:var(--text-soft);font-size:14px;line-height:1.5}.comment-card{position:relative;min-width:0;margin:0}.comment-card__inner{min-width:0;padding:16px 0;background:transparent;border:0;border-bottom:1px solid var(--border);border-radius:0;box-shadow:none}.comment-card:last-child>.comment-card__inner{border-bottom:0}.comment-card__header{min-width:0;margin:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.comment-card__main{min-width:0;flex:1 1 auto;display:flex;align-items:flex-start;gap:10px}.comment-card__avatar-wrap{position:relative;flex:0 0 auto}.comment-card__avatar{width:38px;height:38px;display:block;object-fit:cover;border-radius:50%}.comment-card__status{position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border:2px solid var(--surface);border-radius:50%}.comment-card__status--online{background:#61b238}.comment-card__status--offline{background:#bcc3cf}.comment-card__meta{min-width:0;flex:1 1 auto;padding-top:1px}.comment-card__meta-line{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.comment-card__author,.comment-card__author a{min-width:0;color:var(--text);font-size:14px;line-height:1.2;font-weight:700;text-decoration:none}.comment-card__author a:hover{color:var(--text);text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:3px}.comment-card__badge{min-height:18px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:999px;color:var(--text-soft);font-size:9px;line-height:1;font-weight:700;letter-spacing:.015em}.comment-card__badge--author{background:var(--accent-main-soft);color:var(--accent-main)}.comment-card__meta-subline{margin-top:3px}.comment-card__time{color:var(--text-fade);font-size:11px;line-height:1.2;font-weight:500;white-space:nowrap}.comment-card__content{min-width:0;margin:8px 0 0 48px}.comment-card__text{color:var(--text);font-size:15px;line-height:1.58;font-weight:400;word-break:break-word;overflow-wrap:anywhere}.comment-card__text p{margin:0 0 .72em}.comment-card__text p:last-child{margin-bottom:0}.comment-card__text a{color:var(--accent-main);text-decoration:none}.comment-card__text a:hover{color:var(--accent-main-hover);text-decoration:underline}.comment-card__images{max-width:440px;margin-top:10px;display:grid;gap:8px}.comment-card__images img{max-width:100%;height:auto;border-radius:12px;box-shadow:none}.comment-card__footer{margin:8px 0 0 48px}.comment-card__footer-bottom{min-height:28px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.comment-card__footer-actions{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.comment-card__thread-row{min-width:0;margin-left:auto}.comment-card__header-actions{flex:0 0 auto;display:flex;align-items:center;gap:2px}.comment-card__rating{min-height:30px;padding:0;display:inline-flex;align-items:center;gap:1px;background:transparent;border:0;border-radius:9px;box-shadow:none}.comment-card__rating .feed-card__rate-btn,.comment-card__rating .feed-card__rate-score{height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:transparent;box-shadow:none}.comment-card__rating .feed-card__rate-btn{width:28px;min-width:28px;color:var(--text-soft);cursor:pointer;transition:background-color .16s ease,color .16s ease,opacity .16s ease}.comment-card__rating .feed-card__rate-btn .i-svg{width:16px;height:16px}.comment-card__rating .feed-card__rate-btn .i-stroke{stroke-width:2.1}.comment-card__rating .feed-card__rate-btn:hover{background:var(--surface-2);color:var(--text)}.comment-card__rating .feed-card__rate-btn:active{opacity:.62;transform:none}.comment-card__rating .feed-card__rate-score{min-width:17px;padding:0 1px;color:var(--text-soft);font-size:11px;line-height:1;font-weight:700;font-variant-numeric:tabular-nums}.comment-card__rating .feed-card__rate-score.is-positive{color:var(--success)}.comment-card__rating .feed-card__rate-score.is-negative{color:var(--danger)}.comment-card__thread-toggle,.comment-card__reply{min-height:28px;padding:0 7px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:8px;background:transparent!important;color:var(--text-soft);box-shadow:none;cursor:pointer;font-size:12px;line-height:1.2;font-weight:650}.comment-card__thread-toggle:hover,.comment-card__reply:hover{background:var(--surface-2)!important;color:var(--text)}.comment-card__thread-toggle-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.comment-card__reply .i-svg,.comment-card__thread-toggle .i-svg{width:14px;height:14px}.comment-card__thread-toggle[aria-expanded=true] .i-svg{transform:rotate(180deg)}.comment-card__menu-wrap{position:relative}.comment-card__menu-btn{width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:transparent;color:var(--text-soft);box-shadow:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,opacity .16s ease}.comment-card__menu-btn .i-svg{width:17px;height:17px}.comment-card__menu-btn:hover{background:var(--surface-2);color:var(--text)}.comment-card__menu-btn:active{opacity:.62;transform:none}.comment-card__menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:260px;max-width:min(260px,calc(100vw - 24px));padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--ui-layer-shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.theme-dark .comment-card__menu-dropdown{box-shadow:var(--ui-layer-shadow)}.comment-card__menu-wrap.is-open .comment-card__menu-dropdown,.feed-card__menu-wrap.comment-card__menu-wrap.is-open .comment-card__menu-dropdown,.comment-card__menu-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.comment-card__menu-dropdown .feed-card__menu-sheet-head{display:none}.comment-card__menu-dropdown .feed-card__menu-list{display:grid;gap:3px}.comment-card__menu-dropdown .feed-card__menu-list a{text-decoration:none}.comment-card__menu-dropdown .feed-card__menu-item{min-height:40px;padding:0 10px;border-radius:10px}.comment-card--child{position:relative;margin-left:18px;padding-left:16px}.comment-card--child:before{content:"";position:absolute;top:8px;bottom:8px;left:0;width:1px;background:var(--comment-thread-line)}.comment-card--child:after{content:"";position:absolute;top:34px;left:0;width:9px;height:1px;background:var(--comment-thread-line)}.comment-card:target>.comment-card__inner{margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px;border-radius:12px;background:var(--accent-main-soft)}.comment-card.is-thread-hidden{display:none!important}.comment-card--compact{margin:0}.comment-card--compact+.comment-card--compact{margin-top:0}.comment-card--compact .comment-card__inner{padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:none;transition:background-color .16s ease,border-color .16s ease}.comment-card--compact:hover .comment-card__inner{background:var(--surface-2);border-color:var(--border-strong)}.comment-card__stream-main{align-items:flex-start;gap:11px}.comment-card__stream-body{min-width:0;flex:1 1 auto}.comment-card__meta--stream{padding-top:1px}.comment-card__meta--stream .comment-card__meta-line{gap:7px}.comment-card__meta--stream .comment-card__time:before{content:"\b7";margin-right:7px;color:var(--text-fade)}.comment-card--compact .comment-card__content{margin:7px 0 0}.comment-card--compact .comment-card__text{display:-webkit-box;overflow:hidden;color:var(--text);font-size:15px;line-height:1.56;-webkit-box-orient:vertical;-webkit-line-clamp:4}.comment-card__context{min-width:0;margin-top:11px}.comment-card__news-link{min-width:0;min-height:48px;padding:8px 10px;display:flex;align-items:center;gap:7px;background:var(--surface-2);border:1px solid transparent;border-radius:10px;color:var(--text-soft);text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.comment-card__news-link:hover{background:var(--surface-3);border-color:var(--border);color:var(--text);text-decoration:none}.comment-card__news-link>.i-svg{width:16px;height:16px;flex:0 0 16px}.comment-card__context-copy{min-width:0;flex:1 1 auto;display:grid;gap:2px}.comment-card__context-label{color:var(--text-fade);font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.comment-card__news-title{min-width:0;overflow:hidden;color:var(--text-soft);font-size:13px;line-height:1.35;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.comment-card__news-link>.comment-card__context-arrow{width:13px;height:13px;flex-basis:13px;color:var(--text-fade)}.theme-dark .comment-card__status{border-color:var(--surface)}@media screen and (max-width:768px){.comment-composer__guest,.comment-composer__captcha{grid-template-columns:1fr}.comment-card--child{margin-left:14px;padding-left:13px}.comment-card__menu-dropdown{position:fixed;inset:auto 0 0;z-index:var(--z-sheet);width:100%;max-width:none;padding:10px 12px calc(14px + env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:var(--ui-sheet-radius) var(--ui-sheet-radius) 0 0;box-shadow:var(--ui-sheet-shadow);opacity:1;visibility:hidden;pointer-events:none;transform:translate3d(0,100%,0)}.comment-card__menu-wrap.is-open .comment-card__menu-dropdown,.feed-card__menu-wrap.comment-card__menu-wrap.is-open .comment-card__menu-dropdown,.comment-card__menu-dropdown.is-open{visibility:visible;pointer-events:auto;transform:translateZ(0)}.comment-card__menu-dropdown .feed-card__menu-sheet-head{min-height:48px;margin:0 0 7px;padding:0 2px 8px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.comment-card__menu-dropdown .feed-card__menu-sheet-title{color:var(--text);font-size:14px;line-height:1.2;font-weight:680;letter-spacing:-.015em}.comment-card__menu-dropdown .feed-card__menu-sheet-close{width:40px;min-width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent;color:var(--text-soft);cursor:pointer;transform:none}.comment-card__menu-dropdown .feed-card__menu-sheet-close:hover{background:var(--surface-2);color:var(--text)}}@media screen and (max-width:640px){.discussion-head.ui-page-intro--flush{padding:0 max(14px,env(safe-area-inset-right)) 2px max(14px,env(safe-area-inset-left))}.discussion-head__title{font-size:20px;line-height:1.25}.discussion-head__desc{font-size:14px;line-height:1.45}.comment-card__inner{padding:14px 0}.comment-card__avatar{width:36px;height:36px}.comment-card__main{gap:9px}.comment-card__content,.comment-card__footer{margin-left:45px}.comment-card__text{font-size:14px;line-height:1.58}.comment-card__header-actions{gap:1px}.comment-card__rating .feed-card__rate-btn,.comment-card__rating .feed-card__rate-score{height:28px}.comment-card__rating .feed-card__rate-btn{width:28px;min-width:28px}.comment-card__rating .feed-card__rate-score{min-width:16px}.comment-card--compact .comment-card__inner{padding:14px;border-radius:16px}.comment-card--compact .comment-card__content{margin:7px 0 0}.content>.comment-card--stream{margin-right:max(12px,env(safe-area-inset-right));margin-left:max(12px,env(safe-area-inset-left))}.comment-card__news-link{min-height:50px}.comment-composer__submit{width:38px;min-width:38px;padding:0}.comment-composer__submit span{display:none}.comment-composer__emoji-panel{width:216px;gap:5px;padding:7px}.comment-composer__emoji-btn{height:36px;font-size:18px}}@media(prefers-reduced-motion:reduce){.comment-card__rating .feed-card__rate-btn,.comment-card__thread-toggle,.comment-card__reply,.comment-card__menu-btn,.comment-card__menu-dropdown,.comment-card--compact .comment-card__inner,.comment-card__news-link,.comment-composer__field input,.comment-composer__question input,.comment-composer__captcha-field input,.comment-composer__editor,.comment-composer__icon-btn,.comment-composer__submit,.comment-composer__emoji-panel,.comment-composer__emoji-btn{transition:none!important}}.short_story .feed-card__copy{padding:16px 18px 7px}.short_story .feed-card__continue{display:inline-flex;align-items:center;gap:6px;line-height:1.25;vertical-align:middle}.short_story .feed-card__continue .i-svg{width:16px;min-width:16px;height:16px;flex:0 0 16px;display:block;align-self:center}.post-actions .feed-card__actions-left,.post-actions .feed-card__actions-right{gap:6px}.post-actions .feed-card__action{gap:6px}@media screen and (max-width:768px){.short_story .feed-card__copy{padding:15px 14px 6px}.post-actions .feed-card__actions-left,.post-actions .feed-card__actions-right{gap:4px}.post-actions .feed-card__action{gap:5px}}.comment-card--compact+.comment-card--compact{margin-top:12px}
