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