* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #0d0d11 url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.343 0L13.857 8.485 15.272 9.9l7.9-7.9h-.83zm5.657 0L19.514 8.485 20.93 9.9 30.3 0h-2.3zM32 0L20.343 11.657 21.757 13.07 32 2.828V0zm2 0v2.828L43.243 13.07l1.414-1.414L34 0h-2zm5.657 0L48.343 8.485 46.93 9.9 39.03 2V0h.627zm5.657 0L54 8.485 52.586 9.9l-7.9-7.9h3.8zm5.657 0l7.07 7.07-1.414 1.415L50.344 0h2.83zM54.627 60L60 54.627l-2.828 2.83-6.485-6.486 1.414-1.414 7.9 7.9-1.414 1.414L60 60h-5.373zm-9.486-9.486l1.415 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm-9.485 0l1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm-9.486 0l1.415 1.414-7.9 7.9-1.414-1.414 7.9-7.9zM8.485 54.627L0 46.142 2.828 49.9l6.485 6.486-1.414 1.414-7.9-7.9 1.414-1.414L0 60h5.373l3.112-5.373zm9.486-9.486l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm9.485 0l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm9.486 0l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zM54.627 5.373L60 0v5.373l-3.112 3.112L60 11.597V60h-5.373L0 5.373v-2.83L54.627 0v5.373z' fill='%23161619' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: #e6e6e9;
    line-height: 1.6;
    font-size: 15px;
}

:root {
    --k7-bg: rgba(20,22,28,.85);
    --k7-blur: 10px;
    --k7-border: rgba(255,255,255,.06);
    --k7-shadow: 0 10px 30px rgba(0,0,0,.45);
    --k7-text: #fff;
    --k7-muted: rgba(255,255,255,.85);
    --k7-pill: #14161c;
    --k7-cta: #c51f2b;
    --k7-cta-ink: #ff3144;
    --k7-radius: 18px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2 {
    background: linear-gradient(90deg, #ffef9c 0%, #ffd949 40%, #ffc800 70%, #ffef9c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.main_zag {
    font-size: 26px;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 115px;
    height: 65px;
}

.stroke {
    background: #000;
}

.header_list {
    max-width: 1200px;
    height: 75px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.d_but {
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.m_but {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 30px 0;
}

.m_but:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(120, 0, 0, 0.45);
}

.k7-strip {
    background: var(--k7-bg);
    backdrop-filter: saturate(130%) blur(var(--k7-blur));
    -webkit-backdrop-filter: saturate(130%) blur(var(--k7-blur));
    box-shadow: var(--k7-shadow);
    border: 1px solid var(--k7-border);
    overflow-x: auto;
    scrollbar-width: none;
}

.k7-nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px;
}

.k7-nav::-webkit-scrollbar {
    display: none;
}

.k7-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    color: var(--k7-text);
    text-decoration: none;
    white-space: nowrap;
    transition: background .18s ease, transform .12s ease, color .18s ease;
}

.k7-nav__link svg {
    display: block;
}

.k7-label {
    font-weight: 600; 
    color: var(--k7-muted);
}

.k7-nav__link:hover {
    background: var(--k7-pill); 
    transform: translateY(-1px);
}

.k7-nav__link.is-active {
    background: var(--k7-pill); 
    color: var(--k7-text);
}

.k7-nav__link.is-active .k7-label {
    color: var(--k7-text);
}

.k7-mobile-bar {
    display: none; 
    align-items: center; 
    justify-content: center;
    gap: 12px; 
    padding: 8px 20px;
    background: rgba(20,22,28,.9);
    backdrop-filter: saturate(130%) blur(8px);
    border: 1px solid rgba(255,255,255,.06);
}

.k7-mobile-bar__label {
    color: #fff;
}

.k7-burger {
    display: inline-grid; 
    place-items: center;
    width: 44px; 
    height: 44px; 
    border-radius: 12px; 
    text-decoration: none;
    background: linear-gradient(180deg,#d1021b,#a71023);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 8px 18px rgba(161,19,33,.35);
    color: #fff;
}

.k7-mobile-menu {
    position: fixed; 
    inset: 0; 
    z-index: 9999;
    background: rgba(0,0,0,.55);
    opacity: 0; 
    pointer-events: none; 
    transition: opacity .18s ease;
}

.k7-mobile-menu:target {
    opacity: 1; 
    pointer-events: auto;
}

.k7-menu__backdrop {
    position: absolute; 
    inset: 0; 
    display: block;
}

.k7-mobile-menu__panel {
    position: absolute; 
    top: 1.4%; 
    left: 50%; 
    transform: translateX(-50%) translateY(20px);
    width: min(92vw,420px); 
    max-height: 88vh; 
    overflow: auto;
    background: #15171d; 
    color: #fff; 
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 40px rgba(0,0,0,.5);
    transition: transform .2s ease;
}

.k7-mobile-menu:target .k7-mobile-menu__panel {
    transform: translateX(-50%) translateY(0);
}

.k7-mobile-menu__head {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    padding: 14px 16px; 
    font-weight: 800;
    background: linear-gradient(180deg,#d1021b,#a71023);
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.k7-close {
    display: inline-grid; 
    place-items: center; 
    text-decoration: none;
}

.k7-mobile-nav {
    display: flex; 
    flex-direction: column; 
    gap: 10px; 
    padding: 12px;
}

.k7-mobile-nav .k7-nav__link {
    display: flex; 
    align-items: center; 
    gap: 12px;
    padding: 12px 14px; 
    border-radius: 12px;
    background: #1a1d25; 
    text-decoration: none; 
    color: #fff; 
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.06);
}

.k7-mobile-nav .k7-nav__link:hover {
    background: #202430;
}

.k7-mobile-nav .k7-nav__link svg {
    width: 26px; 
    height: 26px; 
    display: block;
}

.k7-mobile-nav .k7-label {
    color: #fff;
}

.monetizing {
    margin-bottom: 40px;
}

.entry p {
    margin-bottom: 20px;
    color: #e6e6e9;
}

p.m-0 {
    margin: 0;
}

.k7-bonusbar {
    display: flex; 
    align-items: center; 
    gap: 16px;
    padding: 7px 15px;
    border-radius: 5px;
    background: linear-gradient(180deg,#d1021b,#a71023);
    margin: 14px 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 18px rgba(161,19,33,.35);
    color: #fff;
}

.k7-bonusbar__icon {
    flex: 0 0 auto; 
    display: grid; 
    place-items: center;
}

.k7-bonusbar__text {
    min-width: 0; 
    display: flex; 
    flex-direction: column; 
    gap: 2px;
}

.k7-bonusbar__title {
    font-size: 12px; 
    line-height: 1.3;
}

.k7-bonusbar__subtitle {
    font-weight: 700; 
    font-size: 13px; 
    line-height: 1;
}

.k7-bonusbar .app-d {
    margin-left: auto;
}

.ticker {
    display: block;
    overflow: hidden;
    background: linear-gradient(180deg, #d1021b, #a71023);
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16.6px;
    font-weight: bold;
}

.ticker__inner {
    --tick-icon: 28px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 15px 14px;
    white-space: nowrap;
    will-change: transform;
    animation: tkr 12s linear infinite;
}

.ticker__inner svg {
    width: var(--tick-icon);
    height: var(--tick-icon);
    display: block;
    flex: 0 0 auto;
}

@keyframes tkr {
    from { transform: translateX(100%); }
    to   { transform: translateX(-100%); }
}

.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.info-table tr {
    transition: background 0.3s ease;
}

.info-table tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.info-table td {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.info-table td:first-child {
    font-weight: 600;
    color: #fff;
    width: 40%;
}

.info-table a {
    background: linear-gradient(90deg, #ffef9c 0%, #ffd949 40%, #ffc800 70%, #ffef9c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.app-section {
    background: linear-gradient(180deg, #d1021b, #a71023);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1;
    border-radius: 5px;
    gap: 15px;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.app-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.app {
    height: 38px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 5px;
}

.app-right {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 2px;
}

.app-section span {
    font-size: 12px;
}

.star-icons-toogle {
    display: flex;
    gap: 5px;
}

.star-icons-toogle li {
    width: 13.36px;
    height: 11.88px;
}

.app-d {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.app-d span {
    text-transform: uppercase;
    font-size: 16.6px;
    font-weight: bolder;
}

.k7-faq__item {
    border-radius: 18px;
    background: transparent;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
}

.k7-faq__item > summary {
    list-style: none;
    cursor: pointer;
    display: flex; 
    align-items: center; 
    gap: 10px;
    padding: 14px 16px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg,#d1021b,#a71023);
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.k7-faq__item > summary::-webkit-details-marker {
    display: none;
}

.k7-faq__answer {
    background: #15171d;
    color: #d7dbe5;
    padding: 14px 16px;
}

.k7-faq__item > summary:hover {
    filter: brightness(1.05);
}

footer {
    text-align: center;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.copu {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 860px) {
    .k7-mobile-bar {
        display: flex;
    }
    .k7-strip {
        display: none;
    }
}

@media (max-width: 920px) {
    .k7-nav {
        border-radius: 20px; 
        padding: 8px;
    }
    .k7-nav__link {
        padding: 9px 12px;
    }
}

@media (max-width: 768px) {
    .main_zag {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .k7-faq__item > summary {
        padding: 12px 14px;
    }
    .k7-faq__answer {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .header_list {
        gap: 20px;
    }
    
    .main_zag {
        font-size: 22px;
    }
    
    .info-table td {
        padding: 8px 8px;
    }

    .monetizing {
        margin-bottom: 25px;
    }

    .info-table {
        font-size: 14px;
    }
}

@media (max-width: 415px) {
    .header_list {
        gap: 0;
        padding: 0;
        justify-content: left;
    }

    .app-d span {
        text-transform: uppercase;
        font-size: 12.6px;
        font-weight: bolder;
    }
}