:root {
--view-bg: #020617;
--content-black: rgba(5, 5, 5, 0.88);
--border-color: rgba(148, 163, 184, 0.25);
--accent-blue: #38bdf8;
--accent-red: #f43f5e;
--accent-green: #10b981;
--text-main: #f1f5f9;
--text-dim: #94a3b8;
--card-bg: rgba(15, 23, 42, 0.72);
}
html,
body {
background: #020617 !important;
scrollbar-color: rgba(56, 189, 248, 0.65) #020617;
scrollbar-width: thin;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
width: 12px;
height: 12px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
background: #020617;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, rgba(56, 189, 248, 0.8) 0%, rgba(14, 165, 233, 0.75) 100%);
border: 2px solid #020617;
border-radius: 999px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
background: linear-gradient(180deg, rgba(125, 211, 252, 0.92) 0%, rgba(56, 189, 248, 0.88) 100%);
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
background: #020617;
}
#VIEW {
background: var(--view-bg);
color: var(--text-main);
font-family: 'Pretendard', sans-serif;
width: 100vw;
margin: 0px;
min-height: 0;
}
.Board-Info-Header {
width: 100vw;
}
.Board-Info-Header {
width: 100vw;
padding: 20px 50px;
border-bottom: 1px solid var(--border-color);
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
}
.header-left { min-width: 0; }
.header-badge {
display: inline-block;
font-family: 'Orbitron', sans-serif;
font-size: 0.9rem;
color: var(--accent-blue);
font-weight: 700;
letter-spacing: 1.8px;
margin-bottom: 8px;
}
.header-title {
display: flex;
align-items: center;
gap: 10px;
font-size: 2rem;
font-weight: 800;
color: #fff;
line-height: 1.3;
word-break: keep-all;
}
.header-title i { color: var(--accent-blue); }
.Memo span {
float: left;
background: #0b1220;
border: 1px solid #212d44;
border-radius: 10px;
color: #ff7979;
margin-left: 30px;
padding:3px 20px;
}
.Memo li:nth-child(1) {
color: var(--accent-blue);
font-size: 18px;
text-align: right;
padding:10px 20px;
}
.Memo li:nth-child(2) {
font-size: 18px;
padding:50px;
}