* { box-sizing: border-box; margin: 0; padding: 0; }
body.title-body { background-color: #12151c; color: #ffffff; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; display: flex; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
.title-sidebar { width: 260px; background: #1a1d24; border-right: 1px solid #2a2e35; display: flex; flex-direction: column; flex-shrink: 0; position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; }
.title-logo-wrap { padding: 30px 20px; border-bottom: 1px solid #2a2e35; text-align: center; }
.title-logo img { max-height: 40px; max-width: 180px; object-fit: contain; }
.title-nav { list-style: none; display: flex; flex-direction: column; padding: 20px 0; }
.title-nav-item a { display: block; padding: 15px 30px; color: #a0aab0; font-size: 15px; font-weight: bold; transition: all 0.3s; }
.title-nav-item a:hover, .title-nav-item.active a { color: #ffffff; background: #21252f; border-left: 4px solid #00bfa5; }
.title-main-content { margin-left: 260px; flex-grow: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.title-container { max-width: 940px; margin: 0 auto; padding: 30px 15px; width: 100%; }
.title-header-bar { display: flex; justify-content: flex-end; align-items: center; background: #1a1d24; height: 60px; padding: 0 30px; border-bottom: 1px solid #2a2e35; }
.title-search-box { display: flex; align-items: center; background: #21252f; border-radius: 4px; overflow: hidden; height: 32px; border: 1px solid #2a2e35; }
.title-search-input { background: none; border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 180px; outline: none; color: #ffffff; }
.title-search-btn { background: #00bfa5; border: none; color: #ffffff; width: 40px; height: 100%; cursor: pointer; }
.title-notice { background: #1a1d24; border-left: 4px solid #00bfa5; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); margin-bottom: 25px; padding: 12px 20px; font-size: 14px; color: #a0aab0; }
.title-sec-title { font-size: 18px; font-weight: bold; color: #ffffff; margin: 30px 0 15px; position: relative; padding-left: 12px; }
.title-sec-title::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; background: #00bfa5; border-radius: 2px; }
.title-tag-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .title-tag-grid { grid-template-columns: repeat(3, 1fr); } }
.title-tag-card { background: #1a1d24; border: 1px solid #2a2e35; border-radius: 6px; padding: 15px; text-align: center; transition: all 0.3s; }
.title-tag-card:hover { border-color: #00bfa5; background: #21252f; }
.title-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .title-grid-six { grid-template-columns: repeat(2, 1fr); } }
.title-card { background: #1a1d24; border: 1px solid #2a2e35; border-radius: 8px; padding: 15px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.title-card:hover { border-color: #00bfa5; box-shadow: 0 6px 16px rgba(0,191,165,0.15); }
.title-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 10px; }
.title-card-title { font-size: 13px; font-weight: bold; color: #ffffff; word-break: break-all; margin-bottom: 8px; text-align: center; }
.title-table { width: 100%; border-collapse: collapse; background: #1a1d24; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #2a2e35; }
.title-table th, .title-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #2a2e35; font-size: 14px; }
.title-table th { background: #21252f; color: #ffffff; font-weight: 600; }
.title-btn { background: #00bfa5; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.title-btn:hover { background: #00a2e8; }
.title-price { color: #ff5252; font-weight: bold; font-size: 18px; }
.title-footer { background: #12151c; color: #6c757d; padding: 40px 0 20px; text-align: center; font-size: 14px; border-top: 1px solid #2a2e35; }
.title-footer-links a { color: #a0aab0; margin: 0 10px; font-weight: bold; }
.title-footer-links a:hover { color: #00bfa5; }
.title-footer-sep { color: #2a2e35; }
.title-copyright { margin-top: 20px; font-size: 13px; color: #555555; }
.title-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.title-badge-auto { background: #21252f; color: #00bfa5; }
.title-badge-manual { background: #1a1d24; color: #a0aab0; }
.title-detail-wrap { background: #1a1d24; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #2a2e35; }
@media (max-width: 768px) { .title-sidebar { display: none; } .title-main-content { margin-left: 0; } }
