@charset "UTF-8";/*!
* Pico CSS ✨ v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/:host,:root{--pico-font-family-emoji:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pico-font-family-sans-serif:system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif,var(--pico-font-family-emoji);--pico-font-family-monospace:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace,var(--pico-font-family-emoji);--pico-font-family:var(--pico-font-family-sans-serif);--pico-line-height:1.5;--pico-font-weight:400;--pico-font-size:100%;--pico-text-underline-offset:.1rem;--pico-border-radius:.25rem;--pico-border-width:.0625rem;--pico-outline-width:.125rem;--pico-transition:.2s ease-in-out;--pico-spacing:1rem;--pico-typography-spacing-vertical:1rem;--pico-block-spacing-vertical:var(--pico-spacing);--pico-block-spacing-horizontal:var(--pico-spacing);--pico-grid-column-gap:var(--pico-spacing);--pico-grid-row-gap:var(--pico-spacing);--pico-form-element-spacing-vertical:.75rem;--pico-form-element-spacing-horizontal:1rem;--pico-group-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-primary-focus);--pico-group-box-shadow-focus-with-input:0 0 0 .0625rem var(--pico-form-element-border-color);--pico-modal-overlay-backdrop-filter:blur(.375rem);--pico-nav-element-spacing-vertical:1rem;--pico-nav-element-spacing-horizontal:.5rem;--pico-nav-link-spacing-vertical:.5rem;--pico-nav-link-spacing-horizontal:.5rem;--pico-nav-breadcrumb-divider:">";--pico-icon-checkbox:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-minus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");--pico-icon-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-date:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");--pico-icon-time:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-search:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");--pico-icon-close:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");--pico-icon-loading:url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E")}@media (min-width:576px){:host,:root{--pico-font-size:106.25%}}@media (min-width:768px){:host,:root{--pico-font-size:112.5%}}@media (min-width:1024px){:host,:root{--pico-font-size:118.75%}}@media (min-width:1280px){:host,:root{--pico-font-size:125%}}@media (min-width:1536px){:host,:root{--pico-font-size:131.25%}}a,a.contrast,a.secondary{--pico-text-decoration:underline}small{--pico-font-size:.875em}h1,h2,h3,h4,h5,h6{--pico-font-weight:700}h1{--pico-font-size:2rem;--pico-line-height:1.125;--pico-typography-spacing-top:3rem}h2{--pico-font-size:1.75rem;--pico-line-height:1.15;--pico-typography-spacing-top:2.625rem}h3{--pico-font-size:1.5rem;--pico-line-height:1.175;--pico-typography-spacing-top:2.25rem}h4{--pico-font-size:1.25rem;--pico-line-height:1.2;--pico-typography-spacing-top:1.874rem}h5{--pico-font-size:1.125rem;--pico-line-height:1.225;--pico-typography-spacing-top:1.6875rem}h6{--pico-font-size:1rem;--pico-line-height:1.25;--pico-typography-spacing-top:1.5rem}tfoot td,tfoot th,thead td,thead th{--pico-font-weight:600;--pico-border-width:.1875rem}code,kbd,pre,samp{--pico-font-family:var(--pico-font-family-monospace)}kbd{--pico-font-weight:bolder}:where(select,textarea),input:not([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-outline-width:.0625rem}[type=search]{--pico-border-radius:5rem}[type=checkbox],[type=radio]{--pico-border-width:.125rem}[type=checkbox][role=switch]{--pico-border-width:.1875rem}details.dropdown summary:not([role=button]){--pico-outline-width:.0625rem}nav details.dropdown summary:focus-visible{--pico-outline-width:.125rem}[role=search]{--pico-border-radius:5rem}[role=group]:has(button.secondary:focus,[type=submit].secondary:focus,[type=button].secondary:focus,[role=button].secondary:focus),[role=search]:has(button.secondary:focus,[type=submit].secondary:focus,[type=button].secondary:focus,[role=button].secondary:focus){--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}[role=group]:has(button.contrast:focus,[type=submit].contrast:focus,[type=button].contrast:focus,[role=button].contrast:focus),[role=search]:has(button.contrast:focus,[type=submit].contrast:focus,[type=button].contrast:focus,[role=button].contrast:focus){--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-contrast-focus)}[role=group] [role=button],[role=group] [type=button],[role=group] [type=submit],[role=group] button,[role=search] [role=button],[role=search] [type=button],[role=search] [type=submit],[role=search] button{--pico-form-element-spacing-horizontal:2rem}details summary[role=button]:not(.outline):after{filter:brightness(0) invert(1)}[aria-busy=true]:not(input,select,textarea):is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline):before{filter:brightness(0) invert(1)}:host(:not([data-theme=dark])),:root:not([data-theme=dark]),[data-theme=light]{color-scheme:light;--pico-background-color:#fff;--pico-color:#373c44;--pico-text-selection-color:rgba(2, 154, 232, .25);--pico-muted-color:#646b79;--pico-muted-border-color:rgb(231, 234, 239.5);--pico-primary:#0172ad;--pico-primary-background:#0172ad;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(1, 114, 173, .5);--pico-primary-hover:#015887;--pico-primary-hover-background:#02659a;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(2, 154, 232, .5);--pico-primary-inverse:#fff;--pico-secondary:#5d6b89;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(93, 107, 137, .5);--pico-secondary-hover:#48536b;--pico-secondary-hover-background:#48536b;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(93, 107, 137, .25);--pico-secondary-inverse:#fff;--pico-contrast:#181c25;--pico-contrast-background:#181c25;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(24, 28, 37, .5);--pico-contrast-hover:#000;--pico-contrast-hover-background:#000;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-secondary-hover);--pico-contrast-focus:rgba(93, 107, 137, .25);--pico-contrast-inverse:#fff;--pico-box-shadow:.0145rem .029rem .174rem rgba(129, 145, 181, .01698),.0335rem .067rem .402rem rgba(129, 145, 181, .024),.0625rem .125rem .75rem rgba(129, 145, 181, .03),.1125rem .225rem 1.35rem rgba(129, 145, 181, .036),.2085rem .417rem 2.502rem rgba(129, 145, 181, .04302),.5rem 1rem 6rem rgba(129, 145, 181, .06),0 0 0 .0625rem rgba(129, 145, 181, .015);--pico-h1-color:#2d3138;--pico-h2-color:#373c44;--pico-h3-color:#424751;--pico-h4-color:#4d535e;--pico-h5-color:#5c6370;--pico-h6-color:#646b79;--pico-mark-background-color:rgb(252.5, 230.5, 191.5);--pico-mark-color:#0f1114;--pico-ins-color:rgb(28.5, 105.5, 84);--pico-del-color:rgb(136, 56.5, 53);--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, .0375);--pico-code-background-color:rgb(243, 244.5, 246.75);--pico-code-color:#646b79;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:rgb(251, 251.5, 252.25);--pico-form-element-selected-background-color:#dfe3eb;--pico-form-element-border-color:#cfd5e2;--pico-form-element-color:#23262c;--pico-form-element-placeholder-color:var(--pico-muted-color);--pico-form-element-active-background-color:#fff;--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:.5;--pico-form-element-invalid-border-color:rgb(183.5, 105.5, 106.5);--pico-form-element-invalid-active-border-color:rgb(200.25, 79.25, 72.25);--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:rgb(76, 154.5, 137.5);--pico-form-element-valid-active-border-color:rgb(39, 152.75, 118.75);--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#bfc7d9;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#dfe3eb;--pico-range-active-border-color:#bfc7d9;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:var(--pico-background-color);--pico-card-border-color:var(--pico-muted-border-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:rgb(251, 251.5, 252.25);--pico-dropdown-background-color:#fff;--pico-dropdown-border-color:#eff1f4;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#eff1f4;--pico-loading-spinner-opacity:.5;--pico-modal-overlay-background-color:rgba(232, 234, 237, .75);--pico-progress-background-color:#dfe3eb;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(76, 154.5, 137.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(200.25, 79.25, 72.25)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E")}:host(:not([data-theme=dark])) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]),:root:not([data-theme=dark]) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]),[data-theme=light] input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}@media only screen and (prefers-color-scheme:dark){:host(:not([data-theme])),:root:not([data-theme]){color-scheme:dark;--pico-background-color:rgb(19, 22.5, 30.5);--pico-color:#c2c7d0;--pico-text-selection-color:rgba(1, 170, 255, .1875);--pico-muted-color:#7b8495;--pico-muted-border-color:#202632;--pico-primary:#01aaff;--pico-primary-background:#0172ad;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(1, 170, 255, .5);--pico-primary-hover:#79c0ff;--pico-primary-hover-background:#017fc0;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(1, 170, 255, .375);--pico-primary-inverse:#fff;--pico-secondary:#969eaf;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(150, 158, 175, .5);--pico-secondary-hover:#b3b9c5;--pico-secondary-hover-background:#5d6b89;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(144, 158, 190, .25);--pico-secondary-inverse:#fff;--pico-contrast:#dfe3eb;--pico-contrast-background:#eff1f4;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(223, 227, 235, .5);--pico-contrast-hover:#fff;--pico-contrast-hover-background:#fff;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-contrast-hover);--pico-contrast-focus:rgba(207, 213, 226, .25);--pico-contrast-inverse:#000;--pico-box-shadow:.0145rem .029rem .174rem rgba(7, 8.5, 12, .01698),.0335rem .067rem .402rem rgba(7, 8.5, 12, .024),.0625rem .125rem .75rem rgba(7, 8.5, 12, .03),.1125rem .225rem 1.35rem rgba(7, 8.5, 12, .036),.2085rem .417rem 2.502rem rgba(7, 8.5, 12, .04302),.5rem 1rem 6rem rgba(7, 8.5, 12, .06),0 0 0 .0625rem rgba(7, 8.5, 12, .015);--pico-h1-color:#f0f1f3;--pico-h2-color:#e0e3e7;--pico-h3-color:#c2c7d0;--pico-h4-color:#b3b9c5;--pico-h5-color:#a4acba;--pico-h6-color:#8891a4;--pico-mark-background-color:#014063;--pico-mark-color:#fff;--pico-ins-color:#62af9a;--pico-del-color:rgb(205.5, 126, 123);--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, .0375);--pico-code-background-color:rgb(26, 30.5, 40.25);--pico-code-color:#8891a4;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:rgb(28, 33, 43.5);--pico-form-element-selected-background-color:#2a3140;--pico-form-element-border-color:#2a3140;--pico-form-element-color:#e0e3e7;--pico-form-element-placeholder-color:#8891a4;--pico-form-element-active-background-color:rgb(26, 30.5, 40.25);--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:.5;--pico-form-element-invalid-border-color:rgb(149.5, 74, 80);--pico-form-element-invalid-active-border-color:rgb(183.25, 63.5, 59);--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:#2a7b6f;--pico-form-element-valid-active-border-color:rgb(22, 137, 105.5);--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#333c4e;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#202632;--pico-range-active-border-color:#2a3140;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:#181c25;--pico-card-border-color:var(--pico-card-background-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:rgb(26, 30.5, 40.25);--pico-dropdown-background-color:#181c25;--pico-dropdown-border-color:#202632;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#202632;--pico-loading-spinner-opacity:.5;--pico-modal-overlay-background-color:rgba(7.5, 8.5, 10, .75);--pico-progress-background-color:#202632;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(149.5, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E")}:host(:not([data-theme])) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]),:root:not([data-theme]) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}:host(:not([data-theme])) details summary[role=button].contrast:not(.outline):after,:root:not([data-theme]) details summary[role=button].contrast:not(.outline):after{filter:brightness(0)}:host(:not([data-theme])) [aria-busy=true]:not(input,select,textarea).contrast:is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline):before,:root:not([data-theme]) [aria-busy=true]:not(input,select,textarea).contrast:is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline):before{filter:brightness(0)}}[data-theme=dark]{color-scheme:dark;--pico-background-color:rgb(19, 22.5, 30.5);--pico-color:#c2c7d0;--pico-text-selection-color:rgba(1, 170, 255, .1875);--pico-muted-color:#7b8495;--pico-muted-border-color:#202632;--pico-primary:#01aaff;--pico-primary-background:#0172ad;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(1, 170, 255, .5);--pico-primary-hover:#79c0ff;--pico-primary-hover-background:#017fc0;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(1, 170, 255, .375);--pico-primary-inverse:#fff;--pico-secondary:#969eaf;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(150, 158, 175, .5);--pico-secondary-hover:#b3b9c5;--pico-secondary-hover-background:#5d6b89;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(144, 158, 190, .25);--pico-secondary-inverse:#fff;--pico-contrast:#dfe3eb;--pico-contrast-background:#eff1f4;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(223, 227, 235, .5);--pico-contrast-hover:#fff;--pico-contrast-hover-background:#fff;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-contrast-hover);--pico-contrast-focus:rgba(207, 213, 226, .25);--pico-contrast-inverse:#000;--pico-box-shadow:.0145rem .029rem .174rem rgba(7, 8.5, 12, .01698),.0335rem .067rem .402rem rgba(7, 8.5, 12, .024),.0625rem .125rem .75rem rgba(7, 8.5, 12, .03),.1125rem .225rem 1.35rem rgba(7, 8.5, 12, .036),.2085rem .417rem 2.502rem rgba(7, 8.5, 12, .04302),.5rem 1rem 6rem rgba(7, 8.5, 12, .06),0 0 0 .0625rem rgba(7, 8.5, 12, .015);--pico-h1-color:#f0f1f3;--pico-h2-color:#e0e3e7;--pico-h3-color:#c2c7d0;--pico-h4-color:#b3b9c5;--pico-h5-color:#a4acba;--pico-h6-color:#8891a4;--pico-mark-background-color:#014063;--pico-mark-color:#fff;--pico-ins-color:#62af9a;--pico-del-color:rgb(205.5, 126, 123);--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, .0375);--pico-code-background-color:rgb(26, 30.5, 40.25);--pico-code-color:#8891a4;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:rgb(28, 33, 43.5);--pico-form-element-selected-background-color:#2a3140;--pico-form-element-border-color:#2a3140;--pico-form-element-color:#e0e3e7;--pico-form-element-placeholder-color:#8891a4;--pico-form-element-active-background-color:rgb(26, 30.5, 40.25);--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:.5;--pico-form-element-invalid-border-color:rgb(149.5, 74, 80);--pico-form-element-invalid-active-border-color:rgb(183.25, 63.5, 59);--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:#2a7b6f;--pico-form-element-valid-active-border-color:rgb(22, 137, 105.5);--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#333c4e;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#202632;--pico-range-active-border-color:#2a3140;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:#181c25;--pico-card-border-color:var(--pico-card-background-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:rgb(26, 30.5, 40.25);--pico-dropdown-background-color:#181c25;--pico-dropdown-border-color:#202632;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#202632;--pico-loading-spinner-opacity:.5;--pico-modal-overlay-background-color:rgba(7.5, 8.5, 10, .75);--pico-progress-background-color:#202632;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(149.5, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E")}[data-theme=dark] input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}[data-theme=dark] details summary[role=button].contrast:not(.outline):after{filter:brightness(0)}[data-theme=dark] [aria-busy=true]:not(input,select,textarea).contrast:is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline):before{filter:brightness(0)}[type=checkbox],[type=radio],[type=range],progress{accent-color:var(--pico-primary)}*,:after,:before{box-sizing:border-box;background-repeat:no-repeat}:after,:before{text-decoration:inherit;vertical-align:inherit}:where(:host),:where(:root){-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--pico-background-color);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:var(--pico-font-size);line-height:var(--pico-line-height);font-family:var(--pico-font-family);text-underline-offset:var(--pico-text-underline-offset);text-rendering:optimizeLegibility;overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{width:100%;margin:0}main{display:block}body>footer,body>header,body>main{padding-block:var(--pico-block-spacing-vertical)}section{margin-bottom:var(--pico-block-spacing-vertical)}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:var(--pico-spacing);padding-left:var(--pico-spacing)}@media (min-width:576px){.container{max-width:510px;padding-right:0;padding-left:0}}@media (min-width:768px){.container{max-width:700px}}@media (min-width:1024px){.container{max-width:950px}}@media (min-width:1280px){.container{max-width:1200px}}@media (min-width:1536px){.container{max-width:1450px}}.grid{grid-column-gap:var(--pico-grid-column-gap);grid-row-gap:var(--pico-grid-row-gap);display:grid;grid-template-columns:1fr}@media (min-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(0%,1fr))}}.grid>*{min-width:0}.overflow-auto{overflow:auto}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}address,blockquote,dl,ol,p,pre,table,ul{margin-top:0;margin-bottom:var(--pico-typography-spacing-vertical);color:var(--pico-color);font-style:normal;font-weight:var(--pico-font-weight)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:var(--pico-typography-spacing-vertical);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:var(--pico-font-size);line-height:var(--pico-line-height);font-family:var(--pico-font-family)}h1{--pico-color:var(--pico-h1-color)}h2{--pico-color:var(--pico-h2-color)}h3{--pico-color:var(--pico-h3-color)}h4{--pico-color:var(--pico-h4-color)}h5{--pico-color:var(--pico-h5-color)}h6{--pico-color:var(--pico-h6-color)}:where(article,address,blockquote,dl,figure,form,ol,p,pre,table,ul)~:is(h1,h2,h3,h4,h5,h6){margin-top:var(--pico-typography-spacing-top)}p{margin-bottom:var(--pico-typography-spacing-vertical)}hgroup{margin-bottom:var(--pico-typography-spacing-vertical)}hgroup>*{margin-top:0;margin-bottom:0}hgroup>:not(:first-child):last-child{--pico-color:var(--pico-muted-color);--pico-font-weight:unset;font-size:1rem}:where(ol,ul) li{margin-bottom:calc(var(--pico-typography-spacing-vertical) * .25)}:where(dl,ol,ul) :where(dl,ol,ul){margin:0;margin-top:calc(var(--pico-typography-spacing-vertical) * .25)}ul li{list-style:square}mark{padding:.125rem .25rem;background-color:var(--pico-mark-background-color);color:var(--pico-mark-color);vertical-align:baseline}blockquote{display:block;margin:var(--pico-typography-spacing-vertical) 0;padding:var(--pico-spacing);border-right:none;border-left:.25rem solid var(--pico-blockquote-border-color);border-inline-start:.25rem solid var(--pico-blockquote-border-color);border-inline-end:none}blockquote footer{margin-top:calc(var(--pico-typography-spacing-vertical) * .5);color:var(--pico-blockquote-footer-color)}abbr[title]{border-bottom:1px dotted;text-decoration:none;cursor:help}ins{color:var(--pico-ins-color);text-decoration:none}del{color:var(--pico-del-color)}::-moz-selection{background-color:var(--pico-text-selection-color)}::selection{background-color:var(--pico-text-selection-color)}:where(a:not([role=button])),[role=link]{--pico-color:var(--pico-primary);--pico-background-color:transparent;--pico-underline:var(--pico-primary-underline);outline:0;background-color:var(--pico-background-color);color:var(--pico-color);-webkit-text-decoration:var(--pico-text-decoration);text-decoration:var(--pico-text-decoration);text-decoration-color:var(--pico-underline);text-underline-offset:.125em;transition:background-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition),-webkit-text-decoration var(--pico-transition);transition:background-color var(--pico-transition),color var(--pico-transition),text-decoration var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),color var(--pico-transition),text-decoration var(--pico-transition),box-shadow var(--pico-transition),-webkit-text-decoration var(--pico-transition)}:where(a:not([role=button])):is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-primary-hover);--pico-underline:var(--pico-primary-hover-underline);--pico-text-decoration:underline}:where(a:not([role=button])):focus-visible,[role=link]:focus-visible{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}:where(a:not([role=button])).secondary,[role=link].secondary{--pico-color:var(--pico-secondary);--pico-underline:var(--pico-secondary-underline)}:where(a:not([role=button])).secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link].secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-secondary-hover);--pico-underline:var(--pico-secondary-hover-underline)}:where(a:not([role=button])).contrast,[role=link].contrast{--pico-color:var(--pico-contrast);--pico-underline:var(--pico-contrast-underline)}:where(a:not([role=button])).contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link].contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-contrast-hover);--pico-underline:var(--pico-contrast-hover-underline)}a[role=button]{display:inline-block}button{margin:0;overflow:visible;font-family:inherit;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[role=button],[type=button],[type=file]::file-selector-button,[type=reset],[type=submit],button{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);--pico-color:var(--pico-primary-inverse);--pico-box-shadow:var(--pico-button-box-shadow, 0 0 0 rgba(0, 0, 0, 0));padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);border:var(--pico-border-width) solid var(--pico-border-color);border-radius:var(--pico-border-radius);outline:0;background-color:var(--pico-background-color);box-shadow:var(--pico-box-shadow);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:1rem;line-height:var(--pico-line-height);text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}[role=button]:is(:hover,:active,:focus),[role=button]:is([aria-current]:not([aria-current=false])),[type=button]:is(:hover,:active,:focus),[type=button]:is([aria-current]:not([aria-current=false])),[type=file]::file-selector-button:is(:hover,:active,:focus),[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])),[type=reset]:is(:hover,:active,:focus),[type=reset]:is([aria-current]:not([aria-current=false])),[type=submit]:is(:hover,:active,:focus),[type=submit]:is([aria-current]:not([aria-current=false])),button:is(:hover,:active,:focus),button:is([aria-current]:not([aria-current=false])){--pico-background-color:var(--pico-primary-hover-background);--pico-border-color:var(--pico-primary-hover-border);--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0));--pico-color:var(--pico-primary-inverse)}[role=button]:focus,[role=button]:is([aria-current]:not([aria-current=false])):focus,[type=button]:focus,[type=button]:is([aria-current]:not([aria-current=false])):focus,[type=file]::file-selector-button:focus,[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,[type=reset]:focus,[type=reset]:is([aria-current]:not([aria-current=false])):focus,[type=submit]:focus,[type=submit]:is([aria-current]:not([aria-current=false])):focus,button:focus,button:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}[type=button],[type=reset],[type=submit]{margin-bottom:var(--pico-spacing)}:is(button,[type=submit],[type=button],[role=button]).secondary,[type=file]::file-selector-button,[type=reset]{--pico-background-color:var(--pico-secondary-background);--pico-border-color:var(--pico-secondary-border);--pico-color:var(--pico-secondary-inverse);cursor:pointer}:is(button,[type=submit],[type=button],[role=button]).secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=file]::file-selector-button:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:var(--pico-secondary-hover-background);--pico-border-color:var(--pico-secondary-hover-border);--pico-color:var(--pico-secondary-inverse)}:is(button,[type=submit],[type=button],[role=button]).secondary:focus,:is(button,[type=submit],[type=button],[role=button]).secondary:is([aria-current]:not([aria-current=false])):focus,[type=file]::file-selector-button:focus,[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,[type=reset]:focus,[type=reset]:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}:is(button,[type=submit],[type=button],[role=button]).contrast{--pico-background-color:var(--pico-contrast-background);--pico-border-color:var(--pico-contrast-border);--pico-color:var(--pico-contrast-inverse)}:is(button,[type=submit],[type=button],[role=button]).contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:var(--pico-contrast-hover-background);--pico-border-color:var(--pico-contrast-hover-border);--pico-color:var(--pico-contrast-inverse)}:is(button,[type=submit],[type=button],[role=button]).contrast:focus,:is(button,[type=submit],[type=button],[role=button]).contrast:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-contrast-focus)}:is(button,[type=submit],[type=button],[role=button]).outline,[type=reset].outline{--pico-background-color:transparent;--pico-color:var(--pico-primary);--pico-border-color:var(--pico-primary)}:is(button,[type=submit],[type=button],[role=button]).outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset].outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:transparent;--pico-color:var(--pico-primary-hover);--pico-border-color:var(--pico-primary-hover)}:is(button,[type=submit],[type=button],[role=button]).outline.secondary,[type=reset].outline{--pico-color:var(--pico-secondary);--pico-border-color:var(--pico-secondary)}:is(button,[type=submit],[type=button],[role=button]).outline.secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset].outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-secondary-hover);--pico-border-color:var(--pico-secondary-hover)}:is(button,[type=submit],[type=button],[role=button]).outline.contrast{--pico-color:var(--pico-contrast);--pico-border-color:var(--pico-contrast)}:is(button,[type=submit],[type=button],[role=button]).outline.contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-contrast-hover);--pico-border-color:var(--pico-contrast-hover)}:where(button,[type=submit],[type=reset],[type=button],[role=button])[disabled],:where(fieldset[disabled]) :is(button,[type=submit],[type=button],[type=reset],[role=button]){opacity:.5;pointer-events:none}:where(table){width:100%;border-collapse:collapse;border-spacing:0;text-indent:0}td,th{padding:calc(var(--pico-spacing)/ 2) var(--pico-spacing);border-bottom:var(--pico-border-width) solid var(--pico-table-border-color);background-color:var(--pico-background-color);color:var(--pico-color);font-weight:var(--pico-font-weight);text-align:left;text-align:start}tfoot td,tfoot th{border-top:var(--pico-border-width) solid var(--pico-table-border-color);border-bottom:0}table.striped tbody tr:nth-child(odd) td,table.striped tbody tr:nth-child(odd) th{background-color:var(--pico-table-row-stripped-background-color)}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}:where(iframe){border-style:none}img{max-width:100%;height:auto;border-style:none}:where(svg:not([fill])){fill:currentColor}svg:not(:host),svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-size:.875em;font-family:var(--pico-font-family)}pre code,pre samp{font-size:inherit;font-family:inherit}pre{-ms-overflow-style:scrollbar;overflow:auto}code,kbd,pre,samp{border-radius:var(--pico-border-radius);background:var(--pico-code-background-color);color:var(--pico-code-color);font-weight:var(--pico-font-weight);line-height:initial}code,kbd,samp{display:inline-block;padding:.375rem}pre{display:block;margin-bottom:var(--pico-spacing);overflow-x:auto}pre>code,pre>samp{display:block;padding:var(--pico-spacing);background:0 0;line-height:var(--pico-line-height)}kbd{background-color:var(--pico-code-kbd-background-color);color:var(--pico-code-kbd-color);vertical-align:baseline}figure{display:block;margin:0;padding:0}figure figcaption{padding:calc(var(--pico-spacing) * .5) 0;color:var(--pico-muted-color)}hr{height:0;margin:var(--pico-typography-spacing-vertical) 0;border:0;border-top:1px solid var(--pico-muted-border-color);color:inherit}[hidden],template{display:none!important}canvas{display:inline-block}input,optgroup,select,textarea{margin:0;font-size:1rem;line-height:var(--pico-line-height);font-family:inherit;letter-spacing:inherit}input{overflow:visible}select{text-transform:none}legend{max-width:100%;padding:0;color:inherit;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{padding:0;border-style:none}:-moz-focusring{outline:0}:-moz-ui-invalid{box-shadow:none}::-ms-expand{display:none}[type=file],[type=range]{padding:0;border-width:0}input:not([type=checkbox],[type=radio],[type=range]){height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2)}fieldset{width:100%;margin:0;margin-bottom:var(--pico-spacing);padding:0;border:0}fieldset legend,label{display:block;margin-bottom:calc(var(--pico-spacing) * .375);color:var(--pico-color);font-weight:var(--pico-form-label-font-weight,var(--pico-font-weight))}fieldset legend{margin-bottom:calc(var(--pico-spacing) * .5)}button[type=submit],input:not([type=checkbox],[type=radio]),select,textarea{width:100%}input:not([type=checkbox],[type=radio],[type=range],[type=file]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal)}input,select,textarea{--pico-background-color:var(--pico-form-element-background-color);--pico-border-color:var(--pico-form-element-border-color);--pico-color:var(--pico-form-element-color);--pico-box-shadow:none;border:var(--pico-border-width) solid var(--pico-border-color);border-radius:var(--pico-border-radius);outline:0;background-color:var(--pico-background-color);box-shadow:var(--pico-box-shadow);color:var(--pico-color);font-weight:var(--pico-font-weight);transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}:where(select,textarea):not([readonly]):is(:active,:focus),input:not([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[readonly]):is(:active,:focus){--pico-background-color:var(--pico-form-element-active-background-color)}:where(select,textarea):not([readonly]):is(:active,:focus),input:not([type=submit],[type=button],[type=reset],[role=switch],[readonly]):is(:active,:focus){--pico-border-color:var(--pico-form-element-active-border-color)}:where(select,textarea):not([readonly]):focus,input:not([type=submit],[type=button],[type=reset],[type=range],[type=file],[readonly]):focus{--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color)}:where(fieldset[disabled]) :is(input:not([type=submit],[type=button],[type=reset]),select,textarea),input:not([type=submit],[type=button],[type=reset])[disabled],label[aria-disabled=true],select[disabled],textarea[disabled]{opacity:var(--pico-form-element-disabled-opacity);pointer-events:none}label[aria-disabled=true] input[disabled]{opacity:1}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid]{padding-right:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem)!important;padding-left:var(--pico-form-element-spacing-horizontal);padding-inline-start:var(--pico-form-element-spacing-horizontal)!important;padding-inline-end:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem)!important;background-position:center right .75rem;background-size:1rem auto;background-repeat:no-repeat}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid=false]:not(select){background-image:var(--pico-icon-valid)}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid=true]:not(select){background-image:var(--pico-icon-invalid)}:where(input,select,textarea)[aria-invalid=false]{--pico-border-color:var(--pico-form-element-valid-border-color)}:where(input,select,textarea)[aria-invalid=false]:is(:active,:focus){--pico-border-color:var(--pico-form-element-valid-active-border-color)!important}:where(input,select,textarea)[aria-invalid=false]:is(:active,:focus):not([type=checkbox],[type=radio]){--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-valid-focus-color)!important}:where(input,select,textarea)[aria-invalid=true]{--pico-border-color:var(--pico-form-element-invalid-border-color)}:where(input,select,textarea)[aria-invalid=true]:is(:active,:focus){--pico-border-color:var(--pico-form-element-invalid-active-border-color)!important}:where(input,select,textarea)[aria-invalid=true]:is(:active,:focus):not([type=checkbox],[type=radio]){--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-invalid-focus-color)!important}[dir=rtl] :where(input,select,textarea):not([type=checkbox],[type=radio]):is([aria-invalid],[aria-invalid=true],[aria-invalid=false]){background-position:center left .75rem}input::-webkit-input-placeholder,input::placeholder,select:invalid,textarea::-webkit-input-placeholder,textarea::placeholder{color:var(--pico-form-element-placeholder-color);opacity:1}input:not([type=checkbox],[type=radio]),select,textarea{margin-bottom:var(--pico-spacing)}select::-ms-expand{border:0;background-color:transparent}select:not([multiple],[size]){padding-right:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);padding-left:var(--pico-form-element-spacing-horizontal);padding-inline-start:var(--pico-form-element-spacing-horizontal);padding-inline-end:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);background-image:var(--pico-icon-chevron);background-position:center right .75rem;background-size:1rem auto;background-repeat:no-repeat}select[multiple] option:checked{background:var(--pico-form-element-selected-background-color);color:var(--pico-form-element-color)}[dir=rtl] select:not([multiple],[size]){background-position:center left .75rem}textarea{display:block;resize:vertical}textarea[aria-invalid]{--pico-icon-height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);background-position:top right .75rem!important;background-size:1rem var(--pico-icon-height)!important}:where(input,select,textarea,fieldset,.grid)+small{display:block;width:100%;margin-top:calc(var(--pico-spacing) * -.75);margin-bottom:var(--pico-spacing);color:var(--pico-muted-color)}:where(input,select,textarea,fieldset,.grid)[aria-invalid=false]+small{color:var(--pico-ins-color)}:where(input,select,textarea,fieldset,.grid)[aria-invalid=true]+small{color:var(--pico-del-color)}label>:where(input,select,textarea){margin-top:calc(var(--pico-spacing) * .25)}label:has([type=checkbox],[type=radio]){width:-moz-fit-content;width:fit-content;cursor:pointer}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25em;height:1.25em;margin-top:-.125em;margin-inline-end:.5em;border-width:var(--pico-border-width);vertical-align:middle;cursor:pointer}[type=checkbox]::-ms-check,[type=radio]::-ms-check{display:none}[type=checkbox]:checked,[type=checkbox]:checked:active,[type=checkbox]:checked:focus,[type=radio]:checked,[type=radio]:checked:active,[type=radio]:checked:focus{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);background-image:var(--pico-icon-checkbox);background-position:center;background-size:.75em auto;background-repeat:no-repeat}[type=checkbox]~label,[type=radio]~label{display:inline-block;margin-bottom:0;cursor:pointer}[type=checkbox]~label:not(:last-of-type),[type=radio]~label:not(:last-of-type){margin-inline-end:1em}[type=checkbox]:indeterminate{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);background-image:var(--pico-icon-minus);background-position:center;background-size:.75em auto;background-repeat:no-repeat}[type=radio]{border-radius:50%}[type=radio]:checked,[type=radio]:checked:active,[type=radio]:checked:focus{--pico-background-color:var(--pico-primary-inverse);border-width:.35em;background-image:none}[type=checkbox][role=switch]{--pico-background-color:var(--pico-switch-background-color);--pico-color:var(--pico-switch-color);width:2.25em;height:1.25em;border:var(--pico-border-width) solid var(--pico-border-color);border-radius:1.25em;background-color:var(--pico-background-color);line-height:1.25em}[type=checkbox][role=switch]:not([aria-invalid]){--pico-border-color:var(--pico-switch-background-color)}[type=checkbox][role=switch]:before{display:block;aspect-ratio:1;height:100%;border-radius:50%;background-color:var(--pico-color);box-shadow:var(--pico-switch-thumb-box-shadow);content:"";transition:margin .1s ease-in-out}[type=checkbox][role=switch]:focus{--pico-background-color:var(--pico-switch-background-color);--pico-border-color:var(--pico-switch-background-color)}[type=checkbox][role=switch]:checked{--pico-background-color:var(--pico-switch-checked-background-color);--pico-border-color:var(--pico-switch-checked-background-color);background-image:none}[type=checkbox][role=switch]:checked:before{margin-inline-start:1em}[type=checkbox][role=switch][disabled]{--pico-background-color:var(--pico-border-color)}[type=checkbox][aria-invalid=false]:checked,[type=checkbox][aria-invalid=false]:checked:active,[type=checkbox][aria-invalid=false]:checked:focus,[type=checkbox][role=switch][aria-invalid=false]:checked,[type=checkbox][role=switch][aria-invalid=false]:checked:active,[type=checkbox][role=switch][aria-invalid=false]:checked:focus{--pico-background-color:var(--pico-form-element-valid-border-color)}[type=checkbox]:checked:active[aria-invalid=true],[type=checkbox]:checked:focus[aria-invalid=true],[type=checkbox]:checked[aria-invalid=true],[type=checkbox][role=switch]:checked:active[aria-invalid=true],[type=checkbox][role=switch]:checked:focus[aria-invalid=true],[type=checkbox][role=switch]:checked[aria-invalid=true]{--pico-background-color:var(--pico-form-element-invalid-border-color)}[type=checkbox][aria-invalid=false]:checked,[type=checkbox][aria-invalid=false]:checked:active,[type=checkbox][aria-invalid=false]:checked:focus,[type=checkbox][role=switch][aria-invalid=false]:checked,[type=checkbox][role=switch][aria-invalid=false]:checked:active,[type=checkbox][role=switch][aria-invalid=false]:checked:focus,[type=radio][aria-invalid=false]:checked,[type=radio][aria-invalid=false]:checked:active,[type=radio][aria-invalid=false]:checked:focus{--pico-border-color:var(--pico-form-element-valid-border-color)}[type=checkbox]:checked:active[aria-invalid=true],[type=checkbox]:checked:focus[aria-invalid=true],[type=checkbox]:checked[aria-invalid=true],[type=checkbox][role=switch]:checked:active[aria-invalid=true],[type=checkbox][role=switch]:checked:focus[aria-invalid=true],[type=checkbox][role=switch]:checked[aria-invalid=true],[type=radio]:checked:active[aria-invalid=true],[type=radio]:checked:focus[aria-invalid=true],[type=radio]:checked[aria-invalid=true]{--pico-border-color:var(--pico-form-element-invalid-border-color)}[type=color]::-webkit-color-swatch-wrapper{padding:0}[type=color]::-moz-focus-inner{padding:0}[type=color]::-webkit-color-swatch{border:0;border-radius:calc(var(--pico-border-radius) * .5)}[type=color]::-moz-color-swatch{border:0;border-radius:calc(var(--pico-border-radius) * .5)}input:not([type=checkbox],[type=radio],[type=range],[type=file]):is([type=date],[type=datetime-local],[type=month],[type=time],[type=week]){--pico-icon-position:.75rem;--pico-icon-width:1rem;padding-right:calc(var(--pico-icon-width) + var(--pico-icon-position));background-image:var(--pico-icon-date);background-position:center right var(--pico-icon-position);background-size:var(--pico-icon-width) auto;background-repeat:no-repeat}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=time]{background-image:var(--pico-icon-time)}[type=date]::-webkit-calendar-picker-indicator,[type=datetime-local]::-webkit-calendar-picker-indicator,[type=month]::-webkit-calendar-picker-indicator,[type=time]::-webkit-calendar-picker-indicator,[type=week]::-webkit-calendar-picker-indicator{width:var(--pico-icon-width);margin-right:calc(var(--pico-icon-width) * -1);margin-left:var(--pico-icon-position);opacity:0}@-moz-document url-prefix(){[type=date],[type=datetime-local],[type=month],[type=time],[type=week]{padding-right:var(--pico-form-element-spacing-horizontal)!important;background-image:none!important}}[dir=rtl] :is([type=date],[type=datetime-local],[type=month],[type=time],[type=week]){text-align:right}[type=file]{--pico-color:var(--pico-muted-color);margin-left:calc(var(--pico-outline-width) * -1);padding:calc(var(--pico-form-element-spacing-vertical) * .5) 0;padding-left:var(--pico-outline-width);border:0;border-radius:0;background:0 0}[type=file]::file-selector-button{margin-right:calc(var(--pico-spacing)/ 2);padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal)}[type=file]:is(:hover,:active,:focus)::file-selector-button{--pico-background-color:var(--pico-secondary-hover-background);--pico-border-color:var(--pico-secondary-hover-border)}[type=file]:focus::file-selector-button{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:1.25rem;background:0 0}[type=range]::-webkit-slider-runnable-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-webkit-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-moz-range-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-moz-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-ms-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-ms-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-webkit-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]::-moz-range-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-moz-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]::-ms-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-ms-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]:active,[type=range]:focus-within{--pico-range-border-color:var(--pico-range-active-border-color);--pico-range-thumb-color:var(--pico-range-thumb-active-color)}[type=range]:active::-webkit-slider-thumb{transform:scale(1.25)}[type=range]:active::-moz-range-thumb{transform:scale(1.25)}[type=range]:active::-ms-thumb{transform:scale(1.25)}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search]{padding-inline-start:calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);background-image:var(--pico-icon-search);background-position:center left calc(var(--pico-form-element-spacing-horizontal) + .125rem);background-size:1rem auto;background-repeat:no-repeat}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid]{padding-inline-start:calc(var(--pico-form-element-spacing-horizontal) + 1.75rem)!important;background-position:center left 1.125rem,center right .75rem}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid=false]{background-image:var(--pico-icon-search),var(--pico-icon-valid)}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid=true]{background-image:var(--pico-icon-search),var(--pico-icon-invalid)}[dir=rtl] :where(input):not([type=checkbox],[type=radio],[type=range],[type=file])[type=search]{background-position:center right 1.125rem}[dir=rtl] :where(input):not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid]{background-position:center right 1.125rem,center left .75rem}details{display:block;margin-bottom:var(--pico-spacing)}details summary{line-height:1rem;list-style-type:none;cursor:pointer;transition:color var(--pico-transition)}details summary:not([role]){color:var(--pico-accordion-close-summary-color)}details summary::marker{display:none}details summary::-moz-list-bullet{list-style-type:none}details summary:after{display:block;width:1rem;height:1rem;margin-inline-start:calc(var(--pico-spacing,1rem) * .5);float:right;transform:rotate(-90deg);background-image:var(--pico-icon-chevron);background-position:right center;background-size:1rem auto;background-repeat:no-repeat;content:"";transition:transform var(--pico-transition)}details summary:focus{outline:0}details summary:focus:not([role]){color:var(--pico-accordion-active-summary-color)}details summary:focus-visible:not([role]){outline:var(--pico-outline-width) solid var(--pico-primary-focus);outline-offset:calc(var(--pico-spacing,1rem) * .5);color:var(--pico-primary)}details summary[role=button]{width:100%;text-align:left}details summary[role=button]:after{height:calc(1rem * var(--pico-line-height,1.5))}details[open]>summary{margin-bottom:var(--pico-spacing)}details[open]>summary:not([role]):not(:focus){color:var(--pico-accordion-open-summary-color)}details[open]>summary:after{transform:rotate(0)}[dir=rtl] details summary{text-align:right}[dir=rtl] details summary:after{float:left;background-position:left center}article{margin-bottom:var(--pico-block-spacing-vertical);padding:var(--pico-block-spacing-vertical) var(--pico-block-spacing-horizontal);border-radius:var(--pico-border-radius);background:var(--pico-card-background-color);box-shadow:var(--pico-card-box-shadow)}article>footer,article>header{margin-right:calc(var(--pico-block-spacing-horizontal) * -1);margin-left:calc(var(--pico-block-spacing-horizontal) * -1);padding:calc(var(--pico-block-spacing-vertical) * .66) var(--pico-block-spacing-horizontal);background-color:var(--pico-card-sectioning-background-color)}article>header{margin-top:calc(var(--pico-block-spacing-vertical) * -1);margin-bottom:var(--pico-block-spacing-vertical);border-bottom:var(--pico-border-width) solid var(--pico-card-border-color);border-top-right-radius:var(--pico-border-radius);border-top-left-radius:var(--pico-border-radius)}article>footer{margin-top:var(--pico-block-spacing-vertical);margin-bottom:calc(var(--pico-block-spacing-vertical) * -1);border-top:var(--pico-border-width) solid var(--pico-card-border-color);border-bottom-right-radius:var(--pico-border-radius);border-bottom-left-radius:var(--pico-border-radius)}details.dropdown{position:relative;border-bottom:none}details.dropdown>a:after,details.dropdown>button:after,details.dropdown>summary:after{display:block;width:1rem;height:calc(1rem * var(--pico-line-height,1.5));margin-inline-start:.25rem;float:right;transform:rotate(0) translate(.2rem);background-image:var(--pico-icon-chevron);background-position:right center;background-size:1rem auto;background-repeat:no-repeat;content:""}nav details.dropdown{margin-bottom:0}details.dropdown>summary:not([role]){height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);border:var(--pico-border-width) solid var(--pico-form-element-border-color);border-radius:var(--pico-border-radius);background-color:var(--pico-form-element-background-color);color:var(--pico-form-element-placeholder-color);line-height:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}details.dropdown>summary:not([role]):active,details.dropdown>summary:not([role]):focus{border-color:var(--pico-form-element-active-border-color);background-color:var(--pico-form-element-active-background-color)}details.dropdown>summary:not([role]):focus{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color)}details.dropdown>summary:not([role]):focus-visible{outline:0}details.dropdown>summary:not([role])[aria-invalid=false]{--pico-form-element-border-color:var(--pico-form-element-valid-border-color);--pico-form-element-active-border-color:var(--pico-form-element-valid-focus-color);--pico-form-element-focus-color:var(--pico-form-element-valid-focus-color)}details.dropdown>summary:not([role])[aria-invalid=true]{--pico-form-element-border-color:var(--pico-form-element-invalid-border-color);--pico-form-element-active-border-color:var(--pico-form-element-invalid-focus-color);--pico-form-element-focus-color:var(--pico-form-element-invalid-focus-color)}nav details.dropdown{display:inline;margin:calc(var(--pico-nav-element-spacing-vertical) * -1) 0}nav details.dropdown>summary:after{transform:rotate(0) translate(0)}nav details.dropdown>summary:not([role]){height:calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 2);padding:calc(var(--pico-nav-link-spacing-vertical) - var(--pico-border-width) * 2) var(--pico-nav-link-spacing-horizontal)}nav details.dropdown>summary:not([role]):focus-visible{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}details.dropdown>summary+ul{display:flex;z-index:99;position:absolute;left:0;flex-direction:column;width:100%;min-width:-moz-fit-content;min-width:fit-content;margin:0;margin-top:var(--pico-outline-width);padding:0;border:var(--pico-border-width) solid var(--pico-dropdown-border-color);border-radius:var(--pico-border-radius);background-color:var(--pico-dropdown-background-color);box-shadow:var(--pico-dropdown-box-shadow);color:var(--pico-dropdown-color);white-space:nowrap;opacity:0;transition:opacity var(--pico-transition),transform 0s ease-in-out 1s}details.dropdown>summary+ul[dir=rtl]{right:0;left:auto}details.dropdown>summary+ul li{width:100%;margin-bottom:0;padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal);list-style:none}details.dropdown>summary+ul li:first-of-type{margin-top:calc(var(--pico-form-element-spacing-vertical) * .5)}details.dropdown>summary+ul li:last-of-type{margin-bottom:calc(var(--pico-form-element-spacing-vertical) * .5)}details.dropdown>summary+ul li a{display:block;margin:calc(var(--pico-form-element-spacing-vertical) * -.5) calc(var(--pico-form-element-spacing-horizontal) * -1);padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal);overflow:hidden;border-radius:0;color:var(--pico-dropdown-color);text-decoration:none;text-overflow:ellipsis}details.dropdown>summary+ul li a:active,details.dropdown>summary+ul li a:focus,details.dropdown>summary+ul li a:focus-visible,details.dropdown>summary+ul li a:hover,details.dropdown>summary+ul li a[aria-current]:not([aria-current=false]){background-color:var(--pico-dropdown-hover-background-color)}details.dropdown>summary+ul li label{width:100%}details.dropdown>summary+ul li:has(label):hover{background-color:var(--pico-dropdown-hover-background-color)}details.dropdown[open]>summary{margin-bottom:0}details.dropdown[open]>summary+ul{transform:scaleY(1);opacity:1;transition:opacity var(--pico-transition),transform 0s ease-in-out 0s}details.dropdown[open]>summary:before{display:block;z-index:1;position:fixed;width:100vw;height:100vh;top:0;right:0;bottom:0;left:0;background:0 0;content:"";cursor:default}label>details.dropdown{margin-top:calc(var(--pico-spacing) * .25)}[role=group],[role=search]{display:inline-flex;position:relative;width:100%;margin-bottom:var(--pico-spacing);border-radius:var(--pico-border-radius);box-shadow:var(--pico-group-box-shadow,0 0 0 transparent);vertical-align:middle;transition:box-shadow var(--pico-transition)}[role=group] input:not([type=checkbox],[type=radio]),[role=group] select,[role=group]>*,[role=search] input:not([type=checkbox],[type=radio]),[role=search] select,[role=search]>*{position:relative;flex:1 1 auto;margin-bottom:0}[role=group] input:not([type=checkbox],[type=radio]):not(:first-child),[role=group] select:not(:first-child),[role=group]>:not(:first-child),[role=search] input:not([type=checkbox],[type=radio]):not(:first-child),[role=search] select:not(:first-child),[role=search]>:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}[role=group] input:not([type=checkbox],[type=radio]):not(:last-child),[role=group] select:not(:last-child),[role=group]>:not(:last-child),[role=search] input:not([type=checkbox],[type=radio]):not(:last-child),[role=search] select:not(:last-child),[role=search]>:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[role=group] input:not([type=checkbox],[type=radio]):focus,[role=group] select:focus,[role=group]>:focus,[role=search] input:not([type=checkbox],[type=radio]):focus,[role=search] select:focus,[role=search]>:focus{z-index:2}[role=group] [role=button]:not(:first-child),[role=group] [type=button]:not(:first-child),[role=group] [type=reset]:not(:first-child),[role=group] [type=submit]:not(:first-child),[role=group] button:not(:first-child),[role=group] input:not([type=checkbox],[type=radio]):not(:first-child),[role=group] select:not(:first-child),[role=search] [role=button]:not(:first-child),[role=search] [type=button]:not(:first-child),[role=search] [type=reset]:not(:first-child),[role=search] [type=submit]:not(:first-child),[role=search] button:not(:first-child),[role=search] input:not([type=checkbox],[type=radio]):not(:first-child),[role=search] select:not(:first-child){margin-left:calc(var(--pico-border-width) * -1)}[role=group] [role=button],[role=group] [type=button],[role=group] [type=reset],[role=group] [type=submit],[role=group] button,[role=search] [role=button],[role=search] [type=button],[role=search] [type=reset],[role=search] [type=submit],[role=search] button{width:auto}@supports selector(:has(*)){[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus),[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus){--pico-group-box-shadow:var(--pico-group-box-shadow-focus-with-button)}[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) input:not([type=checkbox],[type=radio]),[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) select,[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) input:not([type=checkbox],[type=radio]),[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) select{border-color:transparent}[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus),[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus){--pico-group-box-shadow:var(--pico-group-box-shadow-focus-with-input)}[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [role=button],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=button],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=submit],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) button,[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [role=button],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=button],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=submit],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) button{--pico-button-box-shadow:0 0 0 var(--pico-border-width) var(--pico-primary-border);--pico-button-hover-box-shadow:0 0 0 var(--pico-border-width) var(--pico-primary-hover-border)}[role=group] [role=button]:focus,[role=group] [type=button]:focus,[role=group] [type=reset]:focus,[role=group] [type=submit]:focus,[role=group] button:focus,[role=search] [role=button]:focus,[role=search] [type=button]:focus,[role=search] [type=reset]:focus,[role=search] [type=submit]:focus,[role=search] button:focus{box-shadow:none}}[role=search]>:first-child{border-top-left-radius:5rem;border-bottom-left-radius:5rem}[role=search]>:last-child{border-top-right-radius:5rem;border-bottom-right-radius:5rem}[aria-busy=true]:not(input,select,textarea,html,form){white-space:nowrap}[aria-busy=true]:not(input,select,textarea,html,form):before{display:inline-block;width:1em;height:1em;background-image:var(--pico-icon-loading);background-size:1em auto;background-repeat:no-repeat;content:"";vertical-align:-.125em}[aria-busy=true]:not(input,select,textarea,html,form):not(:empty):before{margin-inline-end:calc(var(--pico-spacing) * .5)}[aria-busy=true]:not(input,select,textarea,html,form):empty{text-align:center}[role=button][aria-busy=true],[type=button][aria-busy=true],[type=reset][aria-busy=true],[type=submit][aria-busy=true],a[aria-busy=true],button[aria-busy=true]{pointer-events:none}:host,:root{--pico-scrollbar-width:0px}dialog{display:flex;z-index:999;position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;width:inherit;min-width:100%;height:inherit;min-height:100%;padding:0;border:0;-webkit-backdrop-filter:var(--pico-modal-overlay-backdrop-filter);backdrop-filter:var(--pico-modal-overlay-backdrop-filter);background-color:var(--pico-modal-overlay-background-color);color:var(--pico-color)}dialog>article{width:100%;max-height:calc(100vh - var(--pico-spacing) * 2);margin:var(--pico-spacing);overflow:auto}@media (min-width:576px){dialog>article{max-width:510px}}@media (min-width:768px){dialog>article{max-width:700px}}dialog>article>header>*{margin-bottom:0}dialog>article>header .close,dialog>article>header :is(a,button)[rel=prev]{margin:0;margin-left:var(--pico-spacing);padding:0;float:right}dialog>article>footer{text-align:right}dialog>article>footer [role=button],dialog>article>footer button{margin-bottom:0}dialog>article>footer [role=button]:not(:first-of-type),dialog>article>footer button:not(:first-of-type){margin-left:calc(var(--pico-spacing) * .5)}dialog>article .close,dialog>article :is(a,button)[rel=prev]{display:block;width:1rem;height:1rem;margin-top:calc(var(--pico-spacing) * -1);margin-bottom:var(--pico-spacing);margin-left:auto;border:none;background-image:var(--pico-icon-close);background-position:center;background-size:auto 1rem;background-repeat:no-repeat;background-color:transparent;opacity:.5;transition:opacity var(--pico-transition)}dialog>article .close:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),dialog>article :is(a,button)[rel=prev]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){opacity:1}dialog:not([open]),dialog[open=false]{display:none}.modal-is-open{padding-right:var(--pico-scrollbar-width,0);overflow:hidden;pointer-events:none;touch-action:none}.modal-is-open dialog{pointer-events:auto;touch-action:auto}:where(.modal-is-opening,.modal-is-closing) dialog,:where(.modal-is-opening,.modal-is-closing) dialog>article{animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:both}:where(.modal-is-opening,.modal-is-closing) dialog{animation-duration:.8s;animation-name:modal-overlay}:where(.modal-is-opening,.modal-is-closing) dialog>article{animation-delay:.2s;animation-name:modal}.modal-is-closing dialog,.modal-is-closing dialog>article{animation-delay:0s;animation-direction:reverse}@keyframes modal-overlay{0%{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}}@keyframes modal{0%{transform:translateY(-100%);opacity:0}}:where(nav li):before{float:left;content:"​"}nav,nav ul{display:flex}nav{justify-content:space-between;overflow:visible}nav ol,nav ul{align-items:center;margin-bottom:0;padding:0;list-style:none}nav ol:first-of-type,nav ul:first-of-type{margin-left:calc(var(--pico-nav-element-spacing-horizontal) * -1)}nav ol:last-of-type,nav ul:last-of-type{margin-right:calc(var(--pico-nav-element-spacing-horizontal) * -1)}nav li{display:inline-block;margin:0;padding:var(--pico-nav-element-spacing-vertical) var(--pico-nav-element-spacing-horizontal)}nav li :where(a,[role=link]){display:inline-block;margin:calc(var(--pico-nav-link-spacing-vertical) * -1) calc(var(--pico-nav-link-spacing-horizontal) * -1);padding:var(--pico-nav-link-spacing-vertical) var(--pico-nav-link-spacing-horizontal);border-radius:var(--pico-border-radius)}nav li :where(a,[role=link]):not(:hover){text-decoration:none}nav li [role=button],nav li [type=button],nav li button,nav li input:not([type=checkbox],[type=radio],[type=range],[type=file]),nav li select{height:auto;margin-right:inherit;margin-bottom:0;margin-left:inherit;padding:calc(var(--pico-nav-link-spacing-vertical) - var(--pico-border-width) * 2) var(--pico-nav-link-spacing-horizontal)}nav[aria-label=breadcrumb]{align-items:center;justify-content:start}nav[aria-label=breadcrumb] ul li:not(:first-child){margin-inline-start:var(--pico-nav-link-spacing-horizontal)}nav[aria-label=breadcrumb] ul li a{margin:calc(var(--pico-nav-link-spacing-vertical) * -1) 0;margin-inline-start:calc(var(--pico-nav-link-spacing-horizontal) * -1)}nav[aria-label=breadcrumb] ul li:not(:last-child):after{display:inline-block;position:absolute;width:calc(var(--pico-nav-link-spacing-horizontal) * 4);margin:0 calc(var(--pico-nav-link-spacing-horizontal) * -1);content:var(--pico-nav-breadcrumb-divider);color:var(--pico-muted-color);text-align:center;text-decoration:none;white-space:nowrap}nav[aria-label=breadcrumb] a[aria-current]:not([aria-current=false]){background-color:transparent;color:inherit;text-decoration:none;pointer-events:none}aside li,aside nav,aside ol,aside ul{display:block}aside li{padding:calc(var(--pico-nav-element-spacing-vertical) * .5) var(--pico-nav-element-spacing-horizontal)}aside li a{display:block}aside li [role=button]{margin:inherit}[dir=rtl] nav[aria-label=breadcrumb] ul li:not(:last-child) :after{content:"\\"}progress{display:inline-block;vertical-align:baseline}progress{-webkit-appearance:none;-moz-appearance:none;display:inline-block;appearance:none;width:100%;height:.5rem;margin-bottom:calc(var(--pico-spacing) * .5);overflow:hidden;border:0;border-radius:var(--pico-border-radius);background-color:var(--pico-progress-background-color);color:var(--pico-progress-color)}progress::-webkit-progress-bar{border-radius:var(--pico-border-radius);background:0 0}progress[value]::-webkit-progress-value{background-color:var(--pico-progress-color);-webkit-transition:inline-size var(--pico-transition);transition:inline-size var(--pico-transition)}progress::-moz-progress-bar{background-color:var(--pico-progress-color)}@media (prefers-reduced-motion:no-preference){progress:indeterminate{background:var(--pico-progress-background-color) linear-gradient(to right,var(--pico-progress-color) 30%,var(--pico-progress-background-color) 30%) top left/150% 150% no-repeat;animation:progress-indeterminate 1s linear infinite}progress:indeterminate[value]::-webkit-progress-value{background-color:transparent}progress:indeterminate::-moz-progress-bar{background-color:transparent}}@media (prefers-reduced-motion:no-preference){[dir=rtl] progress:indeterminate{animation-direction:reverse}}@keyframes progress-indeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}[data-tooltip]{position:relative}[data-tooltip]:not(a,button,input,[role=button]){border-bottom:1px dotted;text-decoration:none;cursor:help}[data-tooltip]:after,[data-tooltip]:before,[data-tooltip][data-placement=top]:after,[data-tooltip][data-placement=top]:before{display:block;z-index:99;position:absolute;bottom:100%;left:50%;padding:.25rem .5rem;overflow:hidden;transform:translate(-50%,-.25rem);border-radius:var(--pico-border-radius);background:var(--pico-tooltip-background-color);content:attr(data-tooltip);color:var(--pico-tooltip-color);font-style:normal;font-weight:var(--pico-font-weight);font-size:.875rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;opacity:0;pointer-events:none}[data-tooltip]:after,[data-tooltip][data-placement=top]:after{padding:0;transform:translate(-50%);border-top:.3rem solid;border-right:.3rem solid transparent;border-left:.3rem solid transparent;border-radius:0;background-color:transparent;content:"";color:var(--pico-tooltip-background-color)}[data-tooltip][data-placement=bottom]:after,[data-tooltip][data-placement=bottom]:before{top:100%;bottom:auto;transform:translate(-50%,.25rem)}[data-tooltip][data-placement=bottom]:after{transform:translate(-50%,-.3rem);border:.3rem solid transparent;border-bottom:.3rem solid}[data-tooltip][data-placement=left]:after,[data-tooltip][data-placement=left]:before{top:50%;right:100%;bottom:auto;left:auto;transform:translate(-.25rem,-50%)}[data-tooltip][data-placement=left]:after{transform:translate(.3rem,-50%);border:.3rem solid transparent;border-left:.3rem solid}[data-tooltip][data-placement=right]:after,[data-tooltip][data-placement=right]:before{top:50%;right:auto;bottom:auto;left:100%;transform:translate(.25rem,-50%)}[data-tooltip][data-placement=right]:after{transform:translate(-.3rem,-50%);border:.3rem solid transparent;border-right:.3rem solid}[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1}@media (hover:hover) and (pointer:fine){[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{--pico-tooltip-slide-to:translate(-50%, -.25rem);transform:translate(-50%,.75rem);animation-duration:.2s;animation-fill-mode:forwards;animation-name:tooltip-slide;opacity:0}[data-tooltip]:focus:after,[data-tooltip]:hover:after{--pico-tooltip-caret-slide-to:translate(-50%, 0rem);transform:translate(-50%,-.25rem);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=bottom]:focus:after,[data-tooltip][data-placement=bottom]:focus:before,[data-tooltip][data-placement=bottom]:hover:after,[data-tooltip][data-placement=bottom]:hover:before{--pico-tooltip-slide-to:translate(-50%, .25rem);transform:translate(-50%,-.75rem);animation-name:tooltip-slide}[data-tooltip][data-placement=bottom]:focus:after,[data-tooltip][data-placement=bottom]:hover:after{--pico-tooltip-caret-slide-to:translate(-50%, -.3rem);transform:translate(-50%,-.5rem);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=left]:focus:after,[data-tooltip][data-placement=left]:focus:before,[data-tooltip][data-placement=left]:hover:after,[data-tooltip][data-placement=left]:hover:before{--pico-tooltip-slide-to:translate(-.25rem, -50%);transform:translate(.75rem,-50%);animation-name:tooltip-slide}[data-tooltip][data-placement=left]:focus:after,[data-tooltip][data-placement=left]:hover:after{--pico-tooltip-caret-slide-to:translate(.3rem, -50%);transform:translate(.05rem,-50%);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=right]:focus:after,[data-tooltip][data-placement=right]:focus:before,[data-tooltip][data-placement=right]:hover:after,[data-tooltip][data-placement=right]:hover:before{--pico-tooltip-slide-to:translate(.25rem, -50%);transform:translate(-.75rem,-50%);animation-name:tooltip-slide}[data-tooltip][data-placement=right]:focus:after,[data-tooltip][data-placement=right]:hover:after{--pico-tooltip-caret-slide-to:translate(-.3rem, -50%);transform:translate(-.05rem,-50%);animation-name:tooltip-caret-slide}}@keyframes tooltip-slide{to{transform:var(--pico-tooltip-slide-to);opacity:1}}@keyframes tooltip-caret-slide{50%{opacity:0}to{transform:var(--pico-tooltip-caret-slide-to);opacity:1}}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[dir=rtl]{direction:rtl}@media (prefers-reduced-motion:reduce){:not([aria-busy=true]),:not([aria-busy=true]):after,:not([aria-busy=true]):before{background-attachment:initial!important;animation-duration:1ms!important;animation-delay:-1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:0s!important}}@font-face{font-family:lucide;src:url(/admin/assets/lucide-fCmyIfMS.eot?t=1772629192554);src:url(/admin/assets/lucide-fCmyIfMS.eot?t=1772629192554#iefix) format("embedded-opentype"),url(/admin/assets/lucide-CQ_yRKP2.woff2?t=1772629192554) format("woff2"),url(/admin/assets/lucide-BlruNI4f.woff?t=1772629192554) format("woff"),url(/admin/assets/lucide-BNOKV-4n.ttf?t=1772629192554) format("truetype"),url(/admin/assets/lucide-CWpt3eHT.svg?t=1772629192554) format("svg")}[class^=icon-],[class*=" icon-"]{font-family:lucide!important;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-a-arrow-down:before{content:""}.icon-a-arrow-up:before{content:""}.icon-a-large-small:before{content:""}.icon-accessibility:before{content:""}.icon-activity-square:before{content:""}.icon-activity:before{content:""}.icon-air-vent:before{content:""}.icon-airplay:before{content:""}.icon-alarm-check:before{content:""}.icon-alarm-clock-check:before{content:""}.icon-alarm-clock-minus:before{content:""}.icon-alarm-clock-off:before{content:""}.icon-alarm-clock-plus:before{content:""}.icon-alarm-clock:before{content:""}.icon-alarm-minus:before{content:""}.icon-alarm-plus:before{content:""}.icon-alarm-smoke:before{content:""}.icon-album:before{content:""}.icon-alert-circle:before{content:""}.icon-alert-octagon:before{content:""}.icon-alert-triangle:before{content:""}.icon-align-center-horizontal:before{content:""}.icon-align-center-vertical:before{content:""}.icon-align-center:before{content:""}.icon-align-end-horizontal:before{content:""}.icon-align-end-vertical:before{content:""}.icon-align-horizontal-distribute-center:before{content:""}.icon-align-horizontal-distribute-end:before{content:""}.icon-align-horizontal-distribute-start:before{content:""}.icon-align-horizontal-justify-center:before{content:""}.icon-align-horizontal-justify-end:before{content:""}.icon-align-horizontal-justify-start:before{content:""}.icon-align-horizontal-space-around:before{content:""}.icon-align-horizontal-space-between:before{content:""}.icon-align-justify:before{content:""}.icon-align-left:before{content:""}.icon-align-right:before{content:""}.icon-align-start-horizontal:before{content:""}.icon-align-start-vertical:before{content:""}.icon-align-vertical-distribute-center:before{content:""}.icon-align-vertical-distribute-end:before{content:""}.icon-align-vertical-distribute-start:before{content:""}.icon-align-vertical-justify-center:before{content:""}.icon-align-vertical-justify-end:before{content:""}.icon-align-vertical-justify-start:before{content:""}.icon-align-vertical-space-around:before{content:""}.icon-align-vertical-space-between:before{content:""}.icon-ambulance:before{content:""}.icon-ampersand:before{content:""}.icon-ampersands:before{content:""}.icon-amphora:before{content:""}.icon-anchor:before{content:""}.icon-angry:before{content:""}.icon-annoyed:before{content:""}.icon-antenna:before{content:""}.icon-anvil:before{content:""}.icon-aperture:before{content:""}.icon-app-window-mac:before{content:""}.icon-app-window:before{content:""}.icon-apple:before{content:""}.icon-archive-restore:before{content:""}.icon-archive-x:before{content:""}.icon-archive:before{content:""}.icon-area-chart:before{content:""}.icon-armchair:before{content:""}.icon-arrow-big-down-dash:before{content:""}.icon-arrow-big-down:before{content:""}.icon-arrow-big-left-dash:before{content:""}.icon-arrow-big-left:before{content:""}.icon-arrow-big-right-dash:before{content:""}.icon-arrow-big-right:before{content:""}.icon-arrow-big-up-dash:before{content:""}.icon-arrow-big-up:before{content:""}.icon-arrow-down-0-1:before{content:""}.icon-arrow-down-01:before{content:""}.icon-arrow-down-1-0:before{content:""}.icon-arrow-down-10:before{content:""}.icon-arrow-down-a-z:before{content:""}.icon-arrow-down-az:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-arrow-down-from-line:before{content:""}.icon-arrow-down-left-from-circle:before{content:""}.icon-arrow-down-left-from-square:before{content:""}.icon-arrow-down-left-square:before{content:""}.icon-arrow-down-left:before{content:""}.icon-arrow-down-narrow-wide:before{content:""}.icon-arrow-down-right-from-circle:before{content:""}.icon-arrow-down-right-from-square:before{content:""}.icon-arrow-down-right-square:before{content:""}.icon-arrow-down-right:before{content:""}.icon-arrow-down-square:before{content:""}.icon-arrow-down-to-dot:before{content:""}.icon-arrow-down-to-line:before{content:""}.icon-arrow-down-up:before{content:""}.icon-arrow-down-wide-narrow:before{content:""}.icon-arrow-down-z-a:before{content:""}.icon-arrow-down-za:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-left-from-line:before{content:""}.icon-arrow-left-right:before{content:""}.icon-arrow-left-square:before{content:""}.icon-arrow-left-to-line:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-arrow-right-from-line:before{content:""}.icon-arrow-right-left:before{content:""}.icon-arrow-right-square:before{content:""}.icon-arrow-right-to-line:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-0-1:before{content:""}.icon-arrow-up-01:before{content:""}.icon-arrow-up-1-0:before{content:""}.icon-arrow-up-10:before{content:""}.icon-arrow-up-a-z:before{content:""}.icon-arrow-up-az:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-up-down:before{content:""}.icon-arrow-up-from-dot:before{content:""}.icon-arrow-up-from-line:before{content:""}.icon-arrow-up-left-from-circle:before{content:""}.icon-arrow-up-left-from-square:before{content:""}.icon-arrow-up-left-square:before{content:""}.icon-arrow-up-left:before{content:""}.icon-arrow-up-narrow-wide:before{content:""}.icon-arrow-up-right-from-circle:before{content:""}.icon-arrow-up-right-from-square:before{content:""}.icon-arrow-up-right-square:before{content:""}.icon-arrow-up-right:before{content:""}.icon-arrow-up-square:before{content:""}.icon-arrow-up-to-line:before{content:""}.icon-arrow-up-wide-narrow:before{content:""}.icon-arrow-up-z-a:before{content:""}.icon-arrow-up-za:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-up-from-line:before{content:""}.icon-asterisk-square:before{content:""}.icon-asterisk:before{content:""}.icon-at-sign:before{content:""}.icon-atom:before{content:""}.icon-audio-lines:before{content:""}.icon-audio-waveform:before{content:""}.icon-award:before{content:""}.icon-axe:before{content:""}.icon-axis-3-d:before{content:""}.icon-axis-3d:before{content:""}.icon-baby:before{content:""}.icon-backpack:before{content:""}.icon-badge-alert:before{content:""}.icon-badge-cent:before{content:""}.icon-badge-check:before{content:""}.icon-badge-dollar-sign:before{content:""}.icon-badge-euro:before{content:""}.icon-badge-help:before{content:""}.icon-badge-indian-rupee:before{content:""}.icon-badge-info:before{content:""}.icon-badge-japanese-yen:before{content:""}.icon-badge-minus:before{content:""}.icon-badge-percent:before{content:""}.icon-badge-plus:before{content:""}.icon-badge-pound-sterling:before{content:""}.icon-badge-question-mark:before{content:""}.icon-badge-russian-ruble:before{content:""}.icon-badge-swiss-franc:before{content:""}.icon-badge-turkish-lira:before{content:""}.icon-badge-x:before{content:""}.icon-badge:before{content:""}.icon-baggage-claim:before{content:""}.icon-balloon:before{content:""}.icon-ban:before{content:""}.icon-banana:before{content:""}.icon-bandage:before{content:""}.icon-banknote-arrow-down:before{content:""}.icon-banknote-arrow-up:before{content:""}.icon-banknote-x:before{content:""}.icon-banknote:before{content:""}.icon-bar-chart-2:before{content:""}.icon-bar-chart-3:before{content:""}.icon-bar-chart-4:before{content:""}.icon-bar-chart-big:before{content:""}.icon-bar-chart-horizontal-big:before{content:""}.icon-bar-chart-horizontal:before{content:""}.icon-bar-chart:before{content:""}.icon-barcode:before{content:""}.icon-barrel:before{content:""}.icon-baseline:before{content:""}.icon-bath:before{content:""}.icon-battery-charging:before{content:""}.icon-battery-full:before{content:""}.icon-battery-low:before{content:""}.icon-battery-medium:before{content:""}.icon-battery-plus:before{content:""}.icon-battery-warning:before{content:""}.icon-battery:before{content:""}.icon-beaker:before{content:""}.icon-bean-off:before{content:""}.icon-bean:before{content:""}.icon-bed-double:before{content:""}.icon-bed-single:before{content:""}.icon-bed:before{content:""}.icon-beef:before{content:""}.icon-beer-off:before{content:""}.icon-beer:before{content:""}.icon-bell-dot:before{content:""}.icon-bell-electric:before{content:""}.icon-bell-minus:before{content:""}.icon-bell-off:before{content:""}.icon-bell-plus:before{content:""}.icon-bell-ring:before{content:""}.icon-bell:before{content:""}.icon-between-horizonal-end:before{content:""}.icon-between-horizonal-start:before{content:""}.icon-between-horizontal-end:before{content:""}.icon-between-horizontal-start:before{content:""}.icon-between-vertical-end:before{content:""}.icon-between-vertical-start:before{content:""}.icon-biceps-flexed:before{content:""}.icon-bike:before{content:""}.icon-binary:before{content:""}.icon-binoculars:before{content:""}.icon-biohazard:before{content:""}.icon-bird:before{content:""}.icon-birdhouse:before{content:""}.icon-bitcoin:before{content:""}.icon-blend:before{content:""}.icon-blinds:before{content:""}.icon-blocks:before{content:""}.icon-bluetooth-connected:before{content:""}.icon-bluetooth-off:before{content:""}.icon-bluetooth-searching:before{content:""}.icon-bluetooth:before{content:""}.icon-bold:before{content:""}.icon-bolt:before{content:""}.icon-bomb:before{content:""}.icon-bone:before{content:""}.icon-book-a:before{content:""}.icon-book-alert:before{content:""}.icon-book-audio:before{content:""}.icon-book-check:before{content:""}.icon-book-copy:before{content:""}.icon-book-dashed:before{content:""}.icon-book-down:before{content:""}.icon-book-headphones:before{content:""}.icon-book-heart:before{content:""}.icon-book-image:before{content:""}.icon-book-key:before{content:""}.icon-book-lock:before{content:""}.icon-book-marked:before{content:""}.icon-book-minus:before{content:""}.icon-book-open-check:before{content:""}.icon-book-open-text:before{content:""}.icon-book-open:before{content:""}.icon-book-plus:before{content:""}.icon-book-search:before{content:""}.icon-book-template:before{content:""}.icon-book-text:before{content:""}.icon-book-type:before{content:""}.icon-book-up-2:before{content:""}.icon-book-up:before{content:""}.icon-book-user:before{content:""}.icon-book-x:before{content:""}.icon-book:before{content:""}.icon-bookmark-check:before{content:""}.icon-bookmark-minus:before{content:""}.icon-bookmark-plus:before{content:""}.icon-bookmark-x:before{content:""}.icon-bookmark:before{content:""}.icon-boom-box:before{content:""}.icon-bot-message-square:before{content:""}.icon-bot-off:before{content:""}.icon-bot:before{content:""}.icon-bottle-wine:before{content:""}.icon-bow-arrow:before{content:""}.icon-box-select:before{content:""}.icon-box:before{content:""}.icon-boxes:before{content:""}.icon-braces:before{content:""}.icon-brackets:before{content:""}.icon-brain-circuit:before{content:""}.icon-brain-cog:before{content:""}.icon-brain:before{content:""}.icon-brick-wall-fire:before{content:""}.icon-brick-wall-shield:before{content:""}.icon-brick-wall:before{content:""}.icon-briefcase-business:before{content:""}.icon-briefcase-conveyor-belt:before{content:""}.icon-briefcase-medical:before{content:""}.icon-briefcase:before{content:""}.icon-bring-to-front:before{content:""}.icon-brush-cleaning:before{content:""}.icon-brush:before{content:""}.icon-bubbles:before{content:""}.icon-bug-off:before{content:""}.icon-bug-play:before{content:""}.icon-bug:before{content:""}.icon-building-2:before{content:""}.icon-building:before{content:""}.icon-bus-front:before{content:""}.icon-bus:before{content:""}.icon-cable-car:before{content:""}.icon-cable:before{content:""}.icon-cake-slice:before{content:""}.icon-cake:before{content:""}.icon-calculator:before{content:""}.icon-calendar-1:before{content:""}.icon-calendar-arrow-down:before{content:""}.icon-calendar-arrow-up:before{content:""}.icon-calendar-check-2:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-clock:before{content:""}.icon-calendar-cog:before{content:""}.icon-calendar-days:before{content:""}.icon-calendar-fold:before{content:""}.icon-calendar-heart:before{content:""}.icon-calendar-minus-2:before{content:""}.icon-calendar-minus:before{content:""}.icon-calendar-off:before{content:""}.icon-calendar-plus-2:before{content:""}.icon-calendar-plus:before{content:""}.icon-calendar-range:before{content:""}.icon-calendar-search:before{content:""}.icon-calendar-sync:before{content:""}.icon-calendar-x-2:before{content:""}.icon-calendar-x:before{content:""}.icon-calendar:before{content:""}.icon-calendars:before{content:""}.icon-camera-off:before{content:""}.icon-camera:before{content:""}.icon-candlestick-chart:before{content:""}.icon-candy-cane:before{content:""}.icon-candy-off:before{content:""}.icon-candy:before{content:""}.icon-cannabis-off:before{content:""}.icon-cannabis:before{content:""}.icon-captions-off:before{content:""}.icon-captions:before{content:""}.icon-car-front:before{content:""}.icon-car-taxi-front:before{content:""}.icon-car:before{content:""}.icon-caravan:before{content:""}.icon-card-sim:before{content:""}.icon-carrot:before{content:""}.icon-case-lower:before{content:""}.icon-case-sensitive:before{content:""}.icon-case-upper:before{content:""}.icon-cassette-tape:before{content:""}.icon-cast:before{content:""}.icon-castle:before{content:""}.icon-cat:before{content:""}.icon-cctv:before{content:""}.icon-chart-area:before{content:""}.icon-chart-bar-big:before{content:""}.icon-chart-bar-decreasing:before{content:""}.icon-chart-bar-increasing:before{content:""}.icon-chart-bar-stacked:before{content:""}.icon-chart-bar:before{content:""}.icon-chart-candlestick:before{content:""}.icon-chart-column-big:before{content:""}.icon-chart-column-decreasing:before{content:""}.icon-chart-column-increasing:before{content:""}.icon-chart-column-stacked:before{content:""}.icon-chart-column:before{content:""}.icon-chart-gantt:before{content:""}.icon-chart-line:before{content:""}.icon-chart-network:before{content:""}.icon-chart-no-axes-column-decreasing:before{content:""}.icon-chart-no-axes-column-increasing:before{content:""}.icon-chart-no-axes-column:before{content:""}.icon-chart-no-axes-combined:before{content:""}.icon-chart-no-axes-gantt:before{content:""}.icon-chart-pie:before{content:""}.icon-chart-scatter:before{content:""}.icon-chart-spline:before{content:""}.icon-check-check:before{content:""}.icon-check-circle-2:before{content:""}.icon-check-circle:before{content:""}.icon-check-line:before{content:""}.icon-check-square-2:before{content:""}.icon-check-square:before{content:""}.icon-check:before{content:""}.icon-chef-hat:before{content:""}.icon-cherry:before{content:""}.icon-chess-bishop:before{content:""}.icon-chess-king:before{content:""}.icon-chess-knight:before{content:""}.icon-chess-pawn:before{content:""}.icon-chess-queen:before{content:""}.icon-chess-rook:before{content:""}.icon-chevron-down-circle:before{content:""}.icon-chevron-down-square:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-first:before{content:""}.icon-chevron-last:before{content:""}.icon-chevron-left-circle:before{content:""}.icon-chevron-left-square:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right-circle:before{content:""}.icon-chevron-right-square:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up-circle:before{content:""}.icon-chevron-up-square:before{content:""}.icon-chevron-up:before{content:""}.icon-chevrons-down-up:before{content:""}.icon-chevrons-down:before{content:""}.icon-chevrons-left-right-ellipsis:before{content:""}.icon-chevrons-left-right:before{content:""}.icon-chevrons-left:before{content:""}.icon-chevrons-right-left:before{content:""}.icon-chevrons-right:before{content:""}.icon-chevrons-up-down:before{content:""}.icon-chevrons-up:before{content:""}.icon-chrome:before{content:""}.icon-chromium:before{content:""}.icon-church:before{content:""}.icon-cigarette-off:before{content:""}.icon-cigarette:before{content:""}.icon-circle-alert:before{content:""}.icon-circle-arrow-down:before{content:""}.icon-circle-arrow-left:before{content:""}.icon-circle-arrow-out-down-left:before{content:""}.icon-circle-arrow-out-down-right:before{content:""}.icon-circle-arrow-out-up-left:before{content:""}.icon-circle-arrow-out-up-right:before{content:""}.icon-circle-arrow-right:before{content:""}.icon-circle-arrow-up:before{content:""}.icon-circle-check-big:before{content:""}.icon-circle-check:before{content:""}.icon-circle-chevron-down:before{content:""}.icon-circle-chevron-left:before{content:""}.icon-circle-chevron-right:before{content:""}.icon-circle-chevron-up:before{content:""}.icon-circle-dashed:before{content:""}.icon-circle-divide:before{content:""}.icon-circle-dollar-sign:before{content:""}.icon-circle-dot-dashed:before{content:""}.icon-circle-dot:before{content:""}.icon-circle-ellipsis:before{content:""}.icon-circle-equal:before{content:""}.icon-circle-fading-arrow-up:before{content:""}.icon-circle-fading-plus:before{content:""}.icon-circle-gauge:before{content:""}.icon-circle-help:before{content:""}.icon-circle-minus:before{content:""}.icon-circle-off:before{content:""}.icon-circle-parking-off:before{content:""}.icon-circle-parking:before{content:""}.icon-circle-pause:before{content:""}.icon-circle-percent:before{content:""}.icon-circle-pile:before{content:""}.icon-circle-play:before{content:""}.icon-circle-plus:before{content:""}.icon-circle-pound-sterling:before{content:""}.icon-circle-power:before{content:""}.icon-circle-question-mark:before{content:""}.icon-circle-slash-2:before{content:""}.icon-circle-slash:before{content:""}.icon-circle-slashed:before{content:""}.icon-circle-small:before{content:""}.icon-circle-star:before{content:""}.icon-circle-stop:before{content:""}.icon-circle-user-round:before{content:""}.icon-circle-user:before{content:""}.icon-circle-x:before{content:""}.icon-circle:before{content:""}.icon-circuit-board:before{content:""}.icon-citrus:before{content:""}.icon-clapperboard:before{content:""}.icon-clipboard-check:before{content:""}.icon-clipboard-clock:before{content:""}.icon-clipboard-copy:before{content:""}.icon-clipboard-edit:before{content:""}.icon-clipboard-list:before{content:""}.icon-clipboard-minus:before{content:""}.icon-clipboard-paste:before{content:""}.icon-clipboard-pen-line:before{content:""}.icon-clipboard-pen:before{content:""}.icon-clipboard-plus:before{content:""}.icon-clipboard-signature:before{content:""}.icon-clipboard-type:before{content:""}.icon-clipboard-x:before{content:""}.icon-clipboard:before{content:""}.icon-clock-1:before{content:""}.icon-clock-10:before{content:""}.icon-clock-11:before{content:""}.icon-clock-12:before{content:""}.icon-clock-2:before{content:""}.icon-clock-3:before{content:""}.icon-clock-4:before{content:""}.icon-clock-5:before{content:""}.icon-clock-6:before{content:""}.icon-clock-7:before{content:""}.icon-clock-8:before{content:""}.icon-clock-9:before{content:""}.icon-clock-alert:before{content:""}.icon-clock-arrow-down:before{content:""}.icon-clock-arrow-up:before{content:""}.icon-clock-check:before{content:""}.icon-clock-fading:before{content:""}.icon-clock-plus:before{content:""}.icon-clock:before{content:""}.icon-closed-caption:before{content:""}.icon-cloud-alert:before{content:""}.icon-cloud-backup:before{content:""}.icon-cloud-check:before{content:""}.icon-cloud-cog:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-drizzle:before{content:""}.icon-cloud-fog:before{content:""}.icon-cloud-hail:before{content:""}.icon-cloud-lightning:before{content:""}.icon-cloud-moon-rain:before{content:""}.icon-cloud-moon:before{content:""}.icon-cloud-off:before{content:""}.icon-cloud-rain-wind:before{content:""}.icon-cloud-rain:before{content:""}.icon-cloud-snow:before{content:""}.icon-cloud-sun-rain:before{content:""}.icon-cloud-sun:before{content:""}.icon-cloud-sync:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-cloudy:before{content:""}.icon-clover:before{content:""}.icon-club:before{content:""}.icon-code-2:before{content:""}.icon-code-square:before{content:""}.icon-code-xml:before{content:""}.icon-code:before{content:""}.icon-codepen:before{content:""}.icon-codesandbox:before{content:""}.icon-coffee:before{content:""}.icon-cog:before{content:""}.icon-coins:before{content:""}.icon-columns-2:before{content:""}.icon-columns-3-cog:before{content:""}.icon-columns-3:before{content:""}.icon-columns-4:before{content:""}.icon-columns-settings:before{content:""}.icon-columns:before{content:""}.icon-combine:before{content:""}.icon-command:before{content:""}.icon-compass:before{content:""}.icon-component:before{content:""}.icon-computer:before{content:""}.icon-concierge-bell:before{content:""}.icon-cone:before{content:""}.icon-construction:before{content:""}.icon-contact-2:before{content:""}.icon-contact-round:before{content:""}.icon-contact:before{content:""}.icon-container:before{content:""}.icon-contrast:before{content:""}.icon-cookie:before{content:""}.icon-cooking-pot:before{content:""}.icon-copy-check:before{content:""}.icon-copy-minus:before{content:""}.icon-copy-plus:before{content:""}.icon-copy-slash:before{content:""}.icon-copy-x:before{content:""}.icon-copy:before{content:""}.icon-copyleft:before{content:""}.icon-copyright:before{content:""}.icon-corner-down-left:before{content:""}.icon-corner-down-right:before{content:""}.icon-corner-left-down:before{content:""}.icon-corner-left-up:before{content:""}.icon-corner-right-down:before{content:""}.icon-corner-right-up:before{content:""}.icon-corner-up-left:before{content:""}.icon-corner-up-right:before{content:""}.icon-cpu:before{content:""}.icon-creative-commons:before{content:""}.icon-credit-card:before{content:""}.icon-croissant:before{content:""}.icon-crop:before{content:""}.icon-cross:before{content:""}.icon-crosshair:before{content:""}.icon-crown:before{content:""}.icon-cuboid:before{content:""}.icon-cup-soda:before{content:""}.icon-curly-braces:before{content:""}.icon-currency:before{content:""}.icon-cylinder:before{content:""}.icon-dam:before{content:""}.icon-database-backup:before{content:""}.icon-database-search:before{content:""}.icon-database-zap:before{content:""}.icon-database:before{content:""}.icon-decimals-arrow-left:before{content:""}.icon-decimals-arrow-right:before{content:""}.icon-delete:before{content:""}.icon-dessert:before{content:""}.icon-diameter:before{content:""}.icon-diamond-minus:before{content:""}.icon-diamond-percent:before{content:""}.icon-diamond-plus:before{content:""}.icon-diamond:before{content:""}.icon-dice-1:before{content:""}.icon-dice-2:before{content:""}.icon-dice-3:before{content:""}.icon-dice-4:before{content:""}.icon-dice-5:before{content:""}.icon-dice-6:before{content:""}.icon-dices:before{content:""}.icon-diff:before{content:""}.icon-disc-2:before{content:""}.icon-disc-3:before{content:""}.icon-disc-album:before{content:""}.icon-disc:before{content:""}.icon-divide-circle:before{content:""}.icon-divide-square:before{content:""}.icon-divide:before{content:""}.icon-dna-off:before{content:""}.icon-dna:before{content:""}.icon-dock:before{content:""}.icon-dog:before{content:""}.icon-dollar-sign:before{content:""}.icon-donut:before{content:""}.icon-door-closed-locked:before{content:""}.icon-door-closed:before{content:""}.icon-door-open:before{content:""}.icon-dot-square:before{content:""}.icon-dot:before{content:""}.icon-download-cloud:before{content:""}.icon-download:before{content:""}.icon-drafting-compass:before{content:""}.icon-drama:before{content:""}.icon-dribbble:before{content:""}.icon-drill:before{content:""}.icon-drone:before{content:""}.icon-droplet-off:before{content:""}.icon-droplet:before{content:""}.icon-droplets:before{content:""}.icon-drum:before{content:""}.icon-drumstick:before{content:""}.icon-dumbbell:before{content:""}.icon-ear-off:before{content:""}.icon-ear:before{content:""}.icon-earth-lock:before{content:""}.icon-earth:before{content:""}.icon-eclipse:before{content:""}.icon-edit-2:before{content:""}.icon-edit-3:before{content:""}.icon-edit:before{content:""}.icon-egg-fried:before{content:""}.icon-egg-off:before{content:""}.icon-egg:before{content:""}.icon-ellipse:before{content:""}.icon-ellipsis-vertical:before{content:""}.icon-ellipsis:before{content:""}.icon-equal-approximately:before{content:""}.icon-equal-not:before{content:""}.icon-equal-square:before{content:""}.icon-equal:before{content:""}.icon-eraser:before{content:""}.icon-ethernet-port:before{content:""}.icon-euro:before{content:""}.icon-ev-charger:before{content:""}.icon-expand:before{content:""}.icon-external-link:before{content:""}.icon-eye-closed:before{content:""}.icon-eye-off:before{content:""}.icon-eye:before{content:""}.icon-facebook:before{content:""}.icon-factory:before{content:""}.icon-fan:before{content:""}.icon-fast-forward:before{content:""}.icon-feather:before{content:""}.icon-fence:before{content:""}.icon-ferris-wheel:before{content:""}.icon-figma:before{content:""}.icon-file-archive:before{content:""}.icon-file-audio-2:before{content:""}.icon-file-audio:before{content:""}.icon-file-axis-3-d:before{content:""}.icon-file-axis-3d:before{content:""}.icon-file-badge-2:before{content:""}.icon-file-badge:before{content:""}.icon-file-bar-chart-2:before{content:""}.icon-file-bar-chart:before{content:""}.icon-file-box:before{content:""}.icon-file-braces-corner:before{content:""}.icon-file-braces:before{content:""}.icon-file-chart-column-increasing:before{content:""}.icon-file-chart-column:before{content:""}.icon-file-chart-line:before{content:""}.icon-file-chart-pie:before{content:""}.icon-file-check-2:before{content:""}.icon-file-check-corner:before{content:""}.icon-file-check:before{content:""}.icon-file-clock:before{content:""}.icon-file-code-2:before{content:""}.icon-file-code-corner:before{content:""}.icon-file-code:before{content:""}.icon-file-cog-2:before{content:""}.icon-file-cog:before{content:""}.icon-file-diff:before{content:""}.icon-file-digit:before{content:""}.icon-file-down:before{content:""}.icon-file-edit:before{content:""}.icon-file-exclamation-point:before{content:""}.icon-file-headphone:before{content:""}.icon-file-heart:before{content:""}.icon-file-image:before{content:""}.icon-file-input:before{content:""}.icon-file-json-2:before{content:""}.icon-file-json:before{content:""}.icon-file-key-2:before{content:""}.icon-file-key:before{content:""}.icon-file-line-chart:before{content:""}.icon-file-lock-2:before{content:""}.icon-file-lock:before{content:""}.icon-file-minus-2:before{content:""}.icon-file-minus-corner:before{content:""}.icon-file-minus:before{content:""}.icon-file-music:before{content:""}.icon-file-output:before{content:""}.icon-file-pen-line:before{content:""}.icon-file-pen:before{content:""}.icon-file-pie-chart:before{content:""}.icon-file-play:before{content:""}.icon-file-plus-2:before{content:""}.icon-file-plus-corner:before{content:""}.icon-file-plus:before{content:""}.icon-file-question-mark:before{content:""}.icon-file-question:before{content:""}.icon-file-scan:before{content:""}.icon-file-search-2:before{content:""}.icon-file-search-corner:before{content:""}.icon-file-search:before{content:""}.icon-file-signal:before{content:""}.icon-file-signature:before{content:""}.icon-file-sliders:before{content:""}.icon-file-spreadsheet:before{content:""}.icon-file-stack:before{content:""}.icon-file-symlink:before{content:""}.icon-file-terminal:before{content:""}.icon-file-text:before{content:""}.icon-file-type-2:before{content:""}.icon-file-type-corner:before{content:""}.icon-file-type:before{content:""}.icon-file-up:before{content:""}.icon-file-user:before{content:""}.icon-file-video-2:before{content:""}.icon-file-video-camera:before{content:""}.icon-file-video:before{content:""}.icon-file-volume-2:before{content:""}.icon-file-volume:before{content:""}.icon-file-warning:before{content:""}.icon-file-x-2:before{content:""}.icon-file-x-corner:before{content:""}.icon-file-x:before{content:""}.icon-file:before{content:""}.icon-files:before{content:""}.icon-film:before{content:""}.icon-filter-x:before{content:""}.icon-filter:before{content:""}.icon-fingerprint-pattern:before{content:""}.icon-fingerprint:before{content:""}.icon-fire-extinguisher:before{content:""}.icon-fish-off:before{content:""}.icon-fish-symbol:before{content:""}.icon-fish:before{content:""}.icon-fishing-hook:before{content:""}.icon-fishing-rod:before{content:""}.icon-flag-off:before{content:""}.icon-flag-triangle-left:before{content:""}.icon-flag-triangle-right:before{content:""}.icon-flag:before{content:""}.icon-flame-kindling:before{content:""}.icon-flame:before{content:""}.icon-flashlight-off:before{content:""}.icon-flashlight:before{content:""}.icon-flask-conical-off:before{content:""}.icon-flask-conical:before{content:""}.icon-flask-round:before{content:""}.icon-flip-horizontal-2:before{content:""}.icon-flip-horizontal:before{content:""}.icon-flip-vertical-2:before{content:""}.icon-flip-vertical:before{content:""}.icon-flower-2:before{content:""}.icon-flower:before{content:""}.icon-focus:before{content:""}.icon-fold-horizontal:before{content:""}.icon-fold-vertical:before{content:""}.icon-folder-archive:before{content:""}.icon-folder-check:before{content:""}.icon-folder-clock:before{content:""}.icon-folder-closed:before{content:""}.icon-folder-code:before{content:""}.icon-folder-cog-2:before{content:""}.icon-folder-cog:before{content:""}.icon-folder-dot:before{content:""}.icon-folder-down:before{content:""}.icon-folder-edit:before{content:""}.icon-folder-git-2:before{content:""}.icon-folder-git:before{content:""}.icon-folder-heart:before{content:""}.icon-folder-input:before{content:""}.icon-folder-kanban:before{content:""}.icon-folder-key:before{content:""}.icon-folder-lock:before{content:""}.icon-folder-minus:before{content:""}.icon-folder-open-dot:before{content:""}.icon-folder-open:before{content:""}.icon-folder-output:before{content:""}.icon-folder-pen:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-root:before{content:""}.icon-folder-search-2:before{content:""}.icon-folder-search:before{content:""}.icon-folder-symlink:before{content:""}.icon-folder-sync:before{content:""}.icon-folder-tree:before{content:""}.icon-folder-up:before{content:""}.icon-folder-x:before{content:""}.icon-folder:before{content:""}.icon-folders:before{content:""}.icon-footprints:before{content:""}.icon-fork-knife-crossed:before{content:""}.icon-fork-knife:before{content:""}.icon-forklift:before{content:""}.icon-form-input:before{content:""}.icon-form:before{content:""}.icon-forward:before{content:""}.icon-frame:before{content:""}.icon-framer:before{content:""}.icon-frown:before{content:""}.icon-fuel:before{content:""}.icon-fullscreen:before{content:""}.icon-function-square:before{content:""}.icon-funnel-plus:before{content:""}.icon-funnel-x:before{content:""}.icon-funnel:before{content:""}.icon-gallery-horizontal-end:before{content:""}.icon-gallery-horizontal:before{content:""}.icon-gallery-thumbnails:before{content:""}.icon-gallery-vertical-end:before{content:""}.icon-gallery-vertical:before{content:""}.icon-gamepad-2:before{content:""}.icon-gamepad-directional:before{content:""}.icon-gamepad:before{content:""}.icon-gantt-chart-square:before{content:""}.icon-gantt-chart:before{content:""}.icon-gauge-circle:before{content:""}.icon-gauge:before{content:""}.icon-gavel:before{content:""}.icon-gem:before{content:""}.icon-georgian-lari:before{content:""}.icon-ghost:before{content:""}.icon-gift:before{content:""}.icon-git-branch-minus:before{content:""}.icon-git-branch-plus:before{content:""}.icon-git-branch:before{content:""}.icon-git-commit-horizontal:before{content:""}.icon-git-commit-vertical:before{content:""}.icon-git-commit:before{content:""}.icon-git-compare-arrows:before{content:""}.icon-git-compare:before{content:""}.icon-git-fork:before{content:""}.icon-git-graph:before{content:""}.icon-git-merge-conflict:before{content:""}.icon-git-merge:before{content:""}.icon-git-pull-request-arrow:before{content:""}.icon-git-pull-request-closed:before{content:""}.icon-git-pull-request-create-arrow:before{content:""}.icon-git-pull-request-create:before{content:""}.icon-git-pull-request-draft:before{content:""}.icon-git-pull-request:before{content:""}.icon-github:before{content:""}.icon-gitlab:before{content:""}.icon-glass-water:before{content:""}.icon-glasses:before{content:""}.icon-globe-2:before{content:""}.icon-globe-lock:before{content:""}.icon-globe-off:before{content:""}.icon-globe-x:before{content:""}.icon-globe:before{content:""}.icon-goal:before{content:""}.icon-gpu:before{content:""}.icon-grab:before{content:""}.icon-graduation-cap:before{content:""}.icon-grape:before{content:""}.icon-grid-2-x-2-check:before{content:""}.icon-grid-2-x-2-plus:before{content:""}.icon-grid-2-x-2-x:before{content:""}.icon-grid-2-x-2:before{content:""}.icon-grid-2x2-check:before{content:""}.icon-grid-2x2-plus:before{content:""}.icon-grid-2x2-x:before{content:""}.icon-grid-2x2:before{content:""}.icon-grid-3-x-3:before{content:""}.icon-grid-3x2:before{content:""}.icon-grid-3x3:before{content:""}.icon-grid:before{content:""}.icon-grip-horizontal:before{content:""}.icon-grip-vertical:before{content:""}.icon-grip:before{content:""}.icon-group:before{content:""}.icon-guitar:before{content:""}.icon-ham:before{content:""}.icon-hamburger:before{content:""}.icon-hammer:before{content:""}.icon-hand-coins:before{content:""}.icon-hand-fist:before{content:""}.icon-hand-grab:before{content:""}.icon-hand-heart:before{content:""}.icon-hand-helping:before{content:""}.icon-hand-metal:before{content:""}.icon-hand-platter:before{content:""}.icon-hand:before{content:""}.icon-handbag:before{content:""}.icon-handshake:before{content:""}.icon-hard-drive-download:before{content:""}.icon-hard-drive-upload:before{content:""}.icon-hard-drive:before{content:""}.icon-hard-hat:before{content:""}.icon-hash:before{content:""}.icon-hat-glasses:before{content:""}.icon-haze:before{content:""}.icon-hd:before{content:""}.icon-hdmi-port:before{content:""}.icon-heading-1:before{content:""}.icon-heading-2:before{content:""}.icon-heading-3:before{content:""}.icon-heading-4:before{content:""}.icon-heading-5:before{content:""}.icon-heading-6:before{content:""}.icon-heading:before{content:""}.icon-headphone-off:before{content:""}.icon-headphones:before{content:""}.icon-headset:before{content:""}.icon-heart-crack:before{content:""}.icon-heart-handshake:before{content:""}.icon-heart-minus:before{content:""}.icon-heart-off:before{content:""}.icon-heart-plus:before{content:""}.icon-heart-pulse:before{content:""}.icon-heart:before{content:""}.icon-heater:before{content:""}.icon-helicopter:before{content:""}.icon-help-circle:before{content:""}.icon-helping-hand:before{content:""}.icon-hexagon:before{content:""}.icon-highlighter:before{content:""}.icon-history:before{content:""}.icon-home:before{content:""}.icon-hop-off:before{content:""}.icon-hop:before{content:""}.icon-hospital:before{content:""}.icon-hotel:before{content:""}.icon-hourglass:before{content:""}.icon-house-heart:before{content:""}.icon-house-plug:before{content:""}.icon-house-plus:before{content:""}.icon-house-wifi:before{content:""}.icon-house:before{content:""}.icon-ice-cream-2:before{content:""}.icon-ice-cream-bowl:before{content:""}.icon-ice-cream-cone:before{content:""}.icon-ice-cream:before{content:""}.icon-id-card-lanyard:before{content:""}.icon-id-card:before{content:""}.icon-image-down:before{content:""}.icon-image-minus:before{content:""}.icon-image-off:before{content:""}.icon-image-play:before{content:""}.icon-image-plus:before{content:""}.icon-image-up:before{content:""}.icon-image-upscale:before{content:""}.icon-image:before{content:""}.icon-images:before{content:""}.icon-import:before{content:""}.icon-inbox:before{content:""}.icon-indent-decrease:before{content:""}.icon-indent-increase:before{content:""}.icon-indent:before{content:""}.icon-indian-rupee:before{content:""}.icon-infinity:before{content:""}.icon-info:before{content:""}.icon-inspect:before{content:""}.icon-inspection-panel:before{content:""}.icon-instagram:before{content:""}.icon-italic:before{content:""}.icon-iteration-ccw:before{content:""}.icon-iteration-cw:before{content:""}.icon-japanese-yen:before{content:""}.icon-joystick:before{content:""}.icon-kanban-square-dashed:before{content:""}.icon-kanban-square:before{content:""}.icon-kanban:before{content:""}.icon-kayak:before{content:""}.icon-key-round:before{content:""}.icon-key-square:before{content:""}.icon-key:before{content:""}.icon-keyboard-music:before{content:""}.icon-keyboard-off:before{content:""}.icon-keyboard:before{content:""}.icon-lamp-ceiling:before{content:""}.icon-lamp-desk:before{content:""}.icon-lamp-floor:before{content:""}.icon-lamp-wall-down:before{content:""}.icon-lamp-wall-up:before{content:""}.icon-lamp:before{content:""}.icon-land-plot:before{content:""}.icon-landmark:before{content:""}.icon-languages:before{content:""}.icon-laptop-2:before{content:""}.icon-laptop-minimal-check:before{content:""}.icon-laptop-minimal:before{content:""}.icon-laptop:before{content:""}.icon-lasso-select:before{content:""}.icon-lasso:before{content:""}.icon-laugh:before{content:""}.icon-layers-2:before{content:""}.icon-layers-3:before{content:""}.icon-layers-plus:before{content:""}.icon-layers:before{content:""}.icon-layout-dashboard:before{content:""}.icon-layout-grid:before{content:""}.icon-layout-list:before{content:""}.icon-layout-panel-left:before{content:""}.icon-layout-panel-top:before{content:""}.icon-layout-template:before{content:""}.icon-layout:before{content:""}.icon-leaf:before{content:""}.icon-leafy-green:before{content:""}.icon-lectern:before{content:""}.icon-lens-concave:before{content:""}.icon-lens-convex:before{content:""}.icon-letter-text:before{content:""}.icon-library-big:before{content:""}.icon-library-square:before{content:""}.icon-library:before{content:""}.icon-life-buoy:before{content:""}.icon-ligature:before{content:""}.icon-lightbulb-off:before{content:""}.icon-lightbulb:before{content:""}.icon-line-chart:before{content:""}.icon-line-dot-right-horizontal:before{content:""}.icon-line-squiggle:before{content:""}.icon-link-2-off:before{content:""}.icon-link-2:before{content:""}.icon-link:before{content:""}.icon-linkedin:before{content:""}.icon-list-check:before{content:""}.icon-list-checks:before{content:""}.icon-list-chevrons-down-up:before{content:""}.icon-list-chevrons-up-down:before{content:""}.icon-list-collapse:before{content:""}.icon-list-end:before{content:""}.icon-list-filter-plus:before{content:""}.icon-list-filter:before{content:""}.icon-list-indent-decrease:before{content:""}.icon-list-indent-increase:before{content:""}.icon-list-minus:before{content:""}.icon-list-music:before{content:""}.icon-list-ordered:before{content:""}.icon-list-plus:before{content:""}.icon-list-restart:before{content:""}.icon-list-start:before{content:""}.icon-list-todo:before{content:""}.icon-list-tree:before{content:""}.icon-list-video:before{content:""}.icon-list-x:before{content:""}.icon-list:before{content:""}.icon-loader-2:before{content:""}.icon-loader-circle:before{content:""}.icon-loader-pinwheel:before{content:""}.icon-loader:before{content:""}.icon-locate-fixed:before{content:""}.icon-locate-off:before{content:""}.icon-locate:before{content:""}.icon-location-edit:before{content:""}.icon-lock-keyhole-open:before{content:""}.icon-lock-keyhole:before{content:""}.icon-lock-open:before{content:""}.icon-lock:before{content:""}.icon-log-in:before{content:""}.icon-log-out:before{content:""}.icon-logs:before{content:""}.icon-lollipop:before{content:""}.icon-luggage:before{content:""}.icon-m-square:before{content:""}.icon-magnet:before{content:""}.icon-mail-check:before{content:""}.icon-mail-minus:before{content:""}.icon-mail-open:before{content:""}.icon-mail-plus:before{content:""}.icon-mail-question-mark:before{content:""}.icon-mail-question:before{content:""}.icon-mail-search:before{content:""}.icon-mail-warning:before{content:""}.icon-mail-x:before{content:""}.icon-mail:before{content:""}.icon-mailbox:before{content:""}.icon-mails:before{content:""}.icon-map-minus:before{content:""}.icon-map-pin-check-inside:before{content:""}.icon-map-pin-check:before{content:""}.icon-map-pin-house:before{content:""}.icon-map-pin-minus-inside:before{content:""}.icon-map-pin-minus:before{content:""}.icon-map-pin-off:before{content:""}.icon-map-pin-pen:before{content:""}.icon-map-pin-plus-inside:before{content:""}.icon-map-pin-plus:before{content:""}.icon-map-pin-x-inside:before{content:""}.icon-map-pin-x:before{content:""}.icon-map-pin:before{content:""}.icon-map-pinned:before{content:""}.icon-map-plus:before{content:""}.icon-map:before{content:""}.icon-mars-stroke:before{content:""}.icon-mars:before{content:""}.icon-martini:before{content:""}.icon-maximize-2:before{content:""}.icon-maximize:before{content:""}.icon-medal:before{content:""}.icon-megaphone-off:before{content:""}.icon-megaphone:before{content:""}.icon-meh:before{content:""}.icon-memory-stick:before{content:""}.icon-menu-square:before{content:""}.icon-menu:before{content:""}.icon-merge:before{content:""}.icon-message-circle-check:before{content:""}.icon-message-circle-code:before{content:""}.icon-message-circle-dashed:before{content:""}.icon-message-circle-heart:before{content:""}.icon-message-circle-more:before{content:""}.icon-message-circle-off:before{content:""}.icon-message-circle-plus:before{content:""}.icon-message-circle-question-mark:before{content:""}.icon-message-circle-question:before{content:""}.icon-message-circle-reply:before{content:""}.icon-message-circle-warning:before{content:""}.icon-message-circle-x:before{content:""}.icon-message-circle:before{content:""}.icon-message-square-check:before{content:""}.icon-message-square-code:before{content:""}.icon-message-square-dashed:before{content:""}.icon-message-square-diff:before{content:""}.icon-message-square-dot:before{content:""}.icon-message-square-heart:before{content:""}.icon-message-square-lock:before{content:""}.icon-message-square-more:before{content:""}.icon-message-square-off:before{content:""}.icon-message-square-plus:before{content:""}.icon-message-square-quote:before{content:""}.icon-message-square-reply:before{content:""}.icon-message-square-share:before{content:""}.icon-message-square-text:before{content:""}.icon-message-square-warning:before{content:""}.icon-message-square-x:before{content:""}.icon-message-square:before{content:""}.icon-messages-square:before{content:""}.icon-metronome:before{content:""}.icon-mic-2:before{content:""}.icon-mic-off:before{content:""}.icon-mic-vocal:before{content:""}.icon-mic:before{content:""}.icon-microchip:before{content:""}.icon-microscope:before{content:""}.icon-microwave:before{content:""}.icon-milestone:before{content:""}.icon-milk-off:before{content:""}.icon-milk:before{content:""}.icon-minimize-2:before{content:""}.icon-minimize:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-square:before{content:""}.icon-minus:before{content:""}.icon-mirror-rectangular:before{content:""}.icon-mirror-round:before{content:""}.icon-monitor-check:before{content:""}.icon-monitor-cloud:before{content:""}.icon-monitor-cog:before{content:""}.icon-monitor-dot:before{content:""}.icon-monitor-down:before{content:""}.icon-monitor-off:before{content:""}.icon-monitor-pause:before{content:""}.icon-monitor-play:before{content:""}.icon-monitor-smartphone:before{content:""}.icon-monitor-speaker:before{content:""}.icon-monitor-stop:before{content:""}.icon-monitor-up:before{content:""}.icon-monitor-x:before{content:""}.icon-monitor:before{content:""}.icon-moon-star:before{content:""}.icon-moon:before{content:""}.icon-more-horizontal:before{content:""}.icon-more-vertical:before{content:""}.icon-motorbike:before{content:""}.icon-mountain-snow:before{content:""}.icon-mountain:before{content:""}.icon-mouse-left:before{content:""}.icon-mouse-off:before{content:""}.icon-mouse-pointer-2-off:before{content:""}.icon-mouse-pointer-2:before{content:""}.icon-mouse-pointer-ban:before{content:""}.icon-mouse-pointer-click:before{content:""}.icon-mouse-pointer-square-dashed:before{content:""}.icon-mouse-pointer:before{content:""}.icon-mouse-right:before{content:""}.icon-mouse:before{content:""}.icon-move-3-d:before{content:""}.icon-move-3d:before{content:""}.icon-move-diagonal-2:before{content:""}.icon-move-diagonal:before{content:""}.icon-move-down-left:before{content:""}.icon-move-down-right:before{content:""}.icon-move-down:before{content:""}.icon-move-horizontal:before{content:""}.icon-move-left:before{content:""}.icon-move-right:before{content:""}.icon-move-up-left:before{content:""}.icon-move-up-right:before{content:""}.icon-move-up:before{content:""}.icon-move-vertical:before{content:""}.icon-move:before{content:""}.icon-music-2:before{content:""}.icon-music-3:before{content:""}.icon-music-4:before{content:""}.icon-music:before{content:""}.icon-navigation-2-off:before{content:""}.icon-navigation-2:before{content:""}.icon-navigation-off:before{content:""}.icon-navigation:before{content:""}.icon-network:before{content:""}.icon-newspaper:before{content:""}.icon-nfc:before{content:""}.icon-non-binary:before{content:""}.icon-notebook-pen:before{content:""}.icon-notebook-tabs:before{content:""}.icon-notebook-text:before{content:""}.icon-notebook:before{content:""}.icon-notepad-text-dashed:before{content:""}.icon-notepad-text:before{content:""}.icon-nut-off:before{content:""}.icon-nut:before{content:""}.icon-octagon-alert:before{content:""}.icon-octagon-minus:before{content:""}.icon-octagon-pause:before{content:""}.icon-octagon-x:before{content:""}.icon-octagon:before{content:""}.icon-omega:before{content:""}.icon-option:before{content:""}.icon-orbit:before{content:""}.icon-origami:before{content:""}.icon-outdent:before{content:""}.icon-package-2:before{content:""}.icon-package-check:before{content:""}.icon-package-minus:before{content:""}.icon-package-open:before{content:""}.icon-package-plus:before{content:""}.icon-package-search:before{content:""}.icon-package-x:before{content:""}.icon-package:before{content:""}.icon-paint-bucket:before{content:""}.icon-paint-roller:before{content:""}.icon-paintbrush-2:before{content:""}.icon-paintbrush-vertical:before{content:""}.icon-paintbrush:before{content:""}.icon-palette:before{content:""}.icon-palmtree:before{content:""}.icon-panda:before{content:""}.icon-panel-bottom-close:before{content:""}.icon-panel-bottom-dashed:before{content:""}.icon-panel-bottom-inactive:before{content:""}.icon-panel-bottom-open:before{content:""}.icon-panel-bottom:before{content:""}.icon-panel-left-close:before{content:""}.icon-panel-left-dashed:before{content:""}.icon-panel-left-inactive:before{content:""}.icon-panel-left-open:before{content:""}.icon-panel-left-right-dashed:before{content:""}.icon-panel-left:before{content:""}.icon-panel-right-close:before{content:""}.icon-panel-right-dashed:before{content:""}.icon-panel-right-inactive:before{content:""}.icon-panel-right-open:before{content:""}.icon-panel-right:before{content:""}.icon-panel-top-bottom-dashed:before{content:""}.icon-panel-top-close:before{content:""}.icon-panel-top-dashed:before{content:""}.icon-panel-top-inactive:before{content:""}.icon-panel-top-open:before{content:""}.icon-panel-top:before{content:""}.icon-panels-left-bottom:before{content:""}.icon-panels-left-right:before{content:""}.icon-panels-right-bottom:before{content:""}.icon-panels-top-bottom:before{content:""}.icon-panels-top-left:before{content:""}.icon-paperclip:before{content:""}.icon-parentheses:before{content:""}.icon-parking-circle-off:before{content:""}.icon-parking-circle:before{content:""}.icon-parking-meter:before{content:""}.icon-parking-square-off:before{content:""}.icon-parking-square:before{content:""}.icon-party-popper:before{content:""}.icon-pause-circle:before{content:""}.icon-pause-octagon:before{content:""}.icon-pause:before{content:""}.icon-paw-print:before{content:""}.icon-pc-case:before{content:""}.icon-pen-box:before{content:""}.icon-pen-line:before{content:""}.icon-pen-off:before{content:""}.icon-pen-square:before{content:""}.icon-pen-tool:before{content:""}.icon-pen:before{content:""}.icon-pencil-line:before{content:""}.icon-pencil-off:before{content:""}.icon-pencil-ruler:before{content:""}.icon-pencil:before{content:""}.icon-pentagon:before{content:""}.icon-percent-circle:before{content:""}.icon-percent-diamond:before{content:""}.icon-percent-square:before{content:""}.icon-percent:before{content:""}.icon-person-standing:before{content:""}.icon-philippine-peso:before{content:""}.icon-phone-call:before{content:""}.icon-phone-forwarded:before{content:""}.icon-phone-incoming:before{content:""}.icon-phone-missed:before{content:""}.icon-phone-off:before{content:""}.icon-phone-outgoing:before{content:""}.icon-phone:before{content:""}.icon-pi-square:before{content:""}.icon-pi:before{content:""}.icon-piano:before{content:""}.icon-pickaxe:before{content:""}.icon-picture-in-picture-2:before{content:""}.icon-picture-in-picture:before{content:""}.icon-pie-chart:before{content:""}.icon-piggy-bank:before{content:""}.icon-pilcrow-left:before{content:""}.icon-pilcrow-right:before{content:""}.icon-pilcrow-square:before{content:""}.icon-pilcrow:before{content:""}.icon-pill-bottle:before{content:""}.icon-pill:before{content:""}.icon-pin-off:before{content:""}.icon-pin:before{content:""}.icon-pipette:before{content:""}.icon-pizza:before{content:""}.icon-plane-landing:before{content:""}.icon-plane-takeoff:before{content:""}.icon-plane:before{content:""}.icon-play-circle:before{content:""}.icon-play-square:before{content:""}.icon-play:before{content:""}.icon-plug-2:before{content:""}.icon-plug-zap-2:before{content:""}.icon-plug-zap:before{content:""}.icon-plug:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-plus:before{content:""}.icon-pocket-knife:before{content:""}.icon-pocket:before{content:""}.icon-podcast:before{content:""}.icon-pointer-off:before{content:""}.icon-pointer:before{content:""}.icon-popcorn:before{content:""}.icon-popsicle:before{content:""}.icon-pound-sterling:before{content:""}.icon-power-circle:before{content:""}.icon-power-off:before{content:""}.icon-power-square:before{content:""}.icon-power:before{content:""}.icon-presentation:before{content:""}.icon-printer-check:before{content:""}.icon-printer-x:before{content:""}.icon-printer:before{content:""}.icon-projector:before{content:""}.icon-proportions:before{content:""}.icon-puzzle:before{content:""}.icon-pyramid:before{content:""}.icon-qr-code:before{content:""}.icon-quote:before{content:""}.icon-rabbit:before{content:""}.icon-radar:before{content:""}.icon-radiation:before{content:""}.icon-radical:before{content:""}.icon-radio-receiver:before{content:""}.icon-radio-tower:before{content:""}.icon-radio:before{content:""}.icon-radius:before{content:""}.icon-rail-symbol:before{content:""}.icon-rainbow:before{content:""}.icon-rat:before{content:""}.icon-ratio:before{content:""}.icon-receipt-cent:before{content:""}.icon-receipt-euro:before{content:""}.icon-receipt-indian-rupee:before{content:""}.icon-receipt-japanese-yen:before{content:""}.icon-receipt-pound-sterling:before{content:""}.icon-receipt-russian-ruble:before{content:""}.icon-receipt-swiss-franc:before{content:""}.icon-receipt-text:before{content:""}.icon-receipt-turkish-lira:before{content:""}.icon-receipt:before{content:""}.icon-rectangle-circle:before{content:""}.icon-rectangle-ellipsis:before{content:""}.icon-rectangle-goggles:before{content:""}.icon-rectangle-horizontal:before{content:""}.icon-rectangle-vertical:before{content:""}.icon-recycle:before{content:""}.icon-redo-2:before{content:""}.icon-redo-dot:before{content:""}.icon-redo:before{content:""}.icon-refresh-ccw-dot:before{content:""}.icon-refresh-ccw:before{content:""}.icon-refresh-cw-off:before{content:""}.icon-refresh-cw:before{content:""}.icon-refrigerator:before{content:""}.icon-regex:before{content:""}.icon-remove-formatting:before{content:""}.icon-repeat-1:before{content:""}.icon-repeat-2:before{content:""}.icon-repeat:before{content:""}.icon-replace-all:before{content:""}.icon-replace:before{content:""}.icon-reply-all:before{content:""}.icon-reply:before{content:""}.icon-rewind:before{content:""}.icon-ribbon:before{content:""}.icon-rocket:before{content:""}.icon-rocking-chair:before{content:""}.icon-roller-coaster:before{content:""}.icon-rose:before{content:""}.icon-rotate-3-d:before{content:""}.icon-rotate-3d:before{content:""}.icon-rotate-ccw-key:before{content:""}.icon-rotate-ccw-square:before{content:""}.icon-rotate-ccw:before{content:""}.icon-rotate-cw-square:before{content:""}.icon-rotate-cw:before{content:""}.icon-route-off:before{content:""}.icon-route:before{content:""}.icon-router:before{content:""}.icon-rows-2:before{content:""}.icon-rows-3:before{content:""}.icon-rows-4:before{content:""}.icon-rows:before{content:""}.icon-rss:before{content:""}.icon-ruler-dimension-line:before{content:""}.icon-ruler:before{content:""}.icon-russian-ruble:before{content:""}.icon-sailboat:before{content:""}.icon-salad:before{content:""}.icon-sandwich:before{content:""}.icon-satellite-dish:before{content:""}.icon-satellite:before{content:""}.icon-saudi-riyal:before{content:""}.icon-save-all:before{content:""}.icon-save-off:before{content:""}.icon-save:before{content:""}.icon-scale-3-d:before{content:""}.icon-scale-3d:before{content:""}.icon-scale:before{content:""}.icon-scaling:before{content:""}.icon-scan-barcode:before{content:""}.icon-scan-eye:before{content:""}.icon-scan-face:before{content:""}.icon-scan-heart:before{content:""}.icon-scan-line:before{content:""}.icon-scan-qr-code:before{content:""}.icon-scan-search:before{content:""}.icon-scan-text:before{content:""}.icon-scan:before{content:""}.icon-scatter-chart:before{content:""}.icon-school-2:before{content:""}.icon-school:before{content:""}.icon-scissors-line-dashed:before{content:""}.icon-scissors-square-dashed-bottom:before{content:""}.icon-scissors-square:before{content:""}.icon-scissors:before{content:""}.icon-scooter:before{content:""}.icon-screen-share-off:before{content:""}.icon-screen-share:before{content:""}.icon-scroll-text:before{content:""}.icon-scroll:before{content:""}.icon-search-alert:before{content:""}.icon-search-check:before{content:""}.icon-search-code:before{content:""}.icon-search-slash:before{content:""}.icon-search-x:before{content:""}.icon-search:before{content:""}.icon-section:before{content:""}.icon-send-horizonal:before{content:""}.icon-send-horizontal:before{content:""}.icon-send-to-back:before{content:""}.icon-send:before{content:""}.icon-separator-horizontal:before{content:""}.icon-separator-vertical:before{content:""}.icon-server-cog:before{content:""}.icon-server-crash:before{content:""}.icon-server-off:before{content:""}.icon-server:before{content:""}.icon-settings-2:before{content:""}.icon-settings:before{content:""}.icon-shapes:before{content:""}.icon-share-2:before{content:""}.icon-share:before{content:""}.icon-sheet:before{content:""}.icon-shell:before{content:""}.icon-shelving-unit:before{content:""}.icon-shield-alert:before{content:""}.icon-shield-ban:before{content:""}.icon-shield-check:before{content:""}.icon-shield-close:before{content:""}.icon-shield-ellipsis:before{content:""}.icon-shield-half:before{content:""}.icon-shield-minus:before{content:""}.icon-shield-off:before{content:""}.icon-shield-plus:before{content:""}.icon-shield-question-mark:before{content:""}.icon-shield-question:before{content:""}.icon-shield-user:before{content:""}.icon-shield-x:before{content:""}.icon-shield:before{content:""}.icon-ship-wheel:before{content:""}.icon-ship:before{content:""}.icon-shirt:before{content:""}.icon-shopping-bag:before{content:""}.icon-shopping-basket:before{content:""}.icon-shopping-cart:before{content:""}.icon-shovel:before{content:""}.icon-shower-head:before{content:""}.icon-shredder:before{content:""}.icon-shrimp:before{content:""}.icon-shrink:before{content:""}.icon-shrub:before{content:""}.icon-shuffle:before{content:""}.icon-sidebar-close:before{content:""}.icon-sidebar-open:before{content:""}.icon-sidebar:before{content:""}.icon-sigma-square:before{content:""}.icon-sigma:before{content:""}.icon-signal-high:before{content:""}.icon-signal-low:before{content:""}.icon-signal-medium:before{content:""}.icon-signal-zero:before{content:""}.icon-signal:before{content:""}.icon-signature:before{content:""}.icon-signpost-big:before{content:""}.icon-signpost:before{content:""}.icon-siren:before{content:""}.icon-skip-back:before{content:""}.icon-skip-forward:before{content:""}.icon-skull:before{content:""}.icon-slack:before{content:""}.icon-slash-square:before{content:""}.icon-slash:before{content:""}.icon-slice:before{content:""}.icon-sliders-horizontal:before{content:""}.icon-sliders-vertical:before{content:""}.icon-sliders:before{content:""}.icon-smartphone-charging:before{content:""}.icon-smartphone-nfc:before{content:""}.icon-smartphone:before{content:""}.icon-smile-plus:before{content:""}.icon-smile:before{content:""}.icon-snail:before{content:""}.icon-snowflake:before{content:""}.icon-soap-dispenser-droplet:before{content:""}.icon-sofa:before{content:""}.icon-solar-panel:before{content:""}.icon-sort-asc:before{content:""}.icon-sort-desc:before{content:""}.icon-soup:before{content:""}.icon-space:before{content:""}.icon-spade:before{content:""}.icon-sparkle:before{content:""}.icon-sparkles:before{content:""}.icon-speaker:before{content:""}.icon-speech:before{content:""}.icon-spell-check-2:before{content:""}.icon-spell-check:before{content:""}.icon-spline-pointer:before{content:""}.icon-spline:before{content:""}.icon-split-square-horizontal:before{content:""}.icon-split-square-vertical:before{content:""}.icon-split:before{content:""}.icon-spool:before{content:""}.icon-spotlight:before{content:""}.icon-spray-can:before{content:""}.icon-sprout:before{content:""}.icon-square-activity:before{content:""}.icon-square-arrow-down-left:before{content:""}.icon-square-arrow-down-right:before{content:""}.icon-square-arrow-down:before{content:""}.icon-square-arrow-left:before{content:""}.icon-square-arrow-out-down-left:before{content:""}.icon-square-arrow-out-down-right:before{content:""}.icon-square-arrow-out-up-left:before{content:""}.icon-square-arrow-out-up-right:before{content:""}.icon-square-arrow-right-enter:before{content:""}.icon-square-arrow-right-exit:before{content:""}.icon-square-arrow-right:before{content:""}.icon-square-arrow-up-left:before{content:""}.icon-square-arrow-up-right:before{content:""}.icon-square-arrow-up:before{content:""}.icon-square-asterisk:before{content:""}.icon-square-bottom-dashed-scissors:before{content:""}.icon-square-centerline-dashed-horizontal:before{content:""}.icon-square-centerline-dashed-vertical:before{content:""}.icon-square-chart-gantt:before{content:""}.icon-square-check-big:before{content:""}.icon-square-check:before{content:""}.icon-square-chevron-down:before{content:""}.icon-square-chevron-left:before{content:""}.icon-square-chevron-right:before{content:""}.icon-square-chevron-up:before{content:""}.icon-square-code:before{content:""}.icon-square-dashed-bottom-code:before{content:""}.icon-square-dashed-bottom:before{content:""}.icon-square-dashed-kanban:before{content:""}.icon-square-dashed-mouse-pointer:before{content:""}.icon-square-dashed-top-solid:before{content:""}.icon-square-dashed:before{content:""}.icon-square-divide:before{content:""}.icon-square-dot:before{content:""}.icon-square-equal:before{content:""}.icon-square-function:before{content:""}.icon-square-gantt-chart:before{content:""}.icon-square-kanban:before{content:""}.icon-square-library:before{content:""}.icon-square-m:before{content:""}.icon-square-menu:before{content:""}.icon-square-minus:before{content:""}.icon-square-mouse-pointer:before{content:""}.icon-square-parking-off:before{content:""}.icon-square-parking:before{content:""}.icon-square-pause:before{content:""}.icon-square-pen:before{content:""}.icon-square-percent:before{content:""}.icon-square-pi:before{content:""}.icon-square-pilcrow:before{content:""}.icon-square-play:before{content:""}.icon-square-plus:before{content:""}.icon-square-power:before{content:""}.icon-square-radical:before{content:""}.icon-square-round-corner:before{content:""}.icon-square-scissors:before{content:""}.icon-square-sigma:before{content:""}.icon-square-slash:before{content:""}.icon-square-split-horizontal:before{content:""}.icon-square-split-vertical:before{content:""}.icon-square-square:before{content:""}.icon-square-stack:before{content:""}.icon-square-star:before{content:""}.icon-square-stop:before{content:""}.icon-square-terminal:before{content:""}.icon-square-user-round:before{content:""}.icon-square-user:before{content:""}.icon-square-x:before{content:""}.icon-square:before{content:""}.icon-squares-exclude:before{content:""}.icon-squares-intersect:before{content:""}.icon-squares-subtract:before{content:""}.icon-squares-unite:before{content:""}.icon-squircle-dashed:before{content:""}.icon-squircle:before{content:""}.icon-squirrel:before{content:""}.icon-stamp:before{content:""}.icon-star-half:before{content:""}.icon-star-off:before{content:""}.icon-star:before{content:""}.icon-stars:before{content:""}.icon-step-back:before{content:""}.icon-step-forward:before{content:""}.icon-stethoscope:before{content:""}.icon-sticker:before{content:""}.icon-sticky-note:before{content:""}.icon-stone:before{content:""}.icon-stop-circle:before{content:""}.icon-store:before{content:""}.icon-stretch-horizontal:before{content:""}.icon-stretch-vertical:before{content:""}.icon-strikethrough:before{content:""}.icon-subscript:before{content:""}.icon-subtitles:before{content:""}.icon-sun-dim:before{content:""}.icon-sun-medium:before{content:""}.icon-sun-moon:before{content:""}.icon-sun-snow:before{content:""}.icon-sun:before{content:""}.icon-sunrise:before{content:""}.icon-sunset:before{content:""}.icon-superscript:before{content:""}.icon-swatch-book:before{content:""}.icon-swiss-franc:before{content:""}.icon-switch-camera:before{content:""}.icon-sword:before{content:""}.icon-swords:before{content:""}.icon-syringe:before{content:""}.icon-table-2:before{content:""}.icon-table-cells-merge:before{content:""}.icon-table-cells-split:before{content:""}.icon-table-columns-split:before{content:""}.icon-table-config:before{content:""}.icon-table-of-contents:before{content:""}.icon-table-properties:before{content:""}.icon-table-rows-split:before{content:""}.icon-table:before{content:""}.icon-tablet-smartphone:before{content:""}.icon-tablet:before{content:""}.icon-tablets:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-tally-1:before{content:""}.icon-tally-2:before{content:""}.icon-tally-3:before{content:""}.icon-tally-4:before{content:""}.icon-tally-5:before{content:""}.icon-tangent:before{content:""}.icon-target:before{content:""}.icon-telescope:before{content:""}.icon-tent-tree:before{content:""}.icon-tent:before{content:""}.icon-terminal-square:before{content:""}.icon-terminal:before{content:""}.icon-test-tube-2:before{content:""}.icon-test-tube-diagonal:before{content:""}.icon-test-tube:before{content:""}.icon-test-tubes:before{content:""}.icon-text-align-center:before{content:""}.icon-text-align-end:before{content:""}.icon-text-align-justify:before{content:""}.icon-text-align-start:before{content:""}.icon-text-cursor-input:before{content:""}.icon-text-cursor:before{content:""}.icon-text-initial:before{content:""}.icon-text-quote:before{content:""}.icon-text-search:before{content:""}.icon-text-select:before{content:""}.icon-text-selection:before{content:""}.icon-text-wrap:before{content:""}.icon-text:before{content:""}.icon-theater:before{content:""}.icon-thermometer-snowflake:before{content:""}.icon-thermometer-sun:before{content:""}.icon-thermometer:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-ticket-check:before{content:""}.icon-ticket-minus:before{content:""}.icon-ticket-percent:before{content:""}.icon-ticket-plus:before{content:""}.icon-ticket-slash:before{content:""}.icon-ticket-x:before{content:""}.icon-ticket:before{content:""}.icon-tickets-plane:before{content:""}.icon-tickets:before{content:""}.icon-timer-off:before{content:""}.icon-timer-reset:before{content:""}.icon-timer:before{content:""}.icon-toggle-left:before{content:""}.icon-toggle-right:before{content:""}.icon-toilet:before{content:""}.icon-tool-case:before{content:""}.icon-toolbox:before{content:""}.icon-tornado:before{content:""}.icon-torus:before{content:""}.icon-touchpad-off:before{content:""}.icon-touchpad:before{content:""}.icon-towel-rack:before{content:""}.icon-tower-control:before{content:""}.icon-toy-brick:before{content:""}.icon-tractor:before{content:""}.icon-traffic-cone:before{content:""}.icon-train-front-tunnel:before{content:""}.icon-train-front:before{content:""}.icon-train-track:before{content:""}.icon-train:before{content:""}.icon-tram-front:before{content:""}.icon-transgender:before{content:""}.icon-trash-2:before{content:""}.icon-trash:before{content:""}.icon-tree-deciduous:before{content:""}.icon-tree-palm:before{content:""}.icon-tree-pine:before{content:""}.icon-trees:before{content:""}.icon-trello:before{content:""}.icon-trending-down:before{content:""}.icon-trending-up-down:before{content:""}.icon-trending-up:before{content:""}.icon-triangle-alert:before{content:""}.icon-triangle-dashed:before{content:""}.icon-triangle-right:before{content:""}.icon-triangle:before{content:""}.icon-trophy:before{content:""}.icon-truck-electric:before{content:""}.icon-truck:before{content:""}.icon-turkish-lira:before{content:""}.icon-turntable:before{content:""}.icon-turtle:before{content:""}.icon-tv-2:before{content:""}.icon-tv-minimal-play:before{content:""}.icon-tv-minimal:before{content:""}.icon-tv:before{content:""}.icon-twitch:before{content:""}.icon-twitter:before{content:""}.icon-type-outline:before{content:""}.icon-type:before{content:""}.icon-umbrella-off:before{content:""}.icon-umbrella:before{content:""}.icon-underline:before{content:""}.icon-undo-2:before{content:""}.icon-undo-dot:before{content:""}.icon-undo:before{content:""}.icon-unfold-horizontal:before{content:""}.icon-unfold-vertical:before{content:""}.icon-ungroup:before{content:""}.icon-university:before{content:""}.icon-unlink-2:before{content:""}.icon-unlink:before{content:""}.icon-unlock-keyhole:before{content:""}.icon-unlock:before{content:""}.icon-unplug:before{content:""}.icon-upload-cloud:before{content:""}.icon-upload:before{content:""}.icon-usb:before{content:""}.icon-user-2:before{content:""}.icon-user-check-2:before{content:""}.icon-user-check:before{content:""}.icon-user-circle-2:before{content:""}.icon-user-circle:before{content:""}.icon-user-cog-2:before{content:""}.icon-user-cog:before{content:""}.icon-user-key:before{content:""}.icon-user-lock:before{content:""}.icon-user-minus-2:before{content:""}.icon-user-minus:before{content:""}.icon-user-pen:before{content:""}.icon-user-plus-2:before{content:""}.icon-user-plus:before{content:""}.icon-user-round-check:before{content:""}.icon-user-round-cog:before{content:""}.icon-user-round-key:before{content:""}.icon-user-round-minus:before{content:""}.icon-user-round-pen:before{content:""}.icon-user-round-plus:before{content:""}.icon-user-round-search:before{content:""}.icon-user-round-x:before{content:""}.icon-user-round:before{content:""}.icon-user-search:before{content:""}.icon-user-square-2:before{content:""}.icon-user-square:before{content:""}.icon-user-star:before{content:""}.icon-user-x-2:before{content:""}.icon-user-x:before{content:""}.icon-user:before{content:""}.icon-users-2:before{content:""}.icon-users-round:before{content:""}.icon-users:before{content:""}.icon-utensils-crossed:before{content:""}.icon-utensils:before{content:""}.icon-utility-pole:before{content:""}.icon-van:before{content:""}.icon-variable:before{content:""}.icon-vault:before{content:""}.icon-vector-square:before{content:""}.icon-vegan:before{content:""}.icon-venetian-mask:before{content:""}.icon-venus-and-mars:before{content:""}.icon-venus:before{content:""}.icon-verified:before{content:""}.icon-vibrate-off:before{content:""}.icon-vibrate:before{content:""}.icon-video-off:before{content:""}.icon-video:before{content:""}.icon-videotape:before{content:""}.icon-view:before{content:""}.icon-voicemail:before{content:""}.icon-volleyball:before{content:""}.icon-volume-1:before{content:""}.icon-volume-2:before{content:""}.icon-volume-off:before{content:""}.icon-volume-x:before{content:""}.icon-volume:before{content:""}.icon-vote:before{content:""}.icon-wallet-2:before{content:""}.icon-wallet-cards:before{content:""}.icon-wallet-minimal:before{content:""}.icon-wallet:before{content:""}.icon-wallpaper:before{content:""}.icon-wand-2:before{content:""}.icon-wand-sparkles:before{content:""}.icon-wand:before{content:""}.icon-warehouse:before{content:""}.icon-washing-machine:before{content:""}.icon-watch:before{content:""}.icon-waves-arrow-down:before{content:""}.icon-waves-arrow-up:before{content:""}.icon-waves-ladder:before{content:""}.icon-waves:before{content:""}.icon-waypoints:before{content:""}.icon-webcam:before{content:""}.icon-webhook-off:before{content:""}.icon-webhook:before{content:""}.icon-weight-tilde:before{content:""}.icon-weight:before{content:""}.icon-wheat-off:before{content:""}.icon-wheat:before{content:""}.icon-whole-word:before{content:""}.icon-wifi-cog:before{content:""}.icon-wifi-high:before{content:""}.icon-wifi-low:before{content:""}.icon-wifi-off:before{content:""}.icon-wifi-pen:before{content:""}.icon-wifi-sync:before{content:""}.icon-wifi-zero:before{content:""}.icon-wifi:before{content:""}.icon-wind-arrow-down:before{content:""}.icon-wind:before{content:""}.icon-wine-off:before{content:""}.icon-wine:before{content:""}.icon-workflow:before{content:""}.icon-worm:before{content:""}.icon-wrap-text:before{content:""}.icon-wrench:before{content:""}.icon-x-circle:before{content:""}.icon-x-line-top:before{content:""}.icon-x-octagon:before{content:""}.icon-x-square:before{content:""}.icon-x:before{content:""}.icon-youtube:before{content:""}.icon-zap-off:before{content:""}.icon-zap:before{content:""}.icon-zodiac-aquarius:before{content:""}.icon-zodiac-aries:before{content:""}.icon-zodiac-cancer:before{content:""}.icon-zodiac-capricorn:before{content:""}.icon-zodiac-gemini:before{content:""}.icon-zodiac-leo:before{content:""}.icon-zodiac-libra:before{content:""}.icon-zodiac-ophiuchus:before{content:""}.icon-zodiac-pisces:before{content:""}.icon-zodiac-sagittarius:before{content:""}.icon-zodiac-scorpio:before{content:""}.icon-zodiac-taurus:before{content:""}.icon-zodiac-virgo:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#e2e6ed,#f5f6f8 40%,#fff);padding:2rem}.login-card{max-width:400px;width:100%;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000a}.login-brand{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.15rem;color:#1e293b}.login-brand-accent{color:#3b82f6}.login-subtitle{text-align:center;font-size:.9rem;color:#94a3b8;margin-bottom:2rem}.login-btn{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;transition:background .2s}.login-btn:hover{background:#2563eb!important;border-color:#2563eb!important}.error{color:var(--pico-del-color)}nav a.active{font-weight:700;text-decoration:underline}.clickable{cursor:pointer}.clickable:hover{background:var(--pico-table-row-stripped-background-color)}.badge{padding:.2em .6em;border-radius:4px;font-size:.85em}.badge-online{background:#2d6a2d;color:#fff}.badge-offline{background:#555;color:#fff}.badge-unknown{background:#8b4513;color:#fff}.badge-available{background:#5a9a5a;color:#fff}.virtual-icon{color:#5b9bd5;font-size:.85em;vertical-align:middle;margin-left:.3em;opacity:.8}.status-active{color:#2d6a2d;font-size:.5em}.status-concluded{color:#2d6a2d;font-size:.9em}.status-timed_out{color:#8b4513;font-size:.9em}.status-pending{color:#b8860b;font-size:.5em}.status-cancelled{color:#888;font-size:.9em}.outcome-consensus{color:#2d6a2d;font-size:.85em}.outcome-deadlock{color:#b22222;font-size:.85em}.outcome-partial{color:#b8860b;font-size:.85em}.outcome-abandoned{color:#888;font-size:.85em}.fixed-table{table-layout:fixed;width:100%}.message-cell{max-width:1px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time-cell{text-align:right;white-space:nowrap}.nowrap{white-space:nowrap}.col-icon,.col-activity{width:1.5em}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;vertical-align:middle}.status-dot-online{background:#2d6a2d}.status-dot-available{background:#5a9a5a}.status-dot-offline{background:#555}.status-dot-unknown{background:#8b4513}.col-agent{width:12em}.col-channel{width:8em}.col-time{width:11em}.activity-spinner{display:inline-block;font-size:.9em;color:#5b9bd5;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mail-body{white-space:pre-wrap;word-wrap:break-word;max-height:60vh;overflow-y:auto;font-family:inherit}.vote-card{padding:1rem;margin-bottom:1rem;border:1px solid var(--pico-muted-border-color);border-radius:4px}.vote-choice{margin-left:.5em}.filters{margin-bottom:1rem;max-width:200px}dialog article{max-width:800px;width:90vw;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.dialog-body{flex:1;overflow-y:auto}.inline-button{display:inline;width:auto;padding:.2em .8em;margin-left:.5em;font-size:.85em}.chat-transcript{max-height:50vh;overflow-y:auto;padding:.5rem}.chat-bubble{margin-bottom:1rem;padding:.75rem;border-radius:6px;border:1px solid var(--pico-muted-border-color)}.chat-meta{display:flex;justify-content:space-between;margin-bottom:.25rem}.chat-time{font-size:.8em;opacity:.7}.chat-text{white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:.9em;font-family:inherit}tr.unread{font-weight:700;background:#2d6a2d26}.agent-detail-dialog{max-width:700px}.agent-detail-dialog h3{font-size:1.15em;margin-bottom:.2rem}.agent-detail-dialog h4{font-size:.8em;text-transform:uppercase;letter-spacing:.06em;color:var(--pico-muted-color);margin-bottom:.4rem;margin-top:1.25rem;border-bottom:1px solid var(--pico-muted-border-color);padding-bottom:.3rem}.agent-detail-dialog p{margin-bottom:.4rem}.agent-detail-dialog .inline-button{background:none;border:none;color:var(--pico-muted-color);padding:.1em .4em;opacity:.5;margin-left:.3em}.agent-detail-dialog .inline-button:hover{opacity:1;background:none;color:var(--pico-primary)}.agent-detail-dialog .inline-button i{font-size:.8em}.agent-detail-dialog .button-row{display:flex;gap:.5rem;margin-top:.5rem}.agent-detail-dialog .button-row button{padding:.3rem .8rem;font-size:.85em}.agent-detail-dialog .instructions-pre{white-space:pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto;font-size:.85em;line-height:1.5}.passphrase-reset-btn{position:absolute;top:.75rem;right:3rem;background:none;border:none;cursor:pointer;opacity:.4;padding:.25rem;font-size:.9em}.passphrase-reset-btn:hover{opacity:.8}.passphrase-bar{padding:.5rem .75rem;margin-bottom:1rem;border-radius:4px;background:#c832321a;border:1px solid rgba(200,50,50,.2);font-size:.85em;display:flex;align-items:center;gap:.5rem}.passphrase-result{background:#3296321a;border-color:#32963233}.passphrase-bar code{font-weight:700;-webkit-user-select:all;user-select:all}.sub-tabs{display:flex;gap:0;margin-bottom:1rem;border-bottom:1px solid var(--pico-muted-border-color)}.sub-tabs a{padding:.4rem 1rem;text-decoration:none;font-size:.85em;color:var(--pico-muted-color);border-bottom:2px solid transparent;margin-bottom:-1px}.sub-tabs a.active{color:var(--pico-primary);border-bottom-color:var(--pico-primary)}.sub-tabs a:hover{color:var(--pico-color)}.dialog-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.dialog-actions button{width:auto;margin:0}.create-agent-dialog{max-width:600px}.checkbox-label{display:flex;align-items:center;gap:.5em;margin-bottom:.5em;padding-left:0}.checkbox-label input[type=checkbox]{width:1.2em!important;min-width:1.2em;height:1.2em;margin:0}.create-agent-dialog .form-row-inline{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.create-agent-dialog .dialog-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.create-agent-dialog .dialog-actions button{width:auto;margin:0}.confirm-dialog{max-width:380px;padding:1.25rem;margin:0}.confirm-dialog header{padding:0;margin-bottom:.5rem}.confirm-dialog .dialog-body p{margin-bottom:1rem;font-size:.9em}.confirm-dialog .button-row{display:flex;gap:.75rem;justify-content:flex-end}.confirm-dialog .button-row button{width:auto;margin:0;padding:.4rem 1rem;font-size:.85em}.reindex-banner{background:#3264c8e6;color:#fff;text-align:center;padding:.4rem 1rem;font-size:.85em;margin:0 1rem;border-radius:4px}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem 1.25rem;border-radius:6px;font-size:.85em;z-index:1000;cursor:pointer;max-width:500px;box-shadow:0 4px 12px #00000026}.toast-success{background:#329632f2;color:#fff}.toast-error{background:#c83232f2;color:#fff}.toast-info{background:#3264c8f2;color:#fff}.agent-section{margin-bottom:1.5rem}.agent-section h5{margin-bottom:.5rem}.agent-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.agent-section-header h5{margin-bottom:0}.agent-instructions-textarea{width:100%;min-height:300px;font-family:monospace;font-size:.85em;line-height:1.5;resize:vertical}.expertise-tag{display:inline-block;padding:.15em .6em;margin:.15em .3em .15em 0;border-radius:12px;font-size:.85em;background:#5b9bd533;color:#5b9bd5;border:1px solid rgba(91,155,213,.3)}.expertise-input{margin-bottom:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{margin-bottom:0}details .table-wrap{overflow-x:hidden}.icon-cell{width:1.5em;text-align:center;padding-right:0;white-space:nowrap}.acked-icon{color:#2d6a2d;font-size:.9em}.unacked-icon{color:#b8860b;font-size:.5em}.muted{color:var(--pico-muted-color);font-style:italic}details summary{list-style:none;cursor:pointer;color:var(--pico-muted-color);font-size:.9em}details summary:after{display:none}details summary::-webkit-details-marker{display:none}.summary-chevron{display:inline-block;transition:transform .2s;font-size:.85em}details[open] .summary-chevron{transform:rotate(90deg)}h4 i{vertical-align:middle;font-size:.9em;opacity:.7}.unread-count{font-weight:400;font-size:.8em;color:var(--pico-muted-color)}.live-discussion{border:1px solid #2d6a2d;border-radius:6px;padding:1rem 1.5rem;margin-bottom:1.5rem}.live-discussion h4{margin-bottom:.25rem}.live-topic{margin-bottom:.25rem;font-size:1.1em}.live-meta{font-size:.85em;color:var(--pico-muted-color);margin-bottom:.75rem}.live-votes{margin-bottom:.5rem}.live-vote-card{padding:.4rem .75rem;margin-bottom:.25rem;border:1px solid var(--pico-muted-border-color);border-radius:4px;font-size:.85em}.live-chat-transcript{max-height:400px;overflow-y:auto;padding:.5rem;border-top:1px solid var(--pico-muted-border-color)}.chat-event{text-align:center;font-size:.8em;font-style:italic;color:var(--pico-muted-color);margin:.5rem 0}.chat-event .chat-time{margin-left:.5em}.dashboard-top{display:flex;gap:2rem;align-items:flex-start;margin-bottom:1rem}.dashboard-agents{flex-shrink:0;min-width:420px}.dashboard-agents table{margin-bottom:0}.agents-scroll{max-height:350px;overflow-y:auto;overflow-x:hidden}.agents-scroll thead{position:sticky;top:0;z-index:1;background:var(--pico-background-color)}.dashboard-apilog{flex:1;min-width:0}.api-log-scroll{max-height:350px;overflow-y:auto}.api-log-scroll thead{position:sticky;top:0;z-index:1;background:var(--pico-background-color)}.log-mono{font-family:monospace;font-size:.95em}.log-status-ok{color:#4caf88}.log-status-redirect{color:#5b9bd5}.log-status-client{color:#c9a83e}.log-status-server{color:#e07b53}.log-status-pending{color:var(--pico-muted-color)}.status-row-server{background:#e07b5314}.status-row-client{background:#c9a83e0f}.log-toggle{font-size:.65em;font-weight:400;vertical-align:middle;margin-left:.5em;opacity:.6;text-decoration:none}.log-toggle:hover{opacity:1}.apilog-page{display:flex;flex-direction:column;height:calc(100vh - 6rem)}.apilog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.apilog-filters{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.apilog-filter-select{width:auto;min-width:10em;margin-bottom:0;padding:.3em .6em;font-size:.9em}.apilog-filter-input{width:14em;margin-bottom:0;padding:.3em .6em;font-size:.9em}.apilog-controls{display:flex;gap:.5rem;align-items:center}.apilog-count{font-size:.85em;color:var(--pico-muted-color);white-space:nowrap}.apilog-scroll{flex:1;overflow-y:auto;min-height:0}.apilog-scroll thead{position:sticky;top:0;z-index:1;background:var(--pico-background-color)}.error-detail-cell{padding:.4em .8em!important;background:#ff00000d;border-top:none!important}.error-detail-pre{margin:0;padding:.4em;font-size:.8em;white-space:pre-wrap;word-break:break-all;max-height:15em;overflow-y:auto;color:var(--pico-muted-color)}.notes-layout{display:flex;gap:1rem;height:calc(100vh - 6rem);overflow:hidden;padding:0 var(--pico-spacing)}.notes-sidebar{width:320px;min-width:280px;overflow-y:auto;border-right:1px solid var(--pico-muted-border-color);padding-right:1rem}.notes-content{flex:1;overflow-y:auto;overflow-x:hidden;min-width:0}.notes-empty{display:flex;align-items:center;justify-content:center;height:100%}.notes-search{margin-bottom:1rem}.notes-search-input{margin-bottom:0}.notes-toolbar-row{margin-bottom:1rem}.notes-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notes-search-results{margin-bottom:1rem}.search-result-item{padding:.4rem .6rem;cursor:pointer;border-radius:4px;margin-bottom:.25rem;font-size:.85em}.search-result-item:hover{background:var(--pico-table-row-stripped-background-color)}.search-result-source{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-heading{color:var(--pico-muted-color);font-size:.9em}.search-result-similarity{color:var(--pico-muted-color);font-size:.8em}.tree-namespace{margin-bottom:.25rem}.tree-namespace-header{display:flex;align-items:center;gap:.3em;padding:.3rem .4rem;cursor:pointer;border-radius:4px;-webkit-user-select:none;user-select:none}.tree-namespace-header:hover{background:var(--pico-table-row-stripped-background-color)}.tree-count{color:var(--pico-muted-color);font-size:.85em;font-weight:400}.tree-chevron{font-size:.7em;width:1em;text-align:center}.tree-children{margin-left:.25rem}.tree-folder-header{display:flex;align-items:center;gap:.3em;padding:.2rem .4rem;cursor:pointer;border-radius:4px;font-size:.9em;-webkit-user-select:none;user-select:none}.tree-folder-header:hover{background:var(--pico-table-row-stripped-background-color)}.tree-file{display:flex;align-items:center;gap:.3em;padding:.2rem .4rem;cursor:pointer;border-radius:4px;font-size:.85em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-file:hover{background:var(--pico-table-row-stripped-background-color)}.tree-file-name{flex:1;overflow:hidden;text-overflow:ellipsis}.tree-file-time{flex-shrink:0;font-size:.75em;color:var(--pico-muted-color);opacity:.7;margin-left:auto;padding-left:.5em}.tree-file-active{background:#2d6a2d33;font-weight:700}.tree-file i,.tree-folder-header i,.tree-namespace-header i{font-size:.9em;opacity:.7}.notes-toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.notes-title-bar{flex:1 1 0;min-width:0;overflow:hidden}.notes-title-bar h4{margin:0 0 .1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-meta{font-size:.8em;color:var(--pico-muted-color)}.notes-actions{display:flex;gap:.5rem;white-space:nowrap;flex-shrink:0}.notes-actions .inline-button{margin:0}.inline-button.secondary{background:var(--pico-secondary-background);border-color:var(--pico-secondary-border);color:var(--pico-secondary-inverse)}.inline-button.danger{background:var(--pico-del-color);border-color:var(--pico-del-color);color:#fff}.inline-button.compact{padding:.15em .6em;font-size:.8em;margin-left:.3em}.config-edit-input{margin:0;padding:.3em .5em;font-family:monospace;font-size:.85em}.config-value-cell{word-break:break-all}.notes-body{overflow-x:hidden;overflow-y:auto}.notes-markdown{font-size:.9em;line-height:1.6;padding:1rem;max-height:calc(100vh - 14rem);overflow-y:auto}.notes-markdown pre{background:var(--pico-code-background-color);padding:.75rem 1rem;border-radius:4px;overflow-x:auto}.notes-markdown pre code{background:none;padding:0}.notes-markdown h1,.notes-markdown h2,.notes-markdown h3{margin-top:1.2em;margin-bottom:.4em}.notes-markdown h1:first-child,.notes-markdown h2:first-child,.notes-markdown h3:first-child{margin-top:0}.notes-markdown table{font-size:.85em}.notes-markdown img{max-width:100%}.notes-editor{display:flex;flex-direction:column;gap:.5rem}.notes-edit-title{margin-bottom:0}.notes-edit-slug{display:inline;width:auto;font-size:1em;font-family:monospace;padding:.1em .3em;margin:0;border:1px solid var(--pico-muted-border-color);border-radius:3px;color:var(--pico-muted-color);background:transparent}.notes-slug-edit{display:flex;align-items:center;gap:0}.notes-edit-textarea{width:100%;min-height:calc(100vh - 16rem);font-family:monospace;font-size:.85em;line-height:1.5;resize:vertical}.mail-toolbar{margin-bottom:.5rem}.mail-compose{background:var(--pico-card-background-color);border:1px solid var(--pico-muted-border-color);border-radius:4px;padding:1rem;margin-bottom:1rem}.mail-compose-row{margin-bottom:.5rem}.mail-compose-row label{display:block;font-size:.85em;font-weight:700;margin-bottom:.2rem}.mail-compose-row select,.mail-compose-row input,.mail-compose-row textarea{margin-bottom:0}.mail-compose-row textarea{font-family:monospace;font-size:.85em}.actor-config-dialog{max-width:700px}.actor-config-dialog h4{font-size:.8em;text-transform:uppercase;letter-spacing:.06em;color:var(--pico-muted-color);margin-bottom:.4rem;margin-top:1.25rem;border-bottom:1px solid var(--pico-muted-border-color);padding-bottom:.3rem}.actor-perm-table{margin-bottom:0}.actor-perm-table input[type=checkbox]{width:1.2em!important;min-width:1.2em;height:1.2em;margin:0 auto;display:block}.badge-type-user{background:#4a7c9b;color:#fff}.badge-type-agent{background:#5a9a5a;color:#fff}.badge-type-system{background:#888;color:#fff}.mail-compose-actions{display:flex;gap:.5rem;margin-top:.5rem}
