:root{--bg: #0b0b0f;--surface: #17171e;--text: #f2f2f5;--hint: #9a9aa5;--sakura: #ec5578;--sakura-soft: #f4c0d1;--sakura-dim: rgba(236, 85, 120, .16);--danger: #e24b4a;--safe-top: calc(var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px));--safe-bottom: var(--tg-safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none}button{font-family:inherit}.feed{height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.feed::-webkit-scrollbar{display:none}.feed-item{height:100dvh;scroll-snap-align:start;scroll-snap-stop:always}.card{height:100%;position:relative;background:var(--bg);overflow:hidden}.card-media{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;display:flex;align-items:center;justify-content:center}.card-video{width:100%;height:100%;border:0}.media-carousel{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.media-carousel::-webkit-scrollbar{display:none}.media-slide{flex:0 0 100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative;display:flex;align-items:center;justify-content:center}.poster-slide{position:relative;width:100%;height:100%;overflow:hidden;cursor:zoom-in;display:flex;align-items:center;justify-content:center}.poster-blur{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;width:116%;height:116%;object-fit:cover;filter:blur(28px) brightness(.55)}.poster-fit{position:relative;max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.card-poster-empty{color:var(--hint);font-size:1.2rem;padding:2rem;text-align:center}.swipe-shield{position:absolute;top:0;right:0;bottom:0;left:0}.paused-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#0000008c;display:flex;align-items:center;justify-content:center;pointer-events:none}.paused-badge img{width:34px;height:34px;margin-left:4px}.media-dots{position:absolute;top:calc(var(--safe-top) + 12px);left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:3}.dot{width:7px;height:7px;border-radius:50%;background:#ffffff59;transition:background .2s}.dot.on{background:#fff}.sound-btn{position:absolute;top:calc(var(--safe-top) + 8px);right:12px;z-index:3;width:40px;height:40px;border-radius:50%;border:0;background:#16161c8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer}.sound-btn img{width:20px;height:20px}.card-rail{position:absolute;right:10px;bottom:calc(150px + var(--safe-bottom));z-index:3;display:flex;flex-direction:column;gap:16px;align-items:center}.rail-btn{width:48px;height:48px;border-radius:50%;border:0;background:#16161c8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s}.rail-btn:active{transform:scale(1.15)}.rail-btn img{width:22px;height:22px}.rail-btn.active{background:var(--sakura)}.rail-like{width:56px;height:56px;background:var(--sakura)}.rail-like img{width:27px;height:27px}.rail-like.rated{background:#16161cb3;border:2px solid var(--sakura)}.rail-rating{font-size:22px;font-weight:600;color:var(--sakura)}.card-scrim{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:90px 74px calc(18px + var(--safe-bottom)) 16px;background:linear-gradient(180deg,#0b0b0f00,#0b0b0fd9 55%,#0b0b0ff7)}.card-title{font-size:19px;font-weight:600;line-height:1.25;color:#fff}.card-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.chip{font-size:11.5px;color:var(--sakura-soft);background:var(--sakura-dim);border-radius:20px;padding:2px 9px}.chip-outline{color:var(--sakura);background:none;border:1px solid rgba(236,85,120,.5)}.card-synopsis{margin-top:8px;font-size:12.5px;color:#ffffffa6;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.card-scrim.expanded .card-synopsis{-webkit-line-clamp:unset;max-height:45dvh;overflow-y:auto}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#00000080;display:flex;align-items:flex-end}.sheet{width:100%;background:var(--surface);border-radius:20px 20px 0 0;padding:16px 16px calc(22px + var(--safe-bottom));animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(40%);opacity:.5}to{transform:translateY(0);opacity:1}}.sheet-handle{width:36px;height:4px;border-radius:2px;background:#fff3;margin:0 auto 14px}.sheet-title{font-size:15px;font-weight:600;color:#fff;text-align:center;margin-bottom:4px}.sheet-subtitle{font-size:12px;color:var(--hint);text-align:center;margin-bottom:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sheet-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 8px;border:0;background:none;color:#fff;font-size:14.5px;cursor:pointer;border-radius:12px;text-align:left}.sheet-item:active{background:#ffffff0d}.sheet-item-main{display:flex;align-items:center;gap:12px}.sheet-item img{width:21px;height:21px}.sheet-item.muted{color:var(--hint)}.sheet-item.danger{color:var(--danger)}.sheet-item.danger img{filter:invert(48%) sepia(48%) saturate(2263%) hue-rotate(331deg) brightness(92%)}.sheet-item.top-divider{border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 12px 12px;margin-top:6px}.sheet-count{font-size:12px;color:var(--hint)}.sheet-check{width:17px;height:17px}.new-list-form{gap:10px}.new-list-form input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:14px;padding:9px 12px;outline:none}.new-list-form input:focus{border-color:var(--sakura)}.new-list-save{border:0;border-radius:10px;background:var(--sakura);color:#fff;font-size:14px;padding:9px 16px;cursor:pointer}.rating-row{display:flex;justify-content:space-between;padding:0 4px}.rating-tile{border:0;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px}.rating-box{width:50px;height:50px;border-radius:14px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:transform .1s,background .15s}.rating-tile:active .rating-box{transform:scale(1.12)}.rating-box img{width:26px;height:26px}.rating-tile.top .rating-box{background:var(--sakura-dim)}.rating-tile.selected .rating-box{background:var(--sakura)}.rating-label{font-size:10.5px;color:var(--hint)}.rating-tile.selected .rating-label,.rating-tile.top .rating-label{color:var(--sakura-soft)}.poster-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.poster-overlay-img{width:100vw;height:100dvh;object-fit:contain}.profile-btn{position:fixed;top:calc(var(--safe-top) + 8px);left:12px;z-index:5;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(236,85,120,.6);background:#16161c8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--sakura);font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-btn img{width:20px;height:20px}.shiki-banner{position:fixed;top:calc(var(--safe-top) + 8px);left:60px;right:60px;z-index:5;border:0;border-radius:12px;padding:10px 14px;background:#ec5578e6;color:#fff;font-size:.85rem;cursor:pointer}.profile{min-height:100dvh;padding:calc(var(--safe-top) + 12px) 16px calc(24px + var(--safe-bottom));background:var(--bg);overflow-y:auto}.profile-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.icon-btn{width:40px;height:40px;border-radius:50%;border:0;background:#ffffff0f;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.icon-btn img{width:20px;height:20px}.icon-btn.small{width:30px;height:30px}.icon-btn.small img{width:15px;height:15px}.profile-avatar{width:48px;height:48px;border-radius:50%;background:#ec557840;color:var(--sakura);font-size:19px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.link-btn{cursor:pointer;font-size:12px}.profile-section{font-size:11px;color:var(--hint);text-transform:uppercase;letter-spacing:.5px;margin:18px 0 6px}.profile-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:none;color:#fff;font-size:14px;cursor:pointer;text-align:left}.profile-row img{width:19px;height:19px}.profile-row.muted{color:var(--hint);border-bottom:0}.report-row{margin-top:24px;border-top:1px solid rgba(255,255,255,.06)}.list-items{padding:4px 0 8px 12px}.list-empty{font-size:12.5px;color:var(--hint);padding:8px 0}.list-item{display:flex;align-items:center;gap:10px;padding:6px 0}.list-item-poster{width:34px;height:48px;border-radius:6px;object-fit:cover;background:#23232d;flex-shrink:0}.list-item-name{flex:1;font-size:13px;color:var(--text)}.ratings-row{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:none}.ratings-row::-webkit-scrollbar{display:none}.rated-poster{position:relative;flex-shrink:0;border:0;background:none;padding:0;cursor:pointer}.rated-poster img,.rated-empty{width:86px;height:122px;border-radius:10px;object-fit:cover;background:#23232d;display:block}.rated-badge{position:absolute;bottom:4px;right:4px;font-size:11px;color:#fff;background:#787882d9;border-radius:9px;padding:0 6px}.rated-badge.hot{background:var(--sakura)}.rated-badge.cold{background:#50505ad9}.title-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;background:var(--bg)}.viewer-close{position:fixed;top:calc(var(--safe-top) + 8px);left:12px;z-index:16;background:#16161ca6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.stat-card{background:#ffffff0d;border-radius:12px;padding:10px 8px;display:flex;flex-direction:column;gap:2px;align-items:center;text-align:center}.stat-value{font-size:18px;font-weight:600;color:var(--sakura)}.stat-label{font-size:10.5px;color:var(--hint)}.stats-sources{margin-bottom:8px}.source-row{display:flex;flex-direction:column;gap:2px;padding:8px 4px;border-bottom:1px solid rgba(255,255,255,.06)}.source-name{font-size:13px;color:var(--sakura-soft)}.source-metrics{font-size:11.5px;color:var(--hint)}.user-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 4px;border-bottom:1px solid rgba(255,255,255,.06)}.user-row-main{display:flex;flex-direction:column;gap:1px;min-width:0}.user-name{font-size:13.5px;color:var(--text)}.user-shiki{font-size:11px;color:var(--sakura)}.user-meta{font-size:11px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-events{font-size:12px;color:var(--sakura-soft);background:var(--sakura-dim);border-radius:10px;padding:2px 8px;flex-shrink:0}.onboarding{min-height:100dvh;padding:calc(var(--safe-top) + 24px) 24px calc(24px + var(--safe-bottom));background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ob-logo{width:72px;height:72px;border-radius:22px;background:var(--sakura-dim);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.ob-logo img{width:34px;height:34px}.ob-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.ob-text{font-size:14px;color:var(--hint);line-height:1.5;max-width:280px;margin-bottom:26px}.ob-primary{width:100%;max-width:320px;height:48px;border:0;border-radius:14px;background:var(--sakura);color:#fff;font-size:15px;font-weight:500;cursor:pointer}.ob-primary.disabled{background:var(--sakura-dim);color:var(--sakura-soft)}.ob-option{width:100%;max-width:320px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:none;padding:14px 16px;margin-bottom:12px;text-align:left;cursor:pointer}.ob-option.accent{border-color:#ec55788c}.ob-option-head{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:500;color:#fff;margin-bottom:4px}.ob-option-head img{width:19px;height:19px}.ob-option-sub{font-size:12px;color:var(--hint);line-height:1.4}.ob-skip{margin-top:10px;border:0;background:none;color:var(--hint);font-size:13.5px;border-bottom:1px dotted var(--hint);cursor:pointer;padding:4px 2px}.onboarding.survey{justify-content:flex-start}.survey-search{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:14px;padding:10px 14px;outline:none;margin-top:4px}.survey-search:focus{border-color:var(--sakura)}.survey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin:8px 0 16px;overflow-y:auto}.survey-cell{position:relative;border:2px solid transparent;border-radius:12px;padding:0;background:#1d1d26;aspect-ratio:2 / 3;overflow:hidden;cursor:pointer}.survey-cell img{width:100%;height:100%;object-fit:cover;display:block}.survey-cell.picked{border-color:var(--sakura)}.survey-cell.picked img{opacity:.75}.survey-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--sakura);display:flex;align-items:center;justify-content:center}.survey-check img{width:13px;height:13px}.survey-done{flex-shrink:0}.empty-state{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--hint)}.retry{background:var(--sakura);color:#fff;border:0;border-radius:10px;padding:10px 24px;font-size:1rem;cursor:pointer}
