미디어위키:Test.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* =========================================
/* =========================================
   TEST REMAKE: Matte Gunmetal Industrial Main
   TEST REMAKE v2
   대문 전용 테스트 스타일
   2000s Industrial Game Site Skin
   ========================================= */
   ========================================= */


body.page-대문 {
body.page-대문 {
     --clbi-metal-0: #030404;
     background: #000 !important;
     --clbi-metal-1: #080909;
     color: #d8d8d8 !important;
    --clbi-metal-2: #111213;
    --clbi-metal-3: #1b1c1d;
    --clbi-metal-4: #2a2b2c;
    --clbi-metal-5: #3a3b3c;
    --clbi-line-soft: #343536;
    --clbi-line-hard: #050505;
    --clbi-text-main: #e5e5e5;
    --clbi-text-sub: #a5a5a5;
    --clbi-text-dim: #686868;
    --clbi-accent: #b8b8b8;
    --clbi-alert: #d7d7d7;
    --clbi-shadow: rgba(0,0,0,0.78);
}
}


/* 배경: 기존 보라 그리드를 공업용 어두운 격자로 전환 */
/* 배경: 레트로웨이브 그리드 대신 어두운 금속/콘크리트 타일 */
body.page-대문 .WW-bg {
body.page-대문 .WW-bg {
     background:
     background:
         radial-gradient(circle at 50% 16%, rgba(255,255,255,0.035), transparent 28%),
         repeating-linear-gradient(
         linear-gradient(to bottom, #050606 0%, #020202 100%) !important;
            0deg,
            #030303 0px,
            #030303 15px,
            #050505 16px
        ),
         #000 !important;
}
}


body.page-대문 .WW-bg::before {
body.page-대문 .WW-bg::before {
     top: -160px;
    animation: none !important;
     left: -160px;
     top: 0 !important;
     width: calc(100% + 320px);
     left: 0 !important;
     height: calc(100% + 320px);
     width: 100% !important;
     height: 100% !important;
    opacity: 0.42 !important;
    filter: none !important;
     background-image:
     background-image:
         linear-gradient(rgba(130,130,130,0.13) 1px, transparent 1px),
         linear-gradient(rgba(120,120,120,0.10) 1px, transparent 1px),
         linear-gradient(90deg, rgba(130,130,130,0.13) 1px, transparent 1px),
         linear-gradient(90deg, rgba(120,120,120,0.10) 1px, transparent 1px),
         linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
         repeating-linear-gradient(
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
            135deg,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 6px
        ) !important;
     background-size:
     background-size:
         64px 64px,
         64px 64px,
         64px 64px,
         64px 64px,
         16px 16px,
         6px 6px !important;
        16px 16px;
    opacity: 0.76;
    filter: none;
    animation: none;
}
}


53번째 줄: 50번째 줄:
     inset: 0;
     inset: 0;
     background:
     background:
         repeating-linear-gradient(
         radial-gradient(circle at 50% 0%, rgba(255,255,255,0.05), transparent 28%),
            135deg,
        radial-gradient(circle at 50% 100%, rgba(255,255,255,0.025), transparent 32%);
            rgba(255,255,255,0.018) 0,
    opacity: 0.55;
            rgba(255,255,255,0.018) 1px,
}
            transparent 1px,
 
            transparent 8px
/* 전체 폭 */
        );
body.page-대문 #clbi-top-nav-wrap {
     opacity: 0.38;
    width: min(2024px, calc(100% - 16px)) !important;
     padding: 8px 8px 0 !important;
}
}


/* 전체 폭과 중앙 중량감 */
body.page-대문 .content-wrapper {
body.page-대문 .content-wrapper {
     max-width: 1780px !important;
     max-width: 2024px !important;
     padding-top: 12px !important;
     padding: 8px !important;
    gap: 8px !important;
}
}


body.page-대문 .container-fluid.liberty-content {
body.page-대문 .container-fluid.liberty-content {
     width: 1500px !important;
     margin: 0 8px !important;
    max-width: 1500px !important;
    min-width: 1500px !important;
}
}


/* 상단 네비게이션: 무광 금속 바 */
/* 상단 네비게이션: 구형 게임 사이트 탭 */
body.page-대문 #clbi-top-nav {
body.page-대문 #clbi-top-nav {
    border-radius: 0 !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
     background:
     background:
         linear-gradient(to bottom, #242526 0%, #151617 42%, #080909 100%) !important;
         linear-gradient(to bottom, #303030 0%, #1a1a1a 48%, #090909 100%) !important;
    border: 1px solid #050505 !important;
    border-radius: 3px !important;
     box-shadow:
     box-shadow:
         inset 0 1px 0 rgba(255,255,255,0.18),
         inset 1px 1px 0 rgba(255,255,255,0.18),
         inset 0 -1px 0 rgba(0,0,0,0.88),
         inset -1px -1px 0 rgba(0,0,0,0.90),
         0 0 0 1px #343536,
         2px 2px 0 #000 !important;
        0 8px 24px rgba(0,0,0,0.58) !important;
    overflow: visible !important;
}
 
body.page-대문 #clbi-top-nav-main {
    min-height: 36px !important;
}
}


body.page-대문 .clbi-top-nav-item,
body.page-대문 .clbi-top-nav-item {
body.page-대문 .clbi-tnav-sub-item {
    width: 118px !important;
     color: #d8d8d8 !important;
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 0 !important;
    border-left: 1px solid #3f3f3f !important;
     border-right: 1px solid #050505 !important;
     background:
     background:
         linear-gradient(to bottom, #242526 0%, #161718 55%, #0b0c0c 100%) !important;
         linear-gradient(to bottom, #2b2b2b 0%, #171717 50%, #0a0a0a 100%) !important;
    border-right: 1px solid #050505 !important;
     box-shadow:
     box-shadow:
         inset 1px 0 0 rgba(255,255,255,0.08),
         inset 1px 1px 0 rgba(255,255,255,0.13),
         inset 0 1px 0 rgba(255,255,255,0.10),
         inset -1px -1px 0 rgba(0,0,0,0.85) !important;
        inset 0 -1px 0 rgba(0,0,0,0.72) !important;
    color: #e0e0e0 !important;
     text-shadow: 0 -1px 0 #000 !important;
    font-size: 11px !important;
     text-shadow: 1px 1px 0 #000 !important;
}
}


body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-tnav-sub-item:hover {
body.page-대문 .clbi-top-nav-item.clbi-tnav-active {
     background:
     background:
         linear-gradient(to bottom, #303132 0%, #1d1e1f 55%, #0c0d0d 100%) !important;
         linear-gradient(to bottom, #3a3a3a 0%, #202020 50%, #0d0d0d 100%) !important;
     color: #ffffff !important;
     color: #fff !important;
}
 
body.page-대문 .clbi-tnav-icon,
body.page-대문 .clbi-icon {
    filter: grayscale(1) brightness(1.75) contrast(0.92) !important;
    opacity: 0.9 !important;
}
 
body.page-대문 #clbi-top-nav-search {
    align-items: center !important;
}
}


body.page-대문 #clbi-top-search-input {
body.page-대문 #clbi-top-search-input {
     background: #090a0a !important;
     width: 260px !important;
     border: 1px solid #3a3b3c !important;
    height: 22px !important;
     color: #e6e6e6 !important;
    padding: 2px 7px !important;
    border-radius: 0 !important;
    border-top: 1px solid #050505 !important;
    border-left: 1px solid #050505 !important;
     border-right: 1px solid #565656 !important;
    border-bottom: 1px solid #555 !important;
    background: #050505 !important;
     color: #dcdcdc !important;
    font-size: 11px !important;
     box-shadow:
     box-shadow:
         inset 0 2px 5px rgba(0,0,0,0.82),
         inset 2px 2px 3px rgba(0,0,0,0.95),
         0 1px 0 rgba(255,255,255,0.06) !important;
         inset -1px -1px 0 rgba(255,255,255,0.08) !important;
}
}


/* 우측 검색은 상단 검색으로 통일 */
body.page-대문 #clbi-sub-worldbuilding {
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
    border-top: 1px solid #050505 !important;
     display: none !important;
     background: #0b0b0b !important;
}
}


/* 좌측 뉴스 박스는 사이트 체인지로그 전용으로 축소 */
body.page-대문 .clbi-tnav-sub-item {
body.page-대문 #clbi-left-news-recent-title,
    min-height: 24px !important;
body.page-대문 #clbi-left-recent-list,
    padding: 0 14px !important;
body.page-대문 .clbi-news-divider {
    border-radius: 0 !important;
     display: none !important;
    border-right: 1px solid #050505 !important;
    background:
        linear-gradient(to bottom, #242424 0%, #141414 52%, #070707 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.10),
        inset -1px -1px 0 rgba(0,0,0,0.78) !important;
    color: #e5e5e5 !important;
    font-size: 10px !important;
     text-shadow: 1px 1px 0 #000 !important;
}
}


body.page-대문 .clbi-left-news-box {
/* 좌우 사이드바: 위젯 카드 대신 구형 장비 패널 */
     min-height: 0 !important;
body.page-대문 #clbi-left-sidebar,
body.page-대문 #clbi-right-sidebar {
     width: 230px !important;
    gap: 8px !important;
}
}


body.page-대문 .clbi-news-box {
    min-height: 0 !important;
}
/* 좌우 패널 공통: 무광 건메탈 제어반 */
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
body.page-대문 .clbi-right-box {
     position: relative;
     border-radius: 0 !important;
     border: 1px solid #050505 !important;
    border-top: 1px solid #777 !important;
     border-radius: 4px !important;
     border-left: 1px solid #666 !important;
     overflow: hidden !important;
     border-right: 1px solid #050505 !important;
     border-bottom: 1px solid #000 !important;
     background:
     background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.035) 0%, transparent 24%),
         repeating-linear-gradient(
         repeating-linear-gradient(
             135deg,
             135deg,
             rgba(255,255,255,0.020) 0,
             rgba(255,255,255,0.020) 0px,
             rgba(255,255,255,0.020) 1px,
             rgba(255,255,255,0.020) 1px,
             transparent 1px,
             transparent 1px,
             transparent 7px
             transparent 5px
         ),
         ),
         linear-gradient(to bottom, #202122 0%, #151617 48%, #0b0c0c 100%) !important;
         linear-gradient(to bottom, #1b1b1b 0%, #101010 100%) !important;
     box-shadow:
     box-shadow:
         inset 1px 0 0 rgba(255,255,255,0.10),
         inset 1px 1px 0 rgba(255,255,255,0.12),
        inset 0 1px 0 rgba(255,255,255,0.12),
         inset -1px -1px 0 rgba(0,0,0,0.85),
         inset -1px -1px 0 rgba(0,0,0,0.72),
         2px 2px 0 #000 !important;
         0 0 0 1px #343536,
     overflow: hidden !important;
        0 8px 22px rgba(0,0,0,0.62) !important;
}
 
body.page-대문 .clbi-left-box::after,
body.page-대문 .clbi-right-box::after {
     content: "";
    position: absolute;
    inset: 7px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 0 100%, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 100%, #050505 0 2px, #555 2px 3px, transparent 3px);
    opacity: 0.9;
}
}


body.page-대문 .clbi-left-title,
body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title {
body.page-대문 .clbi-right-title {
     min-height: 30px;
     min-height: 23px !important;
     padding: 8px 13px 7px !important;
     padding: 5px 8px !important;
    border-bottom: 1px solid #050505 !important;
     background:
     background:
         linear-gradient(to bottom, #303132 0%, #1f2021 45%, #111213 100%) !important;
         linear-gradient(to bottom, #303030 0%, #1b1b1b 55%, #090909 100%) !important;
    border-bottom: 1px solid #050505 !important;
     box-shadow:
     box-shadow:
         inset 0 1px 0 rgba(255,255,255,0.18),
         inset 1px 1px 0 rgba(255,255,255,0.16),
         inset 0 -1px 0 rgba(0,0,0,0.74),
         inset 0 -1px 0 rgba(0,0,0,0.85) !important;
        0 1px 0 #3a3b3c !important;
     color: #f0f0f0 !important;
     color: #e4e4e4 !important;
     font-size: 11px !important;
     font-size: 11px !important;
     letter-spacing: 0.2px !important;
    line-height: 1.2 !important;
     text-transform: uppercase;
     letter-spacing: 0 !important;
     text-shadow: 1px 1px 0 #000 !important;
}
}


body.page-대문 .clbi-left-content,
body.page-대문 .clbi-left-content,
body.page-대문 .clbi-right-content {
body.page-대문 .clbi-right-content {
     color: #cfcfcf !important;
    padding: 8px !important;
     background:
     color: #c8c8c8 !important;
        linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.32)) !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
     background: #0b0b0b !important;
}
 
/* 검색은 상단 하나만 남김 */
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
    display: none !important;
}
 
/* 왼쪽 뉴스 박스는 사이트 체인지로그 성격만 남김 */
body.page-대문 #clbi-left-news-recent-title,
body.page-대문 #clbi-left-recent-list,
body.page-대문 .clbi-news-divider {
    display: none !important;
}
 
body.page-대문 .clbi-left-news-box,
body.page-대문 .clbi-news-box {
    min-height: 0 !important;
}
 
body.page-대문 .clbi-news-feed-title {
    color: #9a9a9a !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
}
 
body.page-대문 .clbi-recent-item {
    padding: 4px 5px !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #232323 !important;
    border-left: 1px solid #232323 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #050505 !important;
    background: #141414 !important;
}
}


body.page-대문 .clbi-recent-title {
body.page-대문 .clbi-recent-title {
     color: #dedede !important;
     color: #d8d8d8 !important;
    font-size: 10px !important;
    text-decoration: none !important;
}
}


body.page-대문 .clbi-recent-title:hover {
body.page-대문 .clbi-recent-title:hover {
     color: #ffffff !important;
     color: #fff !important;
    text-decoration: underline !important;
}
}


body.page-대문 .clbi-recent-time {
body.page-대문 .clbi-recent-time {
     color: #7f7f7f !important;
     color: #8a8a8a !important;
    font-size: 9px !important;
}
}


/* 본문 컨테이너: 중앙 주 모듈 */
/* 로고 영역: 넓은 광고 배너 같은 처리 */
body.page-대문 #clbi-main-logo {
    margin: 0 auto 8px !important;
    padding: 10px 0 8px !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.09), transparent 45%),
        linear-gradient(to bottom, #1c1c1c 0%, #080808 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.88),
        2px 2px 0 #000 !important;
}
 
body.page-대문 #clbi-main-logo img {
    width: 720px !important;
    max-width: 88% !important;
    filter:
        grayscale(1)
        contrast(1.15)
        brightness(1.04)
        drop-shadow(2px 2px 0 #000) !important;
}
 
/* 중앙 본문 컨테이너 */
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .liberty-content-main {
body.page-대문 .liberty-content-main {
     position: relative;
     border-radius: 0 !important;
     border: 1px solid #050505 !important;
    border-top: 1px solid #777 !important;
     border-radius: 5px !important;
    border-left: 1px solid #666 !important;
     border-right: 1px solid #050505 !important;
     border-bottom: 1px solid #000 !important;
     background:
     background:
         radial-gradient(circle at 50% 0%, rgba(255,255,255,0.045), transparent 28%),
         repeating-linear-gradient(
        linear-gradient(to bottom, #1b1c1d 0%, #121314 48%, #090a0a 100%) !important;
            0deg,
            #111 0px,
            #111 18px,
            #151515 19px
        ) !important;
    color: #e0e0e0 !important;
     box-shadow:
     box-shadow:
         inset 0 1px 0 rgba(255,255,255,0.16),
         inset 1px 1px 0 rgba(255,255,255,0.10),
         inset 0 -2px 0 rgba(0,0,0,0.88),
         inset -1px -1px 0 rgba(0,0,0,0.85),
         0 0 0 2px #080808,
         2px 2px 0 #000 !important;
        0 0 0 4px #2e2f30,
    overflow: hidden !important;
        0 16px 40px rgba(0,0,0,0.66) !important;
}
     overflow: hidden;
 
body.page-대문 .liberty-content-main .mw-parser-output {
    padding: 8px !important;
}
 
/* 대문 히어로: 주 모니터가 아니라 구형 공식 사이트 feature panel */
#clbi-main-crt-hero-wrap {
     margin: 0 auto 8px !important;
}
}


body.page-대문 .liberty-content-main::before {
.clbi-y2k-hero {
     content: "";
    padding: 6px;
     position: absolute;
     border-top: 1px solid #777;
     inset: 0;
     border-left: 1px solid #666;
     pointer-events: none;
     border-right: 1px solid #050505;
     border-bottom: 1px solid #000;
     background:
     background:
         repeating-linear-gradient(
         repeating-linear-gradient(
             to bottom,
             135deg,
             rgba(255,255,255,0.025) 0,
             rgba(255,255,255,0.024) 0px,
             rgba(255,255,255,0.025) 1px,
             rgba(255,255,255,0.024) 1px,
             transparent 1px,
             transparent 1px,
             transparent 5px
             transparent 5px
         );
         ),
     opacity: 0.28;
        #161616;
    mix-blend-mode: screen;
     box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.88),
        2px 2px 0 #000;
}
}


/* 기존 로고를 금속 패널 위의 빛나는 간판처럼 */
.clbi-y2k-hero-top {
body.page-대문 #clbi-main-logo {
    display: flex;
     padding: 18px 0 12px !important;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    box-sizing: border-box;
    border-top: 1px solid #505050;
    border-left: 1px solid #404040;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background:
        linear-gradient(to bottom, #2c2c2c 0%, #171717 58%, #080808 100%);
    color: #e6e6e6;
    font-size: 10px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #000;
}
 
.clbi-y2k-hero-body {
    display: grid;
    grid-template-columns: 1fr 245px;
    gap: 6px;
    margin-top: 6px;
}
 
.clbi-y2k-feature {
    min-height: 235px;
     padding: 12px 16px;
    border-top: 1px solid #050505;
    border-left: 1px solid #050505;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #555;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.035), transparent 26%),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.04) 0px,
            rgba(255,255,255,0.04) 1px,
            transparent 1px,
            transparent 4px
        ),
        #090909;
    box-shadow:
        inset 2px 2px 6px rgba(0,0,0,0.92),
        inset -1px -1px 0 rgba(255,255,255,0.06);
}
}


body.page-대문 #clbi-main-logo img {
.clbi-y2k-feature h2 {
     width: 760px !important;
     margin: 0 0 10px !important;
     max-width: 88% !important;
     padding: 0 0 7px !important;
     filter:
    border-bottom: 1px solid #333 !important;
        grayscale(1)
     color: #f4f4f4 !important;
        contrast(1.12)
    font-size: 22px !important;
         brightness(1.18)
    line-height: 1.25 !important;
         drop-shadow(0 0 10px rgba(255,255,255,0.20))
    text-align: center;
        drop-shadow(0 12px 22px rgba(0,0,0,0.75)) !important;
    text-shadow:
         1px 1px 0 #000,
         0 0 5px rgba(255,255,255,0.25);
}
}


/* 대문 전용 내부 레이아웃 */
.clbi-y2k-feature p {
.clbi-industrial-home {
     max-width: 760px;
     position: relative;
     margin: 0 auto 10px;
     z-index: 1;
     color: #d8d8d8;
     padding: 20px;
     font-size: 12px;
     color: var(--clbi-text-main);
    line-height: 1.72;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}
}


.clbi-industrial-hero {
.clbi-y2k-sideplate {
     position: relative;
     padding: 8px;
     margin: 0 auto 18px;
     border-top: 1px solid #050505;
     padding: 22px;
     border-left: 1px solid #050505;
     border-radius: 16px;
     border-right: 1px solid #444;
     background:
     border-bottom: 1px solid #555;
        linear-gradient(145deg, #303132 0%, #171819 34%, #070808 70%, #1f2021 100%);
     background: #0a0a0a;
     border: 1px solid #050505;
     box-shadow:
     box-shadow:
         inset 0 2px 0 rgba(255,255,255,0.16),
         inset 2px 2px 5px rgba(0,0,0,0.9),
        inset 0 -3px 0 rgba(0,0,0,0.88),
         inset -1px -1px 0 rgba(255,255,255,0.06);
         0 0 0 3px #080808,
        0 0 0 5px #292a2b,
        0 16px 32px rgba(0,0,0,0.66);
}
}


.clbi-industrial-hero::before {
.clbi-y2k-plate-title {
     content: "";
    margin-bottom: 6px;
     position: absolute;
     padding: 5px 7px;
     inset: 8px;
     border-top: 1px solid #5a5a5a;
     border-radius: 12px;
     border-left: 1px solid #4a4a4a;
     pointer-events: none;
     border-right: 1px solid #050505;
     border-bottom: 1px solid #000;
     background:
     background:
         radial-gradient(circle at 0 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
         linear-gradient(to bottom, #2d2d2d 0%, #171717 55%, #070707 100%);
        radial-gradient(circle at 100% 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
    color: #f1f1f1;
        radial-gradient(circle at 0 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
    font-size: 10px;
        radial-gradient(circle at 100% 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px);
    font-weight: 700;
     opacity: 0.85;
     text-shadow: 1px 1px 0 #000;
}
}


.clbi-industrial-screen {
.clbi-y2k-mini-table {
     position: relative;
     width: 100%;
    overflow: hidden;
     border-collapse: collapse;
    min-height: 350px;
     font-size: 10px;
     border-radius: 9px / 18px;
     border: 1px solid #050505;
    background:
        radial-gradient(ellipse at 50% 36%, rgba(255,255,255,0.065) 0%, transparent 34%),
        linear-gradient(to bottom, #111213 0%, #090a0a 60%, #030303 100%);
    box-shadow:
        inset 0 0 0 2px #171819,
        inset 0 0 34px rgba(0,0,0,0.94),
        inset 0 0 80px rgba(0,0,0,0.72),
        0 1px 0 rgba(255,255,255,0.10);
}
}


.clbi-industrial-screen::before {
.clbi-y2k-mini-table td {
     content: "";
     padding: 5px 6px;
     position: absolute;
     border: 1px solid #252525;
    inset: 0;
     background: #121212;
     background:
     color: #cfcfcf;
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(255,255,255,0.045) 18%,
            transparent 36%,
            transparent 100%
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.055) 0,
            rgba(255,255,255,0.055) 1px,
            transparent 2px,
            transparent 5px
        );
     opacity: 0.26;
    pointer-events: none;
    mix-blend-mode: screen;
}
}


.clbi-industrial-screen::after {
.clbi-y2k-mini-table td:first-child {
    content: "";
     width: 72px;
    position: absolute;
     color: #888;
    left: -10%;
     background: #0d0d0d;
    right: -10%;
     bottom: -4%;
     height: 42%;
    background-image:
        linear-gradient(to right, rgba(180,180,180,0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(180,180,180,0.18) 1px, transparent 1px);
     background-size: 48px 100%, 100% 24px;
    transform-origin: 50% 100%;
    transform: perspective(440px) rotateX(64deg);
    opacity: 0.35;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.14));
    pointer-events: none;
}
}


.clbi-industrial-copy {
.clbi-y2k-home {
     position: relative;
     font-size: 11px;
    z-index: 2;
     color: #d6d6d6;
    width: min(880px, 86%);
    margin: 0 auto;
    padding: 48px 20px 42px;
    text-align: center;
     color: #eeeeee;
    text-shadow:
        0 0 2px rgba(255,255,255,0.45),
        0 0 12px rgba(255,255,255,0.10);
}
}


.clbi-industrial-kicker {
.clbi-y2k-home a {
    margin-bottom: 16px;
     color: #e0e0e0 !important;
     color: #777;
     text-decoration: none !important;
    font-size: 10px;
     letter-spacing: 1.4px;
}
}


.clbi-industrial-title {
.clbi-y2k-home a:hover {
     margin: 0 0 24px;
     color: #fff !important;
     font-family: 'BoldRound', sans-serif !important;
     text-decoration: underline !important;
    font-size: 28px;
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: 0.5px;
}
}


.clbi-industrial-copy p {
.clbi-y2k-ticker {
     margin: 0 auto 16px;
    height: 22px;
     max-width: 780px;
     margin-bottom: 6px;
     font-size: 13px;
    padding: 0 8px;
     line-height: 1.78;
    border-top: 1px solid #555;
     color: #e0e0e0;
    border-left: 1px solid #444;
    border-right: 1px solid #050505;
     border-bottom: 1px solid #000;
    background:
        linear-gradient(to bottom, #252525 0%, #111 100%);
    color: #bdbdbd;
     font-size: 10px;
     line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
     text-shadow: 1px 1px 0 #000;
}
}


/* 하단 정보 모듈 */
.clbi-y2k-grid {
.clbi-industrial-grid {
     display: grid;
     display: grid;
     grid-template-columns: 1.1fr 1fr 0.85fr;
     grid-template-columns: 1fr 1fr 260px;
     gap: 12px;
     gap: 6px;
    margin-top: 18px;
}
}


.clbi-industrial-module {
.clbi-y2k-box {
     position: relative;
     border-top: 1px solid #777;
     min-height: 128px;
     border-left: 1px solid #666;
    padding: 12px 13px 13px;
     border-right: 1px solid #050505;
     border-radius: 4px;
     border-bottom: 1px solid #000;
     border: 1px solid #050505;
     background: #111;
     background:
        radial-gradient(circle at 18% 8%, rgba(255,255,255,0.035), transparent 28%),
        linear-gradient(to bottom, #222324 0%, #171819 46%, #0b0c0c 100%);
     box-shadow:
     box-shadow:
         inset 1px 0 0 rgba(255,255,255,0.10),
         inset 1px 1px 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.14),
         inset -1px -1px 0 rgba(0,0,0,0.85),
         inset -1px -1px 0 rgba(0,0,0,0.70),
         2px 2px 0 #000;
         0 0 0 1px #343536,
        0 6px 16px rgba(0,0,0,0.45);
}
}


.clbi-industrial-module::after {
.clbi-y2k-box-title {
     content: "";
     height: 24px;
    position: absolute;
     padding: 0 8px;
     inset: 6px;
     border-bottom: 1px solid #050505;
     pointer-events: none;
     background:
     background:
         radial-gradient(circle at 0 0, #050505 0 2px, #545556 2px 3px, transparent 3px),
         linear-gradient(to bottom, #303030 0%, #191919 56%, #080808 100%);
        radial-gradient(circle at 100% 0, #050505 0 2px, #545556 2px 3px, transparent 3px);
    color: #f1f1f1;
     opacity: 0.82;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
     text-shadow: 1px 1px 0 #000;
}
}


.clbi-industrial-module-title {
.clbi-y2k-box-body {
    margin: -4px -5px 10px;
     padding: 7px;
     padding: 7px 9px 6px;
    border-bottom: 1px solid #050505;
     background:
     background:
         linear-gradient(to bottom, #303132 0%, #202122 46%, #111213 100%);
         repeating-linear-gradient(
    box-shadow:
            135deg,
        inset 0 1px 0 rgba(255,255,255,0.13),
            rgba(255,255,255,0.018) 0px,
        inset 0 -1px 0 rgba(0,0,0,0.70),
            rgba(255,255,255,0.018) 1px,
        0 1px 0 #38393a;
            transparent 1px,
    color: #f0f0f0;
            transparent 5px
    font-size: 11px;
        ),
    font-weight: 700;
        #0a0a0a;
    letter-spacing: 0.5px;
}
}


.clbi-industrial-list {
.clbi-y2k-list {
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
454번째 줄: 547번째 줄:
}
}


.clbi-industrial-list li {
.clbi-y2k-list li {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
     gap: 10px;
     gap: 8px;
     margin: 0 0 5px;
     min-height: 22px;
     padding: 5px 7px;
     padding: 4px 6px;
     background:
     box-sizing: border-box;
        linear-gradient(to bottom, #171818 0%, #101111 100%);
    border-top: 1px solid #242424;
     border: 1px solid #242526;
    border-left: 1px solid #242424;
     box-shadow:
     border-right: 1px solid #050505;
        inset 1px 0 0 rgba(255,255,255,0.04),
     border-bottom: 1px solid #050505;
        inset 0 1px 0 rgba(255,255,255,0.04);
    background: #141414;
     color: #cfcfcf;
     color: #cfcfcf;
    font-size: 11px;
     line-height: 1.35;
     line-height: 1.35;
}
}


.clbi-industrial-list a {
.clbi-y2k-list li + li {
     color: #e5e5e5 !important;
     margin-top: 4px;
    text-decoration: none !important;
}
}


.clbi-industrial-list a:hover {
.clbi-y2k-meta {
    color: #ffffff !important;
     color: #888;
}
 
.clbi-industrial-meta {
     color: #777;
     white-space: nowrap;
     white-space: nowrap;
     font-size: 10px;
     font-size: 9px;
}
}


.clbi-industrial-stats {
.clbi-y2k-status-grid {
     display: grid;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     gap: 7px;
     gap: 5px;
    margin-bottom: 6px;
}
}


.clbi-industrial-stat {
.clbi-y2k-counter {
     padding: 10px 8px;
     padding: 6px;
     background:
     border-top: 1px solid #050505;
        linear-gradient(to bottom, #111213 0%, #090a0a 100%);
    border-left: 1px solid #050505;
     border: 1px solid #2c2d2e;
    border-right: 1px solid #444;
     box-shadow:
     border-bottom: 1px solid #555;
        inset 0 2px 5px rgba(0,0,0,0.78),
    background: #070707;
        0 1px 0 rgba(255,255,255,0.04);
    text-align: center;
     box-shadow: inset 2px 2px 4px rgba(0,0,0,0.9);
}
}


.clbi-industrial-stat-num {
.clbi-y2k-counter b {
     display: block;
     display: block;
     color: #f2f2f2;
     color: #f0f0f0;
     font-size: 20px;
     font-family: Consolas, Monaco, monospace !important;
     line-height: 1;
     font-size: 18px;
     font-family: 'Consolas', 'Monaco', monospace !important;
     line-height: 1.1;
}
}


.clbi-industrial-stat-label {
.clbi-y2k-counter span {
     display: block;
     display: block;
     margin-top: 5px;
     margin-top: 3px;
     color: #858585;
     color: #8d8d8d;
     font-size: 10px;
     font-size: 9px;
}
}


.clbi-industrial-guest {
.clbi-y2k-guest {
    min-height: 50px;
     padding: 6px;
     padding: 9px;
     border-top: 1px solid #242424;
     background:
     border-left: 1px solid #242424;
        linear-gradient(to bottom, #111213 0%, #080909 100%);
     border-right: 1px solid #050505;
     border: 1px solid #2c2d2e;
     border-bottom: 1px solid #050505;
     color: #bdbdbd;
     background: #141414;
     font-size: 11px;
     color: #c7c7c7;
     line-height: 1.55;
     font-size: 10px;
}
     line-height: 1.45;
 
.clbi-industrial-guest-name {
     color: #f0f0f0;
     font-weight: 700;
}
 
@media screen and (max-width: 1720px) {
     body.page-대문 .container-fluid.liberty-content {
        width: 1180px !important;
        max-width: 1180px !important;
        min-width: 1180px !important;
    }
 
    .clbi-industrial-grid {
        grid-template-columns: 1fr 1fr;
    }
}
}

2026년 5월 16일 (토) 14:38 판

/* =========================================
   TEST REMAKE v2
   2000s Industrial Game Site Skin
   ========================================= */

body.page-대문 {
    background: #000 !important;
    color: #d8d8d8 !important;
}

/* 배경: 레트로웨이브 그리드 대신 어두운 금속/콘크리트 타일 */
body.page-대문 .WW-bg {
    background:
        repeating-linear-gradient(
            0deg,
            #030303 0px,
            #030303 15px,
            #050505 16px
        ),
        #000 !important;
}

body.page-대문 .WW-bg::before {
    animation: none !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.42 !important;
    filter: none !important;
    background-image:
        linear-gradient(rgba(120,120,120,0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120,120,120,0.10) 1px, transparent 1px),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 6px
        ) !important;
    background-size:
        64px 64px,
        64px 64px,
        6px 6px !important;
}

body.page-대문 .WW-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.05), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,0.025), transparent 32%);
    opacity: 0.55;
}

/* 전체 폭 */
body.page-대문 #clbi-top-nav-wrap {
    width: min(2024px, calc(100% - 16px)) !important;
    padding: 8px 8px 0 !important;
}

body.page-대문 .content-wrapper {
    max-width: 2024px !important;
    padding: 8px !important;
    gap: 8px !important;
}

body.page-대문 .container-fluid.liberty-content {
    margin: 0 8px !important;
}

/* 상단 네비게이션: 구형 게임 사이트 탭 */
body.page-대문 #clbi-top-nav {
    border-radius: 0 !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
    background:
        linear-gradient(to bottom, #303030 0%, #1a1a1a 48%, #090909 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.18),
        inset -1px -1px 0 rgba(0,0,0,0.90),
        2px 2px 0 #000 !important;
    overflow: visible !important;
}

body.page-대문 #clbi-top-nav-main {
    min-height: 36px !important;
}

body.page-대문 .clbi-top-nav-item {
    width: 118px !important;
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 0 !important;
    border-left: 1px solid #3f3f3f !important;
    border-right: 1px solid #050505 !important;
    background:
        linear-gradient(to bottom, #2b2b2b 0%, #171717 50%, #0a0a0a 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.13),
        inset -1px -1px 0 rgba(0,0,0,0.85) !important;
    color: #e0e0e0 !important;
    font-size: 11px !important;
    text-shadow: 1px 1px 0 #000 !important;
}

body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-top-nav-item.clbi-tnav-active {
    background:
        linear-gradient(to bottom, #3a3a3a 0%, #202020 50%, #0d0d0d 100%) !important;
    color: #fff !important;
}

body.page-대문 .clbi-tnav-icon,
body.page-대문 .clbi-icon {
    filter: grayscale(1) brightness(1.75) contrast(0.92) !important;
    opacity: 0.9 !important;
}

body.page-대문 #clbi-top-nav-search {
    align-items: center !important;
}

body.page-대문 #clbi-top-search-input {
    width: 260px !important;
    height: 22px !important;
    padding: 2px 7px !important;
    border-radius: 0 !important;
    border-top: 1px solid #050505 !important;
    border-left: 1px solid #050505 !important;
    border-right: 1px solid #565656 !important;
    border-bottom: 1px solid #555 !important;
    background: #050505 !important;
    color: #dcdcdc !important;
    font-size: 11px !important;
    box-shadow:
        inset 2px 2px 3px rgba(0,0,0,0.95),
        inset -1px -1px 0 rgba(255,255,255,0.08) !important;
}

body.page-대문 #clbi-sub-worldbuilding {
    border-top: 1px solid #050505 !important;
    background: #0b0b0b !important;
}

body.page-대문 .clbi-tnav-sub-item {
    min-height: 24px !important;
    padding: 0 14px !important;
    border-radius: 0 !important;
    border-right: 1px solid #050505 !important;
    background:
        linear-gradient(to bottom, #242424 0%, #141414 52%, #070707 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.10),
        inset -1px -1px 0 rgba(0,0,0,0.78) !important;
    color: #e5e5e5 !important;
    font-size: 10px !important;
    text-shadow: 1px 1px 0 #000 !important;
}

/* 좌우 사이드바: 위젯 카드 대신 구형 장비 패널 */
body.page-대문 #clbi-left-sidebar,
body.page-대문 #clbi-right-sidebar {
    width: 230px !important;
    gap: 8px !important;
}

body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
    border-radius: 0 !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.020) 0px,
            rgba(255,255,255,0.020) 1px,
            transparent 1px,
            transparent 5px
        ),
        linear-gradient(to bottom, #1b1b1b 0%, #101010 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.85),
        2px 2px 0 #000 !important;
    overflow: hidden !important;
}

body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title {
    min-height: 23px !important;
    padding: 5px 8px !important;
    border-bottom: 1px solid #050505 !important;
    background:
        linear-gradient(to bottom, #303030 0%, #1b1b1b 55%, #090909 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.16),
        inset 0 -1px 0 rgba(0,0,0,0.85) !important;
    color: #f0f0f0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-shadow: 1px 1px 0 #000 !important;
}

body.page-대문 .clbi-left-content,
body.page-대문 .clbi-right-content {
    padding: 8px !important;
    color: #c8c8c8 !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    background: #0b0b0b !important;
}

/* 검색은 상단 하나만 남김 */
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
    display: none !important;
}

/* 왼쪽 뉴스 박스는 사이트 체인지로그 성격만 남김 */
body.page-대문 #clbi-left-news-recent-title,
body.page-대문 #clbi-left-recent-list,
body.page-대문 .clbi-news-divider {
    display: none !important;
}

body.page-대문 .clbi-left-news-box,
body.page-대문 .clbi-news-box {
    min-height: 0 !important;
}

body.page-대문 .clbi-news-feed-title {
    color: #9a9a9a !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
}

body.page-대문 .clbi-recent-item {
    padding: 4px 5px !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #232323 !important;
    border-left: 1px solid #232323 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #050505 !important;
    background: #141414 !important;
}

body.page-대문 .clbi-recent-title {
    color: #d8d8d8 !important;
    font-size: 10px !important;
    text-decoration: none !important;
}

body.page-대문 .clbi-recent-title:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

body.page-대문 .clbi-recent-time {
    color: #8a8a8a !important;
    font-size: 9px !important;
}

/* 로고 영역: 넓은 광고 배너 같은 처리 */
body.page-대문 #clbi-main-logo {
    margin: 0 auto 8px !important;
    padding: 10px 0 8px !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.09), transparent 45%),
        linear-gradient(to bottom, #1c1c1c 0%, #080808 100%) !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.88),
        2px 2px 0 #000 !important;
}

body.page-대문 #clbi-main-logo img {
    width: 720px !important;
    max-width: 88% !important;
    filter:
        grayscale(1)
        contrast(1.15)
        brightness(1.04)
        drop-shadow(2px 2px 0 #000) !important;
}

/* 중앙 본문 컨테이너 */
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .liberty-content-main {
    border-radius: 0 !important;
    border-top: 1px solid #777 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #050505 !important;
    border-bottom: 1px solid #000 !important;
    background:
        repeating-linear-gradient(
            0deg,
            #111 0px,
            #111 18px,
            #151515 19px
        ) !important;
    color: #e0e0e0 !important;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.10),
        inset -1px -1px 0 rgba(0,0,0,0.85),
        2px 2px 0 #000 !important;
    overflow: hidden !important;
}

body.page-대문 .liberty-content-main .mw-parser-output {
    padding: 8px !important;
}

/* 대문 히어로: 주 모니터가 아니라 구형 공식 사이트 feature panel */
#clbi-main-crt-hero-wrap {
    margin: 0 auto 8px !important;
}

.clbi-y2k-hero {
    padding: 6px;
    border-top: 1px solid #777;
    border-left: 1px solid #666;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.024) 0px,
            rgba(255,255,255,0.024) 1px,
            transparent 1px,
            transparent 5px
        ),
        #161616;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.88),
        2px 2px 0 #000;
}

.clbi-y2k-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    box-sizing: border-box;
    border-top: 1px solid #505050;
    border-left: 1px solid #404040;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background:
        linear-gradient(to bottom, #2c2c2c 0%, #171717 58%, #080808 100%);
    color: #e6e6e6;
    font-size: 10px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #000;
}

.clbi-y2k-hero-body {
    display: grid;
    grid-template-columns: 1fr 245px;
    gap: 6px;
    margin-top: 6px;
}

.clbi-y2k-feature {
    min-height: 235px;
    padding: 12px 16px;
    border-top: 1px solid #050505;
    border-left: 1px solid #050505;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #555;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.035), transparent 26%),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.04) 0px,
            rgba(255,255,255,0.04) 1px,
            transparent 1px,
            transparent 4px
        ),
        #090909;
    box-shadow:
        inset 2px 2px 6px rgba(0,0,0,0.92),
        inset -1px -1px 0 rgba(255,255,255,0.06);
}

.clbi-y2k-feature h2 {
    margin: 0 0 10px !important;
    padding: 0 0 7px !important;
    border-bottom: 1px solid #333 !important;
    color: #f4f4f4 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    text-align: center;
    text-shadow:
        1px 1px 0 #000,
        0 0 5px rgba(255,255,255,0.25);
}

.clbi-y2k-feature p {
    max-width: 760px;
    margin: 0 auto 10px;
    color: #d8d8d8;
    font-size: 12px;
    line-height: 1.72;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

.clbi-y2k-sideplate {
    padding: 8px;
    border-top: 1px solid #050505;
    border-left: 1px solid #050505;
    border-right: 1px solid #444;
    border-bottom: 1px solid #555;
    background: #0a0a0a;
    box-shadow:
        inset 2px 2px 5px rgba(0,0,0,0.9),
        inset -1px -1px 0 rgba(255,255,255,0.06);
}

.clbi-y2k-plate-title {
    margin-bottom: 6px;
    padding: 5px 7px;
    border-top: 1px solid #5a5a5a;
    border-left: 1px solid #4a4a4a;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background:
        linear-gradient(to bottom, #2d2d2d 0%, #171717 55%, #070707 100%);
    color: #f1f1f1;
    font-size: 10px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #000;
}

.clbi-y2k-mini-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.clbi-y2k-mini-table td {
    padding: 5px 6px;
    border: 1px solid #252525;
    background: #121212;
    color: #cfcfcf;
}

.clbi-y2k-mini-table td:first-child {
    width: 72px;
    color: #888;
    background: #0d0d0d;
}

.clbi-y2k-home {
    font-size: 11px;
    color: #d6d6d6;
}

.clbi-y2k-home a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
}

.clbi-y2k-home a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.clbi-y2k-ticker {
    height: 22px;
    margin-bottom: 6px;
    padding: 0 8px;
    border-top: 1px solid #555;
    border-left: 1px solid #444;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background:
        linear-gradient(to bottom, #252525 0%, #111 100%);
    color: #bdbdbd;
    font-size: 10px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 1px 1px 0 #000;
}

.clbi-y2k-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 260px;
    gap: 6px;
}

.clbi-y2k-box {
    border-top: 1px solid #777;
    border-left: 1px solid #666;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #000;
    background: #111;
    box-shadow:
        inset 1px 1px 0 rgba(255,255,255,0.10),
        inset -1px -1px 0 rgba(0,0,0,0.85),
        2px 2px 0 #000;
}

.clbi-y2k-box-title {
    height: 24px;
    padding: 0 8px;
    border-bottom: 1px solid #050505;
    background:
        linear-gradient(to bottom, #303030 0%, #191919 56%, #080808 100%);
    color: #f1f1f1;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 1px 1px 0 #000;
}

.clbi-y2k-box-body {
    padding: 7px;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 5px
        ),
        #0a0a0a;
}

.clbi-y2k-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clbi-y2k-list li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    min-height: 22px;
    padding: 4px 6px;
    box-sizing: border-box;
    border-top: 1px solid #242424;
    border-left: 1px solid #242424;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #050505;
    background: #141414;
    color: #cfcfcf;
    line-height: 1.35;
}

.clbi-y2k-list li + li {
    margin-top: 4px;
}

.clbi-y2k-meta {
    color: #888;
    white-space: nowrap;
    font-size: 9px;
}

.clbi-y2k-status-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 6px;
}

.clbi-y2k-counter {
    padding: 6px;
    border-top: 1px solid #050505;
    border-left: 1px solid #050505;
    border-right: 1px solid #444;
    border-bottom: 1px solid #555;
    background: #070707;
    text-align: center;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.9);
}

.clbi-y2k-counter b {
    display: block;
    color: #f0f0f0;
    font-family: Consolas, Monaco, monospace !important;
    font-size: 18px;
    line-height: 1.1;
}

.clbi-y2k-counter span {
    display: block;
    margin-top: 3px;
    color: #8d8d8d;
    font-size: 9px;
}

.clbi-y2k-guest {
    padding: 6px;
    border-top: 1px solid #242424;
    border-left: 1px solid #242424;
    border-right: 1px solid #050505;
    border-bottom: 1px solid #050505;
    background: #141414;
    color: #c7c7c7;
    font-size: 10px;
    line-height: 1.45;
}