/**
 * =============================================================================
 * Skin: Compact High-Density Theme
 * =============================================================================
 */
body { margin: 0; font-family: Arial, sans-serif; background-color: #e5e7eb; display: flex; flex-direction: column; height: 100vh; overflow: hidden; }
.ccms-section-1 { background: #111827; color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; box-sizing: border-box; }
.ccms-banner-text .banner-line-1 { font-size: 14px; font-weight: bold; }
.ccms-banner-text .banner-line-2 { font-size: 11px; color: #9ca3af; }
.ccms-skin-chooser select { padding: 2px 4px; border-radius: 2px; border: none; font-size: 12px; }
.ccms-main-wrapper { display: flex; flex: 1; height: calc(100vh - 80px); }
.ccms-section-2 { background: #ffffff; border-right: 1px solid #9ca3af; padding: 8px; box-sizing: border-box; overflow-y: auto; }
.ccms-logo-area { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; border-bottom: 1px solid #d1d5db; padding-bottom: 6px; }
.vs2-banner-text { font-weight: bold; font-size: 12px; }
.ccms-menu-container { display: flex; flex-direction: column; gap: 3px; }
.menu-item a { text-decoration: none; color: #1f2937; font-size: 12px; display: block; padding: 2px 4px; border-radius: 2px; }
.menu-item a:hover { background: #d1d5db; color: #000000; }
.menu-indent-level2 { padding-left: 12px; font-size: 11px; }
.ccms-section-3 { flex: 1; display: flex; flex-direction: column; background: #ffffff; box-sizing: border-box; }
.ccms-iframe { flex: 1; width: 100%; border: none; background: #ffffff; }