body.fove-body { background-color: #04020a; color: #a0a5b5; font-family: "Fira Code", Consolas, "Courier New", monospace, sans-serif; margin: 0; padding: 0; }
.fove-header { background-color: #020105; border-bottom: 2px solid #a855f7; padding: 15px 0; }
.fove-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.fove-logo { float: left; }
.fove-logo img { height: 40px; display: block; }
.fove-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.fove-nav-item { margin-left: 20px; line-height: 40px; }
.fove-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.fove-nav-item a:hover { color: #a855f7; }
.fove-main-layout { margin-top: 30px; position: relative; }
.fove-panel { background-color: rgba(2, 1, 5, 0.8); border: 1px solid rgba(168, 85, 247, 0.3); padding: 25px; box-sizing: border-box; }
.fove-notice-strip { background-color: rgba(2, 1, 5, 0.5); border-top: 1px solid #a855f7; border-bottom: 1px solid #00ffff; padding: 20px; text-align: center; margin-bottom: 35px; color: #a855f7; font-size: 15px; letter-spacing: 1px; }
.fove-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #a855f7; color: #a855f7; text-align: center; line-height: 22px; font-size: 11px; margin-right: 10px; font-weight: bold; }
.fove-product-grid { width: 100%; }
.fove-product-card { width: 100%; background-color: rgba(2, 1, 5, 0.6); border: 1px dashed rgba(168, 85, 247, 0.25); padding: 20px; box-sizing: border-box; transition: all 0.3s; border-radius: 4px; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; }
.fove-product-card:hover { border-color: #00ffff; box-shadow: 0 0 15px rgba(0, 255, 255, 0.3); transform: translateY(-2px); }
.fove-product-info { text-align: left; flex-grow: 1; padding-right: 20px; }
.fove-product-name { font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 8px; }
.fove-product-name:hover { color: #a855f7; }
.fove-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: bold; }
.fove-badge-auto { background-color: rgba(168, 85, 247, 0.15); color: #a855f7; border: 1px solid rgba(168, 85, 247, 0.3); }
.fove-badge-manual { background-color: rgba(255, 255, 255, 0.1); color: #a0a5b5; border: 1px solid rgba(255, 255, 255, 0.2); }
.fove-price-box { text-align: right; flex-shrink: 0; width: 180px; }
.fove-price { color: #a855f7; font-weight: bold; font-size: 18px; text-shadow: 0 0 5px rgba(168, 85, 247, 0.4); margin-bottom: 8px; display: block; }
.fove-btn-buy { display: block; text-align: center; background-color: transparent; color: #00ffff !important; border: 1px solid #00ffff; padding: 8px 16px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; }
.fove-btn-buy:hover { background-color: #00ffff; color: #04020a !important; }
.fove-footer { background-color: #020105; border-top: 1px solid #a855f7; padding: 25px 0; margin-top: 50px; clear: both; }
.fove-footer a { color: #a855f7; text-decoration: none; }
.fove-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #a855f7; }
.fove-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.fove-tab-item.active { background-color: #a855f7; color: #020105; }
.fove-tab-item a { color: inherit; text-decoration: none; }
.fove-form-item { margin-bottom: 20px; }
.fove-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.fove-form-input { width: 100%; padding: 12px; border: 1px solid #a855f7; background-color: #020105; color: #ffffff; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.fove-form-input:focus { outline: none; border-color: #00ffff; box-shadow: 0 0 8px rgba(0, 255, 255, 0.5); }
.fove-btn-submit { width: 100%; padding: 14px; background-color: #a855f7; color: #020105; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.fove-btn-submit:hover { background-color: #8b3cca; }
.fove-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.fove-table th, .fove-table td { border: 1px solid #a855f7; padding: 12px; text-align: left; }
.fove-table th { background-color: #020105; color: #a855f7; }
@media (max-width: 767px) {
    .fove-product-card { flex-direction: column; align-items: stretch; }
    .fove-price-box { width: 100%; text-align: left; margin-top: 15px; }
}
