/* Clandestine Theme: Layout 152 (Hacker Terminal & Alien Phosphor Style) */
body { background: #020403; background-image: linear-gradient(0deg, rgba(16, 185, 129, 0.015) 1px, transparent 0); background-size: 100% 4px; font-family: "Courier New", Courier, monospace, "PingFang SC"; color: #10b981; margin: 0; padding: 0; min-height: 100vh; }
.clandestine-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.clandestine-head-wrap { border-bottom: 1px solid rgba(16, 185, 129, 0.2); padding: 25px 0; background: #020403; }
.clandestine-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.clandestine-logo img { max-height: 40px; display: block; filter: grayscale(1) contrast(1.5) brightness(1.1) hue-rotate(90deg); }
.clandestine-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.clandestine-menu a { color: rgba(16, 185, 129, 0.6); text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.clandestine-menu a:hover, .clandestine-menu .active { border-bottom: 1.5px solid #10b981; color: #fff; text-shadow: 0 0 8px rgba(16, 185, 129, 0.6); }
.clandestine-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.clandestine-col-left { width: 30%; flex-shrink: 0; }
.clandestine-col-right { width: 70%; flex-grow: 1; min-width: 0; }
.clandestine-terminal-panel { background: #060b08; border: 1px solid rgba(16, 185, 129, 0.25); padding: 25px; box-sizing: border-box; position: relative; }
.clandestine-terminal-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(16, 185, 129, 0.08); pointer-events: none; margin: 4px; }
.clandestine-sweep-ring { width: 44px; height: 44px; border: 1px solid rgba(16, 185, 129, 0.3); border-radius: 50%; margin: 25px auto 15px auto; position: relative; display: flex; align-items: center; justify-content: center; }
.clandestine-sweep-ring::before { content: ""; width: 2px; height: 20px; background: #10b981; position: absolute; top: 2px; transform-origin: bottom center; animation: clandestineSweep 4s linear infinite; }
.clandestine-notice-pod { background: #060b08; border: 1px solid rgba(16, 185, 129, 0.25); padding: 20px 25px; margin-bottom: 30px; line-height: 1.7; font-size: 13.5px; color: #10b981; position: relative; }
.clandestine-notice-pod::before { content: "终端警示 // SYSTEM_ALERT"; position: absolute; top: -10px; left: 20px; background: #020403; padding: 0 8px; font-size: 11px; font-weight: bold; color: #00ff66; }
.clandestine-section-title { font-size: 15px; font-weight: bold; color: #fff; margin: 0 0 20px 0; border-top: 1px solid rgba(16, 185, 129, 0.25); border-bottom: 1px dashed rgba(16, 185, 129, 0.2); padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.clandestine-section-title i { margin-right: 10px; color: #00ff66; }
.clandestine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.clandestine-folder-card { background: #060b08; border: 1px solid rgba(16, 185, 129, 0.2); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; position: relative; }
.clandestine-folder-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(16, 185, 129, 0.08); pointer-events: none; margin: 3px; }
.clandestine-folder-card:hover { border-color: #10b981; box-shadow: 0 0 15px rgba(16, 185, 129, 0.15); }
.clandestine-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.clandestine-card-title { font-size: 14px; font-weight: bold; color: #ffffff; line-height: 1.5; }
.clandestine-badge-auto { border: 1px solid #00ff66; color: #00ff66; background: rgba(0,255,102,0.05); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.clandestine-badge-manual { border: 1px dashed #7f8c8d; color: #7f8c8d; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.clandestine-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed rgba(16, 185, 129, 0.15); padding-top: 15px; }
.clandestine-price-box { display: flex; flex-direction: column; }
.clandestine-qty-info { font-size: 11px; color: #7f8c8d; margin-bottom: 3px; }
.clandestine-price { font-size: 19px; font-weight: bold; color: #00ff66; font-family: monospace; }
.clandestine-btn-action { background: transparent; color: #10b981 !important; border: 1.5px solid #10b981; padding: 7px 18px; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; letter-spacing: 0.5px; }
.clandestine-btn-action:hover { background: #10b981; color: #060b08 !important; }
.clandestine-paper-panel { border: 1px solid rgba(16, 185, 129, 0.2); background: #060b08; padding: 35px; box-sizing: border-box; position: relative; border-radius: 0; }
.clandestine-paper-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(16, 185, 129, 0.08); pointer-events: none; margin: 4px; }
.layui-form-label { background: #060b08 !important; border: 1px solid rgba(16, 185, 129, 0.2) !important; border-right: none !important; color: #10b981 !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid rgba(16, 185, 129, 0.2) !important; background: #020403 !important; color: #ffffff !important; }
.layui-input:focus { border-color: #10b981 !important; box-shadow: 0 0 8px rgba(16, 185, 129, 0.15) !important; }

@keyframes clandestineSweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Mobile Adaptations */
@media (max-width: 992px) {
    .clandestine-columns { flex-direction: column; padding: 0 15px; }
    .clandestine-col-left, .clandestine-col-right { width: 100%; }
    .clandestine-col-left { display: none; }
}
@media (max-width: 768px) {
    .clandestine-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .clandestine-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .clandestine-grid { grid-template-columns: 1fr; gap: 15px; }
}
