.outline-page {
    color: #1f2b3a;
}
.outline-hero {
    padding: 1.5rem 1.5rem 1rem;
    background: #f5fbff;
    border-bottom: 4px solid #53a6e3;
}
.outline-hero-brand {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 700;
}
.outline-hero-route {
    font-size: 1.6rem;
    color: #f0b200;
    letter-spacing: 0.03em;
}
.outline-hero-sub {
    font-size: 1rem;
    color: #5d8fb5;
}
.outline-hero-title {
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e6aa8;
}

.outline-section {
    margin-top: 1.75rem;
}
.outline-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e6aa8;
    margin-bottom: 0.75rem;
}
.outline-section-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e15a8b;
    transform: rotate(45deg);
    flex: none;
}
.outline-section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        #8fc3ec 0,
        #8fc3ec 6px,
        transparent 6px,
        transparent 12px
    );
}
.outline-subtitle {
    margin: 0 0 0.75rem;
    font-weight: 600;
    color: #4d6f8f;
    font-size: 1.2rem;
}
.outline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.outline-effect {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.5fr);
    gap: 1.5rem;
    align-items: start;
}
.outline-effect.outline-effect-equal {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #b9d7ee;
}

.outline-effect-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e6aa8;
    margin-bottom: 0.5rem;
}
.outline-effect-title::before {
    content: "";
    width: 6px;
    height: 16px;
    background: #e15a8b;
}
.outline-effect-media {
    text-align: center;
}
.outline-caption {
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #5c6f80;
}
.outline-route-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #1e6aa8;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.outline-route-title::before {
    content: "";
    width: 6px;
    height: 16px;
    background: #e15a8b;
}
.outline-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    gap: 1rem;
    align-items: start;
}
.outline-section-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 1rem;
    align-items: start;
}
.outline-summary {
    overflow-x: auto;
}
.outline-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 280px;
}
.outline-summary-table th,
.outline-summary-table td {
    border: 1px solid #fff;
    padding: 0.75rem 1rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.outline-summary-table th.outline-summary-label {
    background: #e96e6e;
    font-weight: 700;
    width: 28%;
}
.outline-summary-table td.outline-summary-value {
    background: #f7941d;
}

.outline-history {
    overflow-x: auto;
}
.outline-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 720px;
}
.outline-history-table th,
.outline-history-table td {
    border: 1px solid #fff;
    padding: 0.6rem 0.4rem;
    text-align: center;
    vertical-align: middle;
    background: #f4d9db;
    color: #2b2b2b;
}
.outline-history-table th {
    background: #0f7cc6;
    color: #fff;
}
th.outline-history-head {
    background: #d35167 !important;
    color: #fff;
    font-weight: 700;
}
.outline-history-left {
    background: #0f7cc6 !important;
    color: #fff;
    font-weight: 700;
    width: 120px;
}
thead th.outline-history-left {
    background: #443c8c !important;
    color: #fff;
    font-weight: 700;
    width: 120px;
}
.outline-history-right {
    background: #f2d78b !important;
    font-weight: 700;
    width: 90px;
}
th.outline-history-right {
    background: #e5a83f !important;
    font-weight: 700;
    width: 90px;
}
.outline-history-accent {
    background: #d35167 !important;
    color: #fff !important;
    font-weight: 700;
}
.outline-history-note {
    text-align: right;
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #444;
}

@media (max-width: 991px) {
    .outline-grid {
        grid-template-columns: 1fr;
    }
    .outline-effect {
        grid-template-columns: 1fr;
    }
    .outline-effect.outline-effect-equal {
        grid-template-columns: 1fr;
    }
    .outline-map-grid {
        grid-template-columns: 1fr;
    }
    .outline-section-split {
        grid-template-columns: 1fr;
    }
    .outline-hero {
        padding: 1.25rem;
    }
    .outline-hero-route {
        font-size: 1.4rem;
    }
    .outline-hero-title {
        font-size: 1.2rem;
    }
    .outline-section-title {
        font-size: 1.2rem;
    }
    .outline-section-title::after {
        height: 1px;
    }
    .outline-effect-title {
        font-size: 0.95rem;
    }
}
