
:root{--bg:#000;--panel:#1d2226;--panel2:#121518;--text:#f6f8fb;--muted:#a6b1bd;--line:#252b31;--yellow:#ffc72c;--green:#62d254;--accent:#ffc72c;--red:#ff4b32;--radius:14px;--shadow:0 16px 40px rgba(0,0,0,.45)}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:#000;color:var(--text);font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;font-size:14px;line-height:1.6}.st-page{min-height:100vh;background:#000}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.st-container{width:min(1320px,calc(100% - 40px));margin:0 auto}.st-header{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.94);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(14px)}.st-head-main{height:76px;display:grid;grid-template-columns:210px minmax(240px,360px) 1fr;gap:28px;align-items:center}.st-brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900;color:#ffe76a;letter-spacing:.5px;white-space:nowrap}.st-brand i{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#32cf46,#d8ff2e);position:relative;box-shadow:0 0 22px rgba(98,210,84,.3)}.st-brand i:before{content:'🐍';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:28px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4))}.st-search{height:40px;border-radius:12px;background:#15181c;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 12px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.st-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:14px}.st-search input::placeholder{color:#9aa2aa}.st-search button{border:0;background:transparent;color:#dfe4e8;font-size:22px;width:34px;cursor:pointer}.st-nav{display:flex;justify-content:flex-end;align-items:center;gap:34px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.st-nav::-webkit-scrollbar,.drag-scroll::-webkit-scrollbar{display:none}.st-nav a{font-weight:800;color:#fff;position:relative;padding:26px 0 24px}.st-nav a.active,.st-nav a:hover{color:var(--yellow)}.st-nav a.active:after{content:'';position:absolute;left:50%;bottom:15px;transform:translateX(-50%);width:24px;height:4px;border-radius:99px;background:var(--yellow)}.st-main{padding:26px 0 54px}.st-section{margin:0 0 42px}.st-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 20px}.st-section-title h2{margin:0;font-size:24px;line-height:1.1;font-weight:900;position:relative;padding-left:14px}.st-section-title h2:before{content:'';position:absolute;left:0;top:3px;bottom:2px;width:4px;background:var(--yellow);border-radius:2px}.st-section-title a,.st-section-title span{color:#c8d0d7}.st-sub-links{display:flex;gap:14px;overflow-x:auto;white-space:nowrap;color:#9ca6af}.st-sub-links a:hover{color:var(--yellow)}.st-ethics-section{padding:22px;border-radius:18px;background:linear-gradient(180deg,rgba(255,199,44,.10),rgba(255,199,44,.02));border:1px solid rgba(255,199,44,.18);box-shadow:var(--shadow)}.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 22px}.st-feature-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.st-home-grid,.st-list-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.st-related-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.poster-card{display:block;min-width:0}.poster-img{position:relative;overflow:hidden;border-radius:10px;background:#161a1e;aspect-ratio:2/3;box-shadow:0 8px 24px rgba(0,0,0,.48)}.poster-img img{width:100%;height:100%;object-fit:cover;transition:.25s}.poster-card:hover .poster-img img{transform:scale(1.045)}.poster-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#ffe56a;font-weight:900;background:linear-gradient(135deg,#20252a,#111)}.poster-empty:before{content:'🐍';display:block;font-size:60px}.poster-tag{position:absolute;right:6px;bottom:6px;max-width:70%;padding:2px 8px;border-radius:6px;background:rgba(0,0,0,.66);color:#fff;font-style:normal;font-size:12px;font-weight:800}.poster-score{position:absolute;left:6px;top:6px;padding:2px 7px;border-radius:99px;background:rgba(255,199,44,.92);color:#111;font-size:12px}.poster-desc{display:none}.poster-title{display:block;margin-top:9px;color:#f7f7f7;font-weight:800;font-size:15px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-meta{display:none}.poster-card:hover .poster-title{color:var(--yellow)}.empty-state{padding:34px;border:1px solid var(--line);border-radius:14px;background:#15191d;color:var(--muted)}.st-breadcrumb{color:#9aa6b0;margin-bottom:18px}.st-breadcrumb a:hover{color:var(--yellow)}.st-breadcrumb span{margin:0 9px;color:#59636c}.st-library-head{display:flex;align-items:flex-end;border-bottom:1px solid var(--line);padding:6px 0 24px;margin-bottom:18px}.st-library-head h1{margin:0;font-size:30px;font-weight:900}.st-library-head small{margin-left:14px;color:#7e8790}.st-filters{margin-bottom:26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#111416}.st-filter-row{display:flex;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid #20252b;overflow-x:auto;white-space:nowrap}.st-filter-row:last-child{border-bottom:0}.st-filter-row b{color:#ffde59;min-width:56px}.st-filter-row a,.st-filter-row span{padding:6px 13px;border-radius:9px;color:#d5dce2;background:#1d2227}.st-filter-row a.active,.st-filter-row a:hover{background:var(--yellow);color:#111;font-weight:900}.pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:34px}.pagination a,.pagination span{min-width:36px;height:36px;padding:0 12px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#1b2025;border:1px solid #2a3138;color:#d5dce2}.pagination a.active,.pagination a:hover{background:var(--yellow);color:#111;border-color:var(--yellow);font-weight:900}.st-detail-card{position:relative;display:grid;grid-template-columns:220px 1fr;gap:26px;background:#1c2126;border:1px solid #282f35;border-radius:14px;padding:22px;box-shadow:var(--shadow);margin-bottom:30px}.st-detail-poster img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:10px}.st-detail-info h1{margin:0 0 12px;font-size:28px}.st-detail-info h1 small{font-size:15px;color:var(--yellow);margin-left:8px}.st-meta-line{margin:8px 0;color:#d8e0e7}.st-detail-summary{color:#c0c9d1;max-width:900px}.btn-primary,.watch-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:10px 22px;border-radius:10px;background:linear-gradient(90deg,#ffd044,#ffb400);color:#111;font-weight:900;box-shadow:0 12px 24px rgba(255,199,44,.18)}.st-tabs{display:flex;gap:16px;border-bottom:1px solid #252b31;margin-bottom:16px}.st-tabs span{padding:10px 0;color:#bbb}.st-tabs .active{color:var(--yellow);border-bottom:2px solid var(--yellow)}.episode-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.episode-grid a{height:38px;border-radius:8px;background:#22282d;display:flex;align-items:center;justify-content:center;color:#dce2e7;border:1px solid #2d343a}.episode-grid a:hover,.episode-grid a.active{background:var(--yellow);border-color:var(--yellow);color:#111;font-weight:900}.article-text{padding:20px;background:#121518;border-radius:12px;border:1px solid #22282e;color:#d5dce3;line-height:2}.st-player-wrap{margin-bottom:24px}.st-player-box{position:relative;background:#050505;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/9}.video-player{width:100%;height:100%;background:#000;display:block}.big-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,199,44,.9);color:#111;font-size:32px;cursor:pointer}.player-empty{height:100%;display:flex;align-items:center;justify-content:center;color:#999}.st-play-title{display:grid;grid-template-columns:120px 1fr 120px;align-items:center;gap:16px;margin-top:18px}.st-play-title h1{margin:0;text-align:center;font-size:22px}.st-play-title a{color:#fff;text-align:center}.st-play-title a:hover{color:var(--yellow)}.st-footer{border-top:1px solid #20262b;background:#1a1f24;color:#c9d0d6;text-align:center;padding:30px 0;margin-top:40px}.st-disclaimer{max-width:920px;margin:0 auto 12px;color:#aeb8c0}.st-footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:8px}.st-footer-links a:hover{color:var(--yellow)}.st-mobile-bottom{display:none}.st-backtop{position:fixed;right:28px;bottom:28px;width:48px;height:48px;border:0;border-radius:14px;background:#2b3136;color:#fff;align-items:center;justify-content:center;font-size:24px;cursor:pointer;z-index:60;box-shadow:var(--shadow)}.share-row,.rank-panel{display:none}
@media (max-width:1180px){.poster-grid,.st-feature-grid,.st-home-grid,.st-list-grid,.st-related-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.st-head-main{grid-template-columns:180px 1fr}.st-nav{grid-column:1/-1;justify-content:flex-start;height:48px}.st-head-main{height:auto;padding:14px 0}.st-search{grid-column:2}.st-nav a{padding:10px 0}.st-nav a.active:after{bottom:4px}}
@media (max-width:820px){body{background:#363636}.st-page{width:min(720px,100%);margin:0 auto;background:#000;min-height:100vh}.st-container{width:100%;padding-left:18px;padding-right:18px}.st-header{position:sticky;background:#000}.st-head-main{display:flex;flex-wrap:wrap;gap:10px;padding:16px 14px 0}.st-brand{font-size:22px;width:185px}.st-brand i{width:36px;height:36px}.st-search{order:2;flex:1 1 100%;height:46px;border-radius:24px;background:#151515}.st-nav{order:3;display:flex;width:100%;gap:26px;justify-content:flex-start;height:48px;padding:0;overflow-x:auto}.st-nav a{font-size:18px;padding:10px 0 12px}.st-nav a.active:after{bottom:3px;width:30px;background:var(--yellow)}.st-main{padding:18px 0 90px}.st-section{margin-bottom:34px}.st-section-title h2{font-size:24px}.st-ethics-section{margin-left:14px;margin-right:14px;padding:18px 12px;border-radius:18px;background:#070707}.poster-grid,.st-feature-grid,.st-home-grid,.st-list-grid,.st-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}.poster-img{border-radius:10px}.poster-title{text-align:left;font-size:17px;margin-top:8px;white-space:nowrap}.poster-tag{font-size:12px;right:5px;bottom:5px}.st-sub-links{max-width:50vw}.st-breadcrumb{display:none}.st-library-head{justify-content:center;background:#111820;margin:0 -18px 14px;padding:26px 18px 18px;border-bottom:0}.st-library-head h1{font-size:24px;text-align:center}.st-library-head small{font-size:20px;color:#818b93}.st-filters{margin:0 -18px 20px;padding:0 18px;background:#111820}.st-filter-row{gap:18px}.st-filter-row b{font-size:18px;color:#f0f3f5}.st-filter-row a,.st-filter-row span{background:transparent;padding:4px 0;font-size:17px;color:#d5dde4}.st-filter-row a.active{background:#ffe8e4;color:#fb2135;padding:7px 14px;border-radius:9px}.episode-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-height:430px;overflow-y:auto;padding-right:4px}.episode-grid a{height:46px;background:#252a2e}.st-detail-card{display:block;margin:0 -4px 28px;padding:0 0 22px;background:#1d2226;border-radius:0;border:0;box-shadow:none}.st-detail-poster{display:flex;justify-content:center;padding-top:18px}.st-detail-poster img{width:42%;max-width:240px}.st-detail-info{padding:20px}.st-detail-info h1{text-align:center;font-size:28px}.st-detail-info .btn-primary{margin-left:auto;margin-right:auto;display:flex;width:180px}.article-text{font-size:17px;line-height:2;background:#0e1114}.st-player-box{border-radius:0;margin:0 -18px;aspect-ratio:16/10}.st-play-title{grid-template-columns:1fr;gap:8px;background:#1b2024;border-radius:18px 18px 0 0;padding:20px;text-align:left}.st-play-title h1{text-align:left;font-size:24px}.st-play-title a{text-align:left;color:#aeb8c2}.st-player-wrap .st-meta-line{padding:0 2px}.big-play{width:64px;height:64px}.pagination{margin-bottom:10px}.st-footer{display:none}.st-mobile-bottom{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(720px,100%);height:70px;display:grid;grid-template-columns:repeat(6,1fr);background:rgba(22,24,25,.92);backdrop-filter:blur(12px);z-index:70;border-top:1px solid rgba(255,255,255,.08)}.st-mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#d9dde0;font-size:12px}.st-mobile-bottom span{font-size:22px;line-height:1}.st-backtop{right:20px;bottom:84px;width:48px;height:48px;background:#3a3f45}.page-play .st-header{position:relative}.page-play .st-mobile-bottom{grid-template-columns:repeat(2,1fr)}.page-play .st-mobile-bottom a:nth-child(n+3){display:none}}
@media (max-width:520px){.st-container{padding-left:14px;padding-right:14px}.st-brand{font-size:20px;width:145px}.st-search{height:42px}.st-nav{gap:22px}.st-nav a{font-size:16px}.poster-grid,.st-feature-grid,.st-home-grid,.st-list-grid,.st-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px}.poster-title{font-size:14px}.st-section-title h2{font-size:20px}.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.st-detail-poster img{width:54%}.st-detail-info h1{font-size:24px}.article-text{font-size:16px}.st-mobile-bottom a{font-size:11px}}
