/* ================================
   TREASURE HUNT - Public Page
   Tema Mappa del Tesoro Antica
   ================================ */

/* Font Pirata */
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.treasure-map-bg {
    font-family: 'Poppins', sans-serif;
    background: #1a1410;
    color: #2c1810;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Sfondo Mappa Antica */
body.treasure-map-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(26, 20, 16, 0.3), rgba(26, 20, 16, 0.5)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E"),
        repeating-linear-gradient(90deg, rgba(139, 105, 76, 0.05) 0px, transparent 1px, transparent 2px, rgba(139, 105, 76, 0.05) 3px),
        repeating-linear-gradient(0deg, rgba(139, 105, 76, 0.05) 0px, transparent 1px, transparent 2px, rgba(139, 105, 76, 0.05) 3px),
        linear-gradient(135deg, #d4a574 0%, #c9965e 25%, #b88550 50%, #a67645 75%, #8b694c 100%);
    z-index: -2;
}

/* Overlay Texture Vecchia Carta */
.old-map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, rgba(44, 24, 16, 0.4) 100%),
        url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' seed='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23paper)' opacity='0.3'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: -1;
    mix-blend-mode: multiply;
}

/* Header */
.treasure-header {
    background: linear-gradient(180deg, rgba(44, 24, 16, 0.95) 0%, rgba(44, 24, 16, 0.8) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid #cea936;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        inset 0 -2px 0 rgba(206, 169, 54, 0.5);
    position: sticky;
    top: 0;
    z-index: 100;
}

.treasure-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.compass-icon {
    font-size: 2.5rem;
    animation: compass-spin 20s linear infinite;
    filter: drop-shadow(0 2px 8px rgba(206, 169, 54, 0.6));
}

@keyframes compass-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pirate-title {
    font-family: 'Pirata One', cursive;
    font-size: 2rem;
    color: #cea936;
    text-shadow: 
        2px 2px 0 rgba(0, 0, 0, 0.5),
        0 0 20px rgba(206, 169, 54, 0.6);
    letter-spacing: 2px;
    margin: 0;
}

.login-button {
    background: linear-gradient(135deg, #cea936 0%, #d4af37 100%);
    color: #2c1810;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 
        0 4px 15px rgba(206, 169, 54, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.login-button:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 25px rgba(206, 169, 54, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Contenuto Principale */
.treasure-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Scroll/Pergamena Antica */
.treasure-scroll {
    background: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(250, 245, 235, 0.9)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper-texture'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23paper-texture)' opacity='0.1'/%3E%3C/svg%3E");
    border: 3px solid #8b694c;
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 0 50px rgba(139, 105, 76, 0.1),
        0 0 0 1px rgba(206, 169, 54, 0.3);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.treasure-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.treasure-scroll::before,
.treasure-scroll::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, #8b694c 0%, transparent 70%);
    border-radius: 50%;
}

.treasure-scroll::before {
    top: 15px;
    left: 15px;
}

.treasure-scroll::after {
    bottom: 15px;
    right: 15px;
}

.scroll-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #cea936;
}

.seal {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.scroll-header h2 {
    font-family: 'Pirata One', cursive;
    font-size: 2rem;
    color: #2c1810;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(206, 169, 54, 0.3);
}

.scroll-content {
    color: #3d2817;
    line-height: 1.8;
}

.ancient-text {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: justify;
    color: #3d2817;
    margin: 0;
}

/* Statistiche */
.treasure-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.treasure-stats.visible {
    opacity: 1;
    transform: translateY(0);
}

.stat-scroll {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 235, 0.95)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='texture'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23texture)' opacity='0.08'/%3E%3C/svg%3E");
    border: 3px solid #8b694c;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.2),
        inset 0 0 30px rgba(139, 105, 76, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.stat-scroll:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 30px rgba(139, 105, 76, 0.1);
}

.stat-scroll.active {
    border-color: #38ef7d;
    background: linear-gradient(135deg, rgba(200, 246, 213, 0.95), rgba(152, 230, 161, 0.95));
}

.stat-scroll.found {
    border-color: #f5576c;
    background: linear-gradient(135deg, rgba(254, 215, 215, 0.95), rgba(252, 129, 129, 0.95));
}

.stat-scroll.points {
    border-color: #fad961;
    background: linear-gradient(135deg, rgba(250, 217, 97, 0.95), rgba(247, 107, 28, 0.95));
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.stat-value {
    font-family: 'Pirata One', cursive;
    font-size: 3rem;
    color: #2c1810;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 0 rgba(206, 169, 54, 0.3);
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5d4e37;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Regole */
.rules-list {
    list-style: none;
    padding: 0;
}

.rules-list li {
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #3d2817;
    border-bottom: 1px dashed rgba(139, 105, 76, 0.3);
}

.rules-list li:last-child {
    border-bottom: none;
}

/* Come Funziona */
.how-it-works .scroll-content {
    padding: 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.step-card {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(139, 105, 76, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: #cea936;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #cea936, #d4af37);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(206, 169, 54, 0.4);
}

.step-icon {
    font-size: 3rem;
    margin: 1rem 0;
}

.step-card h3 {
    font-family: 'Pirata One', cursive;
    font-size: 1.25rem;
    color: #2c1810;
    margin-bottom: 0.75rem;
}

.step-card p {
    font-size: 0.875rem;
    color: #5d4e37;
    line-height: 1.6;
    margin: 0;
}

/* Sezione Indizi */
.hints-section {
    margin: 3rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.hints-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.hints-container {
    background: 
        linear-gradient(to bottom, rgba(44, 24, 16, 0.95), rgba(44, 24, 16, 0.9)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='dark-paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23dark-paper)' opacity='0.2'/%3E%3C/svg%3E");
    border: 4px solid #cea936;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        inset 0 0 80px rgba(206, 169, 54, 0.1),
        0 0 0 1px rgba(206, 169, 54, 0.5);
    position: relative;
}

.hints-container::before,
.hints-container::after {
    content: '🗝️';
    position: absolute;
    font-size: 2rem;
    opacity: 0.3;
}

.hints-container::before {
    top: 20px;
    left: 20px;
    transform: rotate(-15deg);
}

.hints-container::after {
    bottom: 20px;
    right: 20px;
    transform: rotate(15deg);
}

.hints-header {
    text-align: center;
    margin-bottom: 2rem;
}

.compass-large {
    font-size: 4rem;
    animation: compass-spin 20s linear infinite;
    filter: drop-shadow(0 4px 16px rgba(206, 169, 54, 0.8));
    margin-bottom: 1rem;
}

.hints-header .pirate-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hints-subtitle {
    color: rgba(206, 169, 54, 0.8);
    font-style: italic;
    font-size: 1rem;
}

.hints-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.no-hints {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: rgba(206, 169, 54, 0.6);
}

.treasure-chest {
    font-size: 5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 20px rgba(206, 169, 54, 0.4));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.no-hints p {
    margin: 0.5rem 0;
    font-size: 1.125rem;
}

.hint-wait {
    font-size: 0.875rem !important;
    font-style: italic;
    opacity: 0.7;
}

/* Card Indizi */
.hint-card {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 235, 0.95)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='hint-texture'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23hint-texture)' opacity='0.1'/%3E%3C/svg%3E");
    border: 3px solid #8b694c;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 40px rgba(139, 105, 76, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.hint-card.visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.hint-card:hover {
    transform: scale(1.03) translateY(-5px) rotate(-1deg);
    box-shadow: 
        0 12px 35px rgba(0, 0, 0, 0.4),
        inset 0 0 40px rgba(206, 169, 54, 0.1);
    border-color: #cea936;
}

.hint-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px dashed rgba(139, 105, 76, 0.3);
}

.hint-badge {
    background: linear-gradient(135deg, #cea936, #d4af37);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(206, 169, 54, 0.4);
}

.hint-date {
    font-size: 0.75rem;
    color: #5d4e37;
    font-weight: 600;
}

.hint-body {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hint-icon {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
}

.hint-text {
    flex: 1;
    font-size: 1rem;
    color: #2c1810;
    line-height: 1.6;
    font-style: italic;
    font-weight: 500;
}

.hint-footer {
    margin-top: 1rem;
    text-align: center;
    padding-top: 0.75rem;
    border-top: 2px dashed rgba(139, 105, 76, 0.3);
}

.hint-decoration {
    font-size: 1.5rem;
    opacity: 0.6;
}

/* Status Caccia */
.hunt-status {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 235, 0.95));
    border: 3px solid #8b694c;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.hunt-status.inactive {
    border-color: #cbd5e0;
}

.hunt-status.active {
    border-color: #38ef7d;
    background: linear-gradient(135deg, rgba(200, 246, 213, 0.95), rgba(152, 230, 161, 0.95));
}

.hunt-status.completed {
    border-color: #fad961;
    background: linear-gradient(135deg, rgba(250, 217, 97, 0.95), rgba(247, 107, 28, 0.95));
}

.hunt-status.error {
    border-color: #f5576c;
    background: linear-gradient(135deg, rgba(254, 215, 215, 0.95), rgba(252, 129, 129, 0.95));
}

.status-icon {
    font-size: 3rem;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.hunt-status p {
    font-family: 'Pirata One', cursive;
    font-size: 1.5rem;
    color: #2c1810;
    margin: 0;
}

/* Footer */
.treasure-footer {
    background: linear-gradient(180deg, rgba(44, 24, 16, 0.8) 0%, rgba(44, 24, 16, 0.95) 100%);
    border-top: 3px solid #cea936;
    padding: 2rem;
    text-align: center;
    margin-top: 4rem;
    box-shadow: 
        0 -4px 20px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(206, 169, 54, 0.5);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    color: #cea936;
}

.footer-decoration {
    font-size: 2rem;
    animation: float 3s ease-in-out infinite;
}

.footer-content p {
    font-family: 'Pirata One', cursive;
    font-size: 1.25rem;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .treasure-header {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .pirate-title {
        font-size: 1.5rem;
    }
    
    .compass-icon {
        font-size: 2rem;
    }
    
    .treasure-content {
        padding: 1rem;
    }
    
    .treasure-scroll {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .scroll-header h2 {
        font-size: 1.5rem;
    }
    
    .ancient-text {
        font-size: 1rem;
    }
    
    .treasure-stats {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .hints-container {
        padding: 2rem 1rem;
    }
    
    .hints-header .pirate-title {
        font-size: 1.75rem;
    }
    
    .hints-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .treasure-header {
        padding: 0.75rem;
    }
    
    .pirate-title {
        font-size: 1.25rem;
    }
    
    .login-button {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    .treasure-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-scroll {
        padding: 1.5rem;
    }
    
    .stat-value {
        font-size: 2.5rem;
    }
    
    .hints-header .pirate-title {
        font-size: 1.5rem;
    }
    
    .compass-large {
        font-size: 3rem;
    }
}

/* Animazioni Aggiuntive */
@keyframes parchment-unfold {
    from {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* Effetto Carta Bruciata sui Bordi */
.treasure-scroll::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: 
        radial-gradient(circle at 10% 10%, transparent 5%, rgba(139, 105, 76, 0.3) 5.5%, transparent 6%),
        radial-gradient(circle at 90% 15%, transparent 4%, rgba(139, 105, 76, 0.3) 4.5%, transparent 5%),
        radial-gradient(circle at 85% 90%, transparent 6%, rgba(139, 105, 76, 0.3) 6.5%, transparent 7%),
        radial-gradient(circle at 15% 85%, transparent 5%, rgba(139, 105, 76, 0.3) 5.5%, transparent 6%);
    border-radius: 20px;
    z-index: -1;
    pointer-events: none;
}

/* Effetto Inchiostro che Sbava */
.hint-text::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: #8b694c;
    float: left;
    line-height: 1;
    margin-right: 0.1em;
}

/* Print Styles (per stampare i QR) */
@media print {
    body.treasure-map-bg::before,
    .old-map-overlay,
    .treasure-header,
    .treasure-footer,
    .hunt-status {
        display: none;
    }
    
    .treasure-scroll {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* ========== SIDEBAR BUTTONS IN HEADER ========== */
.treasure-header .sidebar-btn {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #cea936, #d4af37);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(206, 169, 54, 0.4);
    text-decoration: none;
    font-size: 24px;
}

.treasure-header .sidebar-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(206, 169, 54, 0.6);
}

.treasure-header .sidebar-btn svg {
    width: 24px;
    height: 24px;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

@media (max-width: 768px) {
    .treasure-header .sidebar-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* ========== FIX HEADER MOBILE ========== */
@media (max-width: 768px) {
    .treasure-header {
        padding: 1rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .treasure-logo {
        width: 100%;
        justify-content: center;
    }
    
    .pirate-title {
        font-size: 1.5rem;
    }
    
    .compass-icon {
        font-size: 2rem;
    }
    
    /* Contenitore per i tre bottoni */
    .treasure-header > a {
        flex: 0 0 calc(33.333% - 0.35rem);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0 !important;
    }
    
    .login-button {
        padding: 10px !important;
        width: auto !important;
        height: 45px !important;
    }
    
    .login-button svg {
        margin-right: 0;
    }
    
    /* Nascondi il testo su mobile */
    .login-button::after {
        content: attr(aria-label);
        display: none;
    }
    
    .sidebar-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px;
        margin-right: 0 !important;
    }
}