quirk-ui 0.0.229 → 0.0.231

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.
@@ -0,0 +1,129 @@
1
+ import { jsxs as _, jsx as t } from "react/jsx-runtime";
2
+ import { useRef as p } from "react";
3
+ import { E as h } from "./external-link-BOPobeQJ.js";
4
+ import { C as k } from "./chevron-down-DSUzBz9F.js";
5
+ import './assets/NavLink.css';const v = "_navbar_1jr5b_5", f = "_left_1jr5b_19", C = "_container_1jr5b_20", I = "_logo_1jr5b_24", w = "_nav_1jr5b_5", y = "_center_1jr5b_39", M = "_hidden_1jr5b_45", N = "_visible_1jr5b_52", T = "_right_1jr5b_67", S = "_title_1jr5b_73", x = "_standard_1jr5b_82", D = "_linkWrapper_1jr5b_86", E = "_triangle_1jr5b_90", $ = "_transparent_1jr5b_95", F = "_menuToggle_1jr5b_121", L = "_sticky_1jr5b_139", R = "_twoColumn_1jr5b_168", W = "_utilityMobile_1jr5b_215", z = "_utility_1jr5b_215", q = "_navInner_1jr5b_243", A = "_grid_1jr5b_254", B = "_linkItem_1jr5b_265", G = "_sublinkToggle_1jr5b_274", H = "_link_1jr5b_86", J = "_newTabIcon_1jr5b_289", K = "_open_1jr5b_296", Q = "_back_1jr5b_319", U = "_sublinks_1jr5b_334", V = "_show_1jr5b_367", X = "_primaryColumn_1jr5b_398", Y = "_secondaryColumn_1jr5b_407", Z = "_spotlightColumn_1jr5b_411", O = "_sublinksInner_1jr5b_415", P = "_sublinksColumn_1jr5b_433", nn = "_chevron_1jr5b_443", en = "_parent_1jr5b_522", on = "_advanced_1jr5b_595", tn = "_linkContent_1jr5b_596", rn = "_subtitle_1jr5b_604", sn = "_sublinksDescription_1jr5b_610", _n = "_withSpotlight_1jr5b_645", ln = "_withoutSpotlight_1jr5b_649", bn = "_groupDivider_1jr5b_687", cn = "_mobileMenu_1jr5b_695", an = "_mobileMenuSlide_1jr5b_696", un = "_mobileMenuItem_1jr5b_706", mn = "_fadeInFromLeft_1jr5b_710", dn = "_fadeInFromRight_1jr5b_714", e = {
6
+ navbar: v,
7
+ left: f,
8
+ container: C,
9
+ logo: I,
10
+ nav: w,
11
+ center: y,
12
+ hidden: M,
13
+ visible: N,
14
+ right: T,
15
+ title: S,
16
+ standard: x,
17
+ linkWrapper: D,
18
+ triangle: E,
19
+ transparent: $,
20
+ menuToggle: F,
21
+ sticky: L,
22
+ twoColumn: R,
23
+ utilityMobile: W,
24
+ utility: z,
25
+ navInner: q,
26
+ grid: A,
27
+ linkItem: B,
28
+ sublinkToggle: G,
29
+ link: H,
30
+ newTabIcon: J,
31
+ open: K,
32
+ back: Q,
33
+ sublinks: U,
34
+ show: V,
35
+ primaryColumn: X,
36
+ secondaryColumn: Y,
37
+ spotlightColumn: Z,
38
+ sublinksInner: O,
39
+ sublinksColumn: P,
40
+ chevron: nn,
41
+ parent: en,
42
+ default: "_default_1jr5b_559",
43
+ advanced: on,
44
+ linkContent: tn,
45
+ subtitle: rn,
46
+ sublinksDescription: sn,
47
+ withSpotlight: _n,
48
+ withoutSpotlight: ln,
49
+ groupDivider: bn,
50
+ mobileMenu: cn,
51
+ mobileMenuSlide: an,
52
+ mobileMenuItem: un,
53
+ fadeInFromLeft: mn,
54
+ fadeInFromRight: dn
55
+ };
56
+ function kn({
57
+ link: n,
58
+ path: o,
59
+ parentPath: l,
60
+ openPath: m,
61
+ togglePath: b,
62
+ updateTriangleIndicator: d,
63
+ setOpenPath: r,
64
+ renderLinks: j,
65
+ buttonRefs: g
66
+ }) {
67
+ var a;
68
+ const s = m === o, i = !!((a = n.sublinks) != null && a.length), c = p(null);
69
+ return g.current.set(o, c.current), /* @__PURE__ */ _(
70
+ "div",
71
+ {
72
+ className: `${e.linkWrapper} ${l ? "" : e.parent}`,
73
+ children: [
74
+ /* @__PURE__ */ t("div", { className: e.linkItem, children: n.href ? /* @__PURE__ */ _(
75
+ "a",
76
+ {
77
+ href: n.href,
78
+ className: e.link,
79
+ target: n.isExternal ? "_blank" : "_self",
80
+ rel: n.isExternal ? "noopener noreferrer" : void 0,
81
+ onClick: () => {
82
+ var u;
83
+ r(null), (u = n.onClick) == null || u.call(n);
84
+ },
85
+ onMouseEnter: () => {
86
+ l || r(null);
87
+ },
88
+ role: "menuitem",
89
+ children: [
90
+ n.label,
91
+ n.isExternal && /* @__PURE__ */ t(h, { className: e.newTabIcon, size: 16 })
92
+ ]
93
+ }
94
+ ) : /* @__PURE__ */ _(
95
+ "button",
96
+ {
97
+ ref: c,
98
+ "aria-haspopup": i ? "true" : void 0,
99
+ "aria-expanded": s,
100
+ className: `${e.sublinkToggle} ${s ? e.open : ""}`,
101
+ onClick: () => b(o),
102
+ onMouseEnter: () => {
103
+ d(o), r(o);
104
+ },
105
+ children: [
106
+ n.label,
107
+ i && /* @__PURE__ */ t(k, { size: 18, className: e.chevron })
108
+ ]
109
+ }
110
+ ) }),
111
+ i && /* @__PURE__ */ t(
112
+ "div",
113
+ {
114
+ className: `${e.sublinks} ${s ? e.show : ""}`,
115
+ onMouseLeave: () => b(o),
116
+ role: "menu",
117
+ "aria-label": `${n.label} submenu`,
118
+ children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t("div", { className: e.sublinksInner, children: /* @__PURE__ */ t("div", { className: e.sublinksColumn, children: j(n.sublinks, o) }) }) })
119
+ }
120
+ )
121
+ ]
122
+ },
123
+ o
124
+ );
125
+ }
126
+ export {
127
+ kn as N,
128
+ e as s
129
+ };
@@ -1 +1 @@
1
- :root{--nav-height: 65px}._navbar_ej1cc_5{position:relative;height:var(--nav-height);z-index:1000}._left_ej1cc_19 ._container_ej1cc_20{justify-content:flex-start}._left_ej1cc_19 ._logo_ej1cc_24{flex:unset}._left_ej1cc_19 ._nav_ej1cc_5{flex:1}@media (max-width: 767px){._left_ej1cc_19 ._logo_ej1cc_24{flex:1}}._center_ej1cc_39 ._nav_ej1cc_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_ej1cc_39 ._nav_ej1cc_5._hidden_ej1cc_45{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_ej1cc_39 ._nav_ej1cc_5._visible_ej1cc_52{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_ej1cc_39 ._logo_ej1cc_24{flex:1}}._right_ej1cc_67 ._container_ej1cc_20{justify-content:flex-end}._right_ej1cc_67 ._logo_ej1cc_24,._right_ej1cc_67 ._title_ej1cc_73{flex:1}._right_ej1cc_67 ._nav_ej1cc_5{flex:unset}._standard_ej1cc_82{left:0;background-color:#fff}._standard_ej1cc_82 ._linkWrapper_ej1cc_86{position:relative}._standard_ej1cc_82 ._triangle_ej1cc_90{display:none}._transparent_ej1cc_95{background-color:transparent}._transparent_ej1cc_95 ._nav_ej1cc_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_ej1cc_95 ._nav_ej1cc_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_ej1cc_95 ._nav_ej1cc_5:before{border-radius:0}}._transparent_ej1cc_95 ._menuToggle_ej1cc_121:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_ej1cc_139{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_ej1cc_20{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_ej1cc_20{grid-template-areas:"first second third fourth"}}._container_ej1cc_20._twoColumn_ej1cc_168{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_ej1cc_73{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_ej1cc_24{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_ej1cc_24 img{height:auto;width:auto}._menuToggle_ej1cc_121{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_ej1cc_121 svg{position:relative;z-index:5}._utilityMobile_ej1cc_215{display:none;grid-area:third;justify-content:flex-end}._utility_ej1cc_215{grid-area:third;display:flex;justify-content:flex-end}._utility_ej1cc_215 a{font-size:var(--font-size-sm)}._nav_ej1cc_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_ej1cc_5{height:100vh}}._navInner_ej1cc_243{position:relative}@media (max-width: 767px){._navInner_ej1cc_243{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_ej1cc_254{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_ej1cc_254{display:flex;flex-direction:column}}._linkItem_ej1cc_265{display:flex;align-items:center;box-sizing:border-box}._navTitle_ej1cc_273,._sublinkToggle_ej1cc_274,._link_ej1cc_86{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_ej1cc_273 ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274 ._newTabIcon_ej1cc_289,._link_ej1cc_86 ._newTabIcon_ej1cc_289{color:var(--color-muted);transition:color .3s ease-in-out}._link_ej1cc_86:hover,._link_ej1cc_86._open_ej1cc_296,._sublinkToggle_ej1cc_274:hover,._sublinkToggle_ej1cc_274._open_ej1cc_296,._link_ej1cc_86:hover ._newTabIcon_ej1cc_289,._link_ej1cc_86._open_ej1cc_296 ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274:hover ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274._open_ej1cc_296 ._newTabIcon_ej1cc_289,._navItem_ej1cc_306:hover{color:var(--color-primary)}._sublinkToggle_ej1cc_274,._back_ej1cc_311{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinkToggle_ej1cc_274:hover,._sublinkToggle_ej1cc_274._open_ej1cc_296,._back_ej1cc_311:hover,._back_ej1cc_311._open_ej1cc_296{color:var(--color-primary)}._sublinks_ej1cc_326{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_ej1cc_326._show_ej1cc_359{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_ej1cc_90{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_ej1cc_90._show_ej1cc_359{top:calc(100% + .3rem);opacity:1;visibility:visible}._primaryColumn_ej1cc_390{border-right:1px solid var(--color-border)}._primaryColumn_ej1cc_390 ._sublinkToggle_ej1cc_274:hover,._primaryColumn_ej1cc_390 ._sublinkToggle_ej1cc_274._open_ej1cc_296{color:var(--color-primary)}._secondaryColumn_ej1cc_399{background-color:var(--color-border)}._spotlightColumn_ej1cc_403{background-color:var(--color-secondary)}._sublinksInner_ej1cc_407{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 767px){._sublinksInner_ej1cc_407{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_ej1cc_425{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_ej1cc_425{padding:0}}._chevron_ej1cc_435{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_ej1cc_274._open_ej1cc_296 ._chevron_ej1cc_435{transform:rotate(180deg)}@media (max-width: 767px){._logo_ej1cc_24{flex:1}._menuToggle_ej1cc_121{display:flex;align-items:center;justify-content:center}._utility_ej1cc_215 a:not(._utility_ej1cc_215 a:first-of-type){display:none}._utilityMobile_ej1cc_215{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_ej1cc_215._open_ej1cc_296{transform:translateY(0)}._nav_ej1cc_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_ej1cc_5._open_ej1cc_296{transform:translate(0)}._linkWrapper_ej1cc_86{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_ej1cc_86._parent_ej1cc_514{border-bottom:1px solid var(--color-border)}._linkWrapper_ej1cc_86._parent_ej1cc_514:last-of-type{border:none}._linkItem_ej1cc_265{width:100%}._chevron_ej1cc_435{display:none}._sublinks_ej1cc_326{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_ej1cc_274{cursor:pointer;pointer-events:none;color:var(--color-muted)}}._default_ej1cc_551 ._sublinks_ej1cc_326{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_ej1cc_551 ._sublinks_ej1cc_326{position:relative;justify-content:center;align-items:center}}._default_ej1cc_551 ._linkItem_ej1cc_265{justify-content:flex-end}@media (max-width: 767px){._default_ej1cc_551 ._linkItem_ej1cc_265{justify-content:center;align-items:center}}._default_ej1cc_551 ._sublinksInner_ej1cc_407{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_ej1cc_551 ._sublinksInner_ej1cc_407{justify-content:center;align-items:center}}._advanced_ej1cc_587 ._linkContent_ej1cc_588{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-xs)}._advanced_ej1cc_587 ._subtitle_ej1cc_596{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_ej1cc_587 ._sublinksDescription_ej1cc_602{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_ej1cc_587 ._sublinks_ej1cc_326{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_ej1cc_587 ._sublinks_ej1cc_326{position:relative;justify-content:center;align-items:center}}._advanced_ej1cc_587 ._linkItem_ej1cc_265{justify-content:flex-start}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407._withSpotlight_ej1cc_634{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407._withoutSpotlight_ej1cc_638{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_ej1cc_587 ._sublinksInner_ej1cc_407{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274{pointer-events:all;color:var(--color-text-primary);width:fit-content;transition:color .3s ease-in-out}._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274:hover,._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274._open_ej1cc_296{color:var(--color-primary)}._advanced_ej1cc_587 ._back_ej1cc_311{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_ej1cc_587 ._back_ej1cc_311:hover{color:var(--color-primary)}._groupDivider_ej1cc_676{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}._mobileMenu_ej1cc_684,._mobileMenuSlide_ej1cc_685{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_ej1cc_695{opacity:0}._fadeInFromLeft_ej1cc_699{animation:_fadeInFromLeft_ej1cc_699 .3s ease-in-out forwards}._fadeInFromRight_ej1cc_703{animation:_fadeInFromRight_ej1cc_703 .3s ease-in-out forwards}@keyframes _fadeInFromLeft_ej1cc_699{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_ej1cc_703{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
1
+ :root{--nav-height: 65px}._navbar_1jr5b_5{position:relative;height:var(--nav-height);z-index:1000}._left_1jr5b_19 ._container_1jr5b_20{justify-content:flex-start}._left_1jr5b_19 ._logo_1jr5b_24{flex:unset}._left_1jr5b_19 ._nav_1jr5b_5{flex:1}@media (max-width: 767px){._left_1jr5b_19 ._logo_1jr5b_24{flex:1}}._center_1jr5b_39 ._nav_1jr5b_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1jr5b_39 ._nav_1jr5b_5._hidden_1jr5b_45{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1jr5b_39 ._nav_1jr5b_5._visible_1jr5b_52{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1jr5b_39 ._logo_1jr5b_24{flex:1}}._right_1jr5b_67 ._container_1jr5b_20{justify-content:flex-end}._right_1jr5b_67 ._logo_1jr5b_24,._right_1jr5b_67 ._title_1jr5b_73{flex:1}._right_1jr5b_67 ._nav_1jr5b_5{flex:unset}._standard_1jr5b_82{left:0;background-color:#fff}._standard_1jr5b_82 ._linkWrapper_1jr5b_86{position:relative}._standard_1jr5b_82 ._triangle_1jr5b_90{display:none}._transparent_1jr5b_95{background-color:transparent}._transparent_1jr5b_95 ._nav_1jr5b_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_1jr5b_95 ._nav_1jr5b_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_1jr5b_95 ._nav_1jr5b_5:before{border-radius:0}}._transparent_1jr5b_95 ._menuToggle_1jr5b_121:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_1jr5b_139{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_1jr5b_20{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_1jr5b_20{grid-template-areas:"first second third fourth"}}._container_1jr5b_20._twoColumn_1jr5b_168{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_1jr5b_73{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_1jr5b_24{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_1jr5b_24 img{height:auto;width:auto}._menuToggle_1jr5b_121{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_1jr5b_121 svg{position:relative;z-index:5}._utilityMobile_1jr5b_215{display:none;grid-area:third;justify-content:flex-end}._utility_1jr5b_215{grid-area:third;display:flex;justify-content:flex-end}._utility_1jr5b_215 a{font-size:var(--font-size-sm)}._nav_1jr5b_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_1jr5b_5{height:100vh}}._navInner_1jr5b_243{position:relative}@media (max-width: 767px){._navInner_1jr5b_243{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_1jr5b_254{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1jr5b_254{display:flex;flex-direction:column}}._linkItem_1jr5b_265{display:flex;align-items:center;box-sizing:border-box}._navTitle_1jr5b_273,._sublinkToggle_1jr5b_274,._link_1jr5b_86{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_1jr5b_273 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274 ._newTabIcon_1jr5b_289,._link_1jr5b_86 ._newTabIcon_1jr5b_289{color:var(--color-muted);transition:color .3s ease-in-out}._link_1jr5b_86:hover,._link_1jr5b_86._open_1jr5b_296,._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296,._link_1jr5b_86:hover ._newTabIcon_1jr5b_289,._link_1jr5b_86._open_1jr5b_296 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274:hover ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274._open_1jr5b_296 ._newTabIcon_1jr5b_289{color:var(--color-primary)}@media (max-width: 767px){._link_1jr5b_86:hover,._link_1jr5b_86._open_1jr5b_296,._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-text-primary)}._link_1jr5b_86:hover ._newTabIcon_1jr5b_289,._link_1jr5b_86._open_1jr5b_296 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274:hover ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274._open_1jr5b_296 ._newTabIcon_1jr5b_289{color:var(--color-text-primary)}}._navItem_1jr5b_314:hover{color:var(--color-primary)}._sublinkToggle_1jr5b_274,._back_1jr5b_319{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296,._back_1jr5b_319:hover,._back_1jr5b_319._open_1jr5b_296{color:var(--color-primary)}._sublinks_1jr5b_334{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_1jr5b_334._show_1jr5b_367{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_1jr5b_90{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_1jr5b_90._show_1jr5b_367{top:calc(100% + .3rem);opacity:1;visibility:visible}._primaryColumn_1jr5b_398{border-right:1px solid var(--color-border)}._primaryColumn_1jr5b_398 ._sublinkToggle_1jr5b_274:hover,._primaryColumn_1jr5b_398 ._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-primary)}._secondaryColumn_1jr5b_407{background-color:var(--color-border)}._spotlightColumn_1jr5b_411{background-color:var(--color-secondary)}._sublinksInner_1jr5b_415{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 767px){._sublinksInner_1jr5b_415{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_1jr5b_433{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1jr5b_433{padding:0}}._chevron_1jr5b_443{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1jr5b_274._open_1jr5b_296 ._chevron_1jr5b_443{transform:rotate(180deg)}@media (max-width: 767px){._logo_1jr5b_24{flex:1}._menuToggle_1jr5b_121{display:flex;align-items:center;justify-content:center}._utility_1jr5b_215 a:not(._utility_1jr5b_215 a:first-of-type){display:none}._utilityMobile_1jr5b_215{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_1jr5b_215._open_1jr5b_296{transform:translateY(0)}._nav_1jr5b_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_1jr5b_5._open_1jr5b_296{transform:translate(0)}._linkWrapper_1jr5b_86{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1jr5b_86._parent_1jr5b_522{border-bottom:1px solid var(--color-border)}._linkWrapper_1jr5b_86._parent_1jr5b_522:last-of-type{border:none}._linkItem_1jr5b_265{width:100%}._chevron_1jr5b_443{display:none}._sublinks_1jr5b_334{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_1jr5b_274{cursor:pointer;pointer-events:none;color:var(--color-muted)}}._default_1jr5b_559 ._sublinks_1jr5b_334{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_1jr5b_559 ._sublinks_1jr5b_334{position:relative;justify-content:center;align-items:center}}._default_1jr5b_559 ._linkItem_1jr5b_265{justify-content:flex-end}@media (max-width: 767px){._default_1jr5b_559 ._linkItem_1jr5b_265{justify-content:center;align-items:center}}._default_1jr5b_559 ._sublinksInner_1jr5b_415{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_1jr5b_559 ._sublinksInner_1jr5b_415{justify-content:center;align-items:center}}._advanced_1jr5b_595 ._linkContent_1jr5b_596{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-xs)}._advanced_1jr5b_595 ._subtitle_1jr5b_604{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_1jr5b_595 ._sublinksDescription_1jr5b_610{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_1jr5b_595 ._sublinks_1jr5b_334{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_1jr5b_595 ._sublinks_1jr5b_334{position:relative;justify-content:center;align-items:center}}._advanced_1jr5b_595 ._linkItem_1jr5b_265{justify-content:flex-start}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415._withSpotlight_1jr5b_645{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415._withoutSpotlight_1jr5b_649{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_1jr5b_595 ._sublinksInner_1jr5b_415{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274{pointer-events:all;color:var(--color-text-primary);width:fit-content;transition:color .3s ease-in-out}._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274:hover,._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-primary)}._advanced_1jr5b_595 ._back_1jr5b_319{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_1jr5b_595 ._back_1jr5b_319:hover{color:var(--color-primary)}._groupDivider_1jr5b_687{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}._mobileMenu_1jr5b_695,._mobileMenuSlide_1jr5b_696{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_1jr5b_706{opacity:0}._fadeInFromLeft_1jr5b_710{animation:_fadeInFromLeft_1jr5b_710 .3s ease-in-out forwards}._fadeInFromRight_1jr5b_714{animation:_fadeInFromRight_1jr5b_714 .3s ease-in-out forwards}@keyframes _fadeInFromLeft_1jr5b_710{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_1jr5b_714{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
@@ -1 +1 @@
1
- :root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}:root{--color-text-primary: var(--user-color-text-primary, #111);--color-primary: var(--user-color-primary, #2563eb);--color-primary-rgb: 37, 99, 235;--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #94a3b8);--color-secondary-foreground: var(--user-color-secondary-foreground, #fff);--color-background: var(--user-color-background, #fff);--color-foreground: var(--user-color-foreground, #fff);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #e2e8f0);--color-muted: var(--user-color-muted, #999);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary));--color-success: var(--user-color-success, #28a745);--color-warning: var(--user-color-warning, #f59e0b);--color-online: var(--user-color-success, var(--color-success));--color-offline: var(--user-color-muted, var(--color-muted));--color-busy: var(--user-color-error, var(--color-error));--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: var(--user-color-border, #e2e8f0)}[data-theme=dark]{--color-text-primary: var(--user-color-text-primary, #fff);--color-primary: var(--user-color-primary, #3b82f6);--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #64748b);--color-secondary-foreground: var(--user-color-secondary-foreground, #1e293b);--color-background: var(--user-color-background, #0f172a);--color-foreground: var(--user-color-foreground, #f8fafc);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #334155);--color-muted: var(--user-color-muted, #f1f5f9);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary))}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem}:root{--font-family-sans: -apple-system;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-heading: 1.25;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-loose: 1.75}:root{--radius-sm: .125rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15)}
1
+ :root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}:root{--color-text-primary: #111;--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-primary-foreground: #fff;--color-secondary: #94a3b8;--color-secondary-foreground: #fff;--color-background: #fff;--color-foreground: #fff;--color-error: #bd1919;--color-border: #e2e8f0;--color-muted: #999;--color-heading: var(--color-text-primary);--color-link: var(--color-primary);--color-success: #28a745;--color-warning: #f59e0b;--color-online: var(--color-success);--color-offline: var(--color-muted);--color-busy: var(--color-error);--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: #e2e8f0}[data-theme=dark]{--color-text-primary: #fff;--color-primary: #3b82f6;--color-primary-foreground: #fff;--color-secondary: #64748b;--color-secondary-foreground: #1e293b;--color-background: #0f172a;--color-foreground: #f8fafc;--color-error: #bd1919;--color-border: #334155;--color-muted: #f1f5f9;--color-heading: var(--color-text-primary);--color-link: var(--color-primary)}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem}:root{--font-family-sans: -apple-system;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-heading: 1.25;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-loose: 1.75}:root{--radius-sm: .125rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15)}
@@ -1 +1 @@
1
- :root{--color-text-primary: var(--user-color-text-primary, #111);--color-primary: var(--user-color-primary, #2563eb);--color-primary-rgb: 37, 99, 235;--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #94a3b8);--color-secondary-foreground: var(--user-color-secondary-foreground, #fff);--color-background: var(--user-color-background, #fff);--color-foreground: var(--user-color-foreground, #fff);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #e2e8f0);--color-muted: var(--user-color-muted, #999);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary));--color-success: var(--user-color-success, #28a745);--color-warning: var(--user-color-warning, #f59e0b);--color-online: var(--user-color-success, var(--color-success));--color-offline: var(--user-color-muted, var(--color-muted));--color-busy: var(--user-color-error, var(--color-error));--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: var(--user-color-border, #e2e8f0)}[data-theme=dark]{--color-text-primary: var(--user-color-text-primary, #fff);--color-primary: var(--user-color-primary, #3b82f6);--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #64748b);--color-secondary-foreground: var(--user-color-secondary-foreground, #1e293b);--color-background: var(--user-color-background, #0f172a);--color-foreground: var(--user-color-foreground, #f8fafc);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #334155);--color-muted: var(--user-color-muted, #f1f5f9);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary))}
1
+ :root{--color-text-primary: #111;--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-primary-foreground: #fff;--color-secondary: #94a3b8;--color-secondary-foreground: #fff;--color-background: #fff;--color-foreground: #fff;--color-error: #bd1919;--color-border: #e2e8f0;--color-muted: #999;--color-heading: var(--color-text-primary);--color-link: var(--color-primary);--color-success: #28a745;--color-warning: #f59e0b;--color-online: var(--color-success);--color-offline: var(--color-muted);--color-busy: var(--color-error);--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: #e2e8f0}[data-theme=dark]{--color-text-primary: #fff;--color-primary: #3b82f6;--color-primary-foreground: #fff;--color-secondary: #64748b;--color-secondary-foreground: #1e293b;--color-background: #0f172a;--color-foreground: #f8fafc;--color-error: #bd1919;--color-border: #334155;--color-muted: #f1f5f9;--color-heading: var(--color-text-primary);--color-link: var(--color-primary)}
@@ -1 +1 @@
1
- ._footer_ybjid_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_ybjid_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_ybjid_18{width:100%}._primaryNav_ybjid_22{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_ybjid_22{width:100%;flex-direction:column-reverse}}._secondaryNav_ybjid_32{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_ybjid_32 a:has(img){height:unset;background-color:transparent}._secondaryNav_ybjid_32 a:has(img) img{width:175px;height:auto}._secondaryNav_ybjid_32 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_ybjid_32{flex-direction:column-reverse}._secondaryNav_ybjid_32 nav{width:100%}}._details_ybjid_64{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._details_ybjid_64{justify-content:center;align-items:center;text-align:center}}._nav_ybjid_77{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_ybjid_85{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_ybjid_91{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm)}._socialItems_ybjid_91 ._group_ybjid_98{min-width:unset}._socialItems_ybjid_91 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_ybjid_107{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_ybjid_98{flex:.2;min-width:140px}._groupTitle_ybjid_118{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_ybjid_123{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_ybjid_131{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_ybjid_131{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_ybjid_131 ._newTabIcon_ybjid_149{color:var(--color-muted);transition:color .3s ease-in-out}._link_ybjid_131:hover,._link_ybjid_131:hover ._newTabIcon_ybjid_149{color:var(--color-primary)}._bottom_ybjid_163{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_ybjid_170 ._container_ybjid_8{justify-content:flex-start}._left_ybjid_170 ._logo_ybjid_85{flex:unset}._left_ybjid_170 ._nav_ybjid_77{flex:1}@media (max-width: 767px){._left_ybjid_170 ._logo_ybjid_85{flex:1}}._center_ybjid_190 ._nav_ybjid_77{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_ybjid_190 ._nav_ybjid_77._hidden_ybjid_196{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_ybjid_190 ._nav_ybjid_77._visible_ybjid_203{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_ybjid_190 ._logo_ybjid_85{flex:1}}._right_ybjid_218 ._container_ybjid_8{justify-content:flex-end}._right_ybjid_218 ._logo_ybjid_85,._right_ybjid_218 ._title_ybjid_224{flex:1}._right_ybjid_218 ._nav_ybjid_77{flex:unset}
1
+ ._footer_3j43t_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_3j43t_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_3j43t_18{width:100%}._primaryNav_3j43t_22{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_3j43t_22{width:100%;flex-direction:column-reverse}}._secondaryNav_3j43t_32{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_3j43t_32 a:has(img){height:unset;background-color:transparent}._secondaryNav_3j43t_32 a:has(img) img{width:175px;height:auto}._secondaryNav_3j43t_32 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_3j43t_32{flex-direction:column-reverse;align-items:center;justify-content:center;margin-top:0}._secondaryNav_3j43t_32 nav{width:100%}}._details_3j43t_67{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._details_3j43t_67{justify-content:center;align-items:center;text-align:center}}._nav_3j43t_80{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_3j43t_88{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_3j43t_94{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm)}._socialItems_3j43t_94 ._group_3j43t_101{min-width:unset}._socialItems_3j43t_94 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_3j43t_110{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_3j43t_101{flex:.2;min-width:140px}._groupTitle_3j43t_121{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_3j43t_126{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_3j43t_134{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_3j43t_134{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_3j43t_134 ._newTabIcon_3j43t_152{color:var(--color-muted);transition:color .3s ease-in-out}._link_3j43t_134:hover,._link_3j43t_134:hover ._newTabIcon_3j43t_152{color:var(--color-primary)}._bottom_3j43t_166{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}@media (max-width: 767px){._bottom_3j43t_166{text-align:center}}._left_3j43t_177 ._container_3j43t_8{justify-content:flex-start}._left_3j43t_177 ._logo_3j43t_88{flex:unset}._left_3j43t_177 ._nav_3j43t_80{flex:1}@media (max-width: 767px){._left_3j43t_177 ._logo_3j43t_88{flex:1}}._center_3j43t_197 ._nav_3j43t_80{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_3j43t_197 ._nav_3j43t_80._hidden_3j43t_203{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_3j43t_197 ._nav_3j43t_80._visible_3j43t_210{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_3j43t_197 ._logo_3j43t_88{flex:1}}._right_3j43t_225 ._container_3j43t_8{justify-content:flex-end}._right_3j43t_225 ._logo_3j43t_88,._right_3j43t_225 ._title_3j43t_231{flex:1}._right_3j43t_225 ._nav_3j43t_80{flex:unset}
@@ -1,7 +1,7 @@
1
- import { jsx as o, jsxs as d } from "react/jsx-runtime";
1
+ import { jsx as o, jsxs as m } from "react/jsx-runtime";
2
2
  import { CallToAction as C } from "../CallToAction/index.js";
3
3
  import { ButtonGroup as E } from "../ButtonGroup/index.js";
4
- import m from "react";
4
+ import d from "react";
5
5
  import { E as V } from "../../external-link-BOPobeQJ.js";
6
6
  import '../../assets/index46.css';var x = {
7
7
  color: void 0,
@@ -9,7 +9,7 @@ import '../../assets/index46.css';var x = {
9
9
  className: void 0,
10
10
  style: void 0,
11
11
  attr: void 0
12
- }, O = m.createContext && /* @__PURE__ */ m.createContext(x), $ = ["attr", "size", "title"];
12
+ }, O = d.createContext && /* @__PURE__ */ d.createContext(x), $ = ["attr", "size", "title"];
13
13
  function F(e, t) {
14
14
  if (e == null) return {};
15
15
  var r = L(e, t), a, l;
@@ -79,12 +79,12 @@ function D(e, t) {
79
79
  return (t === "string" ? String : Number)(e);
80
80
  }
81
81
  function z(e) {
82
- return e && e.map((t, r) => /* @__PURE__ */ m.createElement(t.tag, v({
82
+ return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag, v({
83
83
  key: r
84
84
  }, t.attr), z(t.child)));
85
85
  }
86
- function b(e) {
87
- return (t) => /* @__PURE__ */ m.createElement(H, h({
86
+ function f(e) {
87
+ return (t) => /* @__PURE__ */ d.createElement(H, h({
88
88
  attr: v({}, e.attr)
89
89
  }, t), z(e.child));
90
90
  }
@@ -94,39 +94,39 @@ function H(e) {
94
94
  attr: a,
95
95
  size: l,
96
96
  title: u
97
- } = e, f = F(e, $), p = l || r.size || "1em", s;
98
- return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ m.createElement("svg", h({
97
+ } = e, p = F(e, $), b = l || r.size || "1em", s;
98
+ return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ d.createElement("svg", h({
99
99
  stroke: "currentColor",
100
100
  fill: "currentColor",
101
101
  strokeWidth: "0"
102
- }, r.attr, a, f, {
102
+ }, r.attr, a, p, {
103
103
  className: s,
104
104
  style: v(v({
105
105
  color: e.color || r.color
106
106
  }, r.style), e.style),
107
- height: p,
108
- width: p,
107
+ height: b,
108
+ width: b,
109
109
  xmlns: "http://www.w3.org/2000/svg"
110
- }), u && /* @__PURE__ */ m.createElement("title", null, u), e.children);
110
+ }), u && /* @__PURE__ */ d.createElement("title", null, u), e.children);
111
111
  };
112
- return O !== void 0 ? /* @__PURE__ */ m.createElement(O.Consumer, null, (r) => t(r)) : t(x);
112
+ return O !== void 0 ? /* @__PURE__ */ d.createElement(O.Consumer, null, (r) => t(r)) : t(x);
113
113
  }
114
114
  function k(e) {
115
- return b({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z" }, child: [] }] })(e);
115
+ return f({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z" }, child: [] }] })(e);
116
116
  }
117
117
  function A(e) {
118
- return b({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" }, child: [] }] })(e);
118
+ return f({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" }, child: [] }] })(e);
119
119
  }
120
120
  function W(e) {
121
- return b({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" }, child: [] }] })(e);
121
+ return f({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" }, child: [] }] })(e);
122
122
  }
123
123
  function G(e) {
124
- return b({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" }, child: [] }] })(e);
124
+ return f({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" }, child: [] }] })(e);
125
125
  }
126
126
  function Y(e) {
127
- return b({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" }, child: [] }] })(e);
127
+ return f({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" }, child: [] }] })(e);
128
128
  }
129
- const K = "_footer_ybjid_1", R = "_container_ybjid_8", q = "_utilityImage_ybjid_18", J = "_primaryNav_ybjid_22", Q = "_secondaryNav_ybjid_32", U = "_details_ybjid_64", X = "_nav_ybjid_77", Z = "_logo_ybjid_85", ee = "_socialItems_ybjid_91", te = "_group_ybjid_98", re = "_groups_ybjid_107", ae = "_groupTitle_ybjid_118", ne = "_sublinks_ybjid_123", ie = "_link_ybjid_131", oe = "_newTabIcon_ybjid_149", ce = "_bottom_ybjid_163", n = {
129
+ const K = "_footer_3j43t_1", R = "_container_3j43t_8", q = "_utilityImage_3j43t_18", J = "_primaryNav_3j43t_22", Q = "_secondaryNav_3j43t_32", U = "_details_3j43t_67", X = "_nav_3j43t_80", Z = "_logo_3j43t_88", ee = "_socialItems_3j43t_94", te = "_group_3j43t_101", re = "_groups_3j43t_110", ae = "_groupTitle_3j43t_121", ne = "_sublinks_3j43t_126", ie = "_link_3j43t_134", oe = "_newTabIcon_3j43t_152", ce = "_bottom_3j43t_166", n = {
130
130
  footer: K,
131
131
  container: R,
132
132
  utilityImage: q,
@@ -150,7 +150,7 @@ const K = "_footer_ybjid_1", R = "_container_ybjid_8", q = "_utilityImage_ybjid_
150
150
  Instagram: A,
151
151
  YouTube: Y
152
152
  };
153
- function fe({
153
+ function pe({
154
154
  // title,
155
155
  logo: e,
156
156
  items: t,
@@ -159,12 +159,12 @@ function fe({
159
159
  utilityItems: l,
160
160
  socialItems: u,
161
161
  // alignment = "right",
162
- copyright: f,
163
- className: p
162
+ copyright: p,
163
+ className: b
164
164
  }) {
165
165
  const s = (i, g = "", I = !1) => i.map((c) => {
166
166
  var w;
167
- const j = `${g}/${c.label}`, N = (w = c.sublinks) == null ? void 0 : w.length, y = !!c.href, _ = le[c.icon], S = y ? "a" : "div", T = y ? {
167
+ const j = `${g}/${c.label}`, N = (w = c.sublinks) == null ? void 0 : w.length, _ = !!c.href, y = le[c.icon], S = _ ? "a" : "div", T = _ ? {
168
168
  href: c.href,
169
169
  target: c.isExternal ? "_blank" : "_self",
170
170
  rel: c.isExternal ? "noopener noreferrer" : void 0,
@@ -174,16 +174,16 @@ function fe({
174
174
  role: "menuitem",
175
175
  "aria-label": c.label
176
176
  };
177
- return /* @__PURE__ */ d("div", { className: `${n.group}`, children: [
178
- /* @__PURE__ */ d(
177
+ return /* @__PURE__ */ m("div", { className: `${n.group}`, children: [
178
+ /* @__PURE__ */ m(
179
179
  S,
180
180
  {
181
- className: `${y ? n.link : ""} ${N ? n.groupTitle : ""}`,
181
+ className: `${_ ? n.link : ""} ${N ? n.groupTitle : ""}`,
182
182
  ...T,
183
183
  children: [
184
184
  !I && c.label,
185
- _ && /* @__PURE__ */ o(_, {}),
186
- !_ && c.isExternal && /* @__PURE__ */ o(V, { className: n.newTabIcon, size: 16 })
185
+ y && /* @__PURE__ */ o(y, {}),
186
+ !y && c.isExternal && /* @__PURE__ */ o(V, { className: n.newTabIcon, size: 16 })
187
187
  ]
188
188
  }
189
189
  ),
@@ -198,10 +198,10 @@ function fe({
198
198
  )
199
199
  ] }, j);
200
200
  });
201
- return /* @__PURE__ */ o("footer", { className: `${p ?? ""} ${n.footer}`, children: /* @__PURE__ */ d("div", { className: n.container, children: [
202
- /* @__PURE__ */ d("div", { className: n.primaryNav, children: [
203
- /* @__PURE__ */ d("div", { className: n.details, children: [
204
- e && /* @__PURE__ */ d("div", { className: n.logo, children: [
201
+ return /* @__PURE__ */ o("footer", { className: `${b ?? ""} ${n.footer}`, children: /* @__PURE__ */ m("div", { className: n.container, children: [
202
+ /* @__PURE__ */ m("div", { className: n.primaryNav, children: [
203
+ /* @__PURE__ */ m("div", { className: n.details, children: [
204
+ e && /* @__PURE__ */ m("div", { className: n.logo, children: [
205
205
  " ",
206
206
  e
207
207
  ] }),
@@ -211,8 +211,8 @@ function fe({
211
211
  ] }),
212
212
  /* @__PURE__ */ o("nav", { className: n.nav, id: "footer-menu", role: "menubar", children: /* @__PURE__ */ o("div", { className: n.groups, children: s(t, "", !1) }) })
213
213
  ] }),
214
- /* @__PURE__ */ d("div", { className: n.secondaryNav, children: [
215
- f && /* @__PURE__ */ o("div", { className: n.bottom, children: /* @__PURE__ */ o("span", { children: f }) }),
214
+ /* @__PURE__ */ m("div", { className: n.secondaryNav, children: [
215
+ p && /* @__PURE__ */ o("div", { className: n.bottom, children: /* @__PURE__ */ o("span", { children: p }) }),
216
216
  l && /* @__PURE__ */ o("nav", { className: n.utility, children: /* @__PURE__ */ o(E, { orientation: "horizontal", children: l.map((i, g) => /* @__PURE__ */ o(
217
217
  C,
218
218
  {
@@ -238,5 +238,5 @@ function fe({
238
238
  ] }) });
239
239
  }
240
240
  export {
241
- fe as Footer
241
+ pe as Footer
242
242
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { N as a } from "../../NavLink-DDKnJvCb.js";
3
+ import { N as a } from "../../NavLink-CW7p3U7h.js";
4
4
  import "../../external-link-BOPobeQJ.js";
5
5
  import "../../chevron-down-DSUzBz9F.js";
6
6
  export {
@@ -1,30 +1,30 @@
1
1
  import { jsx as a, jsxs as o } from "react/jsx-runtime";
2
- import { useState as h, useEffect as T, useRef as _, useCallback as S } from "react";
3
- import { s as e, N as ve } from "../../NavLink-DDKnJvCb.js";
2
+ import { useState as h, useEffect as T, useRef as _, useCallback as R } from "react";
3
+ import { s as e, N as ve } from "../../NavLink-CW7p3U7h.js";
4
4
  import { CallToAction as Q } from "../CallToAction/index.js";
5
5
  import { ButtonGroup as U } from "../ButtonGroup/index.js";
6
6
  import { c as Y } from "../../createLucideIcon-C8GTh_Qx.js";
7
- import { E as z } from "../../external-link-BOPobeQJ.js";
8
- import { X as ke } from "../../x-CnsEH4Ox.js";
9
- import { C as pe } from "../../chevron-down-DSUzBz9F.js";
7
+ import { E as S } from "../../external-link-BOPobeQJ.js";
8
+ import { X as pe } from "../../x-CnsEH4Ox.js";
9
+ import { C as ke } from "../../chevron-down-DSUzBz9F.js";
10
10
  /**
11
11
  * @license lucide-react v0.488.0 - ISC
12
12
  *
13
13
  * This source code is licensed under the ISC license.
14
14
  * See the LICENSE file in the root directory of this source tree.
15
15
  */
16
- const $e = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], ge = Y("chevron-left", $e);
16
+ const Ne = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], ge = Y("chevron-left", Ne);
17
17
  /**
18
18
  * @license lucide-react v0.488.0 - ISC
19
19
  *
20
20
  * This source code is licensed under the ISC license.
21
21
  * See the LICENSE file in the root directory of this source tree.
22
22
  */
23
- const Ne = [
23
+ const $e = [
24
24
  ["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
25
25
  ["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
26
26
  ["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
27
- ], we = Y("menu", Ne), ye = {
27
+ ], we = Y("menu", $e), ye = {
28
28
  standard: e.standard,
29
29
  transparent: e.transparent,
30
30
  minimal: e.minimal
@@ -35,60 +35,66 @@ const Ne = [
35
35
  };
36
36
  function Ae({
37
37
  title: Z,
38
- logo: R,
38
+ logo: z,
39
39
  items: A,
40
- groups: m,
40
+ groups: u,
41
41
  utilityItems: s,
42
42
  isSticky: P = !1,
43
- alignment: w = "right",
43
+ alignment: y = "right",
44
44
  variant: ee = "standard",
45
- navigationType: k = "default",
45
+ navigationType: p = "default",
46
46
  className: ne
47
47
  }) {
48
- const [f, F] = h(!1), [W, b] = h(null), [ae, le] = h(0), [se, ie] = h(!1), [re, oe] = h(null), [c, p] = h([]), [$, y] = h(
48
+ const [f, F] = h(!1), [D, b] = h(null), [ae, le] = h(0), [se, ie] = h(!1), [re, oe] = h(null), [t, k] = h([]), [N, C] = h(
49
49
  0
50
- ), [ce, B] = h(null), [C, te] = h(!1), [x, L] = h("forward");
50
+ ), [te, W] = h(null), [x, ce] = h(!1), [g, L] = h("forward");
51
51
  T(() => {
52
52
  if (typeof window < "u") {
53
53
  const n = () => {
54
54
  const l = window.innerWidth < 768;
55
- te(l);
55
+ ce(l);
56
56
  };
57
57
  return n(), window.addEventListener("resize", n), () => window.removeEventListener("resize", n);
58
58
  }
59
59
  }, []);
60
60
  const de = () => {
61
- p([]);
61
+ k([]);
62
62
  }, he = (n) => {
63
- L("forward"), p([
63
+ L("forward"), k([
64
64
  {
65
65
  title: n.title,
66
66
  primary: n.primaryItems ?? [],
67
- secondary: n.secondaryItems ?? []
67
+ secondary: n.secondaryItems ?? [],
68
+ description: ""
68
69
  }
69
70
  ]);
70
- }, D = (n) => {
71
- L("forward"), p((l) => [
71
+ }, B = (n) => {
72
+ L("forward"), k((l) => [
72
73
  ...l,
73
- { title: n.label, primary: n.sublinks ?? [], secondary: [] }
74
+ {
75
+ title: n.label,
76
+ primary: n.sublinks ?? [],
77
+ secondary: [],
78
+ description: n.description
79
+ }
74
80
  ]);
75
81
  }, fe = () => {
76
- L("backward"), p((n) => n.slice(0, -1));
82
+ L("backward"), k((n) => n.slice(0, -1));
77
83
  }, E = _(null), v = _(null), M = _(/* @__PURE__ */ new Map()), be = () => {
78
84
  F((n) => !n);
79
85
  }, O = (n) => {
80
86
  const l = M.current.get(n);
81
87
  if (l && v.current) {
82
- const t = l.getBoundingClientRect(), d = v.current.getBoundingClientRect(), i = t.left - d.left + t.width / 4;
88
+ const c = l.getBoundingClientRect(), d = v.current.getBoundingClientRect(), i = c.left - d.left + c.width / 4;
83
89
  oe(i);
84
90
  }
85
- }, me = (n) => {
91
+ }, ue = (n) => {
86
92
  b((l) => l === n ? null : n);
87
- }, G = S((n) => {
93
+ }, G = R((n) => {
88
94
  E.current && !E.current.contains(n.target) && b(null);
89
- }, []), j = S(() => {
95
+ }, []), j = R(() => {
90
96
  X(), typeof window < "u" && window.innerWidth > 768 && (F(!1), b(null), typeof document < "u" && (document.body.style.overflow = ""));
91
- }, []), X = S(() => {
97
+ }, []), X = R(() => {
92
98
  if (v.current) {
93
99
  const n = v.current.getBoundingClientRect().width;
94
100
  le(n), ie(!0);
@@ -105,18 +111,18 @@ function Ae({
105
111
  document.body.style.overflow = "";
106
112
  };
107
113
  }, [f]);
108
- const ue = (n) => n.map((l, t) => {
109
- var V, H, q, I, J;
110
- const d = `group-${t}`, N = ce === t, i = (V = l.primaryItems) == null ? void 0 : V[$ ?? 0];
114
+ const me = (n) => n.map((l, c) => {
115
+ var I, V, H, q, J;
116
+ const d = `group-${c}`, w = te === c, i = (I = l.primaryItems) == null ? void 0 : I[N ?? 0];
111
117
  return /* @__PURE__ */ o(
112
118
  "div",
113
119
  {
114
120
  className: `${e.linkWrapper} ${e.parent}`,
115
121
  onMouseEnter: () => {
116
- B(t), b(d), O(d);
122
+ W(c), b(d), O(d);
117
123
  },
118
124
  onMouseLeave: () => {
119
- B(null), y(0), b(null);
125
+ W(null), C(0), b(null);
120
126
  },
121
127
  children: [
122
128
  /* @__PURE__ */ a("div", { className: e.linkItem, children: /* @__PURE__ */ o(
@@ -126,18 +132,18 @@ function Ae({
126
132
  M.current.set(d, r);
127
133
  },
128
134
  "aria-haspopup": "true",
129
- "aria-expanded": N,
130
- className: `${e.sublinkToggle} ${N ? e.open : ""} `,
135
+ "aria-expanded": w,
136
+ className: `${e.sublinkToggle} ${w ? e.open : ""} `,
131
137
  children: [
132
138
  l.title,
133
- /* @__PURE__ */ a(pe, { size: 18, className: e.chevron })
139
+ /* @__PURE__ */ a(ke, { size: 18, className: e.chevron })
134
140
  ]
135
141
  }
136
142
  ) }),
137
143
  /* @__PURE__ */ a(
138
144
  "div",
139
145
  {
140
- className: `${e.sublinks} ${N ? e.show : ""}`,
146
+ className: `${e.sublinks} ${w ? e.show : ""}`,
141
147
  role: "menu",
142
148
  "aria-label": `${l.title} submenu`,
143
149
  children: /* @__PURE__ */ a("div", { children: /* @__PURE__ */ o(
@@ -151,19 +157,19 @@ function Ae({
151
157
  className: `${e.sublinksColumn} ${e.primaryColumn}`,
152
158
  children: [
153
159
  /* @__PURE__ */ a("div", { className: e.linkItem }),
154
- (H = l.primaryItems) == null ? void 0 : H.map(
155
- (r, u) => r.href ? /* @__PURE__ */ o(
160
+ (V = l.primaryItems) == null ? void 0 : V.map(
161
+ (r, m) => r.href ? /* @__PURE__ */ o(
156
162
  "a",
157
163
  {
158
164
  href: r.href,
159
- className: `${e.link} ${$ === u ? e.open : ""}`,
165
+ className: `${e.link} ${N === m ? e.open : ""}`,
160
166
  target: r.isExternal ? "_blank" : "_self",
161
167
  rel: r.isExternal ? "noopener noreferrer" : void 0,
162
168
  onClick: () => {
163
169
  var K;
164
170
  b(null), (K = r.onClick) == null || K.call(r);
165
171
  },
166
- onMouseEnter: () => r.sublinks ? y(u) : null,
172
+ onMouseEnter: () => r.sublinks ? C(m) : null,
167
173
  role: "menuitem",
168
174
  children: [
169
175
  /* @__PURE__ */ o("span", { className: e.linkContent, children: [
@@ -171,7 +177,7 @@ function Ae({
171
177
  r.subtitle && /* @__PURE__ */ a("span", { className: e.subtitle, children: r.subtitle })
172
178
  ] }),
173
179
  r.isExternal && /* @__PURE__ */ a(
174
- z,
180
+ S,
175
181
  {
176
182
  className: e.newTabIcon,
177
183
  size: 16
@@ -179,42 +185,42 @@ function Ae({
179
185
  )
180
186
  ]
181
187
  },
182
- r._key ?? u
188
+ r._key ?? m
183
189
  ) : /* @__PURE__ */ a(
184
190
  "button",
185
191
  {
186
- className: `${e.sublinkToggle} ${$ === u ? e.open : ""}`,
187
- onMouseEnter: () => y(u),
192
+ className: `${e.sublinkToggle} ${N === m ? e.open : ""}`,
193
+ onMouseEnter: () => C(m),
188
194
  children: /* @__PURE__ */ o("span", { className: e.linkContent, children: [
189
195
  r.label,
190
196
  r.subtitle && /* @__PURE__ */ a("span", { className: e.subtitle, children: r.subtitle })
191
197
  ] })
192
198
  },
193
- r._key ?? u
199
+ r._key ?? m
194
200
  )
195
201
  )
196
202
  ]
197
203
  }
198
204
  ),
199
- (i == null ? void 0 : i.sublinks) && ((q = i == null ? void 0 : i.sublinks) == null ? void 0 : q.length) > 0 && /* @__PURE__ */ o(
205
+ (i == null ? void 0 : i.sublinks) && ((H = i == null ? void 0 : i.sublinks) == null ? void 0 : H.length) > 0 && /* @__PURE__ */ o(
200
206
  "div",
201
207
  {
202
208
  className: `${e.sublinksColumn} ${e.childrenColumn} ${e.fadeInFromLeft}`,
203
209
  children: [
204
210
  (i == null ? void 0 : i.description) && /* @__PURE__ */ a("div", { className: e.sublinksDescription, children: i == null ? void 0 : i.description }),
205
- (i == null ? void 0 : i.sublinks) && g(
211
+ (i == null ? void 0 : i.sublinks) && $(
206
212
  i.sublinks,
207
- `${d}-${$}`
213
+ `${d}-${N}`
208
214
  )
209
215
  ]
210
216
  },
211
- `${i.label}-${(I = i == null ? void 0 : i.sublinks) == null ? void 0 : I.length}`
217
+ `${i.label}-${(q = i == null ? void 0 : i.sublinks) == null ? void 0 : q.length}`
212
218
  ),
213
219
  (l == null ? void 0 : l.secondaryItems) && ((J = l == null ? void 0 : l.secondaryItems) == null ? void 0 : J.length) > 0 && /* @__PURE__ */ a(
214
220
  "div",
215
221
  {
216
222
  className: `${e.sublinksColumn} ${e.secondaryColumn}`,
217
- children: g(l.secondaryItems, `${d}-secondary`)
223
+ children: $(l.secondaryItems, `${d}-secondary`)
218
224
  }
219
225
  ),
220
226
  l.spotlight && /* @__PURE__ */ a(
@@ -231,21 +237,21 @@ function Ae({
231
237
  )
232
238
  ]
233
239
  },
234
- t
240
+ c
235
241
  );
236
- }), g = (n, l = "") => n.map((t) => {
237
- const d = `${l}/${t.label}`;
242
+ }), $ = (n, l = "") => n.map((c) => {
243
+ const d = `${l}/${c.label}`;
238
244
  return /* @__PURE__ */ a(
239
245
  ve,
240
246
  {
241
- link: t,
247
+ link: c,
242
248
  path: d,
243
249
  parentPath: l,
244
- openPath: W,
245
- togglePath: me,
250
+ openPath: D,
251
+ togglePath: ue,
246
252
  updateTriangleIndicator: O,
247
253
  setOpenPath: b,
248
- renderLinks: g,
254
+ renderLinks: $,
249
255
  buttonRefs: M
250
256
  },
251
257
  d
@@ -255,21 +261,21 @@ function Ae({
255
261
  "header",
256
262
  {
257
263
  ref: E,
258
- className: `${ne ?? ""} ${Ce[w]} ${ye[ee]} ${e.navbar} ${P ? e.sticky : ""} ${m && m.length ? e.advanced : e.default}`,
264
+ className: `${ne ?? ""} ${Ce[y]} ${ye[ee]} ${e.navbar} ${P ? e.sticky : ""} ${u && u.length ? e.advanced : e.default}`,
259
265
  role: "navigation",
260
266
  "aria-label": "Main navigation",
261
267
  children: /* @__PURE__ */ o(
262
268
  "div",
263
269
  {
264
- className: `${e.container} ${(!s || s.length === 0) && w !== "center" ? e.twoColumn : ""}`,
270
+ className: `${e.container} ${(!s || s.length === 0) && y !== "center" ? e.twoColumn : ""}`,
265
271
  children: [
266
- R ? /* @__PURE__ */ a("div", { className: e.logo, children: R }) : /* @__PURE__ */ a("div", { className: e.title, children: Z }),
272
+ z ? /* @__PURE__ */ a("div", { className: e.logo, children: z }) : /* @__PURE__ */ a("div", { className: e.title, children: Z }),
267
273
  /* @__PURE__ */ a(
268
274
  "nav",
269
275
  {
270
276
  ref: v,
271
277
  style: {
272
- left: w === "center" ? `calc(50% - ${ae / 2}px)` : "0"
278
+ left: y === "center" ? `calc(50% - ${ae / 2}px)` : "0"
273
279
  },
274
280
  className: `${e.nav} ${f ? e.open : ""} ${se ? e.visible : e.hidden}`,
275
281
  id: "main-menu",
@@ -279,7 +285,7 @@ function Ae({
279
285
  "svg",
280
286
  {
281
287
  style: { left: `${re}px` },
282
- className: `${e.triangle} ${W ? e.show : ""}`,
288
+ className: `${e.triangle} ${D ? e.show : ""}`,
283
289
  width: 16,
284
290
  height: 12,
285
291
  viewBox: "0 0 100 75",
@@ -295,12 +301,12 @@ function Ae({
295
301
  )
296
302
  }
297
303
  ),
298
- k === "default" && A && /* @__PURE__ */ a("div", { className: e.grid, children: g(A) }),
299
- !C && k === "advanced" && m && /* @__PURE__ */ a("div", { className: e.grid, children: ue(m) }),
300
- C && k === "advanced" && f && c.length === 0 && m && /* @__PURE__ */ a("div", { className: `${e.mobileMenu}`, children: m.map((n, l) => /* @__PURE__ */ a(
304
+ p === "default" && A && /* @__PURE__ */ a("div", { className: e.grid, children: $(A) }),
305
+ !x && p === "advanced" && u && /* @__PURE__ */ a("div", { className: e.grid, children: me(u) }),
306
+ x && p === "advanced" && f && t.length === 0 && u && /* @__PURE__ */ a("div", { className: `${e.mobileMenu}`, children: u.map((n, l) => /* @__PURE__ */ a(
301
307
  "div",
302
308
  {
303
- className: `${e.mobileMenuItem} ${x === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
309
+ className: `${e.mobileMenuItem} ${g === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
304
310
  children: /* @__PURE__ */ a(
305
311
  "button",
306
312
  {
@@ -312,7 +318,7 @@ function Ae({
312
318
  },
313
319
  n._key ?? l
314
320
  )) }),
315
- C && k === "advanced" && f && c.length > 0 && /* @__PURE__ */ o(
321
+ x && p === "advanced" && f && t.length > 0 && /* @__PURE__ */ o(
316
322
  "div",
317
323
  {
318
324
  className: `${e.mobileMenuSlide} `,
@@ -321,20 +327,30 @@ function Ae({
321
327
  "button",
322
328
  {
323
329
  className: e.back,
324
- onClick: c.length === 1 ? de : fe,
330
+ onClick: t.length === 1 ? de : fe,
325
331
  children: /* @__PURE__ */ a(ge, { size: 18 })
326
332
  }
327
333
  ),
328
- c[c.length - 1].primary.map((n, l) => /* @__PURE__ */ a(
334
+ t[t.length - 1].description && /* @__PURE__ */ a(
329
335
  "div",
330
336
  {
331
- className: `${e.mobileMenuItem} ${x === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
337
+ className: `${e.sublinksDescription} ${g === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
338
+ children: t[t.length - 1].description
339
+ }
340
+ ),
341
+ t[t.length - 1].primary.map((n, l) => /* @__PURE__ */ a(
342
+ "div",
343
+ {
344
+ className: `${e.mobileMenuItem} ${g === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
332
345
  children: n.sublinks ? /* @__PURE__ */ a(
333
346
  "button",
334
347
  {
335
348
  className: e.sublinkToggle,
336
- onClick: () => D(n),
337
- children: n.label
349
+ onClick: () => B(n),
350
+ children: /* @__PURE__ */ o("span", { className: e.linkContent, children: [
351
+ n.label,
352
+ n.subtitle && /* @__PURE__ */ a("span", { className: e.subtitle, children: n.subtitle })
353
+ ] })
338
354
  }
339
355
  ) : /* @__PURE__ */ o(
340
356
  "a",
@@ -345,9 +361,12 @@ function Ae({
345
361
  rel: n.isExternal ? "noopener noreferrer" : void 0,
346
362
  role: "menuitem",
347
363
  children: [
348
- n.label,
364
+ /* @__PURE__ */ o("span", { className: e.linkContent, children: [
365
+ n.label,
366
+ n.subtitle && /* @__PURE__ */ a("span", { className: e.subtitle, children: n.subtitle })
367
+ ] }),
349
368
  n.isExternal && /* @__PURE__ */ a(
350
- z,
369
+ S,
351
370
  {
352
371
  className: e.newTabIcon,
353
372
  size: 16
@@ -359,17 +378,17 @@ function Ae({
359
378
  },
360
379
  n._key ?? `primary-${l}`
361
380
  )),
362
- c[c.length - 1].secondary.length > 0 && /* @__PURE__ */ a("hr", { className: e.groupDivider }),
363
- c[c.length - 1].secondary.map(
381
+ t[t.length - 1].secondary.length > 0 && /* @__PURE__ */ a("hr", { className: e.groupDivider }),
382
+ t[t.length - 1].secondary.map(
364
383
  (n, l) => /* @__PURE__ */ a(
365
384
  "div",
366
385
  {
367
- className: `${e.mobileMenuItem} ${x === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
386
+ className: `${e.mobileMenuItem} ${g === "forward" ? e.fadeInFromLeft : e.fadeInFromRight}`,
368
387
  children: n.sublinks ? /* @__PURE__ */ a(
369
388
  "button",
370
389
  {
371
390
  className: e.sublinkToggle,
372
- onClick: () => D(n),
391
+ onClick: () => B(n),
373
392
  children: n.label
374
393
  }
375
394
  ) : /* @__PURE__ */ o(
@@ -383,7 +402,7 @@ function Ae({
383
402
  children: [
384
403
  n.label,
385
404
  n.isExternal && /* @__PURE__ */ a(
386
- z,
405
+ S,
387
406
  {
388
407
  className: e.newTabIcon,
389
408
  size: 16
@@ -398,7 +417,7 @@ function Ae({
398
417
  )
399
418
  ]
400
419
  },
401
- `stack-${c.length}`
420
+ `stack-${t.length}`
402
421
  )
403
422
  ] })
404
423
  }
@@ -458,7 +477,7 @@ function Ae({
458
477
  "aria-label": f ? "Close menu" : "Open menu",
459
478
  "aria-expanded": f,
460
479
  "aria-controls": "main-menu",
461
- children: f ? /* @__PURE__ */ a(ke, { size: 24 }) : /* @__PURE__ */ a(we, { size: 24 })
480
+ children: f ? /* @__PURE__ */ a(pe, { size: 24 }) : /* @__PURE__ */ a(we, { size: 24 })
462
481
  }
463
482
  )
464
483
  ]
@@ -1,7 +1,8 @@
1
1
  import { default as React } from 'react';
2
+ type ThemeKeys = "text-primary" | "primary" | "primary-foreground" | "primary-rgb" | "secondary" | "secondary-foreground" | "secondary-rgb" | "background" | "foreground" | "error" | "border" | "muted" | "heading" | "link" | "success" | "warning" | "online" | "offline" | "busy" | "info-bg" | "info-text" | "success-bg" | "success-text" | "error-bg" | "error-text" | "tab-background";
2
3
  type ThemeProviderProps = {
3
4
  children: React.ReactNode;
4
- theme?: Partial<Record<string, string>>;
5
+ theme?: Partial<Record<ThemeKeys, string>>;
5
6
  };
6
7
  export declare function ThemeProvider({ children, theme }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
7
8
  export {};
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
- :root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}:root{--color-text-primary: var(--user-color-text-primary, #111);--color-primary: var(--user-color-primary, #2563eb);--color-primary-rgb: 37, 99, 235;--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #94a3b8);--color-secondary-foreground: var(--user-color-secondary-foreground, #fff);--color-background: var(--user-color-background, #fff);--color-foreground: var(--user-color-foreground, #fff);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #e2e8f0);--color-muted: var(--user-color-muted, #999);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary));--color-success: var(--user-color-success, #28a745);--color-warning: var(--user-color-warning, #f59e0b);--color-online: var(--user-color-success, var(--color-success));--color-offline: var(--user-color-muted, var(--color-muted));--color-busy: var(--user-color-error, var(--color-error));--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: var(--user-color-border, #e2e8f0)}[data-theme=dark]{--color-text-primary: var(--user-color-text-primary, #fff);--color-primary: var(--user-color-primary, #3b82f6);--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #64748b);--color-secondary-foreground: var(--user-color-secondary-foreground, #1e293b);--color-background: var(--user-color-background, #0f172a);--color-foreground: var(--user-color-foreground, #f8fafc);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #334155);--color-muted: var(--user-color-muted, #f1f5f9);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary))}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem}:root{--font-family-sans: -apple-system;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-heading: 1.25;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-loose: 1.75}:root{--radius-sm: .125rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15)}
2
- :root{--color-text-primary: var(--user-color-text-primary, #111);--color-primary: var(--user-color-primary, #2563eb);--color-primary-rgb: 37, 99, 235;--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #94a3b8);--color-secondary-foreground: var(--user-color-secondary-foreground, #fff);--color-background: var(--user-color-background, #fff);--color-foreground: var(--user-color-foreground, #fff);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #e2e8f0);--color-muted: var(--user-color-muted, #999);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary));--color-success: var(--user-color-success, #28a745);--color-warning: var(--user-color-warning, #f59e0b);--color-online: var(--user-color-success, var(--color-success));--color-offline: var(--user-color-muted, var(--color-muted));--color-busy: var(--user-color-error, var(--color-error));--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: var(--user-color-border, #e2e8f0)}[data-theme=dark]{--color-text-primary: var(--user-color-text-primary, #fff);--color-primary: var(--user-color-primary, #3b82f6);--color-primary-foreground: var(--user-color-primary-foreground, #fff);--color-secondary: var(--user-color-secondary, #64748b);--color-secondary-foreground: var(--user-color-secondary-foreground, #1e293b);--color-background: var(--user-color-background, #0f172a);--color-foreground: var(--user-color-foreground, #f8fafc);--color-error: var(--user-color-error, #bd1919);--color-border: var(--user-color-border, #334155);--color-muted: var(--user-color-muted, #f1f5f9);--color-heading: var(--user-color-text-primary, var(--color-text-primary));--color-link: var(--user-color-primary, var(--color-primary))}
1
+ :root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}:root{--color-text-primary: #111;--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-primary-foreground: #fff;--color-secondary: #94a3b8;--color-secondary-foreground: #fff;--color-background: #fff;--color-foreground: #fff;--color-error: #bd1919;--color-border: #e2e8f0;--color-muted: #999;--color-heading: var(--color-text-primary);--color-link: var(--color-primary);--color-success: #28a745;--color-warning: #f59e0b;--color-online: var(--color-success);--color-offline: var(--color-muted);--color-busy: var(--color-error);--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: #e2e8f0}[data-theme=dark]{--color-text-primary: #fff;--color-primary: #3b82f6;--color-primary-foreground: #fff;--color-secondary: #64748b;--color-secondary-foreground: #1e293b;--color-background: #0f172a;--color-foreground: #f8fafc;--color-error: #bd1919;--color-border: #334155;--color-muted: #f1f5f9;--color-heading: var(--color-text-primary);--color-link: var(--color-primary)}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem}:root{--font-family-sans: -apple-system;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-heading: 1.25;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-loose: 1.75}:root{--radius-sm: .125rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15)}
2
+ :root{--color-text-primary: #111;--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-primary-foreground: #fff;--color-secondary: #94a3b8;--color-secondary-foreground: #fff;--color-background: #fff;--color-foreground: #fff;--color-error: #bd1919;--color-border: #e2e8f0;--color-muted: #999;--color-heading: var(--color-text-primary);--color-link: var(--color-primary);--color-success: #28a745;--color-warning: #f59e0b;--color-online: var(--color-success);--color-offline: var(--color-muted);--color-busy: var(--color-error);--color-info-bg: var(--color-primary);--color-info-text: #fff;--color-success-bg: var(--color-success);--color-success-text: #fff;--color-warning-bg: var(--color-warning);--color-warning-text: #fff;--color-error-bg: var(--color-error);--color-error-text: #fff;--color-tab-background: #e2e8f0}[data-theme=dark]{--color-text-primary: #fff;--color-primary: #3b82f6;--color-primary-foreground: #fff;--color-secondary: #64748b;--color-secondary-foreground: #1e293b;--color-background: #0f172a;--color-foreground: #f8fafc;--color-error: #bd1919;--color-border: #334155;--color-muted: #f1f5f9;--color-heading: var(--color-text-primary);--color-link: var(--color-primary)}
3
3
  ._tooltipContainer_94xs9_1{position:relative;display:inline-block}._tooltip_94xs9_1{position:absolute;background-color:var(--color-secondary, #333);color:var(--color-text-primary, #fff);padding:var(--spacing-sm, .5rem);border-radius:var(--radius-sm, 4px);white-space:nowrap;z-index:1000;opacity:0;transform:translateY(0);transition:opacity .3s,transform .3s}._top_94xs9_19{bottom:100%;left:50%;transform:translateY(.5rem);margin-bottom:.25rem}._bottom_94xs9_26{top:100%;left:50%;transform:translateY(-.5rem);margin-top:.25rem}._left_94xs9_33{right:100%;top:50%;transform:translate(.5rem);margin-right:.25rem}._right_94xs9_40{left:100%;top:50%;transform:translate(-.5rem);margin-left:.25rem}._tooltip_94xs9_1._visible_94xs9_47{opacity:1;transform:translateY(0);pointer-events:auto}
4
4
  ._wrapper_162xi_1{display:flex;flex-direction:column;gap:var(--spacing-sm)}._label_162xi_7{cursor:pointer}._textarea_162xi_11{min-height:6rem;padding:var(--spacing-sm);border:2px solid var(--color-border, #ccc);border-radius:var(--radius-md);resize:vertical;font-size:var(--font-size-md);outline:none;background-color:var(--color-background);color:var(--color-text-primary);transition:border-color .3s}._textarea_162xi_11:focus{border-color:var(--color-primary);outline:none}._textarea_162xi_11:disabled{background-color:var(--color-muted);cursor:not-allowed}
5
5
  ._text_4sv7j_1{font-family:inherit;font-size:var(--font-size-md);line-height:var(--line-height-normal);color:var(--color-text-primary)}._text_4sv7j_1 p{margin-bottom:var(--spacing-md)}._text_4sv7j_1 h1,._text_4sv7j_1 h2,._text_4sv7j_1 h3,._text_4sv7j_1 h4,._text_4sv7j_1 h5,._text_4sv7j_1 h6{font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-sm)}._text_4sv7j_1 ul,._text_4sv7j_1 ol{padding-left:var(--spacing-lg);margin-bottom:var(--spacing-md)}._text_4sv7j_1 ul{list-style-type:disc}._text_4sv7j_1 ol{list-style-type:decimal}._text_4sv7j_1 li{margin-bottom:var(--spacing-xs)}._text_4sv7j_1 a{color:var(--color-primary);text-decoration:underline}._text_4sv7j_1 a:hover{text-decoration:none}._default_4sv7j_55{font-size:1rem}._muted_4sv7j_59{color:var(--color-muted)}._lead_4sv7j_63{font-size:1.25rem;font-weight:500}._small_4sv7j_68{font-size:.875rem}
@@ -42,7 +42,7 @@ ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-s
42
42
  ._wrapper_13tha_1{display:flex;flex-direction:column;position:relative}._input_13tha_7{padding:var(--spacing-sm) var(--spacing-sm);border:2px solid var(--color-border, #ccc);border-radius:var(--radius-md);font-size:var(--font-size-md);outline:none;background-color:var(--color-background);color:var(--color-text-primary)}._input_13tha_7::placeholder{color:var(--color-muted)}._input_13tha_7:focus{border-color:var(--color-primary)}._popover_13tha_25{position:absolute;top:100%;left:0;z-index:10;border-radius:var(--radius-md);background-color:var(--color-background);border:1px solid var(--color-border);margin-top:var(--spacing-xs)}
43
43
  ._wrapper_7toxm_1{display:flex;flex-direction:column;gap:var(--spacing-sm)}._trackContainer_7toxm_7{display:flex;align-items:center;gap:var(--spacing-sm)}._track_7toxm_7{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background-color:var(--color-muted);border-radius:4px;outline:none}._track_7toxm_7::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background-color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;border:none}._track_7toxm_7::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background-color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;border:none}._value_7toxm_44{width:2rem;text-align:right;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--color-primary)}._error_7toxm_52{color:var(--color-error)}._errorMessage_7toxm_56{font-size:var(--font-size-sm);color:var(--color-error)}
44
44
  ._wrapper_s8dew_1{display:flex;flex-direction:column;gap:var(--spacing-sm)}._dropZone_s8dew_7{border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-xl);text-align:center;cursor:pointer;background-color:var(--color-background);transition:background-color .3s ease}._dropZone_s8dew_7 p{color:var(--color-text-primary)}._dropZone_s8dew_7:hover{background-color:var(--color-background)}._dragging_s8dew_25{background-color:var(--color-primary);border-color:var(--color-primary)}._input_s8dew_30{display:none}._fileList_s8dew_34{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md);list-style:none;padding:0}._fileList_s8dew_34 li{color:var(--color-text-primary);display:flex;align-items:center;gap:var(--spacing-sm)}._fileList_s8dew_34 li button{cursor:pointer}
45
- :root{--nav-height: 65px}._navbar_ej1cc_5{position:relative;height:var(--nav-height);z-index:1000}._left_ej1cc_19 ._container_ej1cc_20{justify-content:flex-start}._left_ej1cc_19 ._logo_ej1cc_24{flex:unset}._left_ej1cc_19 ._nav_ej1cc_5{flex:1}@media (max-width: 767px){._left_ej1cc_19 ._logo_ej1cc_24{flex:1}}._center_ej1cc_39 ._nav_ej1cc_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_ej1cc_39 ._nav_ej1cc_5._hidden_ej1cc_45{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_ej1cc_39 ._nav_ej1cc_5._visible_ej1cc_52{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_ej1cc_39 ._logo_ej1cc_24{flex:1}}._right_ej1cc_67 ._container_ej1cc_20{justify-content:flex-end}._right_ej1cc_67 ._logo_ej1cc_24,._right_ej1cc_67 ._title_ej1cc_73{flex:1}._right_ej1cc_67 ._nav_ej1cc_5{flex:unset}._standard_ej1cc_82{left:0;background-color:#fff}._standard_ej1cc_82 ._linkWrapper_ej1cc_86{position:relative}._standard_ej1cc_82 ._triangle_ej1cc_90{display:none}._transparent_ej1cc_95{background-color:transparent}._transparent_ej1cc_95 ._nav_ej1cc_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_ej1cc_95 ._nav_ej1cc_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_ej1cc_95 ._nav_ej1cc_5:before{border-radius:0}}._transparent_ej1cc_95 ._menuToggle_ej1cc_121:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_ej1cc_139{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_ej1cc_20{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_ej1cc_20{grid-template-areas:"first second third fourth"}}._container_ej1cc_20._twoColumn_ej1cc_168{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_ej1cc_73{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_ej1cc_24{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_ej1cc_24 img{height:auto;width:auto}._menuToggle_ej1cc_121{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_ej1cc_121 svg{position:relative;z-index:5}._utilityMobile_ej1cc_215{display:none;grid-area:third;justify-content:flex-end}._utility_ej1cc_215{grid-area:third;display:flex;justify-content:flex-end}._utility_ej1cc_215 a{font-size:var(--font-size-sm)}._nav_ej1cc_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_ej1cc_5{height:100vh}}._navInner_ej1cc_243{position:relative}@media (max-width: 767px){._navInner_ej1cc_243{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_ej1cc_254{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_ej1cc_254{display:flex;flex-direction:column}}._linkItem_ej1cc_265{display:flex;align-items:center;box-sizing:border-box}._navTitle_ej1cc_273,._sublinkToggle_ej1cc_274,._link_ej1cc_86{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_ej1cc_273 ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274 ._newTabIcon_ej1cc_289,._link_ej1cc_86 ._newTabIcon_ej1cc_289{color:var(--color-muted);transition:color .3s ease-in-out}._link_ej1cc_86:hover,._link_ej1cc_86._open_ej1cc_296,._sublinkToggle_ej1cc_274:hover,._sublinkToggle_ej1cc_274._open_ej1cc_296,._link_ej1cc_86:hover ._newTabIcon_ej1cc_289,._link_ej1cc_86._open_ej1cc_296 ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274:hover ._newTabIcon_ej1cc_289,._sublinkToggle_ej1cc_274._open_ej1cc_296 ._newTabIcon_ej1cc_289,._navItem_ej1cc_306:hover{color:var(--color-primary)}._sublinkToggle_ej1cc_274,._back_ej1cc_311{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinkToggle_ej1cc_274:hover,._sublinkToggle_ej1cc_274._open_ej1cc_296,._back_ej1cc_311:hover,._back_ej1cc_311._open_ej1cc_296{color:var(--color-primary)}._sublinks_ej1cc_326{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_ej1cc_326._show_ej1cc_359{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_ej1cc_90{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_ej1cc_90._show_ej1cc_359{top:calc(100% + .3rem);opacity:1;visibility:visible}._primaryColumn_ej1cc_390{border-right:1px solid var(--color-border)}._primaryColumn_ej1cc_390 ._sublinkToggle_ej1cc_274:hover,._primaryColumn_ej1cc_390 ._sublinkToggle_ej1cc_274._open_ej1cc_296{color:var(--color-primary)}._secondaryColumn_ej1cc_399{background-color:var(--color-border)}._spotlightColumn_ej1cc_403{background-color:var(--color-secondary)}._sublinksInner_ej1cc_407{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 767px){._sublinksInner_ej1cc_407{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_ej1cc_425{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_ej1cc_425{padding:0}}._chevron_ej1cc_435{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_ej1cc_274._open_ej1cc_296 ._chevron_ej1cc_435{transform:rotate(180deg)}@media (max-width: 767px){._logo_ej1cc_24{flex:1}._menuToggle_ej1cc_121{display:flex;align-items:center;justify-content:center}._utility_ej1cc_215 a:not(._utility_ej1cc_215 a:first-of-type){display:none}._utilityMobile_ej1cc_215{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_ej1cc_215._open_ej1cc_296{transform:translateY(0)}._nav_ej1cc_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_ej1cc_5._open_ej1cc_296{transform:translate(0)}._linkWrapper_ej1cc_86{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_ej1cc_86._parent_ej1cc_514{border-bottom:1px solid var(--color-border)}._linkWrapper_ej1cc_86._parent_ej1cc_514:last-of-type{border:none}._linkItem_ej1cc_265{width:100%}._chevron_ej1cc_435{display:none}._sublinks_ej1cc_326{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_ej1cc_274{cursor:pointer;pointer-events:none;color:var(--color-muted)}}._default_ej1cc_551 ._sublinks_ej1cc_326{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_ej1cc_551 ._sublinks_ej1cc_326{position:relative;justify-content:center;align-items:center}}._default_ej1cc_551 ._linkItem_ej1cc_265{justify-content:flex-end}@media (max-width: 767px){._default_ej1cc_551 ._linkItem_ej1cc_265{justify-content:center;align-items:center}}._default_ej1cc_551 ._sublinksInner_ej1cc_407{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_ej1cc_551 ._sublinksInner_ej1cc_407{justify-content:center;align-items:center}}._advanced_ej1cc_587 ._linkContent_ej1cc_588{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-xs)}._advanced_ej1cc_587 ._subtitle_ej1cc_596{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_ej1cc_587 ._sublinksDescription_ej1cc_602{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_ej1cc_587 ._sublinks_ej1cc_326{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_ej1cc_587 ._sublinks_ej1cc_326{position:relative;justify-content:center;align-items:center}}._advanced_ej1cc_587 ._linkItem_ej1cc_265{justify-content:flex-start}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407._withSpotlight_ej1cc_634{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_ej1cc_587 ._sublinksInner_ej1cc_407._withoutSpotlight_ej1cc_638{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_ej1cc_587 ._sublinksInner_ej1cc_407{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274{pointer-events:all;color:var(--color-text-primary);width:fit-content;transition:color .3s ease-in-out}._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274:hover,._advanced_ej1cc_587 ._sublinkToggle_ej1cc_274._open_ej1cc_296{color:var(--color-primary)}._advanced_ej1cc_587 ._back_ej1cc_311{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_ej1cc_587 ._back_ej1cc_311:hover{color:var(--color-primary)}._groupDivider_ej1cc_676{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}._mobileMenu_ej1cc_684,._mobileMenuSlide_ej1cc_685{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_ej1cc_695{opacity:0}._fadeInFromLeft_ej1cc_699{animation:_fadeInFromLeft_ej1cc_699 .3s ease-in-out forwards}._fadeInFromRight_ej1cc_703{animation:_fadeInFromRight_ej1cc_703 .3s ease-in-out forwards}@keyframes _fadeInFromLeft_ej1cc_699{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_ej1cc_703{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
45
+ :root{--nav-height: 65px}._navbar_1jr5b_5{position:relative;height:var(--nav-height);z-index:1000}._left_1jr5b_19 ._container_1jr5b_20{justify-content:flex-start}._left_1jr5b_19 ._logo_1jr5b_24{flex:unset}._left_1jr5b_19 ._nav_1jr5b_5{flex:1}@media (max-width: 767px){._left_1jr5b_19 ._logo_1jr5b_24{flex:1}}._center_1jr5b_39 ._nav_1jr5b_5{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1jr5b_39 ._nav_1jr5b_5._hidden_1jr5b_45{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1jr5b_39 ._nav_1jr5b_5._visible_1jr5b_52{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1jr5b_39 ._logo_1jr5b_24{flex:1}}._right_1jr5b_67 ._container_1jr5b_20{justify-content:flex-end}._right_1jr5b_67 ._logo_1jr5b_24,._right_1jr5b_67 ._title_1jr5b_73{flex:1}._right_1jr5b_67 ._nav_1jr5b_5{flex:unset}._standard_1jr5b_82{left:0;background-color:#fff}._standard_1jr5b_82 ._linkWrapper_1jr5b_86{position:relative}._standard_1jr5b_82 ._triangle_1jr5b_90{display:none}._transparent_1jr5b_95{background-color:transparent}._transparent_1jr5b_95 ._nav_1jr5b_5{height:auto;border-radius:var(--radius-full);padding:0 var(--spacing-md);z-index:1001;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_1jr5b_95 ._nav_1jr5b_5{padding:var(--nav-height) 0 0;background:#fffffff2;border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_1jr5b_95 ._nav_1jr5b_5:before{border-radius:0}}._transparent_1jr5b_95 ._menuToggle_1jr5b_121:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff80;backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem);border-radius:var(--radius-md)}._sticky_1jr5b_139{position:fixed;top:var(--spacing-md);left:0;right:0;z-index:1000;width:100%}._container_1jr5b_20{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;margin:0 auto;padding:0 var(--spacing-lg);position:relative}@media (max-width: 767px){._container_1jr5b_20{grid-template-areas:"first second third fourth"}}._container_1jr5b_20._twoColumn_1jr5b_168{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}._title_1jr5b_73{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._logo_1jr5b_24{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_1jr5b_24 img{height:auto;width:auto}._menuToggle_1jr5b_121{grid-area:fourth;background:none;border:none;cursor:pointer;display:none;color:var(--color-text-primary);z-index:1100;position:relative;width:40px;height:40px}._menuToggle_1jr5b_121 svg{position:relative;z-index:5}._utilityMobile_1jr5b_215{display:none;grid-area:third;justify-content:flex-end}._utility_1jr5b_215{grid-area:third;display:flex;justify-content:flex-end}._utility_1jr5b_215 a{font-size:var(--font-size-sm)}._nav_1jr5b_5{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;grid-gap:var(--spacing-sm);transition:transform .3s ease}@media (max-width: 767px){._nav_1jr5b_5{height:100vh}}._navInner_1jr5b_243{position:relative}@media (max-width: 767px){._navInner_1jr5b_243{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_1jr5b_254{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1jr5b_254{display:flex;flex-direction:column}}._linkItem_1jr5b_265{display:flex;align-items:center;box-sizing:border-box}._navTitle_1jr5b_273,._sublinkToggle_1jr5b_274,._link_1jr5b_86{text-decoration:none;color:var(--color-text-primary);padding:var(--spacing-sm);transition:color .3s ease;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_1jr5b_273 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274 ._newTabIcon_1jr5b_289,._link_1jr5b_86 ._newTabIcon_1jr5b_289{color:var(--color-muted);transition:color .3s ease-in-out}._link_1jr5b_86:hover,._link_1jr5b_86._open_1jr5b_296,._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296,._link_1jr5b_86:hover ._newTabIcon_1jr5b_289,._link_1jr5b_86._open_1jr5b_296 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274:hover ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274._open_1jr5b_296 ._newTabIcon_1jr5b_289{color:var(--color-primary)}@media (max-width: 767px){._link_1jr5b_86:hover,._link_1jr5b_86._open_1jr5b_296,._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-text-primary)}._link_1jr5b_86:hover ._newTabIcon_1jr5b_289,._link_1jr5b_86._open_1jr5b_296 ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274:hover ._newTabIcon_1jr5b_289,._sublinkToggle_1jr5b_274._open_1jr5b_296 ._newTabIcon_1jr5b_289{color:var(--color-text-primary)}}._navItem_1jr5b_314:hover{color:var(--color-primary)}._sublinkToggle_1jr5b_274,._back_1jr5b_319{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-text-primary)}._sublinkToggle_1jr5b_274:hover,._sublinkToggle_1jr5b_274._open_1jr5b_296,._back_1jr5b_319:hover,._back_1jr5b_319._open_1jr5b_296{color:var(--color-primary)}._sublinks_1jr5b_334{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease,opacity .3s ease,visibility .3s ease}._sublinks_1jr5b_334._show_1jr5b_367{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._triangle_1jr5b_90{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_1jr5b_90._show_1jr5b_367{top:calc(100% + .3rem);opacity:1;visibility:visible}._primaryColumn_1jr5b_398{border-right:1px solid var(--color-border)}._primaryColumn_1jr5b_398 ._sublinkToggle_1jr5b_274:hover,._primaryColumn_1jr5b_398 ._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-primary)}._secondaryColumn_1jr5b_407{background-color:var(--color-border)}._spotlightColumn_1jr5b_411{background-color:var(--color-secondary)}._sublinksInner_1jr5b_415{background-color:var(--color-background);box-shadow:0 6px 8px #0000001a;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 767px){._sublinksInner_1jr5b_415{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset}}._sublinksColumn_1jr5b_433{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1jr5b_433{padding:0}}._chevron_1jr5b_443{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1jr5b_274._open_1jr5b_296 ._chevron_1jr5b_443{transform:rotate(180deg)}@media (max-width: 767px){._logo_1jr5b_24{flex:1}._menuToggle_1jr5b_121{display:flex;align-items:center;justify-content:center}._utility_1jr5b_215 a:not(._utility_1jr5b_215 a:first-of-type){display:none}._utilityMobile_1jr5b_215{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_1jr5b_215._open_1jr5b_296{transform:translateY(0)}._nav_1jr5b_5{display:none;position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);border-top:1px solid var(--color-border);z-index:1000;overflow-y:auto;transform:translate(100%)}._nav_1jr5b_5._open_1jr5b_296{transform:translate(0)}._linkWrapper_1jr5b_86{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1jr5b_86._parent_1jr5b_522{border-bottom:1px solid var(--color-border)}._linkWrapper_1jr5b_86._parent_1jr5b_522:last-of-type{border:none}._linkItem_1jr5b_265{width:100%}._chevron_1jr5b_443{display:none}._sublinks_1jr5b_334{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_1jr5b_274{cursor:pointer;pointer-events:none;color:var(--color-muted)}}._default_1jr5b_559 ._sublinks_1jr5b_334{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_1jr5b_559 ._sublinks_1jr5b_334{position:relative;justify-content:center;align-items:center}}._default_1jr5b_559 ._linkItem_1jr5b_265{justify-content:flex-end}@media (max-width: 767px){._default_1jr5b_559 ._linkItem_1jr5b_265{justify-content:center;align-items:center}}._default_1jr5b_559 ._sublinksInner_1jr5b_415{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_1jr5b_559 ._sublinksInner_1jr5b_415{justify-content:center;align-items:center}}._advanced_1jr5b_595 ._linkContent_1jr5b_596{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-xs)}._advanced_1jr5b_595 ._subtitle_1jr5b_604{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_1jr5b_595 ._sublinksDescription_1jr5b_610{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_1jr5b_595 ._sublinks_1jr5b_334{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_1jr5b_595 ._sublinks_1jr5b_334{position:relative;justify-content:center;align-items:center}}._advanced_1jr5b_595 ._linkItem_1jr5b_265{justify-content:flex-start}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415._withSpotlight_1jr5b_645{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_1jr5b_595 ._sublinksInner_1jr5b_415._withoutSpotlight_1jr5b_649{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_1jr5b_595 ._sublinksInner_1jr5b_415{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274{pointer-events:all;color:var(--color-text-primary);width:fit-content;transition:color .3s ease-in-out}._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274:hover,._advanced_1jr5b_595 ._sublinkToggle_1jr5b_274._open_1jr5b_296{color:var(--color-primary)}._advanced_1jr5b_595 ._back_1jr5b_319{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_1jr5b_595 ._back_1jr5b_319:hover{color:var(--color-primary)}._groupDivider_1jr5b_687{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}._mobileMenu_1jr5b_695,._mobileMenuSlide_1jr5b_696{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_1jr5b_706{opacity:0}._fadeInFromLeft_1jr5b_710{animation:_fadeInFromLeft_1jr5b_710 .3s ease-in-out forwards}._fadeInFromRight_1jr5b_714{animation:_fadeInFromRight_1jr5b_714 .3s ease-in-out forwards}@keyframes _fadeInFromLeft_1jr5b_710{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_1jr5b_714{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
46
46
  ._label_15ngo_1{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._text_15ngo_6{display:inline-flex;align-items:center;gap:var(--spacing-xs)}._sm_15ngo_13{font-size:.75rem}._md_15ngo_17{font-size:.875rem}._lg_15ngo_21{font-size:1rem}._default_15ngo_26{color:var(--color-text-primary)}._muted_15ngo_30{color:var(--color-muted)}._accent_15ngo_34{color:var(--color-primary)}._disabled_15ngo_38{color:var(--color-muted)}._error_15ngo_42{color:var(--color-error)}._required_15ngo_47{color:var(--color-error);margin-left:.25rem}._optional_15ngo_52{color:var(--color-muted);font-style:italic;margin-left:.25rem}._srOnly_15ngo_58{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._icon_15ngo_71{line-height:0;margin-left:var(--spacing-xs)}._tooltipWrapper_15ngo_77{position:relative;display:inline-flex;align-items:center}._tooltipIcon_15ngo_83{line-height:0;font-size:var(--font-size-md);cursor:help;margin-left:var(--spacing-xs);color:var(--color-muted)}._tooltipText_15ngo_91{visibility:hidden;background-color:#111;color:#fff;text-align:center;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);position:absolute;z-index:10;bottom:125%;left:50%;transform:translate(-50%);font-size:var(--font-size-xs);white-space:nowrap;opacity:0;transition:opacity .2s ease}._tooltipWrapper_15ngo_77:hover ._tooltipText_15ngo_91,._tooltipWrapper_15ngo_77:focus-within ._tooltipText_15ngo_91{visibility:visible;opacity:1}
47
- ._footer_ybjid_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_ybjid_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_ybjid_18{width:100%}._primaryNav_ybjid_22{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_ybjid_22{width:100%;flex-direction:column-reverse}}._secondaryNav_ybjid_32{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_ybjid_32 a:has(img){height:unset;background-color:transparent}._secondaryNav_ybjid_32 a:has(img) img{width:175px;height:auto}._secondaryNav_ybjid_32 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_ybjid_32{flex-direction:column-reverse}._secondaryNav_ybjid_32 nav{width:100%}}._details_ybjid_64{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._details_ybjid_64{justify-content:center;align-items:center;text-align:center}}._nav_ybjid_77{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_ybjid_85{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_ybjid_91{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm)}._socialItems_ybjid_91 ._group_ybjid_98{min-width:unset}._socialItems_ybjid_91 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_ybjid_107{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_ybjid_98{flex:.2;min-width:140px}._groupTitle_ybjid_118{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_ybjid_123{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_ybjid_131{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_ybjid_131{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_ybjid_131 ._newTabIcon_ybjid_149{color:var(--color-muted);transition:color .3s ease-in-out}._link_ybjid_131:hover,._link_ybjid_131:hover ._newTabIcon_ybjid_149{color:var(--color-primary)}._bottom_ybjid_163{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}._left_ybjid_170 ._container_ybjid_8{justify-content:flex-start}._left_ybjid_170 ._logo_ybjid_85{flex:unset}._left_ybjid_170 ._nav_ybjid_77{flex:1}@media (max-width: 767px){._left_ybjid_170 ._logo_ybjid_85{flex:1}}._center_ybjid_190 ._nav_ybjid_77{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_ybjid_190 ._nav_ybjid_77._hidden_ybjid_196{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_ybjid_190 ._nav_ybjid_77._visible_ybjid_203{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_ybjid_190 ._logo_ybjid_85{flex:1}}._right_ybjid_218 ._container_ybjid_8{justify-content:flex-end}._right_ybjid_218 ._logo_ybjid_85,._right_ybjid_218 ._title_ybjid_224{flex:1}._right_ybjid_218 ._nav_ybjid_77{flex:unset}
47
+ ._footer_3j43t_1{background-color:var(--color-background);padding:var(--spacing-xl) var(--spacing-md);font-size:var(--font-size-sm);color:var(--color-text-primary)}._container_3j43t_8{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}._utilityImage_3j43t_18{width:100%}._primaryNav_3j43t_22{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._primaryNav_3j43t_22{width:100%;flex-direction:column-reverse}}._secondaryNav_3j43t_32{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;width:100%;gap:var(--spacing-xl);margin-top:var(--spacing-xl)}._secondaryNav_3j43t_32 a:has(img){height:unset;background-color:transparent}._secondaryNav_3j43t_32 a:has(img) img{width:175px;height:auto}._secondaryNav_3j43t_32 a:has(img):hover{background-color:transparent}@media (max-width: 480px){._secondaryNav_3j43t_32{flex-direction:column-reverse;align-items:center;justify-content:center;margin-top:0}._secondaryNav_3j43t_32 nav{width:100%}}._details_3j43t_67{flex-basis:200px;display:flex;flex-direction:column;gap:var(--spacing-lg)}@media (max-width: 767px){._details_3j43t_67{justify-content:center;align-items:center;text-align:center}}._nav_3j43t_80{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-lg);flex:1}._logo_3j43t_88{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary)}._socialItems_3j43t_94{display:flex;align-items:center;justify-content:flex-start;gap:var(--spacing-sm)}._socialItems_3j43t_94 ._group_3j43t_101{min-width:unset}._socialItems_3j43t_94 a{transition:color .3s ease-in-out;font-size:var(--font-size-xl)}._groups_3j43t_110{display:flex;flex-wrap:wrap;gap:var(--spacing-xl)}._group_3j43t_101{flex:.2;min-width:140px}._groupTitle_3j43t_121{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._sublinks_3j43t_126{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:var(--spacing-md)}._linkList_3j43t_134{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;padding:0;margin:0}._link_3j43t_134{color:var(--color-text-primary);text-decoration:none;display:block;transition:color .3s ease-in-out;display:flex;align-items:center;gap:var(--spacing-xs)}._link_3j43t_134 ._newTabIcon_3j43t_152{color:var(--color-muted);transition:color .3s ease-in-out}._link_3j43t_134:hover,._link_3j43t_134:hover ._newTabIcon_3j43t_152{color:var(--color-primary)}._bottom_3j43t_166{text-align:left;font-size:var(--font-size-sm);color:var(--color-muted)}@media (max-width: 767px){._bottom_3j43t_166{text-align:center}}._left_3j43t_177 ._container_3j43t_8{justify-content:flex-start}._left_3j43t_177 ._logo_3j43t_88{flex:unset}._left_3j43t_177 ._nav_3j43t_80{flex:1}@media (max-width: 767px){._left_3j43t_177 ._logo_3j43t_88{flex:1}}._center_3j43t_197 ._nav_3j43t_80{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_3j43t_197 ._nav_3j43t_80._hidden_3j43t_203{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_3j43t_197 ._nav_3j43t_80._visible_3j43t_210{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_3j43t_197 ._logo_3j43t_88{flex:1}}._right_3j43t_225 ._container_3j43t_8{justify-content:flex-end}._right_3j43t_225 ._logo_3j43t_88,._right_3j43t_225 ._title_3j43t_231{flex:1}._right_3j43t_225 ._nav_3j43t_80{flex:unset}
48
48
  ._calendar_zbxci_1{padding:var(--spacing-sm);border-radius:var(--radius-md);min-width:250px}._header_zbxci_7{display:flex;justify-content:space-between;margin-bottom:var(--spacing-sm)}._dayName_zbxci_13{font-weight:var(--font-weight-semibold);color:var(--color-text-primary);width:30px;text-align:center;flex:1;font-size:var(--font-size-sm)}._monthName_zbxci_23{font-weight:var(--font-weight-bold);color:var(--color-text-primary)}._week_zbxci_28{display:flex;justify-content:space-between;color:var(--color-text-primary)}._cell_zbxci_34{flex:1;padding:var(--spacing-xs) 0;text-align:center;background:none;color:var(--color-text-primary);border:none;cursor:pointer;width:30px}._outside_zbxci_45{color:var(--color-muted)}._selected_zbxci_49{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md)}
@@ -1,13 +1,13 @@
1
1
  import { jsx as c, Fragment as m } from "react/jsx-runtime";
2
2
  import { useEffect as f } from "react";
3
- import '../../assets/index2.css';function u({ children: o, theme: r = {} }) {
3
+ import '../../assets/index2.css';function p({ children: t, theme: o = {} }) {
4
4
  return f(() => {
5
- const t = document.documentElement;
6
- Object.entries(r).forEach(([n, e]) => {
7
- e && t.style.setProperty(`--user-color-${n}`, e);
5
+ const e = document.documentElement;
6
+ Object.entries(o).forEach(([n, r]) => {
7
+ r && e.style.setProperty(`--color-${n}`, r);
8
8
  });
9
- }, [r]), /* @__PURE__ */ c(m, { children: o });
9
+ }, [o]), /* @__PURE__ */ c(m, { children: t });
10
10
  }
11
11
  export {
12
- u as ThemeProvider
12
+ p as ThemeProvider
13
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.0.229",
4
+ "version": "0.0.231",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -1,129 +0,0 @@
1
- import { jsxs as _, jsx as o } from "react/jsx-runtime";
2
- import { useRef as p } from "react";
3
- import { E as h } from "./external-link-BOPobeQJ.js";
4
- import { C as k } from "./chevron-down-DSUzBz9F.js";
5
- import './assets/NavLink.css';const v = "_navbar_ej1cc_5", f = "_left_ej1cc_19", C = "_container_ej1cc_20", I = "_logo_ej1cc_24", w = "_nav_ej1cc_5", y = "_center_ej1cc_39", M = "_hidden_ej1cc_45", N = "_visible_ej1cc_52", T = "_right_ej1cc_67", S = "_title_ej1cc_73", x = "_standard_ej1cc_82", D = "_linkWrapper_ej1cc_86", E = "_triangle_ej1cc_90", $ = "_transparent_ej1cc_95", F = "_menuToggle_ej1cc_121", L = "_sticky_ej1cc_139", R = "_twoColumn_ej1cc_168", W = "_utilityMobile_ej1cc_215", z = "_utility_ej1cc_215", q = "_navInner_ej1cc_243", A = "_grid_ej1cc_254", B = "_linkItem_ej1cc_265", G = "_sublinkToggle_ej1cc_274", H = "_link_ej1cc_86", J = "_newTabIcon_ej1cc_289", K = "_open_ej1cc_296", Q = "_back_ej1cc_311", U = "_sublinks_ej1cc_326", V = "_show_ej1cc_359", X = "_primaryColumn_ej1cc_390", Y = "_secondaryColumn_ej1cc_399", Z = "_spotlightColumn_ej1cc_403", O = "_sublinksInner_ej1cc_407", P = "_sublinksColumn_ej1cc_425", ee = "_chevron_ej1cc_435", ne = "_parent_ej1cc_514", ce = "_advanced_ej1cc_587", oe = "_linkContent_ej1cc_588", te = "_subtitle_ej1cc_596", se = "_sublinksDescription_ej1cc_602", ie = "_withSpotlight_ej1cc_634", _e = "_withoutSpotlight_ej1cc_638", le = "_groupDivider_ej1cc_676", re = "_mobileMenu_ej1cc_684", ae = "_mobileMenuSlide_ej1cc_685", ue = "_mobileMenuItem_ej1cc_695", me = "_fadeInFromLeft_ej1cc_699", be = "_fadeInFromRight_ej1cc_703", n = {
6
- navbar: v,
7
- left: f,
8
- container: C,
9
- logo: I,
10
- nav: w,
11
- center: y,
12
- hidden: M,
13
- visible: N,
14
- right: T,
15
- title: S,
16
- standard: x,
17
- linkWrapper: D,
18
- triangle: E,
19
- transparent: $,
20
- menuToggle: F,
21
- sticky: L,
22
- twoColumn: R,
23
- utilityMobile: W,
24
- utility: z,
25
- navInner: q,
26
- grid: A,
27
- linkItem: B,
28
- sublinkToggle: G,
29
- link: H,
30
- newTabIcon: J,
31
- open: K,
32
- back: Q,
33
- sublinks: U,
34
- show: V,
35
- primaryColumn: X,
36
- secondaryColumn: Y,
37
- spotlightColumn: Z,
38
- sublinksInner: O,
39
- sublinksColumn: P,
40
- chevron: ee,
41
- parent: ne,
42
- default: "_default_ej1cc_551",
43
- advanced: ce,
44
- linkContent: oe,
45
- subtitle: te,
46
- sublinksDescription: se,
47
- withSpotlight: ie,
48
- withoutSpotlight: _e,
49
- groupDivider: le,
50
- mobileMenu: re,
51
- mobileMenuSlide: ae,
52
- mobileMenuItem: ue,
53
- fadeInFromLeft: me,
54
- fadeInFromRight: be
55
- };
56
- function he({
57
- link: e,
58
- path: c,
59
- parentPath: l,
60
- openPath: b,
61
- togglePath: r,
62
- updateTriangleIndicator: d,
63
- setOpenPath: t,
64
- renderLinks: j,
65
- buttonRefs: g
66
- }) {
67
- var u;
68
- const s = b === c, i = !!((u = e.sublinks) != null && u.length), a = p(null);
69
- return g.current.set(c, a.current), /* @__PURE__ */ _(
70
- "div",
71
- {
72
- className: `${n.linkWrapper} ${l ? "" : n.parent}`,
73
- children: [
74
- /* @__PURE__ */ o("div", { className: n.linkItem, children: e.href ? /* @__PURE__ */ _(
75
- "a",
76
- {
77
- href: e.href,
78
- className: n.link,
79
- target: e.isExternal ? "_blank" : "_self",
80
- rel: e.isExternal ? "noopener noreferrer" : void 0,
81
- onClick: () => {
82
- var m;
83
- t(null), (m = e.onClick) == null || m.call(e);
84
- },
85
- onMouseEnter: () => {
86
- l || t(null);
87
- },
88
- role: "menuitem",
89
- children: [
90
- e.label,
91
- e.isExternal && /* @__PURE__ */ o(h, { className: n.newTabIcon, size: 16 })
92
- ]
93
- }
94
- ) : /* @__PURE__ */ _(
95
- "button",
96
- {
97
- ref: a,
98
- "aria-haspopup": i ? "true" : void 0,
99
- "aria-expanded": s,
100
- className: `${n.sublinkToggle} ${s ? n.open : ""}`,
101
- onClick: () => r(c),
102
- onMouseEnter: () => {
103
- d(c), t(c);
104
- },
105
- children: [
106
- e.label,
107
- i && /* @__PURE__ */ o(k, { size: 18, className: n.chevron })
108
- ]
109
- }
110
- ) }),
111
- i && /* @__PURE__ */ o(
112
- "div",
113
- {
114
- className: `${n.sublinks} ${s ? n.show : ""}`,
115
- onMouseLeave: () => r(c),
116
- role: "menu",
117
- "aria-label": `${e.label} submenu`,
118
- children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o("div", { className: n.sublinksInner, children: /* @__PURE__ */ o("div", { className: n.sublinksColumn, children: j(e.sublinks, c) }) }) })
119
- }
120
- )
121
- ]
122
- },
123
- c
124
- );
125
- }
126
- export {
127
- he as N,
128
- n as s
129
- };