.feed-shell{--feed-gap-mobile:4px;--feed-gap:8px;--feed-sticky-min:44px;--feed-bg:#0c0c0c;--feed-fg:#f5f5f5;--feed-muted:rgba(245,245,245,0.55);--feed-overlay:rgba(0,0,0,0.55);--feed-skeleton:#1a1a1a;--feed-skeleton-shine:#242424;--feed-accent:#e8e8e8;--feed-toast-bg:#1f1f1f;--feed-sheet-bg:#141414;--feed-border:rgba(255,255,255,0.12);min-height:100dvh;background:var(--feed-bg);color:var(--feed-fg);padding-bottom:calc(var(--feed-sticky-min) + env(safe-area-inset-bottom, 0px) + 28px)}.feed-main{width:100%;margin:0 auto}.feed-masonry{align-items:flex-start;width:100%}.feed-masonry,.feed-masonry__col{display:flex;gap:var(--feed-gap-mobile)}.feed-masonry__col{flex:1 1 0;min-width:0;flex-direction:column}@media (min-width:768px){.feed-masonry,.feed-masonry__col{gap:var(--feed-gap)}}.feed-card{position:relative;display:block;width:100%;overflow:hidden;background:var(--feed-skeleton);border:none;padding:0;margin:0;color:inherit;text-align:left;-webkit-tap-highlight-color:transparent}.feed-card__rank{left:6px;max-width:calc(58% - 8px);padding:3px 7px;border-radius:4px;background:rgba(0,0,0,.6);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;text-align:left;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis}.feed-card__media-index,.feed-card__rank{position:absolute;top:6px;z-index:3;color:#fff;line-height:1.35;pointer-events:none;user-select:none;white-space:nowrap}.feed-card__media-index{left:50%;transform:translateX(-50%);padding:3px 8px;border-radius:999px;background:rgba(0,0,0,.55);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em}.feed-card__media{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;opacity:0;transition:opacity .18s ease;pointer-events:none}.feed-card__media.is-loaded{opacity:1}.feed-card__placeholder{position:absolute;inset:0;bottom:44px;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--feed-muted);padding:8px;text-align:center;pointer-events:none}.feed-card__hit-play{position:absolute;left:0;right:0;top:0;bottom:44px;z-index:1}.feed-card__hit-detail{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;min-height:44px;padding:6px 8px;background:var(--feed-overlay);color:#fff;font-size:12px;line-height:1.3;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:clip}.feed-card__hit-detail:focus-visible,.feed-card__hit-play:focus-visible{outline:2px solid #fff;outline-offset:-2px}.feed-ad{min-height:120px;aspect-ratio:9/16;overflow:hidden;background:color-mix(in srgb,var(--feed-bg,#f7f4ee) 92%,#000 8%);border:1px solid var(--feed-border)}.feed-ad,.feed-ad__inner{display:flex;align-items:center;justify-content:center}.feed-ad__inner{width:100%;min-height:100%}.feed-skeleton{aspect-ratio:9/16;background:linear-gradient(90deg,var(--feed-skeleton) 0,var(--feed-skeleton-shine) 50%,var(--feed-skeleton) 100%);background-size:200% 100%;animation:feed-shimmer 1.2s ease-in-out infinite}@keyframes feed-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.feed-empty{padding:48px 24px;text-align:center;color:var(--feed-muted);font-size:14px;line-height:1.6}.feed-empty--fade{animation:feed-empty-fade 8s ease-in forwards}@keyframes feed-empty-fade{0%,75%{opacity:1}to{opacity:0}}.feed-footer{display:flex;justify-content:center;padding:28px 16px calc(20px + env(safe-area-inset-bottom, 0px))}.feed-load-more{box-sizing:border-box;width:min(90vw,420px);min-height:52px;padding:14px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.22);background:var(--feed-accent);color:#111;font-size:17px;font-weight:700;letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 6px 18px rgba(0,0,0,.35);transition:transform .12s ease,opacity .12s ease,background-color .12s ease}@media (min-width:768px){.feed-load-more{width:min(70%,360px);min-height:48px;font-size:16px}}.feed-load-more:hover:not(:disabled){background:#fff}.feed-load-more:active:not(:disabled){transform:scale(.98);opacity:.92}.feed-load-more:disabled{opacity:.55;cursor:wait;box-shadow:none}.feed-load-more:focus-visible{outline:2px solid #fff;outline-offset:3px}.feed-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:1fr 1fr 1fr;min-height:calc(var(--feed-sticky-min) + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0);background:rgba(12,12,12,.92);backdrop-filter:blur(10px);border-top:1px solid var(--feed-border)}.feed-sticky__btn{display:flex;align-items:center;justify-content:center;min-height:var(--feed-sticky-min);border:none;background:transparent;color:var(--feed-fg);font-size:14px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent}.feed-sticky__btn:active{opacity:.7}.feed-sticky__btn.is-active-search{color:var(--feed-accent);font-weight:600}.feed-shell.is-searching .feed-main{opacity:.72;pointer-events:none;transition:opacity .12s ease}.feed-toast{position:fixed;left:50%;bottom:calc(var(--feed-sticky-min) + env(safe-area-inset-bottom, 0px) + 16px);transform:translateX(-50%);z-index:50;max-width:min(92vw,360px);padding:12px 16px;border-radius:10px;background:var(--feed-toast-bg);border:1px solid var(--feed-border);color:var(--feed-fg);font-size:13px;line-height:1.4;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.35);animation:feed-toast-in .16s ease-out}@keyframes feed-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.feed-sheet-backdrop{position:fixed;inset:0;z-index:45;background:rgba(0,0,0,.55);border:none;padding:0;cursor:pointer}.feed-sheet{position:fixed;left:0;right:0;bottom:0;z-index:46;max-height:min(78dvh,640px);overflow:auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));background:var(--feed-sheet-bg);border-top-left-radius:16px;border-top-right-radius:16px;border-top:1px solid var(--feed-border)}.feed-sheet__title{margin:0 0 16px;font-size:16px;font-weight:600}.feed-sheet__section{margin-bottom:20px}.feed-sheet__label{display:block;margin-bottom:8px;font-size:12px;color:var(--feed-muted)}.feed-sheet__options{display:flex;flex-wrap:wrap;gap:8px}.feed-sheet__options--stack{flex-direction:column}.feed-sheet__hint{margin:4px 0 0;font-size:12px;color:var(--feed-muted)}.feed-sheet__hint--warn{color:#e07070}.feed-chip{min-height:40px;padding:8px 12px;border-radius:8px;border:1px solid var(--feed-border);background:transparent;color:var(--feed-fg);font-size:13px;cursor:pointer;text-align:left}.feed-chip:disabled{opacity:.5;cursor:wait}.feed-chip--block{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 12px}.feed-chip__primary{font-size:14px;font-weight:500}.feed-chip__meta{flex-shrink:0;font-size:11px;color:var(--feed-muted);letter-spacing:.02em}.feed-chip.is-active{background:var(--feed-accent);color:#111;border-color:var(--feed-accent)}.feed-chip.is-active .feed-chip__meta{color:rgba(17,17,17,.55)}.feed-input{width:100%;min-height:44px;margin-bottom:8px;padding:10px 12px;border-radius:8px;border:1px solid var(--feed-border);background:#0a0a0a;color:var(--feed-fg);font-size:16px}.feed-sheet__actions{display:flex;gap:8px;margin-top:8px}.feed-sheet__actions--sticky{position:sticky;bottom:0;z-index:1;margin-top:12px;padding-top:8px;padding-bottom:4px;background:var(--feed-sheet-bg)}.feed-sheet__actions button{flex:1;min-height:44px;border-radius:8px;border:1px solid var(--feed-border);background:transparent;color:var(--feed-fg);font-size:14px;cursor:pointer}.feed-sheet__actions button:disabled{opacity:.5;cursor:wait}.feed-sheet__actions .is-primary{background:var(--feed-accent);color:#111;border-color:var(--feed-accent)}.feed-input.is-error{border-color:#e07070}.save-url-sheet__hint{margin:-8px 0 16px;font-size:13px;color:var(--feed-muted);line-height:1.4}.save-url-sheet__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.save-url-sheet__error{margin:-4px 0 12px;font-size:13px;color:#e07070}.save-url-sheet__actions{display:flex;flex-direction:column;gap:8px;margin-top:8px;position:sticky;bottom:0;padding-bottom:4px;background:var(--feed-sheet-bg)}.save-url-sheet__cancel,.save-url-sheet__submit{width:100%;min-height:48px;border-radius:10px;border:1px solid var(--feed-border);background:transparent;color:var(--feed-fg);font-size:15px;font-weight:600;cursor:pointer}.save-url-sheet__submit.is-primary{background:var(--feed-accent);color:#111;border-color:var(--feed-accent)}.save-url-sheet__cancel:disabled,.save-url-sheet__submit:disabled{opacity:.6;cursor:wait}.save-url-sheet{max-height:min(85dvh,640px)}.save-url-pick{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px;touch-action:pan-y}.save-url-pick__thumb{display:block;width:100%;max-width:280px;aspect-ratio:9/16;object-fit:cover;border-radius:10px;background:#0a0a0a;border:1px solid var(--feed-border);user-select:none;-webkit-user-drag:none}.save-url-pick__thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--feed-muted);font-size:14px}.save-url-pick__nav{display:flex;gap:24px}.save-url-pick__nav button{min-width:48px;min-height:40px;border-radius:8px;border:1px solid var(--feed-border);background:transparent;color:var(--feed-fg);font-size:16px;cursor:pointer}.save-url-pick__nav button:disabled{opacity:.35;cursor:default}.feed-add-field{min-height:40px;margin-bottom:12px;border:1px dashed var(--feed-border);border-radius:8px;background:transparent;color:var(--feed-muted);font-size:13px;cursor:pointer;width:100%}