body { background-color: #06060a; color: #a5b4fc; font-family: "Courier New", Courier, monospace, sans-serif; margin: 0; padding: 25px; line-height: 1.6; position: relative; }
/* 假扫描线层叠模拟 */
body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(rgba(18, 16, 16, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(18, 16, 16, 0) 100%); background-size: 100% 4px; z-index: 9999; pointer-events: none; }
.hlcy-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：街机插槽控制板导航 */
.hlcy-control-deck { background: #0f0f1c; border: 2px solid #ff007f; border-radius: 4px; padding: 15px 30px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 0 15px rgba(255, 0, 127, 0.3); position: relative; }
.hlcy-control-deck::before { content: "[ SLOT_A: ONLINE ]"; position: absolute; top: -11px; left: 20px; background: #06060a; color: #39ff14; padding: 0 8px; font-size: 11px; font-weight: bold; }
.hlcy-brand img { height: 35px; object-fit: contain; filter: drop-shadow(0 0 5px rgba(57,255,20,0.5)); }
.hlcy-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.hlcy-menu a { color: #a5b4fc; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid #ff007f; transition: all 0.3s; background: #06060a; }
.hlcy-menu a:hover, .hlcy-menu a.active { color: #39ff14; border-color: #39ff14; box-shadow: 0 0 10px rgba(57,255,20,0.4); }
.hlcy-screen-notice { background: rgba(57, 255, 20, 0.02); border: 1px solid #39ff14; padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #39ff14; box-shadow: inset 0 0 10px rgba(57,255,20,0.1); }
.hlcy-slot-header { font-size: 15px; font-weight: bold; color: #ff007f; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed #ff007f; padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
/* 插槽式卡带网格 */
.hlcy-cartridge-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.hlcy-cartridge { background: #0f0f1c; border: 2px solid #2a2a40; padding: 20px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; }
.hlcy-cartridge:hover { border-color: #39ff14; box-shadow: 0 0 15px rgba(57, 255, 20, 0.2); }
.hlcy-cartridge-connector { width: 100%; height: 6px; background: #2a2a40; position: absolute; top: -6px; left: 0; transition: background 0.3s; }
.hlcy-cartridge:hover .hlcy-cartridge-connector { background: #39ff14; }
.hlcy-display-box { height: 160px; background: #06060a; border: 1px solid #2a2a40; display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 20px; transition: border-color 0.3s; }
.hlcy-cartridge:hover .hlcy-display-box { border-color: #39ff14; }
.hlcy-display-box img { max-width: 90%; max-height: 90%; object-fit: contain; }
.hlcy-card-title { font-size: 15px; font-weight: bold; color: #fff; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hlcy-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed #2a2a40; padding-top: 15px; }
.hlcy-cartridge:hover .hlcy-card-bottom { border-top-color: #39ff14; }
.hlcy-btn-key { font-size: 11px; padding: 4px 10px; border: 1px solid #2a2a40; font-weight: bold; background: #06060a; color: #a5b4fc; transition: 0.3s; }
.hlcy-cartridge:hover .hlcy-btn-key { border-color: #39ff14; color: #39ff14; }
.hlcy-btn-auto { color: #ff007f; border-color: #ff007f; }
.hlcy-cartridge:hover .hlcy-btn-auto { border-color: #ff007f; color: #ff007f; }
.hlcy-price-neon { color: #39ff14; font-size: 20px; font-weight: bold; }
/* 详情页重构：雷达荧幕式双翼面板 */
.hlcy-radar-console { display: flex; gap: 40px; }
.hlcy-radar-view { width: 45%; }
.hlcy-cabinet-panel { width: 55%; background: #0f0f1c; border: 2px solid #ff007f; padding: 40px; box-shadow: 0 0 25px rgba(255, 0, 127, 0.15); }
.hlcy-screen-frame { background: #06060a; border: 2px solid #ff007f; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(255, 0, 127, 0.2); }
.hlcy-screen-frame img { max-width: 100%; border: 1px solid #ff007f; }
.hlcy-dt-title { font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 25px; line-height: 1.4; border-bottom: 2px solid #ff007f; padding-bottom: 15px; }
.hlcy-console-stat { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.hlcy-console-stat td { border: 1px solid #2a2a40; padding: 15px; font-size: 14px; }
.hlcy-stat-label { color: #6e6e8c; background: #06060a; width: 35%; }
.hlcy-stat-val { color: #39ff14; font-weight: bold; text-shadow: 0 0 5px rgba(57,255,20,0.5); }
.hlcy-group { margin-bottom: 20px; }
.hlcy-label { display: block; font-size: 11px; color: #ff007f; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.hlcy-input { width: 100%; box-sizing: border-box; background: #06060a; border: 1px solid #2a2a40; color: #a5b4fc; padding: 14px 18px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.hlcy-input:focus { border-color: #39ff14; box-shadow: 0 0 10px rgba(57,255,20,0.3); }
.hlcy-btn-coin { width: 100%; background: #ff007f; color: #fff; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; box-shadow: 0 0 15px rgba(255, 0, 127, 0.4); }
.hlcy-btn-coin:hover { background: #e00070; transform: scale(0.99); }
.hlcy-btn-coin:disabled { background: #2a2a40; color: #6e6e8c; cursor: not-allowed; box-shadow: none; }
.hlcy-desc-cabinet { background: #0f0f1c; border: 2px solid #2a2a40; padding: 35px; margin-top: 40px; }
.hlcy-desc-title { font-size: 15px; color: #ff007f; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.hlcy-desc-content { font-size: 14px; color: #a5b4fc; line-height: 1.8; }
/* 街机审计面板 */
.hlcy-q-tabs { display: flex; background: #06060a; border: 1px solid #2a2a40; padding: 4px; margin-bottom: 35px; }
.hlcy-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #6e6e8c; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.hlcy-q-tabs a.active, .hlcy-q-tabs a:hover { background: #0f0f1c; color: #39ff14; border: 1px solid #39ff14; }
.hlcy-cabinet-table { width: 100%; border-collapse: collapse; }
.hlcy-cabinet-table th, .hlcy-cabinet-table td { padding: 18px; border-bottom: 1px solid #2a2a40; text-align: left; }
.hlcy-cabinet-table th { color: #6e6e8c; font-size: 12px; text-transform: uppercase; }
.hlcy-cabinet-table td { color: #a5b4fc; }
.hlcy-footer { border-top: 1px solid #2a2a40; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #6e6e8c; }
@media (max-width: 900px) {
    .hlcy-radar-console { flex-direction: column; }
    .hlcy-radar-view, .hlcy-cabinet-panel { width: 100%; }
    .hlcy-menu { display: none; }
}
