:root{--background:#fff;--foreground:#171717}@theme inline{--color-background: var(--background);--color-foreground: var(--foreground);--font-sans: var(--font-geist-sans);--font-mono: var(--font-geist-mono)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}html,body{max-width:100%;overflow-x:hidden}.p-toolbar{row-gap:.75rem}@media screen and (min-width:768px){.p-toolbar-group-start,.p-toolbar-group-end{width:auto}}.p-progressbar{background:#1a2238}.p-progressbar-value{background:linear-gradient(90deg,#7c3aed,#22d3ee)}.blink{animation:2s infinite blinkAnim}@keyframes blinkAnim{0%,to{opacity:1}50%{opacity:0}}.login-container{width:100%;max-width:980px;margin:auto;padding:16px}.p-toolbar-group-center,.dashboard-mobile-header{display:none}@media (max-width:767px){.dashboard-sidebar{display:none!important}.dashboard-mobile-header{display:flex!important}.dashboard-layout{flex-direction:column!important}.dashboard-main{padding:1rem!important}.courses-grid{grid-template-columns:1fr!important}.stats-strip{grid-template-columns:repeat(2,1fr)!important}.session-date-col{width:60px!important}.month-filter-trigger{width:100%!important;min-width:unset!important}.course-header-inner{flex-direction:column!important}}@media screen and (max-width:991px){.customized-timeline .p-timeline-event:nth-child(2n){flex-direction:row!important}.customized-timeline .p-timeline-event:nth-child(2n) .p-timeline-event-content{text-align:left!important}.customized-timeline .p-timeline-event-opposite{flex:0}.customized-timeline .p-card{margin-top:1rem}.user-menu span,.user-menu small{display:none}}.p-toolbar-group-start,.p-toolbar-group-end{width:auto!important}
:root{--bg:#0b0f19;--surface:#121826;--card:#1a2238;--text:#e5e7eb;--primary:#7c3aed;--secondary:#22d3ee;--accent:#a78bfa;--border:#2a2f45;--p-primary-color:var(--primary);--p-primary-contrast-color:#fff;--p-surface-0:#fff;--p-surface-50:#f8fafc;--p-surface-100:#f1f5f9;--p-surface-200:#e2e8f0;--p-surface-300:#cbd5e1;--p-surface-400:#94a3b8;--p-surface-500:#64748b;--p-surface-600:var(--surface);--p-surface-700:#334155;--p-surface-800:#1e293b;--p-surface-900:#0f172a;--p-surface-ground:var(--bg);--p-surface-section:var(--card);--p-text-color:var(--text);--p-text-muted-color:#64748b;--p-border-color:var(--border);--p-error-color:#ef4444;--p-success-color:#22c55e;--p-warning-color:#f59e0b;--p-info-color:#3b82f6;--p-yellow-500:#eab308;--p-flex-direction:row;--p-flex-wrap:nowrap;--p-justify-content:flex-start;--p-align-items:stretch;--p-align-content:stretch;--p-order:0;--p-flex-grow:0;--p-flex-shrink:1;--p-flex-basis:auto;--p-align-self:auto}body{background:var(--bg);color:var(--text);margin:0}.custom-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem}.p-button{background:var(--primary);border:none}.p-button:hover{background:var(--accent)}.p-button.secondary{background:var(--secondary);color:#000}.p-inputtext{background:var(--surface);color:var(--text);border:1px solid var(--border)}
