body { background-color: #ffffff; color: #1a1a1a; font-family: Georgia, serif, "Times New Roman"; margin: 0; padding: 25px; line-height: 1.6; }
.ssrs-wrapper { max-width: 1000px; margin: 0 auto; box-sizing: border-box; }
.ssrs-ledger-header { border-top: 4px double #1a1a1a; border-bottom: 4px double #1a1a1a; padding: 25px 0; margin-bottom: 40px; text-align: center; }
.ssrs-meta-bar { display: flex; justify-content: space-between; border-bottom: 1px solid #1a1a1a; padding-bottom: 8px; margin-bottom: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #5c5c5c; }
.ssrs-brand img { height: 45px; object-fit: contain; margin-bottom: 15px; filter: grayscale(100%) contrast(150%) sepia(20%); }
.ssrs-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; }
.ssrs-menu a { color: #1a1a1a; text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: all 0.3s; }
.ssrs-menu a:hover, .ssrs-menu a.active { border-bottom-color: #1a1a1a; color: #5c5c5c; }
.ssrs-notice { border: 1px solid #1a1a1a; outline: 3px double #1a1a1a; outline-offset: -1px; padding: 22px 30px; margin-bottom: 40px; font-size: 14px; text-align: justify; color: #1a1a1a; line-height: 1.8; background: #ffffff; }
.ssrs-cat-panel { margin-bottom: 40px; position: relative; }
.ssrs-cat-title { font-size: 20px; font-weight: bold; color: #1a1a1a; margin: 40px 0 25px 0; border-bottom: 1px solid #1a1a1a; padding-bottom: 10px; letter-spacing: 1px; text-align: center; }
.ssrs-pipeline-wrap { display: flex; flex-direction: column; gap: 40px; position: relative; padding: 20px 0; }
.ssrs-pipeline-wrap::after { content: ""; position: absolute; top: 0; bottom: 0; left: 70px; width: 2px; background: #1a1a1a; z-index: 1; }
.ssrs-row-card { background: #ffffff; border: 1px solid #1a1a1a; position: relative; z-index: 2; transition: all 0.3s; box-shadow: 4px 4px 0px rgba(26, 26, 26, 0.08); }
.ssrs-row-card:hover { border-color: #5c5c5c; transform: translateX(5px); box-shadow: 6px 6px 0px #1a1a1a; }
.ssrs-row-card-link { display: flex; align-items: center; padding: 20px; text-decoration: none; color: inherit; }
.ssrs-row-img { width: 100px; height: 100px; border: 1px solid #1a1a1a; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 10px; margin-right: 25px; flex-shrink: 0; position: relative; z-index: 3; }
.ssrs-row-img img { max-width: 100%; max-height: 100%; object-fit: contain; filter: sepia(10%) contrast(95%); }
.ssrs-row-details { flex-grow: 1; min-width: 0; }
.ssrs-row-title { font-size: 16px; font-weight: bold; color: #1a1a1a; margin-bottom: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ssrs-row-meta { display: flex; gap: 15px; align-items: center; font-size: 13px; font-weight: bold; }
.ssrs-tag { font-size: 11px; padding: 3px 8px; border: 1px solid #1a1a1a; font-weight: bold; text-transform: uppercase; }
.ssrs-tag-auto { color: #1a1a1a; border-color: #1a1a1a; }
.ssrs-tag-manual { color: #5c5c5c; border-color: #5c5c5c; }
.ssrs-stock-desc { color: #5c5c5c; }
.ssrs-row-action { display: flex; align-items: center; gap: 30px; margin-left: 20px; flex-shrink: 0; }
.ssrs-price { color: #1a1a1a; font-size: 20px; font-weight: bold; }
.ssrs-btn-buy { background: #1a1a1a; color: #ffffff; border: none; padding: 10px 25px; font-size: 14px; font-weight: bold; text-transform: uppercase; transition: all 0.3s; }
.ssrs-row-card:hover .ssrs-btn-buy { background: #5c5c5c; }
.ssrs-split-detail { display: flex; gap: 40px; }
.ssrs-left-panel { width: 40%; }
.ssrs-right-panel { width: 60%; border-left: 1px solid rgba(26, 26, 26, 0.2); padding-left: 40px; box-sizing: border-box; }
.ssrs-specimen-box { border: 1px solid #1a1a1a; padding: 15px; background: #ffffff; box-shadow: 6px 6px 0px #1a1a1a; }
.ssrs-specimen-box img { width: 100%; height: auto; }
.ssrs-dt-title { font-size: 26px; font-weight: bold; color: #1a1a1a; margin-bottom: 25px; line-height: 1.3; border-bottom: 3px double #1a1a1a; padding-bottom: 15px; }
.ssrs-price-box { display: flex; gap: 40px; border-bottom: 1px dashed rgba(26, 26, 26, 0.3); padding-bottom: 25px; margin-bottom: 30px; }
.ssrs-box-label { display: block; font-size: 11px; color: #5c5c5c; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; font-weight: bold; }
.ssrs-box-val { font-size: 28px; font-weight: bold; color: #1a1a1a; }
.ssrs-group { margin-bottom: 20px; }
.ssrs-label { display: block; font-size: 12px; color: #1a1a1a; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.ssrs-input { width: 100%; box-sizing: border-box; background: transparent; border: 1px solid #1a1a1a; color: #1a1a1a; padding: 15px 20px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.ssrs-input:focus { background: #ffffff; }
.ssrs-btn-action { width: 100%; background: #1a1a1a; color: #ffffff; border: none; padding: 18px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; letter-spacing: 2px; }
.ssrs-btn-action:hover { background: #5c5c5c; }
.ssrs-btn-action:disabled { background: #dcd7d2; color: #a59e97; cursor: not-allowed; }
.ssrs-desc-deck { border-top: 3px double #1a1a1a; padding-top: 40px; margin-top: 50px; }
.ssrs-desc-title { font-size: 15px; color: #5c5c5c; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.ssrs-desc-content { font-size: 14px; color: #2c2a26; line-height: 1.8; text-align: justify; }
.ssrs-q-tabs { display: flex; border: 1px solid #1a1a1a; background: #ffffff; padding: 4px; margin-bottom: 35px; }
.ssrs-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #5c5c5c; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.ssrs-q-tabs a.active, .ssrs-q-tabs a:hover { background: #1a1a1a; color: #ffffff; }
.ssrs-deck-table { width: 100%; border-collapse: collapse; border-top: 2px solid #1a1a1a; }
.ssrs-deck-table th, .ssrs-deck-table td { padding: 18px; border-bottom: 1px solid #1a1a1a; text-align: left; }
.ssrs-deck-table th { color: #5c5c5c; font-size: 12px; text-transform: uppercase; }
.ssrs-deck-table td { color: #1a1a1a; font-weight: bold; }
.ssrs-footer { border-top: 1px solid #1a1a1a; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 11px; color: #5c5c5c; text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 900px) {
    .ssrs-ledger-header { flex-direction: column; gap: 20px; }
    .ssrs-menu { flex-wrap: wrap; gap: 15px; }
    .ssrs-pipeline-wrap::after { display: none; }
    .ssrs-row-card-link { flex-direction: column; align-items: flex-start; gap: 15px; }
    .ssrs-row-img { margin-right: 0; }
    .ssrs-row-action { margin-left: 0; width: 100%; justify-content: space-between; }
    .ssrs-split-detail { flex-direction: column; }
    .ssrs-left-panel, .ssrs-right-panel { width: 100%; padding: 0; border: none; }
}
