body.aeth-body { background-color: #0a0f1d; color: #a0a5b5; font-family: "Fira Code", Consolas, monospace, sans-serif; margin: 0; padding: 0; }
.aeth-header { background-color: #05080f; border-bottom: 1px solid rgba(255,255,255,0.1); border-image: linear-gradient(90deg, #ff007f, #00f5ff, #7c4dff) 1; padding: 15px 0; }
.aeth-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.aeth-logo { float: left; }
.aeth-logo img { height: 40px; display: block; filter: drop-shadow(0 0 5px rgba(0,245,255,0.5)); }
.aeth-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.aeth-nav-item { margin-left: 20px; line-height: 40px; }
.aeth-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.aeth-nav-item a:hover { background: linear-gradient(90deg, #ff007f, #00f5ff); -webkit-background-clip: text; color: transparent; }
.aeth-main-layout { display: flex; flex-wrap: wrap; margin-top: 30px; flex-direction: row-reverse; }
.aeth-column-left { width: 70%; padding: 15px; box-sizing: border-box; }
.aeth-column-right { width: 30%; padding: 15px; box-sizing: border-box; }
.aeth-panel { background-color: rgba(10, 15, 29, 0.8); border: 1px solid rgba(0, 245, 255, 0.2); padding: 25px; box-sizing: border-box; border-radius: 4px; box-shadow: 0 0 20px rgba(0, 245, 255, 0.05); }
.aeth-tag-list { display: flex; flex-direction: column; gap: 15px; }
.aeth-tag-item { background: linear-gradient(90deg, rgba(255,0,127,0.1), rgba(0,245,255,0.1)); border-left: 4px solid #ff007f; padding: 15px; border-radius: 0 8px 8px 0; font-weight: bold; transition: all 0.3s; }
.aeth-tag-item:hover { border-left-color: #00f5ff; transform: translateX(-5px); box-shadow: 0 0 15px rgba(0, 245, 255, 0.2); }
.aeth-notice-strip { background: linear-gradient(90deg, rgba(124,77,255,0.1), rgba(0,245,255,0.1)); border: 1px solid rgba(0,245,255,0.3); padding: 18px; margin-bottom: 25px; color: #ffffff; font-size: 14px; border-radius: 4px; position: relative; }
.aeth-notice-seal { display: inline-block; width: 24px; height: 24px; background: linear-gradient(135deg, #ff007f, #7c4dff); color: #ffffff; text-align: center; line-height: 24px; font-size: 11px; margin-right: 10px; font-weight: bold; border-radius: 50%; box-shadow: 0 0 10px rgba(255,0,127,0.5); }
.aeth-product-grid { width: 100%; }
.aeth-product-card { width: 100%; background-color: rgba(5, 8, 15, 0.6); border: 1px solid rgba(255,255,255,0.05); border-left: 6px solid #00f5ff; border-image: linear-gradient(to bottom, #00f5ff, #7c4dff) 1 100%; padding: 25px; box-sizing: border-box; transition: all 0.3s; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; position: relative; }
.aeth-product-card::before { content: ''; position: absolute; left: 0; top: 10%; width: 12px; height: 30px; background: rgba(0,245,255,0.2); border-radius: 0 4px 4px 0; }
.aeth-product-card:hover { background-color: rgba(10, 15, 29, 0.9); box-shadow: -5px 0 20px rgba(0, 245, 255, 0.2); transform: translateX(3px); }
.aeth-product-info { flex-grow: 1; padding-right: 20px; }
.aeth-product-name { font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 12px; }
.aeth-product-name:hover { background: linear-gradient(90deg, #00f5ff, #ff007f); -webkit-background-clip: text; color: transparent; }
.aeth-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 2px; font-weight: bold; }
.aeth-badge-auto { background: linear-gradient(90deg, #00f5ff, #7c4dff); -webkit-background-clip: text; color: transparent; border: 1px solid rgba(0,245,255,0.4); }
.aeth-badge-manual { color: #a0a5b5; border: 1px solid rgba(255,255,255,0.2); }
.aeth-price-box { text-align: right; flex-shrink: 0; width: 180px; }
.aeth-price { background: linear-gradient(90deg, #ff007f, #00f5ff); -webkit-background-clip: text; color: transparent; font-weight: bold; font-size: 20px; display: block; margin-bottom: 10px; text-shadow: 0 0 10px rgba(0,245,255,0.2); }
.aeth-btn-buy { display: block; text-align: center; background: transparent; color: #00f5ff !important; border: 1px solid #00f5ff; padding: 8px 16px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; text-transform: uppercase; letter-spacing: 1px; }
.aeth-btn-buy:hover { background: linear-gradient(90deg, #00f5ff, #7c4dff); color: #ffffff !important; border-color: transparent; box-shadow: 0 0 15px rgba(124,77,255,0.4); }
.aeth-footer { background-color: #05080f; border-top: 1px solid rgba(255,255,255,0.1); padding: 25px 0; margin-top: 50px; clear: both; }
.aeth-footer a { color: #00f5ff; text-decoration: none; }
.aeth-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 1px solid rgba(0,245,255,0.2); }
.aeth-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.aeth-tab-item.active { border-bottom: 2px solid #00f5ff; color: #00f5ff; text-shadow: 0 0 8px rgba(0,245,255,0.5); }
.aeth-tab-item a { color: inherit; text-decoration: none; }
.aeth-form-item { margin-bottom: 20px; }
.aeth-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.aeth-form-input { width: 100%; padding: 12px; border: 1px solid rgba(0,245,255,0.3); background-color: rgba(0,0,0,0.5); color: #ffffff; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.aeth-form-input:focus { outline: none; border-color: #ff007f; box-shadow: 0 0 10px rgba(255,0,127,0.3); }
.aeth-btn-submit { width: 100%; padding: 14px; background: linear-gradient(90deg, #00f5ff, #7c4dff); color: #ffffff; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.aeth-btn-submit:hover { opacity: 0.9; box-shadow: 0 0 15px rgba(0,245,255,0.4); }
.aeth-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.aeth-table th, .aeth-table td { border: 1px solid rgba(0,245,255,0.2); padding: 12px; text-align: left; }
.aeth-table th { background-color: rgba(0,245,255,0.05); color: #00f5ff; }
@media (max-width: 991px) {
    .aeth-main-layout { flex-direction: column; }
    .aeth-column-left, .aeth-column-right { width: 100%; float: none; }
}
@media (max-width: 767px) {
    .aeth-product-card { flex-direction: column; align-items: stretch; border-left: none; border-top: 4px solid #00f5ff; border-image: linear-gradient(to right, #00f5ff, #7c4dff) 1 100%; padding-top: 30px; }
    .aeth-product-card::before { top: 0; left: 10%; width: 30px; height: 8px; border-radius: 0 0 4px 4px; }
    .aeth-price-box { width: 100%; text-align: left; margin-top: 15px; }
}
