html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    background: #000;
    font-family: 'Arial', sans-serif;
}

.ninja-container {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    overflow-x: hidden;
}


.katana-header {
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.samurai-burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.samurai-burger:hover {
    background: rgba(255, 255, 255, 0.1);
}

.burger-line {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
}

.ronin-nav {
    display: none;
    align-items: center;
    gap: 40px;
}

.shogun-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

.spin-text {
    color: #ff0040;
    text-shadow: 0 0 10px rgba(255, 0, 64, 0.5);
}

.samurai-text {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.dojo-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.warrior-btn {
    padding: 12px 24px;
    border: 2px solid #9aff00;
    background: transparent;
    color: #9aff00;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.warrior-btn:hover {
    background: #9aff00;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(154, 255, 0, 0.5);
}

.sensei-btn {
    padding: 12px 24px;
    background: #9aff00;
    color: #000000;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.sensei-btn:hover {
    background: #b3ff33;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(154, 255, 0, 0.5);
}

.temple-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    display: none;
    animation: fadeIn 0.3s ease;
}

.temple-overlay.active {
    display: block;
}

.zen-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background: #000000;
    z-index: 2001;
    transition: left 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.zen-menu.active {
    left: 0;
}

.blade-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #9aff00;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.blade-close:hover {
    background: rgba(154, 255, 0, 0.2);
    transform: rotate(90deg);
}

.meditation-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.enlightenment-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.karma-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.karma-item:hover {
    background: rgba(154, 255, 0, 0.1);
    transform: translateX(10px);
}

.spirit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.jungle-icon { background: #ff6b35; }
.wheel-icon { background: #f4a261; }
.account-icon { background: #2a9d8f; }
.bonus-icon { background: #e76f51; }
.vip-icon { background: #264653; }
.shop-icon { background: #e9c46a; }
.loyalty-icon { background: #f4a261; }
.casino-icon { background: #e76f51; }
.help-icon { background: #2a9d8f; }
.app-icon { background: #264653; }

.energy-text {
    font-weight: bold;
    color: #ffffff;
}

.bushido-banner {
    position: relative;
    padding: 80px 40px;
    min-height: 45vh;
    background: linear-gradient(135deg, #000000 0%, #1a0000 100%);
    position: relative;
    z-index: 4;

    &:after {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: url("../images/banner.png") no-repeat 0 0;
        background-size: contain;
        background-position: center center;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        z-index: 1;
    }
}

.legend-content {
    max-width: 1000px;
    position: relative;
    z-index: 4;
}

.prophecy-title {
    font-size: 4rem;
    font-weight: bold;
    color: #ff0040;
    text-shadow: 0 0 20px rgba(255, 0, 64, 0.5);
    margin-bottom: 20px;
    line-height: 1.1;
}

.destiny-subtitle {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.artifact-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.relic-card {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #333;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 15px;
}

.relic-card:hover {
    border-color: #9aff00;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(154, 255, 0, 0.2);
}

.crystal-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #f4a261);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.relic-text {
    flex: 1;
}

.mystic-title {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.ancient-text {
    color: #cccccc;
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Remove emperor-samurai completely */

.floating-coins {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffd700, #ff6b35);
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.coin-1 { top: 15%; right: 10%; animation-delay: 0s; }
.coin-2 { top: 40%; right: 25%; animation-delay: 1s; }
.coin-3 { top: 65%; right: 5%; animation-delay: 2s; }
.coin-4 { top: 25%; right: 40%; animation-delay: 0.5s; }
.coin-5 { top: 55%; right: 35%; animation-delay: 1.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

    .ronin-nav {
        display: none;
    }

    .dojo-buttons {
        display: none;
    }

    .katana-header {
        padding: 15px 20px;
    }

    .bushido-banner {
        padding: 40px 20px;
    }

    .prophecy-title {
        font-size: 2.5rem;
    }

    .destiny-subtitle {
        font-size: 1.5rem;
    }

    .artifact-features {
        grid-template-columns: 1fr;
    }
}
.shinobi-container {
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    padding: 80px 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;

}

.blade-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sensei-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.game-temple {
    position: relative;
    aspect-ratio: 1;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #1a1a1a, #333);
    display: block;
    text-decoration: none;
    color: inherit;
    border: 2px solid #333;
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-temple:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(154, 255, 0, 0.3);
    border-color: #9aff00;
}

.temple-elvis {
    background: linear-gradient(135deg, #2d5a27, #4a8c3a);
}

.temple-chillies {
    background: linear-gradient(135deg, #d4410d, #ff6b35);
}

.temple-goldrush {
    background: linear-gradient(135deg, #4a3c1a, #8b6914);
}

.temple-thunder {
    background: linear-gradient(135deg, #1e6091, #3498db);
}

.temple-coinup {
    background: linear-gradient(135deg, #1565c0, #42a5f5);
}

.temple-fruit {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
}

.temple-super {
    background: linear-gradient(135deg, #7b1fa2, #ba68c8);
}

.temple-elvis2 {
    background: linear-gradient(135deg, #f57c00, #ffb74d);
}

.temple-spicy {
    background: linear-gradient(135deg, #c2185b, #f06292);
}

.temple-merge {
    background: linear-gradient(135deg, #5d4037, #8d6e63);
}

.fire-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0040;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.jackpot-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffd700;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #9aff00;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.game-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

.warrior-more-btn {
    display: block;
    margin: 0 auto;
    padding: 12px 30px;
    background: #9aff00;
    color: #000000;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.warrior-more-btn:hover {
    background: #b3ff33;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(154, 255, 0, 0.5);
}

.game-section {
    margin-bottom: 80px;
}

.game-section:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .sensei-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .shinobi-container {
        padding: 40px 20px;
    }

    .sensei-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .blade-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .game-section {
        margin-bottom: 60px;
    }

    .game-name {
        font-size: 0.8rem;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .sensei-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .blade-title {
        font-size: 1.5rem;
    }
}

.dragon-container {
    max-width: 1440px;
    margin: 0 auto;
}

.fortune-temple {
    position: relative;
    background: linear-gradient(135deg, #2a1810 0%, #4a2c1a 50%, #1a0f08 100%);
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
    border: 3px solid #8b4513;
    box-shadow: 0 20px 60px rgba(255, 165, 0, 0.3);
}

.mystic-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
            radial-gradient(circle at 20% 20%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(255, 69, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.golden-coins {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.coin-1 { top: 5%; left: 5%; animation-delay: 0s; }
.coin-2 { top: 15%; right: 8%; animation-delay: 1s; }
.coin-3 { bottom: 20%; right: 15%; animation-delay: 2s; }

.treasure-symbol {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    font-size: 200px;
    color: #ff8c00;
    opacity: 0.3;
    font-weight: bold;
    text-shadow: 0 0 50px rgba(255, 140, 0, 0.5);
    z-index: 1;
}

.spirit-content {
    position: relative;
    z-index: 10;
}

.emperor-title {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.wisdom-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.treasure-amount {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}

.sacred-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.shrine-game {
    position: relative;
    aspect-ratio: 1;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #1a1a1a;
    border: 2px solid #555;
    text-decoration: none;
    color: inherit;
}

.shrine-game:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 165, 0, 0.4);
    border-color: #ff8c00;
}

.shrine-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.golden-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff8c00;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flame-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0040;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.samurai-take-btn {
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    background: #9aff00;
    color: #000000;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
    letter-spacing: 2px;
}

.samurai-take-btn:hover {
    background: #b3ff33;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(154, 255, 0, 0.6);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
}

@media (max-width: 1200px) {
    .sacred-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .treasure-symbol {
        font-size: 150px;
        right: 5%;
    }
}

@media (max-width: 768px) {

    .fortune-temple {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .emperor-title {
        font-size: 2rem;
        text-align: center;
        letter-spacing: 2px;
    }

    .wisdom-subtitle {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 15px;
    }

    .treasure-amount {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .sacred-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }

    .treasure-symbol {
        display: none;
    }

    .golden-coins {
        width: 40px;
        height: 40px;
    }

    .samurai-take-btn {
        padding: 12px 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .fortune-temple {
        padding: 20px 15px;
    }

    .emperor-title {
        font-size: 1.8rem;
    }

    .treasure-amount {
        font-size: 2rem;
    }

    .sacred-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 60px 0 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-column-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bdc3c7;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-link {
    color: #95a5a6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.8;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 8px;
}

.footer-link:hover {
    color: #f1c40f;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-disclaimer {
    color: #7f8c8d;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright {
    color: #7f8c8d;
    font-size: 12px;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .footer-columns {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-column-title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-link {
        font-size: 13px;
        margin-bottom: 6px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-column {
        text-align: center;
    }

    .footer-column-title {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .footer-link {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .footer-disclaimer {
        font-size: 11px;
    }

    .footer-copyright {
        font-size: 11px;
    }
}
.empire-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.realm-section {
    padding: 100px 0;
    position: relative;
}

.realm-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9aff00, transparent);
    opacity: 0.6;
}

.realm-section:last-child::after {
    display: none;
}

.master-heading {
    font-size: 3rem;
    font-weight: bold;
    color: #9aff00;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(154, 255, 0, 0.7);
}

.master-heading::before {
    content: '⚡';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    animation: sparkle 2s infinite;
}

.master-heading::after {
    content: '⚡';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    animation: sparkle 2s infinite reverse;
}

.scroll-text {
    font-size: 1.2rem;
    color: #dddddd;
    margin-bottom: 30px;
    text-align: justify;
    background: rgba(154, 255, 0, 0.03);
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #9aff00;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll-text:first-of-type {
    position: relative;
    overflow: hidden;
}

.scroll-text:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9aff00, #ff0040, #9aff00);
    animation: shimmer 3s infinite;
}

.battle-list {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.power-item {
    background: linear-gradient(135deg, rgba(255, 0, 64, 0.1), rgba(154, 255, 0, 0.1));
    border: 2px solid rgba(154, 255, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    color: #fff;
}

.power-item:hover {
    transform: translateY(-5px);
    border-color: #9aff00;
    box-shadow: 0 15px 30px rgba(154, 255, 0, 0.2);
}

.power-item::before {
    content: '🔯';
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    opacity: 0.7;
}

.technique-emphasis {
    font-weight: bold;
    color: #ff6b35;
    text-shadow: 0 0 15px rgba(255, 107, 53, 0.6);
}

.legend-table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.legend-table th,
.legend-table td {
    padding: 18px;
    text-align: left;
    border-bottom: 1px solid rgba(154, 255, 0, 0.2);
    color: #fff;
}

.legend-table th {
    background: linear-gradient(135deg, #ff0040, #ff6b35);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legend-table tr:nth-child(even) {
    background: rgba(154, 255, 0, 0.05);
}

.legend-table tr:hover {
    background: rgba(154, 255, 0, 0.1);
}

.crystal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 50px 0;
    align-items: start;
}

.sacred-box {
    background: linear-gradient(135deg, rgba(154, 255, 0, 0.05), rgba(255, 0, 64, 0.05));
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sacred-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #9aff00, #ff0040, #ff6b35, #9aff00);
    border-radius: 20px;
    z-index: -1;
    padding: 3px;
    background-clip: border-box;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.wisdom-steps {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    counter-reset: step-counter;
}

.journey-step {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
    font-size: 1.1rem;
    color: #dddddd;
    counter-increment: step-counter;
    background: rgba(154, 255, 0, 0.02);
    padding: 20px 20px 20px 80px;
    border-radius: 10px;
    border-left: 4px solid #ff0040;
}

.journey-step::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #9aff00, #66bb6a);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    box-shadow: 0 5px 15px rgba(154, 255, 0, 0.4);
}

.eternal-quote {
    font-style: italic;
    font-size: 1.5rem;
    color: #ff6b35;
    text-align: center;
    margin: 50px 0;
    padding: 40px;
    background: rgba(255, 107, 53, 0.08);
    border-radius: 20px;
    border: 2px solid rgba(255, 107, 53, 0.3);
    position: relative;
    text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
}

.eternal-quote::before {
    content: '🌸';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    background: #000;
    padding: 0 10px;
}

.mastery-animation {
    animation: float 4s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); }
    50% { opacity: 0.5; transform: translateY(-50%) scale(1.2); }
}

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

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.warrior-columns {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.blade-column {
    flex: 1;
    background: rgba(255, 0, 64, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 64, 0.2);
}

@media (max-width: 768px) {
    .empire-container {
        padding: 0 15px;
    }

    .realm-section {
        padding: 70px 0;
    }

    .master-heading {
        font-size: 2.2rem;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .master-heading::before,
    .master-heading::after {
        display: none;
    }

    .scroll-text {
        font-size: 1rem;
        padding: 20px;
        text-align: left;
    }

    .crystal-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sacred-box {
        padding: 25px;
    }

    .legend-table {
        font-size: 0.9rem;
    }

    .legend-table th,
    .legend-table td {
        padding: 12px 8px;
    }

    .battle-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .power-item {
        padding: 15px;
    }

    .journey-step {
        padding: 15px 15px 15px 70px;
        font-size: 1rem;
    }

    .journey-step::before {
        width: 35px;
        height: 35px;
        left: 15px;
        font-size: 1.1rem;
    }

    .eternal-quote {
        font-size: 1.3rem;
        padding: 30px 20px;
    }

    .warrior-columns {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .master-heading {
        font-size: 2rem;
    }

    .realm-section {
        padding: 60px 0;
    }

    .sacred-box {
        padding: 20px;
    }

    .legend-table th,
    .legend-table td {
        padding: 10px 6px;
        font-size: 0.8rem;
    }
}