.douyin-video-list-container{width:100%;max-width:1800px;margin:0 auto;padding:0 24px}@media(min-width: 768px){.douyin-video-list-container{padding:0 32px}}@media(min-width: 1200px){.douyin-video-list-container{padding:0 48px}}.douyin-list-header{margin-bottom:24px;padding:16px 0}.douyin-list-header h1{font-size:24px;font-weight:600;color:#161823;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.douyin-list-header h1::before{content:"";width:4px;height:24px;background:-webkit-gradient(linear, left top, left bottom, from(#00b96b), to(#52c41a));background:-webkit-linear-gradient(top, #00b96b 0%, #52c41a 100%);background:-moz-linear-gradient(top, #00b96b 0%, #52c41a 100%);background:linear-gradient(180deg, #00b96b 0%, #52c41a 100%);border-radius:2px}.dark_theme .douyin-list-header h1{color:#fff}.douyin-video-grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width: 576px){.douyin-video-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media(min-width: 900px){.douyin-video-grid{grid-template-columns:repeat(3, 1fr);gap:28px}}@media(min-width: 1400px){.douyin-video-grid{grid-template-columns:repeat(4, 1fr);gap:32px}}.douyin-video-item{position:relative;border-radius:8px;overflow:hidden;background:var(--item-bg-color, #fff);-webkit-transition:-webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .3s ease;transition:-webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .3s ease;-moz-transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s ease,-moz-transform .3s cubic-bezier(0.4, 0, 0.2, 1);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s ease;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s ease,-webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1),-moz-transform .3s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .3s ease}.douyin-video-item:hover{-webkit-transform:translateY(-4px) scale(1.02);-moz-transform:translateY(-4px) scale(1.02);-ms-transform:translateY(-4px) scale(1.02);transform:translateY(-4px) scale(1.02);-webkit-box-shadow:0 12px 24px rgba(0,0,0,.15);box-shadow:0 12px 24px rgba(0,0,0,.15);z-index:10}.douyin-video-link{display:block;text-decoration:none;color:inherit}.douyin-video-cover{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background-color:rgba(22,24,35,.1254901961);border-radius:8px 8px 0 0}.douyin-video-thumbnail{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-moz-transition:transform .3s ease, -moz-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease}.douyin-video-item:hover .douyin-video-thumbnail{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.douyin-video-thumbnail .no-thumb-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:48px;color:hsla(0,0%,100%,.5)}.douyin-video-preview{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:2;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;pointer-events:none;background:#000}.douyin-video-item.is-hovered .douyin-video-preview{opacity:1}.douyin-video-duration{position:absolute;bottom:8px;right:8px;z-index:5}.douyin-video-duration span{display:inline-block;padding:2px 6px;font-size:12px;font-weight:500;color:#fff;background:rgba(0,0,0,.6);border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.douyin-video-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 10px 10px;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);z-index:3;opacity:0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.douyin-video-item:hover .douyin-video-info-overlay{opacity:1}.douyin-video-stats{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.douyin-stat-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:12px;color:#fff;font-weight:500}.douyin-stat-item .material-icons{font-size:14px}.douyin-play-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) scale(0.8);-moz-transform:translate(-50%, -50%) scale(0.8);-ms-transform:translate(-50%, -50%) scale(0.8);transform:translate(-50%, -50%) scale(0.8);width:56px;height:56px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(254,44,85,.9);border-radius:50%;z-index:4;opacity:0;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-moz-transition:opacity .2s ease,transform .2s ease,-moz-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease}.douyin-play-button .material-icons{font-size:32px;color:#fff;margin-left:3px}.douyin-video-item:hover .douyin-play-button{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.douyin-view-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) scale(0.8);-moz-transform:translate(-50%, -50%) scale(0.8);-ms-transform:translate(-50%, -50%) scale(0.8);transform:translate(-50%, -50%) scale(0.8);width:56px;height:56px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,185,107,.9);border-radius:50%;z-index:4;opacity:0;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-moz-transition:opacity .2s ease,transform .2s ease,-moz-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease}.douyin-view-button .material-icons{font-size:32px;color:#fff}.douyin-video-item:hover .douyin-view-button{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.douyin-media-type-badge{position:absolute;bottom:8px;right:8px;z-index:5;padding:4px 8px;background:rgba(0,0,0,.6);border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.douyin-media-type-badge .material-icons{font-size:16px;color:#fff;display:block}.douyin-image-zoom{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,.2);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.douyin-image-zoom img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-moz-transition:transform .3s ease, -moz-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease}.douyin-video-item.media-type-image .douyin-video-title:hover{color:#00b96b}.douyin-video-item.media-type-pdf .douyin-video-title:hover{color:#ff6b35}.douyin-video-item.media-type-pdf .douyin-media-type-badge{background:rgba(255,107,53,.8)}.douyin-video-item.media-type-audio .douyin-video-title:hover{color:#722ed1}.douyin-video-meta{padding:12px;background:var(--item-bg-color, #fff)}.douyin-video-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--item-title-text-color, #161823);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:40px}.douyin-video-item:hover .douyin-video-title{color:#fe2c55}.douyin-video-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:var(--item-meta-text-color, #999)}.douyin-video-author{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.douyin-author-link,.douyin-author-name{color:inherit;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;transition:color .2s ease}.douyin-author-link:hover,.douyin-author-name:hover{color:#fe2c55}.douyin-video-date{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:8px;color:var(--item-meta-text-color, rgba(22, 24, 35, 0.5));font-size:11px}.douyin-loading{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:300px}.douyin-loading-spinner{width:40px;height:40px;border:3px solid rgba(254,44,85,.2);border-top-color:#fe2c55;border-radius:50%;-webkit-animation:douyinSpin .8s linear infinite;-moz-animation:douyinSpin .8s linear infinite;animation:douyinSpin .8s linear infinite}@-webkit-keyframes douyinSpin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes douyinSpin{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes douyinSpin{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.douyin-load-more{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px;min-height:80px}.dark_theme .douyin-list-header h1{color:#fff}.dark_theme .douyin-video-item{background:#1e1e1e}.dark_theme .douyin-video-meta{background:#1e1e1e}.dark_theme .douyin-video-title{color:#fff}.dark_theme .douyin-video-item:hover .douyin-video-title{color:#fe2c55}.dark_theme .douyin-video-info{color:hsla(0,0%,100%,.6)}.dark_theme .douyin-video-author,.dark_theme .douyin-author-link,.dark_theme .douyin-author-name{color:hsla(0,0%,100%,.6)}.dark_theme .douyin-video-author:hover,.dark_theme .douyin-author-link:hover,.dark_theme .douyin-author-name:hover{color:#fe2c55}.dark_theme .douyin-video-date{color:hsla(0,0%,100%,.5)}.dark_theme .douyin-video-thumbnail{background-color:#2a2a2a}.dark_theme .douyin-video-cover{background-color:#2a2a2a}.dark_theme .douyin-loading-spinner{border-color:rgba(254,44,85,.3);border-top-color:#fe2c55}#page-profile-media .profile-page-header.douyin-style .profile-nav .profile-nav-inner,#page-profile-liked .profile-page-header.douyin-style .profile-nav .profile-nav-inner,#page-profile-history .profile-page-header.douyin-style .profile-nav .profile-nav-inner{width:100% !important;max-width:100% !important}#page-profile-media .profile-page-content>.douyin-video-list-container,#page-profile-liked .profile-page-content>.douyin-video-list-container,#page-profile-history .profile-page-content>.douyin-video-list-container{padding:16px 24px !important}@media(min-width: 768px){#page-profile-media .profile-page-content>.douyin-video-list-container,#page-profile-liked .profile-page-content>.douyin-video-list-container,#page-profile-history .profile-page-content>.douyin-video-list-container{padding:20px 48px !important}}@media(min-width: 1200px){#page-profile-media .profile-page-content>.douyin-video-list-container,#page-profile-liked .profile-page-content>.douyin-video-list-container,#page-profile-history .profile-page-content>.douyin-video-list-container{padding:20px 64px !important}}#page-profile-media .douyin-list-header,#page-profile-liked .douyin-list-header,#page-profile-history .douyin-list-header{display:none}#page-profile-media .douyin-video-grid,#page-profile-liked .douyin-video-grid,#page-profile-history .douyin-video-grid{gap:4px}@media(min-width: 576px){#page-profile-media .douyin-video-grid,#page-profile-liked .douyin-video-grid,#page-profile-history .douyin-video-grid{grid-template-columns:repeat(3, 1fr);gap:6px}}@media(min-width: 900px){#page-profile-media .douyin-video-grid,#page-profile-liked .douyin-video-grid,#page-profile-history .douyin-video-grid{grid-template-columns:repeat(4, 1fr);gap:8px}}@media(min-width: 1200px){#page-profile-media .douyin-video-grid,#page-profile-liked .douyin-video-grid,#page-profile-history .douyin-video-grid{grid-template-columns:repeat(5, 1fr);gap:10px}}@media(min-width: 1600px){#page-profile-media .douyin-video-grid,#page-profile-liked .douyin-video-grid,#page-profile-history .douyin-video-grid{grid-template-columns:repeat(6, 1fr);gap:12px}}#page-profile-media .douyin-video-item,#page-profile-liked .douyin-video-item,#page-profile-history .douyin-video-item{border-radius:4px}#page-profile-media .douyin-video-item:hover,#page-profile-liked .douyin-video-item:hover,#page-profile-history .douyin-video-item:hover{-webkit-transform:translateY(-2px) scale(1.01);-moz-transform:translateY(-2px) scale(1.01);-ms-transform:translateY(-2px) scale(1.01);transform:translateY(-2px) scale(1.01)}#page-profile-media .douyin-video-cover,#page-profile-liked .douyin-video-cover,#page-profile-history .douyin-video-cover{padding-bottom:133.33% !important;border-radius:4px}#page-profile-media .douyin-video-meta,#page-profile-liked .douyin-video-meta,#page-profile-history .douyin-video-meta{display:none !important}#page-profile-media .douyin-video-info-overlay,#page-profile-liked .douyin-video-info-overlay,#page-profile-history .douyin-video-info-overlay{opacity:1 !important;padding:30px 8px 8px;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));background:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%)}#page-profile-media .douyin-video-stats .douyin-stat-item,#page-profile-liked .douyin-video-stats .douyin-stat-item,#page-profile-history .douyin-video-stats .douyin-stat-item{font-size:13px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.8)}#page-profile-media .douyin-video-stats .douyin-stat-item:not(:first-child),#page-profile-liked .douyin-video-stats .douyin-stat-item:not(:first-child),#page-profile-history .douyin-video-stats .douyin-stat-item:not(:first-child){display:none}#page-profile-media .douyin-video-duration,#page-profile-liked .douyin-video-duration,#page-profile-history .douyin-video-duration{display:none !important}#page-profile-media .douyin-play-button,#page-profile-liked .douyin-play-button,#page-profile-history .douyin-play-button{display:none !important}
