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

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    background-color: #16213e;
    background-image: none;
    color: #e6e6e6;
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #f8f8f8;
}

[data-theme=dark] {
    --bs-secondary-bg: #151515;
    --bs-secondary-bg-rgb: 21, 21, 21;
}

body[data-theme=dark] {
    background-color: #16213e;
    background-image: none;
}

.content {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-top: 0;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 2.5rem 0;
    position: relative;
    z-index: 0;
}

a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: #f9d423;
}

a:hover {
    color: #ffd700;
    text-shadow: 0 0 3px rgba(255, 215, 0, 0.3);
}

/* ---------------------------------------------------- */
/* HEADER STYLES                                        */
/* ---------------------------------------------------- */

.header {
    position: relative;
    z-index: 0;
}

.home-header {
    position: relative;
    height: calc(100vh - 200px);
    min-height: 550px;
    position: relative;
    background: center / cover no-repeat;
    margin-top: -100px;
    padding-top: 150px;
    overflow: hidden;
    z-index: 1;
}

.home-header::after {
    background-color: rgba(22, 33, 62, 0.7);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.header-transition {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, 
        rgba(22, 33, 62, 0) 0%, 
        rgba(22, 33, 62, 0.005) 5%,
        rgba(22, 33, 62, 0.01) 10%,
        rgba(22, 33, 62, 0.015) 15%,
        rgba(22, 33, 62, 0.02) 20%,
        rgba(22, 33, 62, 0.03) 25%,
        rgba(22, 33, 62, 0.04) 30%,
        rgba(22, 33, 62, 0.05) 35%,
        rgba(22, 33, 62, 0.07) 40%,
        rgba(22, 33, 62, 0.09) 45%,
        rgba(22, 33, 62, 0.11) 50%,
        rgba(22, 33, 62, 0.15) 55%,
        rgba(22, 33, 62, 0.2) 60%,
        rgba(22, 33, 62, 0.3) 65%,
        rgba(22, 33, 62, 0.4) 70%,
        rgba(22, 33, 62, 0.5) 75%,
        rgba(22, 33, 62, 0.6) 80%,
        rgba(22, 33, 62, 0.75) 85%,
        rgba(22, 33, 62, 0.85) 90%,
        rgba(22, 33, 62, 0.95) 95%,
        rgba(22, 33, 62, 1) 100%
    );
    pointer-events: none;
}

@media (min-width: 992px) {
    .home-header {
        height: calc(100vh - 200px);
        min-height: 550px;
}
}

.home-header .text-primary {
    background: linear-gradient(to right, #ffd700, #f9d423, #ffd700);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: goldShimmer 3s infinite;
    text-shadow: none;
}

@keyframes goldShimmer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-text {
    height: 40px;
    margin: 20px auto;
    position: relative;
    z-index: 10;
}

.typing-text {
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(249, 212, 35, 0.5);
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.typing-text::after {
    content: '|';
    position: absolute;
    right: -8px;
    animation: blink 1s infinite;
    color: #f9d423;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.header-buttons {
    margin-top: 30px;
    position: relative;
    z-index: 20;
}

.header-btn {
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    z-index: 25;
}

.wiki-btn {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400, 0 0 20px rgba(249, 212, 35, 0.4);
}

.wiki-btn:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22, 0 0 25px rgba(255, 215, 0, 0.6);
    transform: translateY(-3px);
    color: #ffffff;
}

.wiki-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    animation: shineEffect 4s infinite;
}

.ip-btn {
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border: 2px solid #f9d423;
    box-shadow: 0 0 15px rgba(249, 212, 35, 0.3);
}

.ip-btn:hover {
    background: linear-gradient(135deg, #2a3158 0%, #222747 100%);
    box-shadow: 0 0 20px rgba(249, 212, 35, 0.5);
    transform: translateY(-3px);
    color: #ffffff;
}

.ip-btn i {
    margin-right: 8px;
}

#header-ip-text {
    color: #f9d423;
    font-weight: 700;
}

.header-ip-container {
    position: relative;
    width: 100%;
    z-index: 25;
}

.header-copy-message {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #f9d423;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.9rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 30;
}

.header-image {
    width: 500px;
    animation: header-zoom 2s infinite alternate;
    position: relative;
    z-index: 10;
}

@keyframes header-zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }   
}

/* ---------------------------------------------------- */
/* NAVBAR STYLES                                        */
/* ---------------------------------------------------- */

.navbar {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 40%, #e67e22 80%, #f39c12 100%);
    margin: 15px auto;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 6px 0 #d35400, 0 8px 10px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.6),
                inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.shop-button-mobile {
    background: linear-gradient(135deg, #e94560 0%, #c62a88 100%);
    padding: 6px;
    border-radius: 6px;
    box-shadow: 0 3px 0 #9c1e5c;
    font-weight: 700;
    margin-right: 8px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.shop-button-mobile i {
    font-size: 1.2rem;
}

.user-dropdown-btn-mobile {
    padding: 6px;
    margin-left: auto;
    margin-right: 5px;
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border: 2px solid #f9d423;
    box-shadow: 0 0 10px rgba(249, 212, 35, 0.3);
    width: 44px;
    height: 44px;
}

.user-dropdown-btn-mobile img {
    width: 28px;
    height: 28px;
}

@media (max-width: 991.98px) {
    .navbar {
        width: 85%;
    }
}

@media (max-width: 767.98px) {
    .content {
        padding: 1.5rem;
        margin-top: 20px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .home-header {
        padding-top: 120px;
        min-height: 450px;
        margin-bottom: 15px;
    }
    
    .home-header::after {
        background-color: rgba(22, 33, 62, 0.8);
    }
    
    .home-header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header-image {
        max-width: 85%;
        animation: header-zoom 3s infinite alternate;
    }
    
    .animated-text {
        height: 60px;
        margin: 15px auto;
    }
    
    .typing-text {
        font-size: 1.2rem;
    }
    
    .join-block, .discord-block {
        padding: 1.5rem;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 12px;
        margin-bottom: 2rem;
    }
    
    .join-block h3, .discord-block h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .join-block p, .discord-block p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .navbar {
        width: 90%;
        padding: 5px 10px;
    }
    
    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0.5rem;
        outline: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-right: auto;
    }
    
    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .navbar .nav-link {
        padding: 10px;
        margin: 2px 0;
        text-align: center;
    }
    
    .navbar .shop-button {
        margin: 5px auto;
        display: inline-block;
    }
    
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 10px;
        z-index: 1001;
        background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .user-dropdown-btn {
        margin: 8px auto;
        display: inline-flex;
        justify-content: center;
    }
    
    .navbar .navbar-nav.d-flex {
        justify-content: center !important;
        align-items: center !important;
    }
    
    .navbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }
    
    .navbar .dropdown-menu {
        margin-top: 5px;
        text-align: center;
        position: static;
        float: none;
        width: auto;
        margin: 8px auto;
    }
    
    .navbar .dropdown-item {
        text-align: center;
    }
    
    /* Ajustement des menus dropdown */
    .navbar .dropdown-menu-end.d-md-none {
        position: absolute;
        right: 5px;
        top: 100%;
        width: 200px;
        margin-top: 5px;
    }
    
    /* Correction des boutons IP */
    .header-ip-container {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .ip-container {
        margin: 1.5rem auto;
        width: 100%;
        max-width: 250px;
    }
    
    .ip-box {
        padding: 0.6rem 0.8rem;
        margin: 0 auto;
        max-width: 250px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .ip-text-container {
        max-width: 180px;
    }
    
    #server-ip {
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .join-info {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .btn-copy {
        flex-shrink: 0;
    }
    
    .header-btn {
        padding: 10px 15px;
        font-size: 1rem;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ip-btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 12px;
    }
    
    #header-ip-text {
        display: inline-block;
        margin-left: 4px;
        font-size: 0.9rem;
    }
    
    .join-button, .discord-join .btn {
        width: 100%;
        max-width: 220px;
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-title {
        font-size: 1.4rem;
    }
    
    .card-subtitle {
        font-size: 0.85rem;
    }
    
    .content h2 {
        font-size: 1.8rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .content .row {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .content .card {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    /* Styles pour les statistiques */
    .stats-wrapper {
        gap: 10px;
        margin: 1.5rem auto;
    }
    
    .discord-stat {
        padding: 0.8rem;
        flex: 1;
        min-width: 90px;
    }
}

@media (max-width: 380px) {
    .header-btn {
        font-size: 0.85rem;
        padding: 8px 10px;
    }
    
    #header-ip-text {
        font-size: 0.8rem;
    }
    
    .stats-wrapper {
        gap: 8px;
    }
    
    .discord-stat {
        padding: 0.7rem 0.5rem;
        min-width: 80px;
    }
    
    .discord-stat-value {
        font-size: 1.3rem;
    }
    
    .discord-stat-label {
        font-size: 0.6rem;
    }
    
    .discord-stat-item-en-ligne .discord-stat-label {
        font-size: 0.5rem;
    }
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    border-radius: 10px 10px 0 0;
    z-index: 0;
}

.navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border-radius: 0 0 10px 10px;
    z-index: 0;
}

.navbar .container-fluid {
    position: relative;
    z-index: 1;
}

.navbar .nav-link {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 20px;
    transition: color 0.2s ease;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    margin: 0 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar .nav-link:hover, 
.navbar .nav-link.active {
    color: #e94560;
}

.navbar .dropdown-menu {
    z-index: 1100;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 50%, #e67e22 100%);
    padding: 8px;
}

.navbar .dropdown-item {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

.navbar .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.navbar .nav-item.dropdown {
    position: relative;
}

.navbar .dropdown-menu-end {
    position: absolute;
    right: 0;
    top: 100%;
}

.user-dropdown-btn {
    border-radius: 6px;
    margin: 0 5px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 50%, #e67e22 100%);
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.user-dropdown-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #fad74b 0%, #f5a623 50%, #e9852a 100%);
}

.user-dropdown-btn img {
    border: 2px solid #fff;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.user-dropdown-btn:hover img {
    transform: scale(1.05);
    border-color: #fff5e0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.shop-button {
    background: linear-gradient(135deg, #e94560 0%, #c62a88 100%);
    margin: 0 10px;
    padding: 10px 20px !important;
    border-radius: 6px;
    box-shadow: 0 4px 0 #9c1e5c;
    font-weight: 800 !important;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transform: translateY(-3px);
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.shop-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    animation: shineEffect 3s infinite;
}

@keyframes shineEffect {
    0% {
        left: -60%;
    }
    40%, 100% {
        left: 120%;
    }
}

.shop-button:hover, .shop-button:focus, .shop-button:active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff5e7a 0%, #d33a99 100%);
    box-shadow: 0 4px 0 #b02a6e;
}

.card {
    background-color: #222747;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.card-header {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    color: #333;
    border: none;
    font-weight: 600;
}

.card-footer {
    background-color: #1e2235;
    border-top: 1px solid #2a2f4a;
}

.btn {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn:hover, .btn:focus, .btn:active {
    color: #ffffff;
}

.btn-primary {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    color: white;
}

.btn-success {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    color: white;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-secondary {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    color: white;
}

/* ---------------------------------------------------- */
/* FOOTER STYLES                                        */
/* ---------------------------------------------------- */

.footer {
    background-color: #222747;
    color: #e6e6e6;
    padding: 3rem 0 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f9d423, #f39c12, #f9d423);
    background-size: 200% 100%;
    animation: gradientFlow 3s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer h3 {
    color: #f9d423;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.footer h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f9d423, transparent);
}

.footer .text-center h3 {
    margin-left: auto;
    margin-right: auto;
}

.footer .text-center h3::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #f9d423, transparent);
}

.footer a {
    color: #f5f5f5;
    transition: all 0.2s ease;
}

.footer a:hover {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.footer .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background-color: #1a1a2e;
    color: #f9d423;
    text-align: center;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.footer .social-links a:hover {
    transform: translateY(-3px);
    background-color: #f9d423;
    color: #222747;
    box-shadow: 0 5px 15px rgba(249, 212, 35, 0.4);
}

.footer .row + .row {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .links ul li {
    margin-bottom: 0.5rem;
}

.footer .about p {
    line-height: 1.8;
    opacity: 0.9;
}

.border-top-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .footer h3 {
        margin-bottom: 1rem;
    }
    
    .footer h3::after {
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, #f9d423, transparent);
        width: 100px;
    }
    
    .footer .about p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    
    .footer .social-links a {
        margin: 0 3px;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    
    .footer .links ul li {
        margin-bottom: 0.4rem;
    }
    
    .border-top-footer {
        margin-top: 1rem !important;
        padding-top: 1.5rem !important;
    }
}

.content h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #f9d423, transparent);
}

.content h2.text-center {
    display: block;
    text-align: center;
    width: 100%;
}

.content h2.text-center::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #f9d423, transparent);
    width: 60%;
    max-width: 200px;
}

.content h2.text-uppercase {
    letter-spacing: 1px;
}

.content > .row {
    margin-bottom: 3rem;
}

.card-title {
    color: #f9d423;
    font-weight: 600;
}

.card-subtitle {
    color: #f39c12;
    font-size: 0.9rem;
    opacity: 0.8;
}

.card-body a {
    color: #f9d423;
    transition: all 0.2s ease;
}

.card-body a:hover {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.card-body .btn {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card-body .btn:hover, .card-body .btn:focus, .card-body .btn:active {
    color: #ffffff !important;
}

.discord-block {
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.discord-block h3 {
    color: #f9d423;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.discord-block p {
    color: #e6e6e6;
    font-size: 1.05rem;
    line-height: 1.7;
}

.discord-stats {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.discord-stat {
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
}

.discord-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.25);
}

.discord-stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #f9d423;
    margin-bottom: 0.5rem;
    display: block;
}

.discord-stat-label {
    font-size: 0.9rem;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.discord-join {
    margin-top: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.discord-join .btn {
    background: linear-gradient(135deg, #5865F2 0%, #404EED 100%);
    border: none;
    box-shadow: 0 4px 0 #3A45E1;
    color: white;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
}

.discord-join .btn:hover {
    background: linear-gradient(135deg, #6975FF 0%, #5865F2 100%);
    box-shadow: 0 4px 0 #4A55F2;
    transform: translateY(-2px);
}

.discord-join .btn i {
    margin-right: 0.5rem;
}

.discord-img {
    max-height: 180px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
    transition: all 0.3s ease;
}

.discord-img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

.discord-block .img-fluid {
    max-height: 180px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

.discord-logo {
    font-size: 3.5rem;
    font-weight: 800;
    color: #5865F2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #5865F2 0%, #7289DA 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    font-family: 'Poppins', sans-serif;
}

.join-block {
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.join-block h3 {
    color: #f9d423;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.join-block p {
    color: #e6e6e6;
    font-size: 1.05rem;
    line-height: 1.7;
}

.join-logo {
    max-height: 150px;
    width: auto;
    filter: drop-shadow(0 0 15px rgba(249, 212, 35, 0.3));
    transition: all 0.3s ease;
    animation: pulse-animation 3s infinite ease-in-out;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 15px rgba(249, 212, 35, 0.3));
    }
    50% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 20px rgba(249, 212, 35, 0.6));
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 15px rgba(249, 212, 35, 0.3));
    }
}

.join-logo:hover {
    animation-play-state: paused;
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(249, 212, 35, 0.5));
}

.join-now {
    margin-top: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.join-button {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white !important;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    font-weight: 700;
}

.join-button:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    transform: translateY(-2px);
}

.join-button i {
    margin-right: 0.5rem;
}

.ip-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
    width: 100%;
    max-width: 300px;
}

.ip-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(249, 212, 35, 0.3);
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#server-ip {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f9d423;
    margin-right: 1rem;
    letter-spacing: 1px;
}

.btn-copy {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    box-shadow: 0 2px 0 #d35400;
}

.btn-copy:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 0 #e67e22;
}

.btn-copy i {
    font-size: 1.2rem;
}

.copy-message {
    margin-top: 0.5rem;
    color: #f9d423;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.join-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ip-text-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.stats-container {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.discord-stat-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
}

.discord-stat-item {
    flex: 1;
    max-width: 33.333%;
    min-width: 0;
}

.discord-stat {
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
}

.discord-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.25);
}

.discord-stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #f9d423;
    margin-bottom: 0.5rem;
    display: block;
}

.discord-stat-label {
    font-size: 0.9rem;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.stats-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 2rem auto;
    max-width: 500px;
}

@media (max-width: 767.98px) {
    .content {
        padding: 1.5rem;
        margin-top: 20px;
    }
    
    .stats-wrapper {
        gap: 10px;
        margin: 1.5rem auto;
    }
    
    .discord-stat {
        padding: 0.8rem;
        flex: 1;
        min-width: 90px;
    }
}

@media (max-width: 380px) {
    .header-btn {
        font-size: 0.85rem;
        padding: 8px 10px;
    }
    
    #header-ip-text {
        font-size: 0.8rem;
    }
    
    .stats-wrapper {
        gap: 8px;
    }
    
    .discord-stat {
        padding: 0.7rem 0.5rem;
        min-width: 80px;
    }
    
    .discord-stat-value {
        font-size: 1.3rem;
    }
    
    .discord-stat-label {
        font-size: 0.6rem;
    }
    
    .discord-stat-item-en-ligne .discord-stat-label {
        font-size: 0.5rem;
    }
}

.page-content h1 {
    color: #f9d423;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.page-content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #f9d423, transparent);
}

.page-content .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-content .card-body {
    padding: 2rem;
}

.post-preview {
    height: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-preview:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.post-preview .card-img-top {
    height: 200px;
    object-fit: cover;
}

.post-preview .card-title {
    margin-bottom: 1rem;
}

.post-preview .card-title a {
    color: #f9d423;
    transition: color 0.2s ease;
    text-decoration: none;
}

.post-preview .card-title a:hover {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.post-preview .card-footer {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
}

.post-content h1 {
    color: #f9d423;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.post-content img.img-fluid {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.post-content .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 2rem;
}

.post-content #comments .card {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
}

.post-content #comments .card:hover {
    transform: translateY(-3px);
}

.post-content #comments img {
    border: 2px solid #f9d423;
    box-shadow: 0 0 10px rgba(249, 212, 35, 0.3);
}

.post-content #comments .btn-danger {
    background: linear-gradient(135deg, #e94560 0%, #c62a88 100%);
    border: none;
    box-shadow: 0 2px 0 #9c1e5c;
}

.post-content #comments .btn-danger:hover {
    background: linear-gradient(135deg, #ff5e7a 0%, #d33a99 100%);
    box-shadow: 0 3px 0 #b02a6e;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .post-preview .card-img-top {
        height: 160px;
    }
    
    .post-content img.img-fluid {
        max-height: 250px;
    }
    
    .post-content #comments .card-body {
        flex-direction: column;
    }
    
    .post-content #comments .flex-shrink-0 {
        margin-bottom: 1rem;
    }
}

.post-content .alert {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(91, 192, 222, 0.15) 0%, rgba(32, 124, 229, 0.15) 100%);
    border-left: 4px solid #5bc0de;
}

.post-content .btn-primary {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white;
    transition: all 0.3s ease;
    font-weight: 600;
}

.post-content .btn-primary:hover, 
.post-content .btn-primary:focus, 
.post-content .btn-primary:active {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    transform: translateY(-2px);
}

.post-content .btn-primary.active {
    background: linear-gradient(135deg, #ff5e7a 0%, #d33a99 100%);
    box-shadow: 0 4px 0 #b02a6e;
}

.post-content .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e6e6e6;
    border-radius: 8px;
}

.post-content .form-control:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #f9d423;
    box-shadow: 0 0 0 0.25rem rgba(249, 212, 35, 0.25);
    color: #ffffff;
}

.post-content .form-label {
    color: #f9d423;
    font-weight: 600;
}

.post-content .invalid-feedback {
    color: #ff6b6b;
}

.post-content hr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin: 1.5rem 0;
}

.pagination {
    margin: 2rem 0;
    justify-content: center;
}

.pagination .page-item .page-link {
    background-color: #222747;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e6e6e6;
    margin: 0 3px;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.pagination .page-item .page-link:hover {
    background-color: #2a3158;
    color: #f9d423;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border-color: #f39c12;
    color: #222747;
    font-weight: 700;
}

.pagination .page-item.disabled .page-link {
    background-color: #1a1e38;
    color: #999;
    border-color: rgba(255, 255, 255, 0.05);
}

.modal-content {
    background-color: #222747;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border-bottom: 2px solid rgba(249, 212, 35, 0.2);
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
}

.modal-header .modal-title {
    color: #f9d423;
    font-weight: 700;
}

.modal-body {
    padding: 1.5rem;
    color: #e6e6e6;
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1rem 1.5rem;
    background-color: #1a1e38;
    border-radius: 0 0 12px 12px;
}

.modal .btn-close {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.2s;
}

.modal .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    .post-content .card-footer, 
    .post-preview .card-footer {
        padding: 0.75rem;
        font-size: 0.8rem;
    }
    
    .post-content #comments .card-body {
        flex-direction: column;
        padding: 1rem;
    }
    
    .pagination .page-link {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
}

.profile-content h1 {
    color: #f9d423;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.profile-content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #f9d423, transparent);
}

.profile-user-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    margin-bottom: 2rem;
}

.profile-user-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.profile-user-card .card-body {
    padding: 2rem;
}

.profile-avatar {
    border: 4px solid #f9d423;
    box-shadow: 0 0 15px rgba(249, 212, 35, 0.4);
    transition: all 0.3s ease;
}

.profile-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(249, 212, 35, 0.6);
}

.profile-username {
    color: #f9d423;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.profile-info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.profile-info-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e6e6e6;
    display: flex;
    align-items: center;
}

.profile-info-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.profile-info-list li i {
    margin-right: 10px;
    color: #f9d423;
}

.profile-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.profile-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.profile-card .card-title {
    color: #f9d423;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.7rem;
}

.profile-card .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #f9d423, transparent);
}

.profile-card .form-label {
    color: #f9d423;
    font-weight: 600;
}

.profile-card .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e6e6e6;
    border-radius: 8px;
}

.profile-card .form-control:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #f9d423;
    box-shadow: 0 0 0 0.25rem rgba(249, 212, 35, 0.25);
    color: #ffffff;
}

.profile-card .form-text {
    color: #aaa;
    font-style: italic;
    margin-top: 5px;
}

.profile-action-btn {
    margin: 5px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.profile-btn-primary {
    background: linear-gradient(135deg, #f9d423 0%, #f39c12 100%);
    border: none;
    box-shadow: 0 4px 0 #d35400;
    color: white;
}

.profile-btn-primary:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f5a623 100%);
    box-shadow: 0 4px 0 #e67e22;
    transform: translateY(-3px);
    color: white;
}

.profile-btn-danger {
    background: linear-gradient(135deg, #e94560 0%, #c62a88 100%);
    border: none;
    box-shadow: 0 4px 0 #9c1e5c;
    color: white;
}

.profile-btn-danger:hover {
    background: linear-gradient(135deg, #ff5e7a 0%, #d33a99 100%);
    box-shadow: 0 4px 0 #b02a6e;
    transform: translateY(-3px);
    color: white;
}

.profile-btn-secondary {
    background: linear-gradient(135deg, #222747 0%, #1a1e38 100%);
    border: 2px solid #f9d423;
    box-shadow: 0 0 10px rgba(249, 212, 35, 0.2);
    color: #f9d423;
}

.profile-btn-secondary:hover {
    background: linear-gradient(135deg, #2a3158 0%, #222747 100%);
    box-shadow: 0 0 15px rgba(249, 212, 35, 0.4);
    transform: translateY(-3px);
    color: #f9d423;
}

.profile-btn-discord {
    background: linear-gradient(135deg, #5865F2 0%, #404EED 100%);
    border: none;
    box-shadow: 0 4px 0 #3A45E1;
    color: white;
}

.profile-btn-discord:hover {
    background: linear-gradient(135deg, #6975FF 0%, #5865F2 100%);
    box-shadow: 0 4px 0 #4A55F2;
    transform: translateY(-3px);
    color: white;
}

.profile-alert {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.profile-alert.alert-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(241, 180, 0, 0.15) 100%);
    border-left: 4px solid #ffc107;
    color: #e6e6e6;
}

.profile-alert.alert-success {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(32, 134, 55, 0.15) 100%);
    border-left: 4px solid #28a745;
    color: #e6e6e6;
}

.profile-alert p {
    margin-bottom: 0.75rem;
}

.profile-recovery-codes {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.profile-recovery-codes .list-columns-2 {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
}

.profile-recovery-codes .list-columns-2 li {
    padding: 5px 0;
    break-inside: avoid;
}

.profile-recovery-codes samp {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #f9d423;
}

.profile-delete-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-left: 4px solid #e94560;
    background: linear-gradient(135deg, rgba(233, 69, 96, 0.1) 0%, rgba(198, 42, 136, 0.1) 100%);
}

.profile-delete-card .card-body {
    padding: 2rem;
}

.profile-delete-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .profile-content {
        padding: 1rem;
    }
    
    .profile-username {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    
    .profile-avatar {
        max-width: 100px;
        margin: 0 auto 1rem;
    }
    
    .profile-user-card .card-body,
    .profile-card .card-body {
        padding: 1.5rem;
    }
    
    .profile-recovery-codes .list-columns-2 {
        column-count: 1;
    }
    
    .profile-card {
        margin-bottom: 1.5rem;
    }
    
    .profile-action-btn {
        padding: 6px 12px;
        font-size: 0.9rem;
        margin: 3px;
    }
}
