body.obli-body { background-color: #000000; color: #808080; font-family: Consolas, "Courier New", monospace, sans-serif; margin: 0; padding: 0; }
.obli-header { background-color: #050505; border-bottom: 1px solid #39ff14; padding: 15px 0; }
.obli-container { max-width: 1000px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.obli-logo { float: left; }
.obli-logo img { height: 40px; display: block; filter: grayscale(100%) brightness(150%); }
.obli-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.obli-nav-item { margin-left: 20px; line-height: 40px; }
.obli-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.obli-nav-item a:hover { color: #39ff14; }
.obli-main-layout { margin-top: 30px; position: relative; }
.obli-panel { background-color: #000000; border: 1px solid #39ff14; padding: 30px; box-sizing: border-box; }
.obli-notice-strip { background-color: #050505; border: 1px solid #39ff14; padding: 15px; margin-bottom: 25px; color: #39ff14; text-align: right; font-size: 14px; position: relative; }
.obli-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #39ff14; color: #39ff14; text-align: center; line-height: 22px; font-size: 11px; margin-left: 10px; font-weight: bold; float: right; }
.obli-product-grid { width: 100%; }
.obli-product-card { width: 100%; background-color: #000000; border: 1px solid #39ff14; padding: 25px; box-sizing: border-box; transition: all 0.2s; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; }
.obli-product-card:hover { border-color: #39ff14; box-shadow: 0 0 15px rgba(57,255,20,0.4); }
.obli-product-img { width: 60px; height: 60px; border: 1px solid #39ff14; filter: grayscale(100%) contrast(150%); flex-shrink: 0; }
.obli-product-info { flex-grow: 1; text-align: right; padding-right: 15px; padding-left: 15px; }
.obli-product-name { font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 6px; }
.obli-product-name:hover { color: #39ff14; }
.obli-badge { display: inline-block; font-size: 10px; padding: 1px 5px; border: 1px solid #39ff14; font-weight: bold; margin-bottom: 4px; background: transparent; }
.obli-badge-auto { color: #39ff14; }
.obli-badge-manual { color: #808080; border-color: #808080; }
.obli-price-box { text-align: right; flex-shrink: 0; width: 150px; }
.obli-price { color: #39ff14; font-weight: bold; font-size: 18px; display: block; margin-bottom: 6px; }
.obli-btn-buy { display: block; text-align: center; background-color: transparent; color: #39ff14 !important; border: 1px solid #39ff14; padding: 6px 12px; text-decoration: none; font-weight: bold; transition: all 0.2s; }
.obli-btn-buy:hover { background-color: #39ff14; color: #000000 !important; }
.obli-footer { background-color: #050505; border-top: 1px solid #39ff14; padding: 25px 0; margin-top: 50px; clear: both; }
.obli-footer a { color: #39ff14; text-decoration: none; }
.obli-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 1px solid #39ff14; }
.obli-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.obli-tab-item.active { background-color: #39ff14; color: #000000; }
.obli-tab-item a { color: inherit; text-decoration: none; }
.obli-form-item { margin-bottom: 20px; }
.obli-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.obli-form-input { width: 100%; padding: 12px; border: 1px solid #39ff14; background-color: #000000; color: #39ff14; box-sizing: border-box; font-family: inherit; }
.obli-form-input:focus { outline: none; box-shadow: 0 0 8px rgba(57,255,20,0.5); }
.obli-btn-submit { width: 100%; padding: 14px; background-color: #39ff14; color: #000000; border: none; font-weight: bold; cursor: pointer; font-size: 16px; }
.obli-btn-submit:hover { background-color: #2dc410; }
.obli-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.obli-table th, .obli-table td { border: 1px solid #39ff14; padding: 12px; text-align: left; }
.obli-table th { background-color: #050505; color: #39ff14; }
@media (max-width: 767px) {
    .obli-product-card { flex-direction: column-reverse; align-items: stretch; }
    .obli-product-info { padding: 15px 0 0 0; text-align: right; }
    .obli-price-box { width: 100%; text-align: right; margin-top: 10px; }
}
