body { background-color: #1a150c; color: #bcaaa4; font-family: Georgia, serif, "Times New Roman"; margin: 0; padding: 25px; line-height: 1.6; }
.ttnb-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
.ttnb-ledger-header { border-top: 4px double #bcaaa4; border-bottom: 4px double #bcaaa4; padding: 25px 0; margin-bottom: 40px; text-align: center; width: 100%; box-sizing: border-box; }
.ttnb-meta-bar { display: flex; justify-content: space-between; border-bottom: 1px solid #bcaaa4; padding-bottom: 8px; margin-bottom: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #d97706; }
.ttnb-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ttnb-brand img { height: 45px; object-fit: contain; margin-bottom: 15px; filter: grayscale(100%) contrast(150%) sepia(20%); }
.ttnb-menu { display: flex; justify-content: center; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.ttnb-menu a { color: #bcaaa4; text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: all 0.3s; }
.ttnb-menu a:hover, .ttnb-menu a.active { border-bottom-color: #ff5722; color: #ff5722; }
.ttnb-notice-container { max-width: 85%; margin: 0 auto 40px auto; box-sizing: border-box; }
.ttnb-ledger-notice { border: 1px solid #bcaaa4; outline: 3px double #bcaaa4; outline-offset: -1px; padding: 22px 30px; font-size: 14px; text-align: justify; color: #bcaaa4; line-height: 1.8; background: #261f18; }
.ttnb-cat-pills-wrap { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.ttnb-cat-pill { color: #bcaaa4; text-decoration: none; font-size: 13px; font-weight: bold; padding: 8px 16px; border: 1px solid #bcaaa4; transition: 0.3s; background: #1a150c; }
.ttnb-cat-pill:hover, .ttnb-cat-pill.active { color: #ff5722; border-color: #ff5722; }
.ttnb-main-container { max-width: 70%; margin: 0 auto; box-sizing: border-box; }
.ttnb-specimen-title { font-size: 20px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 40px 0 25px 0; border-bottom: 1px solid #bcaaa4; padding-bottom: 10px; color: #ff5722; letter-spacing: 1px; }
.ttnb-list-rows { display: flex; flex-direction: column; gap: 20px; }
.ttnb-row-card { background: #1f140e; border: 1px solid #3d2218; transition: all 0.3s; }
.ttnb-row-card:hover { border-color: #ff5722; transform: translateX(-5px); }
.ttnb-row-card-link { display: flex; align-items: center; padding: 20px; text-decoration: none; color: inherit; }
.ttnb-row-img { width: 100px; height: 100px; border: 1px solid #3d2218; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 10px; margin-right: 25px; flex-shrink: 0; }
.ttnb-row-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ttnb-row-details { flex-grow: 1; min-width: 0; }
.ttnb-row-title { font-size: 16px; font-weight: bold; color: #f1ebd8; margin-bottom: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ttnb-row-meta { display: flex; gap: 15px; align-items: center; font-size: 13px; font-weight: bold; }
.ttnb-tag { font-size: 11px; padding: 3px 8px; border: 1px solid #3d2218; font-weight: bold; text-transform: uppercase; }
.ttnb-tag-auto { color: #ff5722; border-color: #ff5722; }
.ttnb-tag-manual { color: #bcaaa4; }
.ttnb-stock-desc { color: #8d6e63; }
.ttnb-row-action { display: flex; align-items: center; gap: 30px; margin-left: 20px; flex-shrink: 0; }
.ttnb-price { color: #d97706; font-size: 24px; font-weight: bold; }
.ttnb-btn-buy { background: #3d2218; color: #fdfcf7; border: none; padding: 10px 25px; font-size: 14px; font-weight: bold; text-transform: uppercase; transition: all 0.3s; }
.ttnb-row-card:hover .ttnb-btn-buy { background: #ff5722; color: #ffffff; }
.ttnb-split-detail { display: flex; gap: 40px; }
.ttnb-left-panel { width: 40%; }
.ttnb-right-panel { width: 60%; border-left: 1px solid rgba(141, 110, 99, 0.2); padding-left: 40px; box-sizing: border-box; }
.ttnb-specimen-box { border: 1px solid #3d2218; padding: 15px; background: #1f140e; }
.ttnb-specimen-box img { width: 100%; height: auto; }
.ttnb-dt-title { font-size: 26px; font-weight: bold; color: #f1ebd8; margin-bottom: 25px; line-height: 1.3; border-bottom: 3px double #3d2218; padding-bottom: 15px; }
.ttnb-price-box { display: flex; gap: 40px; border-bottom: 1px dashed rgba(141, 110, 99, 0.3); padding-bottom: 25px; margin-bottom: 30px; }
.ttnb-box-label { display: block; font-size: 11px; color: #8d6e63; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; font-weight: bold; }
.ttnb-box-val { font-size: 28px; font-weight: bold; color: #d97706; }
.ttnb-group { margin-bottom: 20px; }
.ttnb-label { display: block; font-size: 12px; color: #ff5722; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.ttnb-input { width: 100%; box-sizing: border-box; background: transparent; border: 1px solid #3d2218; color: #bcaaa4; padding: 15px 20px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.ttnb-input:focus { border-color: #ff5722; background: #1f140e; }
.ttnb-btn-action { width: 100%; background: #3d2218; color: #faf8f5; border: none; padding: 18px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; letter-spacing: 2px; }
.ttnb-btn-action:hover { background: #ff5722; }
.ttnb-btn-action:disabled { background: #2d1810; color: #8d6e63; cursor: not-allowed; }
.ttnb-desc-deck { border-top: 3px double #3d2218; padding-top: 40px; margin-top: 50px; }
.ttnb-desc-title { font-size: 15px; color: #ff5722; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.ttnb-desc-content { font-size: 14px; color: #bcaaa4; line-height: 1.8; text-align: justify; }
.ttnb-q-tabs { display: flex; border: 1px solid #3d2218; background: #1f140e; padding: 4px; margin-bottom: 35px; }
.ttnb-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #8d6e63; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.ttnb-q-tabs a.active, .ttnb-q-tabs a:hover { background: #3d2218; color: #faf8f5; border: 1px solid #ff5722; }
.ttnb-deck-table { width: 100%; border-collapse: collapse; border-top: 2px solid #3d2218; }
.ttnb-deck-table th, .ttnb-deck-table td { padding: 18px; border-bottom: 1px solid #3d2218; text-align: left; }
.ttnb-deck-table th { color: #8d6e63; font-size: 12px; text-transform: uppercase; }
.ttnb-deck-table td { color: #bcaaa4; font-weight: bold; }
.ttnb-footer { border-top: 1px solid #3d2218; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 11px; color: #8d6e63; text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 900px) {
    .ttnb-detail-split { flex-direction: column; }
    .ttnb-left-panel, .ttnb-right-panel { width: 100%; padding: 0; border: none; }
    .ttnb-menu { flex-wrap: wrap; justify-content: center; }
    .ttnb-notice-container, .ttnb-main-container { max-width: 100%; }
}
