body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #f8fafc;
    color: #334155;
}
.fjord-header {
    position: relative;
    z-index: 10001;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.fjord-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.fjord-logo {
    float: left;
    padding: 10px 0;
}
.fjord-logo img {
    height: 40px;
    display: block;
}
.fjord-nav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fjord-nav-item {
    float: left;
    line-height: 60px;
    margin-left: 25px;
}
.fjord-nav-item a {
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}
.fjord-nav-item a:hover {
    color: #2563eb;
}
.fjord-main {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    min-height: calc(100vh - 240px);
}
.fjord-tips {
    background: #fffbeb;
    border: 1px solid #fde68a;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #b45309;
    line-height: 1.5;
}
.fjord-breadcrumb-row {
    background: #f1f5f9;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #64748b;
}
.fjord-breadcrumb-row a {
    color: #475569;
    text-decoration: none;
}
.fjord-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 992px) {
    .fjord-layout {
        grid-template-columns: 7.2fr 2.8fr;
    }
}
.fjord-content-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.fjord-sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fjord-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.01);
}
.fjord-box-title {
    background: #f0fdf4;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    border-bottom: 1px solid #cbd5e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fjord-box-body {
    padding: 15px;
}
.fjord-banner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.fjord-banner-img {
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}
.fjord-banner-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 15px 0 10px;
    text-decoration: none;
}
.fjord-banner-title:hover {
    color: #2563eb;
}
.fjord-price {
    font-size: 20px;
    color: #2563eb;
    font-weight: 700;
}
.fjord-btn {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
    text-align: center;
    display: inline-block;
}
.fjord-btn:hover {
    background: #1d4ed8;
}
.fjord-btn-disabled {
    background: #cbd5e1;
    color: #94a3b8;
    cursor: not-allowed;
    text-align: center;
}
.fjord-b2-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
@media (min-width: 768px) {
    .fjord-b2-layout {
        grid-template-columns: 3.5fr 6.5fr;
    }
}
.fjord-b2-left {
    border-right: none;
    padding-right: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .fjord-b2-left {
        border-right: 1px solid #f1f5f9;
        padding-right: 20px;
    }
}
.fjord-b2-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
}
.fjord-b2-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 10px 0 6px;
    text-decoration: none;
    display: block;
}
.fjord-b2-title:hover {
    color: #2563eb;
}
.fjord-b2-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.fjord-b2-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #f1f5f9;
}
.fjord-b2-item:last-child {
    border-bottom: none;
}
.fjord-b2-name {
    font-size: 13px;
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}
.fjord-b2-name:hover {
    color: #2563eb;
}
.fjord-pills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 15px;
    border-top: 1px solid #cbd5e1;
    padding-top: 15px;
}
.fjord-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;
}
.fjord-cat-pill:hover {
    border-color: #2563eb;
    color: #2563eb;
}
.fjord-dense-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
@media (max-width: 768px) {
    .fjord-dense-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.fjord-dense-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media (max-width: 768px) {
    .fjord-dense-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.fjord-dense-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.fjord-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;
}
.fjord-grid-item:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}
.fjord-item-pinyin {
    font-size: 10px;
    color: #94a3b8;
    margin-bottom: 4px;
    font-family: monospace;
}
.fjord-item-name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fjord-item-price {
    font-size: 12px;
    color: #2563eb;
    font-weight: 700;
}
.fjord-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 992px) {
    .fjord-detail-grid {
        grid-template-columns: 7fr 3fr;
    }
}
.fjord-detail-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.fjord-detail-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fjord-panel {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 24px;
}
.fjord-panel-title {
    font-size: 15px;
    font-weight: 600;
    color: #2563eb;
    margin: 0 0 20px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 8px;
}
.fjord-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.fjord-table td {
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 13px;
}
.fjord-table tr td:first-child {
    background: #f8fafc;
    color: #64748b;
    width: 120px;
    font-weight: 500;
}
.fjord-table tr td:last-child {
    color: #1e293b;
    font-weight: 600;
}
.fjord-form-group {
    margin-bottom: 16px;
}
.fjord-form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
}
.fjord-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;
}
.fjord-form-input:focus {
    border-color: #2563eb;
}
.fjord-footer {
    background: #1e293b;
    color: #94a3b8;
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
    margin-top: 80px;
}
.fjord-footer p {
    margin: 0;
}
.fjord-footer-links {
    margin-bottom: 15px;
}
.fjord-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    margin: 0 12px;
    transition: color 0.3s;
}
.fjord-footer-links a:hover {
    color: #2563eb;
}
.fjord-query-box {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 24px;
}
.fjord-query-tabs {
    display: flex;
    border-bottom: 2px solid #cbd5e1;
    margin-bottom: 25px;
}
.fjord-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;
}
.fjord-query-tab.active {
    border-color: #2563eb;
    color: #2563eb;
    font-weight: 600;
}
.fjord-b4-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px dashed #f1f5f9;
}
.fjord-b4-item:last-child {
    border-bottom: none;
}
.fjord-b4-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fjord-b4-num {
    width: 20px;
    height: 20px;
    background: #cbd5e1;
    color: #475569;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}
.fjord-b4-item:nth-child(1) .fjord-b4-num { background: #2563eb; color: #ffffff; }
.fjord-b4-item:nth-child(2) .fjord-b4-num { background: #2563eb; color: #ffffff; }
.fjord-b4-item:nth-child(3) .fjord-b4-num { background: #2563eb; color: #ffffff; }
.fjord-b4-name {
    color: #334155;
    text-decoration: none;
    font-weight: 500;
}
.fjord-b4-name:hover {
    color: #2563eb;
}
.fjord-b5-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #f1f5f9;
    font-size: 13px;
}
.fjord-b5-item:last-child {
    border-bottom: none;
}
.fjord-b5-name {
    color: #475569;
    text-decoration: none;
}
.fjord-b5-name:hover {
    color: #2563eb;
}
.fjord-b6-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}
.fjord-b6-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-bottom: 1px solid #cbd5e1;
}
.fjord-b6-body {
    padding: 10px;
}
.fjord-b6-title {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
.fjord-b6-title:hover {
    color: #db2777;
}
.fjord-b7-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.firth-hot-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media (max-width: 768px) {
    .firth-hot-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
.firth-hot-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    text-align: center;
}
.firth-hot-item:hover {
    transform: translateY(-2px);
    border-color: #2563eb;
}
.firth-hot-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}
.firth-hot-title {
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #2c3e50;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
