.app-header {
    padding: 16px 16px;
    height: 60px;
}

/* 1. FIX ICONE */
.nav-item.active .nav-icon {
    filter: none;
}

/* 2. ACCOUNT BTN */
.account-btn {
    background: #00A786;
}

.account-btn:hover {
    background: #008f73;
}

/* 3. LOGO */
.app-logo {
    background: #ffffff;
}

.app-logo:hover {
    background: #00A786;
}

.work-area {
    padding: 12px 0;
}

.top-menu {
    padding: 12px 16px;
    min-height: 60px;
}

.section-menu {
    display: none;
}

/* Login page */
.login-container {
    background: #f0f4f8;
}

.login-box {
    text-align: center;
}

.login-button {
    background: #00A786;
    color: white;
}

.login-button:hover {
    background: #008f73;
    color: white;
}

.login-welcome {
    margin: 16px 0 24px 0;
}

.login-welcome h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.login-welcome p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

/* -- Stili tab browser cookie check --*/
.tpc-browser-steps {
    background: #f8faff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    overflow: hidden;
}

.tpc-browser-tab-bar {
    display: flex;
    border-bottom: 1px solid #dbeafe;
    background: #eff6ff;
}

.tpc-browser-tab {
    flex: 1;
    padding: 8px 4px;
    font-size: .76rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    color: #6b7280;
    border: none;
    background: transparent;
    transition: all .15s;
}

.tpc-browser-tab.active {
    color: #2bbfa4;
    border-bottom: 2px solid #2bbfa4;
    background: #fff;
}

.tpc-browser-instructions {
    display: none;
    padding: 14px 16px;
    font-size: .82rem;
}

.tpc-browser-instructions.active {
    display: block;
}

.tpc-chrome-visual {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
}

.tpc-addressbar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f3f4;
    border-radius: 20px;
    padding: 5px 12px;
    margin-bottom: 8px;
    font-size: .8rem;
    color: #444;
}

.tpc-url {
    flex: 1;
}

.tpc-cookie-icon {
    font-size: 1rem;
    background: #e8f0fe;
    border-radius: 50%;
    padding: 2px 5px;
}

.tpc-step-line {
    color: #374151;
    line-height: 1.8;
}

.tpc-step-line strong,
.tpc-browser-instructions strong {
    color: #1d4ed8;
}

.tpc-browser-instructions ol {
    padding-left: 18px;
    line-height: 2;
    color: #374151;
}

.tpc-hint {
    font-size: .76rem;
    color: #6b7280;
    margin-top: 6px;
}

.section-version-badge {
    font-size: 12px;
    font-weight: 400;
    color: #10b981;
    white-space: nowrap;
    align-self: flex-end;
    padding-bottom: 3px;
}

.section-version-badge:empty {
    display: none;
}