/* /Layout/MainLayout.razor.rz.scp.css */
main[b-998ppvu4td] {
    padding: 1rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hhylnryh9f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hhylnryh9f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hhylnryh9f] {
    font-size: 1.1rem;
}

.bi[b-hhylnryh9f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hhylnryh9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hhylnryh9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hhylnryh9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hhylnryh9f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hhylnryh9f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hhylnryh9f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hhylnryh9f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hhylnryh9f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hhylnryh9f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hhylnryh9f] {
        display: none;
    }

    .collapse[b-hhylnryh9f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hhylnryh9f] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* MNB Árfolyam - Izolált CSS */

.mnb-container[b-ahm2cxunyu] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.mnb-card[b-ahm2cxunyu] {
    background: Linen;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 30px;
}

.mnb-header[b-ahm2cxunyu] {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.mnb-header h2[b-ahm2cxunyu] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
}

/* Dátum szekció */
.date-section[b-ahm2cxunyu] {
    margin-bottom: 25px;
}

.date-row[b-ahm2cxunyu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group[b-ahm2cxunyu] {
    display: flex;
    flex-direction: column;
}

.form-label[b-ahm2cxunyu] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control[b-ahm2cxunyu] {
    padding: 10px 12px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s;
}

.form-control:focus[b-ahm2cxunyu] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

/* Gyors gombok */
.quick-buttons[b-ahm2cxunyu] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn[b-ahm2cxunyu] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    font-size: 14px;
}

.btn:disabled[b-ahm2cxunyu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-ahm2cxunyu] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-ahm2cxunyu] {
    background: #5a6268;
    transform: translateY(-1px);
}

.btn-sm[b-ahm2cxunyu] {
    padding: 8px 16px;
    font-size: 13px;
}

.icon[b-ahm2cxunyu] {
    margin-right: 4px;
}

/* Deviza gombok */
.currency-section[b-ahm2cxunyu] {
    margin-bottom: 25px;
}

.currency-buttons[b-ahm2cxunyu] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.currency-btn[b-ahm2cxunyu] {
    padding: 12px 20px;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 14px;
}

.currency-btn:hover[b-ahm2cxunyu] {
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,123,255,0.2);
}

.currency-btn.active[b-ahm2cxunyu] {
    background: #007bff;
    color: white;
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}

.flag-img[b-ahm2cxunyu] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

/* Lekérdezés gomb */
.action-section[b-ahm2cxunyu] {
    text-align: center;
    margin-bottom: 20px;
}

.btn-primary[b-ahm2cxunyu] {
    background: #007bff;
    color: white;
    padding: 14px 40px;
    font-size: 16px;
}

.btn-primary:hover:not(:disabled)[b-ahm2cxunyu] {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,123,255,0.3);
}

.btn-lg[b-ahm2cxunyu] {
    padding: 14px 40px;
    font-size: 16px;
}

.spinner[b-ahm2cxunyu] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-ahm2cxunyu 0.6s linear infinite;
    margin-right: 8px;
}

@keyframes spin-b-ahm2cxunyu {
    to { transform: rotate(360deg); }
}

/* Alert üzenetek */
.alert[b-ahm2cxunyu] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.alert-info[b-ahm2cxunyu] {
    background: #d1ecf1;
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}

.alert-danger[b-ahm2cxunyu] {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Eredmények */
.results-section[b-ahm2cxunyu] {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.stats-box[b-ahm2cxunyu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.stat-item[b-ahm2cxunyu] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.stat-label[b-ahm2cxunyu] {
    display: block;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.stat-value[b-ahm2cxunyu] {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

/* Táblázat */
.table-container[b-ahm2cxunyu] {
    overflow-x: auto;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.rates-table[b-ahm2cxunyu] {
    width: 100%;
    border-collapse: collapse;
}

.rates-table thead[b-ahm2cxunyu] {
    background: #2c3e50;
    color: white;
}

.rates-table th[b-ahm2cxunyu] {
    padding: 14px;
    font-weight: 600;
    text-align: left;
}

.rates-table td[b-ahm2cxunyu] {
    padding: 12px 14px;
    border-bottom: 1px solid #e9ecef;
}

.rates-table tbody tr:hover[b-ahm2cxunyu] {
    background: #f8f9fa;
}

.rates-table tbody tr:nth-child(even)[b-ahm2cxunyu] {
    background: #f9fafb;
}

.text-end[b-ahm2cxunyu] {
    text-align: right;
}

/* Kalkulátor */
.calculator-section[b-ahm2cxunyu] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.calculator-section h4[b-ahm2cxunyu] {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 16px;
}

/* Kalkulátor grid layout */
.calc-grid[b-ahm2cxunyu] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.calc-field[b-ahm2cxunyu] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calc-field-label[b-ahm2cxunyu] {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.calc-input-group[b-ahm2cxunyu] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calc-unit[b-ahm2cxunyu] {
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap;
    min-width: 60px;
}

.calc-result-field[b-ahm2cxunyu] {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px dashed #dee2e6;
}

.calc-result-box[b-ahm2cxunyu] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

.calc-result-value[b-ahm2cxunyu] {
    font-size: 36px;
    font-weight: 700;
}

.calc-result-unit[b-ahm2cxunyu] {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.9;
}

.calc-formula[b-ahm2cxunyu] {
    text-align: center;
    color: #6c757d;
    font-size: 13px;
    margin-top: 8px;
    font-style: italic;
}
/*Logo*/
.mnb-header[b-ahm2cxunyu] {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
    position: relative; /* Logo pozícionálásához */
}

.logo-container[b-ahm2cxunyu] {
    position: absolute;
    top: -12px;
    right: 0;
    cursor: pointer;
}

.logo-img[b-ahm2cxunyu] {
    width: 32px;
    height: 32px;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .logo-img:hover[b-ahm2cxunyu] {
        transform: scale(1.3) rotate(5deg);
    }
}

.logo-img.logo-active[b-ahm2cxunyu] {
    transform: scale(1.3) rotate(5deg);
}

/* Reszponzív */
@media (max-width: 768px) {
    .mnb-container[b-ahm2cxunyu] {
        padding: 10px;
    }

    .mnb-card[b-ahm2cxunyu] {
        padding: 20px;
    }

    .date-row[b-ahm2cxunyu] {
        grid-template-columns: 1fr;
    }

    .stats-box[b-ahm2cxunyu] {
        grid-template-columns: 1fr;
    }

    .quick-buttons[b-ahm2cxunyu] {
        flex-direction: column;
    }

    .currency-buttons[b-ahm2cxunyu] {
        flex-direction: column;
    }

    .currency-btn[b-ahm2cxunyu] {
        width: 100%;
    }

    .calc-result-value[b-ahm2cxunyu] {
        font-size: 28px;
    }
    
    .calc-result-unit[b-ahm2cxunyu] {
        font-size: 16px;
    }
}

/* Logo Tooltip stílusok */
.logo-tooltip[b-ahm2cxunyu] {
    position: absolute;
    background-color: #333; /* Sötét háttér */
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap; /* Ne törje a sort */
    z-index: 1000; /* Biztosítja, hogy felül legyen */
    min-width: 150px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    /* Pozícionálás a logo-container-hez képest */
    top: 100%; /* A logó alatt */
    right: 0; /* Jobbra igazítva */
    margin-top: 10px; /* Kis rés a logó és a tooltip között */

    /* Animációs beállítások */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px) scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0.3s;
}

.logo-tooltip.visible[b-ahm2cxunyu] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Opcionális: kis nyíl a tooltiphez */
.logo-tooltip[b-ahm2cxunyu]::before {
    content: '';
    position: absolute;
    bottom: 100%; /* A tooltip tetejénél */
    right: 15px; /* Jobbra igazítva */
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #333 transparent; /* Felfelé mutató nyíl */
}
