/*水帘瀑布流 - ID: 162026011616423265079304 */:root{--color-primary:#00b4d8;--color-primary-dark:#0077b6;--color-primary-light:#90e0ef;--color-accent:#48cae4;--color-bg:#1a0b2e;--color-text:#f5f3ff;--color-surface:#2d1b69;--color-border:#3c2a8c;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 8px rgba(0,0,0,.15);--shadow-lg:0 8px 16px rgba(0,0,0,.2);--shadow-xl:0 12px 24px rgba(0,0,0,.25);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-2xl:30px;--max-width:1400px;--header-height:70px;--nav-height:50px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;font-size:14px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:768px){body{font-size:16px;line-height:1.8;-webkit-text-size-adjust:100%!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.release-gotem-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}@media (max-width:768px){.release-gotem-container{padding:0 15px}}.release-gotem-header{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-xl);height:var(--header-height);border-bottom:3px solid var(--color-accent)}.release-gotem-header .release-gotem-container{display:flex;justify-content:space-between;align-items:center;height:100%}.release-gotem-logo{display:flex;align-items:center;gap:15px}.release-gotem-logo-icon{font-size:28px;background:rgba(255,255,255,.2);padding:8px;border-radius:var(--radius-md)}.release-gotem-logo h1{font-size:24px;margin-bottom:5px;font-weight:800}.release-gotem-logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}.release-gotem-site-desc{font-size:12px;opacity:.9;font-weight:300;background:rgba(255,255,255,.1);padding:4px 8px;border-radius:var(--radius-sm)}.release-gotem-search-box{flex:1;max-width:500px;margin:0 30px}.release-gotem-search-box form{display:flex;height:40px}.release-gotem-search-box input{flex:1;padding:0 15px;border:none;border-radius:var(--radius-md) 0 0 var(--radius-md);font-size:14px;outline:none;transition:all .3s;background:rgba(255,255,255,.2);color:#fff}.release-gotem-search-box input::placeholder{color:rgba(255,255,255,.7)}.release-gotem-search-box input:focus{background:rgba(255,255,255,.3);box-shadow:0 0 0 3px var(--color-accent)}.release-gotem-search-box button{background:var(--color-accent);color:#fff;border:none;padding:0 25px;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer;font-weight:600;transition:all .3s}.release-gotem-search-box button:hover{background:var(--color-primary-light);transform:scale(1.05)}.release-gotem-user-actions{display:flex;gap:10px}.release-gotem-btn-login,.release-gotem-btn-register{padding:8px 16px;border-radius:var(--radius-md);text-decoration:none;font-size:13px;font-weight:600;transition:all .3s;border:2px solid transparent}.release-gotem-btn-login{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}.release-gotem-btn-register{background:#fff;color:var(--color-primary)}.release-gotem-btn-login:hover,.release-gotem-btn-register:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.release-gotem-header .release-gotem-container{justify-content:space-between;padding:0 10px}.release-gotem-logo{gap:8px;min-width:0;overflow:hidden}.release-gotem-logo h1{font-size:18px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.release-gotem-logo-icon{font-size:22px}.release-gotem-site-desc{display:none}.release-gotem-search-box{display:none}.release-gotem-user-actions{display:none}}.release-gotem-nav{background:linear-gradient(90deg,var(--color-surface),var(--color-bg));border-bottom:2px solid var(--color-accent);height:var(--nav-height);position:sticky;top:var(--header-height);z-index:999;box-shadow:var(--shadow-lg)}.release-gotem-nav .release-gotem-container{height:100%;display:flex;align-items:center}.release-gotem-nav-main{display:flex;align-items:center;justify-content:space-between;width:100%}.release-gotem-nav-domain{color:var(--color-accent);font-size:14px;font-weight:600;padding:8px 16px;white-space:nowrap;display:flex;align-items:center;background:rgba(0,0,0,.1);border-radius:var(--radius-md);border-left:2px solid var(--color-accent)}.release-gotem-nav-hamburger .release-gotem-nav-domain{margin-left:20px}.release-gotem-nav-horizontal .release-gotem-nav-domain{margin-left:30px}.release-gotem-nav-hamburger .release-gotem-container{justify-content:space-between}.release-gotem-nav-horizontal .release-gotem-nav-scroll{flex:1;overflow:hidden}.release-gotem-nav-scroll{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 10px}.release-gotem-nav-scroll::-webkit-scrollbar{display:none}.release-gotem-nav-main ul{display:flex;list-style:none;height:100%;align-items:center;margin:0;padding:0}.release-gotem-nav-horizontal .release-gotem-nav-main ul{gap:0}.release-gotem-nav-hamburger .release-gotem-nav-main ul{gap:30px}.release-gotem-nav-main a{color:var(--color-text);text-decoration:none;padding:10px 18px;border-radius:var(--radius-md);transition:all .3s;font-weight:600;position:relative;display:flex;align-items:center;gap:8px;white-space:nowrap;border:2px solid transparent}.release-gotem-nav-main a:hover,.release-gotem-nav-main .release-gotem-active{background:var(--color-primary);color:#fff;border-color:var(--color-accent);transform:translateY(-2px)}.release-gotem-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:10px;background:none;border:none;position:relative;z-index:1001}.release-gotem-hamburger span{display:block;width:25px;height:3px;background:var(--color-text);border-radius:2px;transition:all .3s}.release-gotem-hamburger.release-gotem-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.release-gotem-hamburger.release-gotem-active span:nth-child(2){opacity:0}.release-gotem-hamburger.release-gotem-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.release-gotem-nav-hamburger .release-gotem-hamburger{display:flex}.release-gotem-nav-hamburger .release-gotem-nav-main{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-surface);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000;padding-top:0;opacity:0;visibility:hidden;box-shadow:var(--shadow-xl);flex-direction:column;align-items:stretch;padding:0;border-top:2px solid var(--color-accent)}.release-gotem-nav-hamburger .release-gotem-nav-main.release-gotem-open{max-height:calc(100vh - var(--header-height));opacity:1;visibility:visible}.release-gotem-nav-hamburger .release-gotem-nav-main ul{flex-direction:column;gap:0;padding:20px;height:auto;align-items:stretch}.release-gotem-nav-hamburger .release-gotem-nav-main li{width:100%}.release-gotem-nav-hamburger .release-gotem-nav-main a{display:block;padding:15px 20px;border-radius:var(--radius-md);margin-bottom:10px;font-size:16px;background:var(--color-bg);border:2px solid var(--color-border)}.release-gotem-nav-hamburger .release-gotem-nav-main a:hover,.release-gotem-nav-hamburger .release-gotem-active{background:var(--color-primary);color:#fff;border-color:var(--color-accent);transform:translateY(0)}.release-gotem-nav-hamburger .release-gotem-nav-domain{padding:15px 20px;border-top:2px solid var(--color-border);margin:10px 20px 0 20px;justify-content:center}}@media (max-width:992px){.release-gotem-nav-horizontal .release-gotem-hamburger{display:none}.release-gotem-nav-horizontal .release-gotem-nav-scroll{padding:0 5px}.release-gotem-nav-horizontal .release-gotem-nav-main a{padding:8px 12px;font-size:13px}.release-gotem-nav-horizontal .release-gotem-nav-domain{display:none}}.release-gotem-banner{padding:80px 0 50px 0;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary),var(--color-accent));color:#fff;text-align:center;position:relative;z-index:10;overflow:hidden}.release-gotem-banner::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L200,200 M200,0 L0,200 M100,0 L100,200 M0,100 L200,100' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E");opacity:.1}.release-gotem-banner-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.release-gotem-banner h2{font-size:48px;margin-bottom:25px;font-weight:900;text-shadow:0 4px 12px rgba(0,0,0,.4)}.release-gotem-banner p{font-size:22px;margin-bottom:50px;opacity:.9;text-shadow:0 2px 8px rgba(0,0,0,.3)}.release-gotem-gallery-tags{padding:30px 0;background:rgba(0,0,0,.1);position:relative;z-index:20}.release-gotem-gallery-tags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:25px}.release-gotem-gallery-tag{display:flex;align-items:center;gap:20px;padding:20px 40px;background:rgba(255,255,255,.15);color:#fff;border-radius:var(--radius-2xl);cursor:pointer;transition:all .4s;text-decoration:none;border:3px solid rgba(255,255,255,.3);backdrop-filter:blur(15px);box-shadow:0 12px 40px rgba(0,0,0,.3);position:relative;overflow:hidden}.release-gotem-gallery-tag::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%);transition:transform .6s}.release-gotem-gallery-tag:hover{background:rgba(255,255,255,.25);transform:translateY(-10px) scale(1.08);box-shadow:0 20px 50px rgba(0,0,0,.4);border-color:rgba(255,255,255,.5)}.release-gotem-gallery-tag:hover::before{transform:translateX(100%)}.release-gotem-gallery-tag-icon{font-size:32px;z-index:1}.release-gotem-gallery-tag-text{font-size:20px;font-weight:800;white-space:nowrap;z-index:1}@media (max-width:768px){.release-gotem-banner{padding:50px 0 30px 0}.release-gotem-banner h2{font-size:32px;margin-bottom:15px}.release-gotem-banner p{font-size:18px;margin-bottom:30px}.release-gotem-gallery-tags-container{gap:15px}.release-gotem-gallery-tag{padding:15px 25px;gap:12px}.release-gotem-gallery-tag-icon{font-size:24px}.release-gotem-gallery-tag-text{font-size:16px}}@media (max-width:576px){.release-gotem-banner{padding:40px 0 20px 0}.release-gotem-banner h2{font-size:28px}.release-gotem-banner p{font-size:16px;margin-bottom:25px}.release-gotem-gallery-tags-container{flex-direction:column;align-items:stretch;gap:12px}.release-gotem-gallery-tag{justify-content:center;padding:18px 25px}.release-gotem-gallery-tag-text{font-size:17px}}@media (max-width:480px){.release-gotem-gallery-tag{gap:10px;padding:15px 20px}.release-gotem-gallery-tag-icon{font-size:22px}.release-gotem-gallery-tag-text{font-size:15px}}.release-gotem-main{flex:1;padding:50px 0}@media (max-width:768px){.release-gotem-main{padding:30px 0}}.release-gotem-section{margin-bottom:80px}@media (max-width:768px){.release-gotem-section{margin-bottom:50px}}.release-gotem-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px;flex-wrap:wrap;gap:25px;position:relative;padding-bottom:25px;border-bottom:3px solid var(--color-accent)}.release-gotem-section-title{font-size:32px;font-weight:900;display:flex;align-items:center;gap:20px;color:var(--color-text);position:relative}.release-gotem-section-title::after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--color-primary);border-radius:2px}.release-gotem-section-desc{color:var(--color-text);opacity:.8;font-size:18px;flex:1;margin:0 30px}.release-gotem-section-more{padding:14px 35px;background:linear-gradient(45deg,var(--color-primary),var(--color-accent));color:#fff;text-decoration:none;border-radius:var(--radius-lg);font-size:18px;transition:all .4s;white-space:nowrap;font-weight:700;letter-spacing:.8px;border:2px solid transparent}.release-gotem-section-more:hover{background:linear-gradient(45deg,var(--color-primary-dark),var(--color-primary));transform:translateX(15px) scale(1.08);box-shadow:0 10px 30px rgba(0,0,0,.3);border-color:var(--color-accent)}@media (max-width:768px){.release-gotem-section-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px;padding-bottom:20px}.release-gotem-section-title{font-size:26px}.release-gotem-section-desc{font-size:16px;margin:0 0 15px 0;line-height:1.6}.release-gotem-section-more{padding:12px 25px;font-size:16px;align-self:flex-start}}@media (max-width:480px){.release-gotem-section-title{font-size:22px;gap:12px}.release-gotem-section-desc{font-size:15px}}.release-gotem-waterfall-container{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin:40px 0}@media (max-width:992px){.release-gotem-waterfall-container{gap:25px}}@media (max-width:768px){.release-gotem-waterfall-container{grid-template-columns:1fr;gap:20px;margin:30px 0}}.release-gotem-waterfall-column{display:flex;flex-direction:column;gap:35px}@media (max-width:768px){.release-gotem-waterfall-column{gap:25px}}.release-gotem-gallery-item{background:linear-gradient(135deg,var(--color-surface),var(--color-bg));border-radius:30px 30px 50px 50px;overflow:hidden;box-shadow:var(--shadow-lg);transition:all .6s;position:relative;text-decoration:none;color:inherit;min-height:320px;display:flex;flex-direction:column;border:3px solid var(--color-border);clip-path:polygon(0 0,100% 0,100% 90%,50% 100%,0 90%)}.release-gotem-gallery-item:hover{transform:translateY(-12px) scale(1.04);box-shadow:var(--shadow-xl);border-color:var(--color-accent);clip-path:polygon(0 0,100% 0,100% 85%,50% 95%,0 85%)}@media (max-width:768px){.release-gotem-gallery-item{min-height:auto;margin-bottom:0;clip-path:none;border-radius:var(--radius-xl)}.release-gotem-gallery-item:hover{transform:translateY(-5px) scale(1.02);clip-path:none}}.release-gotem-gallery-content{flex:1;display:flex;flex-direction:column;gap:0}.release-gotem-gallery-poster{width:100%;height:250px;position:relative;overflow:hidden;flex-shrink:0;border-bottom:3px solid var(--color-accent)}@media (max-width:768px){.release-gotem-gallery-poster{height:200px}}@media (max-width:480px){.release-gotem-gallery-poster{height:180px}}.release-gotem-poster-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s;filter:brightness(0.9)}.release-gotem-gallery-item:hover .release-gotem-poster-image{transform:scale(1.15) rotate(1deg);filter:brightness(1.1)}@media (max-width:768px){.release-gotem-gallery-item:hover .release-gotem-poster-image{transform:scale(1.1) rotate(0);filter:brightness(1.05)}}.release-gotem-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,0,0,.4),rgba(0,0,0,.7));opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;z-index:3}.release-gotem-gallery-item:hover .release-gotem-play-overlay{opacity:1}.release-gotem-play-button{width:85px;height:85px;background:radial-gradient(circle,var(--color-accent),var(--color-primary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;transform:scale(0.6) rotate(-30deg);transition:all .6s;cursor:pointer;box-shadow:0 15px 40px rgba(0,0,0,.6);border:4px solid rgba(255,255,255,.4)}@media (max-width:768px){.release-gotem-play-button{width:70px;height:70px;font-size:30px}}.release-gotem-gallery-item:hover .release-gotem-play-button{transform:scale(1) rotate(0)}.release-gotem-gallery-badge{position:absolute;top:25px;right:25px;background:linear-gradient(45deg,var(--color-accent),var(--color-primary));color:#fff;padding:12px 25px;border-radius:25px;font-size:18px;font-weight:900;z-index:2;border:3px solid #fff;box-shadow:0 8px 25px rgba(0,0,0,.4)}@media (max-width:768px){.release-gotem-gallery-badge{top:15px;right:15px;padding:8px 16px;font-size:14px}}.release-gotem-gallery-tag-top-left{position:absolute;top:25px;left:25px;background:rgba(0,0,0,.9);color:#FFD700;padding:12px 25px;border-radius:25px;font-weight:900;font-size:20px;z-index:2;display:flex;align-items:center;gap:10px;border:3px solid #FFD700;box-shadow:0 8px 25px rgba(0,0,0,.4)}@media (max-width:768px){.release-gotem-gallery-tag-top-left{top:15px;left:15px;padding:8px 16px;font-size:16px}}.release-gotem-gallery-tag-bottom-right{position:absolute;bottom:25px;right:25px;background:rgba(0,0,0,.9);color:#fff;padding:10px 22px;border-radius:var(--radius-lg);font-size:18px;font-weight:800;z-index:2;display:flex;align-items:center;gap:8px;border:3px solid var(--color-accent);box-shadow:0 8px 25px rgba(0,0,0,.4)}@media (max-width:768px){.release-gotem-gallery-tag-bottom-right{bottom:15px;right:15px;padding:6px 14px;font-size:14px}}.release-gotem-gallery-info{padding:35px 30px 45px 30px;flex:1;display:flex;flex-direction:column;gap:25px}@media (max-width:768px){.release-gotem-gallery-info{padding:25px;gap:18px}}@media (max-width:480px){.release-gotem-gallery-info{padding:20px;gap:15px}}.release-gotem-gallery-title{font-size:26px;font-weight:900;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:68px;word-break:break-word;overflow-wrap:break-word;color:var(--color-text);text-shadow:0 2px 5px rgba(0,0,0,.2)}@media (max-width:768px){.release-gotem-gallery-title{font-size:22px;min-height:auto;margin-bottom:0}}@media (max-width:480px){.release-gotem-gallery-title{font-size:20px}}.release-gotem-gallery-description{font-size:17px;line-height:1.8;color:var(--color-text);opacity:.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-shrink:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:768px){.release-gotem-gallery-description{font-size:16px;-webkit-line-clamp:2}}@media (max-width:480px){.release-gotem-gallery-description{font-size:15px;line-height:1.7}}.release-gotem-gallery-meta-row{display:flex;gap:30px;margin-top:auto;padding-top:25px;border-top:3px solid var(--color-border);flex-wrap:wrap}@media (max-width:768px){.release-gotem-gallery-meta-row{gap:20px;padding-top:20px}}@media (max-width:480px){.release-gotem-gallery-meta-row{gap:15px;justify-content:space-between}}.release-gotem-meta-item{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--color-text);opacity:.9;font-weight:800;flex-shrink:0}@media (max-width:480px){.release-gotem-meta-item{font-size:14px;gap:8px}}.release-gotem-meta-icon{font-size:20px;color:var(--color-accent)}@media (max-width:480px){.release-gotem-meta-icon{font-size:18px}}.release-gotem-meta-text{color:var(--color-primary);word-break:keep-all;font-weight:900}.release-gotem-gallery-tags-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:3px solid var(--color-border);flex-wrap:wrap;gap:12px}@media (max-width:768px){.release-gotem-gallery-tags-row{justify-content:flex-start;gap:10px;margin-top:15px;padding-top:15px}}@media (max-width:480px){.release-gotem-gallery-tags-row{flex-direction:column;align-items:flex-start;gap:8px}}.release-gotem-tags-left{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:480px){.release-gotem-tags-left{width:100%}}.release-gotem-tag-item{background:radial-gradient(circle,var(--color-primary),var(--color-accent));color:#fff;padding:7px 18px;border-radius:25px;font-size:14px;font-weight:900;letter-spacing:.7px;white-space:nowrap;border:3px solid rgba(255,255,255,.3)}@media (max-width:480px){.release-gotem-tag-item{font-size:13px;padding:6px 15px}}.release-gotem-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px;margin:40px 0}@media (max-width:768px){.release-gotem-category-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;margin:30px 0}}@media (max-width:480px){.release-gotem-category-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:15px}}.release-gotem-category-item{background:var(--color-surface);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);transition:all .4s;position:relative;text-decoration:none;color:var(--color-text);border:3px solid transparent;transform:translateY(0)}.release-gotem-category-item:hover{background:linear-gradient(45deg,var(--color-surface),var(--color-primary));color:#fff;transform:translateY(-8px) scale(1.08);box-shadow:var(--shadow-xl);border-color:var(--color-accent)}.release-gotem-category-icon{font-size:42px;margin-bottom:20px;text-align:center;padding-top:35px}.release-gotem-category-name{display:block;font-size:20px;font-weight:800;margin-bottom:10px;text-align:center;padding:0 25px 35px 25px;word-break:break-word;overflow-wrap:break-word}.release-gotem-tags-container{display:flex;flex-wrap:wrap;gap:20px;margin:40px 0}@media (max-width:768px){.release-gotem-tags-container{gap:15px;margin:30px 0}}.release-gotem-tag-item{background:linear-gradient(45deg,var(--color-surface),var(--color-primary));color:var(--color-text);text-decoration:none;padding:15px 30px;border-radius:var(--radius-xl);transition:all .4s;border:3px solid var(--color-border);display:flex;align-items:center;gap:12px;font-weight:700}.release-gotem-tag-item:hover{background:linear-gradient(45deg,var(--color-primary),var(--color-accent));color:#fff;transform:translateY(-5px) scale(1.1);border-color:var(--color-accent);box-shadow:var(--shadow-lg)}@media (max-width:768px){.release-gotem-tag-item{padding:12px 22px;font-size:15px}}@media (max-width:480px){.release-gotem-tag-item{padding:10px 18px;font-size:14px}}.release-gotem-footer{background:linear-gradient(135deg,var(--color-surface),var(--color-bg));color:var(--color-text);padding:70px 0;margin-top:auto;border-top:4px solid var(--color-accent)}@media (max-width:768px){.release-gotem-footer{padding:40px 0}}.release-gotem-footer-content{display:block}.release-gotem-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px;margin-bottom:60px}@media (max-width:992px){.release-gotem-footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:768px){.release-gotem-footer-grid{display:none}}.release-gotem-footer-section h3{font-size:22px;margin-bottom:30px;color:var(--color-text);font-weight:800;position:relative;padding-bottom:20px}.release-gotem-footer-section h3::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--color-accent)}.release-gotem-footer-section p{font-size:17px;line-height:1.8;margin-bottom:30px;opacity:.8}.release-gotem-footer-section ul{list-style:none}.release-gotem-footer-section ul li{margin-bottom:18px}.release-gotem-footer-section ul li a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .4s;font-size:16px;display:flex;align-items:center;gap:12px;padding:5px 0}.release-gotem-footer-section ul li a::before{content:"▶";font-size:14px;color:var(--color-accent);transition:all .4s}.release-gotem-footer-section ul li a:hover{opacity:1;color:var(--color-accent);transform:translateX(10px)}.release-gotem-footer-section ul li a:hover::before{transform:translateX(5px);color:var(--color-primary)}.release-gotem-footer-bottom{text-align:center;padding-top:50px;border-top:2px solid var(--color-border)}@media (max-width:768px){.release-gotem-footer-bottom{padding-top:30px}}.release-gotem-copyright-text{font-size:16px;opacity:.7;margin-bottom:20px;line-height:1.8}.release-gotem-footer-divider{margin:0 12px;opacity:.3}.release-gotem-footer-bottom a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .4s;font-size:15px}.release-gotem-footer-bottom a:hover{color:var(--color-accent);opacity:1;text-decoration:underline}.release-gotem-disclaimer{font-size:14px;opacity:.6;margin:18px 0;line-height:1.8}.release-gotem-copyright-notice{font-size:13px;opacity:.5;margin-top:18px}@media (max-width:768px){.release-gotem-copyright-text{font-size:14px;line-height:1.6}.release-gotem-footer-bottom a{font-size:13px}.release-gotem-footer-divider{margin:0 6px}.release-gotem-disclaimer,.release-gotem-copyright-notice{display:none}}.release-gotem-register-container{max-width:700px;margin:80px auto;background:linear-gradient(135deg,var(--color-surface),var(--color-bg));padding:60px;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:3px solid var(--color-accent)}@media (max-width:768px){.release-gotem-register-container{margin:40px auto;padding:35px}}.release-gotem-register-title{font-size:38px;margin-bottom:30px;text-align:center;color:var(--color-primary);font-weight:900}@media (max-width:768px){.release-gotem-register-title{font-size:28px}}.release-gotem-register-message{background:linear-gradient(45deg,var(--color-primary-light),var(--color-accent));color:#fff;padding:30px;border-radius:var(--radius-lg);text-align:center;margin-bottom:45px;border:3px solid var(--color-primary);font-size:18px}@media (max-width:768px){.release-gotem-register-message{padding:25px;font-size:16px;margin-bottom:30px}}.release-gotem-register-info{font-size:17px;color:var(--color-text);opacity:.8;text-align:center;margin-top:30px}.release-gotem-back-to-top{position:fixed;bottom:50px;right:50px;width:70px;height:70px;background:linear-gradient(45deg,var(--color-primary),var(--color-accent));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transform:translateY(30px);transition:all .4s;z-index:1000;font-size:28px;box-shadow:0 12px 35px rgba(0,0,0,.4);border:3px solid var(--color-accent)}@media (max-width:768px){.release-gotem-back-to-top{width:60px;height:60px;font-size:24px;bottom:40px;right:40px}}.release-gotem-back-to-top.release-gotem-visible{opacity:1;transform:translateY(0)}.release-gotem-back-to-top:hover{background:linear-gradient(45deg,var(--color-primary-dark),var(--color-primary));transform:translateY(-10px) scale(1.15);box-shadow:0 20px 45px rgba(0,0,0,.5)}.release-gotem-pagination{display:flex;justify-content:center;gap:15px;margin-top:60px}@media (max-width:768px){.release-gotem-pagination{gap:10px;margin-top:40px}}.release-gotem-page-item{padding:14px 28px;background:linear-gradient(45deg,var(--color-surface),var(--color-bg));border:3px solid var(--color-border);color:var(--color-text);text-decoration:none;border-radius:var(--radius-lg);transition:all .4s;font-weight:700}@media (max-width:768px){.release-gotem-page-item{padding:10px 20px;font-size:15px}}@media (max-width:480px){.release-gotem-page-item{padding:8px 16px;font-size:14px}}.release-gotem-page-item:hover,.release-gotem-page-item.release-gotem-active{background:linear-gradient(45deg,var(--color-primary),var(--color-accent));color:#fff;transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--color-accent)}.release-gotem-lazy{opacity:0;transition:opacity .6s}.release-gotem-lazy.release-gotem-loaded{opacity:1}.release-gotem-recommended-img{width:100%;height:100%;object-fit:cover;transition:transform .6s;border-radius:var(--radius-md)}.release-gotem-recommended-item:hover .release-gotem-recommended-img{transform:scale(1.15)}.release-gotem-player-container{background:#000;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl);margin-bottom:40px;width:100%;aspect-ratio:16/9;border:3px solid var(--color-accent)}@media (max-width:768px){.release-gotem-player-container{border-radius:var(--radius-xl);margin-bottom:25px;aspect-ratio:16/9}}#release-gotem-player{width:100%;height:100%}.plyr{width:100%;height:100%}.release-gotem-play-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}@media (max-width:992px){.release-gotem-play-content-grid{grid-template-columns:1fr;gap:30px}}.release-gotem-play-main{grid-column:1;display:flex;flex-direction:column;gap:40px}.release-gotem-play-sidebar{grid-column:2;display:flex;flex-direction:column;gap:30px}