body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin:0;background-color:#f5f5f5;color:#333;font-size:16px;overflow-x:hidden}html{overflow-x:hidden}.page{width:100%;padding-top:60px;box-sizing:border-box}.hero-section{margin:0;padding:0;position:relative;height:85vh;width:100vw;margin-left:calc(-50vw + 50%)}#drama-detail-page{padding-top:0}#play-page{padding-top:0;height:100vh;background:#000;overflow:hidden;position:relative}#video-container{width:100%;height:100vh;display:flex;flex-direction:column;background:#000;overflow:hidden}#play-drama-header{position:absolute;top:0;left:0;right:0;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);padding:12px 16px;display:flex;align-items:center;gap:12px;color:#fff}#play-drama-header .back-button{background:rgba(0,0,0,.5);border:none;color:#fff;padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:background-color .2s}#play-drama-header .back-button:hover{background:rgba(0,0,0,.7)}#play-drama-header .back-button i{width:20px;height:20px}#play-drama-title{font-size:16px;font-weight:600;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#video-player{width:100%;height:100vh;background:#000;object-fit:contain;outline:0}#video-player source{width:100%;height:100%}main{padding:0 12px 12px;width:100%;box-sizing:border-box}h1,h2,h3,h4{margin:0;font-weight:600}a{text-decoration:none;color:inherit}#main-header{display:flex;align-items:center;justify-content:center;padding:0 12px;height:60px;background-color:#fff;border-bottom:1px solid #e0e0e0;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;box-sizing:border-box}.header-placeholder{height:100%;width:100%}.main-title{font-size:22px;font-weight:700;color:#333;margin:0}#category-header,#game-header{display:flex;align-items:center;padding:0 12px;height:60px;background-color:#fff;border-bottom:1px solid #e0e0e0;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;box-sizing:border-box}.back-button{background:0 0;border:none;cursor:pointer;padding:10px;margin-right:10px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.back-button i{width:22px;height:22px;color:#333}#category-title,#game-title{font-size:18px;font-weight:600;flex:1;text-align:center;margin-right:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-spacer{width:44px;flex-shrink:0}#game-container{width:100%;height:100%;display:flex;flex-direction:column}#play-game-header{padding:0 15px;height:60px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}#play-game-title{font-size:16px;font-weight:600;color:#333}.exit-button{color:#666;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:5px;padding:8px;min-height:32px;border-radius:6px;transition:background-color .2s}.exit-button:active,.exit-button:hover{background-color:#f5f5f5;color:#333}#game-frame{flex-grow:1;border:none;width:100%}.category-section{background-color:#fff;margin:16px 0 10px;padding:16px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box;overflow:hidden}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.category-title{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.category-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.category-icon.strategy{background-color:#8b5cf6}.category-icon.sports{background-color:#f97316}.category-icon.action{background-color:#ef4444}.category-icon.casual{background-color:#3b82f6}.category-icon.arcade{background-color:#10b981}.category-header h2{font-size:18px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-link{font-size:14px;font-weight:600;color:#666;display:flex;align-items:center;gap:4px;padding:8px;min-height:32px;flex-shrink:0;white-space:nowrap}.more-link i{width:16px;height:16px}.game-grid-container{display:flex;flex-direction:column;gap:12px;width:100%;overflow:hidden}.game-row{display:flex;justify-content:space-around;align-items:flex-start;gap:8px;width:100%}.game-row[data-count="1"]{justify-content:center}.game-row[data-count="2"]{justify-content:space-around}.game-row[data-count="3"]{justify-content:space-between}.game-row[data-count="0"]{display:none}.category-games-section{background-color:#fff;margin:16px 0 10px;padding:16px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box}.category-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;overflow:hidden}.game-card{text-align:center;cursor:pointer;padding:4px;border-radius:8px;transition:transform .2s;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;flex:1;min-width:0}.game-card:active{transform:scale(.95)}.game-card img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;object-position:center;margin-bottom:8px;max-width:100%}.game-card h3{font-size:13px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:1.2;width:100%;max-width:100%}#game-detail-container{padding:16px;background-color:#fff;margin:0 0 10px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box;overflow:hidden}.game-info-section{display:flex;gap:16px;margin-bottom:24px;align-items:flex-start;width:100%;box-sizing:border-box}.game-icon-container{flex-shrink:0;width:80px;height:80px}.game-icon{width:80px;height:80px;border-radius:16px;object-fit:cover;object-position:center;background-color:#f0f0f0;display:block}.game-info{flex:1;min-width:0;overflow:hidden}.game-info h2{font-size:20px;font-weight:600;margin-bottom:8px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.players-count{font-size:14px;color:#666;margin:0 0 12px}.star-rating{display:flex;gap:2px}.star{width:16px;height:16px;color:gold;fill:#FFD700}.play-now-button{width:100%;padding:16px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;font-size:18px;font-weight:600;cursor:pointer;margin-bottom:28px;text-transform:uppercase;min-height:56px;transition:opacity .2s;box-sizing:border-box}.play-now-button:active{opacity:.8}.description-section,.preview-section{margin-bottom:28px}#recommend-section h3,.description-section h3,.preview-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#333}.preview-images{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;overflow:hidden}.preview-images img{border-radius:10px;aspect-ratio:16/9;object-fit:cover;object-position:center}.description-section p{line-height:1.6;color:#555;font-size:15px;margin:0;word-wrap:break-word;overflow-wrap:break-word}#recommend-section{padding:16px;background-color:#fff;margin:0 0 10px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box;overflow:hidden}#recommend-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:12px;width:100%;overflow:hidden}.game-card-small{cursor:pointer;padding:4px;transition:transform .2s;width:100%;box-sizing:border-box}.game-card-small:active{transform:scale(.95)}.game-card-small img{border-radius:10px;aspect-ratio:1/1;object-fit:cover;object-position:center;margin-bottom:8px}.game-card-small h4{font-size:12px;font-weight:500;text-align:center;margin:0;color:#333;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}footer{padding:12px;text-align:center;background:0 0;width:100%;box-sizing:border-box}#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .3s}.loader{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:480px){.category-full-grid{grid-template-columns:repeat(3,1fr);gap:10px}.category-games-section,.category-section{margin:8px 0;padding:14px;width:100%}#game-detail-container,#recommend-section{margin:10px 0;padding:12px;width:100%}.game-icon-container{width:70px;height:70px}.game-icon{width:70px;height:70px;border-radius:14px}.game-info h2{font-size:18px}.category-header h2{font-size:16px}#play-game-header{height:50px;padding:0 12px}#play-game-title{font-size:14px}.exit-button{font-size:12px;gap:3px}}@media (min-width:481px) and (max-width:576px){.category-full-grid{grid-template-columns:repeat(4,1fr);gap:12px}}@media (min-width:577px) and (max-width:768px){.category-full-grid{grid-template-columns:repeat(4,1fr);gap:14px}main{padding-top:60px}}@media (min-width:768px){#category-header,#game-header,#main-header{padding:0 20px}#game-detail-container,#recommend-section,.category-games-section,.category-section{margin:12px 0;padding:20px;width:100%}main{max-width:600px;margin:6px auto 0;padding-top:6px}.hero-section {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
}.category-full-grid{grid-template-columns:repeat(4,1fr);gap:16px}#recommend-list{grid-template-columns:repeat(3,1fr);gap:16px}.game-card h3,.game-card-small h4{font-size:14px}.game-icon-container{width:80px;height:80px}.game-icon{width:80px;height:80px;border-radius:16px}}@media (max-height:500px) and (orientation:landscape){main{padding-top:50px}#category-header,#game-header,#main-header{height:50px}.category-games-section,.category-section{margin:6px 12px;padding:12px;width:calc(100% - 24px)}#game-detail-container,#recommend-section{margin:6px 0;padding:12px;width:100%}#play-game-header{height:40px}}.game-card img,.game-card-small img,.game-icon-container .game-icon,.preview-images img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;background-color:#f0f0f0}.game-card .game-card-img-container,.game-card-small,.game-card-small .game-card-img-container,.game-icon-container,.preview-images>div{aspect-ratio:1/1;overflow:hidden;border-radius:12px}.preview-images>div{aspect-ratio:16/9}.drama-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px}.drama-card{cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.drama-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.drama-card:active{transform:scale(.98)}.drama-card-container{display:flex;flex-direction:column;height:100%}.drama-card-image{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden}.drama-card-img-container,.drama-card-img-container .image-container{width:100%;height:100%}.drama-card-img-container img{width:100%;height:100%;object-fit:cover;display:block}.drama-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0,transparent 30%,transparent 70%,rgba(0,0,0,.6) 100%);z-index:2;pointer-events:none}.drama-card-top{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;align-items:flex-start;z-index:3}.category-tag{background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.category-tag.drama{background:rgba(139,92,246,.9)}.category-tag.romance{background:rgba(236,72,153,.9)}.category-tag.comedy{background:rgba(34,197,94,.9)}.category-tag.action{background:rgba(239,68,68,.9)}.category-tag.thriller{background:rgba(15,23,42,.9)}.view-count{background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600}.hot-tag{position:absolute;bottom:8px;right:8px;background:linear-gradient(45deg,#ff6b35,#f7931e);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(255,107,53,.3);z-index:4}.drama-card-content{padding:12px;background:#fff;flex:1;display:flex;flex-direction:column}.content-tag{background:#fbbf24;color:#92400e;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;margin-bottom:8px}.drama-title{font-size:14px;font-weight:600;color:#1f2937;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:768px){.drama-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:12px}.drama-card-content{padding:10px}.drama-title{font-size:13px}.category-tag,.view-count{font-size:9px;padding:3px 6px}.hot-tag{padding:4px 8px;font-size:10px}.content-tag{font-size:9px;padding:3px 6px}}.detail-section{padding:16px;margin-bottom:8px;background:#fff;position:relative}.detail-section:first-of-type{border-radius:16px 16px 0 0;margin-top:-8px;z-index:2;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.detail-section-title{font-size:16px;font-weight:600;color:#9ca3af;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.tags-container{display:flex;flex-wrap:wrap;gap:8px}.tag-pill{background:#fbbf24;color:#92400e;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cast-container{display:flex;flex-wrap:wrap;gap:16px}.cast-member{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:60px}.cast-avatar{width:40px;height:40px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px;color:#fff;font-weight:700;font-size:14px}.cast-name{font-size:11px;color:#6b7280;line-height:1.2;max-width:60px;word-wrap:break-word}.directors-container{display:flex;flex-wrap:wrap;gap:8px}.director-name{font-size:14px;color:#374151;font-weight:500}.episode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:12px;max-width:100%}.episode-button{aspect-ratio:1;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:.2s}.episode-button:hover{background:#e5e7eb;border-color:#d1d5db}.episode-button:active{transform:scale(.95);background:#d1d5db}.hero-image-container{position:relative;width:100%;height:85vh;overflow:hidden}.hero-image,.hero-image .image-container{width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.drama-detail-back-button{position:absolute;top:20px;left:20px;z-index:10;background:rgba(0,0,0,.5);color:#fff;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.drama-detail-back-button:hover{background:rgba(0,0,0,.7)}.drama-detail-back-button i{width:24px;height:24px}.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,transparent 100%);padding:40px 24px;color:#fff}.hero-content{max-width:100%}.hero-title{font-size:28px;font-weight:800;margin:0 0 16px;color:#fff;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-meta{display:flex;gap:12px;margin-bottom:24px;align-items:center;flex-wrap:wrap}.hero-episodes{background:rgba(255,255,255,.2);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;backdrop-filter:blur(10px)}.hero-status{background:#22c55e;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.watch-now-button{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#fff;border:none;padding:16px 24px;border-radius:50px;font-size:18px;font-weight:700;cursor:pointer;transition:.3s;text-transform:uppercase;letter-spacing:1px;width:100%;box-shadow:0 4px 20px rgba(251,191,36,.3);text-shadow:0 1px 2px rgba(0,0,0,.2)}.watch-now-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(251,191,36,.4);background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.watch-now-button:active{transform:translateY(0);box-shadow:0 4px 20px rgba(251,191,36,.3)}.story-section{background:#f9fafb;margin:0;border-radius:0}.story-content{margin:0}.story-text{font-size:14px;line-height:1.6;color:#374151;white-space:pre-line}@media (max-width:768px){.detail-section{padding:12px}.detail-section:first-of-type{border-radius:12px 12px 0 0;margin-top:-6px}.detail-section-title{font-size:14px}.episode-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px}.episode-button{font-size:12px}.hero-image-container,.hero-section{height:80vh;min-height:80vh}.drama-detail-back-button{top:16px;left:16px;width:40px;height:40px}.drama-detail-back-button i{width:20px;height:20px}.hero-overlay{padding:32px 20px}.hero-title{font-size:24px;margin-bottom:12px}.hero-meta{margin-bottom:20px;gap:10px}.hero-episodes,.hero-status{font-size:11px;padding:5px 10px}.watch-now-button{font-size:16px;padding:14px 20px;letter-spacing:.5px}.cast-container{gap:12px}.cast-avatar{width:36px;height:36px;font-size:12px}.cast-name{font-size:10px;max-width:50px}}.section-header{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;margin:0}.section-icon{font-size:20px}.section-title{font-size:18px;font-weight:700;color:#1f2937;margin:0}.currently-airing{background:#fff;margin:0}.currently-airing-wrapper{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);padding:0;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.currently-airing-scroll{display:flex;gap:0;animation:16s linear infinite autoScroll;width:800vw}.currently-airing-scroll:hover{animation-play-state:paused}@keyframes autoScroll{0%,22.5%{transform:translateX(0)}25%,47.5%{transform:translateX(-100vw)}50%,72.5%{transform:translateX(-200vw)}75%,97%{transform:translateX(-300vw)}100%,99%{transform:translateX(-400vw)}}.featured-drama{flex-shrink:0;width:100vw;display:flex;align-items:center;gap:20px;padding:20px;cursor:pointer;transition:opacity .3s;box-sizing:border-box}.featured-drama:hover{opacity:.9}.featured-drama-image{flex-shrink:0;width:120px;aspect-ratio:3/4;border-radius:12px;overflow:hidden;position:relative}.featured-drama-image .image-container{width:100%;height:100%}.featured-drama-image img{width:100%;height:100%;object-fit:cover}.featured-drama-content{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.featured-drama-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hot-badge{background:linear-gradient(45deg,#ff6b35,#f7931e);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.featured-drama-title{font-size:20px;font-weight:700;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-drama-description{color:#6b7280;font-size:13px;line-height:1.4;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.featured-drama-meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#374151}.featured-drama-directors{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-drama-actors{color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-drama-tag{background:#fbbf24;color:#92400e;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;flex-shrink:0}.hot-section{background:#fff;margin:0}.hot-dramas-scroll{padding:16px;overflow-x:auto;overflow-y:hidden;display:flex;gap:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.hot-dramas-scroll::-webkit-scrollbar{display:none}.hot-drama-card{flex-shrink:0;width:120px;cursor:pointer;transition:transform .3s}.hot-drama-card:hover{transform:scale(1.05)}.hot-drama-card:active{transform:scale(.98)}.hot-drama-image{position:relative;width:120px;aspect-ratio:3/4;border-radius:12px;overflow:hidden;margin-bottom:8px}.hot-drama-image .image-container{width:100%;height:100%}.hot-drama-image img{width:100%;height:100%;object-fit:cover}.hot-drama-overlay{position:absolute;top:8px;right:8px;left:8px;display:flex;justify-content:space-between;align-items:flex-start}.hot-drama-category{background:rgba(0,0,0,.7);color:#fff;padding:3px 6px;border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase}.hot-drama-views{background:rgba(0,0,0,.7);color:#fff;padding:3px 6px;border-radius:4px;font-size:9px;font-weight:600}.hot-drama-title{font-size:12px;font-weight:600;color:#1f2937;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}.category-tabs-section{background:#fff;margin:16px 0 0}.category-tabs{display:flex;padding:0 16px 16px;gap:24px}.category-tab{background:0 0;border:none;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;padding:8px 0;position:relative;transition:color .3s}.category-tab.active{color:#fbbf24;font-weight:600}.category-tab.active::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#fbbf24;border-radius:2px}.category-tab:hover{color:#374151}.drama-grid{margin-top:0;background:#fff}@media (max-width:768px){.section-header{padding:12px}.section-title{font-size:16px}.featured-drama{padding:16px;gap:16px}.featured-drama-image{width:100px}.featured-drama-title{font-size:18px}.featured-drama-description{font-size:12px}.featured-drama-meta{font-size:11px}.featured-drama-tag{font-size:9px;padding:3px 8px}.hot-dramas-scroll{padding:12px;gap:12px}.ad-banner-container{margin:6px 0}.hot-drama-card,.hot-drama-image{width:100px}.hot-drama-title{font-size:11px}.category-tabs{padding:0 12px 12px;gap:20px}.category-tab{font-size:15px}}.ad-banner-container{width:100%;margin:8px 0;display:flex;justify-content:center;align-items:center;min-height:50px}.ad-placeholder{background:#f0f0f0;color:#888;padding:12px 24px;border:2px dashed #ddd;border-radius:8px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;text-align:center;min-width:120px}.AdAAnchor_Bot{bottom:0;position:fixed;width:100%;padding:2px 0}.AdAAnchor_Bot #AdAAnchorBtn{top:-16px;position:absolute;padding:1px 12px;font-family:sans-serif;font-size:6px;border-radius:3px 3px 0 0}.AdAAnchor_Top{top:0;position:fixed;width:100%;padding:2px 0}.AdAAnchor_Top #AdAAnchorBtn{bottom:-16px;position:absolute;padding:1px 12px;font-family:sans-serif;font-size:6px;border-radius:0 0 3px 3px}#AdAAnchor,#AdAAnchorBtn{z-index:999;background:#eee;border:0 solid #eee;left:0}#AdAAnchorAd{width:max-content;margin:0 auto;position:relative;overflow:hidden}#AdAAnchorBtn>i{border:solid #666;border-width:0 2.5px 2.5px 0;display:inline-block;padding:4px;position:relative;z-index:999}.AdA_bottomUp,.AdA_topDown{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);vertical-align:super;bottom:-6px}.AdA_bottomDown,.AdA_topUp{transform:rotate(45deg);-webkit-transform:rotate(45deg);vertical-align:super;bottom:0}.main-footer{background:#1f2937;color:#f9fafb;padding:40px 0 20px;margin-top:40px}.footer-content{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.footer-section{display:flex;flex-direction:column;gap:16px}.footer-title{font-size:18px;font-weight:600;color:#fbbf24;margin-bottom:8px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-link{color:#d1d5db;cursor:pointer;font-size:14px;transition:color .3s;line-height:1.6}.footer-link:hover{color:#fbbf24}.footer-text{color:#9ca3af;font-size:14px;line-height:1.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box;opacity:0;animation:.25s ease-out forwards modalFadeIn}.modal-content{background:#fff;border-radius:16px;max-width:420px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(20px) scale(.95);animation:.25s ease-out .1s forwards modalSlideIn}.modal-header{padding:20px 20px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f3f4;background:#fafbfc}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1a202c}.modal-close{background:#f7f8fa;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;color:#64748b;font-size:18px;flex-shrink:0}.modal-close:hover{background:#e2e8f0;color:#334155;transform:scale(1.05)}.modal-close:active{transform:scale(.95)}.modal-body{padding:20px;max-height:calc(85vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-body p{margin:0 0 14px;line-height:1.6;color:#4a5568;font-size:14px}.modal-body p:last-child{margin-bottom:0}.modal-large .modal-content{max-width:600px;max-height:90vh}.modal-large .modal-body{max-height:calc(90vh - 80px)}.modal-large .modal-body h4{color:#1f2937;font-size:16px;font-weight:600;margin:20px 0 12px;border-left:3px solid #fbbf24;padding-left:12px}.modal-large .modal-body h5{color:#374151;font-size:14px;font-weight:600;margin:16px 0 8px}.modal-large .modal-body ul{margin:8px 0 16px;padding-left:20px}.modal-large .modal-body li{margin-bottom:6px;line-height:1.5;color:#4a5568}.modal-large .modal-body strong{color:#1f2937;font-weight:600}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalSlideIn{from{transform:translateY(20px) scale(.95)}to{transform:translateY(0) scale(1)}}.modal-overlay.closing{animation:.2s ease-in forwards modalFadeOut}.modal-overlay.closing .modal-content{animation:.2s ease-in forwards modalSlideOut}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideOut{from{transform:translateY(0) scale(1)}to{transform:translateY(10px) scale(.96)}}@media (max-width:768px){.main-footer{padding:32px 0 16px;margin-top:24px}.footer-content{gap:24px;grid-template-columns:1fr;padding:0 12px}.footer-title{font-size:16px}.footer-link,.footer-text{font-size:13px}.modal-overlay{padding:12px;align-items:center}.modal-content{max-height:85vh;border-radius:16px;width:95%;max-width:380px}.modal-header{padding:16px 16px 8px;background:#fafbfc}.modal-header h3{font-size:16px}.modal-close{width:28px;height:28px;font-size:16px}.modal-body{padding:16px}.modal-body p{margin:0 0 12px;font-size:13px}.modal-large .modal-content{width:98%;max-width:none;max-height:92vh}.modal-large .modal-body{padding:12px;max-height:calc(92vh - 60px)}.modal-large .modal-body h4{font-size:14px;margin:16px 0 8px;padding-left:8px;border-left-width:2px}.modal-large .modal-body h5{font-size:13px;margin:12px 0 6px}.modal-large .modal-body ul{padding-left:16px;margin:6px 0 12px}.modal-large .modal-body li{font-size:12px;margin-bottom:4px}}