*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont;background:#0b0b0e;color:#fff}#entry{max-width:1200px;margin:auto;padding:80px 20px}#entry h1{font-size:42px;margin-bottom:10px}#entry p{color:#aaa;margin-bottom:40px}.plot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.plot-card{background:#15151c;border-radius:16px;padding:26px;cursor:pointer;transition:.2s}.plot-card:hover{background:#1d1d27;transform:translateY(-4px)}.plot-card h3{font-size:18px}.plot-card span{font-size:13px;color:#bbb}#player{display:none;padding:20px;max-width:1400px;margin:auto;padding-bottom:130px}.player-grid{display:grid;grid-template-columns:2.2fr 1fr;gap:20px}.video-box{background:#000;border-radius:14px;overflow:hidden;position:relative}.video-box iframe{width:100%;height:520px;border:0}.now-plot{position:absolute;top:12px;left:12px;background:rgb(0 0 0 / .6);padding:6px 12px;border-radius:20px;font-size:12px}.playlist{background:#121218;border-radius:14px;padding:14px;max-height:520px;overflow-y:auto}.playlist h4{font-size:15px;margin-bottom:10px}.playlist-item{padding:10px 12px;border-radius:10px;cursor:pointer;font-size:14px;color:#ccc;margin-bottom:6px}.playlist-item.active{background:#e6b35c;color:#fff;font-weight:600}.playlist-item:hover{background:#1d1d27}.below{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.box{background:#121218;border-radius:14px;padding:14px}.box h4{font-size:15px;margin-bottom:10px}.chip{display:inline-block;padding:8px 14px;background:#1d1d27;border-radius:20px;font-size:13px;color:#ddd;margin:0 8px 8px 0;cursor:pointer}.chip:hover{background:#e6b35c;color:#000}.controls{display:flex;justify-content:space-between;align-items:center}.controls-left{max-width:70%}.controls-left small{color:#e6b35c;font-size:12px;font-weight:600}.controls-left div{font-size:15px;font-weight:700}.controls-right{display:flex;gap:10px}.ctrl-btn{border:none;border-radius:20px;padding:8px 14px;font-size:13px;cursor:pointer}.ctrl-btn.primary{background:#e9bfdb;color:#000}.ctrl-btn.ghost{background:#fff0;border:1px solid rgb(255 255 255 / .2);color:#fff}@media(max-width:900px){.player-grid{grid-template-columns:1fr}.video-box iframe{height:240px}.below{grid-template-columns:1fr}}.explore-section{max-width:1400px;margin:80px auto 120px;padding:0 20px}.explore-section h2{font-size:28px;margin-bottom:8px}.explore-section p{color:#aaa;margin-bottom:26px}.explore-section{opacity:0;transform:translateY(20px);transition:.4s ease}body.player-ready .explore-section{opacity:1;transform:none}.app-header{position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background:linear-gradient(to bottom,rgb(10 10 15 / .85),rgb(10 10 15 / .65));border-bottom:1px solid rgb(255 255 255 / .06)}.app-header-inner{max-width:1400px;margin:auto;padding:10px 20px;display:flex;align-items:center;gap:18px}.logo{font-weight:700;letter-spacing:.3px}.search{flex:1;max-width:420px}.search input{width:100%;background:#16161d;border:1px solid rgb(255 255 255 / .08);border-radius:20px;padding:8px 14px;color:#fff}.video-box{position:relative;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .6),inset 0 0 0 1px rgb(255 255 255 / .04)}.video-box::after{content:'';position:absolute;inset:-40px;background:radial-gradient(circle at center,rgb(230 179 92 / .15),transparent 60%);z-index:-1}.playlist{background:linear-gradient(to bottom,#515151,#101018)}.playlist-item{display:flex;align-items:center;gap:10px}.playlist-item::before{content:'▶';font-size:10px;opacity:.4}.playlist-item.active{background:linear-gradient(90deg,rgb(230 179 92 / .25),transparent)}.controls{position:sticky;bottom:0;background:#3d3656;backdrop-filter:blur(8px);border-radius:7px;padding:10px 14px;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.ctrl-btn{transition:.2s}.ctrl-btn.primary:hover{transform:scale(1.05)}.ctrl-btn.ghost:hover{background:rgb(255 255 255 / .08)}.box{background:#fff0;border:1px solid rgb(255 255 255 / .06)}.chip{background:#14141c}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.video-box{position:relative}.video-box::before{content:'';position:absolute;inset:-30px;opacity:.6;transition:.4s;pointer-events:none}.video-box:hover::before{opacity:.9}.plot-list li{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:#ddd;transition:.2s}.plot-list li:hover{background:#1d1d27}.plot-list li.active{background:linear-gradient(90deg,rgb(230 179 92 / .25),transparent);color:#e6b35c;font-weight:600}.player-header{margin-top:58px;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;margin-bottom:14px;background:linear-gradient(to right,#3d3656,rgb(12 12 18 / .85));border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgb(0 0 0 / .5)}.ph-left{max-width:70%}.ph-status{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.4px;color:#e6b35c;text-transform:uppercase;margin-bottom:4px}.ph-left h2{font-size:22px;line-height:1.2;margin:4px 0 6px}.ph-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#bbb}.ph-plot{color:#e6b35c}.ph-sep{opacity:.4}.ph-right{display:flex;gap:10px}.ph-btn{border-radius:20px;padding:8px 14px;font-size:13px;cursor:pointer;transition:.2s}.ph-btn.primary{background:#e6b35c;color:#000;border:none}.ph-btn.primary:hover{transform:scale(1.05)}.ph-btn.ghost{background:#fff0;border:1px solid rgb(255 255 255 / .2);color:#fff}.ph-btn.ghost:hover{background:rgb(255 255 255 / .08)}@media(max-width:900px){.player-header{flex-direction:column;align-items:flex-start;margin-top:70px}.ph-left{max-width:100%}.ph-right{width:100%;justify-content:center}}#relatedPlotsList li{padding:8px 12px;cursor:pointer;border-radius:10px;color:#000;background:#fffcf1}#relatedPlotsList li.active{background:linear-gradient(135deg,rgb(0 0 26 / 95%),#3d3656);color:#fff;font-weight:600}body.light{background:#f6f7fb;color:#111}.now-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:#ccc}.now-badge{background:rgb(230 179 92 / .15);color:#e6b35c;padding:4px 10px;border-radius:999px;font-weight:600;font-size:11px;letter-spacing:.3px}.now-rating{display:flex;align-items:center;gap:4px;color:#fff;font-weight:600}.now-sep{opacity:.4}.now-plot-name{font-weight:600;color:#fff;letter-spacing:.2px}.now-header{max-width:1400px;margin:50px auto 0;padding:18px 22px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;display:flex;justify-content:space-between;background:linear-gradient(135deg,rgb(30 30 45 / .95),rgb(15 15 22 / .92));border:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(10px);box-shadow:0 20px 50px rgb(0 0 0 / .45)}.nh-left{max-width:75%}.nh-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;letter-spacing:.4px;color:#e6b35c;background:rgb(230 179 92 / .15);border-radius:999px;margin-bottom:6px}.nh-left h1{font-size:26px;font-weight:700;line-height:1.2;margin:4px 0 6px}.nh-movie,.nh-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#bbb}.nh-movie span:first-child{color:#fff;font-weight:600}.nh-dot{opacity:.4}.nh-right{display:flex;align-items:center;gap:8px;font-size:12px;color:#aaa;white-space:nowrap}.nh-live{width:8px;height:8px;border-radius:50%;background:#e6b35c;box-shadow:0 0 10px rgb(230 179 92 / .9);animation:pulse 1.6s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}@media(max-width:900px){.now-header{flex-direction:column;align-items:flex-start;margin-top:70px}.nh-left{max-width:100%}.nh-left h1{font-size:22px}.nh-right{margin-top:6px}}.theme-toggle{position:fixed;top:25px;right:23px;z-index:999;border:none;background:rgb(145 145 145 / 36%);backdrop-filter:blur(8px);color:#fff;font-size:16px;padding:8px 10px;border-radius:50%;cursor:pointer;transition:.2s}.theme-toggle:hover{transform:scale(1.1)}body.light{background:#f6f7fb;color:#1b1b1f}body.light .now-header{background:linear-gradient(135deg,rgb(255 255 255 / .95),rgb(245 246 250 / .92));border:1px solid rgb(0 0 0 / .06);box-shadow:0 20px 50px rgb(0 0 0 / .08)}body.light .nh-left h1,body.light .nh-movie span:first-child{color:#121216}body.light .nh-movie,body.light .nh-meta,body.light .nh-right{color:#555}body.light .nh-badge{background:rgb(230 179 92 / .25);color:#8b5a00}body.light .video-box{background:#000;box-shadow:0 15px 40px rgb(0 0 0 / .12),inset 0 0 0 1px rgb(0 0 0 / .06)}body.light .playlist{background:#fff;border:1px solid rgb(0 0 0 / .06)}body.light .playlist-item{color:#333}body.light .playlist-item:hover{background:#f1f2f6}body.light .playlist-item.active{background:linear-gradient(90deg,rgb(230 179 92 / .35),transparent);color:#000}body.light .controls{background:rgb(255 255 255 / .85);border:1px solid rgb(0 0 0 / .06)}body.light .controls-left small{color:#8b5a00}body.light .box{background:#fff;border:1px solid rgb(0 0 0 / .06)}body.light .plot-list li{color:#333}body.light .plot-list li:hover{background:#f1f2f6}body.light .plot-list li.active{background:linear-gradient(90deg,rgb(230 179 92 / .35),transparent);color:#000}body.light .chip{background:#f1f2f6;color:#333}body.light .chip:hover{background:#e6b35c;color:#000}.theme-btn{background:#e7dada;border:none;padding:8px 14px;border-radius:20px;cursor:pointer;font-weight:600}.theme-modal{position:fixed;inset:0;background:rgb(0 0 0 / .6);backdrop-filter:blur(8px);display:none;z-index:1000}.theme-modal.show{display:flex;align-items:center;justify-content:center}.theme-modal-inner{width:90%;max-width:900px;background:#0f0f15;border-radius:18px;padding:20px;display:flex;flex-direction:column;max-height:90vh}.theme-modal-header{display:flex;justify-content:space-between;align-items:center}.theme-modal-header h3{font-size:20px}.theme-modal-header button{background:none;border:none;font-size:22px;color:#fff;cursor:pointer}.theme-subtitle{color:#aaa;margin:8px 0 14px}#themeSearch{width:100%;padding:10px 14px;border-radius:20px;border:1px solid rgb(255 255 255 / .1);background:#14141c;color:#fff;margin-bottom:14px}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;overflow-y:auto;flex:1}.theme-chip{padding:10px 14px;background:#15151d;border-radius:20px;cursor:pointer;text-align:center;font-size:14px;transition:.2s}.theme-chip:hover{background:#1f1f2a}.theme-chip.selected{background:#e6b35c;color:#000;font-weight:600}.load-more{margin:14px auto;background:#fff0;border:1px solid rgb(255 255 255 / .2);color:#fff;padding:8px 18px;border-radius:20px;cursor:pointer}.theme-footer{margin-top:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.theme-actions{display:flex;gap:10px}.theme-actions .ghost{background:#fff0;border:1px solid rgb(255 255 255 / .2);color:#fff;padding:8px 14px;border-radius:20px}.theme-actions .primary{background:#e6b35c;border:none;color:#000;padding:8px 14px;border-radius:20px;font-weight:600}.theme-actions .primary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.theme-modal-inner{width:100%;height:100%;border-radius:0}}.theme-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;gap:14px}.theme-loader.hidden{display:none}.spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgb(255 255 255 / .15);border-top-color:#e6b35c;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{font-size:13px;color:#aaa;letter-spacing:.3px}.load-more-btn{width:100%;margin-top:16px;padding:12px 0;border-radius:14px;border:1px solid rgb(255 255 255 / .15);background:linear-gradient(90deg,rgb(230 179 92 / .15),rgb(230 179 92 / .05));color:#fff;font-size:14px;cursor:pointer;transition:.25s}.load-more-btn:hover{background:rgb(230 179 92 / .25)}.load-more-btn.loading{pointer-events:none;opacity:.6}.skeleton{background:linear-gradient(90deg,#16161d 25%,#1f1f2a 37%,#16161d 63%);background-size:400% 100%;animation:skeleton 1.4s ease infinite;border-radius:14px;height:56px}@keyframes skeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}.selected-themes-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.selected-theme-chip{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;border-radius:20px;background:linear-gradient(90deg,rgb(230 179 92 / .25),rgb(230 179 92 / .15));color:#e6b35c;border:1px solid rgb(230 179 92 / .35)}.selected-theme-chip button{border:none;background:#fff0;color:#e6b35c;font-size:14px;cursor:pointer;line-height:1}.selected-theme-chip button:hover{color:#fff}.theme-card.selected{outline:2px solid rgb(230 179 92 / .6);background:linear-gradient(180deg,rgb(230 179 92 / .15),rgb(20 20 28 / .9))}.selected-themes-bar{display:none;flex-wrap:wrap;gap:8px;margin-bottom:12px}.playlist-item{display:flex;gap:12px;align-items:center;padding:10px;border-radius:12px;cursor:pointer;transition:.2s}.playlist-item:hover{background:rgb(255 255 255 / .06)}.playlist-item.active{background:linear-gradient(90deg,rgb(230 179 92 / .25),transparent)}.pl-thumb{width:56px;height:78px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#111}.pl-thumb img{width:100%;height:100%;object-fit:cover}.pl-info{flex:1;min-width:0}.pl-title{font-size:14px;font-weight:600;color:#fff;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-item.active .pl-title{color:#e6b35c}.theme-hint{margin-top:10px;font-size:14px;color:rgb(255 255 255 / .65);text-align:center}body.light .theme-hint{color:rgb(0 0 0 / .6)}#relatedPlotsTitle{font-size:15px;font-weight:600;margin-bottom:10px;color:#fff}body.light #relatedPlotsTitle{color:#111}.theme-cta{display:flex;flex-direction:column;align-items:center;gap:8px;margin:18px 0 22px}.theme-main-btn{width:100%;max-width:520px;padding:14px 22px;border-radius:999px;border:none;cursor:pointer;font-size:15px;font-weight:600;background:linear-gradient(90deg,#f2e8df,#e8d7c8);color:#111;box-shadow:0 10px 30px rgb(0 0 0 / .35),inset 0 1px 0 rgb(255 255 255 / .5);transition:.25s ease}.theme-main-btn:hover{transform:translateY(-1px);box-shadow:0 14px 36px rgb(0 0 0 / .45)}.theme-hint{font-size:13px;color:rgb(255 255 255 / .65);text-align:center;max-width:520px}body.light .theme-hint{color:rgb(0 0 0 / .6)}@media(max-width:768px){.theme-main-btn{max-width:100%}.theme-hint{font-size:12px;padding:0 12px}}.chips-loader{display:flex;flex-wrap:wrap;gap:8px}.chip-skeleton{height:32px;min-width:70px;border-radius:20px;background:linear-gradient(90deg,#16161d 25%,#1f1f2a 37%,#16161d 63%);background-size:400% 100%;animation:skeleton 1.4s ease infinite}body.light .chip-skeleton{background:linear-gradient(90deg,#eceef3 25%,#f5f6fa 37%,#eceef3 63%)}.hidden{display:none}@keyframes skeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}body.light{background:#f5f6fb;color:#111218}body.light .now-header{background:#fff;border:1px solid rgb(0 0 0 / .08);box-shadow:0 16px 40px rgb(0 0 0 / .08)}body.light .nh-left h1{color:#111218}body.light .nh-meta,body.light .nh-right{color:#55586c}body.light .video-box{background:#000;border-radius:18px;box-shadow:0 14px 36px rgb(0 0 0 / .14)}body.light .playlist{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light .playlist-item{color:#2b2d3a}body.light .playlist-item:hover{background:#eceef5}body.light .playlist-item.active{background:linear-gradient(90deg,rgb(230 179 92 / .45),transparent)}body.light .pl-title{color:#111218}body.light .box{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light .chip{background:#f1f2f6;color:#2b2d3a;border:1px solid rgb(0 0 0 / .05)}body.light .chip:hover{background:#e6b35c;color:#111}body.light #relatedPlotsList li{background:#f1f2f6;color:#2b2d3a}body.light #relatedPlotsList li.active{background:linear-gradient(135deg,#3d3656,#1c1a30);color:#fff}body.light .controls{background:#fff;border:1px solid rgb(0 0 0 / .08);box-shadow:0 10px 28px rgb(0 0 0 / .1)}body.light .controls-left small{color:#8b6a2b}body.light .ctrl-btn.ghost{color:#2b2d3a;border:1px solid rgb(0 0 0 / .2)}body.light .ctrl-btn.ghost:hover{background:#eceef5}body.light .ctrl-btn.primary{background:#e6b35c;color:#111}body.light .theme-main-btn{background:linear-gradient(90deg,#ffe9c7,#f3d9a6);color:#111218}body.light .chip-skeleton{background:linear-gradient(90deg,#e9ebf2 25%,#f5f6fb 37%,#e9ebf2 63%)}