.shorts-wrap{max-width:1200px;margin:0px auto;padding:0px;box-sizing:border-box;overflow:hidden}

.shorts-subtabs{display:flex;gap:16px;margin:0 0 22px;overflow-x:auto;white-space:nowrap;padding-bottom:4px;scrollbar-width:none}
.shorts-subtabs::-webkit-scrollbar{display:none}
.shorts-subtabs a{color:#222;font-size:11px;font-weight:700;text-decoration:none;flex:0 0 auto}
.shorts-subtabs a.on{color:#ff1d1d}
.shorts-count{font-size:12px;color:#888;margin:0 0 14px;text-align:right}

.shorts-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:100%}
.shorts-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;box-sizing:border-box;min-width:0;cursor:pointer}
.shorts-player{position:relative;width:100%;aspect-ratio:9/16;overflow:hidden;background:#000}
.shorts-thumb{display:block;width:100%;height:100%;object-fit:cover;background:#eee}
.shorts-play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,29,29,.94);box-shadow:0 4px 12px rgba(0,0,0,.25)}
.shorts-play-btn:before{content:'';position:absolute;left:16px;top:11px;border-left:15px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}
.shorts-duration{position:absolute;right:8px;bottom:8px;height:22px;line-height:22px;padding:0 7px;border-radius:7px;background:rgba(0,0,0,.75);color:#fff;font-size:12px;font-weight:900}

.shorts-info{padding:9px 10px 10px}
.shorts-title{display:block;color:#111;font-size:12px;font-weight:900;line-height:1.35;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:7px}
.shorts-rank{display:inline-block;margin-right:5px;color:#ff1d1d;font-size:16px;font-weight:900;vertical-align:-1px}
.shorts-channel{display:flex;align-items:center;gap:6px;color:#777;font-size:11px;font-weight:800;text-decoration:none;min-width:0}
.shorts-channel img{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}
.shorts-channel span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.shorts-empty{grid-column:1/-1;background:#fff;border:1px solid #eee;border-radius:14px;padding:40px;text-align:center;color:#777}
.shorts-paging{display:flex;justify-content:center;align-items:center;gap:4px;margin:30px 0 10px;clear:both}
.shorts-paging a,.shorts-paging strong{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 9px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#555;font-size:12px;font-weight:800;text-decoration:none}
.shorts-paging strong{background:#ff1d1d;border-color:#ff1d1d;color:#fff}

/* viewer */
.shorts-viewer{display:none;position:fixed;left:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,.94);z-index:2147483000}
.shorts-viewer.on{display:flex;align-items:center;justify-content:center}
.shorts-viewer-stage{position:relative;width:min(420px,calc(100vw - 80px));aspect-ratio:9/16;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.45)}
.shorts-viewer-player{width:100%;height:100%;background:#000}
.shorts-viewer-player iframe,.shorts-viewer-player>div{width:100%!important;height:100%!important;border:0!important;display:block}
.shorts-swipe-layer{position:absolute;left:0;top:0;width:100%;height:100%;z-index:20;background:transparent;touch-action:none}

#shortsClosePc,#shortsCloseMobile{display:none}
@media(min-width:901px){
    #shortsClosePc{display:flex!important;position:absolute!important;left:14px!important;top:14px!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:50%!important;background:rgba(0,0,0,.65)!important;color:#fff!important;font-size:30px!important;line-height:1!important;z-index:50!important;cursor:pointer!important}
    #shortsClosePc:hover{background:#ff1d1d!important}
    .shorts-viewer{padding-top:70px;box-sizing:border-box}
}

body.shorts-lock{overflow:hidden!important}
body.shorts-lock .footer_Util_wrap00,body.shorts-lock .openmenu_wrap00,body.shorts-lock footer,body.shorts-lock #ft{display:none!important}

@media(max-width:900px){
    .shorts-wrap{margin:15px auto;padding:0 10px}  
    .shorts-subtabs{margin-bottom:16px;gap:16px}
    .shorts-count{text-align:left;margin-bottom:10px}
    .shorts-card-grid{grid-template-columns:1fr!important;gap:12px!important}
    .shorts-card{width:100%!important;max-width:100%!important;border-radius:14px}
    .shorts-title{font-size:12px!important}
    .shorts-channel{font-size:11px!important}
    .shorts-paging{gap:3px;margin:22px 0 8px}
    .shorts-paging a,.shorts-paging strong{min-width:28px;height:28px;padding:0 7px;font-size:11px;border-radius:7px}

    body.shorts-lock .gnb1_area_wrap00,body.shorts-lock .gpe_movetop,body.shorts-lock .gpe_set{display:none!important}
    .shorts-viewer{height:100dvh;background:#000}
    .shorts-viewer-stage{width:100%!important;height:100dvh!important;aspect-ratio:auto!important;border-radius:0!important;box-shadow:none!important}
    #shortsCloseMobile{display:flex!important;position:fixed!important;left:12px!important;top:12px!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:50%!important;background:rgba(0,0,0,.6)!important;color:#fff!important;font-size:32px!important;line-height:1!important;z-index:2147483647!important;cursor:pointer!important}
}