@robertorota/rota-designe 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -11
- package/dist/index.cjs +2339 -0
- package/dist/index.d.cts +321 -0
- package/dist/index.d.ts +321 -3
- package/dist/index.js +2418 -0
- package/dist/rota-desgine.css +2 -0
- package/package.json +18 -15
- package/dist/components/AccountSettings/AccountModal/index.d.ts +0 -10
- package/dist/components/AccountSettings/AccountModal/index.d.ts.map +0 -1
- package/dist/components/AccountSettings/ContentPreference/index.d.ts +0 -3
- package/dist/components/AccountSettings/ContentPreference/index.d.ts.map +0 -1
- package/dist/components/Button/BarButton/index.d.ts +0 -8
- package/dist/components/Button/BarButton/index.d.ts.map +0 -1
- package/dist/components/Button/CreateButton/index.d.ts +0 -7
- package/dist/components/Button/CreateButton/index.d.ts.map +0 -1
- package/dist/components/Checkbox/index.d.ts +0 -7
- package/dist/components/Checkbox/index.d.ts.map +0 -1
- package/dist/components/CodeModal/index.d.ts +0 -10
- package/dist/components/CodeModal/index.d.ts.map +0 -1
- package/dist/components/DataTable/index.d.ts +0 -41
- package/dist/components/DataTable/index.d.ts.map +0 -1
- package/dist/components/DatePicker/index.d.ts +0 -7
- package/dist/components/DatePicker/index.d.ts.map +0 -1
- package/dist/components/Header/index.d.ts +0 -30
- package/dist/components/Header/index.d.ts.map +0 -1
- package/dist/components/Icon/index.d.ts +0 -10
- package/dist/components/Icon/index.d.ts.map +0 -1
- package/dist/components/InputNumber/index.d.ts +0 -7
- package/dist/components/InputNumber/index.d.ts.map +0 -1
- package/dist/components/LoadingModal/index.d.ts +0 -8
- package/dist/components/LoadingModal/index.d.ts.map +0 -1
- package/dist/components/Modal/index.d.ts +0 -17
- package/dist/components/Modal/index.d.ts.map +0 -1
- package/dist/components/RadioButton/index.d.ts +0 -7
- package/dist/components/RadioButton/index.d.ts.map +0 -1
- package/dist/components/Spinner/index.d.ts +0 -8
- package/dist/components/Spinner/index.d.ts.map +0 -1
- package/dist/components/Switch/index.d.ts +0 -7
- package/dist/components/Switch/index.d.ts.map +0 -1
- package/dist/components/TableToolbar/index.d.ts +0 -20
- package/dist/components/TableToolbar/index.d.ts.map +0 -1
- package/dist/components/Text/index.d.ts +0 -10
- package/dist/components/Text/index.d.ts.map +0 -1
- package/dist/components/TextArea/index.d.ts +0 -7
- package/dist/components/TextArea/index.d.ts.map +0 -1
- package/dist/components/Toast/index.d.ts +0 -12
- package/dist/components/Toast/index.d.ts.map +0 -1
- package/dist/components/Tooltip/index.d.ts +0 -11
- package/dist/components/Tooltip/index.d.ts.map +0 -1
- package/dist/components/alignMainContent/index.d.ts +0 -7
- package/dist/components/alignMainContent/index.d.ts.map +0 -1
- package/dist/components/asideBar/index.d.ts +0 -24
- package/dist/components/asideBar/index.d.ts.map +0 -1
- package/dist/components/expandedGroup/index.d.ts +0 -12
- package/dist/components/expandedGroup/index.d.ts.map +0 -1
- package/dist/components/filtersBar/index.d.ts +0 -28
- package/dist/components/filtersBar/index.d.ts.map +0 -1
- package/dist/components/filtersComponents/ButtonMain/index.d.ts +0 -2
- package/dist/components/filtersComponents/ButtonMain/index.d.ts.map +0 -1
- package/dist/components/filtersComponents/MyFastFilter/index.d.ts +0 -7
- package/dist/components/filtersComponents/MyFastFilter/index.d.ts.map +0 -1
- package/dist/components/filtersComponents/MySearch/index.d.ts +0 -5
- package/dist/components/filtersComponents/MySearch/index.d.ts.map +0 -1
- package/dist/components/filtersComponents/MySelect/index.d.ts +0 -13
- package/dist/components/filtersComponents/MySelect/index.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -32
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/input/index.d.ts +0 -7
- package/dist/components/input/index.d.ts.map +0 -1
- package/dist/components/maincontent/index.d.ts +0 -12
- package/dist/components/maincontent/index.d.ts.map +0 -1
- package/dist/components/sidebar-pinned-store.d.ts +0 -3
- package/dist/components/sidebar-pinned-store.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/react-components.cjs +0 -12
- package/dist/react-components.css +0 -3
- package/dist/react-components.js +0 -4827
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/filtersComponents/ButtonMain/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,sCAItB,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,gCAU/C,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
type FastFilterProps = ComponentProps<"input"> & {
|
|
3
|
-
label: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const FastFilter: ({ label, className, ...props }: FastFilterProps) => import("react").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/filtersComponents/MyFastFilter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAM,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC/C,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,UAAU,mCAIpB,eAAe,gCA0BjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/filtersComponents/MySearch/index.tsx"],"names":[],"mappings":"AAAC,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG3C,KAAK,aAAa,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;AAE7C,eAAO,MAAM,QAAQ,4BAAkC,aAAa,gCAYnE,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
type Option = {
|
|
3
|
-
label: string;
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
6
|
-
interface MySelectProps extends ComponentProps<"select"> {
|
|
7
|
-
options: Option[];
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
containerClassName?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const MySelect: ({ options, placeholder, containerClassName, className, ...props }: MySelectProps) => import("react").JSX.Element;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/filtersComponents/MySelect/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,aAAc,SAAQ,cAAc,CAAC,QAAQ,CAAC;IACtD,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,QAAQ,sEAMlB,aAAa,gCAwBf,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export * from "./AccountSettings/AccountModal";
|
|
2
|
-
export * from "./AccountSettings/ContentPreference";
|
|
3
|
-
export * from "./alignMainContent";
|
|
4
|
-
export * from "./asideBar";
|
|
5
|
-
export * from "./Button/BarButton";
|
|
6
|
-
export * from "./Button/CreateButton";
|
|
7
|
-
export * from "./Checkbox";
|
|
8
|
-
export * from "./CodeModal";
|
|
9
|
-
export * from "./DataTable";
|
|
10
|
-
export * from "./DatePicker";
|
|
11
|
-
export * from "./expandedGroup";
|
|
12
|
-
export * from "./filtersBar";
|
|
13
|
-
export * from "./filtersComponents/ButtonMain";
|
|
14
|
-
export * from "./filtersComponents/MyFastFilter";
|
|
15
|
-
export * from "./filtersComponents/MySearch";
|
|
16
|
-
export * from "./filtersComponents/MySelect";
|
|
17
|
-
export * from "./Header";
|
|
18
|
-
export { default as Icon } from "./Icon";
|
|
19
|
-
export * from "./input";
|
|
20
|
-
export * from "./InputNumber";
|
|
21
|
-
export * from "./LoadingModal";
|
|
22
|
-
export * from "./maincontent";
|
|
23
|
-
export * from "./Modal";
|
|
24
|
-
export * from "./RadioButton";
|
|
25
|
-
export * from "./Spinner";
|
|
26
|
-
export * from "./Switch";
|
|
27
|
-
export * from "./TableToolbar";
|
|
28
|
-
export * from "./Text";
|
|
29
|
-
export * from "./TextArea";
|
|
30
|
-
export * from "./Toast";
|
|
31
|
-
export * from "./Tooltip";
|
|
32
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ComponentProps } from "react";
|
|
2
|
-
type MyInputProps = ComponentProps<"input"> & {
|
|
3
|
-
label: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const MyInput: ({ label, id, required, className, ...props }: MyInputProps) => import("react").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAS,MAAM,OAAO,CAAC;AAEnD,KAAK,YAAY,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,OAAO,iDAMjB,YAAY,gCAmBd,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type Column } from "../DataTable";
|
|
3
|
-
type MainContentProps<T extends object> = {
|
|
4
|
-
columns: Column<T>[];
|
|
5
|
-
data: T[];
|
|
6
|
-
header?: React.ReactNode;
|
|
7
|
-
isClickable?: boolean;
|
|
8
|
-
onRowClick?: (row: T) => void;
|
|
9
|
-
};
|
|
10
|
-
export declare function MainContent<T extends object>({ columns, data, header, isClickable, onRowClick, }: MainContentProps<T>): React.JSX.Element;
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/maincontent/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAe3C,KAAK,gBAAgB,CAAC,CAAC,SAAS,MAAM,IAAI;IACxC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EAAE,EAC5C,OAAO,EACP,IAAI,EACJ,MAAM,EACN,WAAmB,EACnB,UAAU,GACX,EAAE,gBAAgB,CAAC,CAAC,CAAC,qBA4HrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-pinned-store.d.ts","sourceRoot":"","sources":["../../src/components/sidebar-pinned-store.ts"],"names":[],"mappings":"AA8BA,wBAAgB,gBAAgB,YAE/B;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,OAAO,QAGjD"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,cAAc,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require("react");c=s(c,1);let l=require("react/jsx-runtime");var u={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},d=c.default.createContext&&c.default.createContext(u),f=[`attr`,`size`,`title`];function p(e,t){if(e==null)return{};var n,r,i=m(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function m(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},h.apply(null,arguments)}function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?g(Object(n),!0).forEach(function(t){v(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function v(e,t,n){return(t=y(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function y(e){var t=b(e,`string`);return typeof t==`symbol`?t:t+``}function b(e,t){if(typeof e!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(typeof r!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function x(e){return e&&e.map((e,t)=>c.default.createElement(e.tag,_({key:t},e.attr),x(e.child)))}function S(e){return t=>c.default.createElement(C,h({attr:_({},e.attr)},t),x(e.child))}function C(e){var t=t=>{var n=e.attr,r=e.size,i=e.title,a=p(e,f),o=r||t.size||`1em`,s;return t.className&&(s=t.className),e.className&&(s=(s?s+` `:``)+e.className),c.default.createElement(`svg`,h({stroke:`currentColor`,fill:`currentColor`,strokeWidth:`0`},t.attr,n,a,{className:s,style:_(_({color:e.color||t.color},t.style),e.style),height:o,width:o,xmlns:`http://www.w3.org/2000/svg`}),i&&c.default.createElement(`title`,null,i),e.children)};return d===void 0?t(u):c.default.createElement(d.Consumer,null,e=>t(e))}function w(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`line`,attr:{x1:`18`,y1:`6`,x2:`6`,y2:`18`},child:[]},{tag:`line`,attr:{x1:`6`,y1:`6`,x2:`18`,y2:`18`},child:[]}]})(e)}function T(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`circle`,attr:{cx:`12`,cy:`12`,r:`10`},child:[]},{tag:`line`,attr:{x1:`15`,y1:`9`,x2:`9`,y2:`15`},child:[]},{tag:`line`,attr:{x1:`9`,y1:`9`,x2:`15`,y2:`15`},child:[]}]})(e)}function E(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2`},child:[]},{tag:`circle`,attr:{cx:`12`,cy:`7`,r:`4`},child:[]}]})(e)}function D(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`circle`,attr:{cx:`12`,cy:`12`,r:`5`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`1`,x2:`12`,y2:`3`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`21`,x2:`12`,y2:`23`},child:[]},{tag:`line`,attr:{x1:`4.22`,y1:`4.22`,x2:`5.64`,y2:`5.64`},child:[]},{tag:`line`,attr:{x1:`18.36`,y1:`18.36`,x2:`19.78`,y2:`19.78`},child:[]},{tag:`line`,attr:{x1:`1`,y1:`12`,x2:`3`,y2:`12`},child:[]},{tag:`line`,attr:{x1:`21`,y1:`12`,x2:`23`,y2:`12`},child:[]},{tag:`line`,attr:{x1:`4.22`,y1:`19.78`,x2:`5.64`,y2:`18.36`},child:[]},{tag:`line`,attr:{x1:`18.36`,y1:`5.64`,x2:`19.78`,y2:`4.22`},child:[]}]})(e)}function O(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`line`,attr:{x1:`4`,y1:`21`,x2:`4`,y2:`14`},child:[]},{tag:`line`,attr:{x1:`4`,y1:`10`,x2:`4`,y2:`3`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`21`,x2:`12`,y2:`12`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`8`,x2:`12`,y2:`3`},child:[]},{tag:`line`,attr:{x1:`20`,y1:`21`,x2:`20`,y2:`16`},child:[]},{tag:`line`,attr:{x1:`20`,y1:`12`,x2:`20`,y2:`3`},child:[]},{tag:`line`,attr:{x1:`1`,y1:`14`,x2:`7`,y2:`14`},child:[]},{tag:`line`,attr:{x1:`9`,y1:`8`,x2:`15`,y2:`8`},child:[]},{tag:`line`,attr:{x1:`17`,y1:`16`,x2:`23`,y2:`16`},child:[]}]})(e)}function k(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`circle`,attr:{cx:`11`,cy:`11`,r:`8`},child:[]},{tag:`line`,attr:{x1:`21`,y1:`21`,x2:`16.65`,y2:`16.65`},child:[]}]})(e)}function A(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`circle`,attr:{cx:`12`,cy:`12`,r:`2`},child:[]},{tag:`path`,attr:{d:`M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14`},child:[]}]})(e)}function j(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z`},child:[]}]})(e)}function M(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`rect`,attr:{x:`2`,y:`3`,width:`20`,height:`14`,rx:`2`,ry:`2`},child:[]},{tag:`line`,attr:{x1:`8`,y1:`21`,x2:`16`,y2:`21`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`17`,x2:`12`,y2:`21`},child:[]}]})(e)}function N(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`line`,attr:{x1:`3`,y1:`12`,x2:`21`,y2:`12`},child:[]},{tag:`line`,attr:{x1:`3`,y1:`6`,x2:`21`,y2:`6`},child:[]},{tag:`line`,attr:{x1:`3`,y1:`18`,x2:`21`,y2:`18`},child:[]}]})(e)}function P(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4`},child:[]},{tag:`polyline`,attr:{points:`16 17 21 12 16 7`},child:[]},{tag:`line`,attr:{x1:`21`,y1:`12`,x2:`9`,y2:`12`},child:[]}]})(e)}function F(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`},child:[]},{tag:`polyline`,attr:{points:`7 10 12 15 17 10`},child:[]},{tag:`line`,attr:{x1:`12`,y1:`15`,x2:`12`,y2:`3`},child:[]}]})(e)}function ee(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`polyline`,attr:{points:`18 15 12 9 6 15`},child:[]}]})(e)}function te(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`polyline`,attr:{points:`9 18 15 12 9 6`},child:[]}]})(e)}function ne(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`polyline`,attr:{points:`15 18 9 12 15 6`},child:[]}]})(e)}function I(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`polyline`,attr:{points:`6 9 12 15 18 9`},child:[]}]})(e)}function L(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`polyline`,attr:{points:`20 6 9 17 4 12`},child:[]}]})(e)}function R(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M22 11.08V12a10 10 0 1 1-5.93-9.14`},child:[]},{tag:`polyline`,attr:{points:`22 4 12 14.01 9 11.01`},child:[]}]})(e)}function z(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9`},child:[]},{tag:`path`,attr:{d:`M13.73 21a2 2 0 0 1-3.46 0`},child:[]}]})(e)}function B({open:e,title:t,titleIcon:n,children:r,footer:i,onClose:a,onSubmit:o,closeOnBackdrop:s=!1,showHeader:u=!0,paddedBody:d=!0,className:f=``,bodyClassName:p=``}){if((0,c.useEffect)(()=>{if(!e||!a)return;function t(e){e.key===`Escape`&&a?.()}return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[a,e]),!e)return null;let m=[`flex max-h-[92vh] w-full max-w-lg flex-col overflow-hidden rounded-lg bg-surface-base-light shadow-xl`,f].filter(Boolean).join(` `),h=(0,l.jsxs)(l.Fragment,{children:[u&&(t||a)&&(0,l.jsxs)(`header`,{className:`flex shrink-0 items-center justify-between border-b border-neutral-border px-5 py-4`,children:[t&&(0,l.jsxs)(`div`,{className:`flex items-center gap-2`,children:[n&&(0,l.jsx)(`span`,{className:`flex shrink-0 items-center text-brand-primary`,"aria-hidden":`true`,children:n}),(0,l.jsx)(`h2`,{className:`text-sm font-medium text-neutral-text-primary`,children:t})]}),a&&(0,l.jsx)(`button`,{type:`button`,onClick:a,className:`ml-auto cursor-pointer text-neutral-placeholder transition-colors hover:text-neutral-text-primary`,"aria-label":`Fechar modal`,children:(0,l.jsx)(w,{size:20})})]}),(0,l.jsx)(`div`,{className:[`flex-1 overflow-y-auto`,d?`px-5 py-5`:``,p].filter(Boolean).join(` `),children:r}),i&&(0,l.jsx)(`footer`,{className:`flex shrink-0 justify-end gap-3 border-t border-neutral-border bg-surface-subtle-light px-5 py-4`,children:i})]});return(0,l.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-surface-base-dark/40 p-4 backdrop-blur-sm`,onClick:s?a:void 0,children:o?(0,l.jsx)(`form`,{className:m,role:`dialog`,"aria-modal":`true`,onSubmit:o,onClick:e=>e.stopPropagation(),children:h}):(0,l.jsx)(`section`,{className:m,role:`dialog`,"aria-modal":`true`,onClick:e=>e.stopPropagation(),children:h})})}function V({label:e,id:t,className:n=``,...r}){let i=(0,c.useId)(),a=t??i;return(0,l.jsxs)(`label`,{htmlFor:a,className:[`inline-flex items-center gap-3 text-sm font-medium text-neutral-text-primary`,r.disabled?`cursor-not-allowed opacity-60`:`cursor-pointer`,n].filter(Boolean).join(` `),children:[(0,l.jsx)(`input`,{id:a,type:`checkbox`,className:`peer sr-only`,...r}),(0,l.jsx)(`span`,{className:`relative h-6 w-11 rounded-full bg-neutral-border transition-colors after:absolute after:left-1 after:top-1 after:h-4 after:w-4 after:rounded-full after:bg-surface-base-light after:transition-transform peer-checked:bg-action-primary peer-checked:after:translate-x-5`}),e&&(0,l.jsx)(`span`,{children:e})]})}var H=`app-sidebar-pinned`,U=`app-sidebar-preference-change`;function re(e){let t=()=>e(),n=t=>{t.key===H&&e()};return window.addEventListener(U,t),window.addEventListener(`storage`,n),()=>{window.removeEventListener(U,t),window.removeEventListener(`storage`,n)}}function W(){return window.localStorage.getItem(H)===`true`}function G(){return!1}function K(){return(0,c.useSyncExternalStore)(re,W,G)}function q(e){window.localStorage.setItem(H,String(e)),window.dispatchEvent(new Event(U))}var J=`app-theme-preference`,Y=`app-theme-preference-change`,X=[{label:`Claro`,value:`light`,icon:(0,l.jsx)(D,{size:20})},{label:`Escuro`,value:`dark`,icon:(0,l.jsx)(j,{size:20})},{label:`Sistema`,value:`system`,icon:(0,l.jsx)(M,{size:20})}];function ie(){let e=window.localStorage.getItem(J);return e===`light`||e===`dark`||e===`system`?e:`light`}function ae(e){let t=()=>e(),n=t=>{t.key===J&&e()};return window.addEventListener(Y,t),window.addEventListener(`storage`,n),()=>{window.removeEventListener(Y,t),window.removeEventListener(`storage`,n)}}function oe(){return`light`}function se(){return(0,c.useSyncExternalStore)(ae,ie,oe)}function ce(e){window.localStorage.setItem(J,e),window.dispatchEvent(new Event(Y))}function Z(e){return e===`system`?window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`:e}function Q(){let e=se(),t=K();return(0,c.useEffect)(()=>{let t=window.matchMedia(`(prefers-color-scheme: dark)`),n=()=>{document.documentElement.dataset.theme=Z(e),window.localStorage.setItem(`app-theme`,Z(e))};if(n(),e===`system`)return t.addEventListener(`change`,n),()=>t.removeEventListener(`change`,n)},[e]),(0,l.jsxs)(`section`,{"aria-labelledby":`preference-title`,children:[(0,l.jsx)(`h3`,{id:`preference-title`,className:`text-xl font-semibold text-neutral-text-primary`,children:`Preferências`}),(0,l.jsx)(`p`,{className:`mt-1 text-sm text-neutral-text-secondary`,children:`Personalize a aparência da aplicação.`}),(0,l.jsxs)(`div`,{className:`mt-7 py-6`,children:[(0,l.jsx)(`p`,{className:`text-xs font-medium uppercase tracking-wide text-neutral-placeholder`,children:`Tema`}),(0,l.jsx)(`div`,{className:`mt-3 grid grid-cols-3 gap-3`,children:X.map(t=>{let n=e===t.value;return(0,l.jsxs)(`button`,{type:`button`,onClick:()=>ce(t.value),"aria-pressed":n,className:[`relative flex cursor-pointer flex-col items-center gap-2 rounded-xl border px-3 py-4 text-sm font-medium transition-colors`,n?`border-action-primary bg-action-primary/10 text-action-primary`:`border-neutral-border text-neutral-text-secondary hover:bg-neutral-surface`].join(` `),children:[n&&(0,l.jsx)(`span`,{className:`absolute right-2 top-2 flex h-5 w-5 items-center justify-center rounded-full bg-action-primary text-text-inverse`,children:(0,l.jsx)(L,{size:12,"aria-hidden":`true`})}),(0,l.jsx)(`span`,{"aria-hidden":`true`,children:t.icon}),t.label]},t.value)})})]}),(0,l.jsx)(`div`,{className:`border-t border-neutral-border py-6`,children:(0,l.jsxs)(`div`,{className:`flex items-center justify-between gap-6`,children:[(0,l.jsxs)(`div`,{children:[(0,l.jsx)(`p`,{className:`text-sm font-medium text-neutral-text-primary`,children:`Barra lateral fixa`}),(0,l.jsx)(`p`,{className:`mt-1 text-sm text-neutral-text-secondary`,children:`Mantém o menu lateral aberto durante a navegação.`})]}),(0,l.jsx)(V,{checked:t,onChange:e=>q(e.target.checked),"aria-label":`Manter barra lateral fixa e aberta`})]})})]})}var le=[{id:`account`,label:`Conta`,icon:(0,l.jsx)(E,{size:16})},{id:`preferences`,label:`Preferências`,icon:(0,l.jsx)(O,{size:16})}];function ue(){return(0,l.jsxs)(`section`,{"aria-labelledby":`account-title`,children:[(0,l.jsx)(`h2`,{id:`account-title`,className:`text-xl font-semibold text-neutral-text-primary`,children:`Minha conta`}),(0,l.jsx)(`p`,{className:`mt-1 text-sm text-neutral-text-secondary`,children:`Personalize a aparência da sua conta, alterando o tema, tamanho das fontes e outros itens. `})]})}function de({open:e,onClose:t,onLogout:n,sidebar:r,children:i}){let[a,o]=(0,c.useState)(`account`);return(0,l.jsx)(B,{open:e,onClose:t,closeOnBackdrop:!0,showHeader:!1,paddedBody:!1,className:`h-[45rem] !max-w-4xl rounded-2xl border border-neutral-border`,bodyClassName:`min-h-0`,children:(0,l.jsxs)(`div`,{className:`flex h-full min-h-0`,children:[(0,l.jsxs)(`aside`,{className:`flex w-56 shrink-0 flex-col border-r border-neutral-border bg-surface-subtle-light/60 px-2 py-5`,"aria-label":`Navegação da conta`,children:[(0,l.jsx)(`strong`,{className:`px-2 text-sm font-semibold text-neutral-text-primary`,children:`Perfil`}),r??(0,l.jsx)(`nav`,{className:`mt-4 flex flex-col gap-1`,children:le.map(e=>{let t=a===e.id;return(0,l.jsxs)(`button`,{type:`button`,onClick:()=>o(e.id),"aria-current":t?`page`:void 0,className:[`flex w-full cursor-pointer items-center gap-3 rounded-lg px-3 py-2.5 text-left text-sm font-medium transition-colors`,t?`bg-surface-base-light text-action-primary shadow-sm ring-1 ring-neutral-border/60`:`text-neutral-text-secondary hover:bg-surface-base-light/70 hover:text-neutral-text-primary`].join(` `),children:[(0,l.jsx)(`span`,{className:`shrink-0`,"aria-hidden":`true`,children:e.icon}),e.label]},e.id)})}),(0,l.jsxs)(`button`,{type:`button`,onClick:n,className:`mt-auto flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2 text-sm text-neutral-text-secondary transition-colors hover:bg-status-danger-soft/20 hover:text-status-danger`,children:[(0,l.jsx)(P,{size:16,"aria-hidden":`true`}),`Sair da conta`]})]}),(0,l.jsxs)(`main`,{className:`relative min-w-0 flex-1 overflow-y-auto px-8 py-6`,children:[(0,l.jsx)(`button`,{type:`button`,onClick:t,className:`absolute right-6 top-6 cursor-pointer text-neutral-placeholder transition-colors hover:text-neutral-text-primary`,"aria-label":`Fechar modal`,children:(0,l.jsx)(w,{size:20,"aria-hidden":`true`})}),(0,l.jsx)(`div`,{className:`pr-8`,children:i??(a===`preferences`?(0,l.jsx)(Q,{}):(0,l.jsx)(ue,{}))})]})]})})}var fe=({children:e})=>(0,l.jsx)(`main`,{className:`flex min-h-0 flex-1 flex-col overflow-hidden px-6 pb-6 pt-2 md:px-10 md:pb-8 lg:px-12`,children:e});function pe(e){return S({tag:`svg`,attr:{fill:`currentColor`,viewBox:`0 0 16 16`},child:[{tag:`path`,attr:{d:`M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z`},child:[]}]})(e)}function me(e){return S({tag:`svg`,attr:{fill:`currentColor`,viewBox:`0 0 16 16`},child:[{tag:`path`,attr:{d:`M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H9.269c.144.162.33.324.531.475a7 7 0 0 0 .907.57l.014.006.003.002A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.003-.002.014-.007a5 5 0 0 0 .268-.148 7 7 0 0 0 .639-.421c.2-.15.387-.313.531-.475H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z`},child:[]},{tag:`path`,attr:{d:`M8 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m7 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0`},child:[]}]})(e)}function he(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z`},child:[]}]})(e)}function ge(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z`},child:[]}]})(e)}function _e(e){return S({tag:`svg`,attr:{viewBox:`0 0 616 512`},child:[{tag:`path`,attr:{d:`M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z`},child:[]}]})(e)}function ve(e){return S({tag:`svg`,attr:{viewBox:`0 0 448 512`},child:[{tag:`path`,attr:{d:`M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z`},child:[]}]})(e)}function ye(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22z`},child:[]}]})(e)}function be(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`m19.07 4.93-1.41 1.41A8.01 8.01 0 0 1 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07`},child:[]}]})(e)}function xe(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`M16.01 11H4v2h12.01v3L20 12l-3.99-4z`},child:[]}]})(e)}function Se(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`M10.5 13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3zM12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25z`},child:[]}]})(e)}function Ce(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2`},child:[]},{tag:`path`,attr:{d:`m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z`},child:[]}]})(e)}function we(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z`},child:[]}]})(e)}function Te(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z`},child:[]}]})(e)}function Ee(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`path`,attr:{d:`M19 5v2h-4V5zM9 5v6H5V5zm10 8v6h-4v-6zM9 17v2H5v-2zM21 3h-8v6h8zM11 3H3v10h8zm10 8h-8v10h8zm-10 4H3v6h8z`},child:[]}]})(e)}function De(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{fill:`none`,d:`M0 0h24v24H0z`},child:[]},{tag:`g`,attr:{fillRule:`evenodd`},child:[{tag:`circle`,attr:{cx:`17`,cy:`15.5`,r:`1.12`},child:[]},{tag:`path`,attr:{d:`M17 17.5c-.73 0-2.19.36-2.24 1.08.5.71 1.32 1.17 2.24 1.17s1.74-.46 2.24-1.17c-.05-.72-1.51-1.08-2.24-1.08`},child:[]},{tag:`path`,attr:{d:`M18 11.09V6.27L10.5 3 3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82.55-.13 1.08-.32 1.6-.55A5.97 5.97 0 0 0 17 23c3.31 0 6-2.69 6-6 0-2.97-2.16-5.43-5-5.91M11 17c0 .56.08 1.11.23 1.62-.24.11-.48.22-.73.3-3.17-1-5.5-4.24-5.5-7.74v-3.6l5.5-2.4 5.5 2.4v3.51c-2.84.48-5 2.94-5 5.91m6 4c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4`},child:[]}]}]})(e)}var Oe=[{label:`Dashboard`,icon:(0,l.jsx)(Ee,{size:20})},{label:`Kits a montar`,icon:(0,l.jsx)(he,{size:18})},{label:`Configuracoes`,icon:(0,l.jsx)(pe,{size:18})},{label:`Equipamentos`,icon:(0,l.jsx)(ge,{size:18})},{label:`Revenda`,icon:(0,l.jsx)(_e,{size:18})}];function ke({activePage:e,onNavigate:t,items:n=Oe,groups:r,brandTitle:i=`Rota`,brandSubtitle:a,brandLogoSrc:o=`/favicon.png`,logoutLabel:s=`Sair`,onLogout:u,className:d=``,...f}){let p=r?.find(t=>t.items.some(t=>t.label===e))?.id,[m,h]=(0,c.useState)(!1),g=K(),[_,v]=(0,c.useState)(p),y=g||m;function b(){g||(h(!1),v(p))}function x(n,r){let i=n.label===e;return(0,l.jsxs)(`button`,{type:`button`,onClick:()=>t(n.label,r),"aria-label":n.label,title:y?void 0:n.label,className:[`flex min-h-11 w-full cursor-pointer items-center gap-3 rounded-lg px-3 text-sm transition-colors`,i?`font-semibold text-[var(--app-sidebar-item)]`:`text-[var(--app-sidebar-item)] hover:bg-neutral-surface`].join(` `),children:[(0,l.jsx)(`span`,{className:`flex w-8 shrink-0 items-center justify-center ${i?`text-action-primary`:``}`,children:n.icon}),y&&(0,l.jsx)(`span`,{className:`whitespace-nowrap`,children:n.label})]},n.label)}return(0,l.jsxs)(`aside`,{className:[`flex min-h-0 shrink-0 flex-col overflow-hidden border-r border-neutral-border bg-surface-subtle-light shadow transition-[width] duration-300`,y?`w-[290px]`:`w-20`,d].join(` `),onMouseEnter:()=>h(!0),onMouseLeave:b,...f,children:[(0,l.jsxs)(`div`,{className:`flex h-[88px] shrink-0 items-center gap-4 overflow-hidden px-[22px]`,children:[(0,l.jsx)(`img`,{src:o,alt:i,className:`h-9 w-9 shrink-0 object-contain`}),y&&(0,l.jsxs)(`div`,{className:`flex min-w-0 flex-col whitespace-nowrap`,children:[(0,l.jsx)(`strong`,{children:i}),a&&(0,l.jsx)(`span`,{className:`text-xs text-neutral-text-secondary`,children:a})]})]}),(0,l.jsx)(`nav`,{className:`flex flex-1 flex-col gap-1 overflow-y-auto p-2`,"aria-label":`Navegacao principal`,children:r?r.map(e=>{let t=_===e.id,n=e.id===p;return(0,l.jsxs)(`div`,{children:[(0,l.jsxs)(`button`,{type:`button`,className:[`flex min-h-12 w-full cursor-pointer items-center gap-3 rounded-lg px-3 text-[var(--app-sidebar-item)] transition-colors hover:bg-neutral-surface`].join(` `),onClick:()=>v(t=>t===e.id?p:e.id),"aria-expanded":y&&t,"aria-label":e.label,title:y?void 0:e.label,children:[(0,l.jsx)(`span`,{className:`flex w-8 shrink-0 items-center justify-center ${n?`text-action-primary`:``}`,children:e.icon}),y&&(0,l.jsxs)(`span`,{className:`flex min-w-0 flex-1 items-center justify-between whitespace-nowrap text-sm font-semibold`,children:[e.label,(0,l.jsx)(I,{className:`transition-transform ${t?`rotate-180`:``}`,size:18})]})]}),y&&t&&(0,l.jsx)(`div`,{className:`mt-1 flex flex-col gap-1 pl-3`,children:e.items.map(t=>x(t,e.id))})]},e.id)}):n.map(e=>x(e))}),u&&(0,l.jsx)(`div`,{className:`border-t border-neutral-border/70 px-3 py-4`,children:(0,l.jsxs)(`button`,{type:`button`,onClick:u,className:`flex min-h-12 w-full cursor-pointer items-center gap-3 rounded-lg px-3 text-[var(--app-sidebar-item)] transition-colors hover:bg-neutral-surface hover:text-status-danger`,"aria-label":s,title:y?void 0:s,children:[(0,l.jsx)(`span`,{className:`flex w-8 shrink-0 items-center justify-center`,children:(0,l.jsx)(P,{size:20})}),y&&(0,l.jsx)(`span`,{className:`whitespace-nowrap text-sm font-semibold`,children:s})]})})]})}function Ae({label:e,icon:t,type:n=`button`,className:r=``,...i}){return(0,l.jsxs)(`button`,{type:n,className:`flex items-center gap-2 ${r}`,...i,children:[t,(0,l.jsx)(`span`,{children:e})]})}function je({label:e,icon:t,type:n=`button`,className:r=``,...i}){return(0,l.jsxs)(`button`,{type:n,className:`flex items-center gap-2 rounded-lg bg-brand-primary px-4 py-2 text-text-inverse outline-none hover:bg-brand-primary-hover focus:border-action-primary transition-colors cursor-pointer ${r}`,...i,children:[t,(0,l.jsx)(`span`,{children:e})]})}function Me({label:e,id:t,className:n=``,...r}){let i=(0,c.useId)(),a=t??i;return(0,l.jsxs)(`label`,{htmlFor:a,className:[`inline-flex items-center gap-2 text-sm font-medium text-neutral-text-primary`,r.disabled?`cursor-not-allowed opacity-60`:`cursor-pointer`,n].filter(Boolean).join(` `),children:[(0,l.jsx)(`input`,{id:a,type:`checkbox`,className:`h-4 w-4 rounded border-neutral-border accent-action-primary`,...r}),e&&(0,l.jsx)(`span`,{children:e})]})}function Ne({isOpen:e,isPositive:t,onClose:n,successTitle:r=`Success`,errorTitle:i=`Failed`,autoCloseDuration:a=1e3}){if((0,c.useEffect)(()=>{if(!e||a===null)return;let t=window.setTimeout(n,a);return()=>window.clearTimeout(t)},[a,e,n]),(0,c.useEffect)(()=>{if(!e)return;function t(e){e.key===`Escape`&&n()}return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[e,n]),!e)return null;let o=t?r:i,s=t?R:T,u=t?`text-status-success`:`text-status-danger`;function d(e){e.stopPropagation()}return(0,l.jsx)(`div`,{className:`fixed inset-0 z-50 flex items-center justify-center bg-surface-base-dark/40 p-4`,onClick:n,children:(0,l.jsxs)(`div`,{className:`relative flex w-full max-w-sm flex-col items-center gap-4 rounded-lg bg-surface-base-light p-8 text-center shadow-xl`,role:`dialog`,"aria-modal":`true`,"aria-labelledby":`code-modal-title`,onClick:d,children:[(0,l.jsx)(`button`,{type:`button`,onClick:n,className:`absolute right-4 top-4 cursor-pointer text-neutral-placeholder transition-colors hover:text-neutral-text-primary`,"aria-label":`Fechar modal`,children:(0,l.jsx)(w,{size:20})}),(0,l.jsx)(s,{className:u,size:56,strokeWidth:1.8,"aria-hidden":`true`}),(0,l.jsx)(`h2`,{id:`code-modal-title`,className:`text-xl font-semibold text-neutral-text-primary`,children:o})]})})}var Pe=(e,t)=>e==null&&t==null?0:e==null?-1:t==null?1:typeof e==`number`&&typeof t==`number`?e-t:String(e).localeCompare(String(t),void 0,{numeric:!0,sensitivity:`base`}),Fe=(e,t,n)=>t.some(t=>String(e[t.accessor]??``).toLocaleLowerCase().includes(n));function Ie({columns:e,data:t,isLoading:n=!1,itemsPerPage:r=10,paginate:i=!0,searchable:a=!0,searchPlaceholder:o=`Pesquisar`,searchValue:s,onSearchChange:u,customFilters:d,toolbarStart:f,exportOptions:p=[],renderExpandedRow:m,onRowClick:h,getRowKey:g,emptyMessage:_=`Nenhum resultado encontrado.`,resetKey:v,minWidth:y=800,maxCellCharacters:b=35,tableLayout:x=`auto`,className:S=``}){let[C,w]=(0,c.useState)(``),T=s??C,E=`${T}\u0000${String(v??``)}`,[D,O]=(0,c.useState)({page:1,resetIdentity:E}),[A,j]=(0,c.useState)(null),[M,N]=(0,c.useState)(`asc`),[P,L]=(0,c.useState)(null),[R,z]=(0,c.useState)(!1),[B,V]=(0,c.useState)(null),H=(0,c.useRef)(null),U=D.resetIdentity===E?D.page:1,re=P?.resetIdentity===E?P.key:null,W=Math.max(1,r),G=(0,c.useMemo)(()=>{let n=T.trim().toLocaleLowerCase();return a&&n?t.filter(t=>Fe(t,e,n)):t},[T,e,t,a]),K=(0,c.useMemo)(()=>{if(A==null)return G;let t=e.find(e=>e.accessor===A);return t?[...G].sort((e,n)=>{let r=Pe(t.sortValue?t.sortValue(e):e[A],t.sortValue?t.sortValue(n):n[A]);return M===`asc`?r:-r}):G},[e,G,A,M]),q=i?Math.max(1,Math.ceil(K.length/W)):1,J=Math.min(U,q),Y=i?(J-1)*W:0,X=i?K.slice(Y,Y+W):K,ie=K.length===0?0:Y+1,ae=i?Math.min(Y+W,K.length):K.length,oe=a||!!d||!!f||p.length>0,se=(e,t)=>g?.(e,Y+t)??Y+t,ce=e=>{s===void 0&&w(e),u?.(e)},Z=e=>{A===e?N(e=>e===`asc`?`desc`:`asc`):(j(e),N(`asc`)),O({page:1,resetIdentity:E}),L(null)},Q=e=>{O({page:Math.min(Math.max(e,1),q),resetIdentity:E}),L(null)},le=async e=>{V(e.id);try{await e.onExport(K),z(!1)}finally{V(null)}};return(0,c.useEffect)(()=>{let e=e=>{H.current&&!H.current.contains(e.target)&&z(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]),(0,l.jsxs)(`div`,{className:`relative flex min-h-0 w-full flex-col ${S}`,children:[B&&(0,l.jsx)(`div`,{className:`fixed inset-0 z-40 cursor-wait bg-black/5 backdrop-blur-[2px]`,"aria-hidden":`true`}),oe&&(0,l.jsxs)(`div`,{className:`flex flex-wrap items-end justify-between gap-3 border-b border-neutral-border pb-4`,children:[(0,l.jsxs)(`div`,{className:`flex min-w-0 flex-wrap items-center gap-3`,children:[f,d]}),(0,l.jsxs)(`div`,{className:`ml-auto flex flex-wrap items-center justify-end gap-3`,children:[a&&(0,l.jsxs)(`label`,{className:`relative block`,children:[(0,l.jsx)(`span`,{className:`sr-only`,children:o}),(0,l.jsx)(k,{className:`pointer-events-none absolute left-3 top-1/2 -translate-y-1/2 text-neutral-placeholder`,size:15,"aria-hidden":`true`}),(0,l.jsx)(`input`,{type:`search`,value:T,onChange:e=>ce(e.target.value),placeholder:o,className:`h-[34px] w-44 rounded-2xl border border-neutral-border bg-surface-base-light py-2 pl-9 pr-3 text-sm text-neutral-text-primary outline-none transition-colors placeholder:text-neutral-placeholder focus:border-action-primary`})]}),p.length>0&&(0,l.jsxs)(`div`,{className:`relative`,ref:H,children:[(0,l.jsxs)(`button`,{type:`button`,onClick:()=>z(e=>!e),className:`flex h-[34px] items-center gap-2 rounded-2xl border border-neutral-border bg-surface-base-light px-4 text-sm font-semibold text-action-primary transition-colors hover:bg-neutral-surface focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-action-primary`,"aria-expanded":R,"aria-haspopup":`menu`,children:[(0,l.jsx)(F,{size:15,"aria-hidden":`true`}),`Exportar dados`]}),R&&(0,l.jsx)(`div`,{className:`absolute right-0 top-full z-50 mt-2 w-56 overflow-hidden rounded-xl border border-neutral-border bg-surface-base-light shadow-xl`,role:`menu`,children:p.map(e=>(0,l.jsxs)(`button`,{type:`button`,onClick:()=>void le(e),disabled:B!==null,className:`flex h-10 w-full items-center justify-between border-b border-neutral-border px-3 text-left text-sm font-semibold text-neutral-text-secondary transition-colors last:border-b-0 hover:bg-neutral-surface disabled:cursor-wait disabled:opacity-60`,role:`menuitem`,children:[e.label,B===e.id&&(0,l.jsx)(`span`,{className:`h-4 w-4 animate-spin rounded-full border-2 border-neutral-border border-t-action-primary`})]},e.id))})]})]})]}),(0,l.jsx)(`div`,{className:`min-h-0 w-full flex-1 overflow-auto [-webkit-overflow-scrolling:touch]`,children:(0,l.jsxs)(`table`,{className:`w-full bg-surface-base-light text-sm ${x===`fixed`?`table-fixed`:`table-auto`}`,style:{minWidth:y},children:[(0,l.jsx)(`thead`,{className:`sticky top-0 z-10`,children:(0,l.jsxs)(`tr`,{className:`border-b border-neutral-border bg-surface-base-light`,children:[m&&(0,l.jsx)(`th`,{className:`w-12 border-t border-neutral-border bg-surface-base-light px-4 py-3.5`,children:(0,l.jsx)(`span`,{className:`sr-only`,children:`Detalhes`})}),e.map(e=>{let t=A===e.accessor;return(0,l.jsx)(`th`,{"aria-sort":t?M===`asc`?`ascending`:`descending`:void 0,className:`max-w-[200px] border-t border-neutral-border bg-surface-base-light px-4 py-3.5 text-left align-middle text-xs font-semibold uppercase tracking-wide text-neutral-placeholder ${e.headerClassName??e.className??``}`,children:e.sortable?(0,l.jsxs)(`button`,{type:`button`,onClick:()=>Z(e.accessor),className:`flex items-center gap-1 text-left transition-colors hover:text-neutral-text-primary focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-action-primary`,children:[e.header,t&&(M===`asc`?(0,l.jsx)(ee,{size:16,"aria-hidden":`true`}):(0,l.jsx)(I,{size:16,"aria-hidden":`true`}))]}):e.header},String(e.accessor))})]})}),(0,l.jsx)(`tbody`,{children:n?Array.from({length:W}).map((t,n)=>(0,l.jsxs)(`tr`,{children:[m&&(0,l.jsx)(`td`,{className:`border-t border-neutral-border bg-surface-base-light px-4 py-3.5`}),e.map(e=>(0,l.jsx)(`td`,{className:`border-t border-neutral-border bg-surface-base-light px-4 py-3.5`,children:(0,l.jsx)(`span`,{className:`block h-4 w-full max-w-28 animate-pulse rounded bg-neutral-border`})},String(e.accessor)))]},n)):X.length===0?(0,l.jsx)(`tr`,{children:(0,l.jsx)(`td`,{colSpan:e.length+ +!!m,className:`border-t border-neutral-border bg-surface-base-light px-4 py-12 text-center align-middle text-sm text-neutral-placeholder`,children:_})}):X.map((t,n)=>{let r=se(t,n),i=re===r;return(0,l.jsxs)(c.default.Fragment,{children:[(0,l.jsxs)(`tr`,{onClick:()=>h?.(t),className:`group ${h?`cursor-pointer`:``}`,children:[m&&(0,l.jsx)(`td`,{className:`border-t border-neutral-border bg-surface-base-light px-4 py-3.5 align-middle transition-colors duration-200 group-hover:bg-[#2ea7ad1f]`,children:(0,l.jsx)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),L(i?null:{key:r,resetIdentity:E})},className:`flex h-7 w-7 items-center justify-center rounded-full text-neutral-text-secondary transition-colors hover:bg-neutral-surface focus-visible:outline-2 focus-visible:outline-action-primary`,"aria-expanded":i,"aria-label":i?`Ocultar detalhes`:`Exibir detalhes`,children:i?(0,l.jsx)(ee,{size:18,"aria-hidden":`true`}):(0,l.jsx)(I,{size:18,"aria-hidden":`true`})})}),e.map(e=>{let n=t[e.accessor],r=String(n??``),i=r.length>b?`${r.slice(0,b)}...`:r;return(0,l.jsx)(`td`,{className:`max-w-[200px] border-t border-neutral-border bg-surface-base-light px-4 py-3.5 align-middle text-neutral-text-primary transition-colors duration-200 group-hover:bg-[#2ea7ad1f] ${e.className??``}`,children:e.render?e.render(n,t):(0,l.jsx)(`span`,{className:`block truncate`,title:r,children:i})},String(e.accessor))})]}),i&&m&&(0,l.jsx)(`tr`,{children:(0,l.jsx)(`td`,{colSpan:e.length+1,className:`border-t border-neutral-border bg-neutral-surface p-0`,children:(0,l.jsx)(`div`,{className:`rounded-xl px-12 py-10`,children:m(t)})})})]},r)})})]})}),i&&!n&&K.length>0&&(0,l.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-3 border-t border-neutral-border bg-surface-subtle-light px-4 py-3`,children:[(0,l.jsxs)(`span`,{className:`text-sm text-neutral-text-secondary`,children:[ie,` - `,ae,` de `,K.length]}),(0,l.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,l.jsx)(`button`,{type:`button`,onClick:()=>Q(J-1),disabled:J===1,className:`flex h-8 w-8 items-center justify-center rounded-full text-neutral-text-secondary transition-colors hover:bg-neutral-surface disabled:cursor-not-allowed disabled:opacity-40`,"aria-label":`Página anterior`,children:(0,l.jsx)(ne,{size:20,"aria-hidden":`true`})}),(0,l.jsxs)(`span`,{className:`min-w-24 text-center text-sm text-neutral-text-secondary`,children:[`Página `,J,` de `,q]}),(0,l.jsx)(`button`,{type:`button`,onClick:()=>Q(J+1),disabled:J===q,className:`flex h-8 w-8 items-center justify-center rounded-full text-neutral-text-secondary transition-colors hover:bg-neutral-surface disabled:cursor-not-allowed disabled:opacity-40`,"aria-label":`Próxima página`,children:(0,l.jsx)(te,{size:20,"aria-hidden":`true`})})]})]})]})}function Le({label:e,id:t,required:n,className:r=``,...i}){let a=(0,c.useId)(),o=t??a;return(0,l.jsxs)(`label`,{htmlFor:o,className:`flex w-full flex-col gap-2`,children:[e&&(0,l.jsxs)(`span`,{className:`text-sm font-medium text-neutral-text-primary`,children:[e,n&&(0,l.jsx)(`span`,{className:`text-action-primary`,children:` *`})]}),(0,l.jsx)(`input`,{id:o,type:`date`,required:n,className:`w-full rounded-lg border border-neutral-border bg-surface-base-light px-4 py-2 text-neutral-text-primary outline-none transition-colors focus:border-action-primary ${r}`,...i})]})}function Re({label:e,children:t,defaultOpen:n=!1,icon:r,open:i,onToggle:a}){let[o,s]=(0,c.useState)(n),u=(0,c.useId)(),d=i??o;return(0,l.jsxs)(`section`,{className:`w-full shrink-0 overflow-hidden rounded-lg border border-neutral-border bg-surface-base-light`,children:[(0,l.jsxs)(`button`,{type:`button`,onClick:()=>{if(a){a();return}s(e=>!e)},"aria-expanded":d,"aria-controls":u,className:`flex w-full items-center justify-between px-4 py-3 text-left`,children:[(0,l.jsxs)(`div`,{className:`flex items-center gap-2`,children:[r&&(0,l.jsx)(`span`,{className:`text-brand-primary`,children:r}),(0,l.jsx)(`span`,{className:`text-sm font-medium text-neutral-text-primary`,children:e})]}),(0,l.jsx)(I,{className:`text-neutral-text-secondary transition-transform duration-300 ${d?`rotate-180`:``}`,size:16})]}),(0,l.jsx)(`div`,{id:u,className:`grid transition-[grid-template-rows,opacity] duration-300 ${d?`grid-rows-[1fr] opacity-100`:`grid-rows-[0fr] opacity-0`}`,children:(0,l.jsx)(`div`,{className:`min-h-0 overflow-hidden`,children:(0,l.jsx)(`div`,{className:`border-t border-neutral-border px-4 py-4`,children:t})})})]})}var ze=({children:e,className:t=``,...n})=>(0,l.jsxs)(`button`,{...n,className:`flex items-center gap-2 border border-neutral-border rounded-lg bg-surface-base-light py-2 pl-4 pr-4 text-neutral-text-primary outline-none hover:bg-neutral-surface focus:border-action-primary transition-colors cursor-pointer ${t}`,children:[(0,l.jsx)(N,{size:16}),e]}),Be=({label:e,className:t=``,...n})=>(0,l.jsxs)(`label`,{className:`cursor-pointer`,children:[(0,l.jsx)(`input`,{type:`checkbox`,className:`peer hidden`,...n}),(0,l.jsx)(`span`,{className:`
|
|
2
|
-
inline-flex items-center justify-center
|
|
3
|
-
rounded-full border border-neutral-border
|
|
4
|
-
px-4 py-2
|
|
5
|
-
bg-surface-base-light text-neutral-text-primary
|
|
6
|
-
transition-colors
|
|
7
|
-
peer-checked:bg-action-primary
|
|
8
|
-
peer-checked:border-action-primary
|
|
9
|
-
peer-checked:text-text-inverse
|
|
10
|
-
${t}
|
|
11
|
-
`,children:e})]}),Ve=({className:e=``,...t})=>(0,l.jsxs)(`div`,{className:`relative flex items-center `,children:[(0,l.jsx)(k,{className:`absolute left-3 text-neutral-text-secondary pointer-events-none font-bold`,size:16}),(0,l.jsx)(`input`,{type:`search`,...t,className:`border border-neutral-border rounded-lg bg-surface-base-light py-2 pl-9 pr-4 text-neutral-text-primary placeholder:text-neutral-placeholder outline-none focus:border-action-primary
|
|
12
|
-
transition-colors ${e}`})]}),He=({options:e,placeholder:t,containerClassName:n=`w-50`,className:r=``,...i})=>(0,l.jsxs)(`div`,{className:`relative flex items-center ${n}`,children:[(0,l.jsxs)(`select`,{...i,className:`appearance-none w-full border border-neutral-border rounded-lg bg-surface-base-light py-2 pl-4 pr-9 text-neutral-text-primary outline-none focus:border-action-primary transition-colors ${r}`,children:[t&&(0,l.jsx)(`option`,{value:``,disabled:!0,children:t}),e.map(e=>(0,l.jsx)(`option`,{value:e.value,children:e.label},e.value))]}),(0,l.jsx)(I,{className:`absolute right-3 text-neutral-text-secondary pointer-events-none`,size:16})]});function Ue(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M416 277.333H277.333V416h-42.666V277.333H96v-42.666h138.667V96h42.666v138.667H416v42.666z`},child:[]}]})(e)}var We=[{label:`São Paulo`,value:`sp`},{label:`Curitiba`,value:`curitiba`},{label:`Joinville`,value:`joinville`}],Ge=({fastFilters:e=[],showSearch:t=!0,showSelect:n=!0,showAdvancedFilters:r=!0,showExport:i=!0,typeCreation:a=`revenda`,onCreateClick:o,createLabel:s,data:u=[],searchFields:d=[],searchValue:f,defaultSearchValue:p=``,searchPlaceholder:m=`Buscar...`,onSearchChange:h,onFilteredDataChange:g})=>{let[_,v]=(0,c.useState)(p),y=(0,c.useRef)(void 0),b=f??_,x=(0,c.useMemo)(()=>{let e=b.trim().toLowerCase();return!e||d.length===0?u:u.filter(t=>d.some(n=>{let r=typeof n==`function`?n(t):t[n];return String(r??``).toLowerCase().includes(e)}))},[b,u,d]);(0,c.useEffect)(()=>{if(!g)return;let e=y.current;e?.length===x.length&&e.every((e,t)=>Object.is(e,x[t]))||(y.current=x,g(x))},[x,g]);function S(e){let t=e.target.value;f===void 0&&v(t),h?.(t)}return(0,l.jsxs)(`div`,{className:`w-full flex items-center border-b-2 border-neutral-border h-15 mb-5 p-1 gap-5`,children:[t&&(0,l.jsx)(Ve,{value:b,onChange:S,placeholder:m}),n&&(0,l.jsx)(He,{defaultValue:``,placeholder:`Escolha`,options:We}),e.map(e=>(0,l.jsx)(Be,{label:e.label,checked:e.checked,onChange:e.onChange},e.label)),(0,l.jsxs)(`div`,{className:`flex items-center gap-5 ml-auto`,children:[r&&(0,l.jsx)(ze,{children:`Filtros avançados`}),i&&(0,l.jsx)(ze,{children:`Exportar`}),a!==`no`&&(0,l.jsx)(je,{icon:(0,l.jsx)(Ue,{}),label:s??`Adicionar ${a}`,onClick:o})]})]})};function Ke({title:e=`Dashboard`,section:t,sectionIcon:n,userName:r=``,notifications:i=[],searchItems:a=[],searchPlaceholder:o=`Pesquisar...`,onSearchItemSelect:s,onNotificationClick:u,onMarkAllNotificationsAsRead:d,onViewAllNotifications:f,className:p=``,...m}){let[h,g]=(0,c.useState)(!1),[_,v]=(0,c.useState)(!1),[y,b]=(0,c.useState)(``),[x,S]=(0,c.useState)(!1),[C,w]=(0,c.useState)(0),T=(0,c.useId)(),D=(0,c.useId)(),O=(0,c.useRef)(null),A=(0,c.useRef)(null),j=(0,c.useRef)(null),M=i.filter(e=>!e.read).length,N=(0,c.useMemo)(()=>{let e=y.trim().toLocaleLowerCase();return e?a.filter(t=>[t.label,t.section,t.keywords].filter(Boolean).join(` `).toLocaleLowerCase().includes(e)).slice(0,4):a.slice(0,5)},[a,y]),P=e=>{s?.(e),b(``),S(!1),w(0)},F=e=>{e.key===`ArrowDown`?(e.preventDefault(),S(!0),w(e=>Math.min(e+1,Math.max(N.length-1,0)))):e.key===`ArrowUp`?(e.preventDefault(),w(e=>Math.max(e-1,0))):e.key===`Enter`&&N.length>0?(e.preventDefault(),P(N[C]??N[0])):e.key===`Escape`&&S(!1)};return(0,c.useEffect)(()=>{if(!x)return;let e=e=>{j.current?.contains(e.target)||S(!1)};return document.addEventListener(`pointerdown`,e),()=>document.removeEventListener(`pointerdown`,e)},[x]),(0,c.useEffect)(()=>{if(!h)return;let e=e=>{O.current?.contains(e.target)||g(!1)},t=e=>{e.key===`Escape`&&(g(!1),A.current?.focus())};return document.addEventListener(`pointerdown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`pointerdown`,e),document.removeEventListener(`keydown`,t)}},[h]),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)(`header`,{className:`flex min-h-24 shrink-0 items-center justify-between gap-5 bg-surface-base-light px-6 py-5 md:px-10 lg:px-12 ${p}`,...m,children:[(0,l.jsxs)(`div`,{className:`min-w-0`,children:[t&&(0,l.jsxs)(`div`,{className:`mb-1 flex items-center gap-1.5 text-[13px] text-neutral-text-secondary`,children:[n&&(0,l.jsx)(`span`,{className:`flex shrink-0 items-center`,"aria-hidden":`true`,children:n}),(0,l.jsx)(`span`,{className:`truncate`,children:t}),(0,l.jsx)(te,{className:`shrink-0`,size:13,"aria-hidden":`true`}),(0,l.jsx)(`span`,{className:`truncate`,"aria-current":`page`,children:e})]}),(0,l.jsx)(`p`,{className:`truncate text-2xl font-semibold text-action-primary`,children:e})]}),(0,l.jsxs)(`div`,{className:`flex shrink-0 items-center gap-3`,children:[a.length>0&&(0,l.jsxs)(`div`,{className:`relative w-35 sm:w-44 lg:w-60`,ref:j,children:[(0,l.jsxs)(`label`,{className:`relative block`,children:[(0,l.jsx)(`span`,{className:`sr-only`,children:`Pesquisar funcionalidades`}),(0,l.jsx)(k,{className:`pointer-events-none absolute left-3 top-1/2 -translate-y-1/2 text-neutral-placeholder`,size:16,"aria-hidden":`true`}),(0,l.jsx)(`input`,{type:`search`,value:y,onChange:e=>{b(e.target.value),w(0),S(!0)},onFocus:()=>S(!0),onKeyDown:F,placeholder:o,role:`combobox`,"aria-autocomplete":`list`,"aria-expanded":x,"aria-controls":D,"aria-activedescendant":x&&N[C]?`${D}-${N[C].id}`:void 0,className:`h-10 w-full rounded-xl border border-neutral-border bg-surface-subtle-light py-1.5 pl-9 pr-3 text-sm text-neutral-text-primary outline-none transition-colors placeholder:text-neutral-placeholder focus:border-action-primary focus:bg-surface-base-light focus:ring-2 focus:ring-action-primary/15`})]}),x&&(0,l.jsx)(`div`,{id:D,role:`listbox`,"aria-label":`Funcionalidades encontradas`,className:`absolute right-0 top-full z-50 mt-2 w-full min-w-72 overflow-hidden rounded-xl border border-neutral-border bg-surface-base-light shadow-xl`,children:N.length>0?N.map((e,t)=>(0,l.jsxs)(`button`,{id:`${D}-${e.id}`,type:`button`,role:`option`,"aria-selected":t===C,onMouseEnter:()=>w(t),onClick:()=>P(e),className:`flex w-full items-center gap-3 border-b border-neutral-border px-4 py-3 text-left transition-colors last:border-b-0 ${t===C?`bg-neutral-surface`:`hover:bg-neutral-surface`}`,children:[(0,l.jsx)(k,{className:`shrink-0 text-neutral-placeholder`,size:15,"aria-hidden":`true`}),(0,l.jsxs)(`span`,{className:`min-w-0`,children:[(0,l.jsx)(`span`,{className:`block truncate text-sm font-medium text-neutral-text-primary`,children:e.label}),e.section&&(0,l.jsx)(`span`,{className:`block truncate text-xs text-neutral-text-secondary`,children:e.section})]})]},e.id)):(0,l.jsx)(`p`,{className:`px-4 py-6 text-center text-sm text-neutral-placeholder`,children:`Nenhuma funcionalidade encontrada.`})})]}),(0,l.jsxs)(`div`,{className:`relative`,ref:O,children:[(0,l.jsxs)(`button`,{ref:A,type:`button`,"aria-label":M>0?`Notificações: ${M} não lidas`:`Notificações`,"aria-expanded":h,"aria-controls":T,"aria-haspopup":`dialog`,onClick:()=>g(e=>!e),className:`relative flex cursor-pointer items-center justify-center rounded-full p-2 text-neutral-text-secondary transition-colors hover:bg-neutral-surface focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-action-primary`,children:[(0,l.jsx)(z,{size:18,"aria-hidden":`true`}),M>0&&(0,l.jsx)(`span`,{className:`absolute right-0.5 top-0.5 flex h-4 min-w-4 items-center justify-center rounded-full bg-status-danger px-1 text-[10px] font-semibold leading-none text-text-inverse`,children:M>9?`9+`:M})]}),h&&(0,l.jsxs)(`section`,{id:T,role:`dialog`,"aria-label":`Central de notificações`,className:`absolute right-0 top-full z-50 mt-2 w-[min(23rem,calc(100vw-2rem))] overflow-hidden rounded-xl border border-neutral-border bg-surface-base-light shadow-xl`,children:[(0,l.jsxs)(`div`,{className:`flex items-center justify-between gap-4 border-b border-neutral-border px-4 py-3`,children:[(0,l.jsxs)(`div`,{children:[(0,l.jsx)(`h2`,{className:`font-semibold text-neutral-text-primary`,children:`Notificações`}),(0,l.jsx)(`p`,{className:`text-xs text-neutral-text-secondary`,children:M>0?`${M} não lida${M===1?``:`s`}`:`Tudo em dia`})]}),M>0&&d&&(0,l.jsxs)(`button`,{type:`button`,onClick:d,className:`flex cursor-pointer items-center gap-1.5 text-xs font-medium text-brand-primary hover:underline`,children:[(0,l.jsx)(L,{size:14,"aria-hidden":`true`}),`Marcar como lidas`]})]}),i.length>0?(0,l.jsx)(`div`,{className:`max-h-80 overflow-y-auto`,children:i.map(e=>(0,l.jsxs)(`button`,{type:`button`,onClick:()=>{u?.(e),g(!1)},className:`flex w-full cursor-pointer gap-3 border-b border-neutral-border px-4 py-3 text-left transition-colors last:border-b-0 hover:bg-neutral-surface`,children:[(0,l.jsx)(`span`,{className:`mt-1.5 h-2 w-2 shrink-0 rounded-full ${e.read?`bg-neutral-border`:`bg-brand-primary`}`,"aria-hidden":`true`}),(0,l.jsxs)(`span`,{className:`min-w-0 flex-1`,children:[(0,l.jsx)(`span`,{className:`block truncate text-sm font-medium text-neutral-text-primary`,children:e.title}),e.description&&(0,l.jsx)(`span`,{className:`mt-0.5 block text-xs leading-5 text-neutral-text-secondary`,children:e.description}),e.time&&(0,l.jsx)(`span`,{className:`mt-1 block text-[11px] text-neutral-placeholder`,children:e.time})]})]},e.id))}):(0,l.jsxs)(`div`,{className:`flex flex-col items-center px-6 py-8 text-center`,children:[(0,l.jsx)(`span`,{className:`mb-3 flex h-10 w-10 items-center justify-center rounded-full bg-neutral-surface text-neutral-text-secondary`,children:(0,l.jsx)(z,{size:19,"aria-hidden":`true`})}),(0,l.jsx)(`p`,{className:`text-sm font-medium text-neutral-text-primary`,children:`Nenhuma notificação`}),(0,l.jsx)(`p`,{className:`mt-1 text-xs text-neutral-text-secondary`,children:`Novas atualizações aparecerão aqui.`})]}),i.length>0&&f&&(0,l.jsx)(`button`,{type:`button`,onClick:()=>{f(),g(!1)},className:`w-full cursor-pointer border-t border-neutral-border px-4 py-3 text-center text-sm font-medium text-brand-primary transition-colors hover:bg-neutral-surface`,children:`Ver todas as notificações`})]})]}),(0,l.jsxs)(`button`,{type:`button`,onClick:()=>{g(!1),v(!0)},className:`flex cursor-pointer items-center gap-2 rounded-lg p-1 transition-colors hover:bg-neutral-surface focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-action-primary`,"aria-label":`Abrir perfil`,"aria-haspopup":`dialog`,"aria-expanded":_,children:[(0,l.jsx)(`span`,{className:`flex h-9 w-9 items-center justify-center rounded-full bg-brand-primary text-text-inverse`,children:(0,l.jsx)(E,{size:16,"aria-hidden":`true`})}),(0,l.jsx)(`span`,{className:`max-w-40 truncate text-sm text-neutral-text-secondary`,children:r})]})]})]}),(0,l.jsx)(de,{open:_,onClose:()=>v(!1)})]})}function qe(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M8 5C8 2.79086 9.79086 1 12 1C14.2091 1 16 2.79086 16 5V10.2547C17.8135 11.5196 19 13.6213 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 13.6213 6.18652 11.5196 8 10.2547V5ZM9.1442 11.8951C7.80943 12.8261 7 14.3432 7 16C7 18.7614 9.23858 21 12 21C14.7614 21 17 18.7614 17 16C17 14.3432 16.1906 12.8261 14.8558 11.8951L14 11.2981V5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5V11.2981L9.1442 11.8951ZM11 12.126V5H13V12.126C14.7252 12.5701 16 14.1362 16 16C16 18.2091 14.2091 20 12 20C9.79086 20 8 18.2091 8 16C8 14.1362 9.27477 12.5701 11 12.126ZM12 18C13.1046 18 14 17.1046 14 16C14 14.8954 13.1046 14 12 14C10.8954 14 10 14.8954 10 16C10 17.1046 10.8954 18 12 18Z`},child:[]}]})(e)}function Je(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z`},child:[]}]})(e)}function Ye(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M14 14.252V16.3414C13.3744 16.1203 12.7013 16 12 16C8.68629 16 6 18.6863 6 22H4C4 17.5817 7.58172 14 12 14C12.6906 14 13.3608 14.0875 14 14.252ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM18 17V14H20V17H23V19H20V22H18V19H15V17H18Z`},child:[]}]})(e)}function Xe(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 22C2 17.5817 5.58172 14 10 14C14.4183 14 18 17.5817 18 22H16C16 18.6863 13.3137 16 10 16C6.68629 16 4 18.6863 4 22H2ZM10 13C6.685 13 4 10.315 4 7C4 3.685 6.685 1 10 1C13.315 1 16 3.685 16 7C16 10.315 13.315 13 10 13ZM10 11C12.21 11 14 9.21 14 7C14 4.79 12.21 3 10 3C7.79 3 6 4.79 6 7C6 9.21 7.79 11 10 11ZM18.2837 14.7028C21.0644 15.9561 23 18.752 23 22H21C21 19.564 19.5483 17.4671 17.4628 16.5271L18.2837 14.7028ZM17.5962 3.41321C19.5944 4.23703 21 6.20361 21 8.5C21 11.3702 18.8042 13.7252 16 13.9776V11.9646C17.6967 11.7222 19 10.264 19 8.5C19 7.11935 18.2016 5.92603 17.041 5.35635L17.5962 3.41321Z`},child:[]}]})(e)}function Ze(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z`},child:[]}]})(e)}function Qe(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13L4.06201 13.001C4.51365 16.6192 7.38163 19.4869 11 19.9381V16C9.34315 16 8 14.6569 8 13ZM19.938 13.001L16 13C16 14.6569 14.6569 16 13 16L13.001 19.938C16.6189 19.4864 19.4864 16.6189 19.938 13.001ZM14 12H10V13C10 13.5523 10.4477 14 11 14H13C13.5523 14 14 13.5523 14 13V12ZM12 4C7.92037 4 4.55396 7.05371 4.06189 11H8C8 10.4477 8.44772 10 9 10H15C15.5523 10 16 10.4477 16 11H19.9381C19.446 7.05371 16.0796 4 12 4Z`},child:[]}]})(e)}function $e(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4 15V8.5C4 6.01472 6.01472 4 8.5 4C10.9853 4 13 6.01472 13 8.5V15.5C13 16.8807 14.1193 18 15.5 18C16.8807 18 18 16.8807 18 15.5V8.82929C16.8348 8.41746 16 7.30622 16 6C16 4.34315 17.3431 3 19 3C20.6569 3 22 4.34315 22 6C22 7.30622 21.1652 8.41746 20 8.82929V15.5C20 17.9853 17.9853 20 15.5 20C13.0147 20 11 17.9853 11 15.5V8.5C11 7.11929 9.88071 6 8.5 6C7.11929 6 6 7.11929 6 8.5V15H9L5 20L1 15H4ZM19 7C19.5523 7 20 6.55228 20 6C20 5.44772 19.5523 5 19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7Z`},child:[]}]})(e)}function et(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4 6.14286V18.9669L9.06476 16.7963L15.0648 19.7963L20 17.6812V4.85714L21.303 4.2987C21.5569 4.18992 21.8508 4.30749 21.9596 4.56131C21.9862 4.62355 22 4.69056 22 4.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V7L4 6.14286ZM16.2426 11.2426L12 15.4853L7.75736 11.2426C5.41421 8.89949 5.41421 5.10051 7.75736 2.75736C10.1005 0.414214 13.8995 0.414214 16.2426 2.75736C18.5858 5.10051 18.5858 8.89949 16.2426 11.2426ZM12 12.6569L14.8284 9.82843C16.3905 8.26633 16.3905 5.73367 14.8284 4.17157C13.2663 2.60948 10.7337 2.60948 9.17157 4.17157C7.60948 5.73367 7.60948 8.26633 9.17157 9.82843L12 12.6569Z`},child:[]}]})(e)}function tt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M13.8273 1.69L22.3126 10.1753L20.8984 11.5895L20.1913 10.8824L15.9486 15.125L15.2415 18.6606L13.8273 20.0748L9.58466 15.8321L4.63492 20.7819L3.2207 19.3677L8.17045 14.4179L3.92781 10.1753L5.34202 8.76107L8.87756 8.05396L13.1202 3.81132L12.4131 3.10422L13.8273 1.69ZM14.5344 5.22554L9.86358 9.89637L7.0417 10.4607L13.5418 16.9609L14.1062 14.139L18.7771 9.46818L14.5344 5.22554Z`},child:[]}]})(e)}function nt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 20.8995L16.9497 15.9497C19.6834 13.2161 19.6834 8.78392 16.9497 6.05025C14.2161 3.31658 9.78392 3.31658 7.05025 6.05025C4.31658 8.78392 4.31658 13.2161 7.05025 15.9497L12 20.8995ZM12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364L12 23.7279ZM12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 15C9.79086 15 8 13.2091 8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15Z`},child:[]}]})(e)}function rt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364L12 23.7279ZM16.9497 15.9497C19.6834 13.2161 19.6834 8.78392 16.9497 6.05025C14.2161 3.31658 9.78392 3.31658 7.05025 6.05025C4.31658 8.78392 4.31658 13.2161 7.05025 15.9497L12 20.8995L16.9497 15.9497ZM12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11C14 12.1046 13.1046 13 12 13Z`},child:[]}]})(e)}function it(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 5L9 2L15 5L21.303 2.2987C21.5569 2.18992 21.8508 2.30749 21.9596 2.56131C21.9862 2.62355 22 2.69056 22 2.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V5ZM14.9352 7.20369L8.93524 4.20369L4 6.31879V18.9669L9.06476 16.7963L15.0648 19.7963L20 17.6812V5.03308L14.9352 7.20369Z`},child:[]}]})(e)}function at(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M14 19H15V21H2V19H3V4C3 3.44772 3.44772 3 4 3H13C13.5523 3 14 3.44772 14 4V12H16C17.1046 12 18 12.8954 18 14V18C18 18.5523 18.4477 19 19 19C19.5523 19 20 18.5523 20 18V11H18C17.4477 11 17 10.5523 17 10V6.41421L15.3431 4.75736L16.7574 3.34315L21.7071 8.29289C21.9024 8.48816 22 8.74408 22 9V18C22 19.6569 20.6569 21 19 21C17.3431 21 16 19.6569 16 18V14H14V19ZM5 19H12V13H5V19ZM5 5V11H12V5H5Z`},child:[]}]})(e)}function ot(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M19 20H5V21C5 21.5523 4.55228 22 4 22H3C2.44772 22 2 21.5523 2 21V11L4.4805 5.21216C4.79566 4.47679 5.51874 4 6.31879 4H17.6812C18.4813 4 19.2043 4.47679 19.5195 5.21216L22 11V21C22 21.5523 21.5523 22 21 22H20C19.4477 22 19 21.5523 19 21V20ZM20 13H4V18H20V13ZM4.17594 11H19.8241L17.6812 6H6.31879L4.17594 11ZM6.5 17C5.67157 17 5 16.3284 5 15.5C5 14.6716 5.67157 14 6.5 14C7.32843 14 8 14.6716 8 15.5C8 16.3284 7.32843 17 6.5 17ZM17.5 17C16.6716 17 16 16.3284 16 15.5C16 14.6716 16.6716 14 17.5 14C18.3284 14 19 14.6716 19 15.5C19 16.3284 18.3284 17 17.5 17Z`},child:[]}]})(e)}function st(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19ZM13 9V16H11V9H6L12 3L18 9H13Z`},child:[]}]})(e)}function ct(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M17.6177 5.9681L19.0711 4.51472L20.4853 5.92893L19.0319 7.38231C20.2635 8.92199 21 10.875 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C14.125 4 16.078 4.73647 17.6177 5.9681ZM12 20C15.866 20 19 16.866 19 13C19 9.13401 15.866 6 12 6C8.13401 6 5 9.13401 5 13C5 16.866 8.13401 20 12 20ZM11 8H13V14H11V8ZM8 1H16V3H8V1Z`},child:[]}]})(e)}function lt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2ZM12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20ZM15.5355 7.05025L16.9497 8.46447L12 13.4142L10.5858 12L15.5355 7.05025Z`},child:[]}]})(e)}function ut(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z`},child:[]}]})(e)}function dt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26ZM12.0006 15.968L16.2473 18.3451L15.2988 13.5717L18.8719 10.2674L14.039 9.69434L12.0006 5.27502L9.96214 9.69434L5.12921 10.2674L8.70231 13.5717L7.75383 18.3451L12.0006 15.968Z`},child:[]}]})(e)}function ft(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.0006 15.968L16.2473 18.3451L15.2988 13.5717L18.8719 10.2674L14.039 9.69434L12.0006 5.27502V15.968ZM12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26Z`},child:[]}]})(e)}function pt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26Z`},child:[]}]})(e)}function mt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M15.936 2.50098L21.501 8.06595V15.936L15.936 21.501H8.06595L2.50098 15.936V8.06595L8.06595 2.50098H15.936ZM15.1076 4.50098H8.89437L4.50098 8.89437V15.1076L8.89437 19.501H15.1076L19.501 15.1076V8.89437L15.1076 4.50098ZM11.0002 15.0002H13.0002V17.0002H11.0002V15.0002ZM11.0002 7.00024H13.0002V13.0002H11.0002V7.00024Z`},child:[]}]})(e)}function ht(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M3.33946 17.0002C2.90721 16.2515 2.58277 15.4702 2.36133 14.6741C3.3338 14.1779 3.99972 13.1668 3.99972 12.0002C3.99972 10.8345 3.3348 9.824 2.36353 9.32741C2.81025 7.71651 3.65857 6.21627 4.86474 4.99001C5.7807 5.58416 6.98935 5.65534 7.99972 5.072C9.01009 4.48866 9.55277 3.40635 9.4962 2.31604C11.1613 1.8846 12.8847 1.90004 14.5031 2.31862C14.4475 3.40806 14.9901 4.48912 15.9997 5.072C17.0101 5.65532 18.2187 5.58416 19.1346 4.99007C19.7133 5.57986 20.2277 6.25151 20.66 7.00021C21.0922 7.7489 21.4167 8.53025 21.6381 9.32628C20.6656 9.82247 19.9997 10.8336 19.9997 12.0002C19.9997 13.166 20.6646 14.1764 21.6359 14.673C21.1892 16.2839 20.3409 17.7841 19.1347 19.0104C18.2187 18.4163 17.0101 18.3451 15.9997 18.9284C14.9893 19.5117 14.4467 20.5941 14.5032 21.6844C12.8382 22.1158 11.1148 22.1004 9.49633 21.6818C9.55191 20.5923 9.00929 19.5113 7.99972 18.9284C6.98938 18.3451 5.78079 18.4162 4.86484 19.0103C4.28617 18.4205 3.77172 17.7489 3.33946 17.0002ZM8.99972 17.1964C10.0911 17.8265 10.8749 18.8227 11.2503 19.9659C11.7486 20.0133 12.2502 20.014 12.7486 19.9675C13.1238 18.8237 13.9078 17.8268 14.9997 17.1964C16.0916 16.5659 17.347 16.3855 18.5252 16.6324C18.8146 16.224 19.0648 15.7892 19.2729 15.334C18.4706 14.4373 17.9997 13.2604 17.9997 12.0002C17.9997 10.74 18.4706 9.5632 19.2729 8.6665C19.1688 8.4405 19.0538 8.21822 18.9279 8.00021C18.802 7.78219 18.667 7.57148 18.5233 7.36842C17.3457 7.61476 16.0911 7.43414 14.9997 6.80405C13.9083 6.17395 13.1246 5.17768 12.7491 4.03455C12.2509 3.98714 11.7492 3.98646 11.2509 4.03292C10.8756 5.17671 10.0916 6.17364 8.99972 6.80405C7.9078 7.43447 6.65245 7.61494 5.47428 7.36803C5.18485 7.77641 4.93463 8.21117 4.72656 8.66637C5.52881 9.56311 5.99972 10.74 5.99972 12.0002C5.99972 13.2604 5.52883 14.4372 4.72656 15.3339C4.83067 15.5599 4.94564 15.7822 5.07152 16.0002C5.19739 16.2182 5.3324 16.4289 5.47612 16.632C6.65377 16.3857 7.90838 16.5663 8.99972 17.1964ZM11.9997 15.0002C10.3429 15.0002 8.99972 13.6571 8.99972 12.0002C8.99972 10.3434 10.3429 9.00021 11.9997 9.00021C13.6566 9.00021 14.9997 10.3434 14.9997 12.0002C14.9997 13.6571 13.6566 15.0002 11.9997 15.0002ZM11.9997 13.0002C12.552 13.0002 12.9997 12.5525 12.9997 12.0002C12.9997 11.4479 12.552 11.0002 11.9997 11.0002C11.4474 11.0002 10.9997 11.4479 10.9997 12.0002C10.9997 12.5525 11.4474 13.0002 11.9997 13.0002Z`},child:[]}]})(e)}function gt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z`},child:[]}]})(e)}function _t(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M5.46257 4.43262C7.21556 2.91688 9.5007 2 12 2C17.5228 2 22 6.47715 22 12C22 14.1361 21.3302 16.1158 20.1892 17.7406L17 12H20C20 7.58172 16.4183 4 12 4C9.84982 4 7.89777 4.84827 6.46023 6.22842L5.46257 4.43262ZM18.5374 19.5674C16.7844 21.0831 14.4993 22 12 22C6.47715 22 2 17.5228 2 12C2 9.86386 2.66979 7.88416 3.8108 6.25944L7 12H4C4 16.4183 7.58172 20 12 20C14.1502 20 16.1022 19.1517 17.5398 17.7716L18.5374 19.5674Z`},child:[]}]})(e)}function vt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z`},child:[]}]})(e)}function yt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 22C6.47715 22 2 17.5228 2 12 2 6.47715 6.47715 2 12 2 17.5228 2 22 6.47715 22 12 22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12 20 7.58172 16.4183 4 12 4 7.58172 4 4 7.58172 4 12 4 16.4183 7.58172 20 12 20ZM13 10.5V15H14V17H10V15H11V12.5H10V10.5H13ZM13.5 8C13.5 8.82843 12.8284 9.5 12 9.5 11.1716 9.5 10.5 8.82843 10.5 8 10.5 7.17157 11.1716 6.5 12 6.5 12.8284 6.5 13.5 7.17157 13.5 8Z`},child:[]}]})(e)}function bt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12H4C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C9.25022 4 6.82447 5.38734 5.38451 7.50024L8 7.5V9.5H2V3.5H4L3.99989 5.99918C5.82434 3.57075 8.72873 2 12 2ZM13 7L12.9998 11.585L16.2426 14.8284L14.8284 16.2426L10.9998 12.413L11 7H13Z`},child:[]}]})(e)}function xt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M14 14V20L10 22V14L4 5V3H20V5L14 14ZM6.4037 5L12 13.3944L17.5963 5H6.4037Z`},child:[]}]})(e)}function St(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3ZM12.0003 19C16.2359 19 19.8603 16.052 20.7777 12C19.8603 7.94803 16.2359 5 12.0003 5C7.7646 5 4.14022 7.94803 3.22278 12C4.14022 16.052 7.7646 19 12.0003 19ZM12.0003 16.5C9.51498 16.5 7.50026 14.4853 7.50026 12C7.50026 9.51472 9.51498 7.5 12.0003 7.5C14.4855 7.5 16.5003 9.51472 16.5003 12C16.5003 14.4853 14.4855 16.5 12.0003 16.5ZM12.0003 14.5C13.381 14.5 14.5003 13.3807 14.5003 12C14.5003 10.6193 13.381 9.5 12.0003 9.5C10.6196 9.5 9.50026 10.6193 9.50026 12C9.50026 13.3807 10.6196 14.5 12.0003 14.5Z`},child:[]}]})(e)}function Ct(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M9.34268 18.7819L7.41083 18.2642L8.1983 15.3254C7.00919 14.8874 5.91661 14.2498 4.96116 13.4534L2.80783 15.6067L1.39362 14.1925L3.54695 12.0392C2.35581 10.6103 1.52014 8.87466 1.17578 6.96818L3.14386 6.61035C3.90289 10.8126 7.57931 14.0001 12.0002 14.0001C16.4211 14.0001 20.0976 10.8126 20.8566 6.61035L22.8247 6.96818C22.4803 8.87466 21.6446 10.6103 20.4535 12.0392L22.6068 14.1925L21.1926 15.6067L19.0393 13.4534C18.0838 14.2498 16.9912 14.8874 15.8021 15.3254L16.5896 18.2642L14.6578 18.7819L13.87 15.8418C13.2623 15.9459 12.6376 16.0001 12.0002 16.0001C11.3629 16.0001 10.7381 15.9459 10.1305 15.8418L9.34268 18.7819Z`},child:[]}]})(e)}function wt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z`},child:[]}]})(e)}function Tt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 4V6H15V4H9Z`},child:[]}]})(e)}function Et(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M14 21C13.4477 21 13 20.5523 13 20V12C13 11.4477 13.4477 11 14 11H20C20.5523 11 21 11.4477 21 12V20C21 20.5523 20.5523 21 20 21H14ZM4 13C3.44772 13 3 12.5523 3 12V4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V12C11 12.5523 10.5523 13 10 13H4ZM9 11V5H5V11H9ZM4 21C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15H10C10.5523 15 11 15.4477 11 16V20C11 20.5523 10.5523 21 10 21H4ZM5 19H9V17H5V19ZM15 19H19V13H15V19ZM13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V4ZM15 5V7H19V5H15Z`},child:[]}]})(e)}function Dt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M3 12C3 12.5523 3.44772 13 4 13H10C10.5523 13 11 12.5523 11 12V4C11 3.44772 10.5523 3 10 3H4C3.44772 3 3 3.44772 3 4V12ZM3 20C3 20.5523 3.44772 21 4 21H10C10.5523 21 11 20.5523 11 20V16C11 15.4477 10.5523 15 10 15H4C3.44772 15 3 15.4477 3 16V20ZM13 20C13 20.5523 13.4477 21 14 21H20C20.5523 21 21 20.5523 21 20V12C21 11.4477 20.5523 11 20 11H14C13.4477 11 13 11.4477 13 12V20ZM14 3C13.4477 3 13 3.44772 13 4V8C13 8.55228 13.4477 9 14 9H20C20.5523 9 21 8.55228 21 8V4C21 3.44772 20.5523 3 20 3H14Z`},child:[]}]})(e)}function Ot(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z`},child:[]}]})(e)}function kt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z`},child:[]}]})(e)}function At(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM4.20568 19.0002H19.7941L11.9999 5.50017L4.20568 19.0002ZM10.9999 16.0002H12.9999V18.0002H10.9999V16.0002ZM10.9999 9.00017H12.9999V14.0002H10.9999V9.00017Z`},child:[]}]})(e)}function jt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z`},child:[]}]})(e)}function Mt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M20.5565 3.44367C22.1186 5.00576 22.1186 7.53842 20.5565 9.10052L12.3563 17.3008C11.714 17.943 10.8723 18.3476 9.96957 18.4479L6.59094 18.8221L4.29304 21.1213C3.90252 21.5119 3.26936 21.5119 2.87883 21.1213C2.48831 20.7308 2.48831 20.0976 2.87883 19.7071L5.17694 17.4081L5.55231 14.0306C5.65261 13.1279 6.05716 12.2862 6.69942 11.6439L14.8996 3.44367C16.4617 1.88157 18.9944 1.88157 20.5565 3.44367ZM16.3139 4.85788L8.11363 13.0581C7.7925 13.3792 7.59023 13.8001 7.54008 14.2515L7.264 16.7362L9.74871 16.4601C10.2001 16.4099 10.6209 16.2077 10.9421 15.8865L11.3639 15.4641L9.9499 14.0503L11.3641 12.6361L12.7779 14.0501L14.1919 12.6361L12.7783 11.2218L14.1925 9.80763L15.6069 11.2221L17.0209 9.8071L15.6068 8.39341L17.021 6.9792L18.4349 8.39309L19.1423 7.68631C19.9233 6.90526 19.9233 5.63893 19.1423 4.85788C18.3612 4.07683 17.0949 4.07683 16.3139 4.85788Z`},child:[]}]})(e)}function Nt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M20 13C20 15.2091 19.1046 17.2091 17.6569 18.6569L19.0711 20.0711C20.8807 18.2614 22 15.7614 22 13 22 7.47715 17.5228 3 12 3 6.47715 3 2 7.47715 2 13 2 15.7614 3.11929 18.2614 4.92893 20.0711L6.34315 18.6569C4.89543 17.2091 4 15.2091 4 13 4 8.58172 7.58172 5 12 5 16.4183 5 20 8.58172 20 13ZM15.293 8.29297 10.5 12.5 12.5 14.5 16.7072 9.70718 15.293 8.29297Z`},child:[]}]})(e)}function Pt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M7.25361 18.4944L7.97834 18.917C9.18909 19.623 10.5651 20 12.001 20C16.4193 20 20.001 16.4183 20.001 12C20.001 7.58172 16.4193 4 12.001 4C7.5827 4 4.00098 7.58172 4.00098 12C4.00098 13.4363 4.37821 14.8128 5.08466 16.0238L5.50704 16.7478L4.85355 19.1494L7.25361 18.4944ZM2.00516 22L3.35712 17.0315C2.49494 15.5536 2.00098 13.8345 2.00098 12C2.00098 6.47715 6.47813 2 12.001 2C17.5238 2 22.001 6.47715 22.001 12C22.001 17.5228 17.5238 22 12.001 22C10.1671 22 8.44851 21.5064 6.97086 20.6447L2.00516 22ZM8.39232 7.30833C8.5262 7.29892 8.66053 7.29748 8.79459 7.30402C8.84875 7.30758 8.90265 7.31384 8.95659 7.32007C9.11585 7.33846 9.29098 7.43545 9.34986 7.56894C9.64818 8.24536 9.93764 8.92565 10.2182 9.60963C10.2801 9.76062 10.2428 9.95633 10.125 10.1457C10.0652 10.2428 9.97128 10.379 9.86248 10.5183C9.74939 10.663 9.50599 10.9291 9.50599 10.9291C9.50599 10.9291 9.40738 11.0473 9.44455 11.1944C9.45903 11.25 9.50521 11.331 9.54708 11.3991C9.57027 11.4368 9.5918 11.4705 9.60577 11.4938C9.86169 11.9211 10.2057 12.3543 10.6259 12.7616C10.7463 12.8783 10.8631 12.9974 10.9887 13.108C11.457 13.5209 11.9868 13.8583 12.559 14.1082L12.5641 14.1105C12.6486 14.1469 12.692 14.1668 12.8157 14.2193C12.8781 14.2457 12.9419 14.2685 13.0074 14.2858C13.0311 14.292 13.0554 14.2955 13.0798 14.2972C13.2415 14.3069 13.335 14.2032 13.3749 14.1555C14.0984 13.279 14.1646 13.2218 14.1696 13.2222V13.2238C14.2647 13.1236 14.4142 13.0888 14.5476 13.097C14.6085 13.1007 14.6691 13.1124 14.7245 13.1377C15.2563 13.3803 16.1258 13.7587 16.1258 13.7587L16.7073 14.0201C16.8047 14.0671 16.8936 14.1778 16.8979 14.2854C16.9005 14.3523 16.9077 14.4603 16.8838 14.6579C16.8525 14.9166 16.7738 15.2281 16.6956 15.3913C16.6406 15.5058 16.5694 15.6074 16.4866 15.6934C16.3743 15.81 16.2909 15.8808 16.1559 15.9814C16.0737 16.0426 16.0311 16.0714 16.0311 16.0714C15.8922 16.159 15.8139 16.2028 15.6484 16.2909C15.391 16.428 15.1066 16.5068 14.8153 16.5218C14.6296 16.5313 14.4444 16.5447 14.2589 16.5347C14.2507 16.5342 13.6907 16.4482 13.6907 16.4482C12.2688 16.0742 10.9538 15.3736 9.85034 14.402C9.62473 14.2034 9.4155 13.9885 9.20194 13.7759C8.31288 12.8908 7.63982 11.9364 7.23169 11.0336C7.03043 10.5884 6.90299 10.1116 6.90098 9.62098C6.89729 9.01405 7.09599 8.4232 7.46569 7.94186C7.53857 7.84697 7.60774 7.74855 7.72709 7.63586C7.85348 7.51651 7.93392 7.45244 8.02057 7.40811C8.13607 7.34902 8.26293 7.31742 8.39232 7.30833Z`},child:[]}]})(e)}function Ft(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.0049 22.0027C6.48204 22.0027 2.00488 17.5256 2.00488 12.0027C2.00488 6.4799 6.48204 2.00275 12.0049 2.00275C17.5277 2.00275 22.0049 6.4799 22.0049 12.0027C22.0049 17.5256 17.5277 22.0027 12.0049 22.0027ZM12.0049 20.0027C16.4232 20.0027 20.0049 16.421 20.0049 12.0027C20.0049 7.58447 16.4232 4.00275 12.0049 4.00275C7.5866 4.00275 4.00488 7.58447 4.00488 12.0027C4.00488 16.421 7.5866 20.0027 12.0049 20.0027ZM8.50488 14.0027H14.0049C14.281 14.0027 14.5049 13.7789 14.5049 13.5027C14.5049 13.2266 14.281 13.0027 14.0049 13.0027H10.0049C8.62417 13.0027 7.50488 11.8835 7.50488 10.5027C7.50488 9.12203 8.62417 8.00275 10.0049 8.00275H11.0049V6.00275H13.0049V8.00275H15.5049V10.0027H10.0049C9.72874 10.0027 9.50488 10.2266 9.50488 10.5027C9.50488 10.7789 9.72874 11.0027 10.0049 11.0027H14.0049C15.3856 11.0027 16.5049 12.122 16.5049 13.5027C16.5049 14.8835 15.3856 16.0027 14.0049 16.0027H13.0049V18.0027H11.0049V16.0027H8.50488V14.0027Z`},child:[]}]})(e)}function It(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4ZM4 5V19H20V5H4ZM6 7H8V9H6V7ZM8 11H6V13H8V11ZM6 15H8V17H6V15ZM18 7H10V9H18V7ZM10 15H18V17H10V15ZM18 11H10V13H18V11Z`},child:[]}]})(e)}function Lt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M11 4H21V6H11V4ZM11 8H17V10H11V8ZM11 14H21V16H11V14ZM11 18H17V20H11V18ZM3 4H9V10H3V4ZM5 6V8H7V6H5ZM3 14H9V20H3V14ZM5 16V18H7V16H5Z`},child:[]}]})(e)}function Rt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4ZM16 19H20V5H16V19ZM14 5H10V19H14V5ZM4 5V19H8V5H4Z`},child:[]}]})(e)}function zt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 6C12.8284 6 13.5 5.32843 13.5 4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5C10.5 5.32843 11.1716 6 12 6ZM9 10H11V18H9V20H15V18H13V8H9V10Z`},child:[]}]})(e)}function Bt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 7V9H16V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z`},child:[]}]})(e)}function Vt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H13V17H8V15Z`},child:[]}]})(e)}function Ht(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M11 7H13V17H11V7ZM15 11H17V17H15V11ZM7 13H9V17H7V13ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z`},child:[]}]})(e)}function Ut(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M7 4V2H17V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7ZM7 6H5V20H19V6H17V8H7V6ZM9 4V6H15V4H9Z`},child:[]}]})(e)}function Wt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M6 4V20H18V7.82843L14.1716 4H6ZM5 2H15L19.7071 6.70711C19.8946 6.89464 20 7.149 20 7.41421V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2ZM13 10V18H11V12H8V10H13ZM8 13H10V15H8V13ZM14 13H16V15H14V13ZM14 10H16V12H14V10ZM8 16H10V18H8V16ZM14 16H16V18H14V16Z`},child:[]}]})(e)}function Gt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M6.26489 3.80698L7.41191 5.44558C5.34875 6.89247 4 9.28873 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 9.28873 18.6512 6.89247 16.5881 5.44558L17.7351 3.80698C20.3141 5.61559 22 8.61091 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.61091 3.68594 5.61559 6.26489 3.80698ZM11 12V2H13V12H11Z`},child:[]}]})(e)}function Kt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M18.364 18.3641C21.8787 14.8493 21.8787 9.15086 18.364 5.63614L19.7782 4.22192C24.0739 8.51769 24.0739 15.4825 19.7782 19.7783L18.364 18.3641ZM5.63604 5.63614C2.12132 9.15086 2.12132 14.8493 5.63604 18.3641L4.22183 19.7783C-0.0739417 15.4825 -0.0739417 8.51769 4.22183 4.22192L5.63604 5.63614ZM15.5355 15.5355C17.4882 13.5829 17.4882 10.4171 15.5355 8.46445L16.9497 7.05024C19.6834 9.78391 19.6834 14.2161 16.9497 16.9497L15.5355 15.5355ZM8.46447 8.46445C6.51184 10.4171 6.51184 13.5829 8.46447 15.5355L7.05025 16.9497C4.31658 14.2161 4.31658 9.78391 7.05025 7.05024L8.46447 8.46445ZM12 14.0001C13.1046 14.0001 14 13.1046 14 12.0001C14 10.8955 13.1046 10.0001 12 10.0001C10.8954 10.0001 10 10.8955 10 12.0001C10 13.1046 10.8954 14.0001 12 14.0001Z`},child:[]}]})(e)}function qt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M18.364 18.3641C21.8787 14.8493 21.8787 9.15086 18.364 5.63614L19.7782 4.22192C24.0739 8.51769 24.0739 15.4825 19.7782 19.7783L18.364 18.3641ZM5.63604 5.63614C2.12132 9.15086 2.12132 14.8493 5.63604 18.3641L4.22183 19.7783C-0.0739417 15.4825 -0.0739417 8.51769 4.22183 4.22192L5.63604 5.63614ZM15.5355 15.5355C17.4882 13.5829 17.4882 10.4171 15.5355 8.46445L16.9497 7.05024C19.6834 9.78391 19.6834 14.2161 16.9497 16.9497L15.5355 15.5355ZM8.46447 8.46445C6.51184 10.4171 6.51184 13.5829 8.46447 15.5355L7.05025 16.9497C4.31658 14.2161 4.31658 9.78391 7.05025 7.05024L8.46447 8.46445ZM12 14.0001C13.1046 14.0001 14 13.1046 14 12.0001C14 10.8955 13.1046 10.0001 12 10.0001C10.8954 10.0001 10 10.8955 10 12.0001C10 13.1046 10.8954 14.0001 12 14.0001Z`},child:[]}]})(e)}function Jt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M18.5374 19.5674C16.7844 21.0831 14.4993 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.1361 21.3302 16.1158 20.1892 17.7406L17 12H20C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C14.1502 20 16.1022 19.1517 17.5398 17.7716L18.5374 19.5674Z`},child:[]}]})(e)}function Yt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M5 12.5C5 12.8134 5.46101 13.3584 6.53047 13.8931C7.91405 14.5849 9.87677 15 12 15C14.1232 15 16.0859 14.5849 17.4695 13.8931C18.539 13.3584 19 12.8134 19 12.5V10.3287C17.35 11.3482 14.8273 12 12 12C9.17273 12 6.64996 11.3482 5 10.3287V12.5ZM19 15.3287C17.35 16.3482 14.8273 17 12 17C9.17273 17 6.64996 16.3482 5 15.3287V17.5C5 17.8134 5.46101 18.3584 6.53047 18.8931C7.91405 19.5849 9.87677 20 12 20C14.1232 20 16.0859 19.5849 17.4695 18.8931C18.539 18.3584 19 17.8134 19 17.5V15.3287ZM3 17.5V7.5C3 5.01472 7.02944 3 12 3C16.9706 3 21 5.01472 21 7.5V17.5C21 19.9853 16.9706 22 12 22C7.02944 22 3 19.9853 3 17.5ZM12 10C14.1232 10 16.0859 9.58492 17.4695 8.89313C18.539 8.3584 19 7.81342 19 7.5C19 7.18658 18.539 6.6416 17.4695 6.10687C16.0859 5.41508 14.1232 5 12 5C9.87677 5 7.91405 5.41508 6.53047 6.10687C5.46101 6.6416 5 7.18658 5 7.5C5 7.81342 5.46101 8.3584 6.53047 8.89313C7.91405 9.58492 9.87677 10 12 10Z`},child:[]}]})(e)}function Xt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M6 18H18V6H6V18ZM14 20H10V22H8V20H5C4.44772 20 4 19.5523 4 19V16H2V14H4V10H2V8H4V5C4 4.44772 4.44772 4 5 4H8V2H10V4H14V2H16V4H19C19.5523 4 20 4.44772 20 5V8H22V10H20V14H22V16H20V19C20 19.5523 19.5523 20 19 20H16V22H14V20ZM8 8H16V16H8V8Z`},child:[]}]})(e)}function Zt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M8 19H3C2.44772 19 2 18.5523 2 18V6C2 5.44772 2.44772 5 3 5H9.625L8.45833 7H4V17H8V19ZM12.375 19L13.5417 17H18V7H14V5H19C19.5523 5 20 5.44772 20 6V18C20 18.5523 19.5523 19 19 19H12.375ZM21 9H23V15H21V9ZM12 11H15L10 19V13H7L12 5V11Z`},child:[]}]})(e)}function Qt(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M5.32943 3.27158C6.56252 2.8332 7.9923 3.10749 8.97927 4.09446C10.1002 5.21537 10.3019 6.90741 9.5843 8.23385L20.293 18.9437L18.8788 20.3579L8.16982 9.64875C6.84325 10.3669 5.15069 10.1654 4.02952 9.04421C3.04227 8.05696 2.7681 6.62665 3.20701 5.39332L5.44373 7.63C6.02952 8.21578 6.97927 8.21578 7.56505 7.63C8.15084 7.04421 8.15084 6.09446 7.56505 5.50868L5.32943 3.27158ZM15.6968 5.15512L18.8788 3.38736L20.293 4.80157L18.5252 7.98355L16.7574 8.3371L14.6361 10.4584L13.2219 9.04421L15.3432 6.92289L15.6968 5.15512ZM8.97927 13.2868L10.3935 14.7011L5.09018 20.0044C4.69966 20.3949 4.06649 20.3949 3.67597 20.0044C3.31334 19.6417 3.28744 19.0699 3.59826 18.6774L3.67597 18.5902L8.97927 13.2868Z`},child:[]}]})(e)}function $t(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M5.32943 3.27158C6.56252 2.8332 7.9923 3.10749 8.97927 4.09446C9.96652 5.08171 10.2407 6.51202 9.80178 7.74535L20.6465 18.5902L18.5252 20.7115L7.67936 9.86709C6.44627 10.3055 5.01649 10.0312 4.02952 9.04421C3.04227 8.05696 2.7681 6.62665 3.20701 5.39332L5.44373 7.63C6.02952 8.21578 6.97927 8.21578 7.56505 7.63C8.15084 7.04421 8.15084 6.09446 7.56505 5.50868L5.32943 3.27158ZM15.6968 5.15512L18.8788 3.38736L20.293 4.80157L18.5252 7.98355L16.7574 8.3371L14.6361 10.4584L13.2219 9.04421L15.3432 6.92289L15.6968 5.15512ZM8.62572 12.9333L10.747 15.0546L5.79729 20.0044C5.2115 20.5902 4.26175 20.5902 3.67597 20.0044C3.12464 19.453 3.09221 18.5793 3.57867 17.99L3.67597 17.883L8.62572 12.9333Z`},child:[]}]})(e)}function en(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89H6.41421L15.7279 9.57627ZM17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785L17.1421 8.16206ZM7.24264 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L7.24264 20.89Z`},child:[]}]})(e)}function tn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M21 19H23V21H1V19H3V4C3 3.44772 3.44772 3 4 3H14C14.5523 3 15 3.44772 15 4V19H19V11H17V9H20C20.5523 9 21 9.44772 21 10V19ZM5 5V19H13V5H5ZM7 11H11V13H7V11ZM7 7H11V9H7V7Z`},child:[]}]})(e)}function nn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 6.99999C16.4183 6.99999 20 10.5817 20 15C20 19.4183 16.4183 23 12 23C7.58172 23 4 19.4183 4 15C4 10.5817 7.58172 6.99999 12 6.99999ZM12 8.99999C8.68629 8.99999 6 11.6863 6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15C18 11.6863 15.3137 8.99999 12 8.99999ZM12 10.5L13.3225 13.1797L16.2798 13.6094L14.1399 15.6953L14.645 18.6406L12 17.25L9.35497 18.6406L9.86012 15.6953L7.72025 13.6094L10.6775 13.1797L12 10.5ZM18 1.99999V4.99999L16.6366 6.13755C15.5305 5.5577 14.3025 5.17884 13.0011 5.04948L13 1.99899L18 1.99999ZM11 1.99899L10.9997 5.04939C9.6984 5.17863 8.47046 5.55735 7.36441 6.13703L6 4.99999V1.99999L11 1.99899Z`},child:[]}]})(e)}function rn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M5 3V19H21V21H3V3H5ZM20.2929 6.29289L21.7071 7.70711L16 13.4142L13 10.415L8.70711 14.7071L7.29289 13.2929L13 7.58579L16 10.585L20.2929 6.29289Z`},child:[]}]})(e)}function an(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M3 6H21V18H3V6ZM2 4C1.44772 4 1 4.44772 1 5V19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19V5C23 4.44772 22.5523 4 22 4H2ZM13 8H19V10H13V8ZM18 12H13V14H18V12ZM10.5 10C10.5 11.3807 9.38071 12.5 8 12.5C6.61929 12.5 5.5 11.3807 5.5 10C5.5 8.61929 6.61929 7.5 8 7.5C9.38071 7.5 10.5 8.61929 10.5 10ZM8 13.5C6.067 13.5 4.5 15.067 4.5 17H11.5C11.5 15.067 9.933 13.5 8 13.5Z`},child:[]}]})(e)}function on(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M19.9381 8H21C22.1046 8 23 8.89543 23 10V14C23 15.1046 22.1046 16 21 16H19.9381C19.446 19.9463 16.0796 23 12 23V21C15.3137 21 18 18.3137 18 15V9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9V16H3C1.89543 16 1 15.1046 1 14V10C1 8.89543 1.89543 8 3 8H4.06189C4.55399 4.05369 7.92038 1 12 1C16.0796 1 19.446 4.05369 19.9381 8ZM3 10V14H4V10H3ZM20 10V14H21V10H20ZM7.75944 15.7849L8.81958 14.0887C9.74161 14.6662 10.8318 15 12 15C13.1682 15 14.2584 14.6662 15.1804 14.0887L16.2406 15.7849C15.0112 16.5549 13.5576 17 12 17C10.4424 17 8.98882 16.5549 7.75944 15.7849Z`},child:[]}]})(e)}function sn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M21 8C22.1046 8 23 8.89543 23 10V14C23 15.1046 22.1046 16 21 16H19.9381C19.446 19.9463 16.0796 23 12 23V21C15.3137 21 18 18.3137 18 15V9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9V16H3C1.89543 16 1 15.1046 1 14V10C1 8.89543 1.89543 8 3 8H4.06189C4.55399 4.05369 7.92038 1 12 1C16.0796 1 19.446 4.05369 19.9381 8H21ZM7.75944 15.7849L8.81958 14.0887C9.74161 14.6662 10.8318 15 12 15C13.1682 15 14.2584 14.6662 15.1804 14.0887L16.2406 15.7849C15.0112 16.5549 13.5576 17 12 17C10.4424 17 8.98882 16.5549 7.75944 15.7849Z`},child:[]}]})(e)}function cn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z`},child:[]}]})(e)}function ln(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM7 13H9V17H7V13ZM11 7H13V17H11V7ZM15 10H17V17H15V10Z`},child:[]}]})(e)}function un(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 13H8V21H2V13ZM16 8H22V21H16V8ZM9 3H15V21H9V3ZM4 15V19H6V15H4ZM11 5V19H13V5H11ZM18 10V19H20V10H18Z`},child:[]}]})(e)}function dn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M2 13H8V21H2V13ZM9 3H15V21H9V3ZM16 8H22V21H16V8Z`},child:[]}]})(e)}function fn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4.99989 13.9999L4.99976 5L6.99976 4.99997L6.99986 11.9999L17.1717 12L13.222 8.05024L14.6362 6.63603L21.0001 13L14.6362 19.364L13.222 17.9497L17.1717 14L4.99989 13.9999Z`},child:[]}]})(e)}function pn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 8L18 14H6L12 8Z`},child:[]}]})(e)}function mn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M16 12L10 18V6L16 12Z`},child:[]}]})(e)}function hn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M19.1642 12L12.9571 5.79291L11.5429 7.20712L16.3358 12L11.5429 16.7929L12.9571 18.2071L19.1642 12ZM13.5143 12L7.30722 5.79291L5.89301 7.20712L10.6859 12L5.89301 16.7929L7.30722 18.2071L13.5143 12Z`},child:[]}]})(e)}function gn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M8 12L14 6V18L8 12Z`},child:[]}]})(e)}function _n(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M4.83582 12L11.0429 18.2071L12.4571 16.7929L7.66424 12L12.4571 7.20712L11.0429 5.79291L4.83582 12ZM10.4857 12L16.6928 18.2071L18.107 16.7929L13.3141 12L18.107 7.20712L16.6928 5.79291L10.4857 12Z`},child:[]}]})(e)}function vn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z`},child:[]}]})(e)}function yn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z`},child:[]}]})(e)}function bn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M11.8284 12.0005L14.6569 14.8289L13.2426 16.2431L9 12.0005L13.2426 7.75781L14.6569 9.17203L11.8284 12.0005Z`},child:[]}]})(e)}function xn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 15.0006L7.75732 10.758L9.17154 9.34375L12 12.1722L14.8284 9.34375L16.2426 10.758L12 15.0006Z`},child:[]}]})(e)}function Sn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M12 16L6 10H18L12 16Z`},child:[]}]})(e)}function Cn(e){return S({tag:`svg`,attr:{fill:`none`,viewBox:`0 0 24 24`,strokeWidth:`1.5`,stroke:`currentColor`,"aria-hidden":`true`},child:[{tag:`path`,attr:{strokeLinecap:`round`,strokeLinejoin:`round`,d:`M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z`},child:[]}]})(e)}function wn(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64l0 48c0 17.7 14.3 32 32 32l1.8 0 11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5l38.7 0c16.3 0 30-12.3 31.8-28.5L318.2 304l1.8 0c17.7 0 32-14.3 32-32l0-48c0-35.3-28.7-64-64-64l-64 0zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z`},child:[]}]})(e)}function Tn(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z`},child:[]}]})(e)}function En(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5L320 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96 43 96 96s-43 96-96 96l-276.4 0c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2L416 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-53 0-96-43-96-96s43-96 96-96l39.8 0c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z`},child:[]}]})(e)}function Dn(e){return S({tag:`svg`,attr:{viewBox:`0 0 448 512`},child:[{tag:`path`,attr:{d:`M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z`},child:[]}]})(e)}function On(e){return S({tag:`svg`,attr:{viewBox:`0 0 320 512`},child:[{tag:`path`,attr:{d:`M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z`},child:[]}]})(e)}function kn(e){return S({tag:`svg`,attr:{viewBox:`0 0 512 512`},child:[{tag:`path`,attr:{d:`M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z`},child:[]}]})(e)}function An(e){return S({tag:`svg`,attr:{viewBox:`0 0 448 512`},child:[{tag:`path`,attr:{d:`M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z`},child:[]}]})(e)}function jn(e){return S({tag:`svg`,attr:{viewBox:`0 0 576 512`},child:[{tag:`path`,attr:{d:`M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z`},child:[]}]})(e)}function Mn(e){return S({tag:`svg`,attr:{viewBox:`0 0 640 512`},child:[{tag:`path`,attr:{d:`M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z`},child:[]}]})(e)}function Nn(e){return S({tag:`svg`,attr:{role:`img`,viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{d:`M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12 6.623 0 12-5.377 12-12 0-6.622-5.377-12-12-12zm0 .791a11.203 11.203 0 0 1 11.209 11.21A11.202 11.202 0 0 1 12 23.208 11.203 11.203 0 0 1 .791 12 11.203 11.203 0 0 1 12.001.791zm0 1.871a9.356 9.356 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.342 9.342 0 0 0 12 2.662zM7.2 4a9.338 9.338 0 0 0-4.54 8 9.338 9.338 0 0 0 18.677 0 9.338 9.338 0 0 0-4.54-7.998 4.888 4.888 0 0 1-2.701 5.365l-.12 2.066 1.482 1.483-1.483 1.482.989.989-.989.988.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4zm3.4 6.543v6.99h.7v-6.99z`},child:[]}]})(e)}function Pn(e){return S({tag:`svg`,attr:{role:`img`,viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{d:`M12.571 5.714a5.714 5.714 0 1 1 11.43 0 5.714 5.714 0 0 1-11.43 0zm2.264 5.165l-3.502 3.502c2.015-1.488 4.48-2.31 6.953-2.31 1.155 0 2.307.182 3.428.53v-1.709a6.176 6.176 0 0 1-3.428 1.037 6.177 6.177 0 0 1-3.45-1.05zm6.88 11.407V13.12a11.074 11.074 0 0 0-3.43-.55 11.25 11.25 0 0 0-6.731 2.265c-.425.34-.697.863-.697 1.45V24H20a1.72 1.72 0 0 0 1.714-1.714zM13.12 9.165L.001 22.285V4a1.72 1.72 0 0 1 1.713-1.714h11.394a6.176 6.176 0 0 0-1.037 3.428c0 1.276.388 2.463 1.05 3.45zm-5.246-1.95a2.7 2.7 0 0 0-.077-.644h-2.94v1.142h1.69c.001.303-.228.755-.625 1.025-.258.176-.606.298-1.066.298-.818 0-1.512-.552-1.76-1.295a1.887 1.887 0 0 1 0-1.196c.248-.743.942-1.295 1.76-1.295.6 0 .987.268 1.19.458l.913-.889A3.018 3.018 0 0 0 4.857 4a3.143 3.143 0 1 0 0 6.287c.848 0 1.563-.279 2.083-.759.593-.547.935-1.356.935-2.313zm2.482 9.07c0-.511.17-.995.471-1.399L1.714 24h8.643v-7.714z`},child:[]}]})(e)}function Fn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{d:`m22 15-3-4-3 4h1.906c-.436 2.469-2.438 4.471-4.906 4.906V13h2v-2h-2V9.336c1.543-.459 2.714-1.923 2.714-3.621C15.714 3.666 14.048 2 12 2S8.286 3.666 8.286 5.715c0 1.698 1.171 3.162 2.714 3.621V11H9v2h2v6.906C8.531 19.471 6.529 17.469 6.094 15H8l-3-4-3 4h2.073c.511 3.885 3.929 7 7.927 7s7.416-3.115 7.927-7H22zM10.286 5.715C10.286 4.77 11.055 4 12 4s1.714.77 1.714 1.715c0 .951-.801 1.785-1.714 1.785s-1.714-.834-1.714-1.785z`},child:[]}]})(e)}function In(e){return S({tag:`svg`,attr:{viewBox:`0 0 256 256`,fill:`currentColor`},child:[{tag:`path`,attr:{d:`M249.45,69.31a12,12,0,0,0-12.51,1L212,88.43V72a20,20,0,0,0-20-20H32A20,20,0,0,0,12,72V184a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V167.57l24.94,18.14A12,12,0,0,0,256,176V80A12,12,0,0,0,249.45,69.31ZM188,180H36V76H188Zm44-27.57-20-14.54V118.11l20-14.54Z`},child:[]}]})(e)}function Ln(e){return S({tag:`svg`,attr:{fill:`none`,viewBox:`0 0 24 24`},child:[{tag:`path`,attr:{strokeWidth:`2`,d:`M12 14V6m0 12v-2m0-14C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z`},child:[]}]})(e)}function Rn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M2 12h10`},child:[]},{tag:`path`,attr:{d:`M9 4v16`},child:[]},{tag:`path`,attr:{d:`m3 9 3 3-3 3`},child:[]},{tag:`path`,attr:{d:`M12 6 9 9 6 6`},child:[]},{tag:`path`,attr:{d:`m6 18 3-3 1.5 1.5`},child:[]},{tag:`path`,attr:{d:`M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z`},child:[]}]})(e)}function zn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`rect`,attr:{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`},child:[]},{tag:`path`,attr:{d:`M15 3v18`},child:[]}]})(e)}function Bn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`rect`,attr:{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`},child:[]},{tag:`path`,attr:{d:`M3 15h18`},child:[]}]})(e)}function Vn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 12h14`},child:[]}]})(e)}function Hn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M3 7V5c0-1.1.9-2 2-2h2`},child:[]},{tag:`path`,attr:{d:`M17 3h2c1.1 0 2 .9 2 2v2`},child:[]},{tag:`path`,attr:{d:`M21 17v2c0 1.1-.9 2-2 2h-2`},child:[]},{tag:`path`,attr:{d:`M7 21H5c-1.1 0-2-.9-2-2v-2`},child:[]},{tag:`rect`,attr:{width:`7`,height:`5`,x:`7`,y:`7`,rx:`1`},child:[]},{tag:`rect`,attr:{width:`7`,height:`5`,x:`10`,y:`12`,rx:`1`},child:[]}]})(e)}function Un(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`line`,attr:{x1:`3`,x2:`15`,y1:`22`,y2:`22`},child:[]},{tag:`line`,attr:{x1:`4`,x2:`14`,y1:`9`,y2:`9`},child:[]},{tag:`path`,attr:{d:`M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18`},child:[]},{tag:`path`,attr:{d:`M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5`},child:[]}]})(e)}function Wn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5`},child:[]}]})(e)}function Gn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M15.585 15.586a2 2 0 0 0 2.826 2.831`},child:[]},{tag:`path`,attr:{d:`M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5`},child:[]},{tag:`path`,attr:{d:`M3 3l18 18`},child:[]}]})(e)}function Kn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5`},child:[]},{tag:`path`,attr:{d:`M3 9l4 0`},child:[]}]})(e)}function qn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M3 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2`},child:[]},{tag:`path`,attr:{d:`M3 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2`},child:[]},{tag:`path`,attr:{d:`M17 4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2`},child:[]},{tag:`path`,attr:{d:`M17 18a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -2`},child:[]},{tag:`path`,attr:{d:`M11 5h2`},child:[]},{tag:`path`,attr:{d:`M5 11v2`},child:[]},{tag:`path`,attr:{d:`M19 11v2`},child:[]},{tag:`path`,attr:{d:`M11 19h2`},child:[]}]})(e)}function Jn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2`},child:[]},{tag:`path`,attr:{d:`M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2`},child:[]},{tag:`path`,attr:{d:`M9 17v-5`},child:[]},{tag:`path`,attr:{d:`M12 17v-1`},child:[]},{tag:`path`,attr:{d:`M15 17v-3`},child:[]}]})(e)}function Yn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M10 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M17 8a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M3 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M13 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0`},child:[]},{tag:`path`,attr:{d:`M6.5 9.5l3.5 -3`},child:[]},{tag:`path`,attr:{d:`M14 5.5l3 1.5`},child:[]},{tag:`path`,attr:{d:`M18.5 10l-2.5 7`},child:[]},{tag:`path`,attr:{d:`M13.5 17.5l-7 -5`},child:[]}]})(e)}function Xn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6`},child:[]},{tag:`path`,attr:{d:`M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0`},child:[]},{tag:`path`,attr:{d:`M8 11v-4a4 4 0 1 1 8 0v4`},child:[]}]})(e)}function Zn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2l0 -6`},child:[]},{tag:`path`,attr:{d:`M11 16a1 1 0 1 0 2 0a1 1 0 1 0 -2 0`},child:[]},{tag:`path`,attr:{d:`M8 11v-5a4 4 0 0 1 8 0`},child:[]}]})(e)}function Qn(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12`},child:[]},{tag:`path`,attr:{d:`M15 4v16`},child:[]},{tag:`path`,attr:{d:`M10 10l-2 2l2 2`},child:[]}]})(e)}function $n(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2`},child:[]},{tag:`path`,attr:{d:`M20 15h-16`},child:[]},{tag:`path`,attr:{d:`M14 10l-2 -2l-2 2`},child:[]}]})(e)}function er(e){return S({tag:`svg`,attr:{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`},child:[{tag:`path`,attr:{d:`M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2`},child:[]},{tag:`path`,attr:{d:`M9 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0`},child:[]}]})(e)}function tr(e){return S({tag:`svg`,attr:{viewBox:`0 0 32 32`},child:[{tag:`path`,attr:{d:`M 16 6 C 9.382813 6 4 11.382813 4 18 C 4 20.894531 5.035156 23.550781 6.75 25.625 L 7.03125 26 L 24.96875 26 L 25.25 25.625 C 26.964844 23.550781 28 20.894531 28 18 C 28 11.382813 22.617188 6 16 6 Z M 16 8 C 21.535156 8 26 12.464844 26 18 C 26 20.265625 25.207031 22.324219 23.9375 24 L 8.0625 24 C 6.792969 22.324219 6 20.265625 6 18 C 6 12.464844 10.464844 8 16 8 Z M 16 9 C 15.449219 9 15 9.449219 15 10 C 15 10.550781 15.449219 11 16 11 C 16.550781 11 17 10.550781 17 10 C 17 9.449219 16.550781 9 16 9 Z M 12 10.0625 C 11.449219 10.0625 11 10.511719 11 11.0625 C 11 11.613281 11.449219 12.0625 12 12.0625 C 12.550781 12.0625 13 11.613281 13 11.0625 C 13 10.511719 12.550781 10.0625 12 10.0625 Z M 20 10.0625 C 19.449219 10.0625 19 10.511719 19 11.0625 C 19 11.613281 19.449219 12.0625 20 12.0625 C 20.550781 12.0625 21 11.613281 21 11.0625 C 21 10.511719 20.550781 10.0625 20 10.0625 Z M 9.0625 13 C 8.511719 13 8.0625 13.449219 8.0625 14 C 8.0625 14.550781 8.511719 15 9.0625 15 C 9.613281 15 10.0625 14.550781 10.0625 14 C 10.0625 13.449219 9.613281 13 9.0625 13 Z M 22.65625 13.03125 L 17 16.28125 C 16.707031 16.109375 16.363281 16 16 16 C 14.894531 16 14 16.894531 14 18 C 14 19.105469 14.894531 20 16 20 C 17.09375 20 17.984375 19.121094 18 18.03125 C 18 18.019531 18 18.011719 18 18 L 23.65625 14.78125 Z M 8 17 C 7.449219 17 7 17.449219 7 18 C 7 18.550781 7.449219 19 8 19 C 8.550781 19 9 18.550781 9 18 C 9 17.449219 8.550781 17 8 17 Z M 24 17 C 23.449219 17 23 17.449219 23 18 C 23 18.550781 23.449219 19 24 19 C 24.550781 19 25 18.550781 25 18 C 25 17.449219 24.550781 17 24 17 Z M 9.0625 21 C 8.511719 21 8.0625 21.449219 8.0625 22 C 8.0625 22.550781 8.511719 23 9.0625 23 C 9.613281 23 10.0625 22.550781 10.0625 22 C 10.0625 21.449219 9.613281 21 9.0625 21 Z M 22.9375 21 C 22.386719 21 21.9375 21.449219 21.9375 22 C 21.9375 22.550781 22.386719 23 22.9375 23 C 23.488281 23 23.9375 22.550781 23.9375 22 C 23.9375 21.449219 23.488281 21 22.9375 21 Z`},child:[]}]})(e)}function nr(e){return S({tag:`svg`,attr:{viewBox:`0 0 32 32`},child:[{tag:`path`,attr:{d:`M 8.1875 5 L 7.96875 5.65625 L 6.03125 11 L 6 11 L 6 11.0625 L 5.0625 13.65625 L 5 13.8125 L 5 15 L 7 15 L 7 14.15625 L 7.40625 13 L 10.59375 13 L 11 14.15625 L 11 15 L 13 15 L 13 13.8125 L 12.9375 13.65625 L 12 11.0625 L 12 11 L 11.96875 11 L 10.03125 5.65625 L 9.8125 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 9 8.65625 L 9.84375 11 L 8.15625 11 Z M 5 17 L 5 19 L 10.5625 19 L 5.28125 24.28125 L 5 24.59375 L 5 27 L 13 27 L 13 25 L 7.4375 25 L 12.71875 19.71875 L 13 19.40625 L 13 17 Z`},child:[]}]})(e)}function rr(e){return S({tag:`svg`,attr:{viewBox:`0 0 32 32`},child:[{tag:`path`,attr:{d:`M 5 5 L 5 7 L 10.5625 7 L 5.28125 12.28125 L 5 12.59375 L 5 15 L 13 15 L 13 13 L 7.4375 13 L 12.71875 7.71875 L 13 7.40625 L 13 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 8.1875 17 L 7.96875 17.65625 L 6.03125 23 L 6 23 L 6 23.0625 L 5.0625 25.65625 L 5 25.8125 L 5 27 L 7 27 L 7 26.15625 L 7.40625 25 L 10.59375 25 L 11 26.15625 L 11 27 L 13 27 L 13 25.8125 L 12.9375 25.65625 L 12 23.0625 L 12 23 L 11.96875 23 L 10.03125 17.65625 L 9.8125 17 Z M 9 20.65625 L 9.84375 23 L 8.15625 23 Z`},child:[]}]})(e)}function ir(e){return S({tag:`svg`,attr:{viewBox:`0 0 32 32`},child:[{tag:`path`,attr:{d:`M 8 6 L 8 8 L 12 8 L 12 6 Z M 20 6 L 20 8 L 24 8 L 24 6 Z M 4 9 L 4 27 L 28 27 L 28 9 Z M 6 11 L 26 11 L 26 25 L 6 25 Z M 20 15 L 20 17 L 18 17 L 18 19 L 20 19 L 20 21 L 22 21 L 22 19 L 24 19 L 24 17 L 22 17 L 22 15 Z M 8 17 L 8 19 L 14 19 L 14 17 Z`},child:[]}]})(e)}var ar={RiMapLine:it,RiCustomerService2Line:on,RiFileChartLine:Ht,RiDatabase2Line:Yt,RiBuildingLine:tn,RiToolsFill:$t,RiSettings3Line:ht,RiUserAddLine:Ye,RiSearchLine:gt,RiFilter2Line:xt,FaChevronLeft:On,RiArrowDropLeftLine:bn,RiArrowDropRightLine:yn,FaEllipsis:Dn,RiDeleteBin7Line:Tt,FaChevronDown:ve,RiArrowDropDownLine:xn,RiArrowDropUpLine:vn,RiUserLine:Je,RiGroupLine:Xe,FaArrowRightArrowLeft:An,RiArrowRightDoubleFill:hn,RiArrowLeftDoubleFill:_n,RiCpuLine:Xt,RiBarChartBoxLine:ln,FaArrowsRotate:kn,RiExternalLinkLine:wt,RiSimCard2Line:Wt,RiCloseFill:Ot,RiAddFill:jt,FiRadio:A,RiCarLine:ot,RiSteering2Line:Qe,RiInfoI:zt,RiCheckFill:kt,LuGroup:Hn,RiInformationLine:vt,MdTerrain:ye,RiSpeedUpFill:Nt,RiBatteryChargeLine:Zt,RiTimer2Line:lt,SiGooglestreetview:Pn,SiKeepassxc:Nn,FaStreetView:wn,FaSatelliteDish:Tn,RiTruckLine:Ze,RiShutDownLine:Gt,TbTruckOff:Gn,TbLayoutSidebarRightExpand:Qn,TbLayoutBottombarExpand:$n,RiInformation2Line:yt,RiRestartLine:Jt,RiStarFill:pt,RiStarHalfFill:ft,RiStarLine:dt,RiThermometerLine:Mt,LuFuel:Un,TbLock:Xn,TbAnchor:er,RiRouteLine:$e,RiTimerLine:ct,RiAlertLine:At,TbTransformPoint:qn,TbTruckDelivery:Kn,TbTruck:Wn,TbLockOpen:Zn,RiUpload2Line:st,RiListView:It,RiKanbanView2:Rt,RiCustomerService2Fill:sn,RiPencilLine:en,RiListCheck2:Lt,RiWhatsappLine:Pt,RiCornerDownRightLine:fn,RiHistoryLine:bt,RiCalendarLine:cn,RiFileList2Line:Vt,RiRefreshLine:_t,BiAnchor:Fn,BsWebcam:me,PiVideoCameraBold:In,RiRfidLine:Kt,HiOutlineWrenchScrewdriver:Cn,RiClipboardLine:Ut,RiToolsLine:Qt,RiGasStationLine:at,RiTimeLine:ut,RiDashboardFill:Dt,RiMoneyDollarCircleLine:Ft,RiEyeLine:St,RiEyeCloseLine:Ct,RiSpam2Line:mt,TbPolygon:Yn,MdOutlineTrendingUp:we,MdOutlineTrendingDown:Te,LuMinus:Vn,LuThermometerSnowflake:Rn,RiArrowDownSFill:Sn,RiArrowUpSFill:pn,RiTempHotLine:qe,RiBarChart2Line:un,RiMedalLine:nn,RiMapPin2Line:rt,RiRoadMapLine:et,RiLineChartLine:rn,LiaCarBatterySolid:ir,FaRegEyeSlash:Mn,FaRegEye:jn,RiFileListFill:Bt,FaRoute:En,RiRfidFill:qt,RiMapPinLine:nt,RiIdCardLine:an,LiaTachometerAltSolid:tr,TbReportAnalytics:Jn,GrCircleAlert:Ln,RiBarChart2Fill:dn,MdOutlineAdminPanelSettings:De,MdOutlineInsights:Ce,MdArrowRightAlt:xe,MdTrackChanges:be,MdOutlineHealthAndSafety:Se,RiArrowLeftSFill:gn,RiArrowRightSFill:mn,RiDashboardLine:Et,LiaSortAlphaDownSolid:nr,LiaSortAlphaDownAltSolid:rr,LuPanelRight:zn,LuPanelBottom:Bn,RiPushpinLine:tt},or=({name:e,size:t,onClick:n,className:r})=>{let i=ar[e];return i?(0,l.jsx)(i,{className:`${r} ${n?`clickable`:``}`,size:t||`24px`,onClick:n}):null},sr=({label:e,id:t,required:n,className:r=``,...i})=>{let a=(0,c.useId)(),o=t??a;return(0,l.jsxs)(`label`,{htmlFor:o,className:`flex w-full flex-col gap-2`,children:[(0,l.jsxs)(`span`,{className:`text-sm font-medium text-neutral-text-primary`,children:[e,n&&(0,l.jsx)(`span`,{className:`text-action-primary`,children:` *`})]}),(0,l.jsx)(`input`,{id:o,required:n,...i,className:`w-full border border-neutral-border rounded-lg bg-surface-base-light px-4 py-2 text-neutral-text-primary placeholder:text-neutral-placeholder outline-none focus:border-action-primary transition-colors ${r}`})]})};function cr({label:e,id:t,required:n,className:r=``,...i}){let a=(0,c.useId)(),o=t??a;return(0,l.jsxs)(`label`,{htmlFor:o,className:`flex w-full flex-col gap-2`,children:[e&&(0,l.jsxs)(`span`,{className:`text-sm font-medium text-neutral-text-primary`,children:[e,n&&(0,l.jsx)(`span`,{className:`text-action-primary`,children:` *`})]}),(0,l.jsx)(`input`,{id:o,type:`number`,required:n,className:`w-full rounded-lg border border-neutral-border bg-surface-base-light px-4 py-2 text-neutral-text-primary placeholder:text-neutral-placeholder outline-none transition-colors focus:border-action-primary ${r}`,...i})]})}function lr({className:e=``,sizeClassName:t=`h-5 w-5`,label:n=`Carregando`}){return(0,l.jsx)(`span`,{className:[`inline-flex animate-spin rounded-full border-2 border-neutral-border border-t-brand-primary`,t,e].filter(Boolean).join(` `),role:`status`,"aria-label":n})}function ur({open:e,title:t=`Carregando`,message:n=`Aguarde enquanto processamos as informacoes.`}){return(0,l.jsx)(B,{open:e,title:t,className:`max-w-sm`,children:(0,l.jsxs)(`div`,{className:`flex flex-col items-center gap-4 py-4 text-center`,children:[(0,l.jsx)(lr,{sizeClassName:`h-10 w-10`}),(0,l.jsx)(`p`,{className:`text-sm text-neutral-text-secondary`,children:n})]})})}var dr=35,$=10,fr=e=>{let t=String(e??``);return t.length<=dr?t:`${t.slice(0,dr)}...`};function pr({columns:e,data:t,header:n,isClickable:r=!1,onRowClick:i}){let[a,o]=(0,c.useState)(1),s=Math.max(1,Math.ceil(t.length/$)),u=Math.min(a,s),d=(u-1)*$,f=t.slice(d,d+$),p=t.length===0?0:d+1,m=Math.min(d+$,t.length);return(0,c.useEffect)(()=>{o(1)},[t]),(0,l.jsxs)(`div`,{className:`flex min-h-0 w-full flex-1 flex-col overflow-hidden rounded-2xl bg-surface-base-light shadow`,children:[n&&(0,l.jsx)(`div`,{className:`bg-surface-subtle-light px-6 py-3 border-b border-neutral-border shrink-0`,children:n}),(0,l.jsx)(`div`,{className:`scrollbar-indicator flex-1 overflow-auto`,children:(0,l.jsxs)(`table`,{className:`w-full table-fixed text-sm`,children:[(0,l.jsx)(`thead`,{className:`sticky top-0 bg-surface-subtle-light`,children:(0,l.jsx)(`tr`,{children:e.map(e=>(0,l.jsx)(`th`,{className:`px-6 py-3 text-left text-xs font-semibold uppercase tracking-wide text-neutral-placeholder border-b border-neutral-border ${e.className??``}`,children:e.header},String(e.accessor)))})}),(0,l.jsx)(`tbody`,{children:t.length===0?(0,l.jsx)(`tr`,{children:(0,l.jsx)(`td`,{colSpan:e.length,className:`py-12 text-center text-sm text-neutral-placeholder`,children:`Nenhum resultado encontrado.`})}):f.map((t,n)=>(0,l.jsx)(`tr`,{onClick:()=>{r&&i?.(t)},className:`border-b border-neutral-surface transition-colors hover:bg-neutral-surface ${r?`cursor-pointer`:``}`,children:e.map(e=>{let n=String(t[e.accessor]??``);return(0,l.jsx)(`td`,{className:`px-6 py-4 text-neutral-text-primary ${e.className??``}`,children:e.render?e.render(t[e.accessor],t):(0,l.jsx)(`span`,{className:`block truncate`,title:n,children:fr(n)})},String(e.accessor))})},d+n))})]})}),t.length>0&&(0,l.jsxs)(`div`,{className:`flex shrink-0 items-center justify-between gap-4 border-t border-neutral-border bg-surface-subtle-light px-6 py-3`,children:[(0,l.jsxs)(`span`,{className:`text-sm text-neutral-text-secondary`,children:[`Mostrando `,p,`-`,m,` de `,t.length]}),(0,l.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,l.jsx)(`button`,{type:`button`,onClick:()=>o(e=>Math.max(1,e-1)),disabled:u===1,className:`flex h-9 w-9 items-center justify-center rounded-lg border border-neutral-border bg-surface-base-light text-neutral-text-primary transition-colors hover:bg-neutral-surface disabled:cursor-not-allowed disabled:opacity-40`,"aria-label":`Página anterior`,children:(0,l.jsx)(ne,{size:18,"aria-hidden":`true`})}),(0,l.jsxs)(`span`,{className:`min-w-24 text-center text-sm text-neutral-text-secondary`,children:[`Página `,u,` de `,s]}),(0,l.jsx)(`button`,{type:`button`,onClick:()=>o(e=>Math.min(s,e+1)),disabled:u===s,className:`flex h-9 w-9 items-center justify-center rounded-lg border border-neutral-border bg-surface-base-light text-neutral-text-primary transition-colors hover:bg-neutral-surface disabled:cursor-not-allowed disabled:opacity-40`,"aria-label":`Próxima página`,children:(0,l.jsx)(te,{size:18,"aria-hidden":`true`})})]})]})]})}function mr({label:e,id:t,className:n=``,...r}){let i=(0,c.useId)(),a=t??i;return(0,l.jsxs)(`label`,{htmlFor:a,className:[`inline-flex items-center gap-2 text-sm font-medium text-neutral-text-primary`,r.disabled?`cursor-not-allowed opacity-60`:`cursor-pointer`,n].filter(Boolean).join(` `),children:[(0,l.jsx)(`input`,{id:a,type:`radio`,className:`h-4 w-4 border-neutral-border accent-action-primary`,...r}),e&&(0,l.jsx)(`span`,{children:e})]})}var hr=({searchValue:e,onSearchChange:t,searchPlaceholder:n=`Buscar...`,filterLabel:r,filterOptions:i,filterValue:a,onFilterChange:o,total:s,pageStart:c,pageEnd:u,onExport:d})=>(0,l.jsxs)(`div`,{className:`flex items-center justify-between pb-4 border-b border-neutral-border`,children:[(0,l.jsxs)(`div`,{className:`flex items-center gap-3`,children:[i&&o&&(0,l.jsxs)(`div`,{className:`relative`,children:[(0,l.jsxs)(`select`,{value:a,onChange:e=>o(e.target.value),className:`appearance-none flex items-center gap-2 border border-neutral-border rounded-lg px-4 py-2 pr-8 text-sm text-neutral-text-primary bg-surface-base-light cursor-pointer hover:border-action-primary transition-colors focus:outline-none focus:ring-1 focus:ring-action-primary`,children:[r&&(0,l.jsx)(`option`,{value:``,children:r}),i.map(e=>(0,l.jsx)(`option`,{value:e.value,children:e.label},e.value))]}),(0,l.jsx)(I,{size:14,className:`pointer-events-none absolute right-2.5 top-1/2 -translate-y-1/2 text-neutral-text-secondary`})]}),(0,l.jsxs)(`div`,{className:`flex items-center gap-2 border border-neutral-border rounded-lg px-3 py-2 bg-surface-base-light focus-within:ring-1 focus-within:ring-action-primary focus-within:border-action-primary transition-colors`,children:[(0,l.jsx)(k,{size:15,className:`text-neutral-placeholder shrink-0`}),(0,l.jsx)(`input`,{type:`text`,value:e,onChange:e=>t(e.target.value),placeholder:n,className:`text-sm text-neutral-text-primary placeholder:text-neutral-placeholder bg-transparent outline-none w-48`})]})]}),(0,l.jsxs)(`div`,{className:`flex items-center gap-4`,children:[(0,l.jsxs)(`span`,{className:`text-sm text-neutral-text-secondary`,children:[c,` - `,u,` de`,` `,(0,l.jsx)(`span`,{className:`font-medium text-neutral-text-primary`,children:s})]}),d&&(0,l.jsxs)(`button`,{onClick:d,className:`flex items-center gap-1.5 text-sm text-action-primary hover:text-action-primary-hover transition-colors`,children:[(0,l.jsx)(F,{size:15}),`Exportar dados`]})]})]});function gr({children:e,className:t=``,truncate:n=!1,preserveLines:r=!1,noSelect:i=!1,...a}){return(0,l.jsx)(`p`,{className:[`m-0 text-sm text-neutral-text-primary`,n?`truncate`:``,r?`whitespace-pre-line`:``,i?`select-none`:``,a.onClick?`cursor-pointer`:``,t].filter(Boolean).join(` `),...a,children:e})}function _r({label:e,id:t,required:n,className:r=``,...i}){let a=(0,c.useId)(),o=t??a;return(0,l.jsxs)(`label`,{htmlFor:o,className:`flex w-full flex-col gap-2`,children:[e&&(0,l.jsxs)(`span`,{className:`text-sm font-medium text-neutral-text-primary`,children:[e,n&&(0,l.jsx)(`span`,{className:`text-action-primary`,children:` *`})]}),(0,l.jsx)(`textarea`,{id:o,required:n,className:[`min-h-28 w-full resize-y rounded-lg border border-neutral-border bg-surface-base-light px-4 py-2 text-neutral-text-primary`,`placeholder:text-neutral-placeholder outline-none transition-colors focus:border-action-primary`,r].join(` `),...i})]})}var vr={success:`border-status-success text-status-success`,warning:`border-status-warning text-neutral-text-primary`,danger:`border-status-danger text-status-danger`,info:`border-action-primary text-action-primary`};function yr({title:e,children:t,variant:n=`info`,onClose:r,className:i=``}){return(0,l.jsxs)(`div`,{className:[`flex w-full max-w-sm gap-3 rounded-lg border bg-surface-base-light px-4 py-3 shadow-xl`,vr[n],i].filter(Boolean).join(` `),role:`status`,children:[(0,l.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[e&&(0,l.jsx)(`strong`,{className:`block text-sm font-semibold`,children:e}),t&&(0,l.jsx)(`div`,{className:`mt-1 text-sm text-neutral-text-secondary`,children:t})]}),r&&(0,l.jsx)(`button`,{type:`button`,onClick:r,className:`shrink-0 text-neutral-placeholder transition-colors hover:text-neutral-text-primary`,"aria-label":`Fechar aviso`,children:(0,l.jsx)(w,{size:18})})]})}var br={top:`bottom-full left-1/2 mb-2 -translate-x-1/2`,right:`left-full top-1/2 ml-2 -translate-y-1/2`,bottom:`left-1/2 top-full mt-2 -translate-x-1/2`,left:`right-full top-1/2 mr-2 -translate-y-1/2`};function xr({content:e,children:t,placement:n=`top`,className:r=``}){return(0,l.jsxs)(`span`,{className:`group relative inline-flex`,children:[t,(0,l.jsx)(`span`,{className:[`pointer-events-none absolute z-50 max-w-64 rounded-md bg-surface-base-dark px-3 py-2 text-xs text-text-inverse`,`opacity-0 shadow transition-opacity group-hover:opacity-100`,br[n],r].join(` `),role:`tooltip`,children:e})]})}exports.AccountModal=de,exports.AlignMainContent=fe,exports.AsideBar=ke,exports.Checkbox=Me,exports.CodeModal=Ne,exports.ContentPreference=Q,exports.DataTable=Ie,exports.DatePicker=Le,exports.FastFilter=Be,exports.FilterBar=Ge,exports.Header=Ke,exports.Icon=or,exports.InputNumber=cr,exports.LoadingModal=ur,exports.MainContent=pr,exports.Modal=B,exports.MyButton=Ae,exports.MyButtonMain=ze,exports.MyCreateButton=je,exports.MyExpandGroup=Re,exports.MyInput=sr,exports.MySearch=Ve,exports.MySelect=He,exports.RadioButton=mr,exports.Spinner=lr,exports.Switch=V,exports.TableToolbar=hr,exports.Text=gr,exports.TextArea=_r,exports.Toast=yr,exports.Tooltip=xr;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:"";--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--container-4xl:56rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:before,:after{box-sizing:border-box}body{background:var(--app-shell-bg);color:var(--app-neutral-text-primary);font-family:var(--app-font-family);margin:0}button,input,select,textarea{font:inherit}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-0\.5{top:calc(var(--spacing) * .5)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing) * 2)}.top-4{top:calc(var(--spacing) * 4)}.top-6{top:calc(var(--spacing) * 6)}.top-full{top:100%}.right-0{right:0}.right-0\.5{right:calc(var(--spacing) * .5)}.right-2{right:calc(var(--spacing) * 2)}.right-2\.5{right:calc(var(--spacing) * 2.5)}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.right-6{right:calc(var(--spacing) * 6)}.right-full{right:100%}.bottom-full{bottom:100%}.left-1\/2{left:50%}.left-3{left:calc(var(--spacing) * 3)}.left-full{left:100%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.m-0{margin:0}.mx-auto{margin-inline:auto}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:var(--spacing)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mt-auto{margin-top:auto}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-auto{margin-right:auto}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-2{height:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-15{height:calc(var(--spacing) * 15)}.h-\[34px\]{height:34px}.h-\[45rem\]{height:45rem}.h-\[88px\]{height:88px}.h-full{height:100%}.h-screen{height:100vh}.max-h-80{max-height:calc(var(--spacing) * 80)}.max-h-\[92vh\]{max-height:92vh}.min-h-0{min-height:0}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-12{min-height:calc(var(--spacing) * 12)}.min-h-24{min-height:calc(var(--spacing) * 24)}.min-h-28{min-height:calc(var(--spacing) * 28)}.min-h-screen{min-height:100vh}.w-2{width:calc(var(--spacing) * 2)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-20{width:calc(var(--spacing) * 20)}.w-35{width:calc(var(--spacing) * 35)}.w-44{width:calc(var(--spacing) * 44)}.w-48{width:calc(var(--spacing) * 48)}.w-50{width:calc(var(--spacing) * 50)}.w-56{width:calc(var(--spacing) * 56)}.w-\[290px\]{width:290px}.w-\[min\(23rem\,calc\(100vw-2rem\)\)\]{width:min(23rem,100vw - 2rem)}.w-full{width:100%}.\!max-w-4xl{max-width:var(--container-4xl)!important}.max-w-6xl{max-width:var(--container-6xl)}.max-w-28{max-width:calc(var(--spacing) * 28)}.max-w-40{max-width:calc(var(--spacing) * 40)}.max-w-64{max-width:calc(var(--spacing) * 64)}.max-w-\[200px\]{max-width:200px}.max-w-lg{max-width:var(--container-lg)}.max-w-sm{max-width:var(--container-sm)}.min-w-0{min-width:0}.min-w-4{min-width:calc(var(--spacing) * 4)}.min-w-24{min-width:calc(var(--spacing) * 24)}.min-w-72{min-width:calc(var(--spacing) * 72)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-180{rotate:180deg}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.resize-y{resize:vertical}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-action-primary{border-color:var(--app-action-primary)}.border-neutral-border,.border-neutral-border\/70{border-color:var(--app-neutral-border)}@supports (color:color-mix(in lab, red, red)){.border-neutral-border\/70{border-color:color-mix(in oklab, var(--app-neutral-border) 70%, transparent)}}.border-neutral-surface{border-color:var(--app-neutral-surface)}.border-status-danger{border-color:var(--app-status-danger)}.border-status-danger-soft{border-color:var(--app-status-danger-soft)}.border-status-success{border-color:var(--app-status-success)}.border-status-warning{border-color:var(--app-status-warning)}.border-t-action-primary{border-top-color:var(--app-action-primary)}.border-t-brand-primary{border-top-color:var(--app-brand-primary)}.bg-action-primary,.bg-action-primary\/10{background-color:var(--app-action-primary)}@supports (color:color-mix(in lab, red, red)){.bg-action-primary\/10{background-color:color-mix(in oklab, var(--app-action-primary) 10%, transparent)}}.bg-black\/5{background-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.bg-black\/5{background-color:color-mix(in oklab, var(--color-black) 5%, transparent)}}.bg-brand-primary{background-color:var(--app-brand-primary)}.bg-neutral-border{background-color:var(--app-neutral-border)}.bg-neutral-surface{background-color:var(--app-neutral-surface)}.bg-status-danger{background-color:var(--app-status-danger)}.bg-surface-base-dark,.bg-surface-base-dark\/40{background-color:var(--app-surface-base-dark)}@supports (color:color-mix(in lab, red, red)){.bg-surface-base-dark\/40{background-color:color-mix(in oklab, var(--app-surface-base-dark) 40%, transparent)}}.bg-surface-base-light{background-color:var(--app-surface-base-light)}.bg-surface-subtle-light,.bg-surface-subtle-light\/60{background-color:var(--app-surface-subtle-light)}@supports (color:color-mix(in lab, red, red)){.bg-surface-subtle-light\/60{background-color:color-mix(in oklab, var(--app-surface-subtle-light) 60%, transparent)}}.bg-transparent{background-color:#0000}.object-contain{object-fit:contain}.p-0{padding:0}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1{padding-inline:var(--spacing)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-12{padding-inline:calc(var(--spacing) * 12)}.px-\[22px\]{padding-inline:22px}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-9{padding-right:calc(var(--spacing) * 9)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-9{padding-left:calc(var(--spacing) * 9)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-\[var\(--app-sidebar-item\)\]{color:var(--app-sidebar-item)}.text-action-primary{color:var(--app-action-primary)}.text-brand-primary{color:var(--app-brand-primary)}.text-neutral-placeholder{color:var(--app-neutral-placeholder)}.text-neutral-text-primary{color:var(--app-neutral-text-primary)}.text-neutral-text-secondary{color:var(--app-neutral-text-secondary)}.text-status-danger{color:var(--app-status-danger)}.text-status-success{color:var(--app-status-success)}.text-surface-base-light{color:var(--app-surface-base-light)}.text-text-inverse{color:var(--app-text-inverse)}.uppercase{text-transform:uppercase}.accent-action-primary{accent-color:var(--app-action-primary)}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-100{opacity:1}.shadow,.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-neutral-border\/60{--tw-ring-color:var(--app-neutral-border)}@supports (color:color-mix(in lab, red, red)){.ring-neutral-border\/60{--tw-ring-color:color-mix(in oklab, var(--app-neutral-border) 60%, transparent)}}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition-\[grid-template-rows\,opacity\]{transition-property:grid-template-rows,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}@media (hover:hover){.group-hover\:bg-\[\#2ea7ad1f\]:is(:where(.group):hover *){background-color:#2ea7ad1f}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.peer-checked\:border-action-primary:is(:where(.peer):checked~*){border-color:var(--app-action-primary)}.peer-checked\:bg-action-primary:is(:where(.peer):checked~*){background-color:var(--app-action-primary)}.peer-checked\:text-text-inverse:is(:where(.peer):checked~*){color:var(--app-text-inverse)}.placeholder\:text-neutral-placeholder::placeholder{color:var(--app-neutral-placeholder)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:top-1:after{content:var(--tw-content);top:var(--spacing)}.after\:left-1:after{content:var(--tw-content);left:var(--spacing)}.after\:h-4:after{content:var(--tw-content);height:calc(var(--spacing) * 4)}.after\:w-4:after{content:var(--tw-content);width:calc(var(--spacing) * 4)}.after\:rounded-full:after{content:var(--tw-content);border-radius:3.40282e38px}.after\:bg-surface-base-light:after{content:var(--tw-content);background-color:var(--app-surface-base-light)}.after\:transition-transform:after{content:var(--tw-content);transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.peer-checked\:after\:translate-x-5:is(:where(.peer):checked~*):after{content:var(--tw-content);--tw-translate-x:calc(var(--spacing) * 5);translate:var(--tw-translate-x) var(--tw-translate-y)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.focus-within\:border-action-primary:focus-within{border-color:var(--app-action-primary)}.focus-within\:ring-1:focus-within{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-within\:ring-action-primary:focus-within{--tw-ring-color:var(--app-action-primary)}@media (hover:hover){.hover\:border-action-primary:hover{border-color:var(--app-action-primary)}.hover\:bg-brand-primary-hover:hover{background-color:var(--app-brand-primary-hover)}.hover\:bg-neutral-surface:hover{background-color:var(--app-neutral-surface)}.hover\:bg-status-danger-soft\/20:hover{background-color:var(--app-status-danger-soft)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-status-danger-soft\/20:hover{background-color:color-mix(in oklab, var(--app-status-danger-soft) 20%, transparent)}}.hover\:bg-surface-base-light\/70:hover{background-color:var(--app-surface-base-light)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-surface-base-light\/70:hover{background-color:color-mix(in oklab, var(--app-surface-base-light) 70%, transparent)}}.hover\:text-action-primary-hover:hover{color:var(--app-action-primary-hover)}.hover\:text-neutral-text-primary:hover{color:var(--app-neutral-text-primary)}.hover\:text-status-danger:hover{color:var(--app-status-danger)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:border-action-primary:focus{border-color:var(--app-action-primary)}.focus\:bg-surface-base-light:focus{background-color:var(--app-surface-base-light)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus\:ring-action-primary:focus,.focus\:ring-action-primary\/15:focus{--tw-ring-color:var(--app-action-primary)}@supports (color:color-mix(in lab, red, red)){.focus\:ring-action-primary\/15:focus{--tw-ring-color:color-mix(in oklab, var(--app-action-primary) 15%, transparent)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-action-primary:focus-visible{outline-color:var(--app-action-primary)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=40rem){.sm\:w-44{width:calc(var(--spacing) * 44)}}@media (width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:pb-8{padding-bottom:calc(var(--spacing) * 8)}}@media (width>=64rem){.lg\:w-60{width:calc(var(--spacing) * 60)}.lg\:px-12{padding-inline:calc(var(--spacing) * 12)}}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-font-family:"Maven Pro", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--app-brand-primary:#1e355f;--app-brand-primary-hover:#031c49;--app-action-primary:#2ea7ad;--app-action-primary-hover:#006b71;--app-accent-highlight:#c8f66a;--app-accent-highlight-hover:#a6e22e;--app-accent-highlight-dark:#81b811;--app-neutral-hover-overlay:#6542;--app-neutral-surface:#f2f2f2;--app-neutral-border:#e0e0e0;--app-neutral-placeholder:#828282;--app-neutral-text-secondary:#58595b;--app-neutral-text-primary:#1d1d1b;--app-sidebar-item:var(--app-neutral-text-secondary);--app-text-inverse:#fff;--app-surface-base-light:#fff;--app-surface-subtle-light:#f9f9f9;--app-surface-base-dark:#151728;--app-surface-subtle-dark:#1d2033;--app-status-success:#2ead61;--app-status-success-soft:#76e090;--app-status-warning:#ecdd13;--app-status-danger:#ec2513;--app-status-danger-soft:#f68c74;--app-radius-sm:6px;--app-radius-md:8px;--app-radius-lg:12px;--app-shell-bg:#f5f7fb;--app-shell-surface:var(--app-surface-base-light);--app-shell-surface-muted:var(--app-surface-subtle-light);--app-focus-ring:0 0 0 3px var(--app-action-primary)}@supports (color:color-mix(in lab, red, red)){:root{--app-focus-ring:0 0 0 3px color-mix(in srgb, var(--app-action-primary) 22%, transparent)}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-brand-primary-hover:#d3e2ff;--app-action-primary:#62d4da;--app-action-primary-hover:#8debf0;--app-neutral-hover-overlay:#ffffff14;--app-neutral-surface:#292d43;--app-neutral-border:#383d55;--app-neutral-placeholder:#9298ad;--app-neutral-text-secondary:#b8bdcc;--app-neutral-text-primary:#f1f3f8;--app-sidebar-item:#e1e4ec;--app-surface-base-light:#151728;--app-surface-subtle-light:#1d2033;--app-shell-bg:#0f111d;--app-shell-surface:#151728;--app-shell-surface-muted:#1d2033}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}
|
|
3
|
-
/*$vite$:1*/
|