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