/* =============================================
   UniLive — Brand Design System
   Bütün səhifələrdə bu faylı import et
   ============================================= */

:root {
    /* ── Brand colours ── */
    --uni-blue:   #290097;
    --uni-yellow: #F5F536;
    --uni-purple: #8E45F5;
    --uni-white:  #FFFFFF;

    /* ── Student section palette ── */
    --student-bg:        #E6F3FD;
    --student-bg-deep:   #C8E4F8;
    --student-icon-ring: #B0D6F5;
    --student-accent:    #290097;   /* same as --uni-blue */
    --student-btn:       #290097;
    --student-btn-hover: #1a0066;
    --student-light:     #EEF7FF;

    /* ── Exhibitor section palette ── */
    --exhibitor-bg:        #EDE8FD;
    --exhibitor-bg-deep:   #D8CCF8;
    --exhibitor-icon-ring: #C9B8F5;
    --exhibitor-accent:    #8E45F5;  /* same as --uni-purple */
    --exhibitor-btn:       #8E45F5;
    --exhibitor-btn-hover: #7230d0;
    --exhibitor-light:     #F5F0FF;

    /* ── Typography ── */
    --font-main: 'Nunito', 'Segoe UI', Arial, sans-serif;

    /* ── Shared UI ── */
    --radius-card: 20px;
    --radius-btn:  12px;
    --shadow-card: 0 8px 32px rgba(41,0,151,.08);
    --shadow-hover: 0 20px 48px rgba(41,0,151,.15);
    --transition: .22s cubic-bezier(.4,0,.2,1);
}
