@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--radius:4px;--brand-accent:#5c6bc0;--brand-accent-hover:#5539d2;--font-body:"Inter", system-ui, -apple-system, sans-serif!important}html[data-theme=light]{--theme-bg:#f4f6f9;--theme-elevation-0:#fff;--theme-elevation-50:#f8fafc;--theme-elevation-100:#e2e8f0;--theme-elevation-150:#cbd5e1;--theme-elevation-200:#94a3b8;--theme-elevation-300:#64748b;--theme-elevation-400:#475569;--theme-elevation-500:#334155;--theme-elevation-800:#1e293b;--theme-elevation-900:#0f172a;--theme-text:#1e293b;--sidebar-bg:#1a1a2e;--sidebar-border:#1a1a2e;--sidebar-text:#a0aec0;--sidebar-text-hover:#fff;--sidebar-active-bg:#5c6bc0;--sidebar-active-text:#fff}html[data-theme=dark]{--theme-bg:#0d1117;--theme-elevation-0:#161b22;--theme-elevation-50:#21262d;--theme-elevation-100:#30363d;--theme-elevation-150:#484f58;--theme-elevation-200:#6e7681;--theme-elevation-300:#8b949e;--theme-elevation-400:#b1bac4;--theme-elevation-500:#c9d1d9;--theme-elevation-800:#f0f6fc;--theme-elevation-900:#fff;--theme-text:#c9d1d9;--sidebar-bg:#010409;--sidebar-border:#30363d;--sidebar-text:#8b949e;--sidebar-text-hover:#c9d1d9;--sidebar-active-bg:#5c6bc0;--sidebar-active-text:#fff}body{font-family:var(--font-body)!important;background-color:var(--theme-bg)!important;color:var(--theme-text)!important}.card,.panel,.dashboard__card{border:1px solid var(--theme-elevation-100)!important;border-radius:var(--radius)!important;background-color:var(--theme-elevation-0)!important;box-shadow:0 1px 2px #0000000d!important}.btn--style-primary,.btn--style-pill,.btn--style-pill,.collection-list__header .btn,.search-bar__actions .pill,.list-controls .pill{background-color:var(--brand-accent)!important;color:#fff!important;border-radius:var(--radius)!important;border:none!important;justify-content:center!important;align-items:center!important;padding:5px 12px!important;font-size:.95rem!important;font-weight:500!important;transition:all .15s!important;display:inline-flex!important}.btn--style-primary:hover,.btn--style-pill:hover,.btn--style-pill:hover,.collection-list__header .btn:hover,.search-bar__actions .pill:hover,.list-controls .pill:hover{background-color:var(--brand-accent-hover)!important}.search-bar__actions .pill *,.list-controls .pill *{fill:#fff!important;color:#fff!important}.nav{background-color:var(--sidebar-bg)!important;border-right:1px solid var(--sidebar-border)!important;--theme-elevation-400:var(--sidebar-text)!important;--theme-elevation-800:var(--sidebar-text-hover)!important;--theme-elevation-1000:var(--sidebar-text-hover)!important;--theme-text:var(--sidebar-text-hover)!important;min-width:260px!important}.nav a,.nav .nav-group__toggle,.nav .nav-group__indicator svg{color:var(--sidebar-text)!important;fill:var(--sidebar-text)!important;transition:all .15s!important}.nav a{border-radius:var(--radius)!important;margin:4px 12px!important;padding:8px 12px!important;font-weight:500!important;text-decoration:none!important}.nav a:hover,.nav .nav-group__toggle:hover,.nav .nav-group__toggle:hover svg{color:var(--sidebar-text-hover)!important;fill:var(--sidebar-text-hover)!important;background-color:#0000!important}.nav a.active,.nav a[aria-current=page],.nav .active{background-color:var(--sidebar-active-bg)!important;color:var(--sidebar-active-text)!important;border-left:3px solid var(--brand-accent)!important;border-radius:0 var(--radius) var(--radius) 0!important;font-weight:600!important}.nav a.active svg,.nav a[aria-current=page] svg,.nav .active svg,.nav a.active *,.nav a[aria-current=page] *,.nav .active *{fill:currentColor!important;color:var(--sidebar-active-text)!important}.nav .nav__link:has(.nav__link-indicator){color:var(--sidebar-text-hover)!important;margin:4px 12px!important;padding:8px 12px!important}.nav .nav__link-indicator{margin-left:-10px}.nav #browse-by-folder{border:1px solid #fff!important;border-radius:4px!important;margin-bottom:20px!important;margin-left:0!important}.table{overflow:hidden;border:1px solid var(--theme-elevation-100)!important;border-radius:var(--radius)!important;background-color:var(--theme-elevation-0)!important;box-shadow:0 1px 2px #00000005!important}table{border-collapse:collapse!important}table thead th{letter-spacing:.05em;background-color:var(--theme-elevation-50)!important;border-bottom:1px solid var(--theme-elevation-100)!important;color:var(--theme-elevation-400)!important;text-transform:uppercase!important;padding:12px 16px!important;font-size:.8rem!important;font-weight:600!important}table tbody tr{border-bottom:1px solid var(--theme-elevation-100)!important;transition:background-color .15s!important}table tbody tr:hover{background-color:var(--theme-elevation-50)!important}table td{padding:14px 16px!important}input[type=text],input[type=number],input[type=password],input[type=email],select,textarea{border-radius:var(--radius)!important;border:1px solid var(--theme-elevation-150)!important;background-color:var(--theme-elevation-0)!important;color:var(--theme-text)!important;padding:10px 14px!important;font-size:.95rem!important;transition:border-color .15s,box-shadow .15s!important}.search-filter input,.search-bar input{padding-left:40px!important}input[readonly],textarea[readonly],input:disabled,textarea:disabled,select:disabled,.react-select--is-disabled .react-select__control{background-color:var(--theme-elevation-100)!important;color:var(--theme-elevation-400)!important;cursor:not-allowed!important;opacity:.6!important;border-color:var(--theme-elevation-150)!important}input[type=text]:focus,input[type=number]:focus,select:focus,textarea:focus{border-color:var(--brand-accent)!important;box-shadow:0 0 0 1px var(--theme-elevation-0),0 0 0 2px #ff52524d!important;outline:none!important}.react-select input{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.react-select__control{border-radius:var(--radius)!important;border:1px solid var(--theme-elevation-150)!important;background-color:var(--theme-elevation-0)!important;min-height:42px!important;box-shadow:none!important}.react-select__control--is-focused{border-color:var(--brand-accent)!important;box-shadow:0 0 0 1px var(--theme-elevation-0),0 0 0 2px #ff52524d!important}.tabs-field__tabs{border-bottom:1px solid var(--theme-elevation-100)!important;background-color:#0000!important;gap:16px!important;margin-bottom:24px!important;padding:0!important;display:flex!important}.tabs-field__tab-button{margin-bottom:-1px;color:var(--theme-elevation-400)!important;background:0 0!important;border:none!important;border-bottom:2px solid #0000!important;border-radius:0!important;padding:10px 4px!important;font-size:.95rem!important;font-weight:500!important;transition:all .15s!important}.tabs-field__tab-button:hover{color:var(--theme-text)!important}.tabs-field__tab-button--active{color:var(--brand-accent)!important;border-bottom:2px solid var(--brand-accent)!important;font-weight:600!important}.tabs-field__tab-button:after{display:none!important}
