body { margin: 0; background: #050000; color: #b58282; font-family: 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.6; }
.fan-layout { max-width: 1050px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.fan-island { background: #000; border: 1px solid #ef4444; padding: 40px; border-radius: 0px; box-shadow: 0 0 25px rgba(239, 68, 68, 0.15); box-sizing: border-box; }
.fan-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #1c1010; padding-bottom: 25px; margin-bottom: 30px; }
.fan-logo img { height: 20px; filter: grayscale(1) invert(1) sepia(1) saturate(5) hue-rotate(330deg) brightness(1.2); }
.fan-nav { display: flex; gap: 15px; }
.fan-nav a { color: #5c1c1c; text-decoration: none; padding: 8px 18px; border-radius: 0px; font-size: 12px; transition: 0.15s; background: #050000; border: 1px solid #1c1010; }
.fan-nav a:hover, .fan-nav .active { color: #ef4444; background: #000; border-color: #ef4444; box-shadow: 0 0 15px rgba(239, 68, 68, 0.4); }
.fan-notice-bar { background: #050000; border: 1px dashed #ef4444; padding: 20px; margin-bottom: 25px; position: relative; }
.fan-notice-bar::before { content: "● WARNING ALERT"; position: absolute; top: -10px; left: 20px; background: #050000; padding: 0 10px; color: #ef4444; font-size: 10px; font-weight: bold; }
.fan-cat-hd { font-size: 13px; font-weight: bold; margin: 35px 0 15px; color: #ef4444; }
.fan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fan-card { background: #050000; border: 1px solid #1c1010; padding: 25px; text-decoration: none; color: #fff; transition: 0.2s; position: relative; display: block; }
.fan-card:hover { border-color: #ef4444; background: #120303; box-shadow: 0 0 15px rgba(239, 68, 68, 0.25); }
.fan-img-box { width: 100%; aspect-ratio: 1.5; background: #000; border: 1px solid #1c1010; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fan-img-box img { width: 45%; height: 45%; object-fit: contain; filter: grayscale(1) sepia(1) saturate(5) hue-rotate(330deg); }
.fan-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #c89696; }
.fan-footer-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #1c1010; padding-top: 15px; }
.fan-price { font-size: 16px; font-weight: bold; color: #ef4444; }
.fan-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid #ef4444; padding: 1px 6px; color: #ef4444; background: #050000; }
.fan-trade-node { border: 1px solid #ef4444; display: flex; flex-wrap: wrap; background: #000; box-shadow: 0 0 15px rgba(239, 68, 68, 0.15); }
.fan-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #1c1010; box-sizing: border-box; background: #050000; }
.fan-media-side img { width: 100%; }
.fan-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.fan-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #1c1010; font-size: 11px; margin-bottom: 20px; color: #5c1c1c; }
.fan-price-node { margin-bottom: 25px; padding: 20px; background: #050000; border: 1px solid #1c1010; display: flex; justify-content: space-between; align-items: center; }
.fan-input { width: 100%; height: 42px; background: #050000; border: 1px solid #1c1010; color: #ef4444; padding: 0 15px; box-sizing: border-box; outline: none; }
.fan-input:focus { border-color: #ef4444; }
.fan-btn-submit { width: 100%; height: 46px; background: #ef4444; color: #000; border: none; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.15s; }
.fan-btn-submit:hover { opacity: 0.9; }
.fan-btn-submit:disabled { background: #000; color: #210505; border: 1px solid #210505; cursor: not-allowed; }
.fan-desc-box { margin-top: 30px; border: 1px solid #ef4444; padding: 30px; background: #000; box-shadow: 0 0 10px rgba(239, 68, 68, 0.1); }
.fan-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #ef4444; padding-left: 10px; }
.fan-ls-container { border: 1px solid #1c1010; background: #050000; }
.fan-ls-th { display: flex; padding: 12px 20px; background: #000; border-bottom: 1px solid #1c1010; color: #5c1c1c; }
.fan-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #1c1010; align-items: center; }
.fan-ls-tr:last-child { border-bottom: none; }
.fan-cl-name { flex: 2; } .fan-cl-name a { color: #fff; text-decoration: none; font-weight: bold; }
.fan-cl-mode, .fan-cl-price, .fan-cl-stock { flex: 0.8; text-align: center; }
.fan-cl-opt { flex: 0.6; text-align: right; }
.fan-btn-go { display: inline-block; background: #ef4444; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.fan-checkout-node { background: #000; border: 1px solid #ef4444; padding: 30px; max-width: 520px; margin: 40px auto; box-shadow: 0 0 15px rgba(239, 68, 68, 0.15); }
.fan-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #1c1010; }
.fan-money-total { font-size: 18px; font-weight: bold; color: #ef4444; }
.fan-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.fan-gateway-btn { background: #050000; border: 1px solid #1c1010; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.fan-gateway-btn img { height: 24px; filter: grayscale(1); }
.fan-auth-node { background: #000; border: 1px solid #ef4444; overflow: hidden; max-width: 440px; margin: 40px auto; box-shadow: 0 0 15px rgba(239, 68, 68, 0.15); }
.fan-auth-tab { display: flex; background: #050000; border-bottom: 1px solid #ef4444; }
.fan-auth-link { flex: 1; text-align: center; line-height: 48px; color: #5c1c1c; text-decoration: none; border-right: 1px solid #ef4444; }
.fan-auth-link:last-child { border-right: none; }
.fan-auth-link.is-active { background: #000; color: #fff; font-weight: bold; position: relative; }
.fan-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #ef4444; }
.fan-mini-table { margin-top: 20px; border: 1px solid #1c1010; overflow: hidden; }
.fan-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #1c1010; align-items: center; color: #5c1c1c; }
.fan-mini-h { background: #000; color: #1c1010; }
.fan-m-node { border: 1px solid #1c1010; margin-bottom: 10px; background: #050000; overflow: hidden; }
.fan-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.fan-footer { display: flex; justify-content: space-between; border-top: 1px solid #1c1010; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #5c1c1c; }
.fan-footer a { color: #5c1c1c; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .fan-header { flex-direction: column; gap: 15px; border-radius: 20px; }
    .fan-grid { grid-template-columns: 1fr; }
    .fan-media-side { border-right: none; }
}
