:root{--bg: #050608;--bg2: #12121a;--surface: #15151d;--surface2: #1e1e28;--text: #f2f2f7;--muted: #9ea0b3;--accent: #e53955;--accent2: #9c27b0;--stroke: #2a2a3a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;box-shadow:0 6px 32px #00000059;padding:12px;display:flex;flex-direction:column;gap:8px}.title{font-weight:600}.meta{color:var(--muted);font-size:12px}.videoWrap{position:relative;border-radius:12px;overflow:hidden}.videoWrapInteractive{cursor:pointer}.video{width:100%;height:auto;display:block;border-radius:12px}.preview-cta{position:absolute;inset:auto auto 10px 10px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#080a10b8;color:#fff;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:2}.preview-cta:hover{background:#0c1018e6;transform:translateY(-1px)}.preview-cta.is-loaded{opacity:.8}.preview-cta-icon{font-size:14px;line-height:1;transform:translate(1px)}.playIcon{position:absolute;inset:auto auto 8px 8px;background:#0009;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:6px 8px}.btn{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border:none;border-radius:12px;padding:10px 12px;font-weight:600;cursor:pointer}.btn.secondary{background:var(--surface2);color:var(--text);border:1px solid var(--stroke)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chip{background:var(--surface2);border:1px solid var(--stroke);border-radius:999px;padding:6px 10px;color:var(--text)}.selector-toolbar{display:flex;align-items:center;justify-content:center;gap:8px;margin:2px 0 10px}.selector-ctrl{min-height:34px;padding:6px 12px;font-weight:600}.selector-clear{min-width:78px;text-align:center;font-size:0;position:relative}.selector-clear:after{content:"Clear";font-size:13px;line-height:1}.selector-active-row{display:flex;justify-content:center;margin:0 0 10px}.selector-active-pill{border-color:#ff51a28c;background:linear-gradient(90deg,#ff4c9d33,#ac40ff24)}.selector-list{margin:0 0 14px;padding:6px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#ffffff08,#ffffff03),#0d1018c2;max-height:min(48vh,360px);overflow-y:auto}.selector-item{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff05;color:#eef1fb;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;font-size:15px;font-weight:600;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.selector-item+.selector-item{margin-top:6px}.selector-item:hover{border-color:#ffffff38;background:#ffffff0d}.selector-item.active{border-color:#ff51a29e;background:linear-gradient(90deg,#ff4c9d33,#ac40ff24);color:#ffdff3}.selector-item-mark{width:16px;text-align:right;color:#ff79c4;font-size:14px;line-height:1}.selector-empty{min-height:44px;border:1px dashed rgba(255,255,255,.14);border-radius:12px;color:#e0e4f0bd;display:flex;align-items:center;justify-content:center;padding:0 12px;font-size:14px}.row{display:flex;gap:8px;align-items:center}.header-bar{position:sticky;top:calc(env(safe-area-inset-top,0px) + 6px);z-index:36;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0d,#ffffff03),#07090edb;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);box-shadow:0 10px 26px #0000003d;margin-bottom:18px}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.pagination{display:flex;flex-wrap:nowrap;gap:12px;align-items:center;justify-content:center;margin-top:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.page-btn{min-width:60px;height:60px;padding:0 14px;background:var(--surface2);border:1px solid var(--stroke);border-radius:16px;color:var(--text);font-weight:600;cursor:pointer;font-size:22px;line-height:1}.page-btn.active{border-color:var(--accent);box-shadow:0 0 0 1px #e5395573 inset,0 8px 18px #e5395526}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-ellipsis{color:var(--muted);padding:0 6px;font-size:22px;line-height:1}@media (max-width: 480px){.pagination{gap:8px}.page-btn{min-width:52px;height:52px;padding:0 10px;font-size:19px}.page-ellipsis{padding:0 4px;font-size:18px}}input,select{background:var(--surface2);border:1px solid var(--stroke);color:var(--text);padding:8px;border-radius:12px}.search-row{display:flex;justify-content:center;margin:12px 0 10px}.search-shell{position:relative;width:min(100%,620px)}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#e3e7f2b8;pointer-events:none}.search-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-input{width:100%;height:44px;padding:0 14px 0 40px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff08,#ffffff03),#080a10f0;color:#eef1fb;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.search-input::placeholder{color:#e3e7f2b8}.search-input:focus{outline:none;border-color:#ff5a9eb8;box-shadow:0 0 0 2px #ff5a9e2e,inset 0 1px #ffffff0a}.home-controls-row{display:flex;justify-content:flex-start;margin:2px 0 8px}.sort-wrap{position:relative}.sort-trigger-btn{min-width:170px;height:44px;padding:0 14px 0 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff0f,#ffffff05),#141622eb;color:#eef1fb;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;font-size:15px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.sort-trigger-btn:hover{border-color:#ffffff38}.sort-trigger-btn.active{border-color:#ff51a28c;box-shadow:0 0 0 2px #ff51a22e}.sort-trigger-icon{width:24px;height:24px;flex:0 0 24px;border-radius:8px;border:1px solid rgba(255,91,184,.46);background:#ff5bb821;box-shadow:inset 0 1px #ffffff1c;display:inline-flex;align-items:center;justify-content:center;color:#ff54ae}.sort-trigger-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sort-popover{position:absolute;top:calc(100% + 10px);left:0;width:min(92vw,400px);border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff0f,#ffffff03),#10121af7;box-shadow:0 20px 48px #0000006b,inset 0 1px #ffffff0f;padding:14px;z-index:45}.sort-popover-head{display:flex;align-items:center;justify-content:center;gap:8px;color:#f0f3fc;font-size:20px;font-weight:700;margin-bottom:12px}.sort-popover-icon{color:#ff5bb8;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.sort-popover-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sort-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sort-option{min-height:44px;padding:0 10px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff05;color:#edf1fc;font-size:15px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.sort-option:hover{border-color:#ffffff3d;background:#ffffff0d}.sort-option.active{border-color:#ff51a2b8;background:linear-gradient(90deg,#ff4c9d38,#ac40ff2b);color:#ffdff3}.sort-option.disabled{opacity:.48;cursor:not-allowed}.sort-option.disabled:hover{border-color:#ffffff24;background:#ffffff05}.sort-section-divider{margin:12px 0 10px;height:1px;background:#ffffff1c}.sort-note{margin-top:10px;color:#e0e4f0bd;font-size:12px;line-height:1.35}.sort-actions{display:flex;justify-content:flex-end;margin-top:12px}.sort-close-btn{min-width:76px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff08;color:#f0f3fc;font-size:13px;font-weight:700;cursor:pointer}.sort-close-btn:hover{border-color:#ffffff42;background:#ffffff12}.skeleton{background:linear-gradient(90deg,#181824,#232335,#181824);background-size:200% 100%;animation:s 1.2s linear infinite}.consent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px;background:radial-gradient(120% 120% at 50% 0%,#ff4b9b2e,#04060aeb),#04060ae6}.consent-modal{width:min(560px,calc(100vw - 24px));border-radius:20px;border:1px solid rgba(255,255,255,.12);padding:20px 18px 16px;background:linear-gradient(180deg,#ffffff14,#ffffff05),#0c0e15fa;box-shadow:0 28px 64px #00000080,inset 0 1px #ffffff14}.consent-brand{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:12px}.consent-brand-logo{width:84px;height:84px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 30px #00000052,inset 0 1px #ffffff1f}.consent-brand-logo img{width:100%;height:100%;object-fit:cover;display:block}.consent-brand-title{font-size:24px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;line-height:1}.consent-title{margin:0 0 10px;text-align:center;font-size:24px;line-height:1.1}.consent-copy{margin:0;color:#eaeef7e6;font-size:14px;line-height:1.55}.consent-links{margin:12px 0 0;color:#d6dbe8e0;font-size:14px;line-height:1.45}.consent-links a{color:#ff76c4;text-decoration:underline;text-decoration-color:#ff76c485}.consent-actions{display:flex;gap:10px;margin-top:16px}.consent-accept,.consent-leave{flex:1 1 0;min-height:44px}@keyframes s{0%{background-position:0 0}to{background-position:200% 0}}.sticky-active-filters{position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(calc(100% - 28px),520px);display:flex;justify-content:center;align-items:center;gap:8px;z-index:39;pointer-events:none}.sticky-active-chip{min-height:38px;padding:8px 14px;border-color:#ff51a2ad;background:linear-gradient(180deg,#ffffff14,#ffffff08),#10121af5;box-shadow:0 10px 24px #00000047,inset 0 1px #ffffff0f;font-weight:700;pointer-events:auto}.tabbar{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(calc(100% - 20px),520px);padding:6px;display:flex;gap:2px;justify-content:space-between;background:#10121aeb;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%);border:1px solid rgba(255,255,255,.09);border-radius:16px;box-shadow:0 12px 28px #00000057,inset 0 1px #ffffff0f;z-index:40}.tab{flex:1;position:relative;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;color:#e9ecf5a3;border:none;border-radius:12px;padding:8px 6px 7px;font-weight:600;letter-spacing:0;cursor:pointer;overflow:hidden;transition:background .2s ease,color .22s ease}.tab:before{content:"";position:absolute;left:12px;right:12px;top:0;height:2px;border-radius:999px;background:transparent;transition:background .2s ease;pointer-events:none}.tab:hover{color:#e9ecf5d1;background:#ffffff0a}.tab-icon{position:relative;z-index:1;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.tab-icon svg{width:20px;height:20px;display:block;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.tab-label{position:relative;z-index:1;white-space:nowrap;font-size:11px;line-height:1;font-weight:600}.tab.active{color:#f3f5fb;background:#ffffff0f}.tab.active:before{background:linear-gradient(90deg,#ff3f92,#ff4f6a)}@media (max-width: 640px){.header-bar{top:calc(env(safe-area-inset-top,0px) + 4px);padding:8px 10px;border-radius:12px}.search-row{margin:10px 0 8px}.search-shell{width:min(100%,540px)}.search-input{height:42px;font-size:15px}.selector-toolbar{margin-bottom:8px}.selector-ctrl{min-height:32px;font-size:13px}.selector-list{max-height:min(44vh,320px);padding:5px;border-radius:12px}.selector-item{min-height:42px;font-size:14px;padding:0 10px}.sort-trigger-btn{min-width:150px;height:42px;font-size:14px}.sort-trigger-icon{width:22px;height:22px;flex-basis:22px}.sort-trigger-icon svg{width:14px;height:14px}.sort-popover{width:min(94vw,360px);padding:12px}.sort-popover-head{font-size:18px;margin-bottom:10px}.sort-option{min-height:42px;font-size:14px}.sort-note{font-size:11px}.sort-close-btn{min-width:70px;height:32px;font-size:12px}.consent-overlay{padding:10px}.consent-modal{width:calc(100vw - 20px);border-radius:16px;padding:16px 14px 14px}.consent-brand-logo{width:72px;height:72px}.consent-brand-title{font-size:20px;letter-spacing:.13em}.consent-title{font-size:20px}.consent-copy,.consent-links{font-size:13px}.consent-actions{flex-direction:column}.tabbar{width:min(calc(100% - 16px),480px);padding:5px;border-radius:14px}.sticky-active-filters{width:min(calc(100% - 20px),460px);bottom:calc(80px + env(safe-area-inset-bottom,0px));gap:6px}.sticky-active-chip{min-height:36px;padding:7px 12px;font-size:13px}.tab{min-height:52px;padding:8px 4px 6px;gap:3px}.tab-icon{width:19px;height:19px}.tab-icon svg{width:19px;height:19px}.tab-label{font-size:10px}}.heart{display:inline-flex;align-items:center;gap:6px}.heart svg{width:18px;height:18px;vertical-align:middle}.heart svg path{transition:all .15s ease-in-out}.liked path.fill{fill:var(--accent)}.liked path.stroke{stroke:var(--accent)}.ad-chip{position:relative;display:block;width:100%;text-align:center;padding:12px 16px;border-radius:14px;color:#fff;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);overflow:hidden;text-decoration:none;font-weight:600}.ad-chip:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:16px;background:linear-gradient(120deg,#e53955e6,#9c27b0e6,#e53955e6);background-size:200% 200%;animation:adBorder 4s linear infinite;z-index:0}.ad-chip:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:13px;background:#08080ce6;z-index:1}.ad-chip span{position:relative;z-index:2}@keyframes adBorder{0%{background-position:0% 50%;box-shadow:0 0 12px #e5395573}50%{background-position:100% 50%;box-shadow:0 0 18px #9c27b08c}to{background-position:0% 50%;box-shadow:0 0 12px #e5395573}}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-logo{width:78px;height:78px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 36px #00000047,0 0 0 1px #ffffff0a,inset 0 1px #ffffff14}.brand-logo img{width:100%;height:100%;object-fit:cover;display:block}.brand-title{font-size:30px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;line-height:1;white-space:nowrap;text-shadow:0 10px 24px rgba(0,0,0,.25)}.menu-anchor{position:relative}.menu-trigger{width:54px;height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff24,#ffffff08),#181a24c7;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;box-shadow:0 16px 34px #00000042,inset 0 1px #ffffff1f;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.menu-trigger:hover{transform:translateY(-1px);border-color:#ffffff2e}.menu-trigger:active{transform:translateY(0)}.menu-trigger span{width:18px;height:2px;border-radius:999px;background:#ffffffe0;transition:transform .2s ease,opacity .2s ease}.menu-trigger.active{background:linear-gradient(180deg,#ffffff2e,#ffffff0a),#242634d6}.menu-panel{position:absolute;right:0;top:calc(100% + 12px);background:linear-gradient(180deg,#ffffff1a,#ffffff03),#0c0e14f0;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:12px;width:min(360px,calc(100vw - 20px));height:min(56vh,520px);max-height:56vh;box-shadow:0 24px 56px #0000006b,inset 0 1px #ffffff0f;backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%);z-index:55}.menu-primary{display:flex;flex-direction:column;gap:6px}.menu-item{min-height:44px;border-radius:12px;border:1px solid transparent;background:transparent;color:#f0f3fce6;display:flex;align-items:center;gap:10px;padding:0 12px;font-size:18px;font-weight:650;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.menu-item:hover{background:#ffffff0d}.menu-item.active{background:linear-gradient(90deg,#ff399542,#8e1e565c);border-color:#ff5dac61;color:#ffd7ea}.menu-item-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.menu-item-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.menu-divider{margin-top:4px;height:1px;background:#ffffff1c}.menu-secondary{margin-top:auto;display:flex;flex-direction:column;gap:8px}.menu-link{min-height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff05;color:#eef2fce0;display:flex;align-items:center;justify-content:flex-start;padding:0 12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.menu-link:hover{background:#ffffff0d;border-color:#fff3}@media (max-width: 640px){.header-bar{margin-bottom:14px}.brand{gap:12px}.brand-logo{width:66px;height:66px}.brand-title{font-size:24px;letter-spacing:.14em}.menu-trigger{width:48px;height:48px;border-radius:16px}.menu-panel{width:min(340px,calc(100vw - 16px));height:min(58vh,500px);max-height:58vh;padding:14px}.menu-item{min-height:42px;font-size:17px}.menu-link{min-height:36px;font-size:13px}}
