.special-index {
    --special-ink: #1e282f;
    --special-muted: #68747c;
    --special-line: #dfe5e8;
    color: var(--special-ink);
}

.special-index a { color: inherit; text-decoration: none; }

.special-index-header {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--special-line);
    background: linear-gradient(115deg, #f5f8fa 0%, #f7f9fa 55%, #eef3f5 100%);
}

.special-index-header-bg {
    position: absolute;
    right: -100px;
    bottom: -250px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(87, 112, 126, .12);
    border-radius: 50%;
}

.special-index-header-bg::before,
.special-index-header-bg::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(87, 112, 126, .09);
    border-radius: 50%;
}

.special-index-header-bg::before { inset: 90px; }
.special-index-header-bg::after { inset: 180px; }

.special-index-header-inner,
.special-index-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.special-index-header-inner {
    position: relative;
    z-index: 1;
    padding: 76px 0 70px;
}

.special-index-eyebrow,
.special-index-section-label {
    display: block;
    margin: 0 0 12px;
    color: var(--label-color);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.special-index-header h1 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1.15;
    letter-spacing: -.05em;
}

.special-index-header-inner > p:not(.special-index-eyebrow) {
    max-width: 750px;
    margin: 22px 0 0;
    color: #5c6972;
    font-size: 1rem;
    line-height: 1.9;
}

.special-index-header-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.special-index-header-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-width: 190px;
    padding: 15px 18px;
    border: 1px solid #d4dde2;
    border-radius: 10px;
    background: rgba(255, 255, 255, .75);
    color: #34434c;
    font-size: .84rem;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease;
}

.special-index-header-nav a:first-child {
    border-color: var(--label-color);
    background: var(--label-color);
    color: #fff;
}

.special-index-header-nav a:hover { transform: translateY(-2px); background: #fff; }
.special-index-header-nav a:first-child:hover { background: #ea6a0b; }

.special-index-section {
    padding: 72px 0;
    border-bottom: 1px solid #e6eaed;
    scroll-margin-top: 3rem;
}

.special-index-section-heading { max-width: 760px; }

.special-index-section-heading h2,
.special-index-about h2 {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.4;
    letter-spacing: -.03em;
}

.special-index-section-heading p {
    margin: 12px 0 0;
    color: var(--special-muted);
    font-size: .9rem;
    line-height: 1.85;
}

.special-index-emergency-empty {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 30px;
    padding: 22px 24px;
    border: 1px solid #dce3e7;
    border-radius: 12px;
    background: #f8fafb;
}

.special-index-emergency-empty::after {
    content: "NORMAL";
    padding: 6px 10px;
    border-radius: 100px;
    background: #edf6f1;
    color: #387057;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.special-index-emergency-status {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #eaf4ef;
}

.special-index-emergency-status span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4b8a69;
    box-shadow: 0 0 0 6px rgba(75, 138, 105, .1);
}

.special-index-emergency-empty strong { display: block; font-size: .88rem; line-height: 1.5; }
.special-index-emergency-empty p { margin: 5px 0 0; color: #748087; font-size: .77rem; line-height: 1.7; }

.special-index-emergency-list { display: grid; gap: 12px; margin-top: 30px; }
.special-index-emergency-card { padding: 24px; border: 1px solid #efcaca; border-radius: 12px; background: #fff8f8; }
.special-index-emergency-card-top,
.special-index-emergency-card-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.special-index-emergency-card-content { margin-top: 16px; }
.special-index-emergency-badge { color: #dc2626; font-size: .7rem; font-weight: 800; }
.special-index-emergency-updated { color: #8b9499; font-size: .7rem; }
.special-index-emergency-card h3 { margin: 0; font-size: 1rem; }
.special-index-emergency-card p { margin: 7px 0 0; color: #6e7980; font-size: .8rem; }

.special-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.special-index-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid #dce3e7;
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.special-index-card-featured {
    grid-row: span 2;
    min-height: 616px;
    background: linear-gradient(145deg, #f7f9fa, #eef3f5);
}

.special-index-card-featured::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(87, 112, 126, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(87, 112, 126, .035), 0 0 0 140px rgba(87, 112, 126, .025);
}

.special-index-card:hover {
    z-index: 1;
    border-color: #b9c6cc;
    box-shadow: 0 16px 40px rgba(42, 58, 68, .1);
    transform: translateY(-4px);
}

.special-index-card-content {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 28px;
}

.special-index-card-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #aab5bb;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.special-index-card-category { display: flex; flex-wrap: wrap; gap: 6px; padding-right: 44px; }

.special-index-card-category span {
    padding: 5px 9px;
    border-radius: 100px;
    background: #edf2f4;
    color: #60727c;
    font-size: .67rem;
    font-weight: 700;
}

.special-index-card-category span:first-child { color: #b94d08; background: #fff0e5; }

.special-index-card h3 {
    max-width: 430px;
    margin: 44px 0 0;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    line-height: 1.35;
    letter-spacing: -.035em;
}

.special-index-card:not(.special-index-card-featured) h3 { margin-top: 26px; font-size: 1.25rem; }

.special-index-card p {
    max-width: 480px;
    margin: 14px 0 0;
    color: #65727a;
    font-size: .84rem;
    line-height: 1.8;
}

.special-index-card-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 28px;
    border-top: 1px solid #e3e8eb;
    background: rgba(248, 250, 251, .86);
    color: #465f6d;
    font-size: .78rem;
    font-weight: 750;
}

.special-index-card-footer > span:last-child { font-size: 1rem; transition: transform .2s ease; }
.special-index-card:hover .special-index-card-footer > span:last-child { transform: translateX(4px); }

.special-index-about {
    display: grid;
    grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
    gap: 70px;
    padding: 64px 0 72px;
}

.special-index-about-copy p {
    max-width: 720px;
    margin: 0;
    color: var(--special-muted);
    font-size: .86rem;
    line-height: 1.85;
}

.special-index-about-copy a {
    display: inline-flex;
    gap: 28px;
    margin-top: 22px;
    color: #465f6d;
    font-size: .8rem;
    font-weight: 700;
}

.special-index-about-copy a:hover { color: var(--label-color); }

@media (max-width: 760px) {
    .special-index-header-inner,
    .special-index-container { width: calc(100% - 32px); }
    .special-index-header-inner { padding: 50px 0 46px; }
    .special-index-header h1 { font-size: 2.4rem; }
    .special-index-header-inner > p:not(.special-index-eyebrow) { font-size: .9rem; }
    .special-index-header-nav { flex-direction: column; }
    .special-index-header-nav a { box-sizing: border-box; width: 100%; }
    .special-index-section { padding: 48px 0; }
    .special-index-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
    .special-index-card,
    .special-index-card-featured { grid-row: auto; min-height: 0; }
    .special-index-card-featured::before { display: none; }
    .special-index-card-content { padding: 24px 20px; }
    .special-index-card h3,
    .special-index-card:not(.special-index-card-featured) h3 { margin-top: 28px; font-size: 1.25rem; }
    .special-index-card-footer { padding: 16px 20px; }
    .special-index-emergency-empty { grid-template-columns: 38px minmax(0, 1fr); padding: 20px 18px; }
    .special-index-emergency-empty::after { display: none; }
    .special-index-emergency-status { width: 38px; height: 38px; }
    .special-index-about { grid-template-columns: 1fr; gap: 22px; padding: 48px 0 56px; }
}

@media (prefers-reduced-motion: reduce) {
    .special-index *, .special-index *::before, .special-index *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
