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

:root {
    --color-primary: #1a73e8;
    --color-secondary: #34a853;
    --color-accent: #fbbc04;
    --color-danger: #ea4335;
    --color-dark: #1a1a1a;
    --color-light: #f8f9fa;
    --color-border: #e0e0e0;
    --color-text: #333;
    --color-text-light: #666;
    --spacing: 8px;
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--color-text);
    background: var(--color-light);
    font-size: 16px;
}

.qx8n4t {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.m7k2pd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 calc(var(--spacing) * 2);
}

.vb9x3w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(var(--spacing) * 2) 0;
}

.w5p8jz {
    display: block;
    transition: var(--transition);
}

.w5p8jz:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

.w5p8jz img {
    display: block;
    max-width: 180px;
    height: auto;
}

.r4h9kx {
    display: none;
    flex-direction: column;
    width: 32px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.r4h9kx span {
    width: 100%;
    height: 3px;
    background: var(--color-dark);
    border-radius: 3px;
    transition: var(--transition);
}

.r4h9kx span:not(:last-child) {
    margin-bottom: 6px;
}

.r4h9kx.n8v2mq span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.r4h9kx.n8v2mq span:nth-child(2) {
    opacity: 0;
}

.r4h9kx.n8v2mq span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.t3g6yn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: calc(var(--spacing) * 2);
}

.l9s4pv {
    display: flex;
    gap: calc(var(--spacing) * 3);
    list-style: none;
}

.j2x7bw a {
    display: flex;
    align-items: center;
    gap: var(--spacing);
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    transition: var(--transition);
    padding: var(--spacing) calc(var(--spacing) * 1.5);
    border-radius: var(--border-radius);
}

.j2x7bw a:hover {
    background: var(--color-light);
    color: var(--color-primary);
}

.j2x7bw svg {
    width: 20px;
    height: 20px;
}

.d6m9kv {
    display: flex;
    align-items: center;
}

.z1q5tx {
    color: var(--color-text-light);
    font-size: 14px;
}

.z1q5tx strong {
    color: var(--color-primary);
    font-weight: 700;
}

.b3n7wx {
    display: flex;
    gap: calc(var(--spacing) * 1.5);
    padding-bottom: calc(var(--spacing) * 2);
}

.f8k2ls {
    display: inline-block;
    padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 3);
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    font-size: 16px;
    text-align: center;
}

.y5h9pd {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.y5h9pd:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.c4v7rx {
    background: linear-gradient(135deg, #34a853 0%, #2d8e47 100%);
    color: #fff;
    border: 2px solid transparent;
}

.c4v7rx:hover {
    background: linear-gradient(135deg, #2d8e47 0%, #267a3a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 168, 83, 0.4);
}

.p2w6jn {
    background: transparent;
    color: var(--color-text);
    border: 2px solid var(--color-border);
}

.p2w6jn:hover {
    background: var(--color-light);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.z5p9kx {
    background: transparent;
    color: var(--color-text);
    border: 2px solid var(--color-border);
}

.z5p9kx:hover {
    background: var(--color-light);
    border-color: var(--color-text);
}

.g9t5wx {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(52, 168, 83, 0.4);
    }
    50% {
        box-shadow: 0 6px 16px rgba(52, 168, 83, 0.6);
    }
}

.w9k3vx {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
    color: #fff;
    padding: calc(var(--spacing) * 8) 0;
    position: relative;
    overflow: hidden;
}

.w9k3vx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/bannert-1xslots.png') center/cover;
    opacity: 0.15;
}

.p5t8nv {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.v2h9wx {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    margin-bottom: calc(var(--spacing) * 3);
    line-height: 1.2;
}

.k6m3qx {
    font-size: clamp(16px, 2.5vw, 20px);
    margin-bottom: calc(var(--spacing) * 4);
    opacity: 0.95;
    line-height: 1.5;
}

.b4x7nv {
    display: flex;
    gap: calc(var(--spacing) * 2);
    flex-wrap: wrap;
}

.l3w8qv, .h5q8nx, .w2p9kx, .b8x3nv {
    padding: calc(var(--spacing) * 8) 0;
}

.l3w8qv {
    background: #fff;
}

.h5q8nx {
    background: var(--color-light);
}

.w2p9kx {
    background: #fff;
}

.b8x3nv {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6cc 100%);
}

.n7t3qv {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    margin-bottom: calc(var(--spacing) * 4);
    text-align: center;
    color: var(--color-dark);
}

.u4x9pv {
    text-align: center;
}

.t9x4nv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: calc(var(--spacing) * 4);
}

.w6p3nx {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.v6m2kx {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: calc(var(--spacing) * 3);
}

.y5m2px {
    background: #fff;
    padding: calc(var(--spacing) * 4);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.r8k6vx {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.r8k6vx:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.q4w7nv {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: calc(var(--spacing) * 2);
    color: var(--color-dark);
}

.w4p9kx {
    text-align: center;
}

.j6x3nv {
    font-size: 64px;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1;
}

.h9v5tx {
    display: flex;
    gap: calc(var(--spacing) * 0.5);
    justify-content: center;
    margin: calc(var(--spacing) * 2) 0;
}

.s7k2pv {
    font-size: 32px;
}

.s2p8kw {
    color: #ddd;
    cursor: pointer;
    transition: var(--transition);
}

.s2p8kw:hover {
    transform: scale(1.2);
}

.c6x4nv {
    color: #fbbf24;
}

.v8n3qx {
    color: var(--color-text-light);
    font-size: 14px;
    margin-top: var(--spacing);
}

.k5t9wx {
    margin-top: calc(var(--spacing) * 3);
}

.m3p7nv {
    display: grid;
    grid-template-columns: 50px 1fr 60px;
    gap: calc(var(--spacing) * 2);
    align-items: center;
    margin-bottom: calc(var(--spacing) * 1.5);
}

.x6w2qv {
    font-size: 14px;
    color: var(--color-text-light);
}

.b4n8kx {
    background: #e0e0e0;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.p9v5tx {
    background: linear-gradient(90deg, #34a853 0%, #2d8e47 100%);
    height: 100%;
    transition: width 0.6s ease;
}

.l2h6vx {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    text-align: right;
}

.z9t5vx {
    margin-top: calc(var(--spacing) * 2);
}

.n6k2px {
    display: grid;
    grid-template-columns: 180px 1fr 60px;
    gap: calc(var(--spacing) * 2);
    align-items: center;
    margin-bottom: calc(var(--spacing) * 2);
}

.v3m8qx {
    font-size: 14px;
    font-weight: 500;
}

.r7h4vx {
    font-weight: 700;
    color: var(--color-secondary);
}

.k9x2tv ul, .b6w9kv ul {
    list-style: none;
}

.v3n8qx, .m2s7px {
    padding: calc(var(--spacing) * 1.5);
    margin-bottom: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--border-radius) * 0.5);
    position: relative;
    padding-left: calc(var(--spacing) * 4);
}

.v3n8qx::before {
    content: '✓';
    position: absolute;
    left: calc(var(--spacing) * 1.5);
    color: #34a853;
    font-weight: 700;
}

.m2s7px::before {
    content: '✗';
    position: absolute;
    left: calc(var(--spacing) * 1.5);
    color: #ea4335;
    font-weight: 700;
}

.v3n8qx {
    background: #e8f5e9;
    border-left: 4px solid #34a853;
}

.m2s7px {
    background: #ffebee;
    border-left: 4px solid #ea4335;
}

.p3w7nv {
    text-align: center;
    padding: calc(var(--spacing) * 4);
    background: #fff;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.p3w7nv:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.k5t8wx {
    font-size: 48px;
    margin-bottom: calc(var(--spacing) * 2);
}

.x2n9vx {
    font-size: 16px;
    color: var(--color-text-light);
    margin-bottom: calc(var(--spacing) * 3);
}

.v5k8nx {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    justify-content: center;
    margin-top: calc(var(--spacing) * 3);
}

.t3m7qx {
    padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 3);
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    transition: var(--transition);
}

.t3m7qx:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.z6w4px {
    background: linear-gradient(135deg, #34a853 0%, #2d8e47 100%);
    color: #fff;
    text-align: center;
    padding: calc(var(--spacing) * 6);
    border-radius: var(--border-radius);
    margin-bottom: calc(var(--spacing) * 4);
}

.z6w4px .n7t3qv {
    color: #fff;
    margin-bottom: calc(var(--spacing) * 2);
}

.j5n9kx {
    font-size: 18px;
    margin-bottom: calc(var(--spacing) * 3);
    opacity: 0.95;
}

.q7t2nx {
    max-width: 700px;
    margin: 0 auto;
}

.p9w5kx {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
}

.n3v8qx {
    display: flex;
    flex-direction: column;
}

.n3v8qx label {
    margin-bottom: var(--spacing);
    font-weight: 500;
    color: var(--color-text);
}

.k6m2tx {
    padding: calc(var(--spacing) * 1.5);
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    font-size: 16px;
    font-family: inherit;
    transition: var(--transition);
}

.k6m2tx:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.x9t4nv {
    background: var(--color-light);
    padding: calc(var(--spacing) * 3);
    border-radius: var(--border-radius);
}

.w5p3kx {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: calc(var(--spacing) * 2);
}

.v7n2qx {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: calc(var(--spacing) * 2);
    align-items: center;
    margin-bottom: calc(var(--spacing) * 2);
}

.m4k8px .s2p8kw {
    font-size: 28px;
}

.m4k8px .s2p8kw:hover {
    color: #fbbf24;
}

.t6x9nv {
    background: #e8f5e9;
    border: 2px solid #34a853;
    border-radius: var(--border-radius);
    padding: calc(var(--spacing) * 3);
    text-align: center;
    margin-top: calc(var(--spacing) * 3);
}

.t6x9nv p {
    color: #1b5e20;
    font-weight: 600;
}

.u9v3kx {
    display: grid;
    gap: calc(var(--spacing) * 4);
}

.y7m2qp {
    background: #fff;
    padding: calc(var(--spacing) * 4);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.y7m2qp:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.w4n8bx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 3);
}

.k6t3zv {
    display: flex;
    gap: calc(var(--spacing) * 2);
    flex: 1;
}

.x9s5jw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.p2h7kv {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 0.5);
}

.l4x9qt {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
}

.v8n2rx {
    display: flex;
    align-items: center;
    gap: var(--spacing);
    font-size: 14px;
    color: var(--color-text-light);
}

.v8n2rx img {
    width: 20px;
    height: 15px;
    object-fit: cover;
}

.b5w9kx {
    font-size: 14px;
    color: var(--color-text-light);
}

.j3t6yv {
    text-align: right;
}

.m8q4zx {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.r7n2kv {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-secondary);
}

.f4m7qx {
    margin-top: var(--spacing);
    padding: calc(var(--spacing) * 0.75) calc(var(--spacing) * 1.5);
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: calc(var(--border-radius) * 0.5);
    cursor: pointer;
    font-size: 12px;
    transition: var(--transition);
}

.f4m7qx:hover {
    background: var(--color-light);
}

.d9k3vx {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: calc(var(--spacing) * 2);
    color: var(--color-dark);
}

.z5t8wp {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: calc(var(--spacing) * 2);
}

.z5t8wp a {
    color: var(--color-primary);
    text-decoration: none;
}

.z5t8wp a:hover {
    text-decoration: underline;
}

.q8x2nv {
    margin-bottom: calc(var(--spacing) * 3);
    line-height: 1.6;
}

.n4v7kx {
    color: var(--color-text);
}

.g3w9pv {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.g3w9pv.x5k8nq {
    max-height: none;
}

.t6m2qx {
    margin-top: var(--spacing);
    background: transparent;
    border: none;
    color: var(--color-primary);
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.t6m2qx:hover {
    color: var(--color-secondary);
}

.l7p4wx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 3);
}

.l7p4wx h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: var(--spacing);
}

.h5t9vx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 2);
    border-top: 1px solid var(--color-border);
}

.x4n7kw {
    display: flex;
    gap: calc(var(--spacing) * 1.5);
}

.p8q2mx {
    display: flex;
    align-items: center;
    gap: var(--spacing);
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: calc(var(--border-radius) * 0.5);
    cursor: pointer;
    font-size: 14px;
    transition: var(--transition);
}

.p8q2mx:hover {
    background: var(--color-light);
}

.w3v6jx:hover {
    border-color: #34a853;
    color: #34a853;
}

.r9k4tx:hover {
    border-color: #ea4335;
    color: #ea4335;
}

.y7m3qv {
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    background: transparent;
    border: 1px solid var(--color-primary);
    border-radius: calc(var(--border-radius) * 0.5);
    color: var(--color-primary);
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition);
}

.y7m3qv:hover {
    background: var(--color-primary);
    color: #fff;
}

.s6w2nx {
    margin-top: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 3);
    background: var(--color-light);
    border-radius: var(--border-radius);
}

.v9k4px {
    width: 100%;
    padding: calc(var(--spacing) * 1.5);
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
}

.v9k4px:focus {
    outline: none;
    border-color: var(--color-primary);
}

.t3n7wv {
    display: flex;
    gap: calc(var(--spacing) * 1.5);
    margin-top: calc(var(--spacing) * 2);
}

.u2h6vw {
    background: transparent;
    color: var(--color-text);
    border-color: var(--color-border);
}

.u2h6vw:hover {
    background: var(--color-light);
}

.r5k9wx {
    max-width: 800px;
    margin: 0 auto;
}

.v8n4px {
    background: #fff;
    padding: calc(var(--spacing) * 3);
    border-radius: var(--border-radius);
    margin-bottom: calc(var(--spacing) * 2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.q7t3nx {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: calc(var(--spacing) * 2);
    color: var(--color-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q7t3nx::after {
    content: '▼';
    font-size: 14px;
    color: var(--color-text-light);
    transition: var(--transition);
}

.v8n4px.q3k7wx .q7t3nx::after {
    transform: rotate(180deg);
}

.p2w6kx {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.v8n4px.q3k7wx .p2w6kx {
    max-height: 500px;
}

.x6w9pv {
    overflow-x: auto;
}

.k3t7nx {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.k3t7nx thead {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
    color: #fff;
}

.k3t7nx th, .k3t7nx td {
    padding: calc(var(--spacing) * 2);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.k3t7nx th {
    font-weight: 600;
}

.k3t7nx tbody tr:hover {
    background: var(--color-light);
}

.v9k2px {
    font-weight: 600;
    color: var(--color-secondary);
}

.q8w5nx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: calc(var(--spacing) * 3);
}

.p6m3kx {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.p6m3kx img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}

.p6m3kx:hover img {
    transform: scale(1.05);
}

.g5t9nx p {
    margin-bottom: calc(var(--spacing) * 2);
    line-height: 1.8;
}

.g5t9nx h2, .g5t9nx h3 {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
}

.g5t9nx ul, .g5t9nx ol {
    margin: calc(var(--spacing) * 2) 0;
    padding-left: calc(var(--spacing) * 4);
}

.g5t9nx li {
    margin-bottom: var(--spacing);
}

.g5t9nx table {
    width: 100%;
    border-collapse: collapse;
    margin: calc(var(--spacing) * 3) 0;
}

.g5t9nx table th, .g5t9nx table td {
    padding: calc(var(--spacing) * 1.5);
    border: 1px solid var(--color-border);
    text-align: left;
}

.g5t9nx table th {
    background: var(--color-light);
    font-weight: 600;
}

.z4w7px {
    max-width: 800px;
    margin: 0 auto;
}

.k5x9nv {
    display: flex;
    gap: calc(var(--spacing) * 4);
    align-items: flex-start;
}

.k5x9nv img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.t2p6wx {
    flex: 1;
}

.t2p6wx p {
    margin-bottom: calc(var(--spacing) * 2);
    line-height: 1.6;
}

.m9v3kx {
    display: flex;
    gap: calc(var(--spacing) * 2);
}

.m9v3kx a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.m9v3kx a:hover {
    text-decoration: underline;
}

.k9m3vx {
    background: var(--color-dark);
    color: #fff;
    padding: calc(var(--spacing) * 6) 0;
}

.h4t8wz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 4);
}

.x2p9nv h4 {
    margin-bottom: calc(var(--spacing) * 2);
}

.n6z9rv {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.v7q3kx {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-top: calc(var(--spacing) * 2);
}

.s3w7kp {
    list-style: none;
}

.s3w7kp li {
    margin-bottom: calc(var(--spacing) * 1.5);
}

.s3w7kp a {
    color: #aaa;
    text-decoration: none;
    transition: var(--transition);
}

.s3w7kp a:hover {
    color: #fff;
}

.b8x4ls, .p5v2mx {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    margin-top: calc(var(--spacing) * 2);
}

.b8x4ls img, .p5v2mx img {
    opacity: 0.8;
    transition: var(--transition);
}

.b8x4ls img:hover, .p5v2mx img:hover {
    opacity: 1;
}

.g3k7vn {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: calc(var(--spacing) * 3);
    text-align: center;
}

.t9x5wp {
    color: #aaa;
    font-size: 14px;
    margin-bottom: var(--spacing);
}

.j4h8qv {
    color: #777;
    font-size: 12px;
}

.w3n7qx {
    position: fixed;
    bottom: calc(var(--spacing) * 3);
    right: calc(var(--spacing) * 3);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.v5k9px {
    background: linear-gradient(135deg, #34a853 0%, #2d8e47 100%);
    color: #fff;
    padding: calc(var(--spacing) * 3);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    min-width: 300px;
}

.r8m4tx {
    position: absolute;
    top: calc(var(--spacing) * 1);
    right: calc(var(--spacing) * 1);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}

.r8m4tx:hover {
    background: rgba(255, 255, 255, 0.2);
}

.x6t2nv {
    margin-bottom: calc(var(--spacing) * 2);
    font-weight: 600;
    font-size: 16px;
}

.w3n7qx.j8p5kx {
    display: none;
}

.x7n4qv {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .r4h9kx {
        display: flex;
    }

    .t3g6yn {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: calc(var(--spacing) * 10) calc(var(--spacing) * 3);
        transition: var(--transition);
        z-index: 999;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    .t3g6yn.n8v2mq {
        left: 0;
    }

    .l9s4pv {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .j2x7bw {
        width: 100%;
        border-bottom: 1px solid var(--color-border);
    }

    .j2x7bw a {
        padding: calc(var(--spacing) * 2);
        width: 100%;
    }

    .d6m9kv {
        width: 100%;
        padding-top: calc(var(--spacing) * 2);
    }

    .b3n7wx {
        position: fixed;
        top: calc(var(--spacing) * 2);
        right: calc(var(--spacing) * 6);
        gap: calc(var(--spacing) * 1);
        padding: 0;
    }

    .b3n7wx .f8k2ls {
        padding: calc(var(--spacing) * 1) calc(var(--spacing) * 1.5);
        font-size: 14px;
    }

    .w9k3vx {
        padding: calc(var(--spacing) * 6) 0;
    }

    .v2h9wx {
        font-size: 32px;
    }

    .k6m3qx {
        font-size: 16px;
    }

    .b4x7nv {
        flex-direction: column;
    }

    .t9x4nv, .v6m2kx {
        grid-template-columns: 1fr;
    }

    .w4n8bx {
        flex-direction: column;
    }

    .j3t6yv {
        text-align: left;
    }

    .m8q4zx {
        align-items: flex-start;
    }

    .n6k2px {
        grid-template-columns: 140px 1fr 50px;
        gap: var(--spacing);
    }

    .v3m8qx {
        font-size: 12px;
    }

    .v7n2qx {
        grid-template-columns: 1fr;
        gap: var(--spacing);
    }

    .l7p4wx {
        grid-template-columns: 1fr;
    }

    .h5t9vx {
        flex-direction: column;
        align-items: flex-start;
    }

    .k5x9nv {
        flex-direction: column;
    }

    .h4t8wz {
        grid-template-columns: 1fr;
    }

    .w3n7qx {
        bottom: calc(var(--spacing) * 2);
        right: calc(var(--spacing) * 2);
        left: calc(var(--spacing) * 2);
    }

    .v5k9px {
        min-width: auto;
    }

    .q8w5nx {
        grid-template-columns: 1fr;
    }

    .q8w5nx .p6m3kx:nth-child(n+2) {
        display: none;
    }

    .k3t7nx {
        font-size: 14px;
    }

    .k3t7nx th, .k3t7nx td {
        padding: var(--spacing);
    }
}

.elementor-kit-7 {
    display: none;
}

.wp-site-blocks {
    padding: 0;
}

.hdytre {
    --hd-bg: #0d1020;
    --hd-surface: #151a31;
    --hd-surface-2: #1c2342;
    --hd-border: rgba(255, 255, 255, .08);
    --hd-text: #f3f6ff;
    --hd-text-muted: #b9c2de;
    --hd-text-soft: #8d98bb;
    --hd-accent: #f4b400;
    --hd-accent-2: #ffd45c;
    --hd-green: #2ecc71;
    --hd-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    --hd-radius: 24px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px;
    background: radial-gradient(circle at top right, rgba(244, 180, 0, .14), transparent 28%),
    linear-gradient(180deg, #13182d 0%, #0f1326 100%);
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-radius);
    box-shadow: var(--hd-shadow);
    color: var(--hd-text);
    line-height: 1.72;
}

.hdytre * {
    box-sizing: border-box;
}

.hdytre h1,
.hdytre h2,
.hdytre h3,
.hdytre h4,
.hdytre h5,
.hdytre h6 {
    margin: 0 0 16px;
    color: var(--hd-text);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.02em;
}

.hdytre h1 {
    font-size: clamp(32px, 5vw, 54px);
    margin-bottom: 20px;
    max-width: 980px;
}

.hdytre h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin-top: 42px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hd-border);
}

.hdytre h3 {
    font-size: clamp(20px, 2.4vw, 28px);
    margin-top: 32px;
    color: var(--hd-accent);
}

.hdytre p {
    margin: 0 0 18px;
    color: var(--hd-text-muted);
    font-size: 17px;
}

.hdytre > p:first-of-type {
    font-size: 18px;
    color: var(--hd-text);
}

.hdytre a {
    color: var(--hd-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(244, 180, 0, .35);
    transition: .2s ease;
    word-break: break-word;
}

.hdytre a:hover {
    color: var(--hd-accent-2);
    border-color: rgba(255, 212, 92, .7);
}

.hdytre strong,
.hdytre b {
    color: var(--hd-text);
    font-weight: 700;
}

.hdytre ul,
.hdytre ol {
    margin: 0 0 22px;
    padding-left: 0;
}

.hdytre ul li,
.hdytre ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: var(--hd-text-muted);
    font-size: 16px;
}

.hdytre ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hd-accent), var(--hd-accent-2));
}

.hdytre ol {
    counter-reset: item;
}

.hdytre ol li {
    counter-increment: item;
}

.hdytre ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(244, 180, 0, .14);
    color: var(--hd-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.hdytre blockquote {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 4px solid var(--hd-accent);
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, .03);
    color: var(--hd-text);
}

.hdytre img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px 0;
    border-radius: 18px;
}

.hdytre table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 18px;
    background: var(--hd-surface);
}

.hdytre th,
.hdytre td {
    padding: 14px 16px;
    border: 1px solid var(--hd-border);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.hdytre th {
    background: var(--hd-surface-2);
    color: var(--hd-text);
}

.hdytre td {
    color: var(--hd-text-muted);
}

.hdytre hr {
    border: none;
    border-top: 1px solid var(--hd-border);
    margin: 28px 0;
}

.hdytre code {
    padding: 3px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: var(--hd-accent);
    font-size: .95em;
}

.hdytre > h1 + p,
.hdytre > h1 + p + p {
    max-width: 980px;
}

.hdytre > ul,
.hdytre > ol {
    padding: 24px 24px 10px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--hd-border);
    border-radius: 20px;
}

.hdytre > h2 {
    position: relative;
    padding-left: 18px;
}

.hdytre > h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 6px;
    height: 1.15em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--hd-accent), var(--hd-accent-2));
}

.hdytre > h2:last-of-type + p,
.hdytre > h2:last-of-type + p + p {
    padding: 0;
}

@media (max-width: 991px) {
    .hdytre {
        margin: 28px auto;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .hdytre h1 {
        font-size: clamp(28px, 5vw, 42px);
    }

    .hdytre h2 {
        margin-top: 34px;
    }

    .hdytre p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hdytre {
        margin: 20px auto;
        padding: 22px 16px;
        border-radius: 18px;
        line-height: 1.65;
    }

    .hdytre h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .hdytre h2 {
        font-size: 22px;
        margin-top: 28px;
        padding-bottom: 10px;
        padding-left: 14px;
    }

    .hdytre h2::before {
        width: 4px;
    }

    .hdytre h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .hdytre p,
    .hdytre ul li,
    .hdytre ol li {
        font-size: 15px;
    }

    .hdytre > p:first-of-type {
        font-size: 16px;
    }

    .hdytre > ul,
    .hdytre > ol {
        padding: 18px 16px 8px;
        border-radius: 16px;
    }

    .hdytre table {
        margin: 20px 0;
    }

    .hdytre th,
    .hdytre td {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hdytre {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .hdytre h1 {
        font-size: 24px;
    }

    .hdytre h2 {
        font-size: 20px;
    }

    .hdytre p,
    .hdytre ul li,
    .hdytre ol li {
        font-size: 14px;
    }

    .hdytre ul li,
    .hdytre ol li {
        padding-left: 18px;
    }

    .hdytre > ul,
    .hdytre > ol {
        padding: 16px 14px 6px;
    }
}

.qx8n4t {
    --hd-bg: rgba(10, 14, 30, .88);
    --hd-bg-solid: #0e1327;
    --hd-surface: #161d38;
    --hd-border: rgba(255, 255, 255, .08);
    --hd-text: #f4f7ff;
    --hd-text-muted: #aab4d6;
    --hd-green: #22c55e;
    --hd-green-2: #16a34a;
    --hd-shadow: 0 14px 40px rgba(0, 0, 0, .22);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--hd-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--hd-border);
}

.qx8n4t .m7k2pd {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 0 20px;
}

.qx8n4t .vb9x3w {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.qx8n4t .w5p8jz {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.qx8n4t .w5p8jz img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 150px;
}

.qx8n4t .r4h9kx {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: .2s ease;
}

.qx8n4t .r4h9kx:hover {
    background: rgba(255, 255, 255, .1);
}

.qx8n4t .r4h9kx span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--hd-text);
    transition: .22s ease;
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(2) {
    opacity: 0;
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.qx8n4t .t3g6yn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 16px;
}

.qx8n4t .l9s4pv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.qx8n4t .j2x7bw {
    margin: 0;
    padding: 0;
}

.qx8n4t .j2x7bw a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 14px;
    color: var(--hd-text-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: .2s ease;
    border: 1px solid transparent;
}

.qx8n4t .j2x7bw a:hover {
    color: var(--hd-text);
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .06);
}

.qx8n4t .b3n7wx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 0 16px;
}

.qx8n4t .f8k2ls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: .2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.qx8n4t .f8k2ls:hover {
    transform: translateY(-1px);
}

.qx8n4t .y5h9pd {
    color: var(--hd-text);
    background: rgba(255, 255, 255, .05);
    border-color: var(--hd-border);
}

.qx8n4t .y5h9pd:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--hd-text);
}

.qx8n4t .c4v7rx {
    color: #fff;
    background: linear-gradient(135deg, var(--hd-green) 0%, var(--hd-green-2) 100%);
    box-shadow: 0 10px 24px rgba(34, 197, 94, .22);
}

.qx8n4t .c4v7rx:hover {
    color: #fff;
    filter: brightness(1.05);
}

@media (min-width: 993px) {
    .qx8n4t .m7k2pd {
        display: grid;
        grid-template-columns:auto 1fr auto;
        align-items: center;
        gap: 24px;
    }

    .qx8n4t .vb9x3w,
    .qx8n4t .t3g6yn,
    .qx8n4t .b3n7wx {
        padding: 0;
    }

    .qx8n4t .t3g6yn {
        min-width: 0;
    }

    .qx8n4t .l9s4pv {
        flex-wrap: nowrap;
    }
}

@media (max-width: 992px) {
    .qx8n4t {
        background: var(--hd-bg-solid);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .qx8n4t .m7k2pd {
        padding: 0 16px 12px;
    }

    .qx8n4t .vb9x3w {
        min-height: 72px;
    }

    .qx8n4t .r4h9kx {
        display: inline-flex;
    }

    .qx8n4t .t3g6yn {
        position: fixed;
        top: 73px;
        left: 12px;
        right: 12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 14px;
        background: rgba(11, 15, 31, .98);
        border: 1px solid var(--hd-border);
        border-radius: 20px;
        box-shadow: var(--hd-shadow);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: .22s ease;
        z-index: 1001;
    }

    .qx8n4t .t3g6yn.n8v2mq {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .qx8n4t .l9s4pv {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .qx8n4t .j2x7bw {
        width: 100%;
    }

    .qx8n4t .j2x7bw a {
        width: 100%;
        justify-content: flex-start;
        min-height: 50px;
        padding: 14px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .03);
        border-color: rgba(255, 255, 255, .04);
        color: var(--hd-text);
    }

    .qx8n4t .b3n7wx {
        padding: 0;
        gap: 8px;
    }

    .qx8n4t .b3n7wx .f8k2ls {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 14px;
    }
}

@media (max-width: 640px) {
    .qx8n4t .m7k2pd {
        padding: 0 12px 12px;
    }

    .qx8n4t .vb9x3w {
        min-height: 68px;
    }

    .qx8n4t .w5p8jz img {
        height: 36px;
        max-width: 128px;
    }

    .qx8n4t .r4h9kx {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .qx8n4t .t3g6yn {
        top: 69px;
        left: 10px;
        right: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    .qx8n4t .b3n7wx {
        flex-direction: column;
        align-items: stretch;
    }

    .qx8n4t .b3n7wx .f8k2ls {
        width: 100%;
        min-height: 48px;
    }
}

@media (max-width: 420px) {
    .qx8n4t .j2x7bw a {
        font-size: 14px;
        padding: 13px 14px;
    }

    .qx8n4t .f8k2ls {
        font-size: 14px;
    }

    .qx8n4t .w5p8jz img {
        height: 32px;
        max-width: 112px;
    }
}

:root {
    --page-bg: #0b1020;
    --surface: #12182b;
    --surface-2: #18203a;
    --surface-3: #202947;
    --border: rgba(255, 255, 255, .08);
    --text: #f3f6ff;
    --text-muted: #b7c0dc;
    --text-soft: #8b95b6;
    --accent: #f4b400;
    --accent-2: #ffd45c;
    --green: #22c55e;
    --green-2: #16a34a;
    --danger: #ef4444;
    --shadow: 0 12px 36px rgba(0, 0, 0, .24);
}

body.x7n4qv {
    background: radial-gradient(circle at top right, rgba(244, 180, 0, .08), transparent 26%),
    radial-gradient(circle at top left, rgba(34, 197, 94, .05), transparent 22%),
    var(--page-bg);
    color: var(--text);
}

.l3w8qv,
.w2p9kx,
.h5q8nx,
.b8x3nv {
    background: transparent;
}

.y5m2px,
.p3w7nv,
.q7t2nx,
.v8n4px,
.z4w7px,
.y7m2qp,
.v5k9px,
.x9t4nv,
.s6w2nx,
.p6m3kx,
.z6w4px,
.v8n4px {
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.g5t9nx,
.g5t9nx p,
.g5t9nx li,
.q8x2nv,
.n4v7kx,
.x2n9vx,
.v8n3qx,
.x6w2qv,
.v3m8qx,
.b5w9kx,
.v8n2rx,
.z5t8wp,
.x2p9nv,
.v7q3kx,
.t9x5wp,
.j4h8qv {
    color: var(--text-muted);
}

.n7t3qv,
.q4w7nv,
.d9k3vx,
.q7t3nx,
.w5p3kx,
.l4x9qt,
.r7n2kv,
.j6x3nv,
.v9k2px,
.r7h4vx,
.n6z9rv {
    color: var(--text);
}

.k6m2tx,
.v9k4px {
    background: var(--surface-2);
    color: var(--text);
    border: 1px solid var(--border);
}

.k6m2tx::placeholder,
.v9k4px::placeholder {
    color: var(--text-soft);
}

.k6m2tx:focus,
.v9k4px:focus {
    border-color: rgba(244, 180, 0, .45);
    box-shadow: 0 0 0 3px rgba(244, 180, 0, .12);
}

.n3v8qx label,
.v7n2qx label {
    color: var(--text);
}

.b4n8kx {
    background: rgba(255, 255, 255, .08);
}

.p9v5tx {
    background: linear-gradient(90deg, var(--green), var(--green-2));
}

.t3m7qx {
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
}

.t3m7qx:hover {
    background: var(--surface-2);
    border-color: rgba(244, 180, 0, .35);
    color: var(--accent);
}

.v3n8qx {
    background: rgba(34, 197, 94, .08);
    border-left: 4px solid var(--green);
    color: var(--text);
}

.m2s7px {
    background: rgba(239, 68, 68, .08);
    border-left: 4px solid var(--danger);
    color: var(--text);
}

.v3n8qx::before {
    color: var(--green);
}

.m2s7px::before {
    color: var(--danger);
}

.k3t7nx {
    background: var(--surface);
    color: var(--text);
    border-radius: 18px;
    overflow: hidden;
}

.k3t7nx thead {
    background: var(--surface-3);
    color: var(--text);
}

.k3t7nx th,
.k3t7nx td {
    border-bottom: 1px solid var(--border);
}

.k3t7nx tbody tr {
    background: transparent;
}

.k3t7nx tbody tr:hover {
    background: rgba(255, 255, 255, .03);
}

.k3t7nx td {
    color: var(--text-muted);
}

.v8n4px {
    border-radius: 18px;
}

.q7t3nx::after {
    color: var(--text-soft);
}

.p2w6kx {
    color: var(--text-muted);
}

.z6w4px {
    background: radial-gradient(circle at top right, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(135deg, rgba(34, 197, 94, .22) 0%, rgba(22, 163, 74, .16) 100%),
    var(--surface);
    border-color: rgba(34, 197, 94, .25);
}

.z6w4px .n7t3qv,
.z6w4px .j5n9kx {
    color: var(--text);
}

.f8k2ls.z5p9kx,
.f8k2ls.y5h9pd,
.p8q2mx,
.y7m3qv,
.f4m7qx {
    background: var(--surface-2);
    color: var(--text);
    border-color: var(--border);
}

.f8k2ls.z5p9kx:hover,
.f8k2ls.y5h9pd:hover,
.p8q2mx:hover,
.y7m3qv:hover,
.f4m7qx:hover {
    background: var(--surface-3);
}

.t6x9nv {
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .28);
}

.t6x9nv p {
    color: #86efac;
}

.p6m3kx {
    background: var(--surface);
}

.p6m3kx img {
    display: block;
}

.w3n7qx .v5k9px {
    background: linear-gradient(135deg, rgba(34, 197, 94, .2) 0%, rgba(22, 163, 74, .14) 100%),
    var(--surface);
    border: 1px solid rgba(34, 197, 94, .24);
}

.x6t2nv {
    color: var(--text);
}

.r8m4tx {
    color: var(--text);
}

.r8m4tx:hover {
    background: rgba(255, 255, 255, .08);
}

.h5t9vx {
    border-top: 1px solid var(--border);
}

.z5t8wp a,
.m9v3kx a {
    color: var(--accent);
}

.z5t8wp a:hover,
.m9v3kx a:hover {
    color: var(--accent-2);
}

.g5t9nx table {
    background: var(--surface);
}

.g5t9nx table th {
    background: var(--surface-2);
    color: var(--text);
}

.g5t9nx table td {
    border-color: var(--border);
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .y5m2px,
    .p3w7nv,
    .q7t2nx,
    .v8n4px,
    .z4w7px,
    .z6w4px,
    .v5k9px {
        border-radius: 18px;
    }

    .k3t7nx {
        font-size: 14px;
    }

    .k3t7nx th,
    .k3t7nx td {
        padding: 10px;
    }
}

.qx8n4t {
    --hd-bg: rgba(9, 14, 33, .92);
    --hd-bg-solid: #0b132d;
    --hd-surface: #151d3d;
    --hd-surface-2: #1c2750;
    --hd-border: rgba(255, 255, 255, .08);
    --hd-text: #f5f7ff;
    --hd-text-muted: #aeb8d8;
    --hd-green: #22c55e;
    --hd-green-2: #16a34a;
    --hd-shadow: 0 14px 40px rgba(0, 0, 0, .24);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--hd-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--hd-border);
}

.qx8n4t .m7k2pd {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.qx8n4t .vb9x3w {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.qx8n4t .w5p8jz {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.qx8n4t .w5p8jz img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 136px;
}

.qx8n4t .r4h9kx {
    display: none;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: .22s ease;
}

.qx8n4t .r4h9kx:hover {
    background: rgba(255, 255, 255, .1);
}

.qx8n4t .r4h9kx span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--hd-text);
    transition: .22s ease;
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(2) {
    opacity: 0;
}

.qx8n4t .r4h9kx.n8v2mq span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.qx8n4t .t3g6yn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 14px;
}

.qx8n4t .l9s4pv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.qx8n4t .j2x7bw {
    margin: 0;
    padding: 0;
}

.qx8n4t .j2x7bw a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 14px;
    color: var(--hd-text-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: .22s ease;
    border: 1px solid transparent;
}

.qx8n4t .j2x7bw a:hover {
    color: var(--hd-text);
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .06);
}

.qx8n4t .b3n7wx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 0 14px;
}

.qx8n4t .f8k2ls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: .22s ease;
    border: 1px solid transparent;
}

.qx8n4t .f8k2ls:hover {
    transform: translateY(-1px);
}

.qx8n4t .y5h9pd {
    color: var(--hd-text);
    background: rgba(255, 255, 255, .05);
    border-color: var(--hd-border);
}

.qx8n4t .y5h9pd:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--hd-text);
}

.qx8n4t .c4v7rx {
    color: #fff;
    background: linear-gradient(135deg, var(--hd-green), var(--hd-green-2));
    box-shadow: 0 10px 22px rgba(34, 197, 94, .22);
}

.qx8n4t .c4v7rx:hover {
    color: #fff;
    filter: brightness(1.05);
}

@media (min-width: 993px) {
    .qx8n4t .m7k2pd {
        display: grid;
        grid-template-columns:auto 1fr auto;
        align-items: center;
        gap: 24px;
    }

    .qx8n4t .vb9x3w,
    .qx8n4t .t3g6yn,
    .qx8n4t .b3n7wx {
        padding: 0;
    }

    .qx8n4t .l9s4pv {
        flex-wrap: nowrap;
    }
}

@media (max-width: 992px) {
    .qx8n4t {
        background: var(--hd-bg-solid);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .qx8n4t .m7k2pd {
        padding: 0 12px 12px;
        display: grid;
        grid-template-columns:1fr auto auto;
        align-items: center;
        column-gap: 10px;
        row-gap: 0;
    }

    .qx8n4t .vb9x3w {
        min-height: 68px;
        grid-column: 1 / 2;
        gap: 0;
        min-width: 0;
    }

    .qx8n4t .w5p8jz img {
        height: 34px;
        max-width: 112px;
    }

    .qx8n4t .b3n7wx {
        grid-column: 2 / 3;
        padding: 0;
        gap: 0;
        justify-content: flex-end;
    }

    .qx8n4t .b3n7wx .y5h9pd {
        min-height: 40px;
        min-width: 78px;
        padding: 0 14px;
        border-radius: 12px;
        font-size: 13px;
    }

    .qx8n4t .b3n7wx .c4v7rx {
        display: none;
    }

    .qx8n4t .r4h9kx {
        display: inline-flex;
        grid-column: 3 / 4;
        justify-self: end;
    }

    .qx8n4t .t3g6yn {
        position: fixed;
        top: 68px;
        left: 10px;
        right: 10px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 12px;
        background: rgba(11, 19, 45, .98);
        border: 1px solid var(--hd-border);
        border-radius: 18px;
        box-shadow: var(--hd-shadow);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: .22s ease;
        z-index: 1001;
    }

    .qx8n4t .t3g6yn.n8v2mq {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .qx8n4t .l9s4pv {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .qx8n4t .j2x7bw {
        width: 100%;
    }

    .qx8n4t .j2x7bw a {
        width: 100%;
        justify-content: flex-start;
        min-height: 48px;
        padding: 13px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, .03);
        border-color: rgba(255, 255, 255, .04);
        color: var(--hd-text);
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .qx8n4t .m7k2pd {
        padding: 0 10px 10px;
        column-gap: 8px;
    }

    .qx8n4t .vb9x3w {
        min-height: 64px;
    }

    .qx8n4t .w5p8jz img {
        height: 30px;
        max-width: 100px;
    }

    .qx8n4t .b3n7wx .y5h9pd {
        min-height: 38px;
        min-width: 72px;
        padding: 0 12px;
        font-size: 12px;
        border-radius: 11px;
    }

    .qx8n4t .r4h9kx {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .qx8n4t .t3g6yn {
        top: 64px;
        left: 8px;
        right: 8px;
        padding: 10px;
        border-radius: 16px;
    }
}

@media (max-width: 420px) {
    .qx8n4t .m7k2pd {
        padding: 0 8px 8px;
        column-gap: 6px;
    }

    .qx8n4t .w5p8jz img {
        height: 28px;
        max-width: 92px;
    }

    .qx8n4t .b3n7wx .y5h9pd {
        min-width: 66px;
        padding: 0 10px;
        font-size: 12px;
    }

    .qx8n4t .r4h9kx {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .qx8n4t .j2x7bw a {
        min-height: 46px;
        padding: 12px 13px;
        font-size: 13px;
    }
}

.slot-header {
    --sh-bg: rgba(8, 12, 28, .92);
    --sh-bg-solid: #091127;
    --sh-surface: #121a36;
    --sh-surface-2: #1a2447;
    --sh-border: rgba(255, 255, 255, .08);
    --sh-text: #f5f7ff;
    --sh-text-muted: #aeb8d8;
    --sh-green: #22c55e;
    --sh-green-2: #16a34a;
    --sh-shadow: 0 16px 44px rgba(0, 0, 0, .25);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--sh-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--sh-border);
}

.slot-header__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 76px;
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.slot-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.slot-header__logo img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 140px;
}

.slot-header__nav {
    min-width: 0;
}

.slot-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slot-header__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    color: var(--sh-text-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: .22s ease;
    white-space: nowrap;
}

.slot-header__link:hover {
    color: var(--sh-text);
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .06);
}

.slot-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.slot-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: .22s ease;
}

.slot-header__btn:hover {
    transform: translateY(-1px);
}

.slot-header__btn--ghost {
    color: var(--sh-text);
    background: rgba(255, 255, 255, .05);
    border-color: var(--sh-border);
}

.slot-header__btn--ghost:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--sh-text);
}

.slot-header__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--sh-green), var(--sh-green-2));
    box-shadow: 0 10px 22px rgba(34, 197, 94, .22);
}

.slot-header__btn--primary:hover {
    color: #fff;
    filter: brightness(1.05);
}

.slot-header__burger {
    display: none;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: .22s ease;
}

.slot-header__burger:hover {
    background: rgba(255, 255, 255, .1);
}

.slot-header__burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--sh-text);
    transition: .22s ease;
}

.slot-header__burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.slot-header__burger.is-open span:nth-child(2) {
    opacity: 0;
}

.slot-header__burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.slot-header__mobile-actions {
    display: none;
}

@media (max-width: 1100px) {
    .slot-header__inner {
        gap: 16px;
    }

    .slot-header__menu {
        gap: 4px;
    }

    .slot-header__link {
        padding: 10px 12px;
        font-size: 14px;
    }

    .slot-header__btn {
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .slot-header {
        background: var(--sh-bg-solid);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .slot-header__inner {
        min-height: 64px;
        padding: 0 12px;
        grid-template-columns:1fr auto;
        gap: 10px;
    }

    .slot-header__logo img {
        height: 30px;
        max-width: 104px;
    }

    .slot-header__nav {
        position: fixed;
        top: 64px;
        left: 8px;
        right: 8px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px;
        background: rgba(9, 17, 39, .98);
        border: 1px solid var(--sh-border);
        border-radius: 16px;
        box-shadow: var(--sh-shadow);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: .22s ease;
        z-index: 1001;
    }

    .slot-header__nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .slot-header__menu {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .slot-header__link {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        padding: 12px 14px;
        border-radius: 13px;
        background: rgba(255, 255, 255, .03);
        border-color: rgba(255, 255, 255, .04);
        color: var(--sh-text);
        font-size: 13px;
    }

    .slot-header__actions {
        gap: 8px;
    }

    .slot-header__actions .slot-header__btn--primary {
        display: none;
    }

    .slot-header__actions .slot-header__btn--ghost {
        min-height: 38px;
        min-width: 74px;
        padding: 0 14px;
        border-radius: 11px;
        font-size: 12px;
    }

    .slot-header__burger {
        display: inline-flex;
    }

    .slot-header__mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 10px;
        border-top: 1px solid var(--sh-border);
    }

    .slot-header__mobile-actions .slot-header__btn {
        width: 100%;
        min-height: 44px;
    }
}

@media (max-width: 420px) {
    .slot-header__inner {
        padding: 0 8px;
        gap: 8px;
    }

    .slot-header__logo img {
        height: 28px;
        max-width: 96px;
    }

    .slot-header__actions .slot-header__btn--ghost {
        min-width: 68px;
        padding: 0 12px;
        font-size: 12px;
    }

    .slot-header__burger {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .slot-header__nav {
        top: 60px;
    }
}