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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 42개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* =========================================
/* =========================================
  COASTLINE: BLACK ICE
COASTLINE: BLACK ICE
  MediaWiki:Test.css FULL REPLACEMENT
MediaWiki:Test.css
  2000s Industrial Archive Skin
Sandbox main-page integration test
  대문 + Test/test 문서 + .clbi-y2k-home 포함 문서용
Existing full portal body + SVG category nav from CategoryNav.js
  ========================================= */
========================================= */
 
/*
Scope:
- This file is globally imported while the test page is still active.
- Every visual rule is scoped to .stylelab, except the bridge for nested .main-portal.
- No body, top-nav, sidebar, page shell, or global layout selectors.
 
Current role:
- Test.css still owns the full test page layout: notice rail, logo, console, image feed, guestbook, tracker, status, footer.
- MainPage.css + CategoryNav.js own the SVG category navigation.
- This file only provides a bridge so the new JS/SVG category nav can sit inside the old test body without double padding or background.
 
Cleanup plan:
- After the full main page is migrated, these .stylelab rules should be renamed or moved into MainPage.css as .main-portal components.
- Then Test.css can be removed from Common.css import.
*/


/* -----------------------------------------
/* -----------------------------------------
  0. 적용 범위 / 변수
0. Style tokens
  ----------------------------------------- */
----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) {
.stylelab {
    --clbi-y2k-bg: #020202;
--surface-page:#070707;
    --clbi-y2k-grid: rgba(120,120,120,0.07);
--surface-frame:#101010;
--surface-frame-soft:#141414;
--surface-title:#1d1d1d;
--surface-title-hover:#252525;
--surface-well:#080808;
--surface-screen:#060606;
--surface-row:#121212;
--surface-row-alt:#151515;
--surface-inset:#070707;


    --clbi-y2k-panel: #101010;
--edge-top:#555555;
    --clbi-y2k-panel-2: #141414;
--edge-side:#2b2b2b;
    --clbi-y2k-panel-3: #181818;
--edge-bottom:#050505;
    --clbi-y2k-title: #1d1d1d;
--edge-soft:#202020;
    --clbi-y2k-title-hover: #242424;
--edge-mid:#333333;
    --clbi-y2k-well: #080808;
--edge-weak:#181818;
    --clbi-y2k-row: #131313;


    --clbi-y2k-line: #2b2b2b;
--text-main:#e2e2e2;
    --clbi-y2k-line-soft: #202020;
--text-soft:#c8c8c8;
    --clbi-y2k-line-hi: #4a4a4a;
--text-dim:#8a8a8a;
    --clbi-y2k-line-low: #050505;
--text-faint:#626262;


    --clbi-y2k-text: #e2e2e2;
--signal-blue:#6f8fa8;
    --clbi-y2k-text-soft: #c8c8c8;
--signal-teal:#5a9b92;
    --clbi-y2k-text-dim: #8a8a8a;
--signal-green:#78966c;
    --clbi-y2k-text-faint: #5f5f5f;
--signal-amber:#c4a04a;
--signal-red:#a85c50;
--signal-gray:#9a9a9a;


    background: #000 !important;
--wip-yellow:#f2c300;
    color: var(--clbi-y2k-text) !important;
--wip-black:#050505;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *,
--space-block:8px;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *::before,
--space-inner:6px;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) *::after {
--space-tight:4px;
    box-sizing: border-box;
--pad-panel:8px;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) a {
--title-h:24px;
    color: var(--clbi-y2k-text) !important;
--screen-title-h:22px;
}
--nav-h:30px;
--ticker-h:22px;
--row-h:23px;
--gauge-h:48px;


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) a:hover {
width:100%;
    color: #fff !important;
margin:0 auto;
    text-decoration: underline !important;
padding:var(--space-block);
color:var(--text-main);
background:var(--surface-page);
font-size:11px;
line-height:1.5;
box-sizing:border-box;
}
}


/* -----------------------------------------
.stylelab *,
  1. 배경
.stylelab *::before,
  ----------------------------------------- */
.stylelab *::after {
 
box-sizing:border-box;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg {
    background: var(--clbi-y2k-bg) !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg::before {
.stylelab a {
    content: "";
color:var(--text-main) !important;
    position: absolute;
text-decoration:none !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 0.32 !important;
    filter: none !important;
    animation: none !important;
    background-image:
        linear-gradient(var(--clbi-y2k-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--clbi-y2k-grid) 1px, transparent 1px) !important;
    background-size: 64px 64px !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .WW-bg::after {
.stylelab a:hover {
    content: none !important;
color:#ffffff !important;
text-decoration:none !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
  2. 전체 레이아웃
1. Frame system
  ----------------------------------------- */
North-light rule:
top bright / sides neutral / bottom dark
----------------------------------------- */
 
.stylelab .frame,
.stylelab .notice-rail,
.stylelab .lab-logo,
.stylelab .console,
.stylelab .panel,
.stylelab .instrument-panel,
.stylelab .ticker {
border:1px solid;
border-color:
var(--edge-top)
var(--edge-side)
var(--edge-bottom)
var(--edge-side);
background:var(--surface-frame);
border-radius:0;
box-shadow:none;
outline:none;
overflow:hidden;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-wrap {
.stylelab .titlebar {
    width: min(1984px, calc(100% - 16px)) !important;
position:relative;
    margin: 0 auto !important;
height:var(--title-h);
    padding: 8px 0 0 !important;
min-height:var(--title-h);
padding:0 var(--pad-panel);
display:flex;
align-items:center;
justify-content:space-between;
gap:var(--space-block);
background:var(--surface-title);
border-bottom:1px solid var(--edge-bottom);
color:#f0f0f0;
font-size:10px;
font-weight:700;
line-height:1;
white-space:nowrap;
overflow:hidden;
text-shadow:1px 1px 0 #000;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
.stylelab .titlebar > span {
    width: min(1984px, calc(100% - 16px)) !important;
display:block;
    max-width: 1984px !important;
min-width:0;
    margin: 0 auto !important;
overflow:hidden;
    padding: 8px 0 !important;
text-overflow:ellipsis;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 8px !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
.stylelab .titlebar > span:first-child {
    width: auto !important;
flex:1 1 auto;
    min-width: 0 !important;
    max-width: 1500px !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content {
.stylelab .titlebar > span:last-child {
    border: none !important;
flex:0 0 auto;
    box-shadow: none !important;
color:#a8a8a8;
    border-radius: 0 !important;
font-weight:700;
text-align:right;
}
}


/* -----------------------------------------
/* -----------------------------------------
  3. 공통 프레임
2. Notice rail
  외곽선은 한 겹만 사용
Important notices above logo.
  ----------------------------------------- */
Maintenance alert uses construction stripe on the whole row.
Normal notice remains neutral.
----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav,
.stylelab .notice-rail {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-box,
width:100%;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box,
margin:0 0 var(--space-block);
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo,
background:#101010;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main,
border:1px solid;
.clbi-y2k-test-logo,
border-color:
.clbi-y2k-hero,
#606060
.clbi-y2k-box {
var(--edge-side)
    border-radius: 0 !important;
var(--edge-bottom)
    border-width: 1px !important;
var(--edge-side);
    border-style: solid !important;
box-shadow:none;
    border-color: var(--clbi-y2k-line-hi) var(--clbi-y2k-line-low) var(--clbi-y2k-line-low) var(--clbi-y2k-line-hi) !important;
    background: var(--clbi-y2k-panel) !important;
    box-shadow: none !important;
    outline: none !important;
    filter: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-title,
.stylelab .notice-line {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-title,
position:relative;
.clbi-y2k-hero-top,
display:grid;
.clbi-y2k-plate-title,
grid-template-columns:72px 96px minmax(0,1fr) 48px;
.clbi-y2k-box-title {
align-items:center;
    border-radius: 0 !important;
gap:7px;
    background: var(--clbi-y2k-title) !important;
min-height:30px;
    border: none !important;
padding:0 8px;
    border-bottom: 1px solid var(--clbi-y2k-line-low) !important;
border-bottom:1px solid #050505;
    box-shadow: none !important;
background:#141414;
    color: #f0f0f0 !important;
font-size:12px;
    text-shadow: 1px 1px 0 #000 !important;
line-height:1.25;
color:#dcdcdc;
overflow:hidden;
}
}


/* -----------------------------------------
.stylelab .notice-line:last-child {
  4. 상단 네비게이션
border-bottom:none;
  ----------------------------------------- */
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav {
.stylelab .notice-line > * {
    margin: 0 !important;
position:relative;
    overflow: visible !important;
z-index:2;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-main {
.stylelab .notice-line:hover {
    display: flex !important;
background:#1c1c1c;
    align-items: stretch !important;
color:#ffffff;
    width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-tabs {
.stylelab .notice-line.is-alert {
    display: flex !important;
background:
    align-items: stretch !important;
repeating-linear-gradient(
    flex: 1 1 auto !important;
45deg,
    min-width: 0 !important;
var(--wip-yellow) 0 9px,
    height: 36px !important;
var(--wip-yellow) 9px 10px,
var(--wip-black) 10px 19px,
var(--wip-black) 19px 20px
);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-logo {
.stylelab .notice-line.is-alert::before {
    display: none !important;
content:"";
position:absolute;
inset:0;
z-index:1;
pointer-events:none;
background:rgba(0,0,0,0.42);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item {
.stylelab .notice-line.is-alert:hover::before {
    width: 118px !important;
background:rgba(0,0,0,0.34);
    flex: 0 0 118px !important;
}
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 !important;


    display: flex !important;
.stylelab .notice-line.is-notice {
    align-items: center !important;
background:#141414;
    justify-content: center !important;
}
    gap: 6px !important;


    border-radius: 0 !important;
.stylelab .notice-line.is-notice:hover {
    border: none !important;
background:#1c1c1c;
    border-right: 1px solid var(--clbi-y2k-line-low) !important;
}


    background: var(--clbi-y2k-panel-3) !important;
.stylelab .notice-badge {
    color: var(--clbi-y2k-text) !important;
display:inline-flex;
    font-size: 11px !important;
align-items:center;
    line-height: 1 !important;
justify-content:center;
    text-shadow: 1px 1px 0 #000 !important;
height:20px;
    box-shadow: none !important;
padding:0 7px;
border:1px solid #444444;
background:#0b0b0b;
color:#d8d8d8;
font-size:10px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item:hover,
.stylelab .notice-line.is-alert .notice-badge,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item.clbi-tnav-active {
.stylelab .notice-line.is-notice .notice-badge {
    background: var(--clbi-y2k-title-hover) !important;
border-color:#505050;
    color: #fff !important;
background:#101010;
    text-decoration: none !important;
color:#eeeeee;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-icon,
.stylelab .notice-date {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-icon {
color:#9d9d9d;
    filter: grayscale(1) brightness(1.35) contrast(0.95) !important;
white-space:nowrap;
    opacity: 0.86 !important;
font-size:10px;
font-family:Consolas, Monaco, monospace !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-search {
.stylelab .notice-text {
    position: static !important;
min-width:0;
    left: auto !important;
overflow:hidden;
    top: auto !important;
text-overflow:ellipsis;
    right: auto !important;
white-space:nowrap;
    bottom: auto !important;
color:#e0e0e0;
    transform: none !important;
font-size:12px;
font-weight:700;
}


    display: flex !important;
.stylelab .notice-line.is-alert .notice-badge,
    align-items: center !important;
.stylelab .notice-line.is-alert .notice-date,
    justify-content: center !important;
.stylelab .notice-line.is-alert .notice-text,
.stylelab .notice-line.is-alert .notice-action {
text-shadow:
-1px 0 0 #000,
1px 0 0 #000,
0 -1px 0 #000,
0 1px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}


    flex: 0 0 276px !important;
.stylelab .notice-line:hover .notice-text {
    width: 276px !important;
color:#ffffff;
    height: 36px !important;
    padding: 0 8px !important;
    margin: 0 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input {
.stylelab .notice-action {
    width: 260px !important;
justify-self:end;
    max-width: 260px !important;
display:inline-flex;
    height: 22px !important;
align-items:center;
    padding: 2px 7px !important;
justify-content:center;
 
height:20px;
    border-radius: 0 !important;
min-width:38px;
    border-width: 1px !important;
padding:0 5px;
    border-style: solid !important;
border:1px solid #3a3a3a;
    border-color: #050505 #303030 #303030 #050505 !important;
background:#0b0b0b;
 
color:#c8c8c8;
    background: #050505 !important;
font-size:10px;
    color: #dcdcdc !important;
font-weight:700;
    font-size: 11px !important;
white-space:nowrap;
    box-shadow: none !important;
line-height:1;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input:focus {
.stylelab .notice-line:hover .notice-action {
    width: 260px !important;
border-color:#606060;
    max-width: 260px !important;
background:#181818;
    outline: none !important;
color:#ffffff;
    border-color: #080808 #464646 #464646 #080808 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-right {
/* -----------------------------------------
    display: flex !important;
3. Top logo
    align-items: stretch !important;
Site signboard. Placed before category navigation and content.
    flex: 0 0 auto !important;
----------------------------------------- */
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-tnav-info {
.stylelab .lab-logo {
    width: 44px !important;
width:100%;
    flex-basis: 44px !important;
height:auto;
margin:0 0 var(--space-block);
padding:10px 0 8px;
text-align:center;
line-height:0;
background:#0b0b0b;
}
}


/* 세계관 하위 메뉴 */
.stylelab .lab-logo a,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding {
.stylelab .lab-logo .mw-file-description {
    display: none !important;
display:inline-block;
    background: #090909 !important;
line-height:0;
    border-top: 1px solid #000 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding.worldbuilding-open {
.stylelab .lab-logo img,
    display: block !important;
.stylelab .lab-logo .mw-file-element {
width:760px;
max-width:90%;
height:auto;
filter:
grayscale(1)
contrast(1.04)
brightness(1.02);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-sub-worldbuilding-inner,
/* -----------------------------------------
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-list {
4. Category navigation bridge
    display: flex !important;
----------------------------------------- */
    align-items: stretch !important;
    height: 24px !important;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-item {
/*
    min-height: 24px !important;
The actual category navigation is now generated by CategoryNav.js
    height: 24px !important;
and styled by MainPage.css as SVG.
    padding: 0 14px !important;


    display: flex !important;
Why this bridge exists:
    align-items: center !important;
- The old full test body is still wrapped in .stylelab.
    justify-content: center !important;
- MainPage.css expects a .main-portal wrapper.
- If .main-portal keeps its own padding/background inside .stylelab, the category nav gets a double frame and the ratio feels different from the original body.


    border-radius: 0 !important;
So, inside .stylelab, .main-portal is treated as a transparent mount wrapper only.
    border: none !important;
The SVG nav itself remains owned by MainPage.css.
    border-right: 1px solid var(--clbi-y2k-line-low) !important;
*/


    background: #151515 !important;
.stylelab .main-portal {
    color: #e5e5e5 !important;
width:100%;
    font-size: 10px !important;
margin:0;
    text-decoration: none !important;
padding:0;
    text-shadow: 1px 1px 0 #000 !important;
background:transparent;
    box-shadow: none !important;
font-size:11px;
line-height:1.5;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-tnav-sub-item:hover {
.stylelab .main-portal [data-component="category-nav"] {
    background: #222 !important;
width:100%;
    color: #fff !important;
margin:0 0 var(--space-block);
padding:0;
}
}


/* -----------------------------------------
/* -----------------------------------------
  5. 좌우 사이드바
5. Main console
  ----------------------------------------- */
Type: SCREEN DEVICE
frame > titlebar > body > screen panels
----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar,
.stylelab .console {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar {
width:100%;
    width: 230px !important;
margin:0 0 var(--space-block);
    flex: 0 0 230px !important;
padding:0;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0 !important;
    align-self: flex-start !important;
    z-index: 1000 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-box,
.stylelab .console-body {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box {
padding:var(--space-inner);
    overflow: hidden !important;
background:var(--surface-frame);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-title,
.stylelab .console-grid {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-title {
display:grid;
    min-height: 23px !important;
grid-template-columns:minmax(0,1fr) 260px;
    padding: 5px 8px !important;
gap:var(--space-inner);
align-items:stretch;
}


    display: flex !important;
.stylelab .main-screen,
    align-items: center !important;
.stylelab .side-screen {
    gap: 6px !important;
position:relative;
min-width:0;
height:100%;
overflow:hidden;
border:1px solid var(--edge-soft);
background:var(--surface-screen);
box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.018),
inset 0 0 18px rgba(0,0,0,0.70);
}


    font-size: 11px !important;
.stylelab .main-screen::before,
    font-weight: 700 !important;
.stylelab .side-screen::before {
    line-height: 1.2 !important;
content:"";
    letter-spacing: 0 !important;
position:absolute;
inset:0;
z-index:6;
pointer-events:none;
background:
radial-gradient(
ellipse at 50% 42%,
rgba(255,255,255,0.030) 0%,
transparent 42%
),
linear-gradient(
to bottom,
rgba(255,255,255,0.030) 0%,
transparent 24%,
rgba(0,0,0,0.16) 100%
);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-content,
.stylelab .main-screen::after,
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-content {
.stylelab .side-screen::after {
    padding: 8px !important;
content:"";
    background: var(--clbi-y2k-well) !important;
position:absolute;
    color: var(--clbi-y2k-text-soft) !important;
inset:-40px 0;
    font-size: 11px !important;
z-index:7;
    line-height: 1.55 !important;
pointer-events:none;
    box-shadow: none !important;
opacity:0.13;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.080) 0px,
rgba(255,255,255,0.080) 1px,
transparent 2px,
transparent 5px
);
mix-blend-mode:screen;
}
}


/* 우측 중복 검색 박스는 상단 검색만 쓰도록 숨김 */
.stylelab .main-screen > *,
@supports selector(:has(*)) {
.stylelab .side-screen > * {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-right-box:has(#clbi-search-input) {
position:relative;
        display: none !important;
z-index:3;
    }
}
}


/* 왼쪽 뉴스 박스는 체인지로그 성격만 남김 */
.stylelab .main-screen {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-news-recent-title,
min-height:392px;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-recent-list,
padding:var(--pad-panel);
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-divider {
display:flex;
    display: none !important;
flex-direction:column;
justify-content:flex-start;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-left-news-box,
.stylelab .side-screen {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-box {
padding:var(--pad-panel);
    min-height: 0 !important;
display:flex;
flex-direction:column;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-news-feed-title {
/* -----------------------------------------
    margin: 0 0 7px !important;
6. Image feed crossfade + alternating drift
    padding: 0 2px !important;
Current image fades down, next layer becomes visible.
    color: var(--clbi-y2k-text-dim) !important;
Image drift alternates: left-down / right-down.
    font-size: 9px !important;
----------------------------------------- */
    line-height: 1.2 !important;
 
    letter-spacing: 1px !important;
.stylelab .image-feed {
position:relative;
width:100%;
height:240px;
min-height:240px;
overflow:hidden;
border:1px solid var(--edge-soft);
background:#030303;
isolation:isolate;
}
}


/* 최근 변경 행 */
.stylelab .feed-layer {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-item {
position:absolute;
    display: flex !important;
inset:-12px;
    align-items: center !important;
z-index:1;
    justify-content: space-between !important;
opacity:0;
    gap: 6px !important;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
filter:
brightness(0.78)
contrast(1.12)
saturate(0.78)
grayscale(0.16);
transform:translate(0,0) scale(1.06);
transform-origin:center center;
will-change:opacity, transform;
animation-duration:24s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}


    margin: 0 0 4px !important;
.stylelab .feed-bg-001 {
    padding: 4px 5px !important;
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-001.png');
}


    border: 1px solid var(--clbi-y2k-line-soft) !important;
.stylelab .feed-bg-002 {
    background: var(--clbi-y2k-row) !important;
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-002.png');
    box-shadow: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title-wrap {
.stylelab .feed-bg-003 {
    flex: 1 1 auto !important;
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-003.png');
    min-width: 0 !important;
    overflow: hidden !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title {
.stylelab .feed-bg-004 {
    color: #d8d8d8 !important;
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-004.png');
    font-size: 10px !important;
    text-decoration: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-title:hover {
.stylelab .feed-layer-1 {
    color: #fff !important;
animation-name:image-feed-drift-left;
    text-decoration: underline !important;
animation-delay:0s;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-recent-time {
.stylelab .feed-layer-2 {
    color: var(--clbi-y2k-text-dim) !important;
animation-name:image-feed-drift-right;
    font-size: 9px !important;
animation-delay:6s;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}
}


/* 유저 박스 */
.stylelab .feed-layer-3 {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar .clbi-right-box > div[style*="display:flex"],
animation-name:image-feed-drift-left;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar .clbi-right-box > div[style*="flex-direction"] {
animation-delay:12s;
    background: #151515 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar img {
.stylelab .feed-layer-4 {
    border-radius: 0 !important;
animation-name:image-feed-drift-right;
    border: 1px solid #444 !important;
animation-delay:18s;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn {
@keyframes image-feed-drift-left {
    display: block !important;
0% {
    margin: 0 0 4px !important;
opacity:0;
    padding: 4px 8px !important;
transform:translate(0,0) scale(1.06);
}
4.166% {
opacity:1;
transform:translate(0,0) scale(1.06);
}
25% {
opacity:1;
transform:translate(-22px,14px) scale(1.075);
}
29.166% {
opacity:0;
transform:translate(-26px,16px) scale(1.078);
}
100% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
}


    border-radius: 0 !important;
@keyframes image-feed-drift-right {
    border: 1px solid var(--clbi-y2k-line) !important;
0% {
    border-left: 3px solid #5a5a5a !important;
opacity:0;
transform:translate(0,0) scale(1.06);
}
4.166% {
opacity:1;
transform:translate(0,0) scale(1.06);
}
25% {
opacity:1;
transform:translate(22px,14px) scale(1.075);
}
29.166% {
opacity:0;
transform:translate(26px,16px) scale(1.078);
}
100% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
}


    background: #181818 !important;
.stylelab .image-feed::before {
    color: #e0e0e0 !important;
content:"";
    font-size: 11px !important;
position:absolute;
    font-weight: 700 !important;
inset:0;
    line-height: 1.4 !important;
z-index:5;
    text-decoration: none !important;
pointer-events:none;
    box-shadow: none !important;
background:
linear-gradient(
to bottom,
rgba(0,0,0,0.18) 0%,
transparent 22%,
transparent 74%,
rgba(0,0,0,0.30) 100%
),
linear-gradient(
to right,
rgba(0,0,0,0.22) 0%,
transparent 10%,
transparent 90%,
rgba(0,0,0,0.22) 100%
);
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn:hover,
.stylelab .image-feed::after {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn.clbi-user-btn-active {
content:"";
    background: #242424 !important;
position:absolute;
    color: #fff !important;
inset:-40px 0;
z-index:6;
pointer-events:none;
opacity:0.20;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.090) 0px,
rgba(255,255,255,0.090) 1px,
transparent 2px,
transparent 5px
);
mix-blend-mode:screen;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-user-btn-logout {
.stylelab .feed-caption {
    border-left-color: #777 !important;
position:absolute;
    color: #cfcfcf !important;
left:0;
right:0;
bottom:0;
z-index:8;
height:22px;
padding:0 7px;
display:flex;
align-items:center;
justify-content:space-between;
gap:8px;
border-top:1px solid rgba(255,255,255,0.09);
background:rgba(5,5,5,0.86);
color:#cfcfcf;
font-size:10px;
line-height:22px;
text-shadow:1px 1px 0 #000;
}
}


/* 링크 박스 */
.stylelab .feed-caption span:first-child {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul {
min-width:0;
    display: flex !important;
overflow:hidden;
    gap: 5px !important;
text-overflow:ellipsis;
    list-style: none !important;
white-space:nowrap;
    margin: 0 !important;
    padding: 0 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li {
.stylelab .feed-caption span:last-child {
    flex: 1 1 0 !important;
flex:0 0 auto;
    margin: 0 !important;
color:var(--text-dim);
    padding: 0 !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li a {
/* -----------------------------------------
    display: flex !important;
7. Statement plate below image feed
    align-items: center !important;
----------------------------------------- */
    justify-content: center !important;


    width: 100% !important;
.stylelab .statement-plate {
    min-height: 28px !important;
margin:var(--space-inner) 0 0;
    padding: 6px 0 !important;
padding:13px 18px 12px;
border:1px solid var(--edge-soft);
background:#080808;
}


    border-radius: 0 !important;
.stylelab .statement-plate h2 {
    border: 1px solid var(--clbi-y2k-line) !important;
margin:0 0 10px !important;
    background: #181818 !important;
padding:0 0 8px !important;
border-bottom:1px solid var(--edge-soft) !important;
color:#f4f4f4 !important;
font-size:20px !important;
line-height:1.25 !important;
text-align:center !important;
text-shadow:
1px 1px 0 #000,
0 0 4px rgba(255,255,255,0.10) !important;
}


    color: #a0a0a0 !important;
.stylelab .statement-plate p {
    font-size: 10px !important;
max-width:820px;
    font-weight: 700 !important;
margin:0 auto 9px;
    text-align: center !important;
color:#d8d8d8;
    text-decoration: none !important;
font-size:12px;
    box-shadow: none !important;
line-height:1.68;
text-align:center;
text-shadow:1px 1px 0 #000;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-link-box ul li a:hover {
.stylelab .statement-plate p:last-child {
    background: #242424 !important;
margin-bottom:0;
    color: #fff !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
  6. 로고
8. Screen guestbook
  ----------------------------------------- */
Top-right body content module.
Dummy only. Final interactive function later.
----------------------------------------- */


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo,
.stylelab .screen-title {
.clbi-y2k-test-logo {
height:var(--screen-title-h);
    width: 100% !important;
min-height:var(--screen-title-h);
    margin: 0 0 8px !important;
margin:0 0 var(--space-inner);
    padding: 10px 0 8px !important;
padding:0 7px;
    text-align: center !important;
display:flex;
align-items:center;
justify-content:space-between;
gap:6px;
border:1px solid var(--edge-soft);
background:#151515;
color:#f0f0f0;
font-size:10px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-main-logo img,
.stylelab .screen-title span:last-child {
.clbi-y2k-test-logo img {
color:var(--text-dim);
    width: 720px !important;
font-size:9px;
    max-width: 88% !important;
    height: auto !important;
    filter:
        grayscale(1)
        contrast(1.06)
        brightness(1.02)
        drop-shadow(2px 2px 0 #000) !important;
}
}


/* 대문에서는 Common.js가 자동 로고를 넣으므로 테스트 로고 숨김 */
.stylelab .guestbook-device {
body.page-대문 .clbi-y2k-test-logo {
flex:1 1 auto;
    display: none !important;
min-height:0;
display:flex;
flex-direction:column;
gap:var(--space-inner);
}
}


/* -----------------------------------------
.stylelab .guestbook-messages {
  7. 중앙 본문 컨테이너
flex:1 1 auto;
  ----------------------------------------- */
min-height:0;
border-top:1px solid var(--edge-soft);
border-bottom:1px solid var(--edge-soft);
overflow:hidden;
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .Liberty .content-wrapper .liberty-content .liberty-content-main,
.stylelab .guestbook-message {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main {
padding:6px 2px;
    overflow: hidden !important;
border-bottom:1px solid var(--edge-soft);
    color: var(--clbi-y2k-text) !important;
    background: var(--clbi-y2k-panel) !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--clbi-y2k-line-hi) var(--clbi-y2k-line-low) var(--clbi-y2k-line-low) var(--clbi-y2k-line-hi) !important;
    box-shadow: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-main .mw-parser-output {
.stylelab .guestbook-message:last-child {
    padding: 8px !important;
border-bottom:none;
}
}


/* 테스트 문서에서도 대문형 화면으로 보기 */
.stylelab .guestbook-message:hover {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-content-header {
background:#111111;
    display: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .mw-page-title-main.clbi-hide,
.stylelab .guestbook-message-head {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .mw-page-title-main.clbi-hide::after,
display:flex;
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .catlinks {
align-items:center;
    display: none !important;
justify-content:space-between;
gap:6px;
margin-bottom:3px;
font-size:9px;
line-height:1.2;
}
}


/* -----------------------------------------
.stylelab .guestbook-name {
  8. 대문 전용 HTML 기본
color:#eeeeee;
  ----------------------------------------- */
font-weight:700;
white-space:nowrap;
}


.clbi-y2k-home {
.stylelab .guestbook-time {
    color: #d6d6d6 !important;
color:var(--text-dim);
    font-size: 11px !important;
white-space:nowrap;
    line-height: 1.5 !important;
}
}


.clbi-y2k-home a {
.stylelab .guestbook-text {
    color: #e0e0e0 !important;
color:var(--text-soft);
    text-decoration: none !important;
font-size:10px;
line-height:1.45;
word-break:keep-all;
}
}


.clbi-y2k-home a:hover {
.stylelab .guestbook-form {
    color: #fff !important;
display:grid;
    text-decoration: underline !important;
grid-template-columns:minmax(0,1fr) 48px;
gap:var(--space-tight);
}
}


/* -----------------------------------------
.stylelab .guestbook-input {
  9. 히어로
height:24px;
  ----------------------------------------- */
padding:0 7px;
display:flex;
align-items:center;
border:1px solid var(--edge-soft);
background:#070707;
color:var(--text-faint);
font-size:10px;
line-height:1;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}


#clbi-main-crt-hero-wrap {
.stylelab .guestbook-input:hover {
    width: 100% !important;
background:#0c0c0c;
    margin: 0 0 8px !important;
color:#8f8f8f;
}
}


#clbi-main-crt-hero {
.stylelab .guestbook-submit {
    width: 100% !important;
height:24px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid var(--edge-soft);
background:#161616;
color:var(--text-soft);
font-size:9px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}
}


.clbi-y2k-hero {
.stylelab .guestbook-submit:hover {
    width: 100% !important;
background:#222222;
    margin: 0 0 8px !important;
color:#ffffff;
    padding: 6px !important;
}
}


.clbi-y2k-hero-top {
/* -----------------------------------------
    height: 24px !important;
9. Ticker
    padding: 0 8px !important;
Type: RECORD STRIP
Not a screen device.
----------------------------------------- */
 
.stylelab .ticker {
height:var(--ticker-h);
margin:0 0 var(--space-inner);
padding:0 var(--pad-panel);
color:#bdbdbd;
background:#171717;
font-size:10px;
line-height:var(--ticker-h);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-shadow:1px 1px 0 #000;
}


    display: flex !important;
/* -----------------------------------------
    align-items: center !important;
10. Module grid
    justify-content: space-between !important;
----------------------------------------- */


    font-size: 10px !important;
.stylelab .module-grid {
    line-height: 24px !important;
display:grid;
    overflow: hidden !important;
grid-template-columns:minmax(0,1fr) minmax(0,1fr) 280px;
gap:var(--space-inner);
align-items:stretch;
}
}


.clbi-y2k-hero-body {
.stylelab .panel,
    display: grid !important;
.stylelab .instrument-panel {
    grid-template-columns: minmax(0, 1fr) 245px !important;
min-width:0;
    gap: 6px !important;
height:100%;
    margin-top: 6px !important;
display:flex;
    align-items: stretch !important;
flex-direction:column;
}
}


.clbi-y2k-feature,
.stylelab .panel-body,
.clbi-y2k-sideplate {
.stylelab .instrument-body {
    min-width: 0 !important;
flex:1 1 auto;
    border: 1px solid var(--clbi-y2k-line-soft) !important;
min-height:0;
    background: var(--clbi-y2k-well) !important;
padding:var(--pad-panel);
    box-shadow: none !important;
background:var(--surface-well);
}
}


.clbi-y2k-feature {
/* -----------------------------------------
    min-height: 235px !important;
11. Record modules
    padding: 12px 16px !important;
No scanlines. No screen treatment.
----------------------------------------- */
 
.stylelab .record-list {
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
}


.clbi-y2k-feature h2 {
.stylelab .record-list li {
    margin: 0 0 10px !important;
display:grid;
    padding: 0 0 7px !important;
grid-template-columns:minmax(0,1fr) auto;
align-items:center;
gap:var(--space-block);
height:var(--row-h);
min-height:var(--row-h);
margin:0;
padding:0 2px;
border-bottom:1px solid var(--edge-soft);
color:var(--text-soft);
line-height:1.25;
}


    border-bottom: 1px solid var(--clbi-y2k-line-soft) !important;
.stylelab .record-list li:first-child {
    color: #f4f4f4 !important;
border-top:1px solid var(--edge-soft);
}


    font-size: 22px !important;
.stylelab .record-list li:hover {
    line-height: 1.25 !important;
background:#151515;
    text-align: center !important;
color:#ffffff;
    text-shadow: 1px 1px 0 #000 !important;
}
}


.clbi-y2k-feature p {
.stylelab .record-list li span:first-child {
    max-width: 760px !important;
min-width:0;
    margin: 0 auto 10px !important;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}


    color: #d8d8d8 !important;
.stylelab .meta {
    font-size: 12px !important;
color:var(--text-dim);
    line-height: 1.72 !important;
white-space:nowrap;
    text-align: center !important;
font-size:9px;
    text-shadow: 1px 1px 0 #000 !important;
line-height:1;
}
}


.clbi-y2k-sideplate {
.stylelab .record-list li:hover .meta {
    padding: 8px !important;
color:#c0c0c0;
}
}


.clbi-y2k-plate-title {
/* -----------------------------------------
    min-height: 22px !important;
12. Status tags
    margin: 0 0 6px !important;
Small functional color only.
    padding: 5px 7px !important;
No structural color use.
----------------------------------------- */
 
.stylelab .status-tag {
display:inline-flex;
align-items:center;
justify-content:center;
min-width:34px;
height:16px;
padding:0 4px;
border:1px solid #303030;
background:#161616;
color:var(--text-soft);
font-size:9px;
text-align:center;
line-height:1;
}


    border: 1px solid var(--clbi-y2k-line-soft) !important;
.stylelab .status-tag.is-progress {
    background: var(--clbi-y2k-title) !important;
border-color:#6d5b2c;
background:#19170f;
}


    font-size: 10px !important;
.stylelab .status-tag.is-review {
    font-weight: 700 !important;
border-color:#36515d;
    line-height: 1.2 !important;
background:#10171a;
}
}


.clbi-y2k-mini-table {
.stylelab .status-tag.is-wait {
    width: 100% !important;
border-color:#484848;
    border-collapse: collapse !important;
background:#151515;
    table-layout: fixed !important;
    margin: 0 !important;
    font-size: 10px !important;
}
}


.clbi-y2k-mini-table td {
.stylelab .status-tag.is-done {
    padding: 5px 6px !important;
border-color:#3d5c38;
    border: 1px solid var(--clbi-y2k-line-soft) !important;
background:#111811;
    background: #111 !important;
    color: #cfcfcf !important;
    vertical-align: middle !important;
}
}


.clbi-y2k-mini-table td:first-child {
.stylelab .status-tag.is-alert {
    width: 72px !important;
border-color:#6a3933;
    color: var(--clbi-y2k-text-dim) !important;
background:#1b1110;
    background: #0b0b0b !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
  10. 티커
13. Team work module
  ----------------------------------------- */
Use WIP construction motif only where the making team is foregrounded.
Only motif: left vertical construction rail.
----------------------------------------- */


.clbi-y2k-ticker {
.stylelab .team-panel .panel-body {
    height: 22px !important;
position:relative;
    margin: 0 0 6px !important;
padding-left:15px;
    padding: 0 8px !important;
}


    border: 1px solid var(--clbi-y2k-line) !important;
.stylelab .team-panel .panel-body::before {
    background: #171717 !important;
content:"";
position:absolute;
left:6px;
top:8px;
bottom:8px;
width:4px;
pointer-events:none;
background:
repeating-linear-gradient(
45deg,
var(--wip-yellow) 0 4px,
var(--wip-yellow) 4px 5px,
var(--wip-black) 5px 9px,
var(--wip-black) 9px 10px
);
opacity:0.95;
}


    color: #bdbdbd !important;
.stylelab .team-panel .titlebar > span:last-child {
    font-size: 10px !important;
color:#c6c6c6;
    line-height: 22px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-shadow: 1px 1px 0 #000 !important;
    box-shadow: none !important;
}
}


/* -----------------------------------------
/* -----------------------------------------
  11. 하단 모듈
14. Status instrument
  ----------------------------------------- */
Type: STATUS INSTRUMENT
No scanlines. Gauge cells may have recessed finish.
----------------------------------------- */


.clbi-y2k-grid {
.stylelab .instrument-grid {
    display: grid !important;
display:grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px !important;
grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap: 6px !important;
gap:var(--space-inner);
margin:0 0 var(--space-inner);
}
}


.clbi-y2k-box {
.stylelab .gauge {
    min-width: 0 !important;
height:var(--gauge-h);
    overflow: hidden !important;
min-width:0;
padding:6px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
border:1px solid var(--edge-soft);
background:var(--surface-inset);
text-align:center;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.025),
inset 0 -1px 0 rgba(0,0,0,0.55);
}
}


.clbi-y2k-box-title {
.stylelab .gauge:hover {
    height: 24px !important;
background:#0d0d0d;
    padding: 0 8px !important;
}


    color: #f1f1f1 !important;
.stylelab .gauge b {
    font-size: 10px !important;
display:block;
    font-weight: 700 !important;
color:#f0f0f0;
    line-height: 24px !important;
font-family:Consolas, Monaco, monospace !important;
    overflow: hidden !important;
font-size:18px;
line-height:1;
text-shadow:1px 1px 0 #000;
}
}


.clbi-y2k-box-body {
.stylelab .gauge span {
    padding: 7px !important;
display:block;
    background: var(--clbi-y2k-well) !important;
margin-top:5px;
    border: none !important;
color:var(--text-dim);
    box-shadow: none !important;
font-size:9px;
line-height:1;
}
}


.clbi-y2k-list {
.stylelab .instrument-lines {
    margin: 0 !important;
border-top:1px solid var(--edge-soft);
    padding: 0 !important;
border-bottom:1px solid var(--edge-soft);
    list-style: none !important;
}
}


.clbi-y2k-list li {
.stylelab .instrument-line {
    display: flex !important;
display:grid;
    justify-content: space-between !important;
grid-template-columns:82px minmax(0,1fr);
    align-items: center !important;
align-items:center;
    gap: 8px !important;
gap:6px;
 
height:22px;
    min-height: 22px !important;
min-height:22px;
    margin: 0 !important;
padding:0 2px;
    padding: 4px 6px !important;
border-bottom:1px solid var(--edge-soft);
font-size:10px;
line-height:1.2;
}


    border: 1px solid var(--clbi-y2k-line-soft) !important;
.stylelab .instrument-line:last-child {
    background: var(--clbi-y2k-row) !important;
border-bottom:none;
    color: #cfcfcf !important;
    line-height: 1.35 !important;
    box-shadow: none !important;
}
}


.clbi-y2k-list li + li {
.stylelab .instrument-line:hover {
    margin-top: 4px !important;
background:#151515;
}
}


.clbi-y2k-list li span:first-child {
.stylelab .instrument-label {
    min-width: 0 !important;
color:var(--text-dim);
    overflow: hidden !important;
white-space:nowrap;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
}


.clbi-y2k-meta {
.stylelab .instrument-value {
    color: var(--clbi-y2k-text-dim) !important;
color:var(--text-soft);
    white-space: nowrap !important;
white-space:nowrap;
    font-size: 9px !important;
overflow:hidden;
    flex: 0 0 auto !important;
text-overflow:ellipsis;
}
}


.clbi-y2k-status-grid {
.stylelab .instrument-line:hover .instrument-value {
    display: grid !important;
color:#ffffff;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 6px !important;
    margin: 0 0 6px !important;
}
}


.clbi-y2k-counter {
/* -----------------------------------------
    min-width: 0 !important;
15. Footer split
    padding: 6px !important;
Left: style rule check
Right: policy / license / credits / socials
----------------------------------------- */


    border: 1px solid var(--clbi-y2k-line-soft) !important;
.stylelab .footer-grid {
    background: #070707 !important;
display:grid;
    text-align: center !important;
grid-template-columns:minmax(0,1fr) 300px;
    box-shadow: none !important;
gap:var(--space-inner);
margin-top:var(--space-inner);
align-items:stretch;
}
}


.clbi-y2k-counter b {
.stylelab .footer-grid .panel {
    display: block !important;
height:100%;
    color: #f0f0f0 !important;
    font-family: Consolas, Monaco, monospace !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    text-shadow: 1px 1px 0 #000 !important;
}
}


.clbi-y2k-counter span {
.stylelab .manual-panel {
    display: block !important;
margin-top:0;
    margin-top: 3px !important;
    color: var(--clbi-y2k-text-dim) !important;
    font-size: 9px !important;
}
}


.clbi-y2k-guest {
.stylelab .sample-row {
    padding: 6px !important;
display:grid;
    border: 1px solid var(--clbi-y2k-line-soft) !important;
grid-template-columns:150px minmax(0,1fr);
    background: var(--clbi-y2k-row) !important;
align-items:center;
    color: #c7c7c7 !important;
gap:var(--space-inner);
    font-size: 10px !important;
min-height:24px;
    line-height: 1.45 !important;
padding:4px 0;
    box-shadow: none !important;
border-bottom:1px solid var(--edge-soft);
}
}


/* -----------------------------------------
.stylelab .sample-row:first-child {
  12. 기본 폼 / 버튼
border-top:1px solid var(--edge-soft);
  ----------------------------------------- */
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) button,
.stylelab .sample-row:hover {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) input {
background:#151515;
    font-family: inherit !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-input {
.stylelab .sample-label {
    width: 100% !important;
color:var(--text-dim);
    height: 22px !important;
font-size:10px;
    margin: 0 0 5px !important;
line-height:1.25;
    padding: 2px 6px !important;
}


    border-radius: 0 !important;
.stylelab .sample-value {
    border: 1px solid #303030 !important;
color:var(--text-soft);
    background: #050505 !important;
font-size:10px;
    color: #dcdcdc !important;
line-height:1.35;
    font-size: 11px !important;
    box-shadow: none !important;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-btn {
.stylelab .sample-row:hover .sample-value {
    width: 100% !important;
color:#ffffff;
    margin: 0 !important;
}
    padding: 4px 0 !important;


    border-radius: 0 !important;
.stylelab .policy-list {
    border: 1px solid var(--clbi-y2k-line) !important;
border-top:1px solid var(--edge-soft);
    background: #181818 !important;
border-bottom:1px solid var(--edge-soft);
    color: #e0e0e0 !important;
}


    font-size: 10px !important;
.stylelab .policy-row {
    font-weight: 700 !important;
display:grid;
    cursor: pointer !important;
grid-template-columns:minmax(0,1fr) 18px;
    box-shadow: none !important;
align-items:center;
gap:var(--space-inner);
height:24px;
padding:0 2px;
border-bottom:1px solid var(--edge-soft);
font-size:10px;
line-height:1.2;
}
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-search-btn:hover {
.stylelab .policy-row:last-child {
    background: #242424 !important;
border-bottom:none;
}
}


/* -----------------------------------------
.stylelab .policy-row:hover {
  13. 푸터
background:#151515;
  ----------------------------------------- */
}


:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) footer,
.stylelab .policy-row a {
:is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .liberty-footer {
display:block;
    border-radius: 0 !important;
min-width:0;
    background: #080808 !important;
overflow:hidden;
    color: #8a8a8a !important;
text-overflow:ellipsis;
    border-color: var(--clbi-y2k-line-low) !important;
white-space:nowrap;
    box-shadow: none !important;
color:var(--text-soft) !important;
}
}


/* -----------------------------------------
.stylelab .policy-row:hover a {
  14. 반응형
color:#ffffff !important;
  ----------------------------------------- */
text-decoration:none !important;
}


@media screen and (max-width: 1720px) {
.stylelab .policy-mark {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar {
color:var(--text-dim);
        display: none !important;
font-size:14px;
    }
line-height:1;
white-space:nowrap;
text-align:right;
}


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
.stylelab .policy-row:hover .policy-mark {
        width: min(1500px, calc(100% - 16px)) !important;
color:#ffffff;
    }
}


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
.stylelab .social-strip {
        max-width: none !important;
display:grid;
    }
grid-template-columns:repeat(4,1fr);
gap:var(--space-tight);
margin-top:var(--space-inner);
}


    .clbi-y2k-grid {
.stylelab .social-icon {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
display:block;
    }
height:26px;
min-width:0;
}


    .clbi-y2k-box:last-child {
.stylelab .social-icon a {
        grid-column: 1 / -1 !important;
display:flex !important;
    }
align-items:center !important;
justify-content:center !important;
width:100% !important;
height:26px !important;
border:1px solid var(--edge-soft) !important;
background:#111111 !important;
color:var(--text-soft) !important;
font-size:10px !important;
font-weight:700 !important;
line-height:1 !important;
text-decoration:none !important;
text-shadow:1px 1px 0 #000 !important;
box-sizing:border-box !important;
}
}


@media screen and (max-width: 1180px) {
.stylelab .social-icon a:hover {
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-left-sidebar,
background:#1c1c1c !important;
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-right-sidebar {
color:#ffffff !important;
        display: none !important;
border-color:#3a3a3a !important;
    }
text-decoration:none !important;
}


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .content-wrapper {
/* -----------------------------------------
        display: block !important;
16. Responsive
        width: calc(100% - 16px) !important;
----------------------------------------- */
        max-width: none !important;
    }


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .container-fluid.liberty-content {
@media screen and (max-width:1380px) {
        width: 100% !important;
.stylelab .module-grid {
        max-width: none !important;
grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        min-width: 0 !important;
}
        margin: 0 !important;
    }


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-main {
.stylelab .footer-grid {
        height: auto !important;
grid-template-columns:minmax(0,1fr);
        flex-wrap: wrap !important;
}
    }
}


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-tabs {
@media screen and (max-width:1180px) {
        width: 100% !important;
.stylelab .console-grid {
        height: auto !important;
grid-template-columns:minmax(0,1fr);
        flex-wrap: wrap !important;
}
    }


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) .clbi-top-nav-item {
.stylelab .module-grid {
        width: auto !important;
grid-template-columns:minmax(0,1fr);
        flex: 1 1 25% !important;
}
    }


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-nav-search {
.stylelab .notice-line {
        width: 100% !important;
grid-template-columns:62px minmax(0,1fr);
        flex: 1 1 100% !important;
min-height:32px;
        padding: 6px !important;
}
    }


    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input,
.stylelab .notice-date,
    :is(body.page-대문, body.page-Test, body.page-test, body:has(.clbi-y2k-home)) #clbi-top-search-input:focus {
.stylelab .notice-action {
        width: 100% !important;
display:none;
        max-width: none !important;
}
    }
 
    .clbi-y2k-hero-body {
        grid-template-columns: minmax(0, 1fr) !important;
    }
 
    .clbi-y2k-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
 
    .clbi-y2k-box:last-child {
        grid-column: auto !important;
    }
}
}

2026년 5월 19일 (화) 08:31 기준 최신판

/* =========================================
COASTLINE: BLACK ICE
MediaWiki:Test.css
Sandbox main-page integration test
Existing full portal body + SVG category nav from CategoryNav.js
========================================= */

/*
Scope:
- This file is globally imported while the test page is still active.
- Every visual rule is scoped to .stylelab, except the bridge for nested .main-portal.
- No body, top-nav, sidebar, page shell, or global layout selectors.

Current role:
- Test.css still owns the full test page layout: notice rail, logo, console, image feed, guestbook, tracker, status, footer.
- MainPage.css + CategoryNav.js own the SVG category navigation.
- This file only provides a bridge so the new JS/SVG category nav can sit inside the old test body without double padding or background.

Cleanup plan:
- After the full main page is migrated, these .stylelab rules should be renamed or moved into MainPage.css as .main-portal components.
- Then Test.css can be removed from Common.css import.
*/

/* -----------------------------------------
0. Style tokens
----------------------------------------- */

.stylelab {
--surface-page:#070707;
--surface-frame:#101010;
--surface-frame-soft:#141414;
--surface-title:#1d1d1d;
--surface-title-hover:#252525;
--surface-well:#080808;
--surface-screen:#060606;
--surface-row:#121212;
--surface-row-alt:#151515;
--surface-inset:#070707;

--edge-top:#555555;
--edge-side:#2b2b2b;
--edge-bottom:#050505;
--edge-soft:#202020;
--edge-mid:#333333;
--edge-weak:#181818;

--text-main:#e2e2e2;
--text-soft:#c8c8c8;
--text-dim:#8a8a8a;
--text-faint:#626262;

--signal-blue:#6f8fa8;
--signal-teal:#5a9b92;
--signal-green:#78966c;
--signal-amber:#c4a04a;
--signal-red:#a85c50;
--signal-gray:#9a9a9a;

--wip-yellow:#f2c300;
--wip-black:#050505;

--space-block:8px;
--space-inner:6px;
--space-tight:4px;
--pad-panel:8px;

--title-h:24px;
--screen-title-h:22px;
--nav-h:30px;
--ticker-h:22px;
--row-h:23px;
--gauge-h:48px;

width:100%;
margin:0 auto;
padding:var(--space-block);
color:var(--text-main);
background:var(--surface-page);
font-size:11px;
line-height:1.5;
box-sizing:border-box;
}

.stylelab *,
.stylelab *::before,
.stylelab *::after {
box-sizing:border-box;
}

.stylelab a {
color:var(--text-main) !important;
text-decoration:none !important;
}

.stylelab a:hover {
color:#ffffff !important;
text-decoration:none !important;
}

/* -----------------------------------------
1. Frame system
North-light rule:
top bright / sides neutral / bottom dark
----------------------------------------- */

.stylelab .frame,
.stylelab .notice-rail,
.stylelab .lab-logo,
.stylelab .console,
.stylelab .panel,
.stylelab .instrument-panel,
.stylelab .ticker {
border:1px solid;
border-color:
var(--edge-top)
var(--edge-side)
var(--edge-bottom)
var(--edge-side);
background:var(--surface-frame);
border-radius:0;
box-shadow:none;
outline:none;
overflow:hidden;
}

.stylelab .titlebar {
position:relative;
height:var(--title-h);
min-height:var(--title-h);
padding:0 var(--pad-panel);
display:flex;
align-items:center;
justify-content:space-between;
gap:var(--space-block);
background:var(--surface-title);
border-bottom:1px solid var(--edge-bottom);
color:#f0f0f0;
font-size:10px;
font-weight:700;
line-height:1;
white-space:nowrap;
overflow:hidden;
text-shadow:1px 1px 0 #000;
}

.stylelab .titlebar > span {
display:block;
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
}

.stylelab .titlebar > span:first-child {
flex:1 1 auto;
}

.stylelab .titlebar > span:last-child {
flex:0 0 auto;
color:#a8a8a8;
font-weight:700;
text-align:right;
}

/* -----------------------------------------
2. Notice rail
Important notices above logo.
Maintenance alert uses construction stripe on the whole row.
Normal notice remains neutral.
----------------------------------------- */

.stylelab .notice-rail {
width:100%;
margin:0 0 var(--space-block);
background:#101010;
border:1px solid;
border-color:
#606060
var(--edge-side)
var(--edge-bottom)
var(--edge-side);
box-shadow:none;
}

.stylelab .notice-line {
position:relative;
display:grid;
grid-template-columns:72px 96px minmax(0,1fr) 48px;
align-items:center;
gap:7px;
min-height:30px;
padding:0 8px;
border-bottom:1px solid #050505;
background:#141414;
font-size:12px;
line-height:1.25;
color:#dcdcdc;
overflow:hidden;
}

.stylelab .notice-line:last-child {
border-bottom:none;
}

.stylelab .notice-line > * {
position:relative;
z-index:2;
}

.stylelab .notice-line:hover {
background:#1c1c1c;
color:#ffffff;
}

.stylelab .notice-line.is-alert {
background:
repeating-linear-gradient(
45deg,
var(--wip-yellow) 0 9px,
var(--wip-yellow) 9px 10px,
var(--wip-black) 10px 19px,
var(--wip-black) 19px 20px
);
}

.stylelab .notice-line.is-alert::before {
content:"";
position:absolute;
inset:0;
z-index:1;
pointer-events:none;
background:rgba(0,0,0,0.42);
}

.stylelab .notice-line.is-alert:hover::before {
background:rgba(0,0,0,0.34);
}

.stylelab .notice-line.is-notice {
background:#141414;
}

.stylelab .notice-line.is-notice:hover {
background:#1c1c1c;
}

.stylelab .notice-badge {
display:inline-flex;
align-items:center;
justify-content:center;
height:20px;
padding:0 7px;
border:1px solid #444444;
background:#0b0b0b;
color:#d8d8d8;
font-size:10px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}

.stylelab .notice-line.is-alert .notice-badge,
.stylelab .notice-line.is-notice .notice-badge {
border-color:#505050;
background:#101010;
color:#eeeeee;
}

.stylelab .notice-date {
color:#9d9d9d;
white-space:nowrap;
font-size:10px;
font-family:Consolas, Monaco, monospace !important;
}

.stylelab .notice-text {
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#e0e0e0;
font-size:12px;
font-weight:700;
}

.stylelab .notice-line.is-alert .notice-badge,
.stylelab .notice-line.is-alert .notice-date,
.stylelab .notice-line.is-alert .notice-text,
.stylelab .notice-line.is-alert .notice-action {
text-shadow:
-1px 0 0 #000,
1px 0 0 #000,
0 -1px 0 #000,
0 1px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}

.stylelab .notice-line:hover .notice-text {
color:#ffffff;
}

.stylelab .notice-action {
justify-self:end;
display:inline-flex;
align-items:center;
justify-content:center;
height:20px;
min-width:38px;
padding:0 5px;
border:1px solid #3a3a3a;
background:#0b0b0b;
color:#c8c8c8;
font-size:10px;
font-weight:700;
white-space:nowrap;
line-height:1;
}

.stylelab .notice-line:hover .notice-action {
border-color:#606060;
background:#181818;
color:#ffffff;
}

/* -----------------------------------------
3. Top logo
Site signboard. Placed before category navigation and content.
----------------------------------------- */

.stylelab .lab-logo {
width:100%;
height:auto;
margin:0 0 var(--space-block);
padding:10px 0 8px;
text-align:center;
line-height:0;
background:#0b0b0b;
}

.stylelab .lab-logo a,
.stylelab .lab-logo .mw-file-description {
display:inline-block;
line-height:0;
}

.stylelab .lab-logo img,
.stylelab .lab-logo .mw-file-element {
width:760px;
max-width:90%;
height:auto;
filter:
grayscale(1)
contrast(1.04)
brightness(1.02);
}

/* -----------------------------------------
4. Category navigation bridge
----------------------------------------- */

/*
The actual category navigation is now generated by CategoryNav.js
and styled by MainPage.css as SVG.

Why this bridge exists:
- The old full test body is still wrapped in .stylelab.
- MainPage.css expects a .main-portal wrapper.
- If .main-portal keeps its own padding/background inside .stylelab, the category nav gets a double frame and the ratio feels different from the original body.

So, inside .stylelab, .main-portal is treated as a transparent mount wrapper only.
The SVG nav itself remains owned by MainPage.css.
*/

.stylelab .main-portal {
width:100%;
margin:0;
padding:0;
background:transparent;
font-size:11px;
line-height:1.5;
}

.stylelab .main-portal [data-component="category-nav"] {
width:100%;
margin:0 0 var(--space-block);
padding:0;
}

/* -----------------------------------------
5. Main console
Type: SCREEN DEVICE
frame > titlebar > body > screen panels
----------------------------------------- */

.stylelab .console {
width:100%;
margin:0 0 var(--space-block);
padding:0;
}

.stylelab .console-body {
padding:var(--space-inner);
background:var(--surface-frame);
}

.stylelab .console-grid {
display:grid;
grid-template-columns:minmax(0,1fr) 260px;
gap:var(--space-inner);
align-items:stretch;
}

.stylelab .main-screen,
.stylelab .side-screen {
position:relative;
min-width:0;
height:100%;
overflow:hidden;
border:1px solid var(--edge-soft);
background:var(--surface-screen);
box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.018),
inset 0 0 18px rgba(0,0,0,0.70);
}

.stylelab .main-screen::before,
.stylelab .side-screen::before {
content:"";
position:absolute;
inset:0;
z-index:6;
pointer-events:none;
background:
radial-gradient(
ellipse at 50% 42%,
rgba(255,255,255,0.030) 0%,
transparent 42%
),
linear-gradient(
to bottom,
rgba(255,255,255,0.030) 0%,
transparent 24%,
rgba(0,0,0,0.16) 100%
);
}

.stylelab .main-screen::after,
.stylelab .side-screen::after {
content:"";
position:absolute;
inset:-40px 0;
z-index:7;
pointer-events:none;
opacity:0.13;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.080) 0px,
rgba(255,255,255,0.080) 1px,
transparent 2px,
transparent 5px
);
mix-blend-mode:screen;
}

.stylelab .main-screen > *,
.stylelab .side-screen > * {
position:relative;
z-index:3;
}

.stylelab .main-screen {
min-height:392px;
padding:var(--pad-panel);
display:flex;
flex-direction:column;
justify-content:flex-start;
}

.stylelab .side-screen {
padding:var(--pad-panel);
display:flex;
flex-direction:column;
}

/* -----------------------------------------
6. Image feed crossfade + alternating drift
Current image fades down, next layer becomes visible.
Image drift alternates: left-down / right-down.
----------------------------------------- */

.stylelab .image-feed {
position:relative;
width:100%;
height:240px;
min-height:240px;
overflow:hidden;
border:1px solid var(--edge-soft);
background:#030303;
isolation:isolate;
}

.stylelab .feed-layer {
position:absolute;
inset:-12px;
z-index:1;
opacity:0;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
filter:
brightness(0.78)
contrast(1.12)
saturate(0.78)
grayscale(0.16);
transform:translate(0,0) scale(1.06);
transform-origin:center center;
will-change:opacity, transform;
animation-duration:24s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}

.stylelab .feed-bg-001 {
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-001.png');
}

.stylelab .feed-bg-002 {
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-002.png');
}

.stylelab .feed-bg-003 {
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-003.png');
}

.stylelab .feed-bg-004 {
background-image:url('/index.php?title=특수:Redirect/file/Bg-Feed-004.png');
}

.stylelab .feed-layer-1 {
animation-name:image-feed-drift-left;
animation-delay:0s;
}

.stylelab .feed-layer-2 {
animation-name:image-feed-drift-right;
animation-delay:6s;
}

.stylelab .feed-layer-3 {
animation-name:image-feed-drift-left;
animation-delay:12s;
}

.stylelab .feed-layer-4 {
animation-name:image-feed-drift-right;
animation-delay:18s;
}

@keyframes image-feed-drift-left {
0% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
4.166% {
opacity:1;
transform:translate(0,0) scale(1.06);
}
25% {
opacity:1;
transform:translate(-22px,14px) scale(1.075);
}
29.166% {
opacity:0;
transform:translate(-26px,16px) scale(1.078);
}
100% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
}

@keyframes image-feed-drift-right {
0% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
4.166% {
opacity:1;
transform:translate(0,0) scale(1.06);
}
25% {
opacity:1;
transform:translate(22px,14px) scale(1.075);
}
29.166% {
opacity:0;
transform:translate(26px,16px) scale(1.078);
}
100% {
opacity:0;
transform:translate(0,0) scale(1.06);
}
}

.stylelab .image-feed::before {
content:"";
position:absolute;
inset:0;
z-index:5;
pointer-events:none;
background:
linear-gradient(
to bottom,
rgba(0,0,0,0.18) 0%,
transparent 22%,
transparent 74%,
rgba(0,0,0,0.30) 100%
),
linear-gradient(
to right,
rgba(0,0,0,0.22) 0%,
transparent 10%,
transparent 90%,
rgba(0,0,0,0.22) 100%
);
}

.stylelab .image-feed::after {
content:"";
position:absolute;
inset:-40px 0;
z-index:6;
pointer-events:none;
opacity:0.20;
background:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.090) 0px,
rgba(255,255,255,0.090) 1px,
transparent 2px,
transparent 5px
);
mix-blend-mode:screen;
}

.stylelab .feed-caption {
position:absolute;
left:0;
right:0;
bottom:0;
z-index:8;
height:22px;
padding:0 7px;
display:flex;
align-items:center;
justify-content:space-between;
gap:8px;
border-top:1px solid rgba(255,255,255,0.09);
background:rgba(5,5,5,0.86);
color:#cfcfcf;
font-size:10px;
line-height:22px;
text-shadow:1px 1px 0 #000;
}

.stylelab .feed-caption span:first-child {
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

.stylelab .feed-caption span:last-child {
flex:0 0 auto;
color:var(--text-dim);
}

/* -----------------------------------------
7. Statement plate below image feed
----------------------------------------- */

.stylelab .statement-plate {
margin:var(--space-inner) 0 0;
padding:13px 18px 12px;
border:1px solid var(--edge-soft);
background:#080808;
}

.stylelab .statement-plate h2 {
margin:0 0 10px !important;
padding:0 0 8px !important;
border-bottom:1px solid var(--edge-soft) !important;
color:#f4f4f4 !important;
font-size:20px !important;
line-height:1.25 !important;
text-align:center !important;
text-shadow:
1px 1px 0 #000,
0 0 4px rgba(255,255,255,0.10) !important;
}

.stylelab .statement-plate p {
max-width:820px;
margin:0 auto 9px;
color:#d8d8d8;
font-size:12px;
line-height:1.68;
text-align:center;
text-shadow:1px 1px 0 #000;
}

.stylelab .statement-plate p:last-child {
margin-bottom:0;
}

/* -----------------------------------------
8. Screen guestbook
Top-right body content module.
Dummy only. Final interactive function later.
----------------------------------------- */

.stylelab .screen-title {
height:var(--screen-title-h);
min-height:var(--screen-title-h);
margin:0 0 var(--space-inner);
padding:0 7px;
display:flex;
align-items:center;
justify-content:space-between;
gap:6px;
border:1px solid var(--edge-soft);
background:#151515;
color:#f0f0f0;
font-size:10px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}

.stylelab .screen-title span:last-child {
color:var(--text-dim);
font-size:9px;
}

.stylelab .guestbook-device {
flex:1 1 auto;
min-height:0;
display:flex;
flex-direction:column;
gap:var(--space-inner);
}

.stylelab .guestbook-messages {
flex:1 1 auto;
min-height:0;
border-top:1px solid var(--edge-soft);
border-bottom:1px solid var(--edge-soft);
overflow:hidden;
}

.stylelab .guestbook-message {
padding:6px 2px;
border-bottom:1px solid var(--edge-soft);
}

.stylelab .guestbook-message:last-child {
border-bottom:none;
}

.stylelab .guestbook-message:hover {
background:#111111;
}

.stylelab .guestbook-message-head {
display:flex;
align-items:center;
justify-content:space-between;
gap:6px;
margin-bottom:3px;
font-size:9px;
line-height:1.2;
}

.stylelab .guestbook-name {
color:#eeeeee;
font-weight:700;
white-space:nowrap;
}

.stylelab .guestbook-time {
color:var(--text-dim);
white-space:nowrap;
}

.stylelab .guestbook-text {
color:var(--text-soft);
font-size:10px;
line-height:1.45;
word-break:keep-all;
}

.stylelab .guestbook-form {
display:grid;
grid-template-columns:minmax(0,1fr) 48px;
gap:var(--space-tight);
}

.stylelab .guestbook-input {
height:24px;
padding:0 7px;
display:flex;
align-items:center;
border:1px solid var(--edge-soft);
background:#070707;
color:var(--text-faint);
font-size:10px;
line-height:1;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}

.stylelab .guestbook-input:hover {
background:#0c0c0c;
color:#8f8f8f;
}

.stylelab .guestbook-submit {
height:24px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid var(--edge-soft);
background:#161616;
color:var(--text-soft);
font-size:9px;
font-weight:700;
line-height:1;
text-shadow:1px 1px 0 #000;
}

.stylelab .guestbook-submit:hover {
background:#222222;
color:#ffffff;
}

/* -----------------------------------------
9. Ticker
Type: RECORD STRIP
Not a screen device.
----------------------------------------- */

.stylelab .ticker {
height:var(--ticker-h);
margin:0 0 var(--space-inner);
padding:0 var(--pad-panel);
color:#bdbdbd;
background:#171717;
font-size:10px;
line-height:var(--ticker-h);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-shadow:1px 1px 0 #000;
}

/* -----------------------------------------
10. Module grid
----------------------------------------- */

.stylelab .module-grid {
display:grid;
grid-template-columns:minmax(0,1fr) minmax(0,1fr) 280px;
gap:var(--space-inner);
align-items:stretch;
}

.stylelab .panel,
.stylelab .instrument-panel {
min-width:0;
height:100%;
display:flex;
flex-direction:column;
}

.stylelab .panel-body,
.stylelab .instrument-body {
flex:1 1 auto;
min-height:0;
padding:var(--pad-panel);
background:var(--surface-well);
}

/* -----------------------------------------
11. Record modules
No scanlines. No screen treatment.
----------------------------------------- */

.stylelab .record-list {
margin:0 !important;
padding:0 !important;
list-style:none !important;
}

.stylelab .record-list li {
display:grid;
grid-template-columns:minmax(0,1fr) auto;
align-items:center;
gap:var(--space-block);
height:var(--row-h);
min-height:var(--row-h);
margin:0;
padding:0 2px;
border-bottom:1px solid var(--edge-soft);
color:var(--text-soft);
line-height:1.25;
}

.stylelab .record-list li:first-child {
border-top:1px solid var(--edge-soft);
}

.stylelab .record-list li:hover {
background:#151515;
color:#ffffff;
}

.stylelab .record-list li span:first-child {
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

.stylelab .meta {
color:var(--text-dim);
white-space:nowrap;
font-size:9px;
line-height:1;
}

.stylelab .record-list li:hover .meta {
color:#c0c0c0;
}

/* -----------------------------------------
12. Status tags
Small functional color only.
No structural color use.
----------------------------------------- */

.stylelab .status-tag {
display:inline-flex;
align-items:center;
justify-content:center;
min-width:34px;
height:16px;
padding:0 4px;
border:1px solid #303030;
background:#161616;
color:var(--text-soft);
font-size:9px;
text-align:center;
line-height:1;
}

.stylelab .status-tag.is-progress {
border-color:#6d5b2c;
background:#19170f;
}

.stylelab .status-tag.is-review {
border-color:#36515d;
background:#10171a;
}

.stylelab .status-tag.is-wait {
border-color:#484848;
background:#151515;
}

.stylelab .status-tag.is-done {
border-color:#3d5c38;
background:#111811;
}

.stylelab .status-tag.is-alert {
border-color:#6a3933;
background:#1b1110;
}

/* -----------------------------------------
13. Team work module
Use WIP construction motif only where the making team is foregrounded.
Only motif: left vertical construction rail.
----------------------------------------- */

.stylelab .team-panel .panel-body {
position:relative;
padding-left:15px;
}

.stylelab .team-panel .panel-body::before {
content:"";
position:absolute;
left:6px;
top:8px;
bottom:8px;
width:4px;
pointer-events:none;
background:
repeating-linear-gradient(
45deg,
var(--wip-yellow) 0 4px,
var(--wip-yellow) 4px 5px,
var(--wip-black) 5px 9px,
var(--wip-black) 9px 10px
);
opacity:0.95;
}

.stylelab .team-panel .titlebar > span:last-child {
color:#c6c6c6;
}

/* -----------------------------------------
14. Status instrument
Type: STATUS INSTRUMENT
No scanlines. Gauge cells may have recessed finish.
----------------------------------------- */

.stylelab .instrument-grid {
display:grid;
grid-template-columns:minmax(0,1fr) minmax(0,1fr);
gap:var(--space-inner);
margin:0 0 var(--space-inner);
}

.stylelab .gauge {
height:var(--gauge-h);
min-width:0;
padding:6px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
border:1px solid var(--edge-soft);
background:var(--surface-inset);
text-align:center;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.025),
inset 0 -1px 0 rgba(0,0,0,0.55);
}

.stylelab .gauge:hover {
background:#0d0d0d;
}

.stylelab .gauge b {
display:block;
color:#f0f0f0;
font-family:Consolas, Monaco, monospace !important;
font-size:18px;
line-height:1;
text-shadow:1px 1px 0 #000;
}

.stylelab .gauge span {
display:block;
margin-top:5px;
color:var(--text-dim);
font-size:9px;
line-height:1;
}

.stylelab .instrument-lines {
border-top:1px solid var(--edge-soft);
border-bottom:1px solid var(--edge-soft);
}

.stylelab .instrument-line {
display:grid;
grid-template-columns:82px minmax(0,1fr);
align-items:center;
gap:6px;
height:22px;
min-height:22px;
padding:0 2px;
border-bottom:1px solid var(--edge-soft);
font-size:10px;
line-height:1.2;
}

.stylelab .instrument-line:last-child {
border-bottom:none;
}

.stylelab .instrument-line:hover {
background:#151515;
}

.stylelab .instrument-label {
color:var(--text-dim);
white-space:nowrap;
}

.stylelab .instrument-value {
color:var(--text-soft);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.stylelab .instrument-line:hover .instrument-value {
color:#ffffff;
}

/* -----------------------------------------
15. Footer split
Left: style rule check
Right: policy / license / credits / socials
----------------------------------------- */

.stylelab .footer-grid {
display:grid;
grid-template-columns:minmax(0,1fr) 300px;
gap:var(--space-inner);
margin-top:var(--space-inner);
align-items:stretch;
}

.stylelab .footer-grid .panel {
height:100%;
}

.stylelab .manual-panel {
margin-top:0;
}

.stylelab .sample-row {
display:grid;
grid-template-columns:150px minmax(0,1fr);
align-items:center;
gap:var(--space-inner);
min-height:24px;
padding:4px 0;
border-bottom:1px solid var(--edge-soft);
}

.stylelab .sample-row:first-child {
border-top:1px solid var(--edge-soft);
}

.stylelab .sample-row:hover {
background:#151515;
}

.stylelab .sample-label {
color:var(--text-dim);
font-size:10px;
line-height:1.25;
}

.stylelab .sample-value {
color:var(--text-soft);
font-size:10px;
line-height:1.35;
}

.stylelab .sample-row:hover .sample-value {
color:#ffffff;
}

.stylelab .policy-list {
border-top:1px solid var(--edge-soft);
border-bottom:1px solid var(--edge-soft);
}

.stylelab .policy-row {
display:grid;
grid-template-columns:minmax(0,1fr) 18px;
align-items:center;
gap:var(--space-inner);
height:24px;
padding:0 2px;
border-bottom:1px solid var(--edge-soft);
font-size:10px;
line-height:1.2;
}

.stylelab .policy-row:last-child {
border-bottom:none;
}

.stylelab .policy-row:hover {
background:#151515;
}

.stylelab .policy-row a {
display:block;
min-width:0;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:var(--text-soft) !important;
}

.stylelab .policy-row:hover a {
color:#ffffff !important;
text-decoration:none !important;
}

.stylelab .policy-mark {
color:var(--text-dim);
font-size:14px;
line-height:1;
white-space:nowrap;
text-align:right;
}

.stylelab .policy-row:hover .policy-mark {
color:#ffffff;
}

.stylelab .social-strip {
display:grid;
grid-template-columns:repeat(4,1fr);
gap:var(--space-tight);
margin-top:var(--space-inner);
}

.stylelab .social-icon {
display:block;
height:26px;
min-width:0;
}

.stylelab .social-icon a {
display:flex !important;
align-items:center !important;
justify-content:center !important;
width:100% !important;
height:26px !important;
border:1px solid var(--edge-soft) !important;
background:#111111 !important;
color:var(--text-soft) !important;
font-size:10px !important;
font-weight:700 !important;
line-height:1 !important;
text-decoration:none !important;
text-shadow:1px 1px 0 #000 !important;
box-sizing:border-box !important;
}

.stylelab .social-icon a:hover {
background:#1c1c1c !important;
color:#ffffff !important;
border-color:#3a3a3a !important;
text-decoration:none !important;
}

/* -----------------------------------------
16. Responsive
----------------------------------------- */

@media screen and (max-width:1380px) {
.stylelab .module-grid {
grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}

.stylelab .footer-grid {
grid-template-columns:minmax(0,1fr);
}
}

@media screen and (max-width:1180px) {
.stylelab .console-grid {
grid-template-columns:minmax(0,1fr);
}

.stylelab .module-grid {
grid-template-columns:minmax(0,1fr);
}

.stylelab .notice-line {
grid-template-columns:62px minmax(0,1fr);
min-height:32px;
}

.stylelab .notice-date,
.stylelab .notice-action {
display:none;
}
}