:root {
    /* ── Paleta principal (ADM) ── */
    --unz-primary:       #393A3F;
    --unz-primary-dark:  #17181c;
    --unz-secondary:     #2C2F33;
    --unz-accent:        #f7d599;
    --unz-highlight:     #edbf6d;

    /* ── Cores de estado ── */
    --unz-success:       #059669;
    --unz-warning:       #d97706;
    --unz-danger:        #dc2626;
    --unz-info:          #0284c7;

    /* ── Fundos ── */
    --unz-bg-page:       #e8eaef;
    --unz-bg-content:    #ffffff;
    --unz-bg-sidebar:    #393A3F;
    --unz-bg-topbar:     #ffffff;
    --unz-bg-panel:      #f9fafc;

    /* ── Sidebar ── */
    --unz-sidebar-text:          #a8a8a8;
    --unz-sidebar-text-hover:    #4a4a4a;
    --unz-sidebar-hover:         #f7d599;
    --unz-sidebar-border:        rgba(242,244,248,0.1);

    /* ── Textos ── */
    --unz-text-primary:   #28292d;
    --unz-text-secondary: #4a4a4a;
    --unz-text-light:     #a8a8a8;

    /* ── Bordas ── */
    --unz-border:         #d0d7e2;
    --unz-border-light:   #e8eaef;

    /* ── Botões ── */
    --unz-btn-primary-bg:     #393A3F;
    --unz-btn-primary-border: #393A3F;
    --unz-btn-primary-hover:  #2C2F33;

    /* ── Cores auxiliares ── */
    --unz-white:              #ffffff;
    --unz-black:              #000000;
    --unz-purple:             #7c3aed;

    /* ── Status badge backgrounds/text ── */
    --unz-success-bg:         #d1fae5;
    --unz-success-text:       #065f46;
    --unz-warning-bg:         #fef3c7;
    --unz-warning-text:       #92400e;
    --unz-danger-bg:          #fee2e2;
    --unz-danger-text:        #991b1b;
    --unz-info-bg:            #dbeafe;
    --unz-info-text:          #1e40af;

    /* ── Visualizações (views) ── */
    --unz-view-bg:                 #f8fafc;
    --unz-view-border:             #c8d0dc;
    --unz-view-item-border:        #d7dde6;
    --unz-view-item-hover-bg:      #edf3ff;
    --unz-view-item-hover-border:  #9fb5d7;
    --unz-view-item-hover-text:    #102030;
    --unz-view-item-active-bg:     #e8f1ff;
    --unz-view-item-active-border: #6f8fb4;
    --unz-view-item-active-shadow: #2f5f9b;
    --unz-view-item-text:          #243447;
    --unz-view-divider:            #e2e8f0;
    --unz-view-title-text:         #333333;
    --unz-view-empty-text:         #667587;
    --unz-view-gradient-player:    linear-gradient(180deg, #fdfefe 0%, #eef3f8 100%);

    /* ── Botão voltar das views ── */
    --unz-view-back-border:        #FFFAFA;
    --unz-view-back-bg:            linear-gradient(180deg, #ffffff 0%, #edf2f7 100%);
    --unz-view-back-hover-bg:      linear-gradient(180deg, #f6f9fc 0%, #e3ebf5 100%);
    --unz-view-back-hover-border:  #7f93aa;
    --unz-view-back-focus-outline: rgba(86,119,168,0.35);

    /* ── Placeholder / empty states ── */
    --unz-placeholder-text:        #5b6573;
    --unz-placeholder-icon:        #7f8da3;
    --unz-placeholder-title:       #34465a;
    --unz-placeholder-subtitle:    #6d7584;

    /* ── Vencimento (warning light) ── */
    --unz-warning-light-bg:        #fffbeb;
    --unz-warning-light-border:    #fde68a;

    /* ── Scrollbar ── */
    --unz-scrollbar-thumb:         #ccc;

    /* ── Input ── */
    --unz-input-border:            #ccc;
    --unz-input-bg:                #ffffff;

    /* ── Trilha status ── */
    --unz-status-ativo-bg:         #dcfce7;
    --unz-status-ativo-text:       #166534;
    --unz-status-inativo-bg:       #fee2e2;
    --unz-status-inativo-text:     #991b1b;

    /* ── Curso card tag tema ── */
    --unz-tag-tema-bg:             #dbeafe;
    --unz-tag-tema-text:           #1e40af;

    /* ── Layout ── */
    --unz-sidebar-width:      250px;
    --unz-sidebar-collapsed:  70px;
    --unz-topbar-height:      50px;

    /* ── Arredondamento ── */
    --unz-radius:             6px;
    --unz-radius-lg:          12px;
}
