:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f5f5;background:#111;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -20%,rgba(255,138,61,.18),transparent 38rem),#111}button,input,a{font:inherit}a,button{color:inherit}.app-shell{width:min(760px,calc(100% - 32px));margin:0 auto;padding:28px 0 48px}.top-navigation{display:flex;width:fit-content;gap:4px;margin:0 auto 42px;padding:4px;border:1px solid #303030;border-radius:999px;background:#181818e6}.top-navigation__item{border:0;border-radius:999px;padding:10px 16px;color:#898989;background:transparent;font-size:.9rem;font-weight:750;cursor:pointer}.top-navigation__item:hover{color:#d9d9d9}.top-navigation__item--active{color:#151515;background:#ff9c5b}.hero,.section-header{display:grid;justify-items:center;text-align:center}.hero__source{color:#ff9c5b;font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero h1,.section-header h1{margin:14px 0 10px;max-width:700px;font-size:clamp(2.4rem,9vw,5.5rem);line-height:.94;letter-spacing:-.06em}.hero p,.section-header p{max-width:590px;margin:0;color:#b9b9b9;font-size:1.05rem;line-height:1.55}.source-form{display:grid;width:min(100%,680px);gap:10px;margin-top:30px;text-align:left}.source-form>label:first-child{color:#d7d7d7;font-size:.9rem;font-weight:700}.source-form__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.source-form input[type=text]{min-width:0;border:1px solid #363636;border-radius:999px;padding:15px 20px;color:#f5f5f5;background:#1c1c1cf0;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.source-form input[type=text]::placeholder{color:#696969}.source-form input[type=text]:hover:not(:disabled){border-color:#555}.source-form input[type=text]:focus-visible{border-color:#ff9c5b;box-shadow:0 0 0 3px #ff9c5b2e}.source-form input:disabled{cursor:wait;opacity:.68}.source-form .random-button{margin-top:0;white-space:nowrap}.source-option{display:flex;gap:12px;align-items:flex-start;margin-top:4px;padding:14px 16px;border:1px solid #303030;border-radius:16px;background:#191919b8;cursor:pointer}.source-option input{width:18px;height:18px;margin:2px 0 0;accent-color:#ff9c5b}.source-option span{display:grid;gap:3px}.source-option strong{color:#dedede;font-size:.9rem}.source-option small{color:#797979;line-height:1.4}.source-option:has(input:disabled){cursor:not-allowed;opacity:.58}.source-hint{padding-left:12px;color:#727272;line-height:1.45}.source-hint code{color:#a5a5a5}.random-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;font-weight:800;cursor:pointer;transition:transform .14s ease,background .14s ease,opacity .14s ease}.random-button{border:0;color:#161616;background:#ff9c5b;box-shadow:0 12px 40px #ff893b29}.random-button:hover:not(:disabled){transform:translateY(-2px);background:#ffad77}.random-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(0)}.random-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.5}.random-button span{font-size:1.35rem;line-height:1}.secondary-button{border:1px solid #414141;padding:11px 18px;color:#e4e4e4;background:#242424}.secondary-button:hover:not(:disabled){transform:translateY(-1px);border-color:#646464;background:#2c2c2c}.random-button:focus-visible,.secondary-button:focus-visible,.favorite-button:focus-visible,.top-navigation__item:focus-visible,a:focus-visible{outline:3px solid #ffffff;outline-offset:4px}.error-box,.warning-box,.empty-state,.post-card{margin-top:42px;border:1px solid #2d2d2d;border-radius:24px;background:#1c1c1cf0;box-shadow:0 24px 80px #00000047}.error-box,.warning-box{display:grid;gap:6px;padding:20px 22px}.error-box{border-color:#713b3b;color:#ffdada}.error-box span{color:#d6aaaa}.warning-box{border-color:#74602f;color:#ffe8aa}.warning-box span{color:#c9b77f}.empty-state{display:grid;justify-items:center;gap:12px;padding:30px;text-align:center}.empty-state strong{font-size:1.15rem}.empty-state p{max-width:560px;margin:0;color:#969696;line-height:1.55}.post-card{overflow:hidden}.post-card__meta,.post-card__stats{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;color:#8f8f8f;font-size:.84rem}.post-card__meta{border-bottom:1px solid #292929}.post-card__meta-text{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center}.post-card__meta-text strong{color:silver}.post-card__actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.post-card__meta a{color:#ff9c5b;font-weight:700;text-decoration:none}.favorite-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #444444;border-radius:999px;color:#b8b8b8;background:#242424;cursor:pointer}.favorite-button span{font-size:1.45rem;line-height:1}.favorite-button:hover:not(:disabled){border-color:#ff9c5b;color:#ffb27f}.favorite-button--active{border-color:#ff806b;color:#ff806b;background:#ff5a4c1f}.favorite-button:disabled{cursor:wait;opacity:.55}.post-card__text,.post-card__empty{margin:0;padding:28px 26px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:clamp(1.08rem,3vw,1.35rem);line-height:1.62}.post-card__empty{color:#888;font-style:italic}.photo-grid{display:grid;gap:3px;margin:0 3px;max-height:780px;overflow:hidden;border-radius:16px}.photo-grid--2,.photo-grid--3,.photo-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-grid__item{display:block;min-height:180px;background:#252525}.photo-grid__item img{display:block;width:100%;height:100%;max-height:620px;object-fit:cover}.link-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin:18px 22px 0;padding:12px;border:1px solid #353535;border-radius:14px;text-decoration:none}.link-card:hover{border-color:#5a5a5a}.link-card img{width:72px;height:72px;border-radius:10px;object-fit:cover}.link-card span{display:grid;gap:5px}.link-card small{display:-webkit-box;overflow:hidden;color:#9a9a9a;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-link{display:block;margin:18px 22px 0;color:#ff9c5b;font-weight:700}.post-card__stats{justify-content:flex-start;flex-wrap:wrap;margin-top:12px;border-top:1px solid #292929}.stat{display:inline-flex;align-items:baseline;gap:5px}.stat__value{color:#dedede;font-weight:800}.stat__label{color:#777}.wall-info{margin:18px 0 0;color:#696969;text-align:center;font-size:.84rem}.wall-info a{color:#a5a5a5;font-weight:700}.favorites-page{padding-bottom:20px}.favorites-summary{display:flex;justify-content:space-between;gap:16px;margin-top:38px;color:#888;font-size:.9rem}.favorites-list .post-card{margin-top:22px}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:30px}.pagination>span{min-width:70px;color:#858585;text-align:center}@media(max-width:560px){.app-shell{width:min(100% - 20px,760px);padding-top:18px}.top-navigation{margin-bottom:34px}.post-card,.error-box,.warning-box,.empty-state{border-radius:18px}.post-card__meta,.post-card__stats{padding:15px 16px}.post-card__meta{align-items:flex-start}.post-card__actions{gap:8px}.post-card__meta a{display:none}.post-card__text,.post-card__empty{padding:22px 18px}.photo-grid--3,.photo-grid--4{grid-template-columns:1fr}.photo-grid__item{min-height:140px}.source-form__controls{grid-template-columns:1fr}.source-form .random-button{width:100%}.source-hint{padding-left:4px}.favorites-summary{align-items:flex-start;flex-direction:column;gap:6px}.pagination{gap:10px}.pagination .secondary-button{padding-inline:14px}}html{min-height:100%;background:#111;color-scheme:dark;-webkit-text-size-adjust:100%}body{min-height:100svh;min-height:100dvh;overscroll-behavior-y:none;-webkit-font-smoothing:antialiased}button,a,input,label{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}.post-card{scroll-margin-top:max(16px,env(safe-area-inset-top))}.post-card__vk-link-short,.mobile-post-actions{display:none}@media(max-width:680px){body{background:radial-gradient(circle at 50% -10%,rgba(255,138,61,.14),transparent 28rem),#111}.app-shell{width:100%;margin:0;padding:max(16px,env(safe-area-inset-top)) 12px calc(92px + env(safe-area-inset-bottom))}.top-navigation{position:fixed;z-index:50;right:10px;bottom:max(8px,env(safe-area-inset-bottom));left:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:auto;min-height:58px;margin:0;padding:5px;border-color:#4a4a4ad1;border-radius:20px;background:#191919e6;box-shadow:0 12px 40px #00000073;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.top-navigation__item{min-height:48px;padding:10px 8px;font-size:.92rem}.hero,.section-header{justify-items:stretch;text-align:left}.hero__source{font-size:.75rem}.hero h1,.section-header h1{margin:8px 0;font-size:clamp(2.25rem,11vw,3.2rem);line-height:.98;letter-spacing:-.055em}.hero p,.section-header p{max-width:none;font-size:.96rem;line-height:1.48}.source-form{width:100%;gap:12px;margin-top:22px}.source-form>label:first-child{font-size:.84rem}.source-form__controls{grid-template-columns:1fr}.source-form input[type=text]{width:100%;min-height:52px;border-radius:16px;padding:13px 15px;font-size:16px}.source-form .random-button{width:100%;min-height:52px;border-radius:16px;padding:13px 18px}.source-option{min-height:64px;gap:12px;margin-top:0;padding:13px 14px;border-radius:16px}.source-option input{width:22px;height:22px;flex:0 0 auto}.source-option strong{font-size:.88rem;line-height:1.35}.source-option small{font-size:.77rem}.source-hint{display:none}.error-box,.warning-box,.empty-state,.post-card{margin-top:24px;border-radius:20px}.error-box,.warning-box{padding:16px;font-size:.92rem}.empty-state{padding:24px 18px}.empty-state .secondary-button{width:100%;min-height:48px}.post-card__meta{align-items:center;padding:13px 14px}.post-card__meta-text{min-width:0;flex:1;display:grid;gap:2px}.post-card__meta-text span,.post-card__meta-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-card__actions{gap:7px}.favorite-button{width:44px;height:44px}.post-card__meta a{display:inline-flex;min-height:44px;align-items:center;padding:0 8px}.post-card__vk-link-full{display:none}.post-card__vk-link-short{display:inline}.post-card__text,.post-card__empty{padding:20px 16px 22px;font-size:clamp(1.08rem,4.7vw,1.24rem);line-height:1.58;letter-spacing:-.01em}.photo-grid{gap:2px;max-height:none;margin:0;border-radius:0}.photo-grid--3,.photo-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-grid__item{min-height:132px;aspect-ratio:1 / 1}.photo-grid--1 .photo-grid__item{min-height:0;aspect-ratio:auto}.photo-grid--1 .photo-grid__item img{height:auto;max-height:none;object-fit:contain}.photo-grid__item img{max-height:none}.link-card{grid-template-columns:58px minmax(0,1fr);gap:11px;min-height:76px;margin:14px 14px 0;padding:9px}.link-card img{width:58px;height:58px}.link-card strong{font-size:.9rem}.link-card small{font-size:.78rem}.video-link{min-height:48px;margin:12px 14px 0;padding:12px 0}.post-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:8px;padding:14px 16px 16px}.stat{min-width:0}.stat__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-info{margin:14px 6px 0;line-height:1.45}.favorites-page{padding-bottom:0}.favorites-summary{flex-direction:row;align-items:center;gap:8px;margin-top:24px;font-size:.82rem}.favorites-list .post-card{margin-top:14px}.pagination{position:sticky;z-index:10;bottom:calc(78px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;margin:20px 0 0;padding:8px;border:1px solid rgba(64,64,64,.84);border-radius:18px;background:#181818e6;box-shadow:0 10px 36px #00000061;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pagination .secondary-button{width:100%;min-height:46px;padding:10px 8px}.pagination>span{min-width:54px;align-self:center}.mobile-post-actions{position:fixed;z-index:40;right:10px;bottom:calc(76px + env(safe-area-inset-bottom));left:10px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px;padding:7px;border:1px solid rgba(74,74,74,.82);border-radius:19px;background:#191919eb;box-shadow:0 12px 40px #00000073;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.mobile-favorite-button,.mobile-next-button{min-height:48px;border-radius:14px;font-size:.9rem}.mobile-favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #454545;color:#d2d2d2;background:#242424;font-weight:800}.mobile-favorite-button span{color:#ff8c7b;font-size:1.3rem}.mobile-favorite-button--active{border-color:#ff806b;color:#ffd2cb;background:#ff5a4c24}.mobile-favorite-button:disabled{opacity:.5}.mobile-next-button{width:100%;padding:10px 12px}.mobile-next-button span{font-size:1.2rem}}@media(max-width:374px){.app-shell{padding-inline:9px}.top-navigation,.mobile-post-actions{right:7px;left:7px}.mobile-favorite-button,.mobile-next-button,.top-navigation__item{font-size:.84rem}.post-card__text,.post-card__empty{font-size:1.03rem}}@media(display-mode:standalone)and (max-width:680px){.app-shell{padding-top:max(20px,env(safe-area-inset-top))}}@media(max-width:680px){.app-shell:has(.mobile-post-actions){padding-bottom:calc(164px + env(safe-area-inset-bottom))}}
