.mimir-shell{display:grid;grid-template-columns:84px 1fr;height:100vh;overflow:hidden}.mimir-shell__rail{width:84px}.mimir-shell__brand{display:flex;align-items:center;justify-content:center;padding-block:var(--scale-2);color:var(--fg);text-decoration:none;cursor:pointer}.mimir-shell__brand-mark{width:30px;height:30px;background:var(--fg);-webkit-mask:url(/favicon.svg) center / contain no-repeat;mask:url(/favicon.svg) center / contain no-repeat;transition:opacity .1s ease}.mimir-shell__brand:hover .mimir-shell__brand-mark{opacity:.75}.mimir-shell__brand-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.mimir-shell__rail-spacer{flex:1 1 auto}.mimir-shell__rail-footer{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding-block:var(--scale-1)}.mimir-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:var(--radius-lg);background:transparent;color:var(--fg);font-size:20px;cursor:pointer}.mimir-theme-toggle:hover{background:var(--bg-hovered)}.mimir-shell__content{overflow-y:auto;height:100vh}.mimir-shell__logout{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:var(--radius-lg, 8px);background:transparent;color:var(--fg-muted, #8a90a6);font-size:1.2rem;cursor:pointer;transition:background .12s ease,color .12s ease}.mimir-shell__logout:hover{background:var(--fill-surface-hover, rgba(127, 127, 127, .12));color:var(--fg, currentColor)}.mimir-surface{display:flex;flex-direction:column;min-height:100%}.mimir-surface__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-4);padding:var(--scale-5) var(--scale-6) var(--scale-3)}.mimir-surface__title{margin:0;font-size:var(--font-size-2xl);font-weight:500}.mimir-surface__subtitle{margin:var(--scale-1) 0 0;font-size:var(--font-size-sm)}.mimir-surface__actions{display:flex;align-items:center;gap:var(--scale-2);flex:0 0 auto}.mimir-surface__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:var(--scale-2) var(--scale-6) var(--scale-6)}.mimir-state{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--scale-2);padding:var(--scale-9) var(--scale-4);text-align:center;color:var(--fg-muted)}.mimir-state__icon{font-size:40px;opacity:.7}.dashboard{display:flex;flex-direction:column;gap:var(--scale-5)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--scale-3)}.dashboard-stat{display:flex;flex-direction:column;align-items:flex-start;gap:var(--scale-1);padding:var(--scale-3) var(--scale-4);border-radius:var(--radius-lg);cursor:pointer;text-align:left;font:inherit;color:var(--fg);transition:transform .1s ease,background .1s ease}.dashboard-stat:hover{background:var(--fill-background-hovered-bg);transform:translateY(-1px)}.dashboard-stat__icon{font-size:22px;color:var(--fill-tint-blue-bold-bg)}.dashboard-stat__value{font-size:var(--font-size-3xl);font-weight:var(--font-weight-sans-strong);font-variant-numeric:tabular-nums;line-height:1.1}.dashboard-stat__label{font-size:var(--font-size-sm)}.dashboard-breakdowns{display:grid;grid-template-columns:2fr 1fr;gap:var(--scale-3);align-items:start}@media(max-width:900px){.dashboard-breakdowns{grid-template-columns:1fr}}.dashboard-panel{padding:var(--scale-4);border-radius:var(--radius-lg)}.dashboard-panel__title{margin:0 0 var(--scale-3);color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em}.dashboard-panel__title:not(:first-child){margin-top:var(--scale-4)}.dashboard-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--scale-2)}.dashboard-bar{display:grid;grid-template-columns:130px 1fr 2.5ch;align-items:center;gap:var(--scale-2);font-size:var(--font-size-sm)}.dashboard-bar__label{display:inline-flex;align-items:center;gap:var(--scale-1);white-space:nowrap}.dashboard-bar__track{height:8px;border-radius:9999px;background:var(--fill-tint-gray-subtle-bg);overflow:hidden}.dashboard-bar__fill{display:block;height:100%;border-radius:9999px;background:var(--fill-tint-blue-bold-bg);min-width:3px}.dashboard-bar__count{text-align:right;font-variant-numeric:tabular-nums}.dashboard-pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--scale-2)}.dashboard-pill{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:72px;padding:var(--scale-2);border-radius:var(--radius-md);background:var(--fill-tint-gray-subtle-bg)}.dashboard-pill__count{font-size:var(--font-size-xl);font-weight:var(--font-weight-sans-strong);font-variant-numeric:tabular-nums}.dashboard-pill__label{font-size:var(--font-size-xs)}.urn-autocomplete{position:relative;width:100%}.urn-autocomplete__loading,.urn-autocomplete__error{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.875rem;color:var(--fg-muted);pointer-events:none;display:flex;align-items:center;gap:4px}.urn-autocomplete__error{color:var(--fill-negative)}.urn-autocomplete__loading i{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.urn-autocomplete__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:400px;overflow-y:auto;background:var(--fill-overlay);border:1px solid var(--border-subtle);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000}.urn-autocomplete__item{padding:12px 16px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid var(--border-subtle)}.urn-autocomplete__item:last-child{border-bottom:none}.urn-autocomplete__item:hover,.urn-autocomplete__item--selected{background:var(--fill-surface-hover)}.urn-autocomplete__item--empty{color:var(--fg-muted);text-align:center;cursor:default}.urn-autocomplete__item--empty:hover{background:transparent}.urn-autocomplete__item-urn{font-family:var(--font-mono);font-size:.875rem;color:var(--fg-default);margin-bottom:4px;word-break:break-all}.urn-autocomplete__item-meta{display:flex;gap:12px;font-size:.75rem;color:var(--fg-muted)}.urn-autocomplete__item-kind{font-weight:500;color:var(--fg-accent)}.urn-autocomplete__item-state{text-transform:capitalize}.trust-search-container{display:flex;flex-direction:column;gap:var(--scale-6);align-items:center;padding:var(--scale-4) var(--scale-4) var(--scale-8) var(--scale-4)}.trust-search-box{width:100%;max-width:900px;display:flex;flex-direction:column;gap:var(--scale-3);padding:var(--scale-4);border-radius:var(--radius-lg)}.trust-search-input-group{display:flex;gap:var(--scale-2);align-items:stretch}.trust-search-input-group input{flex:1;font-family:var(--font-family-mono);font-size:var(--font-size-sm)}.trust-search-input-group button{flex-shrink:0}.trust-detail-view{display:flex;flex-direction:column;gap:var(--scale-4);padding:var(--scale-4)}.trust-detail{display:flex;flex-direction:column;gap:var(--scale-4)}.trust-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-4)}.trust-detail__tierline{display:flex;align-items:center;gap:var(--scale-2);margin-top:var(--scale-1)}.trust-detail__tier-tag{text-transform:capitalize;font-weight:600}.trust-detail__confidence{display:flex;flex-direction:column;align-items:flex-end;gap:var(--scale-05);text-transform:capitalize}.trust-detail__opacity{font-size:var(--font-size-sm)}.trust-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--scale-3)}.trust-pillar__head{display:flex;align-items:center;gap:var(--scale-1);font-size:var(--font-size-sm)}.trust-pillar .bmc-kv-stack__value{font-size:var(--font-size-3xl);font-variant-numeric:tabular-nums}.trust-detail__foot{border-top:1px solid var(--border-color);padding-top:var(--scale-2)}.context-empty{display:flex;flex-direction:column;gap:var(--scale-6);align-items:center;padding:var(--scale-4) var(--scale-4) var(--scale-8) var(--scale-4)}.context-search-box{width:100%;max-width:900px;display:flex;flex-direction:column;gap:var(--scale-3);padding:var(--scale-4);border-radius:var(--radius-lg)}.context-search-input-group{display:flex;gap:var(--scale-2);align-items:stretch}.context-search-input-group input{flex:1;font-family:var(--font-family-mono);font-size:var(--font-size-sm)}.context-search-input-group button{flex-shrink:0}.context-detail-view{display:flex;flex-direction:column;gap:var(--scale-4);padding:var(--scale-4)}.context-detail{display:flex;flex-direction:column;gap:var(--scale-4)}.context-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-3)}.context-detail__actions{display:flex;flex-direction:column;align-items:flex-end;gap:var(--scale-2)}.ctx-export{display:flex;gap:var(--scale-2)}.context-detail__name{margin:0;font-size:var(--font-size-xl);font-weight:500}.context-detail__urn{margin-top:var(--scale-05);word-break:break-all}.context-graph{min-height:400px;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--scale-4)}.ctx-node--high{--ctx-tone: #1f9d57}.ctx-node--medium{--ctx-tone: #c98a00}.ctx-node--low{--ctx-tone: #8a8f98}.ctx-node--opaque{--ctx-tone: #c0392b}.ctx-flow{display:flex;flex-direction:column;gap:var(--scale-2)}.ctx-flow__canvas{height:540px;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg, #0e1018);overflow:hidden}.ctx-flow__canvas .react-flow{height:100%;width:100%}.ctx-flow__hint{margin:0}.react-flow.rf-dark .react-flow__controls{box-shadow:0 2px 10px #0006}.react-flow.rf-dark .react-flow__controls-button{background:var(--fill-surface-bg, #1b1e2b);border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .1));color:var(--fg, #e6e8ef)}.react-flow.rf-dark .react-flow__controls-button:hover{background:var(--bg-hovered, rgba(255, 255, 255, .08))}.react-flow.rf-dark .react-flow__controls-button svg{fill:var(--fg, #e6e8ef)}.react-flow.rf-dark .react-flow__edge-path{stroke:var(--border-color, rgba(255, 255, 255, .28))}.react-flow.rf-dark .react-flow__edge.selected .react-flow__edge-path,.react-flow.rf-dark .react-flow__edge:hover .react-flow__edge-path{stroke:var(--fg-muted, #8a8f98)}.react-flow.rf-dark .react-flow__handle{background:var(--fg-subtle, #7d86a3);border-color:var(--fill-surface-bg, #1b1e2b)}.ctx-node{min-width:168px;max-width:220px;padding:var(--scale-2) var(--scale-3);border-radius:var(--radius-md);border:1px solid var(--border-color);border-left:4px solid var(--ctx-tone, var(--border-color));background:var(--fill-surface-bg, #1b1e2b);color:var(--fg);box-shadow:0 1px 3px #00000040;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.ctx-node:hover{box-shadow:0 4px 14px #00000059;transform:translateY(-1px)}.bmc-theme-dark .ctx-node{background:#3a3d46;color:#f3f4f8}.bmc-theme-dark .ctx-node__kind{color:#c9cdd6}.ctx-node--selected{border-color:var(--ctx-tone);box-shadow:0 0 0 2px var(--ctx-tone)}.ctx-node__head{display:flex;align-items:center;gap:var(--scale-2)}.ctx-node__icon{color:var(--ctx-tone);font-size:1.05rem}.ctx-node__name{font-weight:600;font-size:var(--font-size-sm);word-break:break-word}.ctx-node__meta{display:flex;align-items:center;justify-content:space-between;margin-top:var(--scale-1);gap:var(--scale-2)}.ctx-node__kind{font-size:var(--font-size-xs);color:var(--fg-muted, #6b7280)}.ctx-badge{font-size:var(--font-size-xs);padding:1px 8px;border-radius:999px;font-weight:600;color:#fff;background:var(--fg-muted, #8a8f98);text-transform:lowercase}.ctx-badge--high{background:#1f9d57}.ctx-badge--medium{background:#c98a00}.ctx-badge--low{background:#8a8f98}.ctx-badge--opaque{background:#c0392b}.ctx-legend{display:flex;gap:var(--scale-3);align-items:center;flex-wrap:wrap}.ctx-legend__item{display:inline-flex;align-items:center;gap:var(--scale-1);font-size:var(--font-size-xs);color:var(--fg-muted, #6b7280)}.ctx-legend__dot{width:12px;height:12px;border-radius:3px;display:inline-block}.ctx-modal{max-width:1040px;width:94vw;max-height:88vh;display:flex;flex-direction:column}.ctx-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-3)}.ctx-modal__title{display:flex;gap:var(--scale-3);align-items:center}.ctx-modal__icon{font-size:1.6rem}.ctx-modal__urn{margin-top:2px;word-break:break-all}.ctx-modal__close{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:var(--scale-1);line-height:1}.ctx-modal__chips{display:flex;gap:var(--scale-2);flex-wrap:wrap;padding:var(--scale-2) 0}.ctx-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:var(--scale-3);padding-top:var(--scale-2)}.ctx-modal__col{display:flex;flex-direction:column;gap:var(--scale-2);min-width:0}@media(max-width:760px){.ctx-modal__body{grid-template-columns:1fr}}.ctx-chip{font-size:var(--font-size-xs);padding:1px 8px;border-radius:999px;background:var(--fill-tint-gray-subtle-bg, #20232e);color:var(--fg, #e6e8ef)}.ctx-acc{border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.ctx-acc--flag{border-left:3px solid #c98a00}.ctx-acc__head{width:100%;display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-2) var(--scale-3);background:var(--fill-tint-gray-subtle-bg, #20232e);border:none;cursor:pointer;font-weight:600;font-size:var(--font-size-sm);text-align:left}.ctx-acc__icon{color:var(--fg-muted, #6b7280)}.ctx-acc__title{flex:1}.bmc-theme-dark .ctx-acc__head{background:#4a4e58;color:#f3f4f8}.bmc-theme-dark .ctx-acc__head .ctx-acc__icon,.bmc-theme-dark .ctx-acc__head .ctx-acc__chev{color:#d6d9e0}.ctx-acc__count{font-size:var(--font-size-xs);background:var(--fill-tint-blue-subtle-bg, #1e2a44);padding:0 7px;border-radius:999px}.ctx-acc__chev{color:var(--fg-muted, #6b7280)}.ctx-acc__body{padding:var(--scale-3);display:flex;flex-direction:column;gap:var(--scale-1);max-height:340px;overflow:auto}.ctx-field{display:flex;flex-wrap:wrap;gap:2px var(--scale-2);padding:3px 0;border-bottom:1px dashed var(--border-color)}.ctx-field:last-child{border-bottom:none}.ctx-field--flag .ctx-field__value{color:#c98a00}.ctx-field__label{flex:0 0 auto;min-width:110px;color:var(--fg-muted, #6b7280);font-size:var(--font-size-sm)}.ctx-field__value{flex:1 1 60%;min-width:0;overflow-wrap:anywhere;word-break:break-word;font-size:var(--font-size-sm)}.ctx-prose{padding:var(--scale-1) 0}.ctx-prose__label{font-size:var(--font-size-xs);color:var(--fg-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}.ctx-prose p{margin:2px 0 0;font-size:var(--font-size-sm);line-height:1.45}.ctx-prose__opaque{color:#c0392b;font-style:italic}.ctx-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--scale-1)}.ctx-list__item{display:flex;align-items:center;gap:var(--scale-2);flex-wrap:wrap}.ctx-part__pred{font-size:var(--font-size-xs);color:var(--fg-muted, #6b7280);min-width:130px}.ctx-part__target{background:none;border:none;cursor:pointer;color:var(--fill-tint-blue-bold-bg, #5b8cff);text-decoration:underline;padding:0}.ctx-interp{display:flex;flex-direction:column;gap:var(--scale-2);align-items:stretch}.ctx-interp__head{display:flex;gap:var(--scale-2);align-items:center;flex-wrap:wrap}.ctx-interp__schema{width:100%}.ctx-interp__pre{margin:var(--scale-1) 0 0;max-height:240px;overflow:auto;padding:var(--scale-2);background:var(--fill-tint-gray-subtle-bg, #20232e);border-radius:6px;white-space:pre-wrap}.ctx-panel{margin-top:var(--scale-4);border-top:1px solid var(--mimir-hairline, rgba(255, 255, 255, .09));padding-top:var(--scale-3)}.ctx-panel__head{display:flex;align-items:center;justify-content:space-between;gap:var(--scale-3);flex-wrap:wrap;margin-bottom:var(--scale-2)}.ctx-panel__head-right{display:flex;align-items:center;gap:var(--scale-3)}.ctx-panel__msg{display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-3) 0}.ctx-tree{display:flex;flex-direction:column;gap:1px;max-height:460px;overflow:auto;margin:0 calc(-1 * var(--scale-2))}.ctx-tree__row,.ctx-tree__group-head{display:flex;align-items:center;gap:var(--scale-1);width:100%;min-height:30px;border-radius:8px;background:transparent;border:none;cursor:pointer;color:var(--fg);text-align:left}.ctx-tree__row:hover,.ctx-tree__group-head:hover{background:var(--mimir-glass, rgba(255, 255, 255, .04))}.ctx-tree__caret{flex:0 0 auto;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--fg-subtle, #7d86a3);cursor:pointer}.ctx-tree__caret:disabled{cursor:default}.ctx-tree__caret-spacer{width:12px}.ctx-tree__label{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-1) var(--scale-2) var(--scale-1) 0;background:transparent;border:none;cursor:pointer;color:inherit;text-align:left}.ctx-tree__kicon{flex:0 0 auto;font-size:15px;color:#c7d2fe;opacity:.85}.ctx-tree__name{font-size:var(--font-size-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctx-tree__kind{flex:0 0 auto;font-size:var(--font-size-xs);color:var(--fg-subtle, #7d86a3);padding:1px 7px;border-radius:999px;border:1px solid var(--mimir-hairline, rgba(255, 255, 255, .09))}.ctx-tree__cycle{font-size:12px;color:var(--fg-subtle, #7d86a3)}.ctx-tree__dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;margin-left:auto}.ctx-tree__group-name{font-size:var(--font-size-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);font-weight:var(--font-weight-sans-strong)}.ctx-tree__group-caret{color:var(--fg-subtle, #7d86a3);margin-right:2px}.ctx-tree__count{font-size:var(--font-size-xs);color:var(--fg-subtle, #7d86a3);background:var(--mimir-glass, rgba(255, 255, 255, .05));border-radius:999px;padding:0 7px}.catalog-content{transition:margin-right .18s ease-out}.catalog-content--drawer-open{margin-right:min(440px,92vw)}.catalog-filters{display:grid;grid-template-columns:minmax(200px,1.6fr) repeat(3,minmax(120px,1fr));align-items:center;gap:var(--scale-2);padding:var(--scale-2);border-radius:var(--radius-lg);margin-bottom:var(--scale-2);flex:0 0 auto}.catalog-search{gap:var(--scale-1)}.catalog-search input{background:transparent;border:none;outline:none;color:var(--fg);font:inherit;width:100%}.catalog-select{cursor:pointer}select.bmc-form-control{display:inline-flex;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;padding-inline:var(--scale-2)}.catalog-resultbar{display:flex;align-items:center;justify-content:space-between;gap:var(--scale-2);margin-bottom:var(--scale-2);flex:0 0 auto}.catalog-pager{display:flex;align-items:center;gap:var(--scale-2)}.catalog-pager span{white-space:nowrap;font-variant-numeric:tabular-nums}.catalog-count{white-space:nowrap;padding-inline:var(--scale-1);font-variant-numeric:tabular-nums}.catalog-table-wrap{flex:1 1 auto;min-height:0;overflow:auto;border-radius:var(--radius-lg)}.catalog-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.catalog-table thead th{position:sticky;top:0;z-index:1;background:var(--bg);text-align:left;font-weight:var(--font-weight-sans-strong);color:var(--fg-muted);border-bottom:1px solid var(--border-color);white-space:nowrap;padding:0}.catalog-table tbody td{padding:var(--scale-105) var(--scale-3);border-bottom:1px solid var(--border-color);vertical-align:middle}.catalog-table tbody tr:last-child td{border-bottom:none}.catalog-table tbody tr.catalog-row{cursor:pointer}.catalog-table tbody tr:hover{background:var(--fill-background-hovered-bg)}.catalog-table tbody tr.catalog-row--selected{background:var(--fill-tint-blue-subtle-bg)}.catalog-table tbody tr.catalog-row:focus-visible{outline:2px solid var(--fill-tint-blue-bold-bg);outline-offset:-2px}.catalog-th--numeric{text-align:right;font-variant-numeric:tabular-nums}.catalog-sort{display:inline-flex;align-items:center;gap:var(--scale-05);width:100%;padding:var(--scale-2) var(--scale-3);border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;cursor:pointer}.catalog-sort__idle{opacity:.35}.catalog-urn,.catalog-drawer__urn{display:flex;align-items:flex-start;gap:var(--scale-1)}.catalog-urn__text{word-break:break-all;white-space:normal}.mimir-copy-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;padding:var(--scale-1);border:none;border-radius:var(--scale-1);background:transparent;color:var(--text-color-muted, currentColor);cursor:pointer;opacity:0;transition:opacity .12s ease,background-color .12s ease,color .12s ease}.catalog-row:hover .mimir-copy-btn,.catalog-row:focus-within .mimir-copy-btn,.catalog-drawer__urn .mimir-copy-btn,.mimir-copy-btn:focus-visible{opacity:1}.mimir-copy-btn:hover{background:var(--surface-color-hover, rgba(127, 127, 127, .16));color:var(--text-color, currentColor)}.mimir-copy-btn--copied{opacity:1;color:var(--text-color-success, #2e7d32)}.catalog-actions{text-align:right;width:1%;white-space:nowrap}.catalog-trust-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--radius-md);background:transparent;color:var(--fg-muted);font-size:16px;cursor:pointer}.catalog-trust-link:hover{background:var(--fill-tint-blue-subtle-bg);color:var(--fill-tint-blue-bold-bg)}.catalog-drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.catalog-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.catalog-drawer{position:absolute;top:0;right:0;height:100vh;width:min(440px,92vw);display:flex;flex-direction:column;gap:var(--scale-2);padding:var(--scale-4) var(--scale-5);box-shadow:-8px 0 24px #0000002e;overflow-y:auto;animation:catalog-drawer-in .14s ease-out}@keyframes catalog-drawer-in{0%{transform:translate(12px);opacity:.4}to{transform:translate(0);opacity:1}}.catalog-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:var(--scale-2)}.catalog-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-md);background:transparent;color:var(--fg);font-size:18px;cursor:pointer}.catalog-drawer__close:hover{background:var(--fill-tint-gray-subtle-bg)}.catalog-drawer__urn{padding-bottom:var(--scale-2);border-bottom:1px solid var(--border-color);align-items:flex-start}.catalog-drawer__body{display:flex;flex-direction:column;gap:var(--scale-4)}.catalog-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--scale-3);margin:0}.catalog-detail-field{display:flex;flex-direction:column;gap:var(--scale-05);min-width:0}.catalog-detail-field dd{margin:0;word-break:break-word}.catalog-drawer__actions{margin-top:auto;padding-top:var(--scale-2);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--scale-2)}.catalog-drawer__actions>button{min-width:0;white-space:nowrap;font-size:var(--font-size-sm)}.catalog-drawer__actions>button:only-child{grid-column:1 / -1}.catalog-drawer__offboard{margin-top:var(--scale-3);padding-top:var(--scale-3);border-top:1px solid var(--color-border-subtle, rgba(255, 255, 255, .08))}.catalog-offboard__retired{display:flex;align-items:center;gap:var(--scale-1)}.catalog-offboard__confirm{display:flex;flex-direction:column;gap:var(--scale-2)}.catalog-offboard__confirm-actions{display:flex;gap:var(--scale-2)}.catalog-offboard__error{color:var(--color-text-danger, #ff6b6b);font-size:var(--font-size-sm)}.catalog-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center}.catalog-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;animation:catalog-modal-backdrop-in .14s ease-out}@keyframes catalog-modal-backdrop-in{0%{opacity:0}to{opacity:1}}.catalog-modal{position:relative;width:min(720px,92vw);max-height:90vh;display:flex;flex-direction:column;gap:var(--scale-3);padding:var(--scale-5);border-radius:var(--radius-lg);box-shadow:0 12px 32px #0000003d;overflow:hidden;animation:catalog-modal-in .18s ease-out}@keyframes catalog-modal-in{0%{transform:scale(.96) translateY(-8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.catalog-modal__head{display:flex;align-items:center;justify-content:space-between;gap:var(--scale-2);padding-bottom:var(--scale-2);border-bottom:1px solid var(--border-color)}.catalog-modal__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-md);background:transparent;color:var(--fg);font-size:18px;cursor:pointer;flex-shrink:0}.catalog-modal__close:hover{background:var(--fill-tint-gray-subtle-bg)}.catalog-modal__form{display:flex;flex-direction:column;gap:var(--scale-3);overflow-y:auto;padding-right:var(--scale-1)}.catalog-modal__field{display:flex;flex-direction:column;gap:var(--scale-1)}.catalog-modal__field label{font-weight:var(--font-weight-sans-strong)}.catalog-modal__field .fg-error{color:var(--fill-tint-red-bold-fg)}.catalog-modal__radio-group{display:flex;gap:var(--scale-3);padding-top:var(--scale-1)}.catalog-modal__radio-label{display:flex;align-items:center;gap:var(--scale-1);cursor:pointer}.catalog-modal__radio-label input[type=radio]{cursor:pointer}.catalog-modal__radio-label span{font-size:var(--font-size-sm)}.catalog-modal__actions{display:flex;gap:var(--scale-2);justify-content:flex-end;padding-top:var(--scale-2);border-top:1px solid var(--border-color)}.catalog-modal__actions button{min-width:100px}.catalog-header{display:flex;align-items:center;justify-content:space-between;gap:var(--scale-2);margin-bottom:var(--scale-3)}.catalog-header__title{flex:1}.catalog-drawer__metadata{margin-top:var(--scale-4);display:flex;flex-direction:column;gap:var(--scale-1)}.catalog-drawer__metadata-label{text-transform:uppercase;letter-spacing:.04em}.catalog-drawer__metadata-toggle{display:flex;align-items:center;gap:var(--scale-1);background:none;border:none;padding:0;cursor:pointer;color:inherit;width:fit-content}.catalog-metadata-json{margin:0;max-height:320px;overflow:auto;padding:var(--scale-2) var(--scale-3);background:var(--fill-tint-gray-subtle-bg, #f6f7f8);border:1px solid var(--border-color);border-radius:var(--radius-md);white-space:pre;line-height:1.5}.catalog-metadata-table{width:100%;border-collapse:collapse;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;table-layout:fixed}.catalog-metadata-table tr{border-bottom:1px solid var(--border-color)}.catalog-metadata-table tr:last-child{border-bottom:none}.catalog-metadata-table__key{text-align:left;vertical-align:top;width:40%;padding:var(--scale-1) var(--scale-2);background:var(--fill-tint-gray-subtle-bg, #f6f7f8);color:var(--fg-muted, #6b7280);font-weight:600;word-break:break-all}.catalog-metadata-table__val{vertical-align:top;padding:var(--scale-1) var(--scale-2);word-break:break-word;white-space:pre-wrap}.wizard-content{display:flex;flex-direction:column;height:100%}.wizard-groups{display:flex;flex-direction:column;gap:var(--scale-6);width:100%}.wizard-group{display:flex;flex-direction:column;gap:var(--scale-3)}.wizard-group__header{display:flex;align-items:center;gap:var(--scale-2);padding-bottom:var(--scale-2);border-bottom:1px solid var(--border-color)}.wizard-group__title{margin:0;text-transform:uppercase;letter-spacing:.05em}.wizard-metro-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,auto);gap:var(--scale-3);width:100%}@media(max-width:1024px){.wizard-metro-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.wizard-metro-grid{grid-template-columns:1fr}}.wizard-tile--large{grid-column:span 2;grid-row:span 2}.wizard-tile--medium{grid-column:span 2;grid-row:span 1}.wizard-tile--small{grid-column:span 1;grid-row:span 1}.wizard-tile{display:flex;flex-direction:column;gap:var(--scale-2);padding:var(--scale-4);border-radius:var(--radius-lg);text-align:left;cursor:pointer;transition:all .12s ease-out;position:relative;min-height:140px}.wizard-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.wizard-tile:active{transform:translateY(0)}.wizard-tile.wizard-tile--disabled{opacity:.5;cursor:not-allowed}.wizard-tile.wizard-tile--disabled:hover{transform:none;box-shadow:none}.wizard-tile--large .wizard-tile__icon{width:64px;height:64px;font-size:32px}.wizard-tile--large .wizard-tile__title{font-size:var(--font-size-xl)}.wizard-tile--large .wizard-tile__description{font-size:var(--font-size-md)}.wizard-tile--medium .wizard-tile__icon{width:48px;height:48px;font-size:24px}.wizard-tile--medium .wizard-tile__title{font-size:var(--font-size-md)}.wizard-tile--small{padding:var(--scale-3);gap:var(--scale-1)}.wizard-tile--small .wizard-tile__icon{width:36px;height:36px;font-size:18px}.wizard-tile--small .wizard-tile__title{font-size:var(--font-size-sm)}.wizard-tile--small .wizard-tile__description{font-size:var(--font-size-xs)}.wizard-tile__icon{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);flex-shrink:0}.wizard-tile--blue .wizard-tile__icon{background:var(--fill-tint-blue-subtle-bg);color:var(--fill-tint-blue-bold-fg)}.wizard-tile--blue:hover{border-color:var(--fill-tint-blue-bold-bg)}.wizard-tile--blue .wizard-tile__action{color:var(--fill-tint-blue-bold-fg)}.wizard-tile--purple .wizard-tile__icon{background:var(--fill-tint-purple-subtle-bg);color:var(--fill-tint-purple-bold-fg)}.wizard-tile--purple:hover{border-color:var(--fill-tint-purple-bold-bg)}.wizard-tile--purple .wizard-tile__action{color:var(--fill-tint-purple-bold-fg)}.wizard-tile--green .wizard-tile__icon{background:var(--fill-tint-green-subtle-bg);color:var(--fill-tint-green-bold-fg)}.wizard-tile--green:hover{border-color:var(--fill-tint-green-bold-bg)}.wizard-tile--green .wizard-tile__action{color:var(--fill-tint-green-bold-fg)}.wizard-tile--orange .wizard-tile__icon{background:var(--fill-tint-orange-subtle-bg);color:var(--fill-tint-orange-bold-fg)}.wizard-tile--orange:hover{border-color:var(--fill-tint-orange-bold-bg)}.wizard-tile--orange .wizard-tile__action{color:var(--fill-tint-orange-bold-fg)}.wizard-tile__title{margin:0;line-height:1.2}.wizard-tile__description{flex:1;line-height:1.5;margin:0}.wizard-tile__action{display:flex;align-items:center;gap:var(--scale-1);font-weight:var(--font-weight-sans-strong);margin-top:auto}.wizard-tile:hover .wizard-tile__action{gap:var(--scale-2);transition:gap .12s ease-out}.wizard-tile{border-radius:16px;background:var(--mimir-glass);border:1px solid var(--mimir-hairline);box-shadow:inset 0 1px #ffffff0a;overflow:hidden}.wizard-tile:before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:var(--mimir-grad);opacity:0;transition:opacity .16s ease}.wizard-tile:not(.wizard-tile--disabled):hover{transform:translateY(-3px);border-color:var(--mimir-hairline-strong);box-shadow:0 18px 40px -22px #000000d9,0 0 0 1px #a78bfa2e}.wizard-tile:not(.wizard-tile--disabled):hover:before{opacity:1}.wizard-tile .wizard-tile__icon{background:var(--mimir-grad-soft);border:1px solid var(--mimir-hairline);color:#c7d2fe}.wizard-tile .wizard-tile__title{color:var(--fg);letter-spacing:-.01em}.wizard-tile .wizard-tile__action{color:var(--mimir-accent)}.wizard-secret-warning{display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-2) var(--scale-3);border-radius:var(--radius-md);background:var(--fill-tint-orange-subtle-bg);color:var(--fill-tint-orange-bold-fg);font-size:var(--font-size-sm);font-weight:var(--font-weight-sans-strong);border:1px solid var(--fill-tint-orange-subtle-border)}.wizard-secret-warning i{font-size:18px;flex-shrink:0}.wizard-secret-input{font-family:var(--font-family-mono);font-size:var(--font-size-sm);background:var(--fill-tint-gray-subtle-bg);border:1px solid var(--border-color)}.wizard-secret-input::placeholder{color:var(--fg-muted);opacity:.6}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.agent-composer{display:flex;height:calc(100vh - 200px);min-height:600px;gap:0;border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-default)}.agent-composer__sidebar{width:300px;display:flex;flex-direction:column;border-right:1px solid var(--border-color);background:var(--fill-neutral-subtle-bg);overflow-y:auto}.agent-composer__sidebar-header{padding:var(--scale-4);border-bottom:1px solid var(--border-color);background:var(--bg-default)}.agent-composer__sidebar-title{margin:0 0 var(--scale-2) 0;font-size:var(--font-size-lg);font-weight:var(--font-weight-sans-strong);color:var(--fg-default)}.agent-composer__sidebar-subtitle{margin:0;font-size:var(--font-size-sm);color:var(--fg-muted);line-height:1.5}.agent-composer__categories{display:flex;flex-direction:column;gap:var(--scale-1);padding:var(--scale-2)}.agent-composer__category{display:flex;flex-direction:column;gap:var(--scale-2)}.agent-composer__category-header{display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-2) var(--scale-3);cursor:pointer;border-radius:var(--radius-md);transition:background .12s ease-out;-webkit-user-select:none;user-select:none}.agent-composer__category-header:hover,.agent-composer__category-header.expanded{background:var(--fill-tint-blue-subtle-bg)}.agent-composer__category-icon{font-size:18px;color:var(--fill-tint-blue-bold-fg);flex-shrink:0}.agent-composer__category-label{flex:1;font-weight:var(--font-weight-sans-strong);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--fg-default)}.agent-composer__category-toggle{font-size:14px;color:var(--fg-muted);transition:transform .12s ease-out}.agent-composer__category-toggle.expanded{transform:rotate(90deg)}.agent-composer__components{display:flex;flex-direction:column;gap:var(--scale-1);padding:0 var(--scale-3) var(--scale-2) var(--scale-3)}.agent-composer__component-item{display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-2);border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-default);cursor:grab;transition:all .12s ease-out;-webkit-user-select:none;user-select:none}.agent-composer__component-item:hover{border-color:var(--fill-tint-blue-subtle-border);box-shadow:0 2px 4px #0000000f;transform:translateY(-1px)}.agent-composer__component-item:active{cursor:grabbing;transform:scale(.98)}.agent-composer__component-icon{font-size:16px;color:var(--fill-tint-blue-bold-fg);flex-shrink:0}.agent-composer__component-name{flex:1;font-size:var(--font-size-sm);color:var(--fg-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-composer__canvas{flex:1;position:relative;background:var(--fill-neutral-subtle-bg)}.agent-composer__canvas-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:0}.agent-composer__canvas-overlay-text{font-size:var(--font-size-lg);color:var(--fg-muted);font-style:italic;margin:0 0 var(--scale-2) 0}.agent-composer__canvas-overlay-hint{font-size:var(--font-size-sm);color:var(--fg-subtle);margin:0}.react-flow{background:var(--fill-neutral-subtle-bg)}.react-flow__node{border-radius:var(--radius-md);font-family:var(--font-family-sans)}.react-flow__handle{width:8px;height:8px;border-radius:50%;border:2px solid var(--bg-default)}.react-flow__edge-path{stroke:var(--fill-tint-blue-bold-fg);stroke-width:2}.react-flow__edge.selected .react-flow__edge-path{stroke:var(--fill-tint-purple-bold-fg);stroke-width:3}.custom-node{display:flex;flex-direction:column;gap:var(--scale-2);padding:var(--scale-3);border:2px solid;border-radius:var(--radius-md);background:var(--bg-default);min-width:180px;box-shadow:0 4px 12px #00000014;transition:all .12s ease-out;cursor:default}.custom-node:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.custom-node.selected{box-shadow:0 8px 24px #00000029}.custom-node--agent{border-color:var(--fill-tint-purple-bold-fg);background:linear-gradient(135deg,var(--fill-tint-purple-subtle-bg),var(--bg-default));min-width:220px;font-weight:var(--font-weight-sans-strong)}.custom-node--agent .custom-node__header{border-bottom:1px solid var(--fill-tint-purple-subtle-border);padding-bottom:var(--scale-2);margin-bottom:var(--scale-2)}.custom-node--agent .custom-node__icon{color:var(--fill-tint-purple-bold-fg)}.custom-node--skill{border-color:var(--fill-tint-blue-bold-fg)}.custom-node--skill .custom-node__icon{color:var(--fill-tint-blue-bold-fg)}.custom-node--model{border-color:var(--fill-tint-purple-bold-fg)}.custom-node--model .custom-node__icon{color:var(--fill-tint-purple-bold-fg)}.custom-node--datasource{border-color:var(--fill-tint-green-bold-fg)}.custom-node--datasource .custom-node__icon{color:var(--fill-tint-green-bold-fg)}.custom-node--frame{border-color:var(--fill-tint-orange-bold-fg)}.custom-node--frame .custom-node__icon{color:var(--fill-tint-orange-bold-fg)}.custom-node--policy{border-color:var(--fill-tint-red-bold-fg)}.custom-node--policy .custom-node__icon{color:var(--fill-tint-red-bold-fg)}.custom-node--context{border-color:var(--fill-tint-cyan-bold-fg)}.custom-node--context .custom-node__icon{color:var(--fill-tint-cyan-bold-fg)}.custom-node__header{display:flex;align-items:center;gap:var(--scale-2)}.custom-node__icon{font-size:20px;flex-shrink:0}.custom-node__title{flex:1;font-weight:var(--font-weight-sans-strong);font-size:var(--font-size-sm);color:var(--fg-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-node__delete{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--fg-muted);cursor:pointer;transition:all .12s ease-out;flex-shrink:0}.custom-node__delete:hover{background:var(--fill-tint-red-subtle-bg);color:var(--fill-tint-red-bold-fg)}.custom-node__delete i{font-size:14px}.custom-node__urn{font-family:var(--font-family-mono);font-size:var(--font-size-xs);color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.custom-node__kind{font-size:var(--font-size-xs);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.05em;margin:0}.agent-composer__actions{position:absolute;top:var(--scale-3);right:var(--scale-3);display:flex;gap:var(--scale-2);z-index:5}.agent-composer__action-btn{display:flex;align-items:center;gap:var(--scale-2);padding:var(--scale-2) var(--scale-3);border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-default);color:var(--fg-default);font-size:var(--font-size-sm);font-weight:var(--font-weight-sans-strong);cursor:pointer;transition:all .12s ease-out;box-shadow:0 2px 8px #00000014}.agent-composer__action-btn:hover{background:var(--fill-tint-blue-subtle-bg);border-color:var(--fill-tint-blue-subtle-border);box-shadow:0 4px 12px #0000001f}.agent-composer__action-btn--primary{background:var(--fill-tint-blue-bold-bg);color:var(--fill-tint-blue-bold-fg);border-color:var(--fill-tint-blue-bold-border)}.agent-composer__action-btn--primary:hover{background:var(--fill-tint-blue-bold-hover-bg);box-shadow:0 4px 16px #00000029}.agent-composer__action-btn i{font-size:16px}@media(max-width:1024px){.agent-composer__sidebar{width:250px}}@media(max-width:768px){.agent-composer{flex-direction:column;height:auto;min-height:500px}.agent-composer__sidebar{width:100%;max-height:300px;border-right:none;border-bottom:1px solid var(--border-color)}.agent-composer__canvas{min-height:400px}}.semantic-empty{display:flex;flex-direction:column;gap:var(--scale-6);align-items:center;padding:var(--scale-4) var(--scale-4) var(--scale-8) var(--scale-4)}.semantic-search-box{width:100%;max-width:900px;display:flex;flex-direction:column;gap:var(--scale-3);padding:var(--scale-4);border-radius:var(--radius-lg)}.semantic-search-input-group{display:flex;gap:var(--scale-2);align-items:stretch}.semantic-search-input-group input{flex:1;font-family:var(--font-family-mono);font-size:var(--font-size-sm)}.semantic-search-input-group button{flex-shrink:0}.semantic-detail-view{display:flex;flex-direction:column;gap:var(--scale-4);padding:var(--scale-4)}.semantic-detail{display:flex;flex-direction:column;gap:var(--scale-4)}.semantic-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-3)}.semantic-detail__name{margin:0;font-size:var(--font-size-xl);font-weight:500}.semantic-detail__urn{margin-top:var(--scale-05);word-break:break-all}.semantic-axes{display:flex;flex-wrap:wrap;gap:var(--scale-4);padding:var(--scale-2) var(--scale-3);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.semantic-axis{display:flex;flex-direction:column;gap:1px}.semantic-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--scale-3);margin:0}.semantic-field{display:flex;flex-direction:column;gap:var(--scale-05)}.semantic-field dd{margin:0}.semantic-aliases{display:inline-flex;flex-wrap:wrap;gap:var(--scale-1)}.semantic-opaque i,.semantic-unenriched i{vertical-align:-1px}.semantic-unenriched{font-size:var(--font-size-sm)}.semantic-interps{display:flex;flex-direction:column;gap:var(--scale-2)}.semantic-interp-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--scale-2)}.semantic-interp{display:flex;flex-direction:column;gap:var(--scale-1)}.semantic-interp__row{display:flex;align-items:center;gap:var(--scale-2)}.semantic-interp__conf{margin-left:auto}.semantic-interp__expr{word-break:break-all}.semantic-block{display:flex;flex-direction:column;gap:var(--scale-2)}.semantic-block__pre{margin:0;padding:var(--scale-3);border-radius:var(--radius-md);border:1px solid var(--border-color);white-space:pre-wrap;line-height:1.55}.lineage-empty{display:flex;flex-direction:column;gap:var(--scale-6);align-items:center;padding:var(--scale-4) var(--scale-4) var(--scale-8) var(--scale-4)}.lineage-search-box{width:100%;max-width:900px;display:flex;flex-direction:column;gap:var(--scale-3);padding:var(--scale-4);border-radius:var(--radius-lg)}.lineage-search-input-group{display:flex;gap:var(--scale-2);align-items:stretch}.lineage-search-input-group input{flex:1;font-family:var(--font-family-mono);font-size:var(--font-size-sm)}.lineage-search-input-group button{flex-shrink:0}.lineage-detail-view{display:flex;flex-direction:column;gap:var(--scale-4);padding:var(--scale-4)}.lineage-detail{display:flex;flex-direction:column;gap:var(--scale-4)}.lineage-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--scale-3)}.lineage-detail__name{margin:0;font-size:var(--font-size-xl);font-weight:500}.lineage-detail__urn{margin-top:var(--scale-05);word-break:break-all}.lineage-graph{min-height:400px;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--scale-4)}.lineage-detail__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--scale-3, .75rem)}.runs-list,.evidence-chain,.trace-spans{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--scale-2, .5rem)}.run-row{display:grid;grid-template-columns:1fr auto auto auto;gap:var(--scale-3, .75rem);align-items:center;width:100%;text-align:left;padding:var(--scale-2, .5rem) var(--scale-3, .75rem);border-radius:var(--radius-md, .375rem);cursor:pointer}.run-row:hover{filter:brightness(.98)}.run-row--selected{outline:2px solid var(--fg-link, #2563eb)}.evidence-row{display:grid;grid-template-columns:minmax(9rem,auto) 1fr auto;gap:var(--scale-3, .75rem);align-items:center;padding:var(--scale-2, .5rem) var(--scale-3, .75rem);border-radius:var(--radius-md, .375rem)}.trace-expander{margin-top:var(--scale-3, .75rem)}.trace-expander__toggle{background:none;border:none;cursor:pointer;padding:0}.trace-spans{margin-top:var(--scale-2, .5rem)}.trace-span{display:grid;grid-template-columns:1fr auto auto auto;gap:var(--scale-3, .75rem);align-items:center;padding:var(--scale-1, .25rem) var(--scale-3, .75rem);border-radius:var(--radius-md, .375rem)}.badge{display:inline-block;padding:.05rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap;background:var(--fill-tint-gray-subtle-bg, #eee)}.badge--high{background:var(--fill-tint-green-subtle-bg, #dcfce7)}.badge--medium{background:var(--fill-tint-amber-subtle-bg, #fef3c7)}.badge--low{background:var(--fill-tint-orange-subtle-bg, #ffedd5)}.badge--opaque{background:var(--fill-tint-gray-subtle-bg, #e5e7eb)}.badge--kind-policy-guard{background:var(--fill-tint-red-subtle-bg, #fee2e2)}.badge--kind-content-finding{background:var(--fill-tint-purple-subtle-bg, #ede9fe)}.badge--kind-invocation-witness{background:var(--fill-tint-blue-subtle-bg, #dbeafe)}.badge--outcome{background:var(--fill-tint-gray-subtle-bg, #e5e7eb)}.trace-spans{list-style:none;margin:var(--scale-2) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--scale-2)}.trace-span{display:block;grid-template-columns:none;border-radius:var(--radius-md);padding:var(--scale-2) var(--scale-3);border-left:3px solid var(--span-tone, var(--border-color))}.trace-span--error{--span-tone: #c0392b}.trace-span--ok{--span-tone: #1f9d57}.trace-span--unset{--span-tone: #8a8f98}.trace-span__row{display:flex;align-items:center;gap:var(--scale-2);flex-wrap:wrap}.trace-span__dot{width:8px;height:8px;border-radius:50%;background:var(--span-tone);flex-shrink:0}.trace-span__name{font-weight:600}.trace-span__kind{text-transform:lowercase;padding:0 6px;border-radius:4px;background:var(--fill-tint-gray-subtle-bg, #eef0f2)}.trace-span__dur{margin-left:auto}.badge--span-error{background:#c0392b;color:#fff}.badge--span-ok{background:#1f9d57;color:#fff}.badge--span-unset{background:#8a8f98;color:#fff}.badge--span-error,.badge--span-ok,.badge--span-unset{font-size:var(--font-size-xs);padding:1px 8px;border-radius:999px;font-weight:600}.trace-span__time{margin-top:4px}.trace-span__attrs{margin:var(--scale-2) 0 0;padding:var(--scale-2) 0 0;border-top:1px dashed var(--border-color);display:grid;grid-template-columns:minmax(150px,max-content) 1fr;gap:2px var(--scale-3)}.trace-span__attr{display:contents}.trace-span__attr dt{white-space:nowrap}.trace-span__attr dd{margin:0;word-break:break-all}.mimir-jobs__table{width:100%;border-collapse:collapse;font-size:.9rem}.mimir-jobs__table th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--mimir-border, rgba(128, 128, 128, .3));font-weight:600;color:var(--mimir-fg-muted, #888)}.mimir-jobs__row td{padding:.55rem .75rem;border-bottom:1px solid var(--mimir-border, rgba(128, 128, 128, .15))}.mimir-jobs__row{cursor:pointer}.mimir-jobs__row:hover{background:var(--mimir-hover, rgba(128, 128, 128, .08))}.mimir-jobs__mono,.mimir-jobs__result{font-family:var(--mimir-font-mono, ui-monospace, monospace)}.mimir-jobs__badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.mimir-jobs__badge.is-ok{background:#22c55e2e;color:#16a34a}.mimir-jobs__badge.is-running{background:#3b82f62e;color:#2563eb}.mimir-jobs__badge.is-pending{background:#94a3b838;color:#64748b}.mimir-jobs__badge.is-warn{background:#eab30833;color:#b45309}.mimir-jobs__badge.is-bad{background:#ef44442e;color:#dc2626}.mimir-jobs__badge.is-muted{background:#94a3b826;color:#94a3b8}.mimir-jobs__header-card{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid var(--mimir-border, rgba(128, 128, 128, .25));border-radius:8px}.mimir-jobs__result{font-size:.78rem;opacity:.8}.mimir-jobs__waterfall{list-style:none;margin:0;padding:0;border-left:2px solid var(--mimir-border, rgba(128, 128, 128, .2))}.mimir-jobs__stage{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-bottom:1px solid var(--mimir-border, rgba(128, 128, 128, .12))}.mimir-jobs__dot{width:.6rem;height:.6rem;border-radius:50%;flex:0 0 auto}.mimir-jobs__dot.is-ok{background:#16a34a}.mimir-jobs__dot.is-running{background:#2563eb}.mimir-jobs__dot.is-bad{background:#dc2626}.mimir-jobs__dot.is-muted{background:#94a3b8}.mimir-jobs__op{font-family:var(--mimir-font-mono, ui-monospace, monospace);font-weight:600}.mimir-jobs__subject,.mimir-jobs__detail{font-size:.8rem}.mimir-jobs__seq{margin-left:auto;font-size:.75rem}.mimir-jobs__back{background:none;border:1px solid var(--mimir-border, rgba(128, 128, 128, .3));border-radius:6px;padding:.3rem .7rem;cursor:pointer;color:inherit}.mimir-jobs__ctx-btn{background:#22c55e24;border:1px solid rgba(34,197,94,.45);color:#16a34a;border-radius:999px;padding:.22rem .7rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.mimir-jobs__ctx-btn:hover{background:#22c55e3d}.mimir-jobs__detail-actions{display:flex;align-items:center;gap:var(--scale-3)}.mimir-jobs__live{display:inline-flex;align-items:center;gap:var(--scale-1);font-size:var(--font-size-xs);color:var(--fg-muted);letter-spacing:.03em;text-transform:uppercase}.mimir-jobs__live-dot{width:8px;height:8px;border-radius:50%;background:#38bdf8;box-shadow:0 0 #38bdf899;animation:mimir-jobs-pulse 1.6s ease-out infinite}@keyframes mimir-jobs-pulse{0%{box-shadow:0 0 #38bdf88c}70%{box-shadow:0 0 0 7px #38bdf800}to{box-shadow:0 0 #38bdf800}}@media(prefers-reduced-motion:reduce){.mimir-jobs__live-dot{animation:none}}.test-cards{display:flex;flex-wrap:wrap;gap:var(--scale-4)}.test-tile{width:360px;max-width:100%}.test-tile__footer{margin-top:auto;padding-top:var(--scale-2);display:flex;gap:var(--scale-2);flex-wrap:wrap}.test-modal__title{display:flex;align-items:center;gap:var(--scale-2)}.test-modal__title i{color:var(--fill-tint-green-bold-fg)}.test-modal__footer{display:flex;justify-content:flex-end;gap:var(--scale-2);margin-top:var(--scale-4)}.test-panel{margin-top:var(--scale-4);padding:var(--scale-4);border-radius:var(--radius-lg)}.test-panel__head{display:flex;align-items:center;gap:var(--scale-2);margin:0}.test-panel--ok .test-panel__head{color:var(--fill-tint-green-bold-fg)}.test-panel--error{background:var(--fill-tint-red-subtle-bg)}.test-panel--error .test-panel__head{color:var(--fill-tint-red-bold-fg)}.test-panel__message{margin:var(--scale-2) 0 0;white-space:pre-wrap;line-height:1.5}.test-fields{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--scale-2) var(--scale-4);margin:var(--scale-3) 0 0;align-items:baseline}.test-fields dt{margin:0}.test-fields dd{margin:0;min-width:0}.test-mono{word-break:break-all}.test-spin{animation:test-spin .9s linear infinite}@keyframes test-spin{to{transform:rotate(360deg)}}.test-details{margin-top:var(--scale-4)}.test-details>summary{cursor:pointer;-webkit-user-select:none;user-select:none}.test-details__pre{margin:var(--scale-2) 0 0;padding:var(--scale-3);border-radius:var(--radius-md);background:var(--fill-tint-gray-subtle-bg);overflow:auto;max-height:320px}.test-selected{margin-top:var(--scale-3)}.org-landing{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0b0d18}.org-landing__aurora{position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;background:radial-gradient(40% 50% at 20% 30%,rgba(99,102,241,.45),transparent 60%),radial-gradient(35% 45% at 80% 25%,rgba(34,211,238,.35),transparent 60%),radial-gradient(45% 55% at 65% 78%,rgba(167,139,250,.4),transparent 60%);filter:blur(8px);z-index:0}.org-landing__inner{position:relative;z-index:1;width:min(92vw,880px);padding:2rem;display:flex;flex-direction:column;align-items:center}.org-landing__head{text-align:center;margin-bottom:2rem}.org-landing__mark{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-mask:url(/favicon.svg) center / contain no-repeat;mask:url(/favicon.svg) center / contain no-repeat;filter:drop-shadow(0 0 10px rgba(167,139,250,.6));margin-bottom:.75rem}.org-landing__title{margin:0;font-size:1.6rem;font-weight:700;color:#f3f4f8;letter-spacing:-.01em}.org-landing__sub{margin:.35rem 0 0;font-size:.9rem}.org-landing__grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;justify-content:center}.org-card{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.25rem;border-radius:16px;background:#1113209e;border:1px solid rgba(255,255,255,.1);cursor:pointer;text-align:left;transition:transform .12s ease,border-color .12s ease,background .12s ease}.org-card:hover{transform:translateY(-3px);border-color:#a78bfab3;background:#171a2bcc}.org-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;font-size:1.2rem;font-weight:700;color:#0b0d18;background:linear-gradient(135deg,#a78bfa,#22d3ee)}.org-card__avatar--plus{background:transparent;color:#a78bfa;border:1px dashed rgba(167,139,250,.6);font-size:1.3rem}.org-card__name{font-size:1.05rem;font-weight:600;color:#f3f4f8}.org-card__meta{font-size:.8rem}.org-card__enter{margin-top:.4rem;font-size:.82rem;color:#a78bfa;display:inline-flex;align-items:center;gap:.3rem}.org-card--onboard{border-style:dashed;background:#11132059}.org-landing__empty{margin-top:1.5rem;font-size:.9rem}@media(prefers-reduced-motion:reduce){.org-card{transition:none}}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-DiVDrmQJ.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-Italic-FCBEiFp6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Inter-Thin-DzN99i8q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/Inter-ThinItalic-DxehbPeK.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLight-7kXoOaX_.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLightItalic-Ox17i_b0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Inter-Light-14LG-y7V.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/Inter-LightItalic-iBr7p6CH.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-COLGFB3M.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic-Bm_w1qmz.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium-CDhBSFyE.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic-BqDObnQN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-BAEEcJ4E.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic-B7KOJJiL.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold-BOs3KVhN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic-Cabj1n7x.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBold-BUaDDWMS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBoldItalic-efVpd_pq.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Inter-Black-BJbWHna9.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/Inter-BlackItalic-D3PIgx41.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/InterDisplay-Thin-BT9qaRpT.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/InterDisplay-ThinItalic-DtFR0WUP.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/InterDisplay-ExtraLight-B3-UpUq4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/InterDisplay-ExtraLightItalic-C8b3Z3Tc.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/InterDisplay-Light-DQj7ly9y.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/InterDisplay-LightItalic-Bbt9QreW.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/InterDisplay-Regular-CHKdHLF4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/InterDisplay-Italic-Pk5cUfHi.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/InterDisplay-Medium-CYGNL_ty.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/InterDisplay-MediumItalic-hd-DtBFz.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/InterDisplay-SemiBold--Mm3ZPsY.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/InterDisplay-SemiBoldItalic-KqvXNdTp.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/InterDisplay-Bold-BpCEuk9N.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/InterDisplay-BoldItalic-2f5-4TWO.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/InterDisplay-ExtraBold-CTk6ni5a.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/InterDisplay-ExtraBoldItalic-7uYEMdJ3.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/InterDisplay-Black--Thh5XZM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/InterDisplay-BlackItalic-CeOspfgx.woff2) format("woff2")}@font-feature-values InterVariable{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values Inter{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values InterDisplay{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-Regular-BQaDgvhP.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-Bold-D4WEaHbo.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:JetBrains Mono;src:url(/assets/JetBrainsMono-Italic-CFFf43z2.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:100;font-display:swap;src:local("Sofia Pro Ultra Light"),local("SofiaPro-UltraLight"),url(/assets/Sofia%20Pro%20UltraLight%20Az-D-SUgAk0.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:100;font-display:swap;src:local("Sofia Pro Ultra Light Italic"),local("SofiaPro-UltraLightItalic"),url(/assets/Sofia%20Pro%20UltraLight%20Italic%20Az-D1n632FB.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:200;font-display:swap;src:local("Sofia Pro Extra Light"),local("SofiaPro-ExtraLight"),url(/assets/Sofia%20Pro%20ExtraLight%20Az-BY1nxyc8.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:200;font-display:swap;src:local("Sofia Pro Extra Light Italic"),local("SofiaPro-ExtraLightItalic"),url(/assets/Sofia%20Pro%20ExtraLight%20Italic%20Az-D1lmmrUg.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:300;font-display:swap;src:local("Sofia Pro Light"),local("SofiaPro-Light"),url(/assets/Sofia%20Pro%20Light%20Az-CO26BgtM.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:300;font-display:swap;src:local("Sofia Pro Light Italic"),local("SofiaPro-LightItalic"),url(/assets/Sofia%20Pro%20Light%20Italic%20Az-wsibDT44.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:400;font-display:swap;src:local("Sofia Pro Regular"),local("SofiaPro-Regular"),url(/assets/Sofia%20Pro%20Regular%20Az-2H8o22au.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:400;font-display:swap;src:local("Sofia Pro Italic"),local("SofiaPro-Italic"),url(/assets/Sofia%20Pro%20Regular%20Italic%20Az-CNx1r_W5.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:500;font-display:swap;src:local("Sofia Pro Medium"),local("SofiaPro-Medium"),url(/assets/Sofia%20Pro%20Medium%20Az-OsL6rLeu.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:500;font-display:swap;src:local("Sofia Pro Medium Italic"),local("SofiaPro-MediumItalic"),url(/assets/Sofia%20Pro%20Medium%20Italic%20Az-jdJS3-xJ.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:600;font-display:swap;src:local("Sofia Pro Semi Bold"),local("Sofia Pro SemiBold"),local("SofiaPro-SemiBold"),url(/assets/Sofia%20Pro%20Semi%20Bold%20Az-BTyiZWIV.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:600;font-display:swap;src:local("Sofia Pro Semi Bold Italic"),local("Sofia Pro SemiBold Italic"),local("SofiaPro-SemiBoldItalic"),url(/assets/Sofia%20Pro%20Semi%20Bold%20Italic%20Az-O2ySwtl8.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:700;font-display:swap;src:local("Sofia Pro Bold"),local("SofiaPro-Bold"),url(/assets/Sofia%20Pro%20Bold%20Az-CXwBKyTL.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:700;font-display:swap;src:local("Sofia Pro Bold Italic"),local("SofiaPro-BoldItalic"),url(/assets/Sofia%20Pro%20Bold%20Italic%20Az-Ca2qxprA.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:900;font-display:swap;src:local("Sofia Pro Black"),local("SofiaPro-Black"),url(/assets/Sofia%20Pro%20Black%20Az-B-YUd0_U.woff) format("woff")}@font-face{font-family:Sofia Pro;font-style:italic;font-weight:900;font-display:swap;src:local("Sofia Pro Black Italic"),local("SofiaPro-BlackItalic"),url(/assets/Sofia%20Pro%20Black%20Italic%20Az-BsdqhJAj.woff) format("woff")}@property --bg{syntax: "<color>"; inherits: true; initial-value: transparent;}@property --fg{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --border-color{syntax: "<color>"; inherits: true; initial-value: transparent;}@property --border-color-subtle{syntax: "<color>"; inherits: true; initial-value: transparent;}@property --border-color-bold{syntax: "<color>"; inherits: true; initial-value: transparent;}@property --border-color-accent{syntax: "<color>"; inherits: true; initial-value: transparent;}@property --fg-muted{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --fg-disabled{syntax: "<color>"; inherits: true; initial-value: currentColor;}@layer components,utilities;@layer components{@keyframes pop-in{0%{scale:.96;translate:0 4px;opacity:0}to{scale:1;translate:none;opacity:1}}@keyframes pop-out{0%{scale:1;translate:none;opacity:1}to{scale:.96;translate:0 4px;opacity:0}}.animate-pop-in{animation:pop-in .5s cubic-bezier(.15,.84,0,1) both;transform-origin:var(--transform-origin, center top)}@media(prefers-reduced-motion:reduce){.animate-pop-in{animation:none}}.animate-pop-out{animation:pop-out .15s cubic-bezier(1,0,1,1) both;transform-origin:var(--transform-origin, center top)}@media(prefers-reduced-motion:reduce){.animate-pop-out{animation:none}}.bmc-avatar-group{display:flex;flex-direction:row;align-items:center;padding-inline:2px;--outline-color: var(--bg)}.bmc-avatar-group .bmc-avatar{outline:2px solid var(--outline-color)}.bmc-avatar-group>*+*{margin-left:calc(var(--scale-05) * -1)!important}.bmc-avatar{width:2em;height:2em;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:var(--font-weight-sans-emphasized);border:1px solid var(--border-color);font-variant-caps:all-small-caps;box-sizing:border-box;overflow:hidden;contain:strict;line-height:1;font-size:var(--font-size-base);-webkit-user-select:none;user-select:none}.bmc-avatar span{text-box-trim:trim-both;text-box-edge:ex alphabetic}@supports not (text-box-trim: trim-both){.bmc-avatar span{padding-bottom:2px}}.bmc-avatar img{object-fit:contain;height:100%;width:100%}.bmc-button{font:inherit;cursor:pointer;padding-block:var(--scale-1);padding-inline:var(--scale-105);border-radius:var(--radius-md);min-width:6ch;text-align:center;border:1px solid var(--border-color);-webkit-user-select:none;user-select:none;line-height:var(--leading-regular);display:inline-flex;flex-direction:row;gap:var(--scale-1);align-items:center}.bmc-button .material-symbols-outlined{font-size:1.3em!important}.bmc-button:not(:disabled,[aria-disabled=true]):focus-visible,.bmc-button:not(:disabled,[aria-disabled=true]):hover{--bg: var(--bg-hovered, var(--bg))}.bmc-button:not(:disabled,[aria-disabled=true]):active{--bg: var(--bg-pressed, var(--bg))}.bmc-button:disabled,.bmc-button[aria-disabled=true]{cursor:not-allowed}.bmc-card{display:flex;flex-direction:column;gap:var(--scale-1);border-radius:var(--radius-xl);border:1px solid var(--border-color);padding:var(--scale-4)}.bmc-dialog{display:flex;flex-direction:column;gap:var(--scale-4);width:100%;max-height:100%;padding-block:var(--scale-4)}.bmc-dialog__title{flex:none;margin:0;padding-inline:var(--scale-4)}.bmc-dialog__body{flex:1 1 auto}.bmc-dialog__body .bmc-scroll-fade__viewport{padding-inline:var(--scale-4)}.bmc-dialog__footer{display:flex;flex:none;flex-wrap:wrap;gap:var(--scale-2);justify-content:flex-end;padding-inline:var(--scale-4)}.fill-nav{--bg: var(--fill-nav-bg);--fg: var(--fill-nav-fg);--fg-muted: var(--fill-nav-fg-muted);--fg-disabled: var(--fill-nav-fg-disabled);--bg-hovered: var(--fill-nav-hovered-bg);--fg-on-hovered: var(--fill-nav-hovered-fg);--bg-pressed: var(--fill-nav-pressed-bg);--fg-on-pressed: var(--fill-nav-pressed-fg);--bg-current: var(--fill-nav-current-bg);--fg-on-current: var(--fill-nav-current-fg)}.fill-accent-bold{--bg: var(--fill-accent-bold-bg);--fg: var(--fill-accent-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-accent-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-accent-bold-bg) calc(l - .05) c h);--border-color-subtle: var(--bg);--selection-bg: initial}.fill-accent-subtle{--bg: var(--fill-accent-subtle-bg);--fg: var(--fill-accent-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-accent-subtle-bg) calc(l - .02) c h);--bg-pressed: oklch(from var(--fill-accent-subtle-bg) calc(l - .05) c h);--border-color-subtle: var(--bg);--selection-bg: initial}.fill-background{--bg: var(--fill-background-bg);--fg: var(--fill-background-fg);--bg-hovered: var(--fill-background-hovered-bg);--fg-muted: var(--fill-background-fg-muted);--fg-disabled: var(--fill-background-fg-disabled)}.fill-page{--bg: var(--fill-page-bg);--fg: var(--fill-page-fg);--bg-hovered: var(--fill-page-hovered-bg);--fg-muted: var(--fill-page-fg-muted);--fg-disabled: var(--fill-page-fg-disabled)}.fill-surface{--bg: var(--fill-surface-bg);--fg: var(--fill-surface-fg);--fg-disabled: var(--fill-surface-fg-disabled);--fg-muted: var(--fill-surface-fg-muted);--bg-hovered: var(--fill-surface-hovered-bg);--selection-bg: oklch(from var(--fill-tint-gray-subtle-bg) .88 .03 h);--bg-selected: var(--fill-accent-subtle-bg);--fg-on-selected: var(--fill-accent-subtle-fg);--border-color-selected: var(--fill-accent-bold-bg)}.fill-surface.hover:hover:not(:disabled):not([aria-disabled=true]){--border-color: var(--border-color-selected)}.fill-surface:focus-visible{--border-color: var(--border-color-selected);outline:2px solid var(--border-color-selected);outline-offset:2px}.fill-surface:checked{--bg: var(--bg-selected);--fg: var(--fg-on-selected);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--border-color: var(--border-color-selected)}.fill-overlay{--bg: var(--fill-overlay-bg);--fg: var(--fill-overlay-fg);--fg-disabled: var(--fill-overlay-fg-disabled);--fg-muted: var(--fill-overlay-fg-muted);--bg-hovered: var(--fill-tint-blue-subtle-bg);--fg-on-hovered: var(--fill-tint-blue-subtle-fg);--fg-muted-on-hovered: color-mix( in oklch, var(--fg-on-hovered) 60%, var(--bg-hovered) );--fg-disabled-on-hovered: color-mix( in oklch, var(--fg-on-hovered) 38%, var(--bg-hovered) );--selection-bg: oklch(from var(--fill-tint-gray-subtle-bg) .88 .03 h);box-shadow:var(--shadow, none);outline:1px solid var(--border-color)}.bmc-overlay-arrow{display:flex}.bmc-overlay-arrow[data-side=bottom]{top:-8px;rotate:0deg}.bmc-overlay-arrow[data-side=top]{bottom:-8px;rotate:180deg}.bmc-overlay-arrow[data-side=left],.bmc-overlay-arrow[data-side=inline-start]{right:-13px;rotate:90deg}.bmc-overlay-arrow[data-side=right],.bmc-overlay-arrow[data-side=inline-end]{left:-13px;rotate:-90deg}.bmc-overlay-arrow__fill{fill:var(--fill-overlay-bg)}.bmc-overlay-arrow__outer-stroke{fill:var(--border-color)}.bmc-overlay-arrow__inner-stroke{fill:transparent}.fill-background :disabled,.fill-background [aria-disabled=true],.fill-background:disabled,.fill-background[aria-disabled=true],.fill-background .fill-disabled,.fill-background.fill-disabled{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-page :disabled,.fill-page [aria-disabled=true],.fill-page:disabled,.fill-page[aria-disabled=true],.fill-page .fill-disabled,.fill-page.fill-disabled{--bg: var(--fill-page-disabled-bg);--fg: var(--fill-page-disabled-fg);--fg-muted: var(--fg)}.fill-surface :disabled,.fill-surface [aria-disabled=true],.fill-surface:disabled,.fill-surface[aria-disabled=true],.fill-surface .fill-disabled,.fill-surface.fill-disabled{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay :disabled,.fill-overlay [aria-disabled=true],.fill-overlay:disabled,.fill-overlay[aria-disabled=true],.fill-overlay .fill-disabled,.fill-overlay.fill-disabled{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-nav:disabled,.fill-nav[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-nav:disabled,.fill-surface .fill-nav[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-accent-bold:disabled,.fill-accent-bold[aria-disabled=true],.fill-accent-subtle:disabled,.fill-accent-subtle[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-accent-bold:disabled,.fill-surface .fill-accent-bold[aria-disabled=true],.fill-surface .fill-accent-subtle:disabled,.fill-surface .fill-accent-subtle[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-accent-bold:disabled,.fill-overlay .fill-accent-bold[aria-disabled=true],.fill-overlay .fill-accent-subtle:disabled,.fill-overlay .fill-accent-subtle[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-red-subtle{--bg: var(--fill-tint-red-subtle-bg);--fg: var(--fill-tint-red-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-red-bold{--bg: var(--fill-tint-red-bold-bg);--fg: var(--fill-tint-red-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-red-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-red-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-red-subtle:disabled,.fill-tint-red-subtle[aria-disabled=true],.fill-tint-red-bold:disabled,.fill-tint-red-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-red-subtle:disabled,.fill-surface .fill-tint-red-subtle[aria-disabled=true],.fill-surface .fill-tint-red-bold:disabled,.fill-surface .fill-tint-red-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-red-subtle:disabled,.fill-overlay .fill-tint-red-subtle[aria-disabled=true],.fill-overlay .fill-tint-red-bold:disabled,.fill-overlay .fill-tint-red-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-orange-subtle{--bg: var(--fill-tint-orange-subtle-bg);--fg: var(--fill-tint-orange-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-orange-bold{--bg: var(--fill-tint-orange-bold-bg);--fg: var(--fill-tint-orange-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-orange-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-orange-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-orange-subtle:disabled,.fill-tint-orange-subtle[aria-disabled=true],.fill-tint-orange-bold:disabled,.fill-tint-orange-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-orange-subtle:disabled,.fill-surface .fill-tint-orange-subtle[aria-disabled=true],.fill-surface .fill-tint-orange-bold:disabled,.fill-surface .fill-tint-orange-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-orange-subtle:disabled,.fill-overlay .fill-tint-orange-subtle[aria-disabled=true],.fill-overlay .fill-tint-orange-bold:disabled,.fill-overlay .fill-tint-orange-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-yellow-subtle{--bg: var(--fill-tint-yellow-subtle-bg);--fg: var(--fill-tint-yellow-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-yellow-bold{--bg: var(--fill-tint-yellow-bold-bg);--fg: var(--fill-tint-yellow-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-yellow-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-yellow-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-yellow-subtle:disabled,.fill-tint-yellow-subtle[aria-disabled=true],.fill-tint-yellow-bold:disabled,.fill-tint-yellow-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-yellow-subtle:disabled,.fill-surface .fill-tint-yellow-subtle[aria-disabled=true],.fill-surface .fill-tint-yellow-bold:disabled,.fill-surface .fill-tint-yellow-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-yellow-subtle:disabled,.fill-overlay .fill-tint-yellow-subtle[aria-disabled=true],.fill-overlay .fill-tint-yellow-bold:disabled,.fill-overlay .fill-tint-yellow-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-blue-subtle{--bg: var(--fill-tint-blue-subtle-bg);--fg: var(--fill-tint-blue-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-blue-bold{--bg: var(--fill-tint-blue-bold-bg);--fg: var(--fill-tint-blue-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-blue-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-blue-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-blue-subtle:disabled,.fill-tint-blue-subtle[aria-disabled=true],.fill-tint-blue-bold:disabled,.fill-tint-blue-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-blue-subtle:disabled,.fill-surface .fill-tint-blue-subtle[aria-disabled=true],.fill-surface .fill-tint-blue-bold:disabled,.fill-surface .fill-tint-blue-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-blue-subtle:disabled,.fill-overlay .fill-tint-blue-subtle[aria-disabled=true],.fill-overlay .fill-tint-blue-bold:disabled,.fill-overlay .fill-tint-blue-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-purple-subtle{--bg: var(--fill-tint-purple-subtle-bg);--fg: var(--fill-tint-purple-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-purple-bold{--bg: var(--fill-tint-purple-bold-bg);--fg: var(--fill-tint-purple-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-purple-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-purple-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-purple-subtle:disabled,.fill-tint-purple-subtle[aria-disabled=true],.fill-tint-purple-bold:disabled,.fill-tint-purple-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-purple-subtle:disabled,.fill-surface .fill-tint-purple-subtle[aria-disabled=true],.fill-surface .fill-tint-purple-bold:disabled,.fill-surface .fill-tint-purple-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-purple-subtle:disabled,.fill-overlay .fill-tint-purple-subtle[aria-disabled=true],.fill-overlay .fill-tint-purple-bold:disabled,.fill-overlay .fill-tint-purple-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-green-subtle{--bg: var(--fill-tint-green-subtle-bg);--fg: var(--fill-tint-green-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-green-bold{--bg: var(--fill-tint-green-bold-bg);--fg: var(--fill-tint-green-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-green-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-green-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-green-subtle:disabled,.fill-tint-green-subtle[aria-disabled=true],.fill-tint-green-bold:disabled,.fill-tint-green-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-green-subtle:disabled,.fill-surface .fill-tint-green-subtle[aria-disabled=true],.fill-surface .fill-tint-green-bold:disabled,.fill-surface .fill-tint-green-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-green-subtle:disabled,.fill-overlay .fill-tint-green-subtle[aria-disabled=true],.fill-overlay .fill-tint-green-bold:disabled,.fill-overlay .fill-tint-green-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-teal-subtle{--bg: var(--fill-tint-teal-subtle-bg);--fg: var(--fill-tint-teal-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-teal-bold{--bg: var(--fill-tint-teal-bold-bg);--fg: var(--fill-tint-teal-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-teal-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-teal-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-teal-subtle:disabled,.fill-tint-teal-subtle[aria-disabled=true],.fill-tint-teal-bold:disabled,.fill-tint-teal-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-teal-subtle:disabled,.fill-surface .fill-tint-teal-subtle[aria-disabled=true],.fill-surface .fill-tint-teal-bold:disabled,.fill-surface .fill-tint-teal-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-teal-subtle:disabled,.fill-overlay .fill-tint-teal-subtle[aria-disabled=true],.fill-overlay .fill-tint-teal-bold:disabled,.fill-overlay .fill-tint-teal-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-indigo-subtle{--bg: var(--fill-tint-indigo-subtle-bg);--fg: var(--fill-tint-indigo-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-indigo-bold{--bg: var(--fill-tint-indigo-bold-bg);--fg: var(--fill-tint-indigo-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-indigo-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-indigo-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-indigo-subtle:disabled,.fill-tint-indigo-subtle[aria-disabled=true],.fill-tint-indigo-bold:disabled,.fill-tint-indigo-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-indigo-subtle:disabled,.fill-surface .fill-tint-indigo-subtle[aria-disabled=true],.fill-surface .fill-tint-indigo-bold:disabled,.fill-surface .fill-tint-indigo-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-indigo-subtle:disabled,.fill-overlay .fill-tint-indigo-subtle[aria-disabled=true],.fill-overlay .fill-tint-indigo-bold:disabled,.fill-overlay .fill-tint-indigo-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-magenta-subtle{--bg: var(--fill-tint-magenta-subtle-bg);--fg: var(--fill-tint-magenta-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-magenta-bold{--bg: var(--fill-tint-magenta-bold-bg);--fg: var(--fill-tint-magenta-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-magenta-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-magenta-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-magenta-subtle:disabled,.fill-tint-magenta-subtle[aria-disabled=true],.fill-tint-magenta-bold:disabled,.fill-tint-magenta-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-magenta-subtle:disabled,.fill-surface .fill-tint-magenta-subtle[aria-disabled=true],.fill-surface .fill-tint-magenta-bold:disabled,.fill-surface .fill-tint-magenta-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-magenta-subtle:disabled,.fill-overlay .fill-tint-magenta-subtle[aria-disabled=true],.fill-overlay .fill-tint-magenta-bold:disabled,.fill-overlay .fill-tint-magenta-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-tint-gray-subtle{--bg: var(--fill-tint-gray-subtle-bg);--fg: var(--fill-tint-gray-subtle-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--selection-bg: initial}.fill-tint-gray-bold{--bg: var(--fill-tint-gray-bold-bg);--fg: var(--fill-tint-gray-bold-fg);--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--fg-disabled: color-mix(in oklch, var(--fg) 38%, var(--bg));--bg-hovered: oklch(from var(--fill-tint-gray-bold-bg) calc(l + .05) c h);--bg-pressed: oklch(from var(--fill-tint-gray-bold-bg) calc(l - .05) c h);--selection-bg: initial}.fill-tint-gray-subtle:disabled,.fill-tint-gray-subtle[aria-disabled=true],.fill-tint-gray-bold:disabled,.fill-tint-gray-bold[aria-disabled=true]{--bg: var(--fill-background-disabled-bg);--fg: var(--fill-background-disabled-fg);--fg-muted: var(--fg)}.fill-surface .fill-tint-gray-subtle:disabled,.fill-surface .fill-tint-gray-subtle[aria-disabled=true],.fill-surface .fill-tint-gray-bold:disabled,.fill-surface .fill-tint-gray-bold[aria-disabled=true]{--bg: var(--fill-surface-disabled-bg);--fg: var(--fill-surface-disabled-fg);--fg-muted: var(--fg)}.fill-overlay .fill-tint-gray-subtle:disabled,.fill-overlay .fill-tint-gray-subtle[aria-disabled=true],.fill-overlay .fill-tint-gray-bold:disabled,.fill-overlay .fill-tint-gray-bold[aria-disabled=true]{--bg: var(--fill-overlay-disabled-bg);--fg: var(--fill-overlay-disabled-fg);--fg-muted: var(--fg)}.fill-background .fill-tint-red-bold,.fill-page .fill-tint-red-bold,.fill-surface .fill-tint-red-bold,.fill-overlay .fill-tint-red-bold,.fill-background .fill-tint-orange-bold,.fill-page .fill-tint-orange-bold,.fill-surface .fill-tint-orange-bold,.fill-overlay .fill-tint-orange-bold,.fill-background .fill-tint-yellow-bold,.fill-page .fill-tint-yellow-bold,.fill-surface .fill-tint-yellow-bold,.fill-overlay .fill-tint-yellow-bold,.fill-background .fill-tint-blue-bold,.fill-page .fill-tint-blue-bold,.fill-surface .fill-tint-blue-bold,.fill-overlay .fill-tint-blue-bold,.fill-background .fill-tint-purple-bold,.fill-page .fill-tint-purple-bold,.fill-surface .fill-tint-purple-bold,.fill-overlay .fill-tint-purple-bold,.fill-background .fill-tint-green-bold,.fill-page .fill-tint-green-bold,.fill-surface .fill-tint-green-bold,.fill-overlay .fill-tint-green-bold,.fill-background .fill-tint-teal-bold,.fill-page .fill-tint-teal-bold,.fill-surface .fill-tint-teal-bold,.fill-overlay .fill-tint-teal-bold,.fill-background .fill-tint-indigo-bold,.fill-page .fill-tint-indigo-bold,.fill-surface .fill-tint-indigo-bold,.fill-overlay .fill-tint-indigo-bold,.fill-background .fill-tint-magenta-bold,.fill-page .fill-tint-magenta-bold,.fill-surface .fill-tint-magenta-bold,.fill-overlay .fill-tint-magenta-bold,.fill-background .fill-tint-gray-bold,.fill-page .fill-tint-gray-bold,.fill-surface .fill-tint-gray-bold,.fill-overlay .fill-tint-gray-bold{--border-color-subtle: var(--bg)}.fill-background .fill-surface,.fill-page .fill-surface{--border-color-subtle: var(--fill-surface-border-on-background)}.fill-background .fill-background,.fill-page .fill-background{--border-color-subtle: var(--fill-background-border-on-background)}.fill-background .fill-overlay,.fill-page .fill-overlay{--border-color-subtle: var(--fill-overlay-border-on-background);--shadow: var(--fill-overlay-shadow-on-background)}.fill-surface .fill-surface{--border-color-subtle: var(--fill-surface-border-on-surface)}.fill-surface .fill-background{--border-color-subtle: var(--fill-background-border-on-surface)}.fill-surface .fill-overlay{--border-color-subtle: var(--fill-overlay-border-on-surface);--shadow: var(--fill-overlay-shadow-on-surface)}.fill-overlay{--border-color-subtle: var(--fill-overlay-border-on-background)}.fill-nav,.fill-accent-bold,.fill-accent-subtle,.fill-background,.fill-page,.fill-surface,.fill-overlay,.fill-tint-red-subtle,.fill-tint-orange-subtle,.fill-tint-yellow-subtle,.fill-tint-blue-subtle,.fill-tint-purple-subtle,.fill-tint-green-subtle,.fill-tint-teal-subtle,.fill-tint-indigo-subtle,.fill-tint-magenta-subtle,.fill-tint-gray-subtle,.fill-tint-red-bold,.fill-tint-orange-bold,.fill-tint-yellow-bold,.fill-tint-blue-bold,.fill-tint-purple-bold,.fill-tint-green-bold,.fill-tint-teal-bold,.fill-tint-indigo-bold,.fill-tint-magenta-bold,.fill-tint-gray-bold{--border-color-bold: #bfcad9;--border-color-accent: var(--fill-accent-bold-bg);--border-color: var(--border-color-subtle);background:var(--bg);color:var(--fg);transition:background .1s ease-in-out}.fill-nav ::selection,.fill-accent-bold ::selection,.fill-accent-subtle ::selection,.fill-background ::selection,.fill-page ::selection,.fill-surface ::selection,.fill-overlay ::selection,.fill-tint-red-subtle ::selection,.fill-tint-orange-subtle ::selection,.fill-tint-yellow-subtle ::selection,.fill-tint-blue-subtle ::selection,.fill-tint-purple-subtle ::selection,.fill-tint-green-subtle ::selection,.fill-tint-teal-subtle ::selection,.fill-tint-indigo-subtle ::selection,.fill-tint-magenta-subtle ::selection,.fill-tint-gray-subtle ::selection,.fill-tint-red-bold ::selection,.fill-tint-orange-bold ::selection,.fill-tint-yellow-bold ::selection,.fill-tint-blue-bold ::selection,.fill-tint-purple-bold ::selection,.fill-tint-green-bold ::selection,.fill-tint-teal-bold ::selection,.fill-tint-indigo-bold ::selection,.fill-tint-magenta-bold ::selection,.fill-tint-gray-bold ::selection{background:var(--selection-bg, color-mix(in oklch, var(--fg) 30%, var(--bg)));color:oklch(from var(--fg) calc(l - .1) c h)}.hover:hover:not(:disabled):not([aria-disabled=true]){--bg: var(--bg-hovered, var(--bg));--fg: var(--fg-on-hovered, var(--fg));--fg-muted: var(--fg-muted-on-hovered, var(--fg-muted));--fg-disabled: var(--fg-disabled-on-hovered, var(--fg-disabled));background:var(--bg);color:var(--fg)}.press:active:not(:disabled):not([aria-disabled=true]){--bg: var(--bg-pressed, var(--bg));--fg: var(--fg-on-pressed, var(--fg));background:var(--bg);color:var(--fg)}.selected{--bg: var(--bg-selected, var(--bg));--fg: var(--fg-on-selected, var(--fg));--border-color: var(--border-color-selected, var(--border-color));background:var(--bg);color:var(--fg)}.selectable:hover:not(:has(:disabled)):not(:disabled):not([aria-disabled=true]){--border-color: var(--border-color-selected, var(--border-color))}.selectable:focus-visible,.selectable:has(:focus-visible){--border-color: var(--border-color-selected, var(--border-color));outline:2px solid var(--border-color-selected, var(--border-color));outline-offset:2px}.selectable[aria-pressed=true],.selectable[aria-selected=true],.selectable:has(:checked){--bg: var(--bg-selected, var(--bg));--fg: var(--fg-on-selected, var(--fg));--fg-muted: color-mix(in oklch, var(--fg) 60%, var(--bg));--border-color: var(--border-color-selected, var(--border-color))}.selectable:disabled,.selectable[aria-disabled=true],.selectable:has(:disabled){cursor:not-allowed;--fg: var(--fg-disabled);--fg-muted: var(--fg-disabled)}.fill-tint-red-subtle.active,.fill-tint-red-bold.active,.fill-tint-orange-subtle.active,.fill-tint-orange-bold.active,.fill-tint-yellow-subtle.active,.fill-tint-yellow-bold.active,.fill-tint-blue-subtle.active,.fill-tint-blue-bold.active,.fill-tint-purple-subtle.active,.fill-tint-purple-bold.active,.fill-tint-green-subtle.active,.fill-tint-green-bold.active,.fill-tint-teal-subtle.active,.fill-tint-teal-bold.active,.fill-tint-indigo-subtle.active,.fill-tint-indigo-bold.active,.fill-tint-magenta-subtle.active,.fill-tint-magenta-bold.active,.fill-tint-gray-subtle.active,.fill-tint-gray-bold.active{--bg: var(--bg-active, var(--bg))}.bmc-field__required,.bmc-field__error{color:var(--fill-tint-red-bold-bg)}.bmc-field__help{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:help;line-height:1}.bmc-field__help .material-symbols-outlined{font-size:1.3em!important}.bmc-field__help:hover,.bmc-field__help:focus-visible{color:var(--fg)}.bmc-field__help:focus-visible{outline:2px solid var(--border-color-accent);outline-offset:2px}.bmc-form fieldset{border:0;padding:0;margin:0;min-inline-size:0}.bmc-form legend{display:table;float:left;margin:0;padding:0}.bmc-form legend+*{clear:both}.bmc-form fieldset{display:flex;flex-direction:column;gap:var(--scale-05);-webkit-user-select:none;user-select:none;font-weight:var(--font-weight-sans-regular)}.bmc-form .bmc-form-label-horizontal{align-items:center;display:flex;flex-direction:row;inline-size:max-content;gap:var(--scale-1)}.bmc-form-vertical{display:flex;flex-direction:column;gap:var(--scale-4)}.bmc-form-vertical>label{display:flex;flex-direction:column;gap:var(--scale-05);-webkit-user-select:none;user-select:none;font-weight:var(--font-weight-sans-regular)}.bmc-form-horizontal{display:flex;flex-direction:row;gap:var(--scale-3)}.bmc-form-horizontal>label{display:flex;flex-direction:column;gap:var(--scale-05);flex:1;-webkit-user-select:none;user-select:none;font-weight:var(--font-weight-sans-regular)}.bmc-form-control{background:var(--bg);border:1.5px solid var(--border-color-bold);border-radius:var(--radius-md);box-sizing:border-box;color:var(--fg);font:inherit;outline:none;overflow:hidden}.bmc-form-control:focus,.bmc-form-control:focus-within{border-color:var(--fill-accent-bold-bg)!important;outline:none}.bmc-form-control[aria-invalid=true],.bmc-form-control--invalid{border-color:var(--fill-tint-red-bold-bg)}.bmc-form-control[type=radio]:checked,.bmc-form-control[type=checkbox]:checked{border-color:var(--fill-accent-bold-bg)}.bmc-form-control input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;font:inherit;inline-size:100%;margin:0;outline:none;padding:0}.bmc-form-control input::placeholder{color:var(--fg-disabled)}.bmc-form-control:not([type=radio]):not([type=checkbox]){align-items:center;display:flex;flex-direction:row;inline-size:100%;block-size:var(--scale-8);padding-inline:var(--scale-2)}.bmc-form-control[type=radio],.bmc-form-control[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:inline-block;margin:0;position:relative;inline-size:var(--scale-4);block-size:var(--scale-4)}.bmc-form-control[type=checkbox]:checked:after{background:var(--fill-accent-bold-bg);border-radius:var(--radius-sm);content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(.7)}.bmc-form-control[type=radio]{border-radius:9999px}.bmc-form-control[type=radio]:checked:after{border-radius:9999px;background:var(--fill-accent-bold-bg);content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(.7)}.bmc-icon-button{font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:var(--scale-rel-1);border:none;border-radius:var(--radius-lg);transition:color .1s ease-in-out,background .1s ease-in-out}.bmc-icon-button *{display:block;font-size:1.3em!important;width:1em;height:1em}.bmc-icon-button:not([class*=fill-]){background:transparent}.bmc-icon-button:disabled,.bmc-icon-button[aria-disabled=true]{cursor:not-allowed}.bmc-icon-label{align-items:center;display:inline-flex;flex-direction:row;gap:var(--scale-105)}.bmc-icon-label span{text-box:trim-both cap alphabetic}.bmc-list{padding-block:var(--scale-1);margin:0}.bmc-list,.bmc-list__group ul{list-style-type:none;padding-inline:0}.bmc-list__group:not(:first-child):before,.bmc-list__item+.bmc-list__group:before{display:block;border-top:1px solid var(--border-color);content:"";margin-inline:var(--scale-3);margin-block:var(--scale-1)}.bmc-list__group:not(:first-child) .bmc-list__group-label,.bmc-list__item+.bmc-list__group .bmc-list__group-label{margin-top:var(--scale-2)}.bmc-list__group+.bmc-list__item{position:relative;margin-top:var(--scale-2)}.bmc-list__group+.bmc-list__item:before{content:"";position:absolute;top:calc(-1 * var(--scale-1));left:calc(var(--scale-3) - var(--scale-1));right:calc(var(--scale-3) - var(--scale-1));border-top:1px solid var(--border-color)}.bmc-list__group-label{margin-inline:var(--scale-3);font-size:var(--font-size-sm);color:var(--fg-disabled)}.bmc-list__item{margin-inline:var(--scale-1);padding:var(--scale-2);border-radius:var(--radius-xl);-webkit-user-select:none;user-select:none}.bmc-list__item[role=menuitem]:not(:disabled,[aria-disabled=true]){cursor:pointer}.bmc-list__item:disabled,.bmc-list__item[aria-disabled=true]{color:var(--fg-disabled)}.bmc-list__item .material-symbols-outlined{font-size:1.2em!important}.bmc-kv-stack{display:flex;flex-direction:column;margin:0}.bmc-kv-stack__title{font-size:var(--font-size-xl);font-variant-caps:all-small-caps;font-weight:var(--font-weight-sans-emphasized);color:var(--fg-muted)}.bmc-kv-stack__value{margin:0;font-weight:var(--font-weight-sans-emphasized);font-size:var(--font-size-xl);font-feature-settings:var(--font-feature-sans-tabular)}.bmc-menu.bmc-list{min-width:20ch;transition:opacity 50ms cubic-bezier(.15,.84,0,1),translate .3s cubic-bezier(.15,.84,0,1),scale .3s cubic-bezier(.15,.84,0,1);transform-origin:var(--transform-origin, center top)}.bmc-menu.bmc-list[data-ending-style]{transition:opacity 75ms cubic-bezier(1,0,1,1),translate 75ms cubic-bezier(1,0,1,1),scale 75ms cubic-bezier(1,0,1,1);opacity:0}.bmc-menu.bmc-list[data-starting-style],.bmc-menu.bmc-list[data-ending-style]{scale:.96;opacity:0}.bmc-menu.bmc-list[data-starting-style][data-side=bottom],.bmc-menu.bmc-list[data-ending-style][data-side=bottom]{translate:0 -4px}.bmc-menu.bmc-list[data-starting-style][data-side=top],.bmc-menu.bmc-list[data-ending-style][data-side=top]{translate:0 4px}.bmc-menu.bmc-list[data-starting-style][data-side=left],.bmc-menu.bmc-list[data-ending-style][data-side=left]{translate:4px 0}.bmc-menu.bmc-list[data-starting-style][data-side=right],.bmc-menu.bmc-list[data-ending-style][data-side=right]{translate:-4px 0}.bmc-menu.bmc-list[data-instant=dismiss],.bmc-menu.bmc-list[data-instant=group]{transition:none}@media(prefers-reduced-motion:reduce){.bmc-menu.bmc-list{transition:none}.bmc-menu.bmc-list[data-starting-style],.bmc-menu.bmc-list[data-ending-style]{scale:1;translate:none}}.bmc-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal, 1000);background:#0006;transition:opacity .15s cubic-bezier(.15,.84,0,1)}.bmc-modal-backdrop[data-starting-style],.bmc-modal-backdrop[data-ending-style]{opacity:0}@media(prefers-reduced-motion:reduce){.bmc-modal-backdrop{transition:none}}.bmc-modal-viewport{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal, 1000);display:flex;padding:var(--scale-4)}.bmc-modal{box-sizing:border-box;margin:auto;max-width:100%;max-height:100%;transition:opacity .15s cubic-bezier(.15,.84,0,1),translate .3s cubic-bezier(.15,.84,0,1),scale .3s cubic-bezier(.15,.84,0,1);transform-origin:center center}.bmc-modal:focus-visible{outline:none}.bmc-modal[data-ending-style]{transition:opacity .1s cubic-bezier(1,0,1,1),translate .1s cubic-bezier(1,0,1,1),scale .1s cubic-bezier(1,0,1,1)}.bmc-modal[data-starting-style],.bmc-modal[data-ending-style]{scale:.96;translate:0 8px;opacity:0}@media(prefers-reduced-motion:reduce){.bmc-modal{transition:none}.bmc-modal[data-starting-style],.bmc-modal[data-ending-style]{scale:1;translate:none}}.bmc-navigation-rail{align-items:center;display:flex;flex-direction:column;padding-block:var(--scale-3);padding-inline:var(--scale-2);overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;user-select:none;box-sizing:border-box;height:100%;width:52px;transition:width .15s cubic-bezier(.15,.84,0,1)}@media(prefers-reduced-motion:reduce){.bmc-navigation-rail{transition:none}}.bmc-navigation-rail>a:has(.bmc-navigation-rail__item){display:flex;text-decoration:none;width:100%;align-items:center;justify-content:center}.bmc-navigation-rail__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;width:100%;margin:0;padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer}.bmc-navigation-rail__item{line-height:var(--leading-regular);display:flex;align-items:center;justify-content:center;margin-block:var(--scale-1);box-sizing:border-box;color:var(--fg);text-decoration:none;border-radius:var(--radius-lg);width:100%;padding-inline:var(--scale-105);padding-block:var(--scale-2);gap:var(--scale-2)}.bmc-navigation-rail__item__icon{display:flex;flex-shrink:0;font-size:20px!important}.bmc-navigation-rail__item__icon .material-symbols-outlined{font-size:20px!important}.bmc-navigation-rail__item__icon img,.bmc-navigation-rail__item__icon svg{height:20px;width:20px}.bmc-navigation-rail__item__label{font-weight:var(--font-weight-sans-emphasized);white-space:nowrap;text-box:trim-both cap alphabetic}.bmc-navigation-rail>.bmc-navigation-rail__item:first-child .bmc-navigation-rail__item__label{font-weight:300;font-size:var(--font-size-2xl)}.bmc-navigation-rail:not(.bmc-navigation-rail--expanded) .bmc-navigation-rail__item__label{display:none}.bmc-navigation-rail--expanded{width:240px}.bmc-navigation-rail--expanded .bmc-navigation-rail__item{justify-content:flex-start;text-align:left}.bmc-navigation-rail>*:hover>.bmc-navigation-rail__item{background:var(--bg-hovered);color:var(--fg-on-hovered, var(--fg))}.bmc-navigation-rail>*:active>.bmc-navigation-rail__item{background:var(--bg-pressed);color:var(--fg-on-pressed, var(--fg))}.bmc-navigation-rail [aria-current=page] .bmc-navigation-rail__item{background:var(--bg-current);color:var(--fg-on-current, var(--fg))}.bmc-navigation-rail__divider{width:100%;border-top:1px solid #474e5b;margin-block:var(--scale-1)}.bmc-prose{white-space:normal;font-feature-settings:"calt" on,"ss01" on}.bmc-prose *,.bmc-prose *:before,.bmc-prose *:after{box-sizing:border-box}.bmc-prose{font-size:1em;line-height:1.5}.bmc-prose img,.bmc-prose picture,.bmc-prose video,.bmc-prose canvas,.bmc-prose svg{display:block;max-width:100%}.bmc-prose p,.bmc-prose h1,.bmc-prose h2,.bmc-prose h3,.bmc-prose h4,.bmc-prose h5,.bmc-prose h6{overflow-wrap:break-word}.bmc-prose p{text-wrap:pretty}.bmc-prose h1,.bmc-prose h2,.bmc-prose h3,.bmc-prose h4,.bmc-prose h5,.bmc-prose h6{text-wrap:balance}.bmc-prose ul,.bmc-prose ol{padding-left:1.5em}.bmc-prose ol{list-style-type:decimal}.bmc-prose ol ol{list-style-type:lower-alpha}.bmc-prose ol ol ol{list-style-type:lower-roman}.bmc-prose ul{list-style-type:disc}.bmc-prose ul ul{list-style-type:circle}.bmc-prose ul ul ul{list-style-type:square}.bmc-prose li{margin-block:.5em;padding-left:.5em}.bmc-prose em{font-style:italic!important}.bmc-prose strong{font-style:inherit;font-weight:var(--font-weight-sans-strong)}.bmc-prose>*{margin-block:1rem}.bmc-prose>:first-child{margin-block-start:0}.bmc-prose>:last-child{margin-block-end:0}.bmc-prose>h1,.bmc-prose>h2,.bmc-prose>h3,.bmc-prose>h4,.bmc-prose>h5,.bmc-prose>h6{margin-block-start:1.75rem}.bmc-prose>h1 * h1,.bmc-prose>h1 * h2,.bmc-prose>h1 * h3,.bmc-prose>h1 * h4,.bmc-prose>h1 * h5,.bmc-prose>h1 * h6,.bmc-prose>h2 * h1,.bmc-prose>h2 * h2,.bmc-prose>h2 * h3,.bmc-prose>h2 * h4,.bmc-prose>h2 * h5,.bmc-prose>h2 * h6,.bmc-prose>h3 * h1,.bmc-prose>h3 * h2,.bmc-prose>h3 * h3,.bmc-prose>h3 * h4,.bmc-prose>h3 * h5,.bmc-prose>h3 * h6,.bmc-prose>h4 * h1,.bmc-prose>h4 * h2,.bmc-prose>h4 * h3,.bmc-prose>h4 * h4,.bmc-prose>h4 * h5,.bmc-prose>h4 * h6,.bmc-prose>h5 * h1,.bmc-prose>h5 * h2,.bmc-prose>h5 * h3,.bmc-prose>h5 * h4,.bmc-prose>h5 * h5,.bmc-prose>h5 * h6,.bmc-prose>h6 * h1,.bmc-prose>h6 * h2,.bmc-prose>h6 * h3,.bmc-prose>h6 * h4,.bmc-prose>h6 * h5,.bmc-prose>h6 * h6{margin-block-start:0}.bmc-prose pre,.bmc-prose code{font-family:var(--font-family-mono);font-weight:var(--font-weight-sans-regular);font-feature-settings:"calt" off,"ss01" off}.bmc-prose h1{font-size:2em;font-weight:var(--font-weight-sans-regular)}.bmc-prose h2{font-size:1.67em;font-weight:var(--font-weight-sans-regular)}.bmc-prose h3{font-size:1.4em;font-weight:var(--font-weight-sans-regular)}.bmc-prose h4{font-size:1.25em;font-weight:var(--font-weight-sans-regular)}.bmc-prose h5{font-size:1em;font-weight:var(--font-weight-sans-emphasized)}.bmc-prose h6{font-size:1em;font-weight:var(--font-weight-sans-regular)}.bmc-prose hr{border:.5px solid var(--border-color)}.bmc-prose table{border-collapse:separate;font-feature-settings:var(--font-feature-sans-tabular);white-space:pre;width:100%;border-spacing:0}.bmc-prose table th{text-align:left;font-weight:var(--font-weight-sans-strong)}.bmc-prose table th,.bmc-prose table td{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:8px}.bmc-prose table thead tr:first-child th,.bmc-prose table thead tr:first-child td{border-top:1px solid var(--border-color)}.bmc-prose table>tbody:first-child>tr:first-child th,.bmc-prose table>tbody:first-child>tr:first-child td{border-top:1px solid var(--border-color)}.bmc-prose table th:first-child,.bmc-prose table td:first-child{border-left:1px solid var(--border-color)}.bmc-prose table thead tr:first-child th:first-child{border-top-left-radius:var(--radius-md)}.bmc-prose table thead tr:first-child th:last-child{border-top-right-radius:var(--radius-md)}.bmc-prose table tbody tr:last-child td:first-child,.bmc-prose table tbody tr:last-child th:first-child{border-bottom-left-radius:var(--radius-md)}.bmc-prose table tbody tr:last-child td:last-child,.bmc-prose table tbody tr:last-child th:last-child{border-bottom-right-radius:var(--radius-md)}.bmc-prose table thead:last-child tr:last-child th:first-child,.bmc-prose table thead:last-child tr:last-child td:first-child{border-bottom-left-radius:var(--radius-md)}.bmc-prose table thead:last-child tr:last-child th:last-child,.bmc-prose table thead:last-child tr:last-child td:last-child{border-bottom-right-radius:var(--radius-md)}.bmc-scroll-fade{--scroll-fade-size: clamp(32px, 25%, 96px);position:relative;display:flex;flex-direction:column;min-height:0}.bmc-scroll-fade__viewport{flex:1 1 auto;min-width:0;min-height:0;overflow:auto}.bmc-scroll-fade[data-axis=vertical] .bmc-scroll-fade__viewport{overflow-x:hidden}.bmc-scroll-fade[data-axis=horizontal] .bmc-scroll-fade__viewport{overflow-y:hidden}.bmc-scroll-fade:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,var(--bg),transparent) top/100% var(--fade-top, 0) no-repeat,linear-gradient(to top,var(--bg),transparent) bottom/100% var(--fade-bottom, 0) no-repeat,linear-gradient(to right,var(--bg),transparent) left/var(--fade-left, 0) 100% no-repeat,linear-gradient(to left,var(--bg),transparent) right/var(--fade-right, 0) 100% no-repeat}.bmc-scroll-fade[data-overflow-top]{--fade-top: var(--scroll-fade-size)}.bmc-scroll-fade[data-overflow-bottom]{--fade-bottom: var(--scroll-fade-size)}.bmc-scroll-fade[data-overflow-left]{--fade-left: var(--scroll-fade-size)}.bmc-scroll-fade[data-overflow-right]{--fade-right: var(--scroll-fade-size)}.bmc-sequential-fade-in{opacity:0;display:none;transition:opacity .2s ease,display .2s allow-discrete}.bmc-sequential-fade-in>*{opacity:0;transition:opacity 0ms}.bmc-sequential-fade-in[data-visible]{opacity:1;display:block;transition:opacity .2s ease}@starting-style{.bmc-sequential-fade-in[data-visible]{opacity:0}}.bmc-sequential-fade-in[data-visible]>*{opacity:1;transition:opacity .75s cubic-bezier(.64,0,.78,0) .1s}@starting-style{.bmc-sequential-fade-in[data-visible]>*{opacity:0}}@media(prefers-reduced-motion:reduce){.bmc-sequential-fade-in{transition:none}.bmc-sequential-fade-in>*{transition:none}}.bmc-spinner{display:inline-block;box-sizing:border-box;font-size:var(--font-size-2xl)!important;line-height:1;animation:bmc-spinner-rotate 1s linear infinite}@keyframes bmc-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.bmc-spinner{animation-duration:2s}}.bmc-tag{display:inline-flex;flex-direction:row;border-radius:var(--radius-md);padding-inline:var(--scale-105);font-weight:var(--font-weight-sans-emphasized);border:1px solid var(--border-color);font-size:var(--font-size-sm)}.bmc-text-input{gap:var(--scale-105)}.bmc-text-input__input{flex:1 1 0;min-inline-size:0}.bmc-text-input__affix{align-items:center;color:var(--fg-muted);display:inline-flex;flex:none;line-height:0}.bmc-text-input__affix .material-symbols-outlined{font-size:1.35em!important}.bmc-text-input__clear,.bmc-text-input__password-toggle{color:var(--fg-muted);flex:none;font-size:var(--font-size-sm);margin-inline:calc(-1 * var(--scale-05))}.bmc-text-input:has(input:disabled){cursor:not-allowed;--fg: var(--fg-disabled);--fg-muted: var(--fg-disabled)}.bmc-text-area{align-items:flex-start!important;block-size:auto!important;min-block-size:var(--scale-10);padding-block:var(--scale-2)}.bmc-text-area__textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;font:inherit;inline-size:100%;line-height:var(--leading-regular);margin:0;outline:none;padding:0;resize:vertical}.bmc-text-area__textarea::placeholder{color:var(--fg-disabled)}.bmc-text-area:has(textarea:disabled){cursor:not-allowed;--fg: var(--fg-disabled);--fg-muted: var(--fg-disabled)}.bmc-tooltip{padding:var(--scale-rel-2) var(--scale-rel-3);max-width:50ch;transition:opacity 50ms cubic-bezier(.15,.84,0,1),translate .3s cubic-bezier(.15,.84,0,1),scale .3s cubic-bezier(.15,.84,0,1);transform-origin:var(--transform-origin, center top)}.bmc-tooltip[data-ending-style]{transition:opacity 75ms cubic-bezier(1,0,1,1),translate 75ms cubic-bezier(1,0,1,1),scale 75ms cubic-bezier(1,0,1,1);opacity:0}.bmc-tooltip[data-starting-style],.bmc-tooltip[data-ending-style]{scale:.96;opacity:0}.bmc-tooltip[data-starting-style][data-side=bottom],.bmc-tooltip[data-ending-style][data-side=bottom]{translate:0 -4px}.bmc-tooltip[data-starting-style][data-side=top],.bmc-tooltip[data-ending-style][data-side=top]{translate:0 4px}.bmc-tooltip[data-starting-style][data-side=left],.bmc-tooltip[data-ending-style][data-side=left]{translate:4px 0}.bmc-tooltip[data-starting-style][data-side=right],.bmc-tooltip[data-ending-style][data-side=right]{translate:-4px 0}.bmc-tooltip[data-instant=dismiss],.bmc-tooltip[data-instant=group]{transition:none}@media(prefers-reduced-motion:reduce){.bmc-tooltip{transition:none}.bmc-tooltip[data-starting-style],.bmc-tooltip[data-ending-style]{scale:1;translate:none}}}@layer utilities{.rounded-full{border-radius:9999px}.p-0{padding:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.px-0{padding-inline:0}.py-0{padding-block:0}.m-0{margin:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mx-0{margin-inline:0}.my-0{margin-block:0}.gap-0{gap:0}.gap-x-0{column-gap:0}.gap-y-0{row-gap:0}.m-auto{margin:auto}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;user-select:auto}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.grow{flex-grow:1}.grow-0{flex-grow:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-stretch{align-content:stretch}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.w-full{width:100%}.h-full{height:100%}.min-w-0{min-width:0}.max-w-full{max-width:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.list-none{list-style-type:none}.fg-inherit{color:inherit}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration:none}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.p-05{padding:var(--scale-05)}.pl-05{padding-left:var(--scale-05)}.pr-05{padding-right:var(--scale-05)}.pt-05{padding-top:var(--scale-05)}.pb-05{padding-bottom:var(--scale-05)}.px-05{padding-inline:var(--scale-05)}.py-05{padding-block:var(--scale-05)}.m-05{margin:var(--scale-05)}.ml-05{margin-left:var(--scale-05)}.mr-05{margin-right:var(--scale-05)}.mt-05{margin-top:var(--scale-05)}.mb-05{margin-bottom:var(--scale-05)}.mx-05{margin-inline:var(--scale-05)}.my-05{margin-block:var(--scale-05)}.gap-05{gap:var(--scale-05)}.gap-x-05{column-gap:var(--scale-05)}.gap-y-05{row-gap:var(--scale-05)}.inset-05{inset:var(--scale-05)}.inset-x-05{left:var(--scale-05);right:var(--scale-05)}.inset-y-05{top:var(--scale-05);bottom:var(--scale-05)}.top-05{top:var(--scale-05)}.right-05{right:var(--scale-05)}.bottom-05{bottom:var(--scale-05)}.left-05{left:var(--scale-05)}.p-1{padding:var(--scale-1)}.pl-1{padding-left:var(--scale-1)}.pr-1{padding-right:var(--scale-1)}.pt-1{padding-top:var(--scale-1)}.pb-1{padding-bottom:var(--scale-1)}.px-1{padding-inline:var(--scale-1)}.py-1{padding-block:var(--scale-1)}.m-1{margin:var(--scale-1)}.ml-1{margin-left:var(--scale-1)}.mr-1{margin-right:var(--scale-1)}.mt-1{margin-top:var(--scale-1)}.mb-1{margin-bottom:var(--scale-1)}.mx-1{margin-inline:var(--scale-1)}.my-1{margin-block:var(--scale-1)}.gap-1{gap:var(--scale-1)}.gap-x-1{column-gap:var(--scale-1)}.gap-y-1{row-gap:var(--scale-1)}.inset-1{inset:var(--scale-1)}.inset-x-1{left:var(--scale-1);right:var(--scale-1)}.inset-y-1{top:var(--scale-1);bottom:var(--scale-1)}.top-1{top:var(--scale-1)}.right-1{right:var(--scale-1)}.bottom-1{bottom:var(--scale-1)}.left-1{left:var(--scale-1)}.p-105{padding:var(--scale-105)}.pl-105{padding-left:var(--scale-105)}.pr-105{padding-right:var(--scale-105)}.pt-105{padding-top:var(--scale-105)}.pb-105{padding-bottom:var(--scale-105)}.px-105{padding-inline:var(--scale-105)}.py-105{padding-block:var(--scale-105)}.m-105{margin:var(--scale-105)}.ml-105{margin-left:var(--scale-105)}.mr-105{margin-right:var(--scale-105)}.mt-105{margin-top:var(--scale-105)}.mb-105{margin-bottom:var(--scale-105)}.mx-105{margin-inline:var(--scale-105)}.my-105{margin-block:var(--scale-105)}.gap-105{gap:var(--scale-105)}.gap-x-105{column-gap:var(--scale-105)}.gap-y-105{row-gap:var(--scale-105)}.inset-105{inset:var(--scale-105)}.inset-x-105{left:var(--scale-105);right:var(--scale-105)}.inset-y-105{top:var(--scale-105);bottom:var(--scale-105)}.top-105{top:var(--scale-105)}.right-105{right:var(--scale-105)}.bottom-105{bottom:var(--scale-105)}.left-105{left:var(--scale-105)}.p-2{padding:var(--scale-2)}.pl-2{padding-left:var(--scale-2)}.pr-2{padding-right:var(--scale-2)}.pt-2{padding-top:var(--scale-2)}.pb-2{padding-bottom:var(--scale-2)}.px-2{padding-inline:var(--scale-2)}.py-2{padding-block:var(--scale-2)}.m-2{margin:var(--scale-2)}.ml-2{margin-left:var(--scale-2)}.mr-2{margin-right:var(--scale-2)}.mt-2{margin-top:var(--scale-2)}.mb-2{margin-bottom:var(--scale-2)}.mx-2{margin-inline:var(--scale-2)}.my-2{margin-block:var(--scale-2)}.gap-2{gap:var(--scale-2)}.gap-x-2{column-gap:var(--scale-2)}.gap-y-2{row-gap:var(--scale-2)}.inset-2{inset:var(--scale-2)}.inset-x-2{left:var(--scale-2);right:var(--scale-2)}.inset-y-2{top:var(--scale-2);bottom:var(--scale-2)}.top-2{top:var(--scale-2)}.right-2{right:var(--scale-2)}.bottom-2{bottom:var(--scale-2)}.left-2{left:var(--scale-2)}.p-3{padding:var(--scale-3)}.pl-3{padding-left:var(--scale-3)}.pr-3{padding-right:var(--scale-3)}.pt-3{padding-top:var(--scale-3)}.pb-3{padding-bottom:var(--scale-3)}.px-3{padding-inline:var(--scale-3)}.py-3{padding-block:var(--scale-3)}.m-3{margin:var(--scale-3)}.ml-3{margin-left:var(--scale-3)}.mr-3{margin-right:var(--scale-3)}.mt-3{margin-top:var(--scale-3)}.mb-3{margin-bottom:var(--scale-3)}.mx-3{margin-inline:var(--scale-3)}.my-3{margin-block:var(--scale-3)}.gap-3{gap:var(--scale-3)}.gap-x-3{column-gap:var(--scale-3)}.gap-y-3{row-gap:var(--scale-3)}.inset-3{inset:var(--scale-3)}.inset-x-3{left:var(--scale-3);right:var(--scale-3)}.inset-y-3{top:var(--scale-3);bottom:var(--scale-3)}.top-3{top:var(--scale-3)}.right-3{right:var(--scale-3)}.bottom-3{bottom:var(--scale-3)}.left-3{left:var(--scale-3)}.p-4{padding:var(--scale-4)}.pl-4{padding-left:var(--scale-4)}.pr-4{padding-right:var(--scale-4)}.pt-4{padding-top:var(--scale-4)}.pb-4{padding-bottom:var(--scale-4)}.px-4{padding-inline:var(--scale-4)}.py-4{padding-block:var(--scale-4)}.m-4{margin:var(--scale-4)}.ml-4{margin-left:var(--scale-4)}.mr-4{margin-right:var(--scale-4)}.mt-4{margin-top:var(--scale-4)}.mb-4{margin-bottom:var(--scale-4)}.mx-4{margin-inline:var(--scale-4)}.my-4{margin-block:var(--scale-4)}.gap-4{gap:var(--scale-4)}.gap-x-4{column-gap:var(--scale-4)}.gap-y-4{row-gap:var(--scale-4)}.inset-4{inset:var(--scale-4)}.inset-x-4{left:var(--scale-4);right:var(--scale-4)}.inset-y-4{top:var(--scale-4);bottom:var(--scale-4)}.top-4{top:var(--scale-4)}.right-4{right:var(--scale-4)}.bottom-4{bottom:var(--scale-4)}.left-4{left:var(--scale-4)}.p-5{padding:var(--scale-5)}.pl-5{padding-left:var(--scale-5)}.pr-5{padding-right:var(--scale-5)}.pt-5{padding-top:var(--scale-5)}.pb-5{padding-bottom:var(--scale-5)}.px-5{padding-inline:var(--scale-5)}.py-5{padding-block:var(--scale-5)}.m-5{margin:var(--scale-5)}.ml-5{margin-left:var(--scale-5)}.mr-5{margin-right:var(--scale-5)}.mt-5{margin-top:var(--scale-5)}.mb-5{margin-bottom:var(--scale-5)}.mx-5{margin-inline:var(--scale-5)}.my-5{margin-block:var(--scale-5)}.gap-5{gap:var(--scale-5)}.gap-x-5{column-gap:var(--scale-5)}.gap-y-5{row-gap:var(--scale-5)}.inset-5{inset:var(--scale-5)}.inset-x-5{left:var(--scale-5);right:var(--scale-5)}.inset-y-5{top:var(--scale-5);bottom:var(--scale-5)}.top-5{top:var(--scale-5)}.right-5{right:var(--scale-5)}.bottom-5{bottom:var(--scale-5)}.left-5{left:var(--scale-5)}.p-6{padding:var(--scale-6)}.pl-6{padding-left:var(--scale-6)}.pr-6{padding-right:var(--scale-6)}.pt-6{padding-top:var(--scale-6)}.pb-6{padding-bottom:var(--scale-6)}.px-6{padding-inline:var(--scale-6)}.py-6{padding-block:var(--scale-6)}.m-6{margin:var(--scale-6)}.ml-6{margin-left:var(--scale-6)}.mr-6{margin-right:var(--scale-6)}.mt-6{margin-top:var(--scale-6)}.mb-6{margin-bottom:var(--scale-6)}.mx-6{margin-inline:var(--scale-6)}.my-6{margin-block:var(--scale-6)}.gap-6{gap:var(--scale-6)}.gap-x-6{column-gap:var(--scale-6)}.gap-y-6{row-gap:var(--scale-6)}.inset-6{inset:var(--scale-6)}.inset-x-6{left:var(--scale-6);right:var(--scale-6)}.inset-y-6{top:var(--scale-6);bottom:var(--scale-6)}.top-6{top:var(--scale-6)}.right-6{right:var(--scale-6)}.bottom-6{bottom:var(--scale-6)}.left-6{left:var(--scale-6)}.p-7{padding:var(--scale-7)}.pl-7{padding-left:var(--scale-7)}.pr-7{padding-right:var(--scale-7)}.pt-7{padding-top:var(--scale-7)}.pb-7{padding-bottom:var(--scale-7)}.px-7{padding-inline:var(--scale-7)}.py-7{padding-block:var(--scale-7)}.m-7{margin:var(--scale-7)}.ml-7{margin-left:var(--scale-7)}.mr-7{margin-right:var(--scale-7)}.mt-7{margin-top:var(--scale-7)}.mb-7{margin-bottom:var(--scale-7)}.mx-7{margin-inline:var(--scale-7)}.my-7{margin-block:var(--scale-7)}.gap-7{gap:var(--scale-7)}.gap-x-7{column-gap:var(--scale-7)}.gap-y-7{row-gap:var(--scale-7)}.inset-7{inset:var(--scale-7)}.inset-x-7{left:var(--scale-7);right:var(--scale-7)}.inset-y-7{top:var(--scale-7);bottom:var(--scale-7)}.top-7{top:var(--scale-7)}.right-7{right:var(--scale-7)}.bottom-7{bottom:var(--scale-7)}.left-7{left:var(--scale-7)}.p-8{padding:var(--scale-8)}.pl-8{padding-left:var(--scale-8)}.pr-8{padding-right:var(--scale-8)}.pt-8{padding-top:var(--scale-8)}.pb-8{padding-bottom:var(--scale-8)}.px-8{padding-inline:var(--scale-8)}.py-8{padding-block:var(--scale-8)}.m-8{margin:var(--scale-8)}.ml-8{margin-left:var(--scale-8)}.mr-8{margin-right:var(--scale-8)}.mt-8{margin-top:var(--scale-8)}.mb-8{margin-bottom:var(--scale-8)}.mx-8{margin-inline:var(--scale-8)}.my-8{margin-block:var(--scale-8)}.gap-8{gap:var(--scale-8)}.gap-x-8{column-gap:var(--scale-8)}.gap-y-8{row-gap:var(--scale-8)}.inset-8{inset:var(--scale-8)}.inset-x-8{left:var(--scale-8);right:var(--scale-8)}.inset-y-8{top:var(--scale-8);bottom:var(--scale-8)}.top-8{top:var(--scale-8)}.right-8{right:var(--scale-8)}.bottom-8{bottom:var(--scale-8)}.left-8{left:var(--scale-8)}.p-9{padding:var(--scale-9)}.pl-9{padding-left:var(--scale-9)}.pr-9{padding-right:var(--scale-9)}.pt-9{padding-top:var(--scale-9)}.pb-9{padding-bottom:var(--scale-9)}.px-9{padding-inline:var(--scale-9)}.py-9{padding-block:var(--scale-9)}.m-9{margin:var(--scale-9)}.ml-9{margin-left:var(--scale-9)}.mr-9{margin-right:var(--scale-9)}.mt-9{margin-top:var(--scale-9)}.mb-9{margin-bottom:var(--scale-9)}.mx-9{margin-inline:var(--scale-9)}.my-9{margin-block:var(--scale-9)}.gap-9{gap:var(--scale-9)}.gap-x-9{column-gap:var(--scale-9)}.gap-y-9{row-gap:var(--scale-9)}.inset-9{inset:var(--scale-9)}.inset-x-9{left:var(--scale-9);right:var(--scale-9)}.inset-y-9{top:var(--scale-9);bottom:var(--scale-9)}.top-9{top:var(--scale-9)}.right-9{right:var(--scale-9)}.bottom-9{bottom:var(--scale-9)}.left-9{left:var(--scale-9)}.p-10{padding:var(--scale-10)}.pl-10{padding-left:var(--scale-10)}.pr-10{padding-right:var(--scale-10)}.pt-10{padding-top:var(--scale-10)}.pb-10{padding-bottom:var(--scale-10)}.px-10{padding-inline:var(--scale-10)}.py-10{padding-block:var(--scale-10)}.m-10{margin:var(--scale-10)}.ml-10{margin-left:var(--scale-10)}.mr-10{margin-right:var(--scale-10)}.mt-10{margin-top:var(--scale-10)}.mb-10{margin-bottom:var(--scale-10)}.mx-10{margin-inline:var(--scale-10)}.my-10{margin-block:var(--scale-10)}.gap-10{gap:var(--scale-10)}.gap-x-10{column-gap:var(--scale-10)}.gap-y-10{row-gap:var(--scale-10)}.inset-10{inset:var(--scale-10)}.inset-x-10{left:var(--scale-10);right:var(--scale-10)}.inset-y-10{top:var(--scale-10);bottom:var(--scale-10)}.top-10{top:var(--scale-10)}.right-10{right:var(--scale-10)}.bottom-10{bottom:var(--scale-10)}.left-10{left:var(--scale-10)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.measure-xs{max-width:var(--measure-xs)}.measure-sm{max-width:var(--measure-sm)}.measure-md{max-width:var(--measure-md)}.measure-lg{max-width:var(--measure-lg)}.font-emphasized{font-weight:var(--font-weight-sans-emphasized)}.font-strong{font-weight:var(--font-weight-sans-strong)}.font-normal{font-weight:var(--font-weight-sans-regular)}.fg-muted{color:var(--fg-muted)}.fg-disabled{color:var(--fg-disabled)}.leading-regular{line-height:var(--leading-regular)}.text-feature-default{font-feature-settings:var(--font-feature-sans)}.text-feature-tabular{font-feature-settings:var(--font-feature-sans-tabular)}.font-sans{font-family:var(--font-family-sans)}.font-mono{font-family:var(--font-family-mono)}.font-brand{font-family:var(--font-family-brand)}.border{border:1px solid var(--border-color)}.border-heavy{border:2px solid var(--border-color)}.border-x{border-inline:1px solid var(--border-color)}.border-y{border-block:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-r{border-right:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-l{border-left:1px solid var(--border-color)}.border-x-heavy{border-inline:2px solid var(--border-color)}.border-y-heavy{border-block:2px solid var(--border-color)}.border-t-heavy{border-top:2px solid var(--border-color)}.border-r-heavy{border-right:2px solid var(--border-color)}.border-b-heavy{border-bottom:2px solid var(--border-color)}.border-l-heavy{border-left:2px solid var(--border-color)}}.bmc-theme-light,.bmc-theme-dark,.bmc-theme-high-contrast{--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--radius-xl: 8px;--radius-2xl: 12px;--scale-05: 2px;--scale-1: 4px;--scale-105: 6px;--scale-2: 8px;--scale-3: 12px;--scale-4: 16px;--scale-5: 20px;--scale-6: 24px;--scale-7: 28px;--scale-8: 32px;--scale-9: 36px;--scale-10: 40px;--scale-rel-05: .1429em;--scale-rel-1: .2857em;--scale-rel-105: .4286em;--scale-rel-2: .5714em;--scale-rel-3: .8571em;--scale-rel-4: 1.1429em;--scale-rel-5: 1.4286em;--scale-rel-6: 1.7143em;--scale-rel-7: 2em;--scale-rel-8: 2.2857em;--scale-rel-9: 2.5714em;--scale-rel-10: 2.8571em;--font-family-sans: Inter, sans-serif;--font-family-mono: "JetBrains Mono", monospace;--font-family-brand: "Sofia Pro", sans-serif;--font-feature-sans: "calt" 0;--font-feature-sans-tabular: "calt" 1, "tnum" 1, "ss02" 0, "cv05" 1, "cv08" 1, "case" 1;--font-weight-sans-regular: 400;--font-weight-sans-emphasized: 500;--font-weight-sans-strong: 600;--leading-regular: 1.5;--font-size-xs: .6429rem;--font-size-sm: .8571rem;--font-size-base: 1rem;--font-size-lg: 1.1429rem;--font-size-xl: 1.2857rem;--font-size-2xl: 1.4286rem;--font-size-3xl: 1.7143rem;--font-size-4xl: 2.2857rem;--measure-xs: 35ch;--measure-sm: 48ch;--measure-md: 60ch;--measure-lg: 85ch;font-family:var(--font-family-sans);font-feature-settings:var(--font-feature-sans);line-height:var(--leading-regular)}.bmc-theme-light{--color-p289c: oklch(.2553 .0621 255.53);--fill-tint-red-subtle-bg: oklch(.954 .0199 24.44);--fill-tint-red-bold-bg: oklch(.5 .16 23);--fill-tint-orange-subtle-bg: oklch(.954 .0199 55);--fill-tint-orange-bold-bg: oklch(.55 .13 62);--fill-tint-yellow-subtle-bg: oklch(.954 .0199 98);--fill-tint-yellow-bold-bg: oklch(.6 .3 105);--fill-tint-blue-subtle-bg: oklch(.954 .0199 252);--fill-tint-blue-bold-bg: oklch(.488 .1297 246);--fill-tint-purple-subtle-bg: oklch(.954 .0199 319);--fill-tint-purple-bold-bg: oklch(.488 .1297 313);--fill-tint-green-subtle-bg: oklch(.954 .0199 154.9);--fill-tint-green-bold-bg: oklch(.488 .1297 148.95);--fill-tint-teal-subtle-bg: oklch(.954 .0199 196);--fill-tint-teal-bold-bg: oklch(.488 .1297 190);--fill-tint-indigo-subtle-bg: oklch(.954 .0199 289);--fill-tint-indigo-bold-bg: oklch(.488 .1297 283);--fill-tint-magenta-subtle-bg: oklch(.954 .0199 348);--fill-tint-magenta-bold-bg: oklch(.488 .1297 342);--fill-tint-gray-subtle-bg: oklch(.954 .006 264);--fill-tint-gray-bold-bg: oklch(.488 .0304 264);--fill-tint-red-subtle-fg: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-red-bold-fg: #fff;--fill-tint-orange-subtle-fg: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-orange-bold-fg: #fff;--fill-tint-yellow-subtle-fg: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-yellow-bold-fg: #fff;--fill-tint-blue-subtle-fg: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-blue-bold-fg: #fff;--fill-tint-purple-subtle-fg: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-purple-bold-fg: #fff;--fill-tint-green-subtle-fg: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-green-bold-fg: #fff;--fill-tint-teal-subtle-fg: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-teal-bold-fg: #fff;--fill-tint-indigo-subtle-fg: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-indigo-bold-fg: #fff;--fill-tint-magenta-subtle-fg: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .466) calc(c + .08) h );--fill-tint-magenta-bold-fg: #fff;--fill-tint-gray-subtle-fg: oklch( from var(--fill-tint-gray-subtle-bg) calc(l - .466) c h );--fill-tint-gray-bold-fg: #fff;--fill-nav-bg: var(--color-p289c);--fill-nav-current-bg: oklch(from var(--fill-nav-bg) .88 .034 h);--fill-nav-current-fg: oklch( from var(--fill-nav-bg) calc(l + .125) calc(c + .038) h );--fill-nav-fg: oklch(.9466 .0277 271.24);--fill-nav-fg-disabled: oklch(.55 .035 271.24);--fill-nav-fg-muted: oklch(.7 .04 271.24);--fill-nav-hovered-bg: oklch( from var(--fill-nav-bg) calc(l - .055) calc(c - .004) h );--fill-nav-hovered-fg: var(--fill-nav-fg);--fill-nav-pressed-bg: oklch( from var(--fill-nav-bg) calc(l - .2) calc(c + .05) h );--fill-nav-pressed-fg: var(--fill-nav-fg);--fill-accent-bold-bg: #1e52ee;--fill-accent-bold-fg: #fff;--fill-accent-subtle-bg: #f7f9fd;--fill-accent-subtle-fg: var(--fill-background-fg);--fill-background-bg: oklch(.98 .006 264);--fill-background-border-on-background: oklch(.94 .01 264);--fill-background-border-on-surface: oklch(.94 .01 264);--fill-background-disabled-bg: oklch(.93 .006 264);--fill-background-disabled-fg: oklch(.64 .02 264);--fill-background-fg: oklch(.32 .0304 264);--fill-background-fg-disabled: oklch(.6 .01 264);--fill-background-fg-muted: oklch(.5 .02 264);--fill-background-hovered-bg: oklch(.95 .006 264);--fill-page-bg: #cddcf1;--fill-page-fg: var(--fill-background-fg);--fill-page-fg-disabled: var(--fill-background-fg-disabled);--fill-page-fg-muted: var(--fill-background-fg-muted);--fill-page-disabled-bg: var(--fill-background-disabled-bg);--fill-page-disabled-fg: var(--fill-background-disabled-fg);--fill-page-hovered-bg: oklch(from var(--fill-page-bg) calc(l - .03) c h);--fill-surface-bg: oklch(1 0 0);--fill-surface-border-on-background: oklch(.94 .01 264);--fill-surface-border-on-surface: oklch(.94 .01 264);--fill-surface-disabled-bg: oklch(.95 .006 264);--fill-surface-disabled-fg: oklch(.7 .02 264);--fill-surface-fg: oklch(.2 .03 264);--fill-surface-fg-disabled: oklch(.6 .01 264);--fill-surface-fg-muted: oklch(.47 .02 264);--fill-surface-hovered-bg: oklch(.97 .006 264);--fill-overlay-bg: oklch(1 0 0);--fill-overlay-border-on-background: oklch(.94 .01 264);--fill-overlay-border-on-surface: oklch(.94 .01 264);--fill-overlay-disabled-bg: oklch(.95 .006 264);--fill-overlay-disabled-fg: oklch(.7 .02 264);--fill-overlay-fg: oklch(.2 .03 264);--fill-overlay-fg-disabled: oklch(.6 .01 264);--fill-overlay-fg-muted: oklch(.47 .02 264);--fill-overlay-shadow-on-background: 0 -1px 2px oklch(0 0 0 / .04), 0 1px 2px oklch(0 0 0 / .06), 0 2px 4px oklch(0 0 0 / .08);--fill-overlay-shadow-on-surface: 0 -1px 2px oklch(0 0 0 / .04), 0 1px 2px oklch(0 0 0 / .06), 0 2px 4px oklch(0 0 0 / .08)}.bmc-theme-light .fill-tint-red-subtle{--bg-hovered: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-orange-subtle{--bg-hovered: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-yellow-subtle{--bg-hovered: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-blue-subtle{--bg-hovered: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-purple-subtle{--bg-hovered: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-green-subtle{--bg-hovered: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-teal-subtle{--bg-hovered: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-indigo-subtle{--bg-hovered: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-magenta-subtle{--bg-hovered: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .05) calc(c + .015) h )}.bmc-theme-light .fill-tint-gray-subtle{--bg-hovered: oklch( from var(--fill-tint-gray-subtle-bg) calc(l - .02) c h );--bg-pressed: oklch( from var(--fill-tint-gray-subtle-bg) calc(l - .05) c h )}.bmc-theme-light .fill-background .fill-tint-red-subtle,.bmc-theme-light .fill-page .fill-tint-red-subtle,.bmc-theme-light .fill-surface .fill-tint-red-subtle,.bmc-theme-light .fill-overlay .fill-tint-red-subtle,.bmc-theme-light .fill-background .fill-tint-orange-subtle,.bmc-theme-light .fill-page .fill-tint-orange-subtle,.bmc-theme-light .fill-surface .fill-tint-orange-subtle,.bmc-theme-light .fill-overlay .fill-tint-orange-subtle,.bmc-theme-light .fill-background .fill-tint-yellow-subtle,.bmc-theme-light .fill-page .fill-tint-yellow-subtle,.bmc-theme-light .fill-surface .fill-tint-yellow-subtle,.bmc-theme-light .fill-overlay .fill-tint-yellow-subtle,.bmc-theme-light .fill-background .fill-tint-blue-subtle,.bmc-theme-light .fill-page .fill-tint-blue-subtle,.bmc-theme-light .fill-surface .fill-tint-blue-subtle,.bmc-theme-light .fill-overlay .fill-tint-blue-subtle,.bmc-theme-light .fill-background .fill-tint-purple-subtle,.bmc-theme-light .fill-page .fill-tint-purple-subtle,.bmc-theme-light .fill-surface .fill-tint-purple-subtle,.bmc-theme-light .fill-overlay .fill-tint-purple-subtle,.bmc-theme-light .fill-background .fill-tint-green-subtle,.bmc-theme-light .fill-page .fill-tint-green-subtle,.bmc-theme-light .fill-surface .fill-tint-green-subtle,.bmc-theme-light .fill-overlay .fill-tint-green-subtle,.bmc-theme-light .fill-background .fill-tint-teal-subtle,.bmc-theme-light .fill-page .fill-tint-teal-subtle,.bmc-theme-light .fill-surface .fill-tint-teal-subtle,.bmc-theme-light .fill-overlay .fill-tint-teal-subtle,.bmc-theme-light .fill-background .fill-tint-indigo-subtle,.bmc-theme-light .fill-page .fill-tint-indigo-subtle,.bmc-theme-light .fill-surface .fill-tint-indigo-subtle,.bmc-theme-light .fill-overlay .fill-tint-indigo-subtle,.bmc-theme-light .fill-background .fill-tint-magenta-subtle,.bmc-theme-light .fill-page .fill-tint-magenta-subtle,.bmc-theme-light .fill-surface .fill-tint-magenta-subtle,.bmc-theme-light .fill-overlay .fill-tint-magenta-subtle{--border-color-subtle: oklch( from var(--bg) calc(l - .044) calc(c + .018) h )}.bmc-theme-light .fill-background .fill-tint-gray-subtle,.bmc-theme-light .fill-page .fill-tint-gray-subtle,.bmc-theme-light .fill-surface .fill-tint-gray-subtle,.bmc-theme-light .fill-overlay .fill-tint-gray-subtle{--border-color-subtle: oklch( from var(--bg) calc(l - .044) calc(c + .006) h )}.bmc-theme-dark{--color-p289c: oklch(.2553 .0621 255.53);--fill-tint-red-subtle-bg: oklch(.25 .03 23);--fill-tint-red-bold-bg: oklch(.35 .07 24.44);--fill-tint-orange-subtle-bg: oklch(.25 .03 62);--fill-tint-orange-bold-bg: oklch(.35 .07 55);--fill-tint-yellow-subtle-bg: oklch(.25 .03 105);--fill-tint-yellow-bold-bg: oklch(.35 .07 98);--fill-tint-blue-subtle-bg: oklch(.25 .03 246);--fill-tint-blue-bold-bg: oklch(.35 .07 252);--fill-tint-purple-subtle-bg: oklch(.25 .03 313);--fill-tint-purple-bold-bg: oklch(.35 .07 319);--fill-tint-green-subtle-bg: oklch(.25 .03 148.95);--fill-tint-green-bold-bg: oklch(.35 .07 154.9);--fill-tint-teal-subtle-bg: oklch(.25 .03 190);--fill-tint-teal-bold-bg: oklch(.35 .07 196);--fill-tint-indigo-subtle-bg: oklch(.25 .03 283);--fill-tint-indigo-bold-bg: oklch(.35 .07 289);--fill-tint-magenta-subtle-bg: oklch(.25 .03 342);--fill-tint-magenta-bold-bg: oklch(.35 .07 348);--fill-tint-gray-subtle-bg: oklch(.25 .03 264);--fill-tint-gray-bold-bg: oklch(.35 .006 264);--fill-tint-red-subtle-fg: oklch( from var(--fill-tint-red-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-red-bold-fg: oklch( from var(--fill-tint-red-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-orange-subtle-fg: oklch( from var(--fill-tint-orange-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-orange-bold-fg: oklch( from var(--fill-tint-orange-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-yellow-subtle-fg: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-yellow-bold-fg: oklch( from var(--fill-tint-yellow-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-blue-subtle-fg: oklch( from var(--fill-tint-blue-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-blue-bold-fg: oklch( from var(--fill-tint-blue-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-purple-subtle-fg: oklch( from var(--fill-tint-purple-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-purple-bold-fg: oklch( from var(--fill-tint-purple-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-green-subtle-fg: oklch( from var(--fill-tint-green-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-green-bold-fg: oklch( from var(--fill-tint-green-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-teal-subtle-fg: oklch( from var(--fill-tint-teal-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-teal-bold-fg: oklch( from var(--fill-tint-teal-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-indigo-subtle-fg: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-indigo-bold-fg: oklch( from var(--fill-tint-indigo-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-magenta-subtle-fg: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l + .6) calc(c + .03) h );--fill-tint-magenta-bold-fg: oklch( from var(--fill-tint-magenta-bold-bg) calc(l + .55) calc(c + .01) h );--fill-tint-gray-subtle-fg: #fff;--fill-tint-gray-bold-fg: oklch( from var(--fill-tint-gray-bold-bg) calc(l + .55) c h );--fill-nav-bg: var(--fill-surface-bg);--fill-nav-current-bg: oklch(from var(--fill-nav-bg) .35 .07 h);--fill-nav-current-fg: oklch(from var(--fill-nav-bg) 1 0 h);--fill-nav-fg: oklch(.9466 .0277 271.24);--fill-nav-fg-disabled: oklch(.55 .035 271.24);--fill-nav-fg-muted: oklch(.7 .04 271.24);--fill-nav-hovered-bg: oklch( from var(--fill-nav-bg) calc(l - .055) calc(c - .004) h );--fill-nav-hovered-fg: var(--fill-nav-fg);--fill-nav-pressed-bg: oklch( from var(--fill-nav-bg) calc(l - .2) calc(c + .05) h );--fill-nav-pressed-fg: var(--fill-nav-fg);--fill-accent-bold-bg: #1e52ee;--fill-accent-bold-fg: #fff;--fill-accent-subtle-bg: #f7f9fd;--fill-accent-subtle-fg: var(--fill-background-fg);--fill-background-bg: oklch(.15 .01 255);--fill-background-border-on-background: oklch(.25 .01 264);--fill-background-border-on-surface: oklch(.3 .01 264);--fill-background-disabled-bg: oklch(.2 .01 264);--fill-background-disabled-fg: oklch(.55 .02 264);--fill-background-fg: #fff;--fill-background-fg-disabled: oklch(.55 .01 264);--fill-background-fg-muted: oklch(.7 .02 264);--fill-background-hovered-bg: oklch(.2 .01 255);--fill-page-bg: oklch(.13 .025 264);--fill-page-fg: var(--fill-background-fg);--fill-page-fg-disabled: var(--fill-background-fg-disabled);--fill-page-fg-muted: var(--fill-background-fg-muted);--fill-page-disabled-bg: var(--fill-background-disabled-bg);--fill-page-disabled-fg: var(--fill-background-disabled-fg);--fill-page-hovered-bg: oklch(from var(--fill-page-bg) calc(l + .04) c h);--fill-surface-bg: oklch(.18 .013 255);--fill-surface-border-on-background: oklch(.25 .01 264);--fill-surface-border-on-surface: oklch(.3 .01 264);--fill-surface-disabled-bg: oklch(.22 .01 264);--fill-surface-disabled-fg: oklch(.55 .02 264);--fill-surface-fg: #fff;--fill-surface-fg-disabled: oklch(.55 .01 264);--fill-surface-fg-muted: oklch(.7 .02 264);--fill-surface-hovered-bg: oklch(.21 .013 255);--fill-overlay-bg: oklch(.22 .013 255);--fill-overlay-border-on-background: oklch(.32 .01 264);--fill-overlay-border-on-surface: oklch(.32 .01 264);--fill-overlay-disabled-bg: oklch(.26 .01 264);--fill-overlay-disabled-fg: oklch(.55 .02 264);--fill-overlay-fg: #fff;--fill-overlay-fg-disabled: oklch(.55 .01 264);--fill-overlay-fg-muted: oklch(.7 .02 264);--fill-overlay-shadow-on-background: 0 -1px 2px oklch(0 0 0 / .3), 0 1px 2px oklch(0 0 0 / .4), 0 2px 4px oklch(0 0 0 / .5);--fill-overlay-shadow-on-surface: 0 -1px 2px oklch(0 0 0 / .3), 0 1px 2px oklch(0 0 0 / .4), 0 2px 4px oklch(0 0 0 / .5)}.bmc-theme-dark .fill-tint-red-subtle{--bg-hovered: oklch( from var(--fill-tint-red-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-red-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-orange-subtle{--bg-hovered: oklch( from var(--fill-tint-orange-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-orange-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-yellow-subtle{--bg-hovered: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-blue-subtle{--bg-hovered: oklch( from var(--fill-tint-blue-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-blue-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-purple-subtle{--bg-hovered: oklch( from var(--fill-tint-purple-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-purple-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-green-subtle{--bg-hovered: oklch( from var(--fill-tint-green-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-green-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-teal-subtle{--bg-hovered: oklch( from var(--fill-tint-teal-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-teal-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-indigo-subtle{--bg-hovered: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-magenta-subtle{--bg-hovered: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l + .02) calc(c + .01) h );--bg-pressed: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l + .05) calc(c + .015) h )}.bmc-theme-dark .fill-tint-gray-subtle{--bg-hovered: oklch( from var(--fill-tint-gray-subtle-bg) calc(l + .02) c h );--bg-pressed: oklch( from var(--fill-tint-gray-subtle-bg) calc(l + .05) c h )}.bmc-theme-dark .fill-background .fill-tint-red-subtle,.bmc-theme-dark .fill-page .fill-tint-red-subtle,.bmc-theme-dark .fill-surface .fill-tint-red-subtle,.bmc-theme-dark .fill-overlay .fill-tint-red-subtle,.bmc-theme-dark .fill-background .fill-tint-orange-subtle,.bmc-theme-dark .fill-page .fill-tint-orange-subtle,.bmc-theme-dark .fill-surface .fill-tint-orange-subtle,.bmc-theme-dark .fill-overlay .fill-tint-orange-subtle,.bmc-theme-dark .fill-background .fill-tint-yellow-subtle,.bmc-theme-dark .fill-page .fill-tint-yellow-subtle,.bmc-theme-dark .fill-surface .fill-tint-yellow-subtle,.bmc-theme-dark .fill-overlay .fill-tint-yellow-subtle,.bmc-theme-dark .fill-background .fill-tint-blue-subtle,.bmc-theme-dark .fill-page .fill-tint-blue-subtle,.bmc-theme-dark .fill-surface .fill-tint-blue-subtle,.bmc-theme-dark .fill-overlay .fill-tint-blue-subtle,.bmc-theme-dark .fill-background .fill-tint-purple-subtle,.bmc-theme-dark .fill-page .fill-tint-purple-subtle,.bmc-theme-dark .fill-surface .fill-tint-purple-subtle,.bmc-theme-dark .fill-overlay .fill-tint-purple-subtle,.bmc-theme-dark .fill-background .fill-tint-green-subtle,.bmc-theme-dark .fill-page .fill-tint-green-subtle,.bmc-theme-dark .fill-surface .fill-tint-green-subtle,.bmc-theme-dark .fill-overlay .fill-tint-green-subtle,.bmc-theme-dark .fill-background .fill-tint-teal-subtle,.bmc-theme-dark .fill-page .fill-tint-teal-subtle,.bmc-theme-dark .fill-surface .fill-tint-teal-subtle,.bmc-theme-dark .fill-overlay .fill-tint-teal-subtle,.bmc-theme-dark .fill-background .fill-tint-indigo-subtle,.bmc-theme-dark .fill-page .fill-tint-indigo-subtle,.bmc-theme-dark .fill-surface .fill-tint-indigo-subtle,.bmc-theme-dark .fill-overlay .fill-tint-indigo-subtle,.bmc-theme-dark .fill-background .fill-tint-magenta-subtle,.bmc-theme-dark .fill-page .fill-tint-magenta-subtle,.bmc-theme-dark .fill-surface .fill-tint-magenta-subtle,.bmc-theme-dark .fill-overlay .fill-tint-magenta-subtle{--border-color-subtle: oklch( from var(--bg) calc(l + .044) calc(c + .018) h )}.bmc-theme-dark .fill-background .fill-tint-gray-subtle,.bmc-theme-dark .fill-page .fill-tint-gray-subtle,.bmc-theme-dark .fill-surface .fill-tint-gray-subtle,.bmc-theme-dark .fill-overlay .fill-tint-gray-subtle{--border-color-subtle: oklch( from var(--bg) calc(l + .044) calc(c + .006) h )}.bmc-theme-high-contrast{--color-p289c: oklch(.2 .0621 255.53);--fill-tint-red-subtle-bg: oklch(.96 .04 24.44);--fill-tint-red-bold-bg: oklch(.42 .18 23);--fill-tint-orange-subtle-bg: oklch(.96 .04 55);--fill-tint-orange-bold-bg: oklch(.48 .15 62);--fill-tint-yellow-subtle-bg: oklch(.96 .04 98);--fill-tint-yellow-bold-bg: oklch(.55 .32 105);--fill-tint-blue-subtle-bg: oklch(.96 .04 252);--fill-tint-blue-bold-bg: oklch(.4 .15 246);--fill-tint-purple-subtle-bg: oklch(.96 .04 319);--fill-tint-purple-bold-bg: oklch(.4 .15 313);--fill-tint-green-subtle-bg: oklch(.96 .04 154.9);--fill-tint-green-bold-bg: oklch(.4 .15 148.95);--fill-tint-teal-subtle-bg: oklch(.96 .04 196);--fill-tint-teal-bold-bg: oklch(.4 .15 190);--fill-tint-indigo-subtle-bg: oklch(.96 .04 289);--fill-tint-indigo-bold-bg: oklch(.4 .15 283);--fill-tint-magenta-subtle-bg: oklch(.96 .04 348);--fill-tint-magenta-bold-bg: oklch(.4 .15 342);--fill-tint-gray-subtle-bg: oklch(.96 .006 264);--fill-tint-gray-bold-bg: oklch(.3 .0304 264);--fill-tint-red-subtle-fg: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-red-bold-fg: #fff;--fill-tint-orange-subtle-fg: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-orange-bold-fg: #fff;--fill-tint-yellow-subtle-fg: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-yellow-bold-fg: #fff;--fill-tint-blue-subtle-fg: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-blue-bold-fg: #fff;--fill-tint-purple-subtle-fg: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-purple-bold-fg: #fff;--fill-tint-green-subtle-fg: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-green-bold-fg: #fff;--fill-tint-teal-subtle-fg: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-teal-bold-fg: #fff;--fill-tint-indigo-subtle-fg: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-indigo-bold-fg: #fff;--fill-tint-magenta-subtle-fg: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .7) calc(c + .1) h );--fill-tint-magenta-bold-fg: #fff;--fill-tint-gray-subtle-fg: oklch(0 0 0);--fill-tint-gray-bold-fg: #fff;--fill-nav-bg: var(--color-p289c);--fill-nav-current-bg: oklch(from var(--fill-nav-bg) .95 .04 h);--fill-nav-current-fg: oklch(from var(--fill-nav-bg) .15 c h);--fill-nav-fg: oklch(1 0 0);--fill-nav-fg-disabled: oklch(.7 .035 271.24);--fill-nav-fg-muted: oklch(.88 .04 271.24);--fill-nav-hovered-bg: oklch( from var(--fill-nav-bg) calc(l - .08) calc(c - .004) h );--fill-nav-hovered-fg: var(--fill-nav-fg);--fill-nav-pressed-bg: oklch( from var(--fill-nav-bg) calc(l - .14) calc(c + .05) h );--fill-nav-pressed-fg: var(--fill-nav-fg);--fill-accent-bold-bg: #1e52ee;--fill-accent-bold-fg: #fff;--fill-accent-subtle-bg: #f7f9fd;--fill-accent-subtle-fg: var(--fill-background-fg);--fill-background-bg: oklch(1 0 0);--fill-background-border-on-background: oklch(.35 .01 264);--fill-background-border-on-surface: oklch(.35 .01 264);--fill-background-disabled-bg: oklch(.92 .006 264);--fill-background-disabled-fg: oklch(.45 .02 264);--fill-background-fg: oklch(0 0 0);--fill-background-fg-disabled: oklch(.4 .01 264);--fill-background-fg-muted: oklch(.28 .02 264);--fill-background-hovered-bg: oklch(.94 .006 264);--fill-page-bg: #cddcf1;--fill-page-fg: var(--fill-background-fg);--fill-page-fg-disabled: var(--fill-background-fg-disabled);--fill-page-fg-muted: var(--fill-background-fg-muted);--fill-page-disabled-bg: var(--fill-background-disabled-bg);--fill-page-disabled-fg: var(--fill-background-disabled-fg);--fill-page-hovered-bg: oklch(from var(--fill-page-bg) calc(l - .04) c h);--fill-surface-bg: oklch(1 0 0);--fill-surface-border-on-background: oklch(.35 .01 264);--fill-surface-border-on-surface: oklch(.35 .01 264);--fill-surface-disabled-bg: oklch(.92 .006 264);--fill-surface-disabled-fg: oklch(.45 .02 264);--fill-surface-fg: oklch(0 0 0);--fill-surface-fg-disabled: oklch(.4 .01 264);--fill-surface-fg-muted: oklch(.28 .02 264);--fill-surface-hovered-bg: oklch(.94 .006 264);--fill-overlay-bg: oklch(1 0 0);--fill-overlay-border-on-background: oklch(.25 .01 264);--fill-overlay-border-on-surface: oklch(.25 .01 264);--fill-overlay-disabled-bg: oklch(.92 .006 264);--fill-overlay-disabled-fg: oklch(.45 .02 264);--fill-overlay-fg: oklch(0 0 0);--fill-overlay-fg-disabled: oklch(.4 .01 264);--fill-overlay-fg-muted: oklch(.28 .02 264);--fill-overlay-shadow-on-background: none;--fill-overlay-shadow-on-surface: none}.bmc-theme-high-contrast .fill-tint-red-subtle{--bg-hovered: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-red-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-orange-subtle{--bg-hovered: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-orange-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-yellow-subtle{--bg-hovered: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-yellow-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-blue-subtle{--bg-hovered: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-blue-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-purple-subtle{--bg-hovered: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-purple-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-green-subtle{--bg-hovered: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-green-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-teal-subtle{--bg-hovered: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-teal-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-indigo-subtle{--bg-hovered: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-indigo-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-magenta-subtle{--bg-hovered: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .04) calc(c + .02) h );--bg-pressed: oklch( from var(--fill-tint-magenta-subtle-bg) calc(l - .08) calc(c + .03) h )}.bmc-theme-high-contrast .fill-tint-gray-subtle{--bg-hovered: oklch( from var(--fill-tint-gray-subtle-bg) calc(l - .04) c h );--bg-pressed: oklch( from var(--fill-tint-gray-subtle-bg) calc(l - .08) c h )}.bmc-theme-high-contrast .fill-background .fill-tint-red-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-red-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-red-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-red-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-orange-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-orange-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-orange-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-orange-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-yellow-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-yellow-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-yellow-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-yellow-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-blue-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-blue-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-blue-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-blue-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-purple-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-purple-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-purple-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-purple-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-green-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-green-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-green-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-green-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-teal-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-teal-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-teal-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-teal-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-indigo-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-indigo-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-indigo-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-indigo-subtle,.bmc-theme-high-contrast .fill-background .fill-tint-magenta-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-magenta-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-magenta-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-magenta-subtle{--border-color-subtle: oklch( from var(--bg) calc(l - .55) calc(c + .06) h )}.bmc-theme-high-contrast .fill-background .fill-tint-gray-subtle,.bmc-theme-high-contrast .fill-page .fill-tint-gray-subtle,.bmc-theme-high-contrast .fill-surface .fill-tint-gray-subtle,.bmc-theme-high-contrast .fill-overlay .fill-tint-gray-subtle{--border-color-subtle: oklch( from var(--bg) calc(l - .6) calc(c + .006) h )}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-BCak21uZ.woff2) format("woff2"),url(/assets/Phosphor-Bold-Bs3tcKfK.woff) format("woff"),url(/assets/Phosphor-Bold-y1cGIEs3.ttf) format("truetype"),url(/assets/Phosphor-Bold-CIyscVBM.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before{content:""}.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before{content:""}.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before{content:""}.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before{content:""}.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before{content:""}.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before{content:""}.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before{content:""}.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before{content:""}.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before{content:""}.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before{content:""}.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before{content:""}.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}:root{--mimir-accent: #a78bfa;--mimir-accent-2: #38bdf8;--mimir-grad: linear-gradient(135deg, #a78bfa, #38bdf8);--mimir-grad-soft: linear-gradient(135deg, rgba(167, 139, 250, .16), rgba(56, 189, 248, .14));--mimir-canvas: #06070d;--mimir-glass: rgba(255, 255, 255, .04);--mimir-glass-strong: rgba(17, 19, 32, .72);--mimir-hairline: rgba(255, 255, 255, .09);--mimir-hairline-strong: rgba(255, 255, 255, .16)}:root,body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background-color:var(--mimir-canvas)}body:before{content:"";position:fixed;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:-2;pointer-events:none;background:radial-gradient(38% 48% at 18% 26%,rgba(99,102,241,.3),transparent 60%),radial-gradient(34% 44% at 82% 22%,rgba(34,211,238,.22),transparent 60%),radial-gradient(44% 54% at 70% 82%,rgba(167,139,250,.26),transparent 62%),radial-gradient(40% 50% at 24% 80%,rgba(56,189,248,.2),transparent 62%);filter:blur(80px) saturate(135%);animation:mimir-app-aurora 26s ease-in-out infinite alternate}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at 50% 0%,black,transparent 75%);mask-image:radial-gradient(circle at 50% 0%,black,transparent 75%)}@keyframes mimir-app-aurora{0%{transform:translate3d(-3%,-2%,0) scale(1) rotate(0)}to{transform:translate3d(3%,3%,0) scale(1.08) rotate(3deg)}}@media(prefers-reduced-motion:reduce){body:before{animation:none}}.bmc-theme-dark{--fill-background-bg: transparent;--fill-nav-bg: rgba(10, 12, 22, .66);--fill-surface-bg: rgba(255, 255, 255, .038);--fill-surface-border-on-background: var(--mimir-hairline);--fill-surface-border-on-surface: var(--mimir-hairline);--fill-overlay-bg: rgba(16, 18, 30, .86);--fill-overlay-border-on-background: var(--mimir-hairline-strong);--fill-overlay-border-on-surface: var(--mimir-hairline-strong);--fg: #e9ebf5;--fg-muted: #aab2cc;--fg-subtle: #7d86a3;--border-color: var(--mimir-hairline);--fill-tint-blue-bold-bg: oklch(.62 .17 277);--fill-tint-indigo-bold-bg: oklch(.62 .17 283)}.fill-surface,.fill-overlay,.catalog-modal,.wizard-tile{backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%)}.mimir-gradient-text{background:linear-gradient(135deg,#fff,#c7d2fe);-webkit-background-clip:text;background-clip:text;color:transparent}.bmc-theme-dark :focus-visible{outline:none;box-shadow:0 0 0 3px #a78bfa52;border-radius:8px}::selection{background:#a78bfa52;color:#fff}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#ffffff3d;background-clip:padding-box}
