body.page-shizhong-html.bjtime-body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(52, 211, 153, 0.14), transparent 36%),
        radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.18), transparent 34%),
        #07111f;
    color: #eef4ff;
}

body.page-shizhong-html.shizhong-display-mode,
body.page-shizhong-html.shizhong-simple-mode {
    background: #000;
}

.page-shizhong-html a:link,
.page-shizhong-html a:visited,
.page-shizhong-html a:active {
    color: #eef4ff;
}

.page-shizhong-html a:hover {
    color: #7dd3fc;
}

.page-shizhong-html .bj-header,
.page-shizhong-html .bj-nav-wrap,
.page-shizhong-html .bj-main,
.page-shizhong-html .bj-footer {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.page-shizhong-html .shizhong-header {
    padding: 28px 0 16px;
}

.page-shizhong-html .shizhong-header h2,
.page-shizhong-html .shizhong-header h3 {
    margin: 0;
}

.page-shizhong-html .shizhong-header h2 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #93c5fd;
}

.page-shizhong-html .shizhong-header h3 {
    margin-top: 10px;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 700;
    color: #f8fbff;
}

.page-shizhong-html .bj-nav-wrap {
    margin-bottom: 22px;
}

.page-shizhong-html .bj-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-shizhong-html .nav-item {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.48);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-shizhong-html .nav-item:hover {
    border-color: rgba(125, 211, 252, 0.7);
    background: rgba(8, 47, 73, 0.66);
}

.page-shizhong-html .shizhong-main {
    padding-bottom: 28px;
}

.page-shizhong-html .shizhong-shell {
    display: grid;
    gap: 24px;
}

.page-shizhong-html .shizhong-panel,
.page-shizhong-html .shizhong-card {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 20px 80px rgba(2, 8, 23, 0.32);
    backdrop-filter: blur(18px);
}

.page-shizhong-html .shizhong-panel {
    padding: clamp(24px, 4vw, 44px);
}

.page-shizhong-html .shizhong-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    color: #7dd3fc;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-shizhong-html .shizhong-panel h1 {
    margin: 16px 0 12px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    color: #f8fbff;
}

.page-shizhong-html .shizhong-summary {
    margin: 0;
    max-width: 760px;
    color: #c9d7ee;
    font-size: 1rem;
    line-height: 1.8;
}

.page-shizhong-html .shizhong-clock {
    margin-top: 26px;
    padding: clamp(20px, 3vw, 34px);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(6, 12, 27, 0.92), rgba(17, 24, 39, 0.82));
    border: 1px solid rgba(59, 130, 246, 0.18);
}

.page-shizhong-html .shizhong-digits {
    display: block;
    margin: 0;
    font-size: clamp(3.3rem, 10vw, 8rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-variant-numeric: tabular-nums;
    color: #f8fbff;
    text-shadow: 0 0 28px rgba(125, 211, 252, 0.18);
}

.page-shizhong-html .shizhong-date {
    margin-top: 14px;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #d8e6fb;
}

.page-shizhong-html .shizhong-meta {
    margin-top: 8px;
    color: #8ea3c4;
    font-size: 0.96rem;
}

.page-shizhong-html .shizhong-status-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #c9d7ee;
}

.page-shizhong-html .shizhong-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: #34d399;
    box-shadow: 0 0 16px rgba(52, 211, 153, 0.7);
}

.page-shizhong-html .shizhong-status {
    font-size: 0.95rem;
    line-height: 1.6;
}

.page-shizhong-html .shizhong-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.page-shizhong-html .shizhong-button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    min-height: 46px;
    padding: 0 18px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.page-shizhong-html .shizhong-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.page-shizhong-html .shizhong-button-ghost {
    background: rgba(15, 23, 42, 0.48);
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: #eef4ff;
}

.page-shizhong-html .shizhong-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-shizhong-html .shizhong-card {
    padding: 22px;
}

.page-shizhong-html .shizhong-card h2 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #f8fbff;
}

.page-shizhong-html .shizhong-card p,
.page-shizhong-html .shizhong-card code {
    color: #c9d7ee;
}

.page-shizhong-html .shizhong-card p {
    margin: 0;
    line-height: 1.8;
}

.page-shizhong-html .bj-footer {
    padding: 0 0 34px;
    color: #9fb0ca;
}

.page-shizhong-html .bj-footer-copy {
    line-height: 1.8;
}

.page-shizhong-html .bj-footer-copy span {
    color: #c9d7ee;
}

.page-shizhong-html.shizhong-display-mode .bj-header,
.page-shizhong-html.shizhong-display-mode .bj-nav-wrap,
.page-shizhong-html.shizhong-display-mode .shizhong-grid,
.page-shizhong-html.shizhong-display-mode .bj-footer,
.page-shizhong-html.shizhong-simple-mode .bj-header,
.page-shizhong-html.shizhong-simple-mode .bj-nav-wrap,
.page-shizhong-html.shizhong-simple-mode .shizhong-grid,
.page-shizhong-html.shizhong-simple-mode .bj-footer {
    display: none;
}

.page-shizhong-html.shizhong-display-mode .bj-main,
.page-shizhong-html.shizhong-simple-mode .bj-main {
    width: min(100vw - 24px, 1600px);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.page-shizhong-html.shizhong-display-mode .shizhong-shell,
.page-shizhong-html.shizhong-simple-mode .shizhong-shell {
    width: 100%;
}

.page-shizhong-html.shizhong-display-mode .shizhong-panel,
.page-shizhong-html.shizhong-simple-mode .shizhong-panel {
    background: #000;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.page-shizhong-html.shizhong-display-mode .shizhong-clock {
    background: #000;
    border-color: rgba(255, 255, 255, 0.08);
}

.page-shizhong-html.shizhong-display-mode .shizhong-digits {
    font-size: clamp(4.8rem, 16vw, 14rem);
}

.page-shizhong-html.shizhong-display-mode .shizhong-actions {
    justify-content: center;
}

.page-shizhong-html.shizhong-simple-mode .shizhong-panel {
    min-height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, 4vw, 48px);
}

.page-shizhong-html.shizhong-simple-mode .shizhong-chip,
.page-shizhong-html.shizhong-simple-mode .shizhong-panel h1,
.page-shizhong-html.shizhong-simple-mode .shizhong-summary,
.page-shizhong-html.shizhong-simple-mode .shizhong-date,
.page-shizhong-html.shizhong-simple-mode .shizhong-meta,
.page-shizhong-html.shizhong-simple-mode .shizhong-status-row {
    display: none;
}

.page-shizhong-html.shizhong-simple-mode .shizhong-clock {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.page-shizhong-html.shizhong-simple-mode .shizhong-digits {
    font-size: clamp(5.8rem, 22vw, 17rem);
    line-height: 0.96;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
}

.page-shizhong-html.shizhong-simple-mode .shizhong-actions {
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .page-shizhong-html .shizhong-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-shizhong-html .bj-header,
    .page-shizhong-html .bj-nav-wrap,
    .page-shizhong-html .bj-main,
    .page-shizhong-html .bj-footer {
        width: min(100% - 24px, 1120px);
    }

    .page-shizhong-html .shizhong-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .page-shizhong-html .shizhong-clock {
        padding: 18px;
    }

    .page-shizhong-html .shizhong-digits {
        letter-spacing: 0.03em;
    }

    .page-shizhong-html .shizhong-actions {
        flex-direction: column;
    }

    .page-shizhong-html .shizhong-button {
        width: 100%;
    }

    .page-shizhong-html.shizhong-display-mode .bj-main,
    .page-shizhong-html.shizhong-simple-mode .bj-main {
        width: min(100vw - 20px, 1600px);
    }
}
