:root{--brand-blue: oklch(46.073% .30713 267.41);--brand-blue-soft: color-mix(in srgb, var(--brand-blue) 10%, white);--brand-blue-border: color-mix(in srgb, var(--brand-blue) 22%, white);--accent-orange: #ff7a00;--success: oklch(56% .19 142);--success-soft: color-mix(in srgb, var(--success) 10%, white);--success-border: color-mix(in srgb, var(--success) 22%, white);--danger: oklch(57% .22 27);--danger-soft: color-mix(in srgb, var(--danger) 10%, white);--danger-border: color-mix(in srgb, var(--danger) 22%, white);--google-blue: #4285f4;--text-900: oklch(19.37% .006 300.98);--text-700: oklch(36.98% .014 302.71);--text-500: color-mix(in srgb, var(--text-700) 72%, white);--border: color-mix(in srgb, var(--brand-blue) 18%, white);--surface: white;--surface-muted: color-mix(in srgb, var(--brand-blue) 4%, white)}html,body{height:100%}body{margin:0;color:var(--text-900);background:var(--surface-muted);font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}:where(a,button,input,textarea,select,[tabindex]):focus:not(:focus-visible){outline:none}:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:2px solid var(--brand-blue-border);outline-offset:2px}*{box-sizing:border-box}.table tbody tr{transition:background-color .16s ease,transform .16s ease}.table tbody tr:nth-child(2n){background:color-mix(in srgb,var(--brand-blue) 7%,white)}.table tbody tr:hover{background:color-mix(in srgb,var(--brand-blue) 12%,white);transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.table tbody tr{transition:none}.table tbody tr:hover{transform:none}}
