body {
    background: #eef3f6;
}

body,
body * {
    box-sizing: border-box;
}

#hd,
#aside,
#ft,
#gnb,
#tnb {
    display: none !important;
}

#wrapper,
#container_wr,
#container {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
}

#container {
    min-height: 560px;
}

#container_title {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 24px 12px;
    color: #10202d;
    font-size: 26px;
}

.mt-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 88px;
    padding: 0 max(24px, calc((100vw - 1160px) / 2));
    background: linear-gradient(180deg, rgba(9, 23, 38, 0.98) 0%, rgba(3, 9, 18, 0.98) 100%), #050b14;
    color: #e9f6f6;
    border-bottom: 1px solid rgba(94, 234, 212, 0.2);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    isolation: isolate;
}

.mt-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 20%, rgba(94, 234, 212, 0.16), transparent 25%),
        radial-gradient(circle at 82% 30%, rgba(245, 158, 11, 0.12), transparent 22%);
    opacity: 0.9;
    animation: mtTopbarGlow 8s ease-in-out infinite alternate;
}

.mt-topbar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28%;
    width: 24%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    transform: skewX(-18deg);
    animation: mtLightSweep 7s ease-in-out infinite;
}

.mt-topbar--report {
    border-bottom-color: rgba(245, 158, 11, 0.34);
}

.mt-topbar--cases {
    border-bottom-color: rgba(45, 212, 191, 0.36);
}

.mt-topbar--help {
    border-bottom-color: rgba(96, 165, 250, 0.34);
}

.mt-topbar--community {
    border-bottom-color: rgba(148, 163, 184, 0.32);
}

.mt-brand {
    display: inline-flex;
    align-items: center;
    width: 276px;
    max-width: calc(100vw - 96px);
    height: 68px;
    padding: 4px 10px 4px 0;
    text-decoration: none;
    flex: 0 1 276px;
}

.mt-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.mt-nav,
.mt-account {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.mt-nav a,
.mt-account a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #c9d6df;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mt-nav a.is-active,
.mt-nav a:hover,
.mt-account a:hover {
    border-color: rgba(94, 234, 212, 0.2);
    background: rgba(20, 184, 166, 0.13);
    color: #ffffff;
    transform: translateY(-1px);
}

.mt-account .mt-primary-link {
    border-color: rgba(245, 158, 11, 0.44);
    background: linear-gradient(180deg, #f7b43c 0%, #f59e0b 100%);
    color: #111827;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.18);
}

.mt-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(94, 234, 212, 0.2);
    border-radius: 6px;
    background: rgba(20, 184, 166, 0.13);
    color: #fff;
    font-size: 18px;
}

.mt-page-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.92), rgba(12, 31, 47, 0.86)),
        #07131d;
    isolation: isolate;
}

.mt-page-banner::before,
.mt-page-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.mt-page-banner::before {
    background:
        linear-gradient(115deg, transparent 0 32%, rgba(255, 255, 255, 0.08) 44%, transparent 56% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 76px);
    transform: translateX(-18%);
    animation: mtBannerDrift 12s linear infinite;
}

.mt-page-banner::after {
    background: radial-gradient(circle at 72% 38%, rgba(94, 234, 212, 0.22), transparent 28%);
    animation: mtBannerPulse 6s ease-in-out infinite alternate;
}

.mt-page-banner--report {
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.94), rgba(103, 63, 8, 0.78)),
        #0f172a;
}

.mt-page-banner--cases {
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.94), rgba(15, 118, 110, 0.72)),
        #0f172a;
}

.mt-page-banner--search {
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.94), rgba(29, 78, 216, 0.68)),
        #0f172a;
}

.mt-page-banner--help {
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.94), rgba(30, 64, 175, 0.72)),
        #0f172a;
}

.mt-page-banner--community {
    background:
        linear-gradient(120deg, rgba(7, 19, 29, 0.94), rgba(51, 65, 85, 0.82)),
        #0f172a;
}

.mt-page-banner-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 38px 24px 42px;
}

.mt-page-banner span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #bff6ef;
    font-size: 13px;
    font-weight: 800;
}

.mt-page-banner h1 {
    margin: 14px 0 8px;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.mt-page-banner p {
    max-width: 720px;
    margin: 0;
    color: #c9d6df;
    font-size: 15px;
    line-height: 1.7;
}

.mt-footer {
    background: #07131d;
    color: #93a8b6;
}

.mt-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 24px 42px;
}

.mt-footer img {
    width: 210px;
    height: auto;
    margin-bottom: 18px;
}

.mt-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.mt-footer a {
    color: #e6f2f2;
    text-decoration: none;
}

.mt-footer-info {
    max-width: 760px;
}

.mt-footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.mt-footer-meta span {
    color: #e6f2f2;
    font-weight: 800;
}

.mt-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms ease, filter 560ms ease;
    transition-delay: var(--mt-reveal-delay, 0ms);
    filter: blur(2px);
}

.mt-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

#bo_list,
#bo_v,
.tbl_head01,
.tbl_frm01 {
    animation: mtSoftRise 520ms ease both;
}

#bo_list a:hover,
#bo_v a:hover {
    color: #0f766e;
}

@keyframes mtTopbarGlow {
    0% { transform: translate3d(-1%, 0, 0) scale(1); opacity: 0.72; }
    100% { transform: translate3d(1.5%, 0, 0) scale(1.05); opacity: 1; }
}

@keyframes mtLightSweep {
    0%, 42% { transform: translateX(0) skewX(-18deg); opacity: 0; }
    52% { opacity: 1; }
    72%, 100% { transform: translateX(620%) skewX(-18deg); opacity: 0; }
}

@keyframes mtBannerDrift {
    0% { transform: translateX(-18%); }
    100% { transform: translateX(18%); }
}

@keyframes mtBannerPulse {
    0% { opacity: 0.55; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.06); }
}

@keyframes mtSoftRise {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .mt-reveal {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

.mt-footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .mt-topbar {
        height: auto;
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .mt-brand {
        width: 220px;
        height: 54px;
    }

    .mt-menu-toggle {
        display: inline-grid;
        place-items: center;
        margin-left: auto;
    }

    .mt-nav,
    .mt-account {
        display: none;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .mt-nav-open .mt-nav,
    .mt-nav-open .mt-account {
        display: flex;
    }

    .mt-page-banner-inner {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .mt-page-banner h1 {
        font-size: 28px;
    }
}

@media (max-width: 560px) {
    .mt-topbar {
        padding-right: 16px;
        padding-left: 16px;
    }

    .mt-brand {
        width: 190px;
        max-width: calc(100vw - 78px);
        height: 46px;
    }

    .mt-nav a,
    .mt-account a {
        flex: 0 0 auto;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .mt-page-banner-inner {
        padding: 24px 16px 28px;
    }

    .mt-page-banner h1 {
        font-size: 25px;
    }

    .mt-page-banner p {
        font-size: 14px;
    }
}
