/* board.css — board UI tuned for kisysneo dark theme */

.page-content .head_bg,
.page-content .head_bold,
.page-content .head_line {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  border-color: #1e293b !important;
}

.page-content .head_setup,
.page-content .head_setup A:link,
.page-content .head_setup A:visited,
.page-content .head_setup A:active {
  color: #cbd5e1 !important;
}
.page-content .head_setup A:hover { color: #60a5fa !important; }

.page-content #body_line,
.page-content #body_line2 {
  border-bottom-color: #1e293b !important;
  color: #cbd5e1;
}

.page-content .contents,
.page-content .contents_bold,
.page-content td,
.page-content th {
  color: #cbd5e1;
}

.page-content input[type="text"],
.page-content input[type="password"],
.page-content input[type="email"],
.page-content textarea,
.page-content select {
  background: #0b1220;
  border: 1px solid #334155;
  color: #e2e8f0;
  padding: .5rem .75rem;
  border-radius: 2px;
}

.page-content input[type="submit"],
.page-content input[type="button"],
.page-content button,
.page-content .btn {
  background: #2563eb;
  border: 0;
  color: #fff;
  padding: .55rem 1rem;
  border-radius: 2px;
  cursor: pointer;
}

.page-content a { color: #60a5fa; }
.page-content a:hover { color: #93c5fd; }

.page-content table {
  width: 100%;
  border-collapse: collapse;
}

.page-content img { max-width: 100%; height: auto; }

/* Keep legacy board class definitions below for structure compatibility */
p{margin-top:0px;margin-bottom:0px;}

.head_bg {border:1px dotted #1e293b; background-color:#0f172a;}
.head_setup {color:#cbd5e1; font-size:14px; font-weight:bold; letter-spacing:-0.05em; height:25px;}
.head_bold {color:#e2e8f0; font-size:14px; font-weight:bold; letter-spacing:-0.05em; padding:6px 0 0 0; text-align:center; height:20px; background-color:#0f172a;}
.head_top_line {background-color:#334155; height:2px;}
.head_tail_line {background-color:#334155; height:1px;}
.head_tail_shadow {background-color:#0b1220; height:2px;}
.head_line {background-color:#0f172a;}
#body_line {border-bottom-width:1px; border-bottom-color:#1e293b; border-bottom-style:solid; height:34px;}
#body_line2 {border-bottom-width:1px; border-bottom-color:#1e293b; border-bottom-style:solid;}
