@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');

:root {
    --navy: #07305d;
    --blue: #087ddb;
    --sky: #15b9ed;
    --green: #58d36b;
    --orange: #ff9d36;
    --bg: #f3f8fc;
    --paper: #fff;
    --ink: #17304a;
    --muted: #667a8d;
    --line: #d9e6ef
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Prompt, Tahoma, sans-serif;
    line-height: 1.8
}

a {
    color: var(--blue)
}

.scorebar {
    padding: 8px 4vw;
    color: #d9edff;
    background: #062849;
    font-size: .74rem
}

.scorebar .inner {
    max-width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.scorebar b {
    color: #79e788
}

.header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px max(4vw, 22px);
    background: #ffffffed;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(15px)
}

.brand img {
    width: 142px;
    display: block
}

.main-nav {
    display: flex;
    gap: 7px;
    align-items: center
}

.main-nav a {
    padding: 9px 13px;
    color: var(--navy);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
    border-radius: 9px
}

.main-nav a:hover,
.main-nav a.active {
    color: #fff;
    background: var(--blue)
}

.menu-btn {
    display: none
}

.hero {
    max-width: 1320px;
    margin: 25px auto;
    padding: clamp(32px, 5vw, 66px);
    min-height: 410px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #06366a, #087fd6 64%, #13b9e8);
    border-radius: 28px;
    box-shadow: 0 22px 55px #084c8425
}

.hero:before {
    content: "";
    position: absolute;
    right: -100px;
    top: -160px;
    width: 470px;
    height: 470px;
    border: 70px solid #ffffff12;
    border-radius: 50%
}

.hero-copy {
    position: relative;
    z-index: 2
}

.live {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 7px 12px;
    color: #10344a;
    background: var(--green);
    border-radius: 99px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em
}

.live:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff30
}

.hero h2 {
    margin: 18px 0 13px;
    max-width: 820px;
    font-size: clamp(2rem, 4.4vw, 3.7rem);
    line-height: 1.23
}

.hero p {
    max-width: 760px;
    color: #e7f6ff
}

.official {
    display: inline-flex;
    padding: 11px 18px;
    color: #083158;
    text-decoration: none;
    font-weight: 800;
    background: #fff;
    border-radius: 10px
}

.hero-art {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center
}

.hero-art img {
    width: min(100%, 420px);
    filter: drop-shadow(0 25px 30px #002c5c55)
}

.hero-img{
    border-radius: 20px;
}

.ticker {
    max-width: 1320px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.tick {
    padding: 17px 19px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--blue);
    border-radius: 13px
}

.tick:nth-child(2) {
    border-color: var(--green)
}

.tick:nth-child(3) {
    border-color: var(--orange)
}

.tick:nth-child(4) {
    border-color: var(--sky)
}

.tick strong {
    display: block;
    color: var(--navy);
    font-size: 1.12rem
}

.tick span {
    color: var(--muted);
    font-size: .77rem
}

.layout {
    max-width: 1230px;
    margin: 0 auto 75px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 26px;
    align-items: start
}

article {
    min-width: 0;
    padding: clamp(27px, 5vw, 62px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 14px 38px #143d5b0c
}

article h1 {
    margin: 0 0 36px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.28
}

article h1:after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--green), var(--blue));
    border-radius: 99px
}

article h2 {
    margin: 52px 0 18px;
    padding: 14px 18px;
    color: var(--navy);
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    line-height: 1.45;
    background: linear-gradient(90deg, #e8f7ff, #f7fcff);
    border-left: 5px solid var(--blue);
    border-radius: 0 12px 12px 0
}

article h3 {
    margin: 30px 0 10px;
    color: #0878bb;
    font-size: 1.2rem
}

article h4 {
    margin: 25px 0 8px;
    color: #16805c;
    font-size: 1.08rem
}

article p {
    margin: 0 0 19px
}

article ul {
    margin: 19px 0 30px;
    padding: 22px 26px 22px 48px;
    background: #f2fbf3;
    border: 1px solid #cbead0;
    border-radius: 15px
}

article li {
    margin: 7px 0
}

article li::marker {
    color: #35b853
}

.table-scroll {
    overflow: auto;
    margin: 24px 0 36px;
    border: 1px solid var(--line);
    border-radius: 15px
}

table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse
}

th {
    background: var(--navy);
    color: #fff;
    text-align: left
}

th,
td {
    padding: 13px 15px;
    border-bottom: 1px solid var(--line);
    vertical-align: top
}

tbody tr:nth-child(even) {
    background: #f1f8fc
}

.toc {
    position: sticky;
    top: 86px;
    padding: 21px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 13px 30px #143d5b12
}

.toc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em
}

.toc-title i {
    width: 9px;
    height: 9px;
    background: var(--orange);
    border-radius: 50%
}

.toc nav {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    max-height: 68vh;
    overflow: auto
}

.toc a {
    padding: 7px 10px;
    color: #60768a;
    text-decoration: none;
    font-size: .78rem;
    line-height: 1.45;
    border-left: 2px solid #c9e1ed
}

.toc a:hover {
    color: var(--blue);
    border-color: var(--blue);
    background: #f0f9fd
}

.footer {
    padding: 55px max(4vw, 22px) 23px;
    color: #d7eafa;
    background: #062849
}

.footer-grid {
    max-width: 1230px;
    margin: auto;
    display: grid;
    grid-template-columns: .8fr 1.4fr 1.2fr;
    gap: 42px
}

.footer-logo {
    width: 155px;
    filter: brightness(0) invert(1)
}

.footer h2 {
    margin: 0 0 13px;
    color: #6be07a;
    font-size: 1rem
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 16px
}

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

.contact {
    list-style: none;
    margin: 0;
    padding: 0
}

.copyright {
    max-width: 1230px;
    margin: 30px auto 0;
    padding-top: 18px;
    color: #8daec5;
    font-size: .77rem;
    border-top: 1px solid #ffffff18
}

@media(max-width:1100px) {
    .main-nav {
        display: none
    }

    .main-nav.open {
        display: grid;
        position: fixed;
        top: 94px;
        left: 12px;
        right: 12px;
        padding: 14px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 16px 34px #06284930
    }

    .menu-btn {
        display: block;
        border: 0;
        padding: 8px 11px;
        color: #fff;
        background: var(--navy);
        border-radius: 8px
    }

    .hero {
        margin: 18px 16px;
        grid-template-columns: 1fr
    }

 
    .ticker {
        margin-left: 16px;
        margin-right: 16px
    }

    .layout {
        margin-left: 16px;
        margin-right: 16px;
        grid-template-columns: 1fr
    }

    .toc {
        display: none
    }
}

@media(max-width:650px) {
    .scorebar .inner span:last-child {
        display: none
    }

    .header {
        padding: 11px 16px
    }

    .brand img {
        width: 120px
    }

    .hero {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 19px
    }
 

    .ticker {
        grid-template-columns: 1fr 1fr
    }

    .layout {
        margin: 0 11px 48px
    }

    article {
        padding: 26px 19px;
        border-radius: 18px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-links {
        grid-template-columns: 1fr
    }
}