body { margin: 0; font-family: -apple-system, sans-serif; background: #f8fafc; color: #334155; }
.glen-header { background: #ffffff; border-bottom: 1px solid #e2e8f0; height: 60px; }
.glen-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.glen-logo { float: left; padding: 10px 0; }
.glen-logo img { height: 40px; }
.glen-nav { float: right; list-style: none; margin: 0; padding: 0; }
.glen-nav-item { float: left; line-height: 60px; margin-left: 20px; }
.glen-nav-item a { color: #334155; text-decoration: none; font-weight: 500; font-size: 14px; }
.glen-nav-item a:hover { color: #10b981; }
.glen-main { max-width: 1200px; margin: 30px auto; padding: 0 20px; min-height: calc(100vh - 200px); }
.glen-tips { background: #fffbeb; border: 1px solid #fde68a; padding: 12px; border-radius: 6px; margin-bottom: 25px; font-size: 13px; color: #b45309; }
.glen-layout { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 992px) { .glen-layout { grid-template-columns: 7fr 3fr; } }
.glen-left { display: flex; flex-direction: column; gap: 20px; }
.glen-right { display: flex; flex-direction: column; gap: 20px; }
.glen-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.glen-title { background: #ecfdf5; padding: 12px 15px; font-size: 14px; font-weight: 600; color: #059669; border-bottom: 1px solid #a7f3d0; }
.glen-body { padding: 15px; }
.glen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; }
.glen-card { background: #ffffff; border: 1px solid #cbd5e1; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s; }
.glen-card:hover { transform: translateY(-2px); border-color: #10b981; }
.glen-card-body { padding: 12px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.glen-card-title { font-size: 14px; font-weight: 600; color: #1e293b; margin: 0 0 10px; }
.glen-card-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f1f5f9; padding-top: 8px; }
.gavel-price { font-size: 16px; color: #ea580c; font-weight: 700; }
.gavel-badge { font-size: 10px; background: #fff7ed; color: #ea580c; padding: 2px 6px; border-radius: 4px; }
.gavel-btn { background: #ea580c; color: #ffffff; border: none; padding: 8px 18px; border-radius: 4px; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none; text-align: center; }
.gavel-btn:hover { background: #d97706; }
.gavel-btn-disabled { background: #cbd5e1; color: #94a3b8; cursor: not-allowed; text-align: center; }
.gavel-b2-layout { display: grid; grid-template-columns: 1fr; gap: 15px; }
@media (min-width: 768px) { .gavel-b2-layout { grid-template-columns: 3.5fr 6.5fr; } }
.gavel-b2-left { border-right: none; padding-right: 0; text-align: center; }
@media (min-width: 768px) { .gavel-b2-left { border-right: 1px solid #f1f5f9; padding-right: 20px; } }
.gavel-b2-img { width: 100%; height: 120px; object-fit: cover; border-radius: 6px; background: #f8fafc; border: 1px solid #cbd5e1; }
.gavel-b2-title { font-size: 14px; font-weight: 600; color: #1e293b; margin: 10px 0 6px; text-decoration: none; display: block; }
.gavel-b2-title:hover { color: #ea580c; }
.gavel-b2-list { display: flex; flex-direction: column; gap: 12px; }
.gavel-b2-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px dashed #f1f5f9; }
.gavel-b2-item:last-child { border-bottom: none; }
.gavel-b2-name { font-size: 13px; color: #334155; text-decoration: none; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px; }
.gavel-b2-name:hover { color: #ea580c; }
.gavel-pills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; border-top: 1px solid #cbd5e1; padding-top: 15px; }
.gavel-cat-pill { background: #ffffff; border: 1px solid #cbd5e1; padding: 8px 10px; border-radius: 4px; text-decoration: none; color: #475569; font-size: 12px; font-weight: 500; transition: all 0.3s; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gavel-cat-pill:hover { border-color: #ea580c; color: #ea580c; }
.gavel-dense-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
@media (max-width: 768px) { .gavel-dense-grid-5 { grid-template-columns: repeat(2, 1fr); } }
.gavel-dense-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 768px) { .gavel-dense-grid-4 { grid-template-columns: repeat(2, 1fr); } }
.gavel-dense-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gavel-grid-item { background: #ffffff; border: 1px solid #cbd5e1; padding: 15px 10px; border-radius: 4px; text-align: center; text-decoration: none; color: #1e293b; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.gavel-grid-item:hover { border-color: #ea580c; transform: translateY(-2px); }
.gavel-item-pinyin { font-size: 10px; color: #94a3b8; margin-bottom: 4px; font-family: monospace; }
.gavel-item-name { font-size: 13px; font-weight: 600; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gavel-item-price { font-size: 12px; color: #ea580c; font-weight: 700; }
.glen-detail-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 992px) { .glen-detail-grid { grid-template-columns: 7fr 3fr; } }
.glen-detail-left { display: flex; flex-direction: column; gap: 25px; }
.glen-detail-right { display: flex; flex-direction: column; gap: 20px; }
.glen-panel { background: #ffffff; border-radius: 8px; border: 1px solid #cbd5e1; padding: 24px; }
.glen-panel-title { font-size: 15px; font-weight: 600; color: #059669; border-bottom: 2px solid #f1f5f9; padding-bottom: 8px; }
.glen-table { width: 100%; border-collapse: collapse; margin-bottom: 25px; }
.glen-table td { border: 1px solid #cbd5e1; padding: 10px 14px; font-size: 13px; }
.glen-table tr td:first-child { background: #f8fafc; color: #64748b; width: 120px; font-weight: 500; }
.glen-table tr td:last-child { color: #1e293b; font-weight: 600; }
.glen-form-group { margin-bottom: 16px; }
.glen-form-label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; color: #475569; }
.glen-form-input { width: 100%; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; box-sizing: border-box; font-size: 14px; outline: none; transition: border-color 0.3s; }
.glen-form-input:focus { border-color: #2563eb; }
.glen-footer { background: #1e293b; color: #94a3b8; padding: 50px 0; text-align: center; font-size: 13px; margin-top: 80px; }
.glen-footer p { margin: 0; }
.glen-footer-links { margin-bottom: 15px; }
.glen-footer-links a { color: #cbd5e1; text-decoration: none; margin: 0 12px; transition: color 0.3s; }
.glen-footer-links a:hover { color: #10b981; }
.glen-query-box { background: #ffffff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 24px; }
.glen-query-tabs { display: flex; border-bottom: 2px solid #e2e8f0; margin-bottom: 25px; }
.glen-query-tab { flex: 1; text-align: center; padding: 12px; font-weight: 500; font-size: 13px; color: #64748b; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.3s; }
.glen-query-tab.active { border-color: #10b981; color: #10b981; font-weight: 600; }
.glen-btn-disabled { background: #cbd5e1; color: #94a3b8; cursor: not-allowed; text-align: center; }
