* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lora', serif;
    background: linear-gradient(to bottom, #2c1810 0%, #1a0f0a 100%);
    color: #e8dcc4;
    line-height: 1.7;
    min-height: 100vh;
}

.content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

.site-header {
    background: linear-gradient(to right, #3d2817 0%, #2c1810 100%);
    border-bottom: 3px solid #d4af37;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.header-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.2rem 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-text {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 900;
    color: #d4af37;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle .bar {
    width: 30px;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
}

.nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.primary-nav {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: #e8dcc4;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 18px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #d4af37;
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
}

.banner {
    background: linear-gradient(rgba(61, 40, 23, 0.8), rgba(44, 24, 16, 0.9)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%238b5a3c" width="100" height="100"/></svg>');
    background-size: cover;
    background-position: center;
    padding: 140px 25px 100px;
    text-align: center;
    border-bottom: 4px solid #d4af37;
}

.banner h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.8rem;
    font-weight: 900;
    color: #d4af37;
    margin-bottom: 25px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
    line-height: 1.3;
}

.banner-tagline {
    font-size: 1.5rem;
    color: #e8dcc4;
    margin-bottom: 45px;
    font-style: italic;
}

.btn-primary {
    display: inline-block;
    padding: 16px 55px;
    background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
    color: #1a0f0a;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid #d4af37;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.6);
    background: linear-gradient(135deg, #f5cf5c 0%, #d4af37 100%);
}

.introduction {
    padding: 90px 25px;
    background: rgba(61, 40, 23, 0.3);
}

.introduction h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.8rem;
    color: #d4af37;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.intro-text {
    max-width: 950px;
    margin: 0 auto;
}

.intro-text p {
    font-size: 1.2rem;
    color: #e8dcc4;
    margin-bottom: 25px;
    text-align: justify;
}

.benefits {
    padding: 90px 25px;
}

.benefits-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.benefit-item {
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.6) 0%, rgba(44, 24, 16, 0.6) 100%);
    border: 2px solid #8b5a3c;
    border-radius: 12px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    border-color: #d4af37;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.3);
}

.benefit-symbol {
    font-size: 4rem;
    display: block;
    margin-bottom: 20px;
}

.benefit-item h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #d4af37;
    margin-bottom: 18px;
}

.benefit-item p {
    color: #e8dcc4;
    font-size: 1.05rem;
}

.proclamations {
    padding: 90px 25px;
    background: rgba(61, 40, 23, 0.4);
}

.proclamations h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.8rem;
    color: #d4af37;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.proclamation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
}

.proclamation {
    padding: 40px;
    border-radius: 10px;
    border: 3px solid;
    background: rgba(26, 15, 10, 0.6);
}

.proclamation-urgent {
    border-color: #dc2626;
}

.proclamation-standard {
    border-color: #3b82f6;
}

.proclamation-decree {
    border-color: #d4af37;
}

.proclamation h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    color: #e8dcc4;
    margin-bottom: 18px;
}

.proclamation p {
    color: #e8dcc4;
    line-height: 1.8;
    font-size: 1.05rem;
}

.showcase {
    padding: 90px 25px;
}

.showcase h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.8rem;
    color: #d4af37;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.showcase-frame {
    max-width: 1150px;
    margin: 0 auto 35px;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #d4af37;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
}

.showcase-frame iframe {
    width: 100%;
    height: 680px;
    display: block;
}

.showcase-description {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.showcase-description p {
    color: #e8dcc4;
    font-size: 1.15rem;
    margin-bottom: 25px;
}

.text-link {
    display: inline-block;
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.text-link:hover {
    transform: translateX(12px);
}

.site-footer {
    background: linear-gradient(to right, #3d2817 0%, #2c1810 100%);
    border-top: 3px solid #d4af37;
    padding: 70px 25px 35px;
    margin-top: 90px;
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 45px;
}

.footer-block h4 {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-block p {
    color: #e8dcc4;
    margin-bottom: 18px;
    line-height: 1.8;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-links a {
    color: #c9b896;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-menu a {
    color: #c9b896;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #d4af37;
}

.copyright {
    color: #e8dcc4;
    font-weight: 600;
}

.footer-notice {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.15rem;
    font-family: 'Cinzel', serif;
}

.gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.gate-overlay.hidden {
    display: none;
}

.gate-panel {
    background: linear-gradient(135deg, #3d2817 0%, #2c1810 100%);
    padding: 55px 45px;
    border-radius: 15px;
    text-align: center;
    max-width: 520px;
    border: 4px solid #d4af37;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
}

.gate-emblem {
    font-size: 4.5rem;
    margin-bottom: 25px;
}

.gate-panel h2 {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 2.2rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gate-panel p {
    color: #e8dcc4;
    font-size: 1.15rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

.gate-actions {
    display: flex;
    gap: 25px;
    margin-top: 35px;
    justify-content: center;
}

.gate-actions button {
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Cinzel', serif;
    border: 2px solid;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-enter {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border-color: #10b981;
}

.btn-enter:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.5);
}

.btn-decline {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border-color: #ef4444;
}

.btn-decline:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.5);
}

.play-main {
    padding: 50px 25px 90px;
}

.play-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.play-wrapper h1 {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    color: #d4af37;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.gaming-area {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid #d4af37;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.8);
    margin-bottom: 35px;
}

.gaming-area iframe {
    width: 100%;
    height: 780px;
    display: block;
}

.play-reminder {
    text-align: center;
    padding: 30px;
    background: rgba(61, 40, 23, 0.6);
    border-radius: 10px;
    border: 3px solid #d4af37;
}

.play-reminder p {
    color: #e8dcc4;
    font-size: 1.2rem;
    font-weight: 600;
}

.document-main {
    padding: 50px 25px 90px;
}

.document-container {
    max-width: 950px;
    margin: 0 auto;
    background: rgba(61, 40, 23, 0.5);
    padding: 55px 45px;
    border-radius: 15px;
    border: 3px solid #8b5a3c;
}

.document-container h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.2rem;
    color: #d4af37;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.last-modified {
    color: #c9b896;
    font-style: italic;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 2px solid #8b5a3c;
}

.document-article {
    margin-bottom: 45px;
}

.document-article h2 {
    font-family: 'Cinzel', serif;
    font-size: 1.7rem;
    color: #d4af37;
    margin-bottom: 18px;
}

.document-article p,
.document-article li {
    color: #e8dcc4;
    line-height: 1.9;
    margin-bottom: 14px;
}

.document-article ul {
    margin-left: 30px;
    margin-top: 18px;
}

.document-article li {
    margin-bottom: 10px;
}

.document-article.emphasis {
    background: rgba(212, 175, 55, 0.1);
    padding: 35px;
    border-radius: 10px;
    border: 3px solid #d4af37;
    margin-bottom: 55px;
}

.document-article a {
    color: #d4af37;
    text-decoration: none;
}

.document-article a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .primary-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background: linear-gradient(135deg, #3d2817 0%, #2c1810 100%);
        flex-direction: column;
        padding: 110px 35px 35px;
        gap: 0;
        transition: right 0.4s ease;
        border-left: 3px solid #d4af37;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.8);
    }

    .primary-nav.active {
        right: 0;
    }

    .nav-link {
        padding: 22px 18px;
        font-size: 1.15rem;
        border-bottom: 1px solid #8b5a3c;
    }

    .banner h1 {
        font-size: 2.4rem;
    }

    .banner-tagline {
        font-size: 1.15rem;
    }

    .introduction h2,
    .proclamations h2,
    .showcase h2 {
        font-size: 2.2rem;
    }

    .benefits-layout,
    .proclamation-grid {
        grid-template-columns: 1fr;
    }

    .showcase-frame iframe,
    .gaming-area iframe {
        height: 480px;
    }

    .play-wrapper h1 {
        font-size: 2.2rem;
    }

    .document-container {
        padding: 40px 30px;
    }

    .document-container h1 {
        font-size: 2.4rem;
    }

    .gate-panel {
        margin: 25px;
        padding: 45px 35px;
    }

    .gate-actions {
        flex-direction: column;
    }
}
