body { margin: 0; background: #0b1424; color: #fff; font-family: 'Courier New', sans-serif; font-size: 13px; line-height: 1.6; }
.bor-layout { max-width: 1100px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.bor-header { border: 2px solid #14293f; padding: 25px; background: #0e1b2e; margin-bottom: 30px; text-align: center; position: relative; }
.bor-header::before { content: "◆ BOREAL CHART STATION ◆"; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #0b1424; padding: 0 15px; color: #00f0ff; font-size: 10px; letter-spacing: 2px; }
.bor-logo img { height: 26px; filter: grayscale(1) invert(1) brightness(1.2); margin-bottom: 15px; }
.bor-nav { display: flex; justify-content: center; gap: 30px; border-top: 1px solid #14293f; padding-top: 15px; }
.bor-nav a { color: #5b7b9e; text-decoration: none; font-size: 13px; font-weight: bold; }
.bor-nav a:hover, .bor-nav .active { color: #00f0ff; text-shadow: 0 0 8px rgba(0,240,255,0.4); }
.bor-notice-bar { border: 1px dashed #00f0ff; padding: 15px; background: #0e1b2e; margin-bottom: 30px; }
.bor-notice-title { font-weight: bold; color: #00f0ff; margin-bottom: 5px; }
.bor-cat-hd { font-size: 14px; font-weight: bold; margin: 35px 0 15px; border-bottom: 1px solid #14293f; padding-bottom: 5px; color: #00f0ff; }
.bor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bor-card { display: block; background: #0e1b2e; border: 1px solid #14293f; padding: 20px; text-decoration: none; color: #fff; transition: 0.2s; position: relative; }
.bor-card:hover { border-color: #00f0ff; background: #11223a; }
.bor-card::after { content: "[ LAT-42.5N / LON-14.2E ]"; position: absolute; bottom: 8px; right: 15px; font-size: 8px; color: #2e4a6d; font-family: monospace; }
.bor-img-box { width: 100%; aspect-ratio: 1.6; background: #070e1a; border: 1px solid #14293f; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bor-img-box img { width: 45%; height: 45%; object-fit: contain; filter: grayscale(1) brightness(1.2); }
.bor-name { font-size: 13px; font-weight: bold; margin-bottom: 10px; color: #fff; }
.bor-footer-meta { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; }
.bor-price { font-size: 16px; font-weight: bold; color: #00f0ff; }
.bor-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid #00f0ff; padding: 1px 5px; color: #00f0ff; background: rgba(0,240,255,0.08); }
.bor-trade-node { border: 2px solid #14293f; display: flex; flex-wrap: wrap; background: #0e1b2e; }
.bor-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #14293f; box-sizing: border-box; background: #070e1a; }
.bor-media-side img { width: 100%; filter: grayscale(1); }
.bor-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.bor-title { font-size: 18px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #14293f; padding-bottom: 10px; }
.bor-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #14293f; font-size: 11px; margin-bottom: 20px; color: #5b7b9e; }
.bor-price-node { margin-bottom: 25px; padding: 20px; background: #070e1a; border: 1px solid #14293f; display: flex; justify-content: space-between; align-items: center; }
.bor-input { width: 100%; height: 42px; background: #070e1a; border: 1px solid #14293f; color: #fff; padding: 0 15px; box-sizing: border-box; outline: none; margin-bottom: 15px; }
.bor-input:focus { border-color: #00f0ff; }
.bor-btn-submit { width: 100%; height: 46px; background: #00f0ff; color: #000; border: none; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.2s; }
.bor-btn-submit:hover { opacity: 0.8; }
.bor-btn-submit:disabled { background: #0e1b2e; color: #14293f; border: 1px solid #14293f; cursor: not-allowed; }
.bor-desc-box { margin-top: 30px; border: 1px solid #14293f; padding: 30px; background: #0e1b2e; }
.bor-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #00f0ff; padding-left: 10px; }
.bor-ls-container { border: 1px solid #14293f; background: #070e1a; }
.bor-ls-th { display: flex; padding: 12px 20px; background: #0e1b2e; border-bottom: 1px solid #14293f; color: #5b7b9e; }
.bor-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #14293f; align-items: center; }
.bor-ls-tr:last-child { border-bottom: none; }
.bor-cl-name { flex: 2; } .bor-cl-name a { color: #fff; text-decoration: none; font-weight: bold; }
.bor-cl-mode, .bor-cl-price, .bor-cl-stock { flex: 0.8; text-align: center; }
.bor-cl-opt { flex: 0.6; text-align: right; }
.bor-btn-go { display: inline-block; background: #00f0ff; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.bor-checkout-node { background: #0e1b2e; border: 1px solid #14293f; padding: 30px; max-width: 520px; margin: 40px auto; }
.bor-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #14293f; }
.bor-money-total { font-size: 20px; font-weight: bold; color: #00f0ff; }
.bor-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.bor-gateway-btn { background: #070e1a; border: 1px solid #14293f; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.bor-gateway-btn img { height: 24px; filter: grayscale(1) brightness(1.2); }
.bor-auth-node { background: #0e1b2e; border: 1px solid #14293f; overflow: hidden; max-width: 440px; margin: 40px auto; }
.bor-auth-tab { display: flex; background: #070e1a; border-bottom: 1px solid #14293f; }
.bor-auth-link { flex: 1; text-align: center; line-height: 48px; color: #5b7b9e; text-decoration: none; border-right: 1px solid #14293f; }
.bor-auth-link.is-active { background: #0e1b2e; color: #00f0ff; font-weight: bold; position: relative; }
.bor-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #00f0ff; }
.bor-mini-table { margin-top: 20px; border: 1px solid #14293f; overflow: hidden; }
.bor-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #14293f; align-items: center; color: #5b7b9e; }
.bor-mini-h { background: #070e1a; color: #14293f; }
.bor-m-node { border: 1px solid #14293f; margin-bottom: 10px; background: #070e1a; overflow: hidden; }
.bor-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.bor-footer { border-top: 1px solid #14293f; padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #5b7b9e; }
.bor-footer a { color: #5b7b9e; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .bor-grid { grid-template-columns: 1fr; }
    .bor-trade-node { flex-direction: column; }
    .bor-media-side { border-right: none; }
}
