:root {
    --bg-base: #1d1a1a;
    --bg-gradient: linear-gradient(135deg, #1d1a1a, #2b2d3a 50%, #1d1a1a);
    --bg-highlight: #3e3a36;
    --bg-highlight-hover: #4b4641;
    --accent-glow: #e0702d;
    --accent-dark: #a6482b;
    --accent-gold: #c7923e;
    --text-soft: wheat;
    --text-white: #e0dcdc;
    --text-muted: #a7a7a7;
    --border-dark: #161a1e;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3), 0 0 4px rgba(199, 146, 62, 0.1);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 8px rgba(199, 146, 62, 0.15);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(199, 146, 62, 0.2);
    --shadow-gold: 0 0 20px rgba(199, 146, 62, 0.3);
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Default zoom level for better space utilization */
body {
    zoom: 0.85;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: var(--transition-smooth);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}

/* Allow text selection in input fields and textareas */
input, textarea {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

/* Change cursor for clickable elements */
a, button, .app-btn, .nav-item, .app-page-button, .log-nav-btn, .rotation-control {
    cursor: pointer;
}

/* Change cursor for non-clickable elements */
img, p, span, div, h1, h2, h3, h4, h5, h6 {
    cursor: default;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
}

/* Root element styles */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--bg-gradient);
    color: var(--text-white);
    font-family: 'Changa One', 'Staatliches', sans-serif;
    scroll-behavior: smooth;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Main app container */
.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.app-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

/* Main content area */
.app-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.app-page-container {
    flex: 1;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 165, 0, 0.3);
}

.header-left {
    flex: 0 0 auto;
}

.header-left .logo {
    height: 40px;
    width: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Staatliches', sans-serif;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-item:hover {
    background: rgba(255, 165, 0, 0.2);
    transform: translateY(-2px);
}

.nav-item img {
    width: 24px;
    height: 24px;
}

.header-right {
    flex: 0 0 auto;
}

.currency {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 165, 0, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.currency img {
    width: 24px;
    height: 24px;
}

.currency span {
    color: #ffa500;
    font-family: 'Staatliches', sans-serif;
    font-size: 1.2rem;
}

.app-page {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-page-container {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    position: relative;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.app-page-container {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    height: calc(100vh - 200px);
    align-items: flex-start;
    justify-content: space-between;
}

.app-sidebar {
    width: 300px; /* Reduced from 350px */
    background: rgba(29, 26, 26, 0.95);
    border-right: 1px solid rgba(255, 165, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 117vh; /* Changed from 120vh to 117vh */
    box-shadow: var(--shadow-md);
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto; /* Added to allow scrolling if content exceeds viewport */
}

.app-sidebar-logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 0;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 20px;
}

.app-sidebar-logo img {
    width: 140%;
    max-width: 300px;
    height: auto;
    transition: var(--transition-smooth);
    position: relative;
    margin-bottom: -80px; /* Ökad beskärning från -40px till -80px */
}

.logo-glow {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
    animation: blurPulse 3s infinite, shift 4s ease-in-out infinite alternate;
    position: relative;
    transform-origin: center;
}

.logo-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255,165,0,0.2) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

@keyframes blurPulse {
    0% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(0px);
    }
    25% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(3px);
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(0px);
    }
    65% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(2px);
    }
    80% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(0px);
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) blur(0px);
    }
}

@keyframes shift {
    0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
        transform: skewX(0deg);
    }

    41% {
        transform: skewX(5deg);
    }

    42% {
        transform: skewX(-5deg);
    }

    59% {
        transform: skewX(20deg) skewY(5deg);
    }

    60% {
        transform: skewX(-20deg) skewY(-5deg);
    }

    63% {
        transform: skewX(5deg) skewY(-2deg);
    }

    70% {
        transform: skewX(-25deg) skewY(-10deg);
    }

    71% {
        transform: skewX(5deg) skewY(-5deg);
    }
}

/* Firefly effect */
.firefly {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255,165,0,0.5);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(255,165,0,0.8);
    pointer-events: none;
    z-index: 1;
}

.firefly::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: firefly-glow 2s ease-in-out infinite;
}

@keyframes firefly-glow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

.app-divider {
    height: 4px;
    background: linear-gradient(90deg, 
        transparent,
        #ffa500 20%,
        #ffb700 50%,
        #ffa500 80%,
        transparent
    );
    margin: -15px 10px 10px 10px;
    position: relative;
    opacity: 0.8;
    box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
    animation: dividerFlash 4s ease-in-out infinite;
    -webkit-animation: dividerFlash 4s ease-in-out infinite;
    -moz-animation: dividerFlash 4s ease-in-out infinite;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

@keyframes dividerFlash {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
        background: linear-gradient(90deg, 
            transparent,
            #ffa500 20%,
            #ffb700 50%,
            #ffa500 80%,
            transparent
        );
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 25px rgba(255, 165, 0, 0.8);
        background: linear-gradient(90deg, 
            transparent,
            #ffb700 20%,
            #ffd000 50%,
            #ffb700 80%,
            transparent
        );
    }
}

@-webkit-keyframes dividerFlash {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
        background: linear-gradient(90deg, 
            transparent,
            #ffa500 20%,
            #ffb700 50%,
            #ffa500 80%,
            transparent
        );
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 25px rgba(255, 165, 0, 0.8);
        background: linear-gradient(90deg, 
            transparent,
            #ffb700 20%,
            #ffd000 50%,
            #ffb700 80%,
            transparent
        );
    }
}

@-moz-keyframes dividerFlash {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
        background: linear-gradient(90deg, 
            transparent,
            #ffa500 20%,
            #ffb700 50%,
            #ffa500 80%,
            transparent
        );
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 25px rgba(255, 165, 0, 0.8);
        background: linear-gradient(90deg, 
            transparent,
            #ffb700 20%,
            #ffd000 50%,
            #ffb700 80%,
            transparent
        );
    }
}

/* Simple divider for news and updates sections */
.app-news-boxes .app-divider {
    height: 1px;
    background: rgba(255, 165, 0, 0.1);
    margin: 1rem 0;
    box-shadow: none;
    animation: none;
}

.app-user-online {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-white);
    font-size: 0.9rem;
}

.green-pulse {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
    animation: pulse 2s infinite;
}

.app-chat-inner {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.app-chat_message {
    margin-bottom: 1rem;
    padding: 0.8rem;
    background: rgba(43, 45, 58, 0.3);
    border-radius: 8px;
    transition: var(--transition-smooth);
    animation: fadeIn 0.5s var(--transition-bounce) backwards;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 165, 0, 0.1);
}

.app-chat_message:hover {
    transform: translateX(5px) scale(1.02);
    box-shadow: var(--shadow-lg), 0 0 15px rgba(199, 146, 62, 0.3);
    border-color: rgba(199, 146, 62, 0.2);
    transition: var(--transition-bounce);
}

.app-chat-user {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
}

.app-chat-user_avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 165, 0, 0.3);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}

.app-chat-user_avatar img:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: var(--shadow-md), 0 0 15px rgba(224, 112, 45, 0.3);
    border-color: var(--accent-gold);
    transition: var(--transition-bounce);
}

.app-chat-user_name {
    color: var(--text-white);
    font-size: 0.9rem;
}

.app-chat-message_head {
    color: var(--accent-gold);
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.app-chat-message_body {
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.4;
}

.app-chat-message_link {
    margin-top: 0.5rem;
}

.app-message_message.button {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: rgba(255, 165, 0, 0.2);
    color: var(--accent-gold);
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.app-message_message.button:hover {
    background: rgba(255, 165, 0, 0.3);
    transform: translateY(-1px);
}

.app-server-status {
    padding: 1rem;
    border-top: 1px solid rgba(255, 165, 0, 0.1);
    background: rgba(29, 26, 26, 0.95);
}

.app-server-status-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-white);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.app-server-status-box:last-child {
    margin-bottom: 0;
}

.green {
    color: #2ecc71;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(46, 204, 113, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
}

.rarity-common {
    border-left: 3px solid #808080;
}

.rarity-epic {
    border-left: 3px solid #a335ee;
}

.rarity-legendary {
    border-left: 3px solid #ff8000;
}

.content {
    margin-left: 310px;
    padding: 2rem;
    flex: 1;
    width: calc(100% - 310px);
    min-height: calc(100vh - 110px);
    background: rgba(18, 18, 18, 0.95);
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 1;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.content::-webkit-scrollbar {
    display: none;
}

.app-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-bottom: 20px;
}

.app-page-header span {
    font-size: 1.5em;
    color: var(--text-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.app-total-weigth {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.1em;
    color: var(--text-muted);
}

.weight-green {
    color: #4CAF50;
}

.app-page-selector-buttons {
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.app-page-button {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.1), rgba(199, 146, 62, 0.1));
    border: 1px solid rgba(224, 112, 45, 0.2);
    color: var(--text-white);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
}

.app-btn-gray {
    color: var(--text-white);
}

.app-btn-gray:hover,
.app-btn-gray.active {
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.2), rgba(199, 146, 62, 0.2));
    border-color: rgba(224, 112, 45, 0.4);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 15px rgba(224, 112, 45, 0.1);
    transition: var(--transition-bounce);
}

.app-btn-gray.active {
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-md), 0 0 20px rgba(224, 112, 45, 0.2);
    color: var(--accent-gold);
}

.stats-panel {
    display: flex;
    gap: 2rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    background-color: rgba(29, 26, 26, 0.8);
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 165, 0, 0.2);
}

.main-content h1 {
    color: var(--accent-gold);
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

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

.featured-dino {
    max-height: 400px;
    width: auto;
}

.action-buttons {
    display: flex;
    gap: 1rem;
}

.btn-primary, .btn-secondary {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Changa One', sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--accent-glow);
    color: var(--text-white);
}

.btn-secondary {
    background: var(--bg-highlight);
    color: var(--text-white);
}

.btn-primary:hover, .btn-secondary:hover {
    transform: translateY(-2px);
    filter: brightness(1.2);
}

/* Toast Notifications */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    z-index: 10000;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    margin-bottom: 10px; /* Add spacing between stacked toasts */
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toast i {
    font-size: 18px;
}

.toast-success {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-left: 4px solid #45a049;
}

.toast-error {
    background: linear-gradient(135deg, #f44336, #d32f2f);
    border-left: 4px solid #d32f2f;
}

.toast-info {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    border-left: 4px solid #1976D2;
}

.toast-warning {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    border-left: 4px solid #f57c00;
}

/* Container for stacking toasts */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10000;
}

/* News Box Component */
.news-box {
    background: linear-gradient(135deg, var(--bg-highlight), var(--bg-base));
    border: 1px solid var(--accent-dark);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(29, 26, 26, 0.8);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(8px);
}

.news-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-glow), var(--accent-gold));
}

.news-box h2 {
    color: var(--accent-gold);
    margin-bottom: 1rem;
    font-family: 'Staatliches', sans-serif;
}

.news-box p {
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: 'Caudex', serif;
}

.news-box .timestamp {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-style: italic;
}

/* Add news box to main content area */
.main-content .news-section {
    width: 100%;
    max-width: 800px;
    margin-top: 2rem;
}

/* Particles Container */
#tsparticles {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure content appears above particles */
.app {
    position: relative;
    z-index: 1;
}

/* Add some transparency to content backgrounds for particle visibility */
.navigation, .stats-panel, .main-content, .news-box {
    background-color: rgba(29, 26, 26, 0.8);
}

/* New Navigation Styles */
.app-navigation-big_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    background: rgba(29, 26, 26, 0.95);
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    box-shadow: var(--shadow-sm);
}

.app-navigation-menu-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0.25rem;
    margin-left: 310px; /* Adjusted from 360px to match new sidebar width */
}

.desktop-menu-row {
    margin-left: 310px; /* Adjusted from 360px to match new sidebar width */
    gap: 2rem;
    display: flex;
    align-items: center;
}

.app-navigation-menu-row a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    color: var(--text-white);
    text-decoration: none;
    font-family: 'Staatliches', sans-serif;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-align: center;
}

.nav-label {
    color: var(--text-muted);
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.app-navigation-menu-row a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-gold);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.app-navigation-menu-row a:hover::after,
.app-navigation-menu-row a.router-link-active::after {
    width: 80%;
}

.app-navigation-menu-row a:hover {
    transform: translateY(-3px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.app-navigation-menu-row a.router-link-active {
    background: rgba(62, 58, 54, 0.6);
    color: var(--accent-gold);
    box-shadow: var(--shadow-sm), var(--shadow-gold);
}

.app-navigation-user {
    display: flex;
    align-items: center;
}

.app-user-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-user-box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-user-box:hover {
    transform: translateY(-3px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dropdown-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.dropdown-menu.hover,
.dropdown-menu:hover {
    background-color: rgba(255,255,255,0.1);
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: var(--bg-base);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 4px;
    box-shadow: var(--shadow-md);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.dropdown-content.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dropdown-content a,
.dropdown-content span {
    color: var(--text-white);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dropdown-content a:hover,
.dropdown-content span:hover {
    background-color: rgba(255,255,255,0.1);
}

.logout-btn {
    color: #e74c3c !important;
    border-top: 1px solid rgba(255, 165, 0, 0.1);
}

.logout-btn:hover {
    background-color: rgba(231, 76, 60, 0.1) !important;
}

.app-user-box.small {
    padding: 0.5rem;
    position: relative;
}

.app-user-name {
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
}

.app-user-name span.small {
    font-size: 0.8rem;
    color: var(--text-muted);
    display: block;
}

.app-user-box img.no-border {
    border: none;
}

.app-notification-bubble {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.app-user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--accent-gold);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-user-avatar img:hover {
    transform: scale(1.1) rotate(5deg);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dropdown-menu {
    cursor: pointer;
}

.app-user-icon i {
    transition: transform 0.3s ease;
}

.dropdown-menu.active .app-user-icon i {
    transform: rotate(180deg);
}

.player-name {
    display: flex;
    flex-direction: column;
}

.username {
    color: var(--accent-gold);
}

/* Hide mobile menu on desktop */
.mobile-menu-row,
.mobile-menu {
    display: none;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .desktop-menu-row,
    .desktop-menu {
        display: none;
    }

    .mobile-menu-row,
    .mobile-menu {
        display: flex;
    }
}

.app-navigation-small_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 2rem;
    background: rgba(29, 26, 26, 0.95);
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    font-size: 0.8rem;
}

.app-navigation-small_inner .app-navigation-menu-row {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.app-navigation-small_inner a,
.app-navigation-small_inner span {
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Staatliches', sans-serif;
    padding: 0.15rem 0;
}

.app-navigation-small_inner span.promocode {
    color: #c0392b;
    text-shadow: 0 0 10px rgba(192, 57, 43, 0.7);
    cursor: pointer;
}

.app-navigation-small_inner a:hover,
.app-navigation-small_inner span:hover {
    color: var(--text-white);
    transform: translateY(-1px);
}

.app-navigation-social {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.app-navigation-social span,
.app-navigation-social a {
    cursor: pointer;
}

/* Modal Styles */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;  /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-backdrop.show {
    display: flex;  /* Show when .show class is added */
}

.modal {
    background: var(--bg-base);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    max-width: 600px;  /* Increased from default */
    width: 90%;
    position: relative;
    animation: slideIn 0.3s ease-out;
    border: 1px solid var(--accent-gold);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 165, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    color: var(--accent-gold);
    margin: 0;
    font-size: 1.5rem;
}

.close-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-btn:hover {
    color: var(--text-white);
}

.modal-body {
    padding: 1.5rem;
}

.modal-body p {
    color: var(--text-soft);
    margin-bottom: 1rem;
}

.divider2 {
    height: 1px;
    background: rgba(255, 165, 0, 0.1);
    margin: 1rem 0;
}

.space {
    height: 1rem;
}

.input-field {
    width: 100%;
}

.app-textbox {
    width: 100%;
    padding: 0.8rem 1rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 4px;
    color: var(--text-white);
    font-family: 'Caudex', serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.app-textbox:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.1);
}

.app-textbox::placeholder {
    color: var(--text-muted);
}

.app-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Staatliches', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(8px);
}

.app-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: 0.6s;
}

.app-btn:hover::before {
    left: 100%;
}

.app-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-md), 0 0 15px rgba(224, 112, 45, 0.2);
    transition: var(--transition-bounce);
}

.app-btn-green {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
}

.app-btn-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
}

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

/* Profile Page Styles */
.app-page-header {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
}

.app-page-splitter {
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.app-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.app-news-box {
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    backdrop-filter: blur(8px);
}

.app-news-box:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(199, 146, 62, 0.3);
    animation: pulseGlow 2s infinite;
    transition: var(--transition-bounce);
}

.app-news-box-heading {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.2rem;
}

.app-news-body {
    padding: 1rem;
}

.card {
    background: rgba(43, 45, 58, 0.3);
    border-radius: 8px;
    padding: 1rem;
}

.card p.small {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

/* Inventory Page Styles */
.app-page-inventory {
    min-height: 200px;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    margin: 1rem 0;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.app-page-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

.app-action-text {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.app-action-text .gold {
    color: var(--accent-gold);
}

.app-action-buttons {
    display: flex;
    gap: 1rem;
}

.app-btn {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Staatliches', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
}

.app-btn-gray2 {
    background: rgba(43, 45, 58, 0.3);
    color: var(--text-white);
}

.app-btn-blue {
    background: #3498db;
    border: 1px solid #2980b9;
}

.app-btn-red {
    background: #e74c3c;
    border: 1px solid #c0392b;
    color: var(--text-white);
}

.app-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    opacity: 0.9;
}

/* Parking Page Styles */
.app-page-parking {
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    padding: 2rem;
}

.parking-info {
    margin-bottom: 2rem;
    color: var(--text-white);
}

.parking-info p {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.parking-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.parking-buttons .app-btn {
    min-width: 150px;
    font-size: 1.2rem;
    padding: 1rem 2rem;
}

#redeem-dino-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#redeem-dino-list .app-btn {
    width: 100%;
    text-align: left;
    padding: 1rem;
}

#redeem-dino-list .app-btn:hover {
    background: rgba(62, 58, 54, 0.5);
}

/* Shop Page Styles */
.page-inner {
    width: 100%;
}

.page-head {
    margin-bottom: 1rem;
}

.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--text-white);
}

.page-heading span {
    font-size: 1.5rem;
    color: var(--text-white);
}

.sort-buttons {
    display: flex;
    align-items: center;
}

.sort-buttons i {
    font-size: 1.5rem;
    color: var(--text-white);
    cursor: pointer;
    transition: color 0.3s ease;
}

.sort-buttons i:hover {
    color: var(--accent-gold);
}

.page-category-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.category-button {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.1), rgba(199, 146, 62, 0.1));
    border: 1px solid rgba(224, 112, 45, 0.2);
    color: var(--text-white);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
}

.category-button:hover,
.category-button.active {
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.2), rgba(199, 146, 62, 0.2));
    border-color: rgba(224, 112, 45, 0.4);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 15px rgba(224, 112, 45, 0.1);
    transition: var(--transition-bounce);
}

.category-button.active {
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-md), 0 0 20px rgba(224, 112, 45, 0.2);
    color: var(--accent-gold);
}

.app-shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
}

.app-shop-item {
    position: relative;
    background: rgba(43, 45, 58, 0.3);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 165, 0, 0.1);
}

.app-shop-item:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(62, 58, 54, 0.5);
    box-shadow: var(--shadow-lg), var(--shadow-gold);
    border-color: rgba(255, 165, 0, 0.2);
    transition: var(--transition-bounce);
}

.app-shop-item_name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.1rem;
    color: var(--text-white);
    text-align: left;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.app-show-item_image {
    margin-top: 30px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-shop-item_locked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    z-index: 2;
}

.app-shop-item_locked span {
    color: var(--text-white);
    text-align: center;
}

.app-shop-item_locked span:first-child {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.app-shop-item_locked span:last-child {
    color: var(--text-muted);
}

.ribbon {
    position: absolute;
    top: 40px;
    right: -65px;
    background: #e0702d;
    color: var(--text-white);
    padding: 8px 50px;
    transform: rotate(45deg);
    z-index: 2;
    width: 230px;
    text-align: center;
    box-shadow: 0 0 10px rgba(224, 112, 45, 0.5),
                0 3px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--accent-gold);
    border-left: 2px solid var(--accent-gold);
    border-right: 2px solid var(--accent-gold);
}

.ribbon::before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -10px;
    border-left: 10px solid #a6482b;
    border-bottom: 10px solid transparent;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(1px 0 1px var(--accent-gold));
}

.ribbon::after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -10px;
    border-right: 10px solid #a6482b;
    border-bottom: 10px solid transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(-1px 0 1px var(--accent-gold));
}

.app-show-item_image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.dark-button {
    width: 100%;
    text-align: center;
}

.inActive {
    opacity: 0.5;
    pointer-events: none;
}

.modal-backdrop.confirmModal .modal {
    max-width: 500px;
}

.modal-content {
    text-align: center;
}

.dino-preview {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

.dino-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.purchase-note {
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 1rem 0;
}

.red {
    color: #e74c3c;
}

.center {
    text-align: center;
}

.small.center {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.buy-button-container {
    margin-top: 1.5rem;
}

.buy-button-container .app-btn {
    width: 100%;
}

/* Auction House Page Styles */
.app-page-auction-sorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.app-page-auction-left {
    flex: 1;
    margin-right: 1rem;
}

.app-page-search {
    max-width: 300px;
}

.app-page-auction-right {
    display: flex;
    align-items: center;
}

.app-page-auction-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1rem;
}

/* Make auction items smaller to fit 4x4 grid */
.app-page-auction-item_row {
    background: var(--bg-base);
    border: 1px solid var(--accent-gold);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: var(--shadow-lg);
}

.app-page-auction-item_row .mutations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0.5rem 0;
    justify-content: flex-start;
    width: 100%;
}

.app-page-auction-item_row .mutation {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background-color 0.2s;
    flex-grow: 1;
    text-align: center;
}

.app-page-auction-item_row .mutation.passive {
    background: rgba(100, 181, 246, 0.2) !important;
    color: #64B5F6 !important;
}

.app-page-auction-item_row .mutation:hover {
    background: rgba(76, 175, 80, 0.3);
}

.app-page-auction-item_row .mutation.passive:hover {
    background: rgba(100, 181, 246, 0.3) !important;
}

.app-auction_require img {
    max-width: 160px;
    height: auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .app-page-auction-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .app-page-auction-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .app-page-auction-grid {
        grid-template-columns: 1fr;
    }
}

.app-page-auction-item_row:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: var(--shadow-lg), var(--shadow-gold);
    border-color: rgba(255, 165, 0, 0.2);
    transition: var(--transition-bounce);
}

.app-page-auction_header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.app-page-auction_host img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--accent-gold);
}

.app-page-auction-item_name {
    font-size: 1.2rem;
    color: var(--text-white);
}

.app-auction-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.app-auction_require {
    display: flex;
    justify-content: center;
}

.app-auction-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    color: var(--accent-gold);
}

.app-auction-price img {
    width: 36px;
    height: 36px;
}

.footer {
    text-align: center;
    margin-top: 1rem;
}

.small-text {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Purchase Confirmation Modal Styles */
.center-block {
    text-align: center;
    margin-top: 1rem;
}

.modal-body b {
    color: var(--accent-gold);
    font-weight: bold;
}

.modal-body h2 {
    color: var(--text-white);
    font-size: 1.2rem;
    margin: 1rem 0;
}

.modal-body .small {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

/* Transactions Page Styles */
.page-navigation {
    margin-bottom: 2rem;
}

.page-navigation-inner {
    display: flex;
    gap: 1rem;
}

.page-navigation_button {
    padding: 0.8rem 1.5rem;
    background: rgba(43, 45, 58, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-navigation_button:hover {
    background: rgba(62, 58, 54, 0.5);
}

.page-navigation_button .link-name {
    color: var(--text-white);
}

.page-navigation_button .link-name.active {
    color: var(--accent-gold);
}

#table-container {
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    padding: 1rem;
    overflow-x: auto;
}

#data-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--text-white);
}

#data-table th {
    text-align: left;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    color: var(--accent-gold);
    font-weight: normal;
}

#data-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    color: var(--text-muted);
}

#data-table tr:last-child td {
    border-bottom: none;
}

#pagination {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

/* Terms of Service Page Styles */
.app-page-header {
    padding: 2rem;
    background: rgba(29, 26, 26, 0.95);
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
}

.app-page-header span {
    font-size: 2rem;
    color: var(--accent-gold);
}

.tos-date {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.tos-container {
    padding: 2rem;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    margin: 2rem;
}

.tos-container p {
    color: var(--text-soft);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-family: 'Caudex', serif;
}

.tos-container ul {
    list-style-type: disc;
    margin: 1.5rem 0 1.5rem 2rem;
    color: var(--text-soft);
}

.tos-container li {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: 'Caudex', serif;
}

.tos-container strong {
    color: var(--accent-gold);
    font-weight: bold;
}

.tos-container em {
    font-style: italic;
    color: var(--text-muted);
}

.tos-container a {
    color: var(--accent-gold);
    text-decoration: none;
    transition: all 0.3s ease;
}

.tos-container a:hover {
    color: var(--accent-glow);
    text-decoration: underline;
}

/* News and Updates Page Styles */
.app-page-news,
.app-page-updates {
    margin-bottom: 2rem;
}

.app-news-boxes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.app-news-box {
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    backdrop-filter: blur(8px);
}

.app-news-box:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(199, 146, 62, 0.3);
    animation: pulseGlow 2s infinite;
    transition: var(--transition-bounce);
}

.app-news-box-heading {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-news-box-heading span:first-child {
    color: var(--accent-gold);
    font-size: 1.2rem;
    font-family: 'Staatliches', sans-serif;
}

.app-news-box-heading span:last-child {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.app-news-body {
    padding: 1.5rem;
    color: var(--text-soft);
    font-family: 'Caudex', serif;
    line-height: 1.6;
}

.app-news-body p {
    margin-bottom: 1rem;
}

.app-news-body p:last-child {
    margin-bottom: 0;
}

.app-news-body .heading {
    color: var(--accent-gold);
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: 'Staatliches', sans-serif;
}

.app-news-body ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}

.app-news-body ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.app-news-body strong {
    color: var(--accent-gold);
}

.app-news-footer {
    padding: 1rem;
    border-top: 1px solid rgba(255, 165, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.app-news-footer span:first-child {
    color: var(--text-muted);
}

.app-news-footer .red {
    color: #e74c3c;
}

.app-divider {
    height: 1px;
    background: rgba(255, 165, 0, 0.1);
    margin: 1rem 0;
}

/* Load More Button */
.app-news-show-all {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.app-load-more {
    background: none;
    border: 1px solid rgba(255, 165, 0, 0.2);
    color: var(--text-white);
    padding: 0.8rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Staatliches', sans-serif;
    transition: all 0.3s ease;
}

.app-load-more:hover {
    background: rgba(255, 165, 0, 0.1);
    transform: translateY(-2px);
}

/* Discord Connection Styles */
.connect-discord-btn {
    position: relative;
    transition: all 0.3s ease;
}

.connect-discord-btn:hover {
    color: #7289da;
}

.connect-discord-btn.connected {
    color: #43b581;
    pointer-events: none;
}

.connect-discord-btn.connected::before {
    content: '✓';
    margin-right: 5px;
}

/* Steam ID Connection Styles */
.link-steam-btn {
    position: relative;
    transition: all 0.3s ease;
}

.link-steam-btn:hover {
    color: #00adee;
}

.link-steam-btn.connected {
    color: #43b581;
    pointer-events: none;
}

.link-steam-btn.connected::before {
    content: '✓';
    margin-right: 5px;
}

/* Animation for connection status */
@keyframes connected-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 181, 129, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(67, 181, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(67, 181, 129, 0);
    }
}

.connect-discord-btn.connected,
.link-steam-btn.connected {
    animation: connected-pulse 2s infinite;
}

/* Admin Panel Styles */
.admin-section {
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    display: none; /* Hide all sections by default */
}

.admin-section.active {
    display: block; /* Show active section */
    animation: fadeIn 0.3s ease-in-out;
}

.admin-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(29, 26, 26, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 165, 0, 0.1);
}

.admin-tab {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    color: var(--text-white);
    cursor: pointer;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-sm);
}

.tab-icon {
    background: rgba(255, 165, 0, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.tab-icon i {
    font-size: 1.5em;
    color: var(--accent-gold);
}

.tab-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tab-title {
    font-family: 'Staatliches', sans-serif;
    font-size: 1.2em;
    color: var(--text-white);
}

.tab-description {
    font-size: 0.9em;
    color: var(--text-muted);
}

.admin-tab:hover {
    transform: translateY(-5px);
    background: rgba(62, 58, 54, 0.5);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-md), var(--shadow-gold);
    transition: var(--transition-bounce);
}

.admin-tab:hover .tab-icon {
    background: rgba(255, 165, 0, 0.2);
}

.admin-tab.active {
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.2), rgba(199, 146, 62, 0.2));
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-md), 0 0 20px rgba(224, 112, 45, 0.2);
}

.admin-tab.active .tab-icon {
    background: var(--accent-gold);
}

.admin-tab.active .tab-icon i {
    color: var(--bg-base);
}

.admin-tab.active .tab-title {
    color: var(--accent-gold);
}

.admin-section h2 {
    color: var(--accent-gold);
    margin-bottom: 15px;
    font-family: 'Staatliches', sans-serif;
}

/* User Management Styles */
.user-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.user-item {
    position: relative;
    overflow: hidden;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--accent-gold);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-smooth);
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-id {
    color: var(--text-muted);
    font-size: 0.8em;
}

.user-stats {
    display: flex;
    gap: 15px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-family: 'Staatliches', sans-serif;
}

.stat-item i {
    color: var(--accent-gold);
    font-size: 1.2em;
}

.user-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.9em;
}

.detail-item i {
    color: var(--accent-gold);
    font-size: 1.1em;
}

/* Error Message Styles */
.error-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.2);
    border-radius: 8px;
    color: #e74c3c;
}

.error-message i {
    font-size: 1.5em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .user-stats {
        margin-top: 10px;
    }

    .user-details {
        flex-direction: column;
        gap: 10px;
    }

    .content-item-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .content-item-actions button {
        width: 100%;
    }
}

/* Admin Form Styles */
.admin-form {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-md);
}

.promocode-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.form-group {
    position: relative;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: var(--accent-gold);
    font-size: 1.2em;
    pointer-events: none;
}

.app-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 8px;
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    font-size: 1rem;
    transition: var(--transition-smooth);
}

.app-input:hover {
    border-color: rgba(255, 165, 0, 0.4);
    box-shadow: 0 0 15px rgba(224, 112, 45, 0.1);
}

.app-input:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 20px rgba(224, 112, 45, 0.2);
}

.app-input::placeholder {
    color: var(--text-muted);
    font-family: 'Staatliches', sans-serif;
}

/* Custom select styling */
select.app-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c7923e'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
}

select.app-input option {
    background: var(--bg-base);
    color: var(--text-white);
    padding: 12px;
}

/* DateTime input styling */
input[type="datetime-local"].app-input::-webkit-calendar-picker-indicator {
    filter: invert(0.8) sepia(1) saturate(5) hue-rotate(0deg);
    cursor: pointer;
}

/* Gold button style */
.app-btn-gold {
    background: linear-gradient(135deg, var(--accent-glow), var(--accent-gold));
    color: var(--bg-base);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.1em;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
}

.app-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), 0 0 20px rgba(224, 112, 45, 0.3);
    filter: brightness(1.1);
}

.app-btn-gold i {
    font-size: 1.2em;
}

/* Responsive styling */
@media (max-width: 768px) {
    .promocode-form {
        max-width: 100%;
    }
    
    .app-input {
        font-size: 0.9rem;
        padding: 10px 12px 10px 40px;
    }
    
    .input-wrapper i {
        font-size: 1.1em;
        left: 12px;
    }
}

/* News and Updates Form Styles */
.news-form,
.update-form {
    max-width: 800px;
}

.textarea-wrapper {
    align-items: flex-start;
}

.textarea-wrapper i {
    top: 12px;
}

.app-textarea {
    resize: vertical;
    min-height: 120px;
    padding: 12px 15px 12px 45px;
    line-height: 1.5;
}

/* Content List Styles */
.content-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.content-item {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    transition: var(--transition-smooth);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-md);
}

.content-item:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-lg), var(--shadow-gold);
}

.content-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
}

.content-item-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-item-title i {
    color: var(--accent-gold);
    font-size: 1.2em;
}

.content-item-title h3 {
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.2em;
    margin: 0;
}

.content-item-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.9em;
}

.content-item-date i {
    font-size: 1.1em;
}

.content-item-body {
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Caudex', serif;
}

.content-item-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Red button style */
.app-btn-red {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}

.app-btn-red:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 15px rgba(231, 76, 60, 0.3);
    filter: brightness(1.1);
}

.app-btn-red i {
    font-size: 1.1em;
}

/* Responsive styles */
@media (max-width: 768px) {
    .content-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .content-item-date {
        font-size: 0.8em;
    }

    .content-item-body {
        font-size: 0.9em;
    }
}

/* Auction ribbon style */
.auction-ribbon {
    position: absolute;
    top: 40px;
    right: -65px;
    background: #e74c3c;
    color: var(--text-white);
    padding: 8px 50px;
    transform: rotate(45deg);
    z-index: 2;
    width: 230px;
    text-align: center;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.5),
                0 3px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #c0392b;
    border-left: 2px solid #c0392b;
    border-right: 2px solid #c0392b;
}

.auction-ribbon::before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -10px;
    border-left: 10px solid #c0392b;
    border-bottom: 10px solid transparent;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(1px 0 1px #e74c3c);
}

.auction-ribbon::after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -10px;
    border-right: 10px solid #c0392b;
    border-bottom: 10px solid transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(-1px 0 1px #e74c3c);
}

.auction-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
}

.auction-buttons .app-btn {
    flex: 1;
    padding: 10px;
    font-size: 0.9rem;
}

.bid-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: var(--text-white);
    border: 1px solid #2980b9;
}

.bid-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 15px rgba(52, 152, 219, 0.3);
    filter: brightness(1.1);
}

.buyout-btn {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: var(--text-white);
    border: 1px solid #27ae60;
}

.buyout-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md), 0 0 15px rgba(46, 204, 113, 0.3);
    filter: brightness(1.1);
}

.input-group {
    position: relative;
    margin: 15px 0;
}

.input-group .app-textbox {
    width: 100%;
    padding: 12px 15px;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 8px;
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    font-size: 1rem;
    transition: var(--transition-smooth);
}

.input-group .app-textbox:hover {
    border-color: rgba(199, 146, 62, 0.4);
    box-shadow: 0 0 15px rgba(199, 146, 62, 0.2);
}

.input-group .app-textbox:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 20px rgba(199, 146, 62, 0.3);
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.gold {
    color: var(--accent-gold);
    font-weight: bold;
}

/* Transaction List Styles */
.transactions-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.transaction-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.empty-state {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
    font-style: italic;
}

.content-item {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    padding: 1rem;
    transition: var(--transition-smooth);
}

.content-item:hover {
    border-color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.content-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.content-item-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1em;
    color: var(--accent-gold);
}

.content-item-title i {
    font-size: 1.2em;
}

.content-item-subtitle {
    color: var(--text-muted);
    font-size: 0.9em;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-soft);
    font-size: 0.9em;
}

.detail-item i {
    color: var(--accent-gold);
    font-size: 1.1em;
}

/* DinoGame Styles */
.dino-state {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.dino-welcome {
    text-align: center;
    padding: 3rem;
    background: rgba(29, 26, 26, 0.95);
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

.dino-welcome h2 {
    color: var(--accent-gold);
    margin-bottom: 1rem;
}

.dino-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: rgba(29, 26, 26, 0.95);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

.dino-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-group {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 6px;
}

.stat-group h3 {
    color: var(--text-white);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: var(--accent-gold);
    transition: width 0.3s ease;
}

#energyProgress {
    background: #4CAF50;
}

#hungerProgress {
    background: #FF9800;
}

.dino-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
}

.dino-combat-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-white);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem;
    border-radius: 6px;
}

.stat-item i {
    color: var(--accent-gold);
}

.dino-leaderboard {
    margin-top: 2rem;
    background: rgba(29, 26, 26, 0.95);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

.dino-leaderboard h3 {
    color: var(--accent-gold);
    margin-bottom: 1rem;
    text-align: center;
}

#leaderboardList {
    display: grid;
    gap: 0.5rem;
}

.leaderboard-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.leaderboard-entry .rank {
    color: var(--accent-gold);
    font-weight: bold;
    margin-right: 1rem;
}

.upgrade-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;  /* Increased gap */
    padding: 1.5rem;  /* Added padding */
}

.upgrade-item {
    background: var(--bg-highlight);
    padding: 1.5rem;  /* Increased padding */
    border-radius: 12px;  /* Increased border radius */
    text-align: center;
    border: 1px solid var(--accent-gold);
    box-shadow: var(--shadow-gold);
}

.upgrade-item h3 {
    margin-bottom: 1rem;  /* Increased margin */
    font-size: 1.5rem;  /* Increased font size */
    color: var(--accent-gold);
}

.upgrade-item p {
    margin-bottom: 1.2rem;  /* Increased margin */
    font-size: 1.1rem;  /* Increased font size */
}

.upgrade-item button {
    width: 100%;  /* Make buttons full width */
    margin-top: 1rem;  /* Added margin top */
}

.app-btn-blue {
    background: linear-gradient(45deg, #2196F3, #03A9F4);
    color: white;
}

.app-btn-blue:hover {
    background: linear-gradient(45deg, #1976D2, #0288D1);
}

#fightResult {
    text-align: center;
    margin-bottom: 1.5rem;
}

#fightResult.win {
    color: #4CAF50;
}

#fightResult.lose {
    color: #f44336;
}

.admin-form select.app-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.admin-form select.app-input option {
    background: #1a1a1a;
    color: #fff;
}

/* Bid Input Styling */
.app-input-wrapper {
    margin-bottom: 15px;
}

.app-input-wrapper label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
}

.app-input-field {
    display: flex;
    align-items: center;
    background: #1a1c24;
    border: 1px solid #2f3241;
    border-radius: 8px;
    padding: 8px 12px;
    transition: border-color 0.3s ease;
}

.app-input-field:focus-within {
    border-color: #3772ff;
}

.app-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding-right: 10px;
}

.app-input::-webkit-inner-spin-button,
.app-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.app-input-suffix {
    display: flex;
    align-items: center;
}

.app-input-suffix .bones-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Skin Creator Specific Styles */
.app-page-container {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    height: calc(100vh - 200px);
    align-items: flex-start;
    justify-content: space-between;
}

.model-viewer {
    width: 720px;
    height: 720px;
    background: rgba(29, 26, 26, 0.95);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    border: 1px solid var(--accent-gold);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-lg);
}

.skin-creator-container {
    width: 650px;
    flex-shrink: 0;
    margin-left: auto;
    position: sticky;
    top: 2rem;
}

.skin-actions-container {
    width: 720px;
    display: flex;
    gap: 1rem;
    background: rgba(29, 26, 26, 0.95);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--accent-gold);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-lg);
    margin-top: 1rem;
}

.controls-panel {
    background: rgba(29, 26, 26, 0.95);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    height: 100%;
    overflow-y: auto;
    border: 1px solid var(--accent-gold);
    box-shadow: var(--shadow-lg);
}

.control-group {
    border: 1px solid var(--accent-gold);
    border-radius: 0.5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
}

.control-group:last-child {
    border: 1px solid var(--accent-gold);
}

.control-group h3 {
    color: var(--text-soft);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.model-select {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background: rgba(29, 26, 26, 0.95);
    border: 1px solid var(--accent-gold);
    color: var(--text-soft);
    margin-bottom: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.model-select:hover {
    border-color: var(--accent-glow);
    box-shadow: 0 0 10px rgba(224, 112, 45, 0.2);
}

.radio-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.radio-option label {
    color: var(--text-soft);
    cursor: pointer;
}

.range-control {
    width: 100%;
    margin-bottom: 0.5rem;
    -webkit-appearance: none;
    height: 6px;
    background: rgba(29, 26, 26, 0.95);
    border-radius: 3px;
    outline: none;
    border: 1px solid var(--accent-gold);
}

.range-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: var(--accent-glow);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(224, 112, 45, 0.4);
}

.range-control::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(224, 112, 45, 0.6);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    color: var(--text-soft);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.color-control {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.color-control label {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.color-control input[type="color"] {
    width: 60px;
    height: 30px;
    border: 1px solid var(--accent-gold);
    border-radius: 0.5rem;
    background: rgba(29, 26, 26, 0.95);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.color-control input[type="color"]:hover {
    border-color: var(--accent-glow);
    box-shadow: 0 0 10px rgba(224, 112, 45, 0.2);
}

.texture-preview {
    width: 100%;
    height: 30px;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--accent-gold);
    grid-column: span 2;
}

/* Responsive adjustments for skin creator */
@media (max-width: 1800px) {
    .app-page-container {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .model-viewer {
        width: 100%;
        max-width: 720px;
        height: 720px;
    }

    .skin-creator-container {
        width: 100%;
        max-width: 720px;
        margin-left: 0;
    }

    .skin-actions-container {
        width: 100%;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .model-viewer {
        height: 520px;
    }

    .controls-panel {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .control-group {
        padding: 0.75rem;
    }
}

.rotation-control {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
    background: rgba(29, 26, 26, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid var(--accent-gold);
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--text-soft);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.rotation-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(224, 112, 45, 0.2);
}

.rotation-control i {
    font-size: 1.2rem;
}

/* Logs Section Styles */
.logs-navigation {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(29, 26, 26, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 165, 0, 0.1);
    overflow-x: auto;
}

.log-nav-btn {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 8px;
    padding: 10px 20px;
    color: var(--text-white);
    cursor: pointer;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    white-space: nowrap;
}

.log-nav-btn i {
    font-size: 1.2em;
    color: var(--accent-gold);
}

.log-nav-btn:hover {
    background: rgba(62, 58, 54, 0.5);
    border-color: var(--accent-gold);
}

.log-nav-btn.active {
    background: linear-gradient(135deg, rgba(224, 112, 45, 0.2), rgba(199, 146, 62, 0.2));
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-sm), 0 0 10px rgba(224, 112, 45, 0.2);
}

.log-section {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.log-section.active {
    display: block;
}

.log-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.log-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.date-range {
    display: flex;
    gap: 10px;
}

.economy-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.stat-card {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-card i {
    font-size: 2em;
    color: var(--accent-gold);
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-label {
    color: var(--text-muted);
    font-size: 0.9em;
}

.stat-value {
    color: var(--text-white);
    font-size: 1.2em;
    font-family: 'Staatliches', sans-serif;
}

.logs-container {
    background: rgba(29, 26, 26, 0.8);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    max-height: 500px;
    overflow-y: auto;
}

.log-entry {
    background: rgba(43, 45, 58, 0.3);
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.log-entry:last-child {
    margin-bottom: 0;
}

.log-entry-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.log-entry-type {
    color: var(--accent-gold);
    font-size: 0.9em;
    font-family: 'Staatliches', sans-serif;
}

.log-entry-details {
    color: var(--text-white);
}

.log-entry-timestamp {
    color: var(--text-muted);
    font-size: 0.8em;
}

.log-entry-amount {
    font-family: 'Staatliches', sans-serif;
    font-size: 1.1em;
}

.log-entry-amount.positive {
    color: #4CAF50;
}

.log-entry-amount.negative {
    color: #f44336;
}

/* User Activity & Experience Bar Styles */
.user-activity-stats {
    padding: 15px 0;
}

.level-info {
    margin-bottom: 20px;
    text-align: center;
}

.level-info h3 {
    color: var(--accent-gold);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.experience-bar-container {
    margin-bottom: 15px;
}

.experience-bar {
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.experience-fill {
    height: 100%;
    background: linear-gradient(90deg, #4ecdc4, #44a08d);
    border-radius: 8px;
    transition: width 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.experience-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.experience-text {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}

.activity-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

.stat-value {
    color: var(--accent-gold);
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

/* Responsive design for activity stats */
@media (max-width: 768px) {
    .activity-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-item {
        padding: 8px 12px;
    }
    
    .stat-label {
        font-size: 13px;
    }
    
    .stat-value {
        font-size: 14px;
    }
}

/* Leaderboard Stats Styling */
.leaderboard-stats {
    padding: 15px 0;
}

.user-rank-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.rank-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rank-number {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--accent-gold);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.rank-label {
    font-size: 0.9em;
    color: var(--text-white);
    opacity: 0.8;
    margin-top: 5px;
}

.bones-display {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--text-white);
}

.leaderboard-top {
    margin-bottom: 15px;
}

.leaderboard-top h4 {
    color: var(--accent-gold);
    margin-bottom: 10px;
    font-size: 1.1em;
    text-align: center;
}

.top-users-list {
    max-height: 300px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
}

.top-user-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.top-user-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.top-user-item.current-user {
    border-left-color: var(--accent-gold);
    background: rgba(255, 215, 0, 0.1);
}

.user-rank {
    font-weight: bold;
    color: var(--accent-gold);
    min-width: 30px;
}

.user-name {
    flex: 1;
    margin: 0 10px;
    color: var(--text-white);
    font-size: 0.9em;
}

.user-bones {
    color: var(--text-white);
    font-weight: bold;
    font-size: 0.9em;
}

.fee-pool-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-top: 10px;
}

.fee-pool-label {
    color: var(--text-white);
    opacity: 0.8;
    font-size: 0.9em;
}

.fee-pool-amount {
    color: var(--accent-gold);
    font-weight: bold;
    font-size: 1.1em;
}

.loading {
    text-align: center;
    color: var(--text-white);
    opacity: 0.7;
    padding: 20px;
    font-style: italic;
}

/* Scrollbar styling for leaderboard */
.top-users-list::-webkit-scrollbar {
    width: 6px;
}

.top-users-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.top-users-list::-webkit-scrollbar-thumb {
    background: var(--accent-gold);
    border-radius: 3px;
}

.top-users-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.8);
}

/* Kill Stats Styling */
.kill-stats {
    padding: 15px 0;
}

.stats-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 5px;
}

.tab-button {
    flex: 1;
    padding: 10px 15px;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: var(--text-white);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Staatliches', sans-serif;
    font-size: 0.9em;
}

.tab-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-button.active {
    background: var(--accent-gold);
    color: var(--bg-base);
    font-weight: bold;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

.rank-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.1));
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.rank-number {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--accent-gold);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.rank-label {
    font-size: 0.9em;
    color: var(--text-white);
    opacity: 0.8;
    margin-top: 5px;
}

.combat-stats {
    margin-bottom: 20px;
}

.stat-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.stat-item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.stat-label {
    color: var(--text-white);
    font-size: 0.9em;
    font-weight: 500;
}

.stat-value {
    color: var(--accent-gold);
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}

.dino-info {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 165, 0, 0.1);
}

.favorite-dino, .last-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.favorite-dino:last-child, .last-active:last-child {
    margin-bottom: 0;
}

.dino-label, .active-label {
    color: var(--text-white);
    opacity: 0.8;
    font-size: 0.9em;
}

.dino-value, .active-value {
    color: var(--accent-gold);
    font-weight: bold;
    font-size: 0.9em;
}

.top-dinos {
    margin-top: 20px;
}

.top-dinos h4 {
    color: var(--accent-gold);
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: center;
}

.dino-list {
    max-height: 200px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
}

.dino-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.dino-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.dino-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-white);
    font-size: 0.9em;
}

.dino-emoji {
    font-size: 1.2em;
}

.dino-kills {
    color: var(--accent-gold);
    font-weight: bold;
    font-size: 0.9em;
}

.loading {
    text-align: center;
    color: var(--text-white);
    opacity: 0.7;
    padding: 20px;
    font-style: italic;
}

/* Scrollbar styling for dino list */
.dino-list::-webkit-scrollbar {
    width: 6px;
}

.dino-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.dino-list::-webkit-scrollbar-thumb {
    background: var(--accent-gold);
    border-radius: 3px;
}

.dino-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.8);
}

/* Responsive design for kill stats */
@media (max-width: 768px) {
    .stat-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .stat-item {
        padding: 10px 12px;
    }
    
    .favorite-dino, .last-active {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* Admin form styles */
.admin-form select.app-input {
    padding-left: 45px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c7923e'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--text-white);
}

.admin-form select.app-input option {
    background: var(--bg-base);
    color: var(--text-white);
    padding: 12px;
}

/* Dinosaur Management Styles */
.form-section {
    margin: 30px 0;
    padding: 25px;
    background: rgba(29, 26, 26, 0.4);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.form-section h3 {
    color: var(--accent-gold);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.3em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-section h3 i {
    font-size: 1.4em;
}

.dinosaur-controls {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.add-dinosaur-section h4,
.user-dinosaurs-section h4 {
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 165, 0, 0.2);
}

.dinosaur-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
}

.dinosaurs-list {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(255, 165, 0, 0.1);
    border-radius: 8px;
    background: rgba(29, 26, 26, 0.2);
}

.dinosaur-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
    transition: var(--transition-smooth);
}

.dinosaur-item:last-child {
    border-bottom: none;
}

.dinosaur-item:hover {
    background: rgba(255, 165, 0, 0.05);
}

.dinosaur-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dinosaur-name {
    color: var(--text-white);
    font-family: 'Staatliches', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

.dinosaur-details {
    color: var(--text-muted);
    font-size: 0.9em;
    display: flex;
    gap: 15px;
}

.dinosaur-actions {
    display: flex;
    gap: 10px;
}

.dinosaur-actions .app-btn {
    padding: 8px 15px;
    font-size: 0.9em;
}

.loading-dinosaurs {
    padding: 30px;
    text-align: center;
    color: var(--text-muted);
    font-style: italic;
}

.empty-dinosaurs {
    padding: 30px;
    text-align: center;
    color: var(--text-muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.empty-dinosaurs i {
    font-size: 2em;
    color: rgba(255, 165, 0, 0.3);
}

/* Responsive design for dinosaur management */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .dinosaur-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .dinosaur-actions {
        align-self: stretch;
        justify-content: flex-end;
    }
    
    .dinosaur-details {
        flex-direction: column;
        gap: 5px;
    }
}
  