/* _content/LuxesTracker.BlazorGame/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5wh93xg7wp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5wh93xg7wp] {
    flex: 1;
}

.sidebar[b-5wh93xg7wp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5wh93xg7wp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5wh93xg7wp]  a, .top-row[b-5wh93xg7wp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5wh93xg7wp]  a:hover, .top-row[b-5wh93xg7wp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5wh93xg7wp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5wh93xg7wp] {
        justify-content: space-between;
    }

    .top-row[b-5wh93xg7wp]  a, .top-row[b-5wh93xg7wp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5wh93xg7wp] {
        flex-direction: row;
    }

    .sidebar[b-5wh93xg7wp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5wh93xg7wp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5wh93xg7wp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5wh93xg7wp], article[b-5wh93xg7wp] {
    }
}

#blazor-error-ui[b-5wh93xg7wp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5wh93xg7wp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LuxesTracker.BlazorGame/Components/Pages/Game.razor.rz.scp.css */
/* Game Container - Temple d'Olympe */
.game-container[b-udcrnfa9m0] {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    padding: 24px;
    background: 
        radial-gradient(ellipse at top, rgba(212, 175, 55, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse at bottom, rgba(139, 69, 19, 0.2) 0%, transparent 60%),
        linear-gradient(180deg, 
            #1a0f0a 0%,
            #2d1810 25%,
            #3d2418 50%,
            #2d1810 75%,
            #1a0f0a 100%
        );
    background-attachment: fixed;
    font-family: 'Cormorant Garamond', serif;
    color: #d4af37;
    position: relative;
}

.game-container[b-udcrnfa9m0]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(212, 175, 55, 0.02) 2px,
            rgba(212, 175, 55, 0.02) 4px
        );
    pointer-events: none;
    z-index: 1;
}

.game-container[b-udcrnfa9m0]::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='p' width='200' height='200' patternUnits='userSpaceOnUse'%3E%3Cpath d='M50 0 L50 50 L0 50' stroke='%23d4af37' stroke-width='2' fill='none'/%3E%3Cpath d='M200 50 L150 50 L150 0' stroke='%23d4af37' stroke-width='2' fill='none'/%3E%3Cpath d='M50 200 L50 150 L0 150' stroke='%23d4af37' stroke-width='2' fill='none'/%3E%3Cpath d='M200 150 L150 150 L150 200' stroke='%23d4af37' stroke-width='2' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23p)' opacity='0.05'/%3E%3C/svg%3E");
    animation: scrollPattern-b-udcrnfa9m0 120s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes scrollPattern-b-udcrnfa9m0 {
    from { background-position: 0 0; }
    to { background-position: 400px 400px; }
}

.game-container > *[b-udcrnfa9m0] {
    position: relative;
    z-index: 2;
}

/* Game Header - Fronton du Temple */
.game-header[b-udcrnfa9m0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
    animation: templeRise-b-udcrnfa9m0 1s ease-out;
}

@keyframes templeRise-b-udcrnfa9m0 {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Sections principales - Colonnes du Temple */
.game-container > div[b-udcrnfa9m0],
.game-container > section[b-udcrnfa9m0] {
    animation: columnRise-b-udcrnfa9m0 0.8s ease-out backwards;
}

.game-container > div:nth-child(2)[b-udcrnfa9m0] { animation-delay: 0.1s; }
.game-container > div:nth-child(3)[b-udcrnfa9m0] { animation-delay: 0.2s; }
.game-container > div:nth-child(4)[b-udcrnfa9m0] { animation-delay: 0.3s; }
.game-container > div:nth-child(5)[b-udcrnfa9m0] { animation-delay: 0.4s; }

@keyframes columnRise-b-udcrnfa9m0 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive - Adaptation pour les tablettes */
@media (max-width: 1200px) {
    .game-header[b-udcrnfa9m0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .game-container[b-udcrnfa9m0] {
        padding: 16px;
    }

    .game-header[b-udcrnfa9m0] {
        gap: 16px;
        margin-bottom: 24px;
    }
}

/* Scrollbar personnalisée - Style grec */
.game-container[b-udcrnfa9m0]::-webkit-scrollbar {
    width: 12px;
}

.game-container[b-udcrnfa9m0]::-webkit-scrollbar-track {
    background: rgba(26, 15, 10, 0.8);
    border-left: 2px solid #8b6914;
}

.game-container[b-udcrnfa9m0]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4af37, #b8943d);
    border-radius: 6px;
    border: 2px solid #8b6914;
    box-shadow: 
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.5);
}

.game-container[b-udcrnfa9m0]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #e5c054, #d4af37);
    box-shadow: 
        inset 0 2px 4px rgba(255, 255, 255, 0.4),
        0 4px 12px rgba(212, 175, 55, 0.4);
}

/* Effets de particules dorées */
@keyframes goldenParticle-b-udcrnfa9m0 {
    0% {
        transform: translateY(0) translateX(0) scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(20px) scale(1);
        opacity: 0;
    }
}

/* Titres de section - Style gravure grecque */
h1[b-udcrnfa9m0], h2[b-udcrnfa9m0], h3[b-udcrnfa9m0], h4[b-udcrnfa9m0] {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(212, 175, 55, 0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/AddItemModal.razor.rz.scp.css */
/* Form Layout */
.create-form[b-eq7fvxeuds], .item-selection[b-eq7fvxeuds] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Form Groups */
.form-group[b-eq7fvxeuds] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    animation: slideInUp-b-eq7fvxeuds 0.3s ease-out backwards;
}

.form-group:nth-child(1)[b-eq7fvxeuds] { animation-delay: 0.05s; }
.form-group:nth-child(2)[b-eq7fvxeuds] { animation-delay: 0.1s; }
.form-group:nth-child(3)[b-eq7fvxeuds] { animation-delay: 0.15s; }
.form-group:nth-child(4)[b-eq7fvxeuds] { animation-delay: 0.2s; }

@keyframes slideInUp-b-eq7fvxeuds {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Labels */
.form-group label[b-eq7fvxeuds] {
    color: #e94560;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group label[b-eq7fvxeuds]::before {
    content: '›';
    font-size: 1.2rem;
    color: #ff6b88;
}

/* Form Inputs */
.form-input[b-eq7fvxeuds], .form-textarea[b-eq7fvxeuds], .form-select[b-eq7fvxeuds] {
    padding: 0.875rem 1rem;
    background: rgba(22, 33, 62, 0.6);
    border: 1px solid rgba(233, 69, 96, 0.2);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    font-family: inherit;
}

.form-input[b-eq7fvxeuds]::placeholder, .form-textarea[b-eq7fvxeuds]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input:hover[b-eq7fvxeuds], .form-textarea:hover[b-eq7fvxeuds], .form-select:hover[b-eq7fvxeuds] {
    border-color: rgba(233, 69, 96, 0.4);
    background: rgba(22, 33, 62, 0.8);
}

.form-input:focus[b-eq7fvxeuds], .form-textarea:focus[b-eq7fvxeuds], .form-select:focus[b-eq7fvxeuds] {
    outline: none;
    border-color: #e94560;
    background: rgba(22, 33, 62, 0.9);
    box-shadow: 
        0 0 0 3px rgba(233, 69, 96, 0.1),
        0 4px 12px rgba(233, 69, 96, 0.2);
    transform: translateY(-1px);
}

/* Textarea */
.form-textarea[b-eq7fvxeuds] {
    resize: vertical;
    min-height: 80px;
    line-height: 1.5;
}

/* Select Dropdown */
.form-select[b-eq7fvxeuds] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e94560' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    appearance: none;
}

/* Attributes Section */
.attributes-section[b-eq7fvxeuds] {
    border: 1px solid rgba(233, 69, 96, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.4), rgba(15, 52, 96, 0.3));
    backdrop-filter: blur(10px);
    position: relative;
    animation: slideInUp-b-eq7fvxeuds 0.3s ease-out 0.25s backwards;
}

.attributes-section h4[b-eq7fvxeuds] {
    color: #e94560;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attributes-section h4[b-eq7fvxeuds]::before {
    content: '⚡';
    font-size: 1.2rem;
}

.attributes-grid[b-eq7fvxeuds] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

/* Definitions List */
.definitions-list[b-eq7fvxeuds] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
    margin: -0.5rem;
}

.definitions-list[b-eq7fvxeuds]::-webkit-scrollbar {
    width: 8px;
}

.definitions-list[b-eq7fvxeuds]::-webkit-scrollbar-track {
    background: rgba(15, 52, 96, 0.2);
    border-radius: 10px;
}

.definitions-list[b-eq7fvxeuds]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e94560, #0f3460);
    border-radius: 10px;
}

/* Definition Item */
.definition-item[b-eq7fvxeuds] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.5), rgba(15, 52, 96, 0.3));
    border: 2px solid rgba(233, 69, 96, 0.2);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(10px);
    animation: fadeInScale-b-eq7fvxeuds 0.3s ease-out backwards;
}

.definition-item:nth-child(1)[b-eq7fvxeuds] { animation-delay: 0.05s; }
.definition-item:nth-child(2)[b-eq7fvxeuds] { animation-delay: 0.1s; }
.definition-item:nth-child(3)[b-eq7fvxeuds] { animation-delay: 0.15s; }
.definition-item:nth-child(4)[b-eq7fvxeuds] { animation-delay: 0.2s; }
.definition-item:nth-child(5)[b-eq7fvxeuds] { animation-delay: 0.25s; }

@keyframes fadeInScale-b-eq7fvxeuds {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.definition-item:hover[b-eq7fvxeuds] {
    border-color: #e94560;
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.7), rgba(15, 52, 96, 0.5));
    box-shadow: 
        0 8px 24px rgba(233, 69, 96, 0.2),
        0 0 0 1px rgba(233, 69, 96, 0.3);
}

.definition-item.selected[b-eq7fvxeuds] {
    border-color: #e94560;
    background: linear-gradient(135deg, rgba(233, 69, 96, 0.25), rgba(15, 52, 96, 0.4));
    box-shadow: 
        0 0 30px rgba(233, 69, 96, 0.3),
        inset 0 0 20px rgba(233, 69, 96, 0.1);
}

/* Content wrapper */
.definition-info[b-eq7fvxeuds] {
    position: relative;
    padding-right: 2.5rem;
}

.definition-info h4[b-eq7fvxeuds] {
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.definition-info p[b-eq7fvxeuds] {
    margin: 0 0 0.625rem 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.4;
    word-wrap: break-word;
}

/* Definition Type Badge */
.definition-type[b-eq7fvxeuds] {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, rgba(233, 69, 96, 0.2), rgba(15, 52, 96, 0.4));
    color: #ff6b88;
    border: 1px solid rgba(233, 69, 96, 0.3);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

/* Checkmark */
.checkmark[b-eq7fvxeuds] {
    font-size: 2rem;
    color: #e94560;
    font-weight: bold;
    animation: checkmarkPop-b-eq7fvxeuds 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    filter: drop-shadow(0 0 10px rgba(233, 69, 96, 0.6));
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@keyframes checkmarkPop-b-eq7fvxeuds {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Empty State */
.empty-state[b-eq7fvxeuds] {
    text-align: center;
    padding: 3rem 2rem;
    color: rgba(255, 255, 255, 0.5);
    animation: fadeIn-b-eq7fvxeuds 0.5s ease-out;
}

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

.empty-state[b-eq7fvxeuds]::before {
    content: '📦';
    display: block;
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state p[b-eq7fvxeuds] {
    margin: 0.5rem 0;
    font-size: 1rem;
}

.empty-state p:first-of-type[b-eq7fvxeuds] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

/* Button Group */
.button-group[b-eq7fvxeuds] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(233, 69, 96, 0.2);
}

/* Buttons */
.btn[b-eq7fvxeuds] {
    padding: 0.875rem 1.75rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.btn[b-eq7fvxeuds]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:active[b-eq7fvxeuds]::before {
    width: 300px;
    height: 300px;
}

/* Primary Button */
.btn-primary[b-eq7fvxeuds] {
    background: linear-gradient(135deg, #e94560, #0f3460);
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3);
    position: relative;
    z-index: 1;
}

.btn-primary[b-eq7fvxeuds]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff6b88, #1a4d7a);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 12px;
}

.btn-primary:hover:not(:disabled)[b-eq7fvxeuds]::after {
    opacity: 1;
}

.btn-primary:hover:not(:disabled)[b-eq7fvxeuds] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 69, 96, 0.5);
}

.btn-primary:active:not(:disabled)[b-eq7fvxeuds] {
    transform: translateY(0);
}

.btn-primary:disabled[b-eq7fvxeuds] {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(0.3);
}

/* Secondary Button */
.btn-secondary[b-eq7fvxeuds] {
    background: rgba(22, 33, 62, 0.6);
    color: #e94560;
    border: 1px solid rgba(233, 69, 96, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover[b-eq7fvxeuds] {
    background: rgba(22, 33, 62, 0.9);
    border-color: #e94560;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.2);
}

.btn-secondary:active[b-eq7fvxeuds] {
    transform: translateY(0);
}

/* Error Message */
.error-message[b-eq7fvxeuds] {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(233, 69, 96, 0.15), rgba(139, 0, 0, 0.15));
    border: 1px solid rgba(233, 69, 96, 0.4);
    border-left: 4px solid #e94560;
    border-radius: 12px;
    color: #ff6b88;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    backdrop-filter: blur(10px);
    animation: shake-b-eq7fvxeuds 0.5s ease-out, slideInUp-b-eq7fvxeuds 0.3s ease-out;
}

.error-message[b-eq7fvxeuds]::before {
    content: '⚠';
    font-size: 1.5rem;
}

@keyframes shake-b-eq7fvxeuds {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .attributes-grid[b-eq7fvxeuds] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.75rem;
    }

    .button-group[b-eq7fvxeuds] {
        flex-direction: column-reverse;
    }

    .btn[b-eq7fvxeuds] {
        width: 100%;
        padding: 1rem;
    }

    .definitions-list[b-eq7fvxeuds] {
        max-height: 350px;
    }

    .definition-item[b-eq7fvxeuds] {
        padding: 1rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/AttackButton.razor.rz.scp.css */
/* Attack Button */
.attack-button[b-u4op8rti5f] {
    min-width: 200px;
    padding: 24px 40px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    color: white;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: pulse-b-u4op8rti5f 2s ease infinite;
}

@keyframes pulse-b-u4op8rti5f {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(255, 107, 107, 0.6);
    }
}

.attack-button:hover[b-u4op8rti5f] {
    transform: scale(1.1) rotate(-2deg);
    box-shadow: 0 12px 40px rgba(255, 107, 107, 0.8),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.attack-button:active[b-u4op8rti5f] {
    transform: scale(0.95);
}

.attack-button:disabled[b-u4op8rti5f] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    animation: none;
}

.attack-icon[b-u4op8rti5f] {
    font-size: 36px;
    animation: swing-b-u4op8rti5f 1s ease infinite;
}

@keyframes swing-b-u4op8rti5f {
    0%, 100% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
}

.attack-text[b-u4op8rti5f] {
    font-size: inherit;
}

/* Responsive */
@media (max-width: 768px) {
    .attack-button[b-u4op8rti5f] {
        width: 100%;
        padding: 20px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/AttributeCard.razor.rz.scp.css */
/* Carte d'attribut (lecture seule) - Tablette de Pierre */
.attribute-tablet[b-jufqhzvtre] {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    border: 3px solid #2c2c2c;
    border-radius: 4px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    box-shadow: 
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.attribute-tablet[b-jufqhzvtre]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 6px
        );
    pointer-events: none;
}

.attribute-tablet:hover[b-jufqhzvtre] {
    transform: translateY(-5px);
    border-color: #555;
    box-shadow: 
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 8px 16px rgba(0, 0, 0, 0.6);
}

.tablet-icon[b-jufqhzvtre] {
    font-size: 1.8rem;
    color: #d4af37;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7));
}

.tablet-name[b-jufqhzvtre] {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tablet-value[b-jufqhzvtre] {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Remplacement du style pour .attribute-card.readonly */
.attribute-card.readonly[b-jufqhzvtre] {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.attribute-card.readonly:hover[b-jufqhzvtre] {
    transform: none;
    box-shadow: none;
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/AttributeModifierChip.razor.rz.scp.css */
/* Attribute Modifier Chip */
.attribute-modifier-chip[b-ddugpws4fc] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: 1px solid;
}

.attribute-modifier-chip:hover[b-ddugpws4fc] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.attribute-modifier-chip.positive[b-ddugpws4fc] {
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.2);
    border-color: rgba(46, 204, 113, 0.4);
}

.attribute-modifier-chip.positive:hover[b-ddugpws4fc] {
    background: rgba(46, 204, 113, 0.3);
    border-color: rgba(46, 204, 113, 0.6);
}

.attribute-modifier-chip.negative[b-ddugpws4fc] {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.4);
}

.attribute-modifier-chip.negative:hover[b-ddugpws4fc] {
    background: rgba(231, 76, 60, 0.3);
    border-color: rgba(231, 76, 60, 0.6);
}

.chip-attribute[b-ddugpws4fc] {
    opacity: 0.8;
}

.chip-value[b-ddugpws4fc] {
    font-weight: 700;
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/AttributesComponent.razor.rz.scp.css */
/* Attributes Section */
.attributes-section[b-tdscatqnpk] {
    margin-bottom: 32px;
}

.attributes-grid[b-tdscatqnpk] {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 16px;
}

.attributes-grid .attribute-card[b-tdscatqnpk] {
    flex: 1 1 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .attributes-grid[b-tdscatqnpk] {
        gap: 12px;
    }

    .attributes-grid .attribute-card[b-tdscatqnpk] {
        flex-basis: 180px;
    }
}

@media (max-width: 480px) {
    .attributes-grid[b-tdscatqnpk] {
        gap: 8px;
    }

    .attributes-grid .attribute-card[b-tdscatqnpk] {
        flex-basis: 160px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/ConnectionStatus.razor.rz.scp.css */
/* Connection Status Styles */
.connection-status[b-cls581bfxb] {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 400px;
    padding: 16px 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    animation: slideInRight-b-cls581bfxb 0.3s ease-out;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

@keyframes slideInRight-b-cls581bfxb {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.status-info[b-cls581bfxb] {
    background: rgba(52, 152, 219, 0.2);
    border-color: rgba(52, 152, 219, 0.5);
    color: #3498db;
}

.status-success[b-cls581bfxb] {
    background: rgba(46, 204, 113, 0.2);
    border-color: rgba(46, 204, 113, 0.5);
    color: #2ecc71;
}

.status-warning[b-cls581bfxb] {
    background: rgba(241, 196, 15, 0.2);
    border-color: rgba(241, 196, 15, 0.5);
    color: #f1c40f;
}

.status-error[b-cls581bfxb] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
    color: #e74c3c;
}

.status-icon[b-cls581bfxb] {
    font-size: 24px;
    filter: drop-shadow(0 0 8px currentColor);
}

.status-content[b-cls581bfxb] {
    flex: 1;
}

.status-title[b-cls581bfxb] {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    color: #ffffff;
}

.status-message[b-cls581bfxb] {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.4;
}

.retry-button[b-cls581bfxb] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.retry-button:hover:not(:disabled)[b-cls581bfxb] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.retry-button:disabled[b-cls581bfxb] {
    opacity: 0.6;
    cursor: not-allowed;
}

.retry-spinner[b-cls581bfxb] {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin-b-cls581bfxb 1s linear infinite;
}

@keyframes spin-b-cls581bfxb {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .connection-status[b-cls581bfxb] {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/DamageFlashEffect.razor.rz.scp.css */
/* Damage Flash Effect Styles */
.damage-flash-overlay[b-1kjnqauvgn] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    pointer-events: none;
    z-index: 9000;
    mix-blend-mode: screen;
    overflow: hidden;
}

/* Damage Intensity Classes */
.light-damage[b-1kjnqauvgn] {
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(231, 76, 60, 0.1) 0%, rgba(231, 76, 60, 0.05) 50%, transparent 100%);
    animation: lightDamageFlash-b-1kjnqauvgn 0.4s ease-out;
}

.medium-damage[b-1kjnqauvgn] {
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(231, 76, 60, 0.2) 0%, rgba(231, 76, 60, 0.1) 60%, transparent 100%);
    animation: mediumDamageFlash-b-1kjnqauvgn 0.4s ease-out;
}

.heavy-damage[b-1kjnqauvgn] {
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(231, 76, 60, 0.35) 0%, rgba(231, 76, 60, 0.15) 70%, transparent 100%);
    animation: heavyDamageFlash-b-1kjnqauvgn 0.4s ease-out;
}

.massive-damage[b-1kjnqauvgn] {
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(231, 76, 60, 0.5) 0%, rgba(231, 76, 60, 0.25) 50%, rgba(231, 76, 60, 0.1) 80%, transparent 100%);
    animation: massiveDamageFlash-b-1kjnqauvgn 0.4s ease-out;
}

/* Flash Animations */
@keyframes lightDamageFlash-b-1kjnqauvgn {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes mediumDamageFlash-b-1kjnqauvgn {
    0% { opacity: 0; transform: scale(1); }
    30% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 0; transform: scale(1.5); }
}

@keyframes heavyDamageFlash-b-1kjnqauvgn {
    0% { 
        opacity: 0; 
        transform: scale(1); 
        filter: blur(0px);
    }
    40% { 
        opacity: 1; 
        transform: scale(1.2); 
        filter: blur(1px);
    }
    100% { 
        opacity: 0; 
        transform: scale(1.6); 
        filter: blur(2px);
    }
}

@keyframes massiveDamageFlash-b-1kjnqauvgn {
    0% { 
        opacity: 0; 
        transform: scale(1); 
        filter: blur(0px) saturate(1);
    }
    15% { 
        opacity: 1; 
        transform: scale(1.4); 
        filter: blur(1px) saturate(1.3);
    }
    30% { 
        opacity: 0.7; 
        transform: scale(1); 
        filter: blur(2px) saturate(1.5);
    }
    45% {
        opacity: 1;
        transform: scale(1.4);
        filter: blur(2px) saturate(1.5);
    }
    100% { 
        opacity: 1; 
        transform: scale(1.8); 
        filter: blur(3px) saturate(0.8);
    }
}

/* Performance optimizations */
.damage-flash-overlay[b-1kjnqauvgn] {
    will-change: opacity, transform;
    backface-visibility: hidden;
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EditableAttributeCard.razor.rz.scp.css */
/* Carte d'attribut - Piédestal Grec */
.attribute-pedestal[b-kd8aez3akw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.attribute-pedestal:hover[b-kd8aez3akw] {
    transform: translateY(-10px);
}

/* Haut du piédestal */
.pedestal-top[b-kd8aez3akw] {
    background: linear-gradient(180deg, #b8943d, #d4af37);
    width: 100%;
    padding: 0.5rem;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.attribute-name[b-kd8aez3akw] {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1a0f0a;
    text-shadow: 1px 1px 2px rgba(255, 223, 150, 0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Corps du piédestal */
.pedestal-body[b-kd8aez3akw] {
    background: linear-gradient(180deg, #3d2418, #2d1810);
    width: 90%;
    padding: 1.5rem 1rem;
    border-left: 4px solid #8b6914;
    border-right: 4px solid #8b6914;
    box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.pedestal-body[b-kd8aez3akw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(212, 175, 55, 0.1) 10px,
            rgba(212, 175, 55, 0.1) 12px
        );
}

.attribute-icon[b-kd8aez3akw] {
    font-size: 2.5rem;
    color: #d4af37;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
    transition: transform 0.3s ease;
}

.attribute-pedestal:hover .attribute-icon[b-kd8aez3akw] {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(212, 175, 55, 0.5));
}

.attribute-value[b-kd8aez3akw] {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.5);
}

/* Base du piédestal */
.pedestal-base[b-kd8aez3akw] {
    background: linear-gradient(180deg, #d4af37, #b8943d);
    width: 100%;
    padding: 0.5rem;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.base-separator[b-kd8aez3akw] {
    width: 2px;
    height: 24px;
    background: #8b6914;
    box-shadow: 1px 0 2px rgba(255, 223, 150, 0.5);
}

/* Boutons de contrôle */
.control-btn[b-kd8aez3akw] {
    background: transparent;
    border: none;
    color: #1a0f0a;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0 1rem;
    transition: transform 0.2s ease, text-shadow 0.2s ease;
}

.control-btn:hover[b-kd8aez3akw] {
    transform: scale(1.2);
    text-shadow: 0 0 8px rgba(26, 15, 10, 0.5);
}

.control-btn:active[b-kd8aez3akw] {
    transform: scale(1.05);
}

.control-btn:disabled[b-kd8aez3akw] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    text-shadow: none;
}

.btn-icon[b-kd8aez3akw] {
    line-height: 1;
}

@media (max-width: 768px) {
    .attribute-name[b-kd8aez3akw] {
        font-size: 0.85rem;
    }
    
    .attribute-icon[b-kd8aez3akw] {
        font-size: 2rem;
    }
    
    .attribute-value[b-kd8aez3akw] {
        font-size: 1.8rem;
    }
    
    .control-btn[b-kd8aez3akw] {
        font-size: 1.5rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EditableAttributesComponent.razor.rz.scp.css */
/* Section Attributs - Temple des Vertus */
.editable-attributes-section[b-hd2isryvs1] {
    background: 
        linear-gradient(135deg, 
            rgba(139, 69, 19, 0.95) 0%,
            rgba(101, 67, 33, 0.98) 50%,
            rgba(139, 69, 19, 0.95) 100%);
    border: 3px solid #d4af37;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.7),
        inset 0 4px 8px rgba(212, 175, 55, 0.2),
        0 0 30px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

/* Motif de fond */
.editable-attributes-section[b-hd2isryvs1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 30px,
            rgba(212, 175, 55, 0.03) 30px,
            rgba(212, 175, 55, 0.03) 32px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 30px,
            rgba(212, 175, 55, 0.03) 30px,
            rgba(212, 175, 55, 0.03) 32px
        );
    pointer-events: none;
}

/* En-tête de section */
.section-header[b-hd2isryvs1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d4af37;
    position: relative;
}

.section-header[b-hd2isryvs1]::after {
    content: '⚡';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    background: rgba(45, 24, 16, 1);
    padding: 0 8px;
    animation: sparkle-b-hd2isryvs1 2s ease-in-out infinite;
}

@keyframes sparkle-b-hd2isryvs1 {
    0%, 100% { opacity: 0.7; filter: brightness(1); }
    50% { opacity: 1; filter: brightness(1.5); }
}

.section-title[b-hd2isryvs1] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.5);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.title-icon[b-hd2isryvs1] {
    font-size: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

/* Bouton de basculement */
.toggle-button[b-hd2isryvs1] {
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 148, 61, 0.1));
    border: 2px solid #d4af37;
    border-radius: 6px;
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.toggle-button[b-hd2isryvs1]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.3), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.toggle-button:hover[b-hd2isryvs1]::before {
    width: 200%;
    height: 200%;
}

.toggle-button:hover[b-hd2isryvs1] {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(184, 148, 61, 0.2));
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.toggle-button:active[b-hd2isryvs1] {
    transform: translateY(0);
}

/* Grille d'attributs - Colonnes du temple */
.attributes-grid[b-hd2isryvs1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* Carte d'attribut en lecture seule */
.attribute-card.readonly[b-hd2isryvs1] {
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    border: 2px solid #8b6914;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.5),
        inset 0 2px 4px rgba(212, 175, 55, 0.1);
}

.attribute-card.readonly:hover[b-hd2isryvs1] {
    border-color: #d4af37;
    box-shadow: 
        0 6px 16px rgba(0, 0, 0, 0.6),
        inset 0 2px 4px rgba(212, 175, 55, 0.2),
        0 0 20px rgba(212, 175, 55, 0.3);
    transform: translateY(-4px);
}

/* Animation d'apparition des cartes */
.attributes-grid > *[b-hd2isryvs1] {
    animation: attributeRise-b-hd2isryvs1 0.6s ease-out backwards;
}

.attributes-grid > *:nth-child(1)[b-hd2isryvs1] { animation-delay: 0.05s; }
.attributes-grid > *:nth-child(2)[b-hd2isryvs1] { animation-delay: 0.10s; }
.attributes-grid > *:nth-child(3)[b-hd2isryvs1] { animation-delay: 0.15s; }
.attributes-grid > *:nth-child(4)[b-hd2isryvs1] { animation-delay: 0.20s; }
.attributes-grid > *:nth-child(5)[b-hd2isryvs1] { animation-delay: 0.25s; }
.attributes-grid > *:nth-child(6)[b-hd2isryvs1] { animation-delay: 0.30s; }
.attributes-grid > *:nth-child(7)[b-hd2isryvs1] { animation-delay: 0.35s; }

@keyframes attributeRise-b-hd2isryvs1 {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1024px) {
    .attributes-grid[b-hd2isryvs1] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media (max-width: 768px) {
    .section-header[b-hd2isryvs1] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .section-title[b-hd2isryvs1] {
        font-size: 1.2rem;
        letter-spacing: 2px;
        justify-content: center;
    }
    
    .toggle-button[b-hd2isryvs1] {
        width: 100%;
    }
    
    .attributes-grid[b-hd2isryvs1] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 0.75rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EditablePlayerInfoCard.razor.rz.scp.css */
/* Carte d'info du joueur - Style Temple Grec */
.editable-player-info-card[b-72yvy0bcf1] {
    background: 
        linear-gradient(135deg, 
            rgba(139, 69, 19, 0.95) 0%,
            rgba(101, 67, 33, 0.98) 50%,
            rgba(139, 69, 19, 0.95) 100%);
    border: 4px solid #d4af37;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.7),
        inset 0 4px 8px rgba(212, 175, 55, 0.2),
        0 0 30px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    animation: cardGlow-b-72yvy0bcf1 4s ease-in-out infinite;
}

@keyframes cardGlow-b-72yvy0bcf1 {
    0%, 100% {
        box-shadow: 
            0 12px 48px rgba(0, 0, 0, 0.7),
            inset 0 4px 8px rgba(212, 175, 55, 0.2),
            0 0 30px rgba(212, 175, 55, 0.3);
    }
    50% {
        box-shadow: 
            0 12px 48px rgba(0, 0, 0, 0.7),
            inset 0 4px 8px rgba(212, 175, 55, 0.3),
            0 0 50px rgba(212, 175, 55, 0.5);
    }
}

/* Motif de fond grec */
.editable-player-info-card[b-72yvy0bcf1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(212, 175, 55, 0.05) 20px,
            rgba(212, 175, 55, 0.05) 22px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(212, 175, 55, 0.05) 20px,
            rgba(212, 175, 55, 0.05) 22px
        );
    pointer-events: none;
}

/* Coins ornementaux */
.editable-player-info-card[b-72yvy0bcf1]::after {
    content: '⚜️';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    opacity: 0.3;
    animation: float-b-72yvy0bcf1 3s ease-in-out infinite;
}

@keyframes float-b-72yvy0bcf1 {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

/* Nom du joueur - Inscription héroïque */
.player-name[b-72yvy0bcf1] {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 900;
    color: #d4af37;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(212, 175, 55, 0.6),
        0 0 40px rgba(212, 175, 55, 0.3);
    position: relative;
    animation: titleShine-b-72yvy0bcf1 3s ease-in-out infinite;
}

@keyframes titleShine-b-72yvy0bcf1 {
    0%, 100% {
        text-shadow: 
            3px 3px 6px rgba(0, 0, 0, 0.9),
            0 0 20px rgba(212, 175, 55, 0.6),
            0 0 40px rgba(212, 175, 55, 0.3);
    }
    50% {
        text-shadow: 
            3px 3px 6px rgba(0, 0, 0, 0.9),
            0 0 30px rgba(212, 175, 55, 0.8),
            0 0 60px rgba(212, 175, 55, 0.5);
    }
}

.player-name[b-72yvy0bcf1]::before,
.player-name[b-72yvy0bcf1]::after {
    content: '⚔️';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    opacity: 0.7;
    animation: swordGlint-b-72yvy0bcf1 2s ease-in-out infinite;
}

.player-name[b-72yvy0bcf1]::before {
    left: -40px;
}

.player-name[b-72yvy0bcf1]::after {
    right: -40px;
    transform: translateY(-50%) scaleX(-1);
}

@keyframes swordGlint-b-72yvy0bcf1 {
    0%, 100% { opacity: 0.7; filter: brightness(1); }
    50% { opacity: 1; filter: brightness(1.3); }
}

@media (max-width: 768px) {
    .editable-player-info-card[b-72yvy0bcf1] {
        padding: 1.5rem;
    }
    
    .player-name[b-72yvy0bcf1] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    
    .player-name[b-72yvy0bcf1]::before,
    .player-name[b-72yvy0bcf1]::after {
        display: none;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EditablePlayerVitalsComponent.razor.rz.scp.css */
/* Composant Vitals - Style Grec Mythologique */
.editable-player-vitals[b-z98gtre395] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

/* Sections vitales - Ambroisie et Éther */
.vital-section[b-z98gtre395] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
}

/* Barre de vie/mana - Vase grec */
.vital-bar[b-z98gtre395] {
    position: relative;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid;
    border-radius: 6px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
}

.health-bar[b-z98gtre395] {
    border-color: #8b0000;
    background: 
        linear-gradient(135deg, rgba(139, 0, 0, 0.2), rgba(220, 20, 60, 0.1)),
        rgba(0, 0, 0, 0.4);
}

.mana-bar[b-z98gtre395] {
    border-color: #1e3a8a;
    background: 
        linear-gradient(135deg, rgba(30, 58, 138, 0.2), rgba(59, 130, 246, 0.1)),
        rgba(0, 0, 0, 0.4);
}

/* Label avec icône */
.vital-label[b-z98gtre395] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.vital-icon[b-z98gtre395] {
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

/* Conteneur de la barre */
.bar-container[b-z98gtre395] {
    position: relative;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 
        inset 0 2px 8px rgba(0, 0, 0, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Motif de fond grec pour les barres */
.bar-container[b-z98gtre395]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.02) 10px,
            rgba(255, 255, 255, 0.02) 20px
        );
    pointer-events: none;
}

/* Remplissage de la barre - Effet fluide divin */
.bar-fill[b-z98gtre395] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    overflow: hidden;
}

.health-fill[b-z98gtre395] {
    background: linear-gradient(
        90deg,
        #8b0000 0%,
        #dc143c 50%,
        #ff6b6b 100%
    );
    box-shadow: 
        0 0 20px rgba(220, 20, 60, 0.6),
        inset 0 2px 8px rgba(255, 255, 255, 0.2);
    animation: healthFlow-b-z98gtre395 3s ease-in-out infinite;
}

@keyframes healthFlow-b-z98gtre395 {
    0%, 100% {
        background-position: 0% 50%;
        box-shadow: 
            0 0 20px rgba(220, 20, 60, 0.6),
            inset 0 2px 8px rgba(255, 255, 255, 0.2);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 
            0 0 30px rgba(220, 20, 60, 0.8),
            inset 0 2px 8px rgba(255, 255, 255, 0.3);
    }
}

.health-fill[b-z98gtre395]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3) 50%,
        transparent
    );
    animation: shimmer-b-z98gtre395 2s linear infinite;
}

.mana-fill[b-z98gtre395] {
    background: linear-gradient(
        90deg,
        #1e3a8a 0%,
        #3b82f6 50%,
        #60a5fa 100%
    );
    box-shadow: 
        0 0 20px rgba(59, 130, 246, 0.6),
        inset 0 2px 8px rgba(255, 255, 255, 0.2);
    animation: manaFlow-b-z98gtre395 3s ease-in-out infinite;
}

@keyframes manaFlow-b-z98gtre395 {
    0%, 100% {
        background-position: 0% 50%;
        box-shadow: 
            0 0 20px rgba(59, 130, 246, 0.6),
            inset 0 2px 8px rgba(255, 255, 255, 0.2);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 
            0 0 30px rgba(59, 130, 246, 0.8),
            inset 0 2px 8px rgba(255, 255, 255, 0.3);
    }
}

.mana-fill[b-z98gtre395]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3) 50%,
        transparent
    );
    animation: shimmer-b-z98gtre395 2s linear infinite 0.5s;
}

@keyframes shimmer-b-z98gtre395 {
    from { transform: translateX(-100%); }
    to { transform: translateX(200%); }
}

/* Texte de la barre */
.bar-text[b-z98gtre395] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    z-index: 10;
    pointer-events: none;
}

/* Contrôles - Autel des modifications */
.vital-controls[b-z98gtre395] {
    display: flex;
    justify-content: center;
}

.health-control-group[b-z98gtre395],
.mana-control-group[b-z98gtre395] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
}

/* Input de montant */
.amount-input[b-z98gtre395] {
    width: 80px;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #8b6914;
    border-radius: 4px;
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.amount-input:focus[b-z98gtre395] {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
    background: rgba(0, 0, 0, 0.8);
}

.amount-input[b-z98gtre395]::placeholder {
    color: rgba(212, 175, 55, 0.5);
    font-size: 0.85rem;
}

/* Boutons de contrôle - Symboles divins */
.control-button[b-z98gtre395] {
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    color: #d4af37;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.control-button[b-z98gtre395]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.4), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.control-button:hover[b-z98gtre395]::before {
    width: 100%;
    height: 100%;
}

.add-button[b-z98gtre395] {
    border-color: #4ade80;
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.3);
}

.add-button:hover[b-z98gtre395] {
    border-color: #22c55e;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.3), rgba(34, 197, 94, 0.2));
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 16px rgba(74, 222, 128, 0.5);
}

.remove-button[b-z98gtre395] {
    border-color: #ef4444;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.remove-button:hover[b-z98gtre395] {
    border-color: #dc2626;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(220, 38, 38, 0.2));
    transform: scale(1.1) rotate(-90deg);
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.5);
}

.control-button:active[b-z98gtre395] {
    transform: scale(0.9);
}

.control-button:disabled[b-z98gtre395] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

.button-icon[b-z98gtre395] {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

/* Affichage de l'or - Trésor d'Olympe */
.gold-display[b-z98gtre395] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: 
        linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 148, 61, 0.1)),
        rgba(0, 0, 0, 0.4);
    border: 3px solid #d4af37;
    border-radius: 8px;
    margin-top: 1rem;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.6),
        inset 0 2px 8px rgba(212, 175, 55, 0.3),
        0 0 20px rgba(212, 175, 55, 0.4);
    animation: goldGlow-b-z98gtre395 2s ease-in-out infinite;
}

@keyframes goldGlow-b-z98gtre395 {
    0%, 100% {
        box-shadow: 
            0 8px 24px rgba(0, 0, 0, 0.6),
            inset 0 2px 8px rgba(212, 175, 55, 0.3),
            0 0 20px rgba(212, 175, 55, 0.4);
    }
    50% {
        box-shadow: 
            0 8px 24px rgba(0, 0, 0, 0.6),
            inset 0 2px 8px rgba(212, 175, 55, 0.4),
            0 0 30px rgba(212, 175, 55, 0.6);
    }
}

.gold-icon[b-z98gtre395] {
    font-size: 2rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
    animation: coinSpin-b-z98gtre395 4s linear infinite;
}

@keyframes coinSpin-b-z98gtre395 {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.gold-amount[b-z98gtre395] {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #d4af37;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.6);
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .vital-label[b-z98gtre395] {
        font-size: 1rem;
    }
    
    .bar-container[b-z98gtre395] {
        height: 35px;
    }
    
    .bar-text[b-z98gtre395] {
        font-size: 0.9rem;
    }
    
    .amount-input[b-z98gtre395] {
        width: 70px;
        font-size: 0.9rem;
    }
    
    .control-button[b-z98gtre395] {
        width: 36px;
        height: 36px;
        font-size: 1.3rem;
    }
    
    .gold-amount[b-z98gtre395] {
        font-size: 1.5rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EquipmentCard.razor.rz.scp.css */
/* Carte d'équipement - Bouclier Grec (Hoplon) */
.equipment-shield[b-qphb0geti4] {
    position: relative;
    width: 180px;
    height: 220px;
    background: linear-gradient(135deg, #8B4513, #654321);
    border-radius: 50% / 60% 60% 40% 40%;
    border: 4px solid #d4af37;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.6),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    transition: all 0.3s ease;
    animation: forgeShield-b-qphb0geti4 0.7s ease-out;
}

@keyframes forgeShield-b-qphb0geti4 {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.equipment-shield:hover[b-qphb0geti4] {
    transform: translateY(-10px) rotate(3deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.7),
        inset 0 0 25px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(212, 175, 55, 0.3);
}

/* Umbo (centre du bouclier) */
.shield-boss[b-qphb0geti4] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, #e5c054, #b8943d);
    border-radius: 50%;
    border: 3px solid #8b6914;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.equipment-icon[b-qphb0geti4] {
    font-size: 2.5rem;
    color: #1a0f0a;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

/* Corps du bouclier */
.shield-body[b-qphb0geti4] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.equipment-name[b-qphb0geti4] {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1rem;
    color: #d4af37;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: auto; /* Pousse le nom en haut */
}

.equipment-attributes[b-qphb0geti4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
    margin-top: auto; /* Pousse les attributs en bas */
}

.attr-chip[b-qphb0geti4] {
    background: rgba(0, 0, 0, 0.5);
    color: #d4af37;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #8b6914;
}

.no-attr-text[b-qphb0geti4] {
    font-size: 0.8rem;
    color: #b8943d;
    font-style: italic;
}

/* Bordure du bouclier */
.shield-rim[b-qphb0geti4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50% / 60% 60% 40% 40%;
    border: 8px solid transparent;
    pointer-events: none;
}

.unequip-button[b-qphb0geti4] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #B71C1C, #D32F2F);
    border: 2px solid #8B0000;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.unequip-button:hover[b-qphb0geti4] {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(244, 67, 54, 0.7);
}

.unequip-button:disabled[b-qphb0geti4] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .equipment-shield[b-qphb0geti4] {
        width: 150px;
        height: 180px;
    }
    .shield-boss[b-qphb0geti4] {
        width: 60px;
        height: 60px;
    }
    .equipment-icon[b-qphb0geti4] {
        font-size: 2rem;
    }
    .equipment-name[b-qphb0geti4] {
        font-size: 0.9rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/EquipmentComponent.razor.rz.scp.css */
/* Section Équipement - Panoplie du Guerrier */
.equipment-section[b-ai3hkegkay] {
    background: 
        linear-gradient(135deg, 
            rgba(139, 69, 19, 0.95) 0%,
            rgba(101, 67, 33, 0.98) 50%,
            rgba(139, 69, 19, 0.95) 100%);
    border: 3px solid #d4af37;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.7),
        inset 0 4px 8px rgba(212, 175, 55, 0.2),
        0 0 30px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

/* Motif d'armure grecque */
.equipment-section[b-ai3hkegkay]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(212, 175, 55, 0.03) 20px,
            rgba(212, 175, 55, 0.03) 22px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            rgba(212, 175, 55, 0.03) 20px,
            rgba(212, 175, 55, 0.03) 22px
        );
    pointer-events: none;
}

/* Titre de section */
.section-title[b-ai3hkegkay] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.5);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d4af37;
    z-index: 1;
}

.section-title[b-ai3hkegkay]::after {
    content: '🛡️';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    background: rgba(45, 24, 16, 1);
    padding: 0 8px;
    animation: shieldPulse-b-ai3hkegkay 2s ease-in-out infinite;
}

@keyframes shieldPulse-b-ai3hkegkay {
    0%, 100% { 
        transform: translateX(-50%) scale(1); 
        filter: brightness(1);
    }
    50% { 
        transform: translateX(-50%) scale(1.1); 
        filter: brightness(1.3);
    }
}

.title-icon[b-ai3hkegkay] {
    font-size: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

/* Grille d'équipements */
.equipment-grid[b-ai3hkegkay] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* État vide - Arsenal vide */
.empty-state[b-ai3hkegkay] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.empty-state-icon[b-ai3hkegkay] {
    font-size: 5rem;
    opacity: 0.4;
    animation: emptyWeapon-b-ai3hkegkay 3s ease-in-out infinite;
}

@keyframes emptyWeapon-b-ai3hkegkay {
    0%, 100% { 
        transform: rotate(-10deg);
        opacity: 0.4;
    }
    50% { 
        transform: rotate(10deg);
        opacity: 0.6;
    }
}

.empty-state-text[b-ai3hkegkay] {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #b8943d;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Animation d'apparition des équipements */
.equipment-grid > *[b-ai3hkegkay] {
    animation: equipmentForge-b-ai3hkegkay 0.6s ease-out backwards;
}

.equipment-grid > *:nth-child(1)[b-ai3hkegkay] { animation-delay: 0.1s; }
.equipment-grid > *:nth-child(2)[b-ai3hkegkay] { animation-delay: 0.2s; }
.equipment-grid > *:nth-child(3)[b-ai3hkegkay] { animation-delay: 0.3s; }
.equipment-grid > *:nth-child(4)[b-ai3hkegkay] { animation-delay: 0.4s; }
.equipment-grid > *:nth-child(5)[b-ai3hkegkay] { animation-delay: 0.5s; }
.equipment-grid > *:nth-child(6)[b-ai3hkegkay] { animation-delay: 0.6s; }

@keyframes equipmentForge-b-ai3hkegkay {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-180deg);
        filter: brightness(2);
    }
    60% {
        transform: scale(1.1) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: brightness(1);
    }
}

@media (max-width: 1024px) {
    .equipment-grid[b-ai3hkegkay] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .equipment-section[b-ai3hkegkay] {
        padding: 1rem;
    }
    
    .section-title[b-ai3hkegkay] {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    
    .equipment-grid[b-ai3hkegkay] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }
    
    .empty-state[b-ai3hkegkay] {
        padding: 3rem 1rem;
    }
    
    .empty-state-icon[b-ai3hkegkay] {
        font-size: 4rem;
    }
    
    .empty-state-text[b-ai3hkegkay] {
        font-size: 1.1rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/FloatingDamageNumbers.razor.rz.scp.css */
/* Floating Damage Numbers Styles */
.floating-damage-container[b-ftl7rie1d5] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 8500;
    overflow: hidden;
}

.floating-damage[b-ftl7rie1d5] {
    position: absolute;
    font-weight: 700;
    transform-origin: center;
    user-select: none;
    animation: floatUp-b-ftl7rie1d5 1s ease-out forwards;
}

/* Damage Type Classes */
.damage-light[b-ftl7rie1d5] {
    font-size: 20px;
    color: #e67e22;
}

.damage-medium[b-ftl7rie1d5] {
    font-size: 24px;
    color: #e74c3c;
    animation-duration: 1.5s;
}

.damage-heavy[b-ftl7rie1d5] {
    font-size: 32px;
    color: #c0392b;
    font-weight: 900;
    animation-duration: 2s;
}

.damage-massive[b-ftl7rie1d5] {
    font-size: 40px;
    color: #8e44ad;
    font-weight: 900;
    animation-duration: 2.5s;
}

/* Float Animations */
@keyframes floatUp-b-ftl7rie1d5 {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
        filter: brightness(1);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px) scale(1.1);
        filter: brightness(1.2);
    }
    100% {
        opacity: 0;
        transform: translateY(-80px) scale(0.8);
        filter: brightness(0.8);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .floating-damage[b-ftl7rie1d5] {
        font-size: 18px;
    }
    
    .damage-medium[b-ftl7rie1d5] {
        font-size: 20px;
    }
    
    .damage-heavy[b-ftl7rie1d5] {
        font-size: 24px;
    }
    
    .damage-massive[b-ftl7rie1d5] {
        font-size: 28px;
    }
    
    .damage-massive[b-ftl7rie1d5]::before {
        font-size: 12px;
        top: -20px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/InventoryComponent.razor.rz.scp.css */
/* Section Inventaire - Amphore du Héros */
.inventory-section[b-ogicf2xfio] {
    background: 
        linear-gradient(135deg, 
            rgba(139, 69, 19, 0.95) 0%,
            rgba(101, 67, 33, 0.98) 50%,
            rgba(139, 69, 19, 0.95) 100%);
    border: 3px solid #d4af37;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.7),
        inset 0 4px 8px rgba(212, 175, 55, 0.2),
        0 0 30px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

/* Motif de vase grec */
.inventory-section[b-ogicf2xfio]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 15px,
            rgba(212, 175, 55, 0.03) 15px,
            rgba(212, 175, 55, 0.03) 17px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 15px,
            rgba(212, 175, 55, 0.03) 15px,
            rgba(212, 175, 55, 0.03) 17px
        );
    pointer-events: none;
}

/* Titre de section */
.section-title[b-ogicf2xfio] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.5);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d4af37;
    z-index: 1;
}

.section-title[b-ogicf2xfio]::after {
    content: '⚱️';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    background: rgba(45, 24, 16, 1);
    padding: 0 8px;
    animation: amphora-b-ogicf2xfio 3s ease-in-out infinite;
}

@keyframes amphora-b-ogicf2xfio {
    0%, 100% { transform: translateX(-50%) rotate(-5deg); }
    50% { transform: translateX(-50%) rotate(5deg); }
}

.title-icon[b-ogicf2xfio] {
    font-size: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

/* Bouton d'ajout d'item */
.add-item-btn[b-ogicf2xfio] {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.4), rgba(184, 148, 61, 0.2)),
        linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(139, 105, 20, 0.5));
    border: 3px solid #d4af37;
    color: #d4af37;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 16px rgba(0, 0, 0, 0.6),
        inset 0 2px 8px rgba(212, 175, 55, 0.3),
        0 0 20px rgba(212, 175, 55, 0.4);
    position: relative;
    overflow: hidden;
}

.add-item-btn[b-ogicf2xfio]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.5), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.add-item-btn:hover[b-ogicf2xfio]::before {
    width: 200%;
    height: 200%;
}

.add-item-btn:hover[b-ogicf2xfio] {
    transform: scale(1.15) rotate(180deg);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.7),
        inset 0 2px 8px rgba(212, 175, 55, 0.4),
        0 0 30px rgba(212, 175, 55, 0.6);
    border-color: #e5c054;
}

.add-item-btn:active[b-ogicf2xfio] {
    transform: scale(0.95) rotate(180deg);
}

/* Grille d'items */
.items-grid[b-ogicf2xfio] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* État vide - Agora déserte */
.empty-state[b-ogicf2xfio] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.empty-state-icon[b-ogicf2xfio] {
    font-size: 5rem;
    opacity: 0.4;
    animation: emptyFloat-b-ogicf2xfio 4s ease-in-out infinite;
}

@keyframes emptyFloat-b-ogicf2xfio {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(-5deg); }
    75% { transform: translateY(-10px) rotate(5deg); }
}

.empty-state-text[b-ogicf2xfio] {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #b8943d;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
    .items-grid[b-ogicf2xfio] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .inventory-section[b-ogicf2xfio] {
        padding: 1rem;
    }
    
    .section-title[b-ogicf2xfio] {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    
    .add-item-btn[b-ogicf2xfio] {
        width: 38px;
        height: 38px;
        font-size: 1.5rem;
    }
    
    .items-grid[b-ogicf2xfio] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }
    
    .empty-state[b-ogicf2xfio] {
        padding: 3rem 1rem;
    }
    
    .empty-state-icon[b-ogicf2xfio] {
        font-size: 4rem;
    }
    
    .empty-state-text[b-ogicf2xfio] {
        font-size: 1.1rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/ItemCard.razor.rz.scp.css */
/* Carte d'item - Amphore Grecque */
.item-amphora[b-0t2p2k6398] {
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s ease;
    animation: forgeItem-b-0t2p2k6398 0.6s ease-out;
}

@keyframes forgeItem-b-0t2p2k6398 {
    from {
        opacity: 0;
        transform: scale(0.8) rotate(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.item-amphora:hover[b-0t2p2k6398] {
    transform: translateY(-10px);
}

/* Col de l'amphore */
.amphora-neck[b-0t2p2k6398] {
    background: linear-gradient(180deg, #8B4513, #A0522D);
    padding: 0.5rem;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.item-name[b-0t2p2k6398] {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #FDF5E6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Corps de l'amphore */
.amphora-body[b-0t2p2k6398] {
    background: #D2B48C; /* Tan - couleur poterie */
    color: #3D2B1F;
    padding: 1.5rem 1rem;
    border-left: 4px solid #8B4513;
    border-right: 4px solid #8B4513;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.amphora-body[b-0t2p2k6398]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238B4513' fill-opacity='0.2'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.item-icon[b-0t2p2k6398] {
    font-size: 3rem;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}

.item-description[b-0t2p2k6398] {
    font-size: 0.85rem;
    font-style: italic;
    min-height: 50px;
}

.item-quantity[b-0t2p2k6398] {
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(139, 69, 19, 0.1);
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
}

/* Base de l'amphore */
.amphora-base[b-0t2p2k6398] {
    background: linear-gradient(180deg, #A0522D, #8B4513);
    padding: 0.6rem;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.item-type-badge[b-0t2p2k6398] {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #FDF5E6;
    font-size: 0.9rem;
}

/* Bouton Équiper */
.equip-button[b-0t2p2k6398] {
    background: linear-gradient(135deg, #d4af37, #b8943d);
    border: 2px solid #8b6914;
    border-radius: 20px;
    color: #1a0f0a;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.equip-button:hover[b-0t2p2k6398] {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.equip-button:disabled[b-0t2p2k6398] {
    opacity: 0.6;
    cursor: not-allowed;
}

.button-icon[b-0t2p2k6398] {
    font-size: 1.2rem;
}

.button-spinner[b-0t2p2k6398] {
    animation: spin 1s linear infinite;
}

@media (max-width: 768px) {
    .item-name[b-0t2p2k6398] {
        font-size: 1rem;
    }
    .item-icon[b-0t2p2k6398] {
        font-size: 2.5rem;
    }
    .item-description[b-0t2p2k6398] {
        min-height: 40px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/LoadingScreen.razor.rz.scp.css */
/* Loading Screen Styles */
.loading-container[b-6jwmwa5zp4] {
    width: 100%;
    height: 100vh;
    background: linear-gradient(-45deg, #0f0c29, #302b63, #24243e, #16213e, #0f0c29);
    background-size: 400% 400%;
    animation: gradientShift-b-6jwmwa5zp4 15s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

@keyframes gradientShift-b-6jwmwa5zp4 {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

.loading-content[b-6jwmwa5zp4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 2;
    animation: fadeInUp-b-6jwmwa5zp4 1s ease-out;
}

@keyframes fadeInUp-b-6jwmwa5zp4 {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Logo Section */
.loading-logo[b-6jwmwa5zp4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.logo-icon[b-6jwmwa5zp4] {
    font-size: 80px;
    color: #667eea;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    animation: logoFloat-b-6jwmwa5zp4 3s ease-in-out infinite;
}

@keyframes logoFloat-b-6jwmwa5zp4 {
    0%, 100% { 
        transform: translateY(0px) scale(1);
        filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    }
    50% { 
        transform: translateY(-10px) scale(1.05);
        filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.8));
    }
}

.logo-text[b-6jwmwa5zp4] {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
    animation: logoGlow-b-6jwmwa5zp4 2s ease-in-out infinite;
}

@keyframes logoGlow-b-6jwmwa5zp4 {
    0%, 100% { 
        filter: drop-shadow(0 0 10px rgba(102, 126, 234, 0.5));
        transform: scale(1);
    }
    50% { 
        filter: drop-shadow(0 0 25px rgba(102, 126, 234, 0.8));
        transform: scale(1.02);
    }
}

/* Spinner Section */
.loading-spinner[b-6jwmwa5zp4] {
    position: relative;
    width: 120px;
    height: 120px;
}

.spinner-ring[b-6jwmwa5zp4] {
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: spin-b-6jwmwa5zp4 2s linear infinite;
}

.spinner-ring:nth-child(1)[b-6jwmwa5zp4] {
    width: 120px;
    height: 120px;
    border-top-color: #667eea;
    animation-duration: 2s;
}

.spinner-ring:nth-child(2)[b-6jwmwa5zp4] {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    border-right-color: #764ba2;
    animation-duration: 1.5s;
    animation-direction: reverse;
}

.spinner-ring:nth-child(3)[b-6jwmwa5zp4] {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    border-bottom-color: #f093fb;
    animation-duration: 1s;
}

@keyframes spin-b-6jwmwa5zp4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading Text */
.loading-text[b-6jwmwa5zp4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.loading-message[b-6jwmwa5zp4] {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    animation: messageGlow-b-6jwmwa5zp4 3s ease-in-out infinite;
}

@keyframes messageGlow-b-6jwmwa5zp4 {
    0%, 100% { 
        opacity: 0.8;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    }
    50% { 
        opacity: 1;
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }
}

.loading-dots[b-6jwmwa5zp4] {
    display: flex;
    gap: 8px;
}

.dot[b-6jwmwa5zp4] {
    width: 12px;
    height: 12px;
    background: #667eea;
    border-radius: 50%;
    animation: dotBounce-b-6jwmwa5zp4 1.4s ease-in-out infinite both;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
}

.dot:nth-child(1)[b-6jwmwa5zp4] { animation-delay: -0.32s; }
.dot:nth-child(2)[b-6jwmwa5zp4] { animation-delay: -0.16s; }
.dot:nth-child(3)[b-6jwmwa5zp4] { animation-delay: 0s; }

@keyframes dotBounce-b-6jwmwa5zp4 {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Progress Bar */
.loading-progress[b-6jwmwa5zp4] {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.progress-bar[b-6jwmwa5zp4] {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.progress-fill[b-6jwmwa5zp4] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);
    animation: progressGlow-b-6jwmwa5zp4 2s ease-in-out infinite;
}

@keyframes progressGlow-b-6jwmwa5zp4 {
    0%, 100% {
        box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);
    }
    50% {
        box-shadow: 0 0 20px rgba(102, 126, 234, 0.8);
    }
}

.progress-text[b-6jwmwa5zp4] {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.8;
}

/* Background Particles */
.loading-background[b-6jwmwa5zp4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-particle[b-6jwmwa5zp4] {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(102, 126, 234, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(102, 126, 234, 0.8);
    animation: floatParticle-b-6jwmwa5zp4 8s ease-in-out infinite;
}

.floating-particle:nth-child(1)[b-6jwmwa5zp4] {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.floating-particle:nth-child(2)[b-6jwmwa5zp4] {
    top: 60%;
    left: 80%;
    animation-delay: -2s;
    animation-duration: 10s;
}

.floating-particle:nth-child(3)[b-6jwmwa5zp4] {
    top: 80%;
    left: 20%;
    animation-delay: -4s;
    animation-duration: 12s;
}

.floating-particle:nth-child(4)[b-6jwmwa5zp4] {
    top: 30%;
    left: 70%;
    animation-delay: -1s;
    animation-duration: 9s;
}

.floating-particle:nth-child(5)[b-6jwmwa5zp4] {
    top: 70%;
    left: 60%;
    animation-delay: -3s;
    animation-duration: 11s;
}

.floating-particle:nth-child(6)[b-6jwmwa5zp4] {
    top: 40%;
    left: 30%;
    animation-delay: -5s;
    animation-duration: 7s;
}

@keyframes floatParticle-b-6jwmwa5zp4 {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translateY(-20px) translateX(10px) scale(1.2);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-40px) translateX(-5px) scale(0.8);
        opacity: 0.6;
    }
    75% {
        transform: translateY(-20px) translateX(-10px) scale(1.1);
        opacity: 0.9;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .loading-content[b-6jwmwa5zp4] {
        gap: 30px;
    }
    
    .logo-icon[b-6jwmwa5zp4] {
        font-size: 60px;
    }
    
    .logo-text[b-6jwmwa5zp4] {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .loading-spinner[b-6jwmwa5zp4] {
        width: 80px;
        height: 80px;
    }
    
    .spinner-ring:nth-child(1)[b-6jwmwa5zp4] {
        width: 80px;
        height: 80px;
    }
    
    .spinner-ring:nth-child(2)[b-6jwmwa5zp4] {
        width: 60px;
        height: 60px;
        top: 10px;
        left: 10px;
    }
    
    .spinner-ring:nth-child(3)[b-6jwmwa5zp4] {
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
    }
    
    .loading-message[b-6jwmwa5zp4] {
        font-size: 16px;
    }
    
    .loading-progress[b-6jwmwa5zp4] {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .loading-progress[b-6jwmwa5zp4] {
        width: 200px;
    }
    
    .logo-text[b-6jwmwa5zp4] {
        font-size: 24px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/LowHealthWarning.razor.rz.scp.css */
/* Low Health Warning Overlay Styles */
.low-health-overlay[b-bnty39qz7j] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 8888;
    overflow: hidden;
}

/* Health Border Elements */
.health-border-top[b-bnty39qz7j],
.health-border-right[b-bnty39qz7j],
.health-border-bottom[b-bnty39qz7j],
.health-border-left[b-bnty39qz7j] {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(231, 76, 60, 0.0) 0%, 
        rgba(231, 76, 60, 0.8) 50%, 
        rgba(231, 76, 60, 0.0) 100%);
    transition: opacity 0.3s ease;
}

.health-border-top[b-bnty39qz7j] {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(to bottom, 
        rgba(231, 76, 60, 0.8) 0%, 
        rgba(231, 76, 60, 0.0) 100%);
}

.health-border-right[b-bnty39qz7j] {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(to left, 
        rgba(231, 76, 60, 0.8) 0%, 
        rgba(231, 76, 60, 0.0) 100%);
}

.health-border-bottom[b-bnty39qz7j] {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(to top, 
        rgba(231, 76, 60, 0.8) 0%, 
        rgba(231, 76, 60, 0.0) 100%);
}

.health-border-left[b-bnty39qz7j] {
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(to right, 
        rgba(231, 76, 60, 0.8) 0%, 
        rgba(231, 76, 60, 0.0) 100%);
}

/* Health Intensity Classes */
.warning-health .health-border-top[b-bnty39qz7j],
.warning-health .health-border-right[b-bnty39qz7j],
.warning-health .health-border-bottom[b-bnty39qz7j],
.warning-health .health-border-left[b-bnty39qz7j] {
    opacity: 0.3;
    animation: warningPulse-b-bnty39qz7j 3s ease-in-out infinite;
}

.warning-health .health-border-top[b-bnty39qz7j], 
.warning-health .health-border-bottom[b-bnty39qz7j] {
    height: 20px;
}

.warning-health .health-border-right[b-bnty39qz7j],
.warning-health .health-border-left[b-bnty39qz7j] {
    width: 20px;
}

.low-health .health-border-left[b-bnty39qz7j],
.low-health .health-border-right[b-bnty39qz7j],
.low-health .health-border-top[b-bnty39qz7j],
.low-health .health-border-bottom[b-bnty39qz7j] {
    opacity: 0.6;
    animation: lowHealthPulse-b-bnty39qz7j 2s ease-in-out infinite;
}

.low-health .health-border-top[b-bnty39qz7j],
.low-health .health-border-bottom[b-bnty39qz7j] {
    height: 40px;
}

.low-health .health-border-left[b-bnty39qz7j],
.low-health .health-border-right[b-bnty39qz7j] {
    width: 40px;
}

.critical-health .health-border-top[b-bnty39qz7j],
.critical-health .health-border-right[b-bnty39qz7j],
.critical-health .health-border-bottom[b-bnty39qz7j],
.critical-health .health-border-left[b-bnty39qz7j] {
    opacity: 0.9;
    animation: criticalHealthFlash-b-bnty39qz7j 0.5s ease-in-out infinite;
}

.critical-health .health-border-top[b-bnty39qz7j],
.critical-health .health-border-bottom[b-bnty39qz7j] {
    height: 60px;
}

.critical-health .health-border-right[b-bnty39qz7j],
.critical-health .health-border-left[b-bnty39qz7j] {
    width: 60px;
}

/* Health Pulse Animations */
@keyframes warningPulse-b-bnty39qz7j {
    0%, 100% {
        opacity: 0.2;
        filter: brightness(1);
    }
    50% {
        opacity: 0.4;
        filter: brightness(1.2);
    }
}

@keyframes lowHealthPulse-b-bnty39qz7j {
    0%, 100% {
        opacity: 0.4;
        filter: brightness(1) blur(0px);
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        filter: brightness(1.3) blur(1px);
        transform: scale(1.05);
    }
}

@keyframes criticalHealthFlash-b-bnty39qz7j {
    0%, 100% {
        opacity: 0.6;
        filter: brightness(1) blur(0px);
        transform: scale(1);
    }
    25% {
        opacity: 1;
        filter: brightness(1.5) blur(2px);
        transform: scale(1.1);
    }
    75% {
        opacity: 0.8;
        filter: brightness(1.2) blur(1px);
        transform: scale(1.05);
    }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .low-health .health-border-top[b-bnty39qz7j],
    .low-health .health-border-bottom[b-bnty39qz7j] {
        height: 8px;
    }
    
    .low-health .health-border-left[b-bnty39qz7j],
    .low-health .health-border-right[b-bnty39qz7j] {
        width: 8px;
    }

    .low-health .health-border-top[b-bnty39qz7j],
    .low-health .health-border-bottom[b-bnty39qz7j] {
        height: 15px;
    }

    .low-health .health-border-left[b-bnty39qz7j],
    .low-health .health-border-right[b-bnty39qz7j] {
        width: 15px;
    }
    
    .critical-health .health-border-top[b-bnty39qz7j],
    .critical-health .health-border-bottom[b-bnty39qz7j] {
        height: 20px;
    }
    
    .critical-health .health-border-left[b-bnty39qz7j],
    .critical-health .health-border-right[b-bnty39qz7j] {
        width: 20px;
    }
}

/* Performance Optimization */
.low-health-overlay *[b-bnty39qz7j] {
    will-change: transform, opacity;
    backface-visibility: hidden;
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/Modal.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-oj3mr84kib] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(8px) saturate(120%);
    animation: fadeIn-b-oj3mr84kib 0.3s ease-out;
}

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

/* Modal Container */
.modal-container[b-oj3mr84kib] {
    position: relative;
    background: linear-gradient(145deg, rgba(15, 12, 41, 0.98), rgba(22, 33, 62, 0.98));
    border: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(233, 69, 96, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    max-width: 650px;
    width: 92%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: modalSlideIn-b-oj3mr84kib 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center center;
}

@keyframes modalSlideIn-b-oj3mr84kib {
    0% {
        transform: translateY(-40px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Modal Glow Effect */
.modal-glow[b-oj3mr84kib] {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #e94560, #0f3460, #e94560);
    border-radius: 20px;
    opacity: 0.4;
    z-index: -1;
    animation: glowPulse-b-oj3mr84kib 3s ease-in-out infinite;
    filter: blur(8px);
}

@keyframes glowPulse-b-oj3mr84kib {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

/* Modal Header */
.modal-header[b-oj3mr84kib] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 2rem;
    background: linear-gradient(180deg, rgba(233, 69, 96, 0.08), transparent);
    border-bottom: 1px solid rgba(233, 69, 96, 0.2);
    position: relative;
    overflow: hidden;
}

.modal-header[b-oj3mr84kib]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(233, 69, 96, 0.1), transparent);
    animation: shimmer-b-oj3mr84kib 3s infinite;
}

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

/* Modal Title */
.modal-title[b-oj3mr84kib] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e94560, #ff6b88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
}

.title-icon[b-oj3mr84kib] {
    font-size: 1.5rem;
    animation: sparkle-b-oj3mr84kib 2s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(233, 69, 96, 0.6));
}

@keyframes sparkle-b-oj3mr84kib {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 8px rgba(233, 69, 96, 0.6));
    }
    50% {
        transform: scale(1.1) rotate(10deg);
        filter: drop-shadow(0 0 12px rgba(233, 69, 96, 0.9));
    }
}

/* Close Button */
.modal-close-btn[b-oj3mr84kib] {
    background: rgba(233, 69, 96, 0.1);
    border: 1px solid rgba(233, 69, 96, 0.3);
    color: #e94560;
    font-size: 1.75rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    line-height: 1;
}

.modal-close-btn:hover[b-oj3mr84kib] {
    background: rgba(233, 69, 96, 0.25);
    border-color: #e94560;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 20px rgba(233, 69, 96, 0.4);
}

.modal-close-btn:active[b-oj3mr84kib] {
    transform: rotate(90deg) scale(0.95);
}

/* Modal Content */
.modal-content[b-oj3mr84kib] {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
    position: relative;
    background: rgba(15, 12, 41, 0.3);
}

/* Scrollbar Styling */
.modal-content[b-oj3mr84kib]::-webkit-scrollbar {
    width: 10px;
}

.modal-content[b-oj3mr84kib]::-webkit-scrollbar-track {
    background: rgba(15, 52, 96, 0.2);
    border-radius: 10px;
    margin: 8px 0;
}

.modal-content[b-oj3mr84kib]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e94560, #0f3460);
    border-radius: 10px;
    border: 2px solid rgba(15, 12, 41, 0.3);
    transition: all 0.3s ease;
}

.modal-content[b-oj3mr84kib]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6b88, #1a4d7a);
    box-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-oj3mr84kib] {
        width: 95%;
        max-height: 90vh;
        border-radius: 16px;
    }

    .modal-header[b-oj3mr84kib] {
        padding: 1.5rem 1.25rem;
    }

    .modal-title[b-oj3mr84kib] {
        font-size: 1.5rem;
    }

    .modal-content[b-oj3mr84kib] {
        padding: 1.5rem 1.25rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/PartyPanel.razor.rz.scp.css */
/* Panneau du Groupe - Style Grec Antique */
.olympus-party-panel[b-ooph3ex6c6] {
    background: linear-gradient(135deg, 
        rgba(139, 69, 19, 0.95) 0%,
        rgba(101, 67, 33, 0.98) 50%,
        rgba(139, 69, 19, 0.95) 100%);
    border: 3px solid #d4af37;
    border-radius: 4px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        inset 0 2px 4px rgba(212, 175, 55, 0.3),
        0 0 20px rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    animation: panelGlow-b-ooph3ex6c6 3s ease-in-out infinite;
}

.olympus-party-panel[b-ooph3ex6c6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(212, 175, 55, 0.05) 10px,
            rgba(212, 175, 55, 0.05) 11px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(212, 175, 55, 0.05) 10px,
            rgba(212, 175, 55, 0.05) 11px
        );
    pointer-events: none;
}

@keyframes panelGlow-b-ooph3ex6c6 {
    0%, 100% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 2px 4px rgba(212, 175, 55, 0.3), 0 0 20px rgba(212, 175, 55, 0.2); }
    50% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 2px 4px rgba(212, 175, 55, 0.3), 0 0 30px rgba(212, 175, 55, 0.4); }
}

.panel-header[b-ooph3ex6c6] {
    position: relative;
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.2) 0%, transparent 100%);
    border-bottom: 2px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.header-ornament[b-ooph3ex6c6] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    position: relative;
}

.header-ornament[b-ooph3ex6c6]::before,
.header-ornament[b-ooph3ex6c6]::after {
    content: '◆';
    position: absolute;
    color: #d4af37;
    font-size: 0.6rem;
    top: -5px;
}

.header-ornament.left[b-ooph3ex6c6]::before { left: 0; }
.header-ornament.right[b-ooph3ex6c6]::after { right: 0; }

.panel-title[b-ooph3ex6c6] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #d4af37;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(212, 175, 55, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.laurel-icon[b-ooph3ex6c6] {
    font-size: 1.5rem;
}

.subtitle[b-ooph3ex6c6] {
    font-size: 0.6rem;
    color: #b8943d;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
}

.party-members-container[b-ooph3ex6c6] {
    padding: 1.5rem 1rem;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.party-members-container[b-ooph3ex6c6]::-webkit-scrollbar {
    width: 8px;
}

.party-members-container[b-ooph3ex6c6]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.party-members-container[b-ooph3ex6c6]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4af37, #b8943d);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.party-member[b-ooph3ex6c6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    border: 2px solid #8b6914;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: memberAppear-b-ooph3ex6c6 0.5s ease-out;
}

@keyframes memberAppear-b-ooph3ex6c6 {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.party-member[b-ooph3ex6c6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.5s;
}

.party-member:hover[b-ooph3ex6c6] {
    border-color: #d4af37;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    transform: translateX(5px);
}

.party-member:hover[b-ooph3ex6c6]::before {
    left: 100%;
}

.member-avatar[b-ooph3ex6c6] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.avatar-ring[b-ooph3ex6c6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #d4af37;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.8), rgba(101, 67, 33, 0.9));
    box-shadow: 
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 0 15px rgba(212, 175, 55, 0.4);
    animation: ringPulse-b-ooph3ex6c6 2s ease-in-out infinite;
}

@keyframes ringPulse-b-ooph3ex6c6 {
    0%, 100% { transform: scale(1); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 15px rgba(212, 175, 55, 0.4); }
    50% { transform: scale(1.05); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.6); }
}

.avatar-icon[b-ooph3ex6c6] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.member-info[b-ooph3ex6c6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* Augmentation de l'écart pour la barre de vie */
}

.member-name[b-ooph3ex6c6] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
}

.member-health-bar-container[b-ooph3ex6c6] {
    position: relative;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #8b6914;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
}

.member-health-bar-fill[b-ooph3ex6c6] {
    height: 100%;
    background: linear-gradient(90deg, #8b0000, #dc143c);
    transition: width 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(220, 20, 60, 0.5);
}

.member-health-bar-text[b-ooph3ex6c6] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
}

.member-title[b-ooph3ex6c6] {
    font-size: 0.75rem;
    color: #b8943d;
    font-style: italic;
    letter-spacing: 0.5px;
}

.member-status[b-ooph3ex6c6] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-orb[b-ooph3ex6c6] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 
        0 0 8px #4ade80,
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    animation: orbPulse-b-ooph3ex6c6 1.5s ease-in-out infinite;
}

.status-wounded .status-orb[b-ooph3ex6c6] {
    background: #f59e0b;
    box-shadow: 0 0 8px #f59e0b, inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

@keyframes orbPulse-b-ooph3ex6c6 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

.empty-agora[b-ooph3ex6c6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    gap: 1rem;
}

.empty-icon[b-ooph3ex6c6] {
    font-size: 4rem;
    opacity: 0.5;
    animation: sway-b-ooph3ex6c6 3s ease-in-out infinite;
}

@keyframes sway-b-ooph3ex6c6 {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

.empty-text[b-ooph3ex6c6] {
    font-size: 1.2rem;
    color: #b8943d;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
}

.empty-subtext[b-ooph3ex6c6] {
    font-size: 0.9rem;
    color: #8b6914;
    font-style: italic;
}

.panel-footer[b-ooph3ex6c6] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(212, 175, 55, 0.2) 0%, transparent 100%);
    border-top: 2px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-pattern[b-ooph3ex6c6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: 
        repeating-linear-gradient(
            90deg,
            #d4af37 0px,
            #d4af37 10px,
            transparent 10px,
            transparent 15px
        );
}

.party-count[b-ooph3ex6c6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #d4af37;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
}

.count-icon[b-ooph3ex6c6] {
    font-size: 1.2rem;
    animation: bounce-b-ooph3ex6c6 2s ease-in-out infinite;
}

@keyframes bounce-b-ooph3ex6c6 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.count-label[b-ooph3ex6c6] {
    font-size: 0.85rem;
    color: #b8943d;
    font-style: italic;
}

@media (max-width: 768px) {
    .panel-title[b-ooph3ex6c6] {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    
    .party-member[b-ooph3ex6c6] {
        padding: 0.75rem;
    }
    
    .member-avatar[b-ooph3ex6c6] {
        width: 40px;
        height: 40px;
    }
    
    .avatar-icon[b-ooph3ex6c6] {
        font-size: 1.2rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/PlayerInfoCard.razor.rz.scp.css */
/* Player Info Card */
.player-info-card[b-29j69vu40h] {
    flex: 1;
    background: linear-gradient(145deg, #1e1e2e 0%, #2a2a3e 100%);
    border: 2px solid rgba(138, 43, 226, 0.5);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(138, 43, 226, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.player-info-card:hover[b-29j69vu40h] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(138, 43, 226, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.player-name[b-29j69vu40h] {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
    animation: glow-b-29j69vu40h 2s ease-in-out infinite;
}

@keyframes glow-b-29j69vu40h {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(102, 126, 234, 0.5)); }
    50% { filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.8)); }
}

/* Responsive */
@media (max-width: 768px) {
    .player-name[b-29j69vu40h] {
        font-size: 24px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/PlayerVitalsComponent.razor.rz.scp.css */
/* Player Vitals */
.player-vitals[b-6e87lp50yv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vital-bar[b-6e87lp50yv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vital-label[b-6e87lp50yv] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 80px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e0e0e0;
}

.vital-icon[b-6e87lp50yv] {
    font-size: 20px;
    animation: bounce-b-6e87lp50yv 2s ease infinite;
}

@keyframes bounce-b-6e87lp50yv {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bar-container[b-6e87lp50yv] {
    position: relative;
    flex: 1;
    height: 32px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bar-fill[b-6e87lp50yv] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
}

.health-fill[b-6e87lp50yv] {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: healthPulse-b-6e87lp50yv 2s ease infinite;
}

@keyframes healthPulse-b-6e87lp50yv {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

.mana-fill[b-6e87lp50yv] {
    background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
    box-shadow: 0 0 20px rgba(52, 152, 219, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: manaPulse-b-6e87lp50yv 2s ease infinite;
}

@keyframes manaPulse-b-6e87lp50yv {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

.bar-text[b-6e87lp50yv] {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.gold-display[b-6e87lp50yv] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(218, 165, 32, 0.2) 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    border-radius: 12px;
    margin-top: 8px;
}

.gold-icon[b-6e87lp50yv] {
    font-size: 24px;
}

.gold-amount[b-6e87lp50yv] {
    font-size: 20px;
    font-weight: 900;
    color: #ffd700;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

/* Responsive */
@media (max-width: 480px) {
    .bar-text[b-6e87lp50yv] {
        font-size: 11px;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/StatusEffectCard.razor.rz.scp.css */
/* Carte d'effet de statut - Parchemin Grec */
.status-scroll[b-hli6j7d7pd] {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: manifestScroll-b-hli6j7d7pd 0.6s ease-out;
}

@keyframes manifestScroll-b-hli6j7d7pd {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.scroll-top[b-hli6j7d7pd], .scroll-bottom[b-hli6j7d7pd] {
    height: 20px;
    width: 110%;
    margin-left: -5%;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border: 2px solid #654321;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

.scroll-top[b-hli6j7d7pd] {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.scroll-bottom[b-hli6j7d7pd] {
    border-radius: 0 0 10px 10px;
    border-top: none;
}

.scroll-body[b-hli6j7d7pd] {
    background: #FDF5E6; /* Couleur parchemin */
    color: #3D2B1F; /* Texte brun foncé */
    padding: 1.5rem 1rem;
    border-left: 2px solid #654321;
    border-right: 2px solid #654321;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    position: relative;
    box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}

.scroll-body[b-hli6j7d7pd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            rgba(139, 69, 19, 0.05),
            rgba(139, 69, 19, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
    opacity: 0.5;
}

.status-scroll:hover[b-hli6j7d7pd] {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

/* Styles basés sur le type d'effet */
.status-scroll.buff .scroll-body[b-hli6j7d7pd] {
    border-color: #4CAF50; /* Vert pour les buffs */
}
.status-scroll.buff .scroll-top[b-hli6j7d7pd], .status-scroll.buff .scroll-bottom[b-hli6j7d7pd] {
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    border-color: #1B5E20;
}

.status-scroll.debuff .scroll-body[b-hli6j7d7pd] {
    border-color: #F44336; /* Rouge pour les debuffs */
}
.status-scroll.debuff .scroll-top[b-hli6j7d7pd], .status-scroll.debuff .scroll-bottom[b-hli6j7d7pd] {
    background: linear-gradient(135deg, #B71C1C, #D32F2F);
    border-color: #B71C1C;
}

.status-scroll.inactive[b-hli6j7d7pd] {
    filter: grayscale(80%);
    opacity: 0.7;
}

.status-scroll.inactive .scroll-body[b-hli6j7d7pd] {
    border-color: #616161; /* Gris pour inactif */
}
.status-scroll.inactive .scroll-top[b-hli6j7d7pd], .status-scroll.inactive .scroll-bottom[b-hli6j7d7pd] {
    background: linear-gradient(135deg, #424242, #616161);
    border-color: #212121;
}

.effect-icon[b-hli6j7d7pd] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.effect-name[b-hli6j7d7pd] {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #654321;
}

.effect-duration[b-hli6j7d7pd] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(139, 69, 19, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
}

.duration-icon[b-hli6j7d7pd] {
    animation: spin-b-hli6j7d7pd 4s linear infinite;
}

@keyframes spin-b-hli6j7d7pd {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.effect-description[b-hli6j7d7pd] {
    font-size: 0.85rem;
    font-style: italic;
    max-width: 90%;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .effect-name[b-hli6j7d7pd] {
        font-size: 1rem;
    }
    .effect-icon[b-hli6j7d7pd] {
        font-size: 2rem;
    }
}
/* _content/LuxesTracker.BlazorGame/Components/Shared/StatusEffectsComponent.razor.rz.scp.css */
/* Section Effets de Statut - Bénédictions et Malédictions */
.status-effects-section[b-8tsc8rpr6k] {
    background: 
        linear-gradient(135deg, 
            rgba(139, 69, 19, 0.95) 0%,
            rgba(101, 67, 33, 0.98) 50%,
            rgba(139, 69, 19, 0.95) 100%);
    border: 3px solid #d4af37;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.7),
        inset 0 4px 8px rgba(212, 175, 55, 0.2),
        0 0 30px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

/* Motif mystique */
.status-effects-section[b-8tsc8rpr6k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        repeating-linear-gradient(
            60deg,
            transparent,
            transparent 25px,
            rgba(212, 175, 55, 0.02) 25px,
            rgba(212, 175, 55, 0.02) 27px
        );
    pointer-events: none;
    animation: mysticFlow-b-8tsc8rpr6k 10s linear infinite;
}

@keyframes mysticFlow-b-8tsc8rpr6k {
    from { background-position: 0 0, 0 0, 0 0; }
    to { background-position: 50px 50px, -50px -50px, 100px 0; }
}

/* Titre de section */
.section-title[b-8tsc8rpr6k] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(212, 175, 55, 0.5);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d4af37;
    z-index: 1;
}

.section-title[b-8tsc8rpr6k]::after {
    content: '✨';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    background: rgba(45, 24, 16, 1);
    padding: 0 8px;
    animation: magicPulse-b-8tsc8rpr6k 2s ease-in-out infinite;
}

@keyframes magicPulse-b-8tsc8rpr6k {
    0%, 100% { 
        transform: translateX(-50%) scale(1);
        filter: brightness(1);
    }
    50% { 
        transform: translateX(-50%) scale(1.2);
        filter: brightness(1.5) drop-shadow(0 0 10px rgba(212, 175, 55, 0.8));
    }
}

.title-icon[b-8tsc8rpr6k] {
    font-size: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

/* Grille d'effets */
.effects-grid[b-8tsc8rpr6k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* État vide - Aucun enchantement */
.empty-state[b-8tsc8rpr6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.empty-state-icon[b-8tsc8rpr6k] {
    font-size: 5rem;
    opacity: 0.4;
    animation: emptyOrb-b-8tsc8rpr6k 4s ease-in-out infinite;
}

@keyframes emptyOrb-b-8tsc8rpr6k {
    0%, 100% { 
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% { 
        transform: translateY(-15px) scale(1.1);
        opacity: 0.6;
    }
}

.empty-state-text[b-8tsc8rpr6k] {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #b8943d;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Animation d'apparition des effets */
.effects-grid > *[b-8tsc8rpr6k] {
    animation: effectManifest-b-8tsc8rpr6k 0.8s ease-out backwards;
}

.effects-grid > *:nth-child(1)[b-8tsc8rpr6k] { animation-delay: 0.1s; }
.effects-grid > *:nth-child(2)[b-8tsc8rpr6k] { animation-delay: 0.2s; }
.effects-grid > *:nth-child(3)[b-8tsc8rpr6k] { animation-delay: 0.3s; }
.effects-grid > *:nth-child(4)[b-8tsc8rpr6k] { animation-delay: 0.4s; }
.effects-grid > *:nth-child(5)[b-8tsc8rpr6k] { animation-delay: 0.5s; }

@keyframes effectManifest-b-8tsc8rpr6k {
    0% {
        opacity: 0;
        transform: scale(0) rotate(180deg);
        filter: blur(10px) brightness(2);
    }
    70% {
        transform: scale(1.1) rotate(-10deg);
        filter: blur(0) brightness(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: blur(0) brightness(1);
    }
}

/* Badge d'effet individuel */
.status-effect-badge[b-8tsc8rpr6k] {
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    border: 2px solid;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.status-effect-badge[b-8tsc8rpr6k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
    transition: left 0.6s ease;
}

.status-effect-badge:hover[b-8tsc8rpr6k]::before {
    left: 100%;
}

.status-effect-badge.positive[b-8tsc8rpr6k] {
    border-color: #4ade80;
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.3);
}

.status-effect-badge.positive:hover[b-8tsc8rpr6k] {
    border-color: #22c55e;
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.5);
    transform: translateY(-4px) scale(1.02);
}

.status-effect-badge.negative[b-8tsc8rpr6k] {
    border-color: #ef4444;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.status-effect-badge.negative:hover[b-8tsc8rpr6k] {
    border-color: #dc2626;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
    transform: translateY(-4px) scale(1.02);
}

@media (max-width: 1024px) {
    .effects-grid[b-8tsc8rpr6k] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .status-effects-section[b-8tsc8rpr6k] {
        padding: 1rem;
    }
    
    .section-title[b-8tsc8rpr6k] {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    
    .effects-grid[b-8tsc8rpr6k] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }
    
    .empty-state[b-8tsc8rpr6k] {
        padding: 3rem 1rem;
    }
    
    .empty-state-icon[b-8tsc8rpr6k] {
        font-size: 4rem;
    }
    
    .empty-state-text[b-8tsc8rpr6k] {
        font-size: 1.1rem;
    }
}
