rotion 3.4.2 → 3.5.1

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.
Files changed (58) hide show
  1. package/README.ja.md +23 -1
  2. package/README.md +23 -1
  3. package/dist/ui/components/Calendar/Calendar.d.ts +5 -0
  4. package/dist/ui/components/Calendar/Calendar.types.d.ts +19 -0
  5. package/dist/ui/components/Calendar/CalendarCell/CalendarCell.d.ts +4 -0
  6. package/dist/ui/components/Calendar/CalendarCell/CalendarCell.types.d.ts +7 -0
  7. package/dist/ui/components/Calendar/CalendarCell/index.d.ts +2 -0
  8. package/dist/ui/components/Calendar/CalendarEvent/CalendarEvent.d.ts +4 -0
  9. package/dist/ui/components/Calendar/CalendarEvent/CalendarEvent.types.d.ts +10 -0
  10. package/dist/ui/components/Calendar/CalendarEvent/index.d.ts +2 -0
  11. package/dist/ui/components/Calendar/CalendarHeader/CalendarHeader.d.ts +4 -0
  12. package/dist/ui/components/Calendar/CalendarHeader/CalendarHeader.types.d.ts +8 -0
  13. package/dist/ui/components/Calendar/CalendarHeader/index.d.ts +2 -0
  14. package/dist/ui/components/Calendar/CalendarWeek/CalendarWeek.d.ts +4 -0
  15. package/dist/ui/components/Calendar/CalendarWeek/CalendarWeek.types.d.ts +20 -0
  16. package/dist/ui/components/Calendar/CalendarWeek/index.d.ts +2 -0
  17. package/dist/ui/components/Calendar/index.d.ts +2 -0
  18. package/dist/ui/components/Calendar/lib.d.ts +1 -0
  19. package/dist/ui/components/index.d.ts +5 -0
  20. package/dist/ui/esm/components/Calendar/Calendar.js +185 -0
  21. package/dist/ui/esm/components/Calendar/Calendar.js.map +1 -0
  22. package/dist/ui/esm/components/Calendar/Calendar.types.js +3 -0
  23. package/dist/ui/esm/components/Calendar/Calendar.types.js.map +1 -0
  24. package/dist/ui/esm/components/Calendar/CalendarCell/CalendarCell.js +18 -0
  25. package/dist/ui/esm/components/Calendar/CalendarCell/CalendarCell.js.map +1 -0
  26. package/dist/ui/esm/components/Calendar/CalendarCell/CalendarCell.types.js +3 -0
  27. package/dist/ui/esm/components/Calendar/CalendarCell/CalendarCell.types.js.map +1 -0
  28. package/dist/ui/esm/components/Calendar/CalendarCell/index.js +4 -0
  29. package/dist/ui/esm/components/Calendar/CalendarCell/index.js.map +1 -0
  30. package/dist/ui/esm/components/Calendar/CalendarEvent/CalendarEvent.js +103 -0
  31. package/dist/ui/esm/components/Calendar/CalendarEvent/CalendarEvent.js.map +1 -0
  32. package/dist/ui/esm/components/Calendar/CalendarEvent/CalendarEvent.types.js +3 -0
  33. package/dist/ui/esm/components/Calendar/CalendarEvent/CalendarEvent.types.js.map +1 -0
  34. package/dist/ui/esm/components/Calendar/CalendarEvent/index.js +4 -0
  35. package/dist/ui/esm/components/Calendar/CalendarEvent/index.js.map +1 -0
  36. package/dist/ui/esm/components/Calendar/CalendarHeader/CalendarHeader.js +34 -0
  37. package/dist/ui/esm/components/Calendar/CalendarHeader/CalendarHeader.js.map +1 -0
  38. package/dist/ui/esm/components/Calendar/CalendarHeader/CalendarHeader.types.js +3 -0
  39. package/dist/ui/esm/components/Calendar/CalendarHeader/CalendarHeader.types.js.map +1 -0
  40. package/dist/ui/esm/components/Calendar/CalendarHeader/index.js +4 -0
  41. package/dist/ui/esm/components/Calendar/CalendarHeader/index.js.map +1 -0
  42. package/dist/ui/esm/components/Calendar/CalendarWeek/CalendarWeek.js +38 -0
  43. package/dist/ui/esm/components/Calendar/CalendarWeek/CalendarWeek.js.map +1 -0
  44. package/dist/ui/esm/components/Calendar/CalendarWeek/CalendarWeek.types.js +3 -0
  45. package/dist/ui/esm/components/Calendar/CalendarWeek/CalendarWeek.types.js.map +1 -0
  46. package/dist/ui/esm/components/Calendar/CalendarWeek/index.js +4 -0
  47. package/dist/ui/esm/components/Calendar/CalendarWeek/index.js.map +1 -0
  48. package/dist/ui/esm/components/Calendar/index.js +4 -0
  49. package/dist/ui/esm/components/Calendar/index.js.map +1 -0
  50. package/dist/ui/esm/components/Calendar/lib.js +5 -0
  51. package/dist/ui/esm/components/Calendar/lib.js.map +1 -0
  52. package/dist/ui/esm/components/Page/CodeBlock/Code/Code.js +13 -8
  53. package/dist/ui/esm/components/Page/CodeBlock/Code/Code.js.map +1 -1
  54. package/dist/ui/esm/components/index.js +5 -0
  55. package/dist/ui/esm/components/index.js.map +1 -1
  56. package/dist/ui/index-without-dark.css +1 -1
  57. package/dist/ui/index.css +1 -1
  58. package/package.json +3 -3
@@ -0,0 +1,34 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { cdate } from 'cdate';
4
+
5
+ function detectLang(locale) {
6
+ var _a;
7
+ return locale || (typeof window !== 'undefined' ? (_a = window === null || window === void 0 ? void 0 : window.navigator) === null || _a === void 0 ? void 0 : _a.language : undefined);
8
+ }
9
+ function getMonthLabel(year, month, locale) {
10
+ const date = new Date(year, month, 1);
11
+ const lang = detectLang(locale);
12
+ try {
13
+ return new Intl.DateTimeFormat(lang, { month: 'long', year: 'numeric' }).format(date);
14
+ }
15
+ catch (_a) {
16
+ if (lang === null || lang === void 0 ? void 0 : lang.includes('ja')) {
17
+ return cdate(date).format('YYYY年M月');
18
+ }
19
+ return cdate(date).format('MMMM YYYY');
20
+ }
21
+ }
22
+ function getCalendarLabels(locale) {
23
+ const lang = detectLang(locale);
24
+ if (lang === null || lang === void 0 ? void 0 : lang.includes('ja')) {
25
+ return { today: '今日', previousMonth: '前月', nextMonth: '翌月' };
26
+ }
27
+ return { today: 'Today', previousMonth: 'Previous month', nextMonth: 'Next month' };
28
+ }
29
+ const CalendarHeader = ({ year, month, locale, onPrev, onNext, onToday }) => {
30
+ const labels = getCalendarLabels(locale);
31
+ return (_jsxs("div", { className: "rotion-calendar-header", children: [_jsx("div", { className: "rotion-calendar-header-label", children: getMonthLabel(year, month, locale) }), _jsxs("div", { className: "rotion-calendar-header-actions", children: [_jsx("button", { type: "button", className: "rotion-calendar-header-button", onClick: onPrev, "aria-label": labels.previousMonth, children: "\u2039" }), _jsx("button", { type: "button", className: "rotion-calendar-header-today", onClick: onToday, children: labels.today }), _jsx("button", { type: "button", className: "rotion-calendar-header-button", onClick: onNext, "aria-label": labels.nextMonth, children: "\u203A" })] })] }));
32
+ };
33
+ export default CalendarHeader;
34
+ //# sourceMappingURL=CalendarHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarHeader.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarHeader/CalendarHeader.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAE7B,OAAO,sBAAsB,CAAA;AAE7B,SAAS,UAAU,CAAC,MAAe;;IACjC,OAAO,MAAM,IAAI,CAAC,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,0CAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;AAC5F,CAAC;AAED,SAAS,aAAa,CAAC,IAAY,EAAE,KAAa,EAAE,MAAe;IACjE,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC,CAAA;IACrC,MAAM,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,CAAA;IAC/B,IAAI,CAAC;QACH,OAAO,IAAI,IAAI,CAAC,cAAc,CAAC,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;IACvF,CAAC;IAAC,WAAM,CAAC;QACP,IAAI,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;YACzB,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;QACtC,CAAC;QACD,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAA;IACxC,CAAC;AACH,CAAC;AAED,SAAS,iBAAiB,CAAC,MAAe;IACxC,MAAM,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,CAAA;IAC/B,IAAI,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;QACzB,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAA;IAC9D,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA;AACrF,CAAC;AAED,MAAM,cAAc,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAuB,EAAE,EAAE;IAC/F,MAAM,MAAM,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAA;IACxC,OAAO,CACL,eAAK,SAAS,EAAC,wBAAwB,aACrC,cAAK,SAAS,EAAC,8BAA8B,YAAE,aAAa,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC,GAAO,EACxF,eAAK,SAAS,EAAC,gCAAgC,aAC7C,iBAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,+BAA+B,EAAC,OAAO,EAAE,MAAM,gBAAc,MAAM,CAAC,aAAa,uBAExG,EACT,iBAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,8BAA8B,EAAC,OAAO,EAAE,OAAO,YAC5E,MAAM,CAAC,KAAK,GACN,EACT,iBAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,+BAA+B,EAAC,OAAO,EAAE,MAAM,gBAAc,MAAM,CAAC,SAAS,uBAEpG,IACL,IACF,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ export {};
3
+ //# sourceMappingURL=CalendarHeader.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarHeader.types.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarHeader/CalendarHeader.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ 'use client';
2
+ import CalendarHeader from './CalendarHeader.js';
3
+ export { CalendarHeader };
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,qBAAqB,CAAA;AAChD,OAAO,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,38 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import CalendarCell from '../CalendarCell/CalendarCell.js';
4
+ import CalendarEvent from '../CalendarEvent/CalendarEvent.js';
5
+ import { dateKey } from '../lib.js';
6
+
7
+ const SLOT_HEIGHT_PX = 28;
8
+ const SLOT_TOP_OFFSET_PX = 28;
9
+ const MIN_CELL_HEIGHT_PX = 110;
10
+ const CalendarWeek = ({ weekStart, monthInView, todayKey, placed, slotCount, keys, date, options }) => {
11
+ const days = [];
12
+ for (let i = 0; i < 7; i++) {
13
+ days.push(new Date(weekStart.getFullYear(), weekStart.getMonth(), weekStart.getDate() + i));
14
+ }
15
+ const slotsHeight = SLOT_TOP_OFFSET_PX + slotCount * SLOT_HEIGHT_PX + 4;
16
+ const minHeight = Math.max(MIN_CELL_HEIGHT_PX, slotsHeight);
17
+ return (_jsxs("div", { className: "rotion-calendar-week", style: { minHeight: `${minHeight}px` }, children: [_jsx("div", { className: "rotion-calendar-week-cells", children: days.map((d) => (_jsx(CalendarCell, { year: d.getFullYear(), month: d.getMonth(), day: d.getDate(), inMonth: d.getMonth() === monthInView, isToday: dateKey(d) === todayKey }, dateKey(d)))) }), _jsx("div", { className: "rotion-calendar-week-events", children: placed.map((p) => {
18
+ const left = (p.startCol / 7) * 100;
19
+ const width = (p.span / 7) * 100;
20
+ const top = SLOT_TOP_OFFSET_PX + p.slot * SLOT_HEIGHT_PX;
21
+ const className = [
22
+ 'rotion-calendar-event-slot',
23
+ p.isStart ? 'rotion-calendar-event-slot-start' : '',
24
+ p.isEnd ? 'rotion-calendar-event-slot-end' : '',
25
+ p.span > 1 ? 'rotion-calendar-event-slot-multi' : '',
26
+ ]
27
+ .filter(Boolean)
28
+ .join(' ');
29
+ return (_jsx("div", { className: className, style: {
30
+ left: `${left}%`,
31
+ width: `${width}%`,
32
+ top: `${top}px`,
33
+ height: `${SLOT_HEIGHT_PX - 2}px`,
34
+ }, children: _jsx(CalendarEvent, { page: p.page, keys: keys, date: date, options: options, continuationLeft: !p.isStart, continuationRight: !p.isEnd }) }, `${p.page.id}-${p.slot}`));
35
+ }) })] }));
36
+ };
37
+ export default CalendarWeek;
38
+ //# sourceMappingURL=CalendarWeek.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarWeek.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarWeek/CalendarWeek.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ export {};
3
+ //# sourceMappingURL=CalendarWeek.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarWeek.types.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarWeek/CalendarWeek.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ 'use client';
2
+ import CalendarWeek from './CalendarWeek.js';
3
+ export { CalendarWeek };
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/Calendar/CalendarWeek/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,mBAAmB,CAAA;AAC5C,OAAO,EAAE,YAAY,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ 'use client';
2
+ import Calendar from './Calendar.js';
3
+ export { Calendar };
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/Calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ 'use client';
2
+ export function dateKey(d) {
3
+ return `${d.getFullYear()}-${String(d.getMonth() + 1).padStart(2, '0')}-${String(d.getDate()).padStart(2, '0')}`;
4
+ }
5
+ //# sourceMappingURL=lib.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib.js","sourceRoot":"","sources":["../../../../../../src/ui/components/Calendar/lib.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,OAAO,CAAC,CAAO;IAC7B,OAAO,GAAG,CAAC,CAAC,WAAW,EAAE,IAAI,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAA;AAClH,CAAC"}
@@ -35,23 +35,28 @@ const setPrismCss = () => {
35
35
  const Code = ({ children, language = 'text' }) => {
36
36
  const codeRef = useRef(null);
37
37
  const highlight = useCallback((language) => __awaiter(void 0, void 0, void 0, function* () {
38
- if (codeRef.current) {
39
- if (language === 'mermaid') {
40
- mermaid.initialize({ theme: isDark() ? 'dark' : 'neutral' });
41
- mermaid.init(undefined, codeRef.current);
38
+ if (!codeRef.current)
39
+ return;
40
+ if (language === 'mermaid') {
41
+ mermaid.initialize({ theme: isDark() ? 'dark' : 'neutral' });
42
+ try {
43
+ yield mermaid.run({ nodes: [codeRef.current] });
42
44
  }
43
- else {
44
- setPrismCss();
45
- Prism.highlightElement(codeRef.current);
45
+ catch (e) {
46
+ console.error('mermaid render failed:', e);
46
47
  }
47
48
  }
49
+ else {
50
+ setPrismCss();
51
+ Prism.highlightElement(codeRef.current);
52
+ }
48
53
  }), []);
49
54
  const cl = language === 'mermaid' ? 'mermaid' : `language-${language.toLowerCase()}`;
50
55
  const [show, setShow] = useState(false);
51
56
  const showLang = () => setShow(true);
52
57
  const hideLang = () => setShow(false);
53
58
  useEffect(() => {
54
- highlight(language);
59
+ highlight(language).catch((e) => console.error(e));
55
60
  }, [language, highlight]);
56
61
  return (_jsxs("div", { className: "rotion-code-area", onMouseOver: showLang, onMouseOut: hideLang, onFocus: showLang, onBlur: hideLang, children: [show && _jsx("div", { className: "rotion-code-lang", children: language }), _jsx("pre", { className: cl, suppressHydrationWarning: true, children: _jsx("code", { ref: codeRef, suppressHydrationWarning: true, children: children }) })] }));
57
62
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Code.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/Page/CodeBlock/Code/Code.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Code.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/Page/CodeBlock/Code/Code.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,9 @@
1
1
  'use client';
2
+ export * from './Calendar/index.js';
3
+ export * from './Calendar/CalendarCell/index.js';
4
+ export * from './Calendar/CalendarEvent/index.js';
5
+ export * from './Calendar/CalendarHeader/index.js';
6
+ export * from './Calendar/CalendarWeek/index.js';
2
7
  export * from './Checkbox/index.js';
3
8
  export * from './Gallery/GalleryCard/index.js';
4
9
  export * from './Gallery/GalleryCheckboxField/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,uCAAuC,CAAA;AACrD,cAAc,sCAAsC,CAAA;AACpD,cAAc,oCAAoC,CAAA;AAClD,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA;AAChD,cAAc,sCAAsC,CAAA;AACpD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,UAAU,CAAA;AACxB,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,2BAA2B,CAAA;AACzC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA;AACjD,cAAc,0BAA0B,CAAA;AACxC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sCAAsC,CAAA;AACpD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA;AAChC,cAAc,qCAAqC,CAAA;AACnD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wCAAwC,CAAA;AACtD,cAAc,mCAAmC,CAAA;AACjD,cAAc,qCAAqC,CAAA;AACnD,cAAc,mCAAmC,CAAA;AACjD,cAAc,kCAAkC,CAAA;AAChD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAClD,cAAc,kCAAkC,CAAA;AAChD,cAAc,qBAAqB,CAAA;AACnC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,uCAAuC,CAAA;AACrD,cAAc,sCAAsC,CAAA;AACpD,cAAc,oCAAoC,CAAA;AAClD,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA;AAChD,cAAc,sCAAsC,CAAA;AACpD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,UAAU,CAAA;AACxB,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,2BAA2B,CAAA;AACzC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA;AACjD,cAAc,0BAA0B,CAAA;AACxC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sCAAsC,CAAA;AACpD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AACnC,cAAc,kBAAkB,CAAA;AAChC,cAAc,qCAAqC,CAAA;AACnD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wCAAwC,CAAA;AACtD,cAAc,mCAAmC,CAAA;AACjD,cAAc,qCAAqC,CAAA;AACnD,cAAc,mCAAmC,CAAA;AACjD,cAAc,kCAAkC,CAAA;AAChD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,YAAY,CAAA"}
@@ -1 +1 @@
1
- :root{--rotion-font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";--rotion-border-radius:4px;--rotion-line-height:1.5;--rotion-primary-text:#232d37;--rotion-dark-primary-text:#e6e6e6;--rotion-secondary-text:#828c96;--rotion-dark-secondary-text:#828282;--rotion-tertiary-text:#a0aab4;--rotion-dark-tertiary-text:#646464;--rotion-border-color:hsla(0,0%,86.3%,.8);--rotion-border-disabled-color:hsla(0,0%,86.3%,.5);--rotion-border-hover-color:hsla(0,0%,47%,.8);--rotion-dark-border-color:rgba(80,80,80,.8);--rotion-dark-border-hover-color:hsla(0,0%,70.6%,.8);--rotion-border:1px solid var(--rotion-border-color);--rotion-border-disabled:1px solid var(--rotion-border-disabled-color);--rotion-border-hover:1px solid var(--rotion-border-hover-color);--rotion-dark-border:1px solid var(--rotion-dark-border-color);--rotion-dark-border-hover:1px solid var(--rotion-dark-border-hover-color);--rotion-code-bg-color:hsla(44,6%,50%,.15);--rotion-dark-code-bg-color:hsla(44,6%,50%,.3);--rotion-table-header-bg-color:hsla(0,0%,59%,.1);--rotion-dark-table-header-bg-color:hsla(0,0%,100%,.15);--rotion-toggle-hover-bg-color:#f5f2f0;--rotion-dark-toggle-hover-bg-color:#2d2d2d;--rotion-quote-border-color:#2d2d2d;--rotion-dark-quote-border-color:#f5f2f0;--rotion-link-text-decoration:none;--rotion-link-cursor:pointer;--rotion-link-color:#32302c;--rotion-dark-link-color:#e1dfdb;--rotion-link-hover-color:rgba(50,48,44,.6);--rotion-dark-link-hover-color:hsla(40,9%,87%,.6);--rotion-link-border-bottom:1px solid rgba(50,48,44,.4);--rotion-dark-link-border-bottom:1px solid rgba(205,203,199,.4);--rotion-link-hover-border-bottom:1px solid rgba(50,48,44,.2);--rotion-dark-link-hover-border-bottom:1px solid rgba(205,203,199,.2);--rotion-link-bg-color:inherit;--rotion-dark-link-bg-color:inherit;--rotion-link-hover-bg-color:hsla(0,0%,59%,.1);--rotion-dark-link-hover-bg-color:hsla(0,0%,100%,.15);--rotion-annot-default:#32302c;--rotion-dark-annot-default:#ebe9e4;--rotion-annot-bg-default:rgba(227,226,224,.5);--rotion-dark-annot-bg-default:#373737;--rotion-annot-gray:#787774;--rotion-dark-annot-gray:#9b9b9b;--rotion-annot-bg-gray:#f1f1ef;--rotion-dark-annot-bg-gray:#2f2f2f;--rotion-annot-brown:#9f6b53;--rotion-dark-annot-brown:#ba856f;--rotion-annot-bg-brown:#eee0da;--rotion-dark-annot-bg-brown:#4a3228;--rotion-annot-orange:#d9730d;--rotion-dark-annot-orange:#c77d48;--rotion-annot-bg-orange:#fadec9;--rotion-dark-annot-bg-orange:#5c3b23;--rotion-annot-yellow:#cb912f;--rotion-dark-annot-yellow:#ca9849;--rotion-annot-bg-yellow:#fdecc8;--rotion-dark-annot-bg-yellow:#564328;--rotion-annot-green:#448361;--rotion-dark-annot-green:#529e72;--rotion-annot-bg-green:#edf3ec;--rotion-dark-annot-bg-green:#243d30;--rotion-annot-blue:#337ea9;--rotion-dark-annot-blue:#5e87c9;--rotion-annot-bg-blue:#d3e5ef;--rotion-dark-annot-bg-blue:#143a4e;--rotion-annot-purple:#9065b0;--rotion-dark-annot-purple:#9d68d3;--rotion-annot-bg-purple:#e8deee;--rotion-dark-annot-bg-purple:#3c2d49;--rotion-annot-pink:#c14c8a;--rotion-dark-annot-pink:#d15796;--rotion-annot-bg-pink:#f5e0e9;--rotion-dark-annot-bg-pink:#4e2c3c;--rotion-annot-red:#d44c47;--rotion-dark-annot-red:#df5452;--rotion-annot-bg-red:#ffe2dd;--rotion-dark-annot-bg-red:#522e2a;--rotion-annot-border:1px solid rgba(50,48,44,.3);--rotion-dark-annot-border:1px solid rgba(205,203,199,.3);--rotion-gallery-box-shadow:hsla(0,0%,6%,.1) 0px 0px 0px 1px,hsla(0,0%,6%,.1) 0px 2px 4px;--rotion-dark-gallery-box-shadow:hsla(0,0%,6%,.2) 0px 0px 0px 1px,hsla(0,0%,6%,.2) 0px 2px 4px;--rotion-gallery-bg:rgba(55,53,47,.005);--rotion-dark-gallery-bg:hsla(0,0%,100%,.1);--rotion-gallery-hover-bg:rgba(55,53,47,.03);--rotion-dark-gallery-hover-bg:#2f2f2f;--rotion-gallery-image-border-bottom:1px solid rgba(55,53,47,.1);--rotion-dark-gallery-image-border-bottom:1px solid hsla(0,0%,100%,.1);--rotion-gallery-grid-template-columns-small:repeat(auto-fill,minmax(180px,1fr));--rotion-gallery-grid-template-columns-medium:repeat(auto-fill,minmax(260px,1fr));--rotion-gallery-grid-template-columns-large:repeat(auto-fill,minmax(320px,1fr));--rotion-tag-default:#32302c;--rotion-dark-tag-default:hsla(0,0%,100%,.804);--rotion-tag-bg-default:rgba(227,226,224,.5);--rotion-dark-tag-bg-default:#373737;--rotion-tag-gray:#32302c;--rotion-dark-tag-gray:hsla(0,0%,100%,.804);--rotion-tag-bg-gray:#e3e2e0;--rotion-dark-tag-bg-gray:#5a5a5a;--rotion-tag-brown:#442a1e;--rotion-dark-tag-brown:hsla(0,0%,100%,.804);--rotion-tag-bg-brown:#eee0da;--rotion-dark-tag-bg-brown:#603b2c;--rotion-tag-orange:#49290e;--rotion-dark-tag-orange:hsla(0,0%,100%,.804);--rotion-tag-bg-orange:#fadec9;--rotion-dark-tag-bg-orange:#854c1d;--rotion-tag-yellow:#402c1b;--rotion-dark-tag-yellow:hsla(0,0%,100%,.804);--rotion-tag-bg-yellow:#fdecc8;--rotion-dark-tag-bg-yellow:#89632a;--rotion-tag-green:#1c3829;--rotion-dark-tag-green:hsla(0,0%,100%,.804);--rotion-tag-bg-green:#dbeddb;--rotion-dark-tag-bg-green:#2b593f;--rotion-tag-blue:#183347;--rotion-dark-tag-blue:hsla(0,0%,100%,.804);--rotion-tag-bg-blue:#d3e5ef;--rotion-dark-tag-bg-blue:#28456c;--rotion-tag-purple:#412454;--rotion-dark-tag-purple:hsla(0,0%,100%,.804);--rotion-tag-bg-purple:#e8deee;--rotion-dark-tag-bg-purple:#492f64;--rotion-tag-pink:#4c2337;--rotion-dark-tag-pink:hsla(0,0%,100%,.804);--rotion-tag-bg-pink:#f5e0e9;--rotion-dark-tag-bg-pink:#69314c;--rotion-tag-red:#5d1715;--rotion-dark-tag-red:hsla(0,0%,100%,.804);--rotion-tag-bg-red:#ffe2dd;--rotion-dark-tag-bg-red:#6e3630;--rotion-table-border:1px solid rgba(55,53,47,.09);--rotion-dark-table-border:1px solid #2f2f2f;--rotion-table-icon-fill:rgba(55,53,47,.45);--rotion-dark-table-icon-fill:rgba(255,253,247,.45);--rotion-table-box-shadow:#fff -3px 0px 0px,#e9e9e7 0px 1px 0px;--rotion-dark-table-box-shadow:#191919 -3px 0px 0px,#2f2f2f 0px 1px 0px;--rotion-table-link-hover-bg:#e3e2e0 none repeat scroll 0% 0%;--rotion-dark-table-link-hover-bg:#1c1d1f none repeat scroll 0% 0%}.rotion-checkbox-checked{align-items:stretch;background:#2383e2;display:flex;flex-grow:0;flex-shrink:0;height:16px;justify-content:stretch;transition:background .2s ease-out 0s;width:16px}.rotion-checkbox-checked-inner{align-items:center;display:flex;justify-content:center;position:relative;transition:background 20ms ease-in 0s;user-select:none;width:100%}.rotion-checkbox-checked-checkbox{backface-visibility:hidden;display:block;fill:#fff;flex-shrink:0;height:12px;width:12px}.rotion-checkbox-unchecked{align-items:center;display:flex;height:16px;justify-content:center;position:relative;transition:background 20ms ease-in 0s;user-select:none;width:16px}.rotion-checkbox-unchecked-checkbox{backface-visibility:hidden;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:100%;width:100%}.rotion-gallery{font-family:var(--rotion-font-family)}.rotion-gallery-inner{display:grid;gap:16px;padding-bottom:1rem;position:relative}.rotion-gallery-small{grid-template-columns:var(--rotion-gallery-grid-template-columns-small)}.rotion-gallery-medium{grid-template-columns:var(--rotion-gallery-grid-template-columns-medium)}.rotion-gallery-large{grid-template-columns:var(--rotion-gallery-grid-template-columns-large)}.rotion-gallery-card{background:var(--rotion-gallery-bg);border-radius:var(--rotion-border-radius);box-shadow:var(--rotion-gallery-box-shadow);color:var(--rotion-primary-text);display:block;font-family:var(--rotion-font-family);height:100%;overflow:hidden;position:static;text-decoration:none;transition:background .1s ease-out 0s}.rotion-gallery-link{cursor:pointer}.rotion-gallery-link:hover{background:var(--rotion-gallery-hover-bg)}.rotion-gallery-card-inner{display:grid;gap:16px;padding-bottom:1rem;position:relative}.rotion-gallery-card-small{grid-template-columns:var(--rotion-gallery-grid-template-columns-small)}.rotion-gallery-card-medium{grid-template-columns:var(--rotion-gallery-grid-template-columns-medium)}.rotion-gallery-card-large{grid-template-columns:var(--rotion-gallery-grid-template-columns-large)}.rotion-gallery-card-text{padding-bottom:1rem}.rotion-gallery-checkbox{display:flex;padding:5px 10px 0}.rotion-gallery-checkbox .rotion-prefix,.rotion-gallery-checkbox .rotion-suffix{padding-top:1px}.rotion-gallery-checkbox .rotion-prefix{padding-right:6px}.rotion-gallery-checkbox .rotion-suffix{padding-left:6px}.rotion-gallery-date,.rotion-gallery-formula{font-size:.8rem;padding:5px 10px 0}.rotion-gallery-date,.rotion-gallery-formula,.rotion-gallery-multiselect{align-items:center;display:flex;font-family:var(--rotion-font-family);white-space:nowrap;width:100%}.rotion-gallery-multiselect{font-size:12px;padding:8px 10px}.rotion-gallery-multiselect-ul{align-items:center;display:flex;flex-shrink:0;list-style-type:none;margin:8px 0 0 7px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-gallery-multiselect-li{align-items:center;background:#d3e5ef none repeat scroll 0 0;border-radius:3px;color:#183347;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-gallery-multiselect-link{color:inherit;padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-gallery-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-gallery-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-gallery-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-gallery-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-gallery-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-gallery-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-gallery-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-gallery-multiselect-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-gallery-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-gallery-multiselect-tag{color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-text-decoration)}.rotion-gallery-multiselect-link{cursor:var(--rotion-link-cursor)}.rotion-gallery-number{align-items:center;display:flex;font-family:var(--rotion-font-family);font-size:.8rem;padding:5px 10px 0;white-space:nowrap;width:100%}.rotion-gallery-preview{aspect-ratio:16/9;border-bottom:var(--rotion-gallery-image-border-bottom);overflow:hidden;width:100%}.rotion-gallery-preview-fit{object-fit:contain;object-position:center 50%}.rotion-gallery-preview-nofit{object-fit:cover;object-position:top center}.rotion-gallery-preview-img{width:100%}.rotion-gallery-richtext{display:block;font-family:var(--rotion-font-family);font-size:13px;overflow:hidden;padding:5px 10px 0;text-overflow:ellipsis;white-space:nowrap}.rotion-gallery-richtext-small{width:180px}.rotion-gallery-richtext-medium{width:260px}.rotion-gallery-richtext-large{width:320px}.rotion-gallery-select{align-items:center;display:flex;font-family:var(--rotion-font-family);font-size:12px;padding:8px 7px;white-space:nowrap;width:100%}.rotion-gallery-select-wrapper{align-items:center;border-radius:3px;display:flex;flex-shrink:0;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-gallery-select-link{color:inherit;padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-select-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-gallery-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-gallery-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-gallery-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-gallery-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-gallery-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-gallery-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-gallery-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-gallery-select-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-gallery-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-gallery-select-tag{color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-text-decoration)}.rotion-gallery-select-link{cursor:var(--rotion-link-cursor)}.rotion-gallery-title{font-family:var(--rotion-font-family);font-size:.9rem;padding:10px 10px 0;width:100%}.rotion-gallery-url{display:flex;font-family:var(--rotion-font-family);margin:4px 7px 0;white-space:nowrap}.rotion-gallery-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;margin-bottom:0;padding:0 2px 3px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-gallery-url-chain{display:inline;height:12px;margin-right:4px;margin-top:2px;vertical-align:middle;width:12px}.rotion-gallery-url-domain,.rotion-gallery-url-path{display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-gallery-url-path{color:var(--rotion-tertiary-text)}.rotion-icon-file,.rotion-icon-github{fill:var(--rotion-primary-text)}.rotion-list{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);margin:0;overflow-x:scroll;padding:0}.rotion-list-inner{margin:0;max-width:100%;min-width:1200px;padding:0 0 .8rem}.rotion-list-line{align-items:center;background-color:var(--rotion-link-bg-color);display:flex;justify-content:flex-start;margin:4px 0;overflow:hidden;padding:4px 0;transition:background 20ms ease-in 0s;user-select:none;width:100%}.rotion-list-line:hover{background-color:var(--rotion-link-hover-bg-color);border-radius:var(--rotion-border-radius)}.rotion-list-dashed,.rotion-list-spacer{display:block;flex-shrink:10;margin-left:14px;width:100%}.rotion-list-dashed{border-top:1px dashed var(--rotion-tertiary-text)}.rotion-list-checkbox{background-color:var(--rotion-link-bg-color);display:flex;margin:0 .3rem;padding:0 .3rem}.rotion-list-checkbox .rotion-prefix,.rotion-list-checkbox .rotion-suffix{padding-top:1px}.rotion-list-checkbox .rotion-prefix{padding-right:6px}.rotion-list-checkbox .rotion-suffix{padding-left:6px}.rotion-list-date{color:var(--rotion-tertiary-text);overflow:hidden;text-overflow:ellipsis}.rotion-list-date,.rotion-list-formula{display:flex;font-family:var(--rotion-font-family);font-size:.85rem;margin:0 7px;min-width:20px;white-space:nowrap}.rotion-list-formula{align-items:center}.rotion-list-multiselect-link{cursor:var(--rotion-link-cursor)}.rotion-list-multiselect-wrapper{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-list-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-list-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-list-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-list-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-list-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-list-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-list-multiselect-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-list-multiselect-ul{align-items:center;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);list-style-type:none;margin:0 7px;max-width:400px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-list-multiselect-li{align-items:center;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-list-number{align-items:center;display:flex;margin:0 7px;min-width:20px}.rotion-list-number,.rotion-list-richtext{font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-list-richtext{color:var(--rotion-tertiary-text);display:block;margin:0 .5rem;max-width:25rem;overflow:hidden;padding:0 .5rem;text-overflow:ellipsis}.rotion-list-select-link{cursor:var(--rotion-link-cursor)}.rotion-list-select-wrapper{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-select-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-list-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-list-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-list-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-list-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-list-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-list-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-list-select-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-list-select{align-items:center;border-radius:3px;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);font-size:.75rem;margin:0 7px;max-width:400px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-list-title-link{border-bottom:var(--rotion-link-border-bottom);cursor:var(--rotion-link-cursor)}.rotion-list-title-wrapper{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);text-decoration:var(--rotion-link-text-decoration)}.rotion-list-title{display:block;line-height:1.4;max-width:500px;overflow:hidden;text-overflow:ellipsis}.rotion-list-title,.rotion-list-url{font-family:var(--rotion-font-family);margin:0 7px;white-space:nowrap}.rotion-list-url{display:flex}.rotion-list-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;padding:0 5px 4px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-list-url-chain{display:inline;height:12px;margin-right:4px;vertical-align:middle;width:12px}.rotion-list-url-domain,.rotion-list-url-path{display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-list-url-path{color:var(--rotion-tertiary-text)}.rotion-bookmark{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family);line-height:1;margin-top:.4rem;padding:.5rem 0}.rotion-bookmark-area{background-color:var(--rotion-link-bg-color);border:var(--rotion-border);border-radius:var(--rotion-border-radius);cursor:pointer;display:flex;font-size:.75rem;max-height:110px;overflow:hidden;padding:0;position:relative}.rotion-bookmark-area:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-bookmark-text{align-self:start;flex:4 1 180px;line-height:1;min-width:0;overflow:hidden;padding:.7rem 1rem}.rotion-bookmark-image{display:block;flex:1 1 180px;height:108px;line-height:1;margin:0;overflow:hidden;padding:0}.rotion-bookmark-img{background:#191919;border-radius:1px;display:block;height:100%;object-fit:cover;width:100%}.rotion-bookmark-title{color:var(--rotion-primary-text);display:block;font-size:.9rem;line-height:1;margin-bottom:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rotion-bookmark-desc{font-size:12px;height:36px;line-height:16px;line-height:1.5;margin-bottom:2px;max-width:100%;overflow:hidden;width:100%;word-wrap:break-word;word-break:break-all}.rotion-bookmark-url{color:var(--rotion-primary-text);font-size:12px;margin-top:8px;overflow:hidden;padding:0;position:relative;text-overflow:ellipsis;white-space:nowrap}.rotion-bookmark-favicon{display:inline;margin-right:10px;vertical-align:bottom}.rotion-bookmark-caption{color:var(--rotion-tertiary-text);font-size:.8rem;margin:.3rem .3rem 0;text-align:left}@media (max-width:580px){.rotion-bookmark-text{flex:1 1 100px}.rotion-bookmark-image{display:none}}.rotion-breadcrumb{font-family:var(--rotion-font-family)}.rotion-breadcrumb-icon{padding-bottom:.2rem;padding-right:.29rem;vertical-align:middle}.rotion-breadcrumb-emoji{display:inline-block;margin-top:-4px;padding-bottom:.2rem;padding-right:.4rem;vertical-align:middle}.rotion-breadcrumb-slash{color:var(--rotion-secondary-text);font-size:.9rem;opacity:.5;padding:0 .3rem}.rotion-breadcrumb-text{color:var(--rotion-primary-text)}.rotion-breadcrumb-link{background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);font-family:var(--rotion-font-family);font-size:.9rem;padding:.2rem .3rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-breadcrumb-link:hover{background-color:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-bulleted-list{margin:0;padding:.2rem 0 .2rem .3rem}.rotion-bulleted-list,.rotion-callout{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height)}.rotion-callout{border-radius:var(--rotion-border-radius);box-sizing:border-box;display:flex;margin:4px 0;padding:1.2rem 1.2rem 1.2rem 1rem;width:100%}.rotion-callout-icon{box-sizing:border-box;display:block;overflow:hidden}.rotion-callout-icon,.rotion-callout-img{height:24px;width:24px}.rotion-callout-text{display:block;margin-left:8px;white-space:pre-wrap;width:100%;word-break:break-word}.rotion-callout-default,.rotion-callout-default-background{border:var(--rotion-annot-border);color:inherit}.rotion-callout-gray{border:var(--rotion-annot-border);color:var(--rotion-annot-gray)}.rotion-callout-gray-bg{background-color:var(--rotion-annot-bg-default);color:var(--rotion-annot-default)}.rotion-callout-brown{border:var(--rotion-annot-border);color:var(--rotion-annot-brown)}.rotion-callout-brown-bg{background-color:var(--rotion-annot-bg-brown);color:var(--rotion-annot-default)}.rotion-callout-orange{border:var(--rotion-annot-border);color:var(--rotion-annot-orange)}.rotion-callout-orange-bg{background-color:var(--rotion-annot-bg-orange);color:var(--rotion-annot-default)}.rotion-callout-yellow{border:var(--rotion-annot-border);color:var(--rotion-annot-yellow)}.rotion-callout-yellow-bg{background-color:var(--rotion-annot-bg-yellow);color:var(--rotion-annot-default)}.rotion-callout-green{border:var(--rotion-annot-border);color:var(--rotion-annot-green)}.rotion-callout-green-bg{background-color:var(--rotion-annot-bg-green);color:var(--rotion-annot-default)}.rotion-callout-blue{border:var(--rotion-annot-border);color:var(--rotion-annot-blue)}.rotion-callout-blue-bg{background-color:var(--rotion-annot-bg-blue);color:var(--rotion-annot-default)}.rotion-callout-purple{border:var(--rotion-annot-border);color:var(--rotion-annot-purple)}.rotion-callout-purple-bg{background-color:var(--rotion-annot-bg-purple);color:var(--rotion-annot-default)}.rotion-callout-pink{border:var(--rotion-annot-border);color:var(--rotion-annot-pink)}.rotion-callout-pink-bg{background-color:var(--rotion-annot-bg-pink);color:var(--rotion-annot-default)}.rotion-callout-red{border:var(--rotion-annot-border);color:var(--rotion-annot-red)}.rotion-callout-red-bg{background-color:var(--rotion-annot-bg-red);color:var(--rotion-annot-default)}.rotion-childdb{font-family:var(--rotion-font-family);width:100%}.rotion-childdb-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.4rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.1rem 0;text-decoration:var(--rotion-link-text-decoration)}.rotion-childdb-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-childdb-title{border-bottom:var(--rotion-link-border-bottom);line-height:var(--rotion-line-height);vertical-align:top}.rotion-childdb-emoji{font-size:.95rem;margin-left:3px;margin-top:-2px;overflow:hidden}.rotion-childdb-icon{overflow:hidden}.rotion-childpage{font-family:var(--rotion-font-family);width:100%}.rotion-childpage-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.4rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.1rem 0;text-decoration:var(--rotion-link-text-decoration)}.rotion-childpage-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-childpage-title{border-bottom:var(--rotion-link-border-bottom);line-height:var(--rotion-line-height);vertical-align:top}.rotion-childpage-emoji{font-size:.95rem;margin-left:3px;margin-top:-2px;overflow:hidden}.rotion-childpage-icon{overflow:hidden}.rotion-code-area{background-color:#f5f2f0;border-radius:var(--rotion-border-radius);font-size:.8rem;left:0;margin:1rem 0;padding:.6rem 1rem;position:relative;top:0}.rotion-code-lang{color:var(--rotion-primary-text);display:block;font-size:.75rem;left:.8rem;position:absolute;text-transform:capitalize;top:.5rem}.rotion-code{font-family:var(--rotion-font-family);width:100%}.rotion-code-caption{color:var(--rotion-secondary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-columnlist{display:grid;font-family:var(--rotion-font-family);gap:5%;margin:1rem 0;width:100%}.rotion-columnlist-column{margin:0 0 1rem}@media (max-width:580px){.rotion-columnlist{display:block}}.rotion-embed{font-family:var(--rotion-font-family);text-align:center;width:100%}.rotion-embed-html{position:relative;text-align:center;width:100%}.rotion-embed-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-embed-instagram{margin:0 auto;max-width:540px}.rotion-embed-instagram iframe{max-height:590px;overflow:hidden}.rotion-embed-twitter{margin:0 auto;max-width:550px}.rotion-embed-applemusic{margin:0 auto;max-width:660px}.rotion-embed-slideshare,.rotion-embed-speakerdeck{margin:0 auto .8rem;width:100%}.rotion-embed-slideshare .rotion-embed-html,.rotion-embed-speakerdeck .rotion-embed-html{padding-top:56.25%;position:relative;width:100%}.rotion-embed-slideshare iframe,.rotion-embed-speakerdeck iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-embed-googlemap{height:90vh;margin:0 auto .8rem;width:100%}.rotion-embed-googlemap iframe{height:90vh}.rotion-embed-tiktok{width:100%}.rotion-equation{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);text-align:center;width:100%}.rotion-equation-html{font-size:1.7rem;margin:.5rem auto}.rotion-file{font-family:var(--rotion-font-family)}.rotion-file-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.1rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.6rem .3rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-file-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-file-size{color:var(--rotion-tertiary-text);font-size:.8rem;padding-left:.5rem}.rotion-file-caption{color:var(--rotion-tertiary-text);font-size:.9rem;padding-left:.4rem;padding-top:.2rem}.rotion-image{font-family:var(--rotion-font-family);margin:0;padding:0 0 .5rem;text-align:center}.rotion-image-area{display:flex}.rotion-image-img{margin-left:auto;margin-right:auto;width:100%}.rotion-image-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-linkpreview{font-family:var(--rotion-font-family);margin:1rem 0}.rotion-linkpreview-link{background-color:var(--rotion-link-bg-color);border:var(--rotion-border);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:block;overflow:hidden;padding:.7rem 1rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-linkpreview-link:hover{background-color:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-linkpreview-area{display:grid;gap:10px;grid-template-columns:32px 1fr}.rotion-linkpreview-icon{height:100%}.rotion-linkpreview-slack .rotion-linkpreview-icon{margin-bottom:-3px;padding-top:3px}.rotion-linkpreview-figma .rotion-linkpreview-icon{padding-left:6px}.rotion-linkpreview-title{display:flex;font-size:.85rem;width:calc(100% - 42px)}.rotion-linkpreview-desc{color:var(--rotion-tertiary-text);display:block;font-size:.8rem;overflow:hidden;padding-top:3px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 42px)}.rotion-linkpreview-githubicon{margin-left:-3px;position:relative}.rotion-linkpreview-githubicon-user{border-radius:15px}.rotion-linkpreview-dot{margin-left:3px;margin-right:3px}.rotion-linkpreview-github-state{color:var(--rotion-secondary-text);margin-left:.6rem;white-space:nowrap}.rotion-linkpreview-github-state-icon{margin-right:3px;margin-top:-1px;vertical-align:middle}.rotion-linkpreview-github-state .rotion-linkpreview-github-state-icon{margin-right:5px;margin-top:-2px}.rotion-linkpreview-issue-open{fill:rgba(30,130,10,.8)}.rotion-linkpreview-issue-closed{fill:rgba(200,30,80,.8)}.rotion-linkpreview-issue-merged{fill:rgba(130,60,180,.8)}.rotion-linkpreview-state{text-transform:capitalize}.rotion-linkpreview-githubicon-octocat{background-color:#fff;border-radius:15px;padding:1px;position:absolute;right:-4px;top:20px}.rotion-linkpreview-figma iframe{border:var(--rotion-border);border-radius:var(--rotion-border-radius)}@media (max-width:580px){.rotion-linkpreview-github-title{display:inline;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.rotion-listblocks{padding:.2rem 0 .2rem 1rem}.rotion-listblocks,.rotion-numbered-list{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height);margin:0}.rotion-numbered-list{padding:.2rem 0 .2rem .3rem}.rotion-pdf{font-family:var(--rotion-font-family);padding:.3rem 0}.rotion-pdf-canvas{border-bottom-left-radius:var(--rotion-border-radius);border-bottom-right-radius:var(--rotion-border-radius);min-height:500px}.rotion-pdf-canvas,.rotion-pdf-nav{border:1px solid #e6e6e6;width:calc(100% - 2px)}.rotion-pdf-nav{background-color:#fafafa;border-bottom:none;border-top-left-radius:var(--rotion-border-radius);border-top-right-radius:var(--rotion-border-radius);display:flex;line-height:1;margin:0;padding:.6rem 0}.rotion-pdf-pager{display:flex;flex-grow:1;justify-content:flex-start;list-style:none;margin:0;padding:0;text-align:right}.rotion-pdf-next,.rotion-pdf-prev{display:inline;padding-left:1rem}.rotion-pdf-prevnext{border-radius:30px;border-width:1px;border:var(--rotion-border);color:var(--rotion-secondary-text);cursor:pointer;font-size:.6rem;padding:.3rem 1rem}.rotion-pdf-prevnext:hover{border:var(--rotion-border-hover);color:var(--rotion-primary-text)}.rotion-pdf-prevnext-disabled,.rotion-pdf-prevnext-disabled:hover{border:var(--rotion-border-disabled);color:var(--rotion-tertiary-text);cursor:default}.rotion-pdf-link{color:var(--rotion-link-color);display:flex;flex-grow:2;justify-content:flex-end;margin:0;padding:.2rem 1rem 0;text-decoration:none}.rotion-pdf-link svg{fill:hsla(0,0%,39.2%,.8)}.rotion-pdf-caption{color:var(--rotion-tertiary-text);font-size:.9rem;padding-left:.4rem;padding-top:.2rem}.rotion-syncedblock{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);padding:.5rem 0}.rotion-table{color:var(--rotion-primary-text);padding-top:.6rem}.rotion-table-area{border-collapse:collapse;border-spacing:0;font-size:.9rem;width:100%}.rotion-table-td{border:var(--rotion-border);margin:0;padding:.3rem}.rotion-table-td-inner{padding:.2rem .4rem}.rotion-table-td-header{background-color:var(--rotion-table-header-bg-color);border:var(--rotion-border);font-weight:500;margin:0;padding:.3rem;text-align:left}.rotion-table-td-header-inner{padding:.2rem .4rem}.rotion-table-tr{margin:0}.rotion-text{color:var(--rotion-primary-text);font-family:var(--rotion-font-family)}.rotion-text-hr{border-top:var(--rotion-border);height:1px;margin:1rem 0;width:100%}.rotion-text-h1{line-height:1.3;margin:0;padding:3rem 0 3px}.rotion-text-h2{line-height:1.3;margin:0;padding:2rem 0 3px}.rotion-text-h3{line-height:1.3;margin:0;padding:1.6rem 0 3px}.rotion-text-p{margin:0;padding:.6rem 0}.rotion-text-p,.rotion-text-quote{line-height:var(--rotion-line-height)}.rotion-text-quote{border-left:3px solid var(--rotion-quote-border-color);margin-left:0;margin-right:0;padding-left:1rem}.rotion-todo{align-items:flex-start;display:flex;font-family:var(--rotion-font-family);line-height:1.7;padding:4px 0 1px 2px;width:100%}.rotion-todo-checkbox{align-items:center;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;margin-right:4px;min-height:calc(1.5em + 6px);user-select:none;width:22px}.rotion-todo-text{color:var(--rotion-primary-text);display:flex;flex:1 1 0;flex-direction:column;min-width:1px}.rotion-todo-text-inner{flex-grow:1;max-width:100%;padding:1px 2px;text-align:left;white-space:pre-wrap;word-break:break-word}.rotion-todo-text-inner-checked{color:var(--rotion-secondary-text);text-decoration-color:var(--rotion-tertiary-text);text-decoration-line:line-through}.rotion-toggle{align-items:flex-start;color:var(--rotion-primary-text);display:flex;font-family:var(--rotion-font-family);line-height:1.8;margin-top:.6rem;width:100%}.rotion-toggle-triangle{align-items:center;background-color:inherit;border-radius:var(--rotion-border-radius);cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:4px;margin-top:0;padding:2px;position:relative;transition:background 20ms ease-in 0s;width:24px}.rotion-toggle-triangle:hover{background-color:var(--rotion-toggle-hover-bg-color)}.rotion-toggle-text{width:100%}.rotion-toggle-icon{backface-visibility:hidden;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:.6875em;opacity:1;transition:"transform 200ms ease-out 0s";width:.6875em}.rotion-video{font-family:var(--rotion-font-family);width:100%}.rotion-video-inner{margin:auto}.rotion-video-html{height:0,;margin:auto;padding-bottom:56.25%;position:relative;width:100%}.rotion-video-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-video-file{display:block;width:100%}.rotion-video-youtube{margin:auto}.rotion-video-youtube iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-video-vimeo{margin:auto}.rotion-video-vimeo iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-prefix,.rotion-suffix{color:var(--rotion-tertiary-text);display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-prefix{padding-right:3px}.rotion-suffix{padding-left:3px}.rotion-richtext-bold{font-weight:700}.rotion-richtext-italic{font-style:italic}.rotion-richtext-strikethrough{text-decoration:line-through}.rotion-richtext-underline{text-decoration:underline}.rotion-richtext-code{background-color:var(--rotion-code-bg-color);border-radius:var(--rotion-border-radius);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:.85rem;padding:.1rem .2rem}.rotion-richtext-code-color{color:#eb5757}.rotion-richtext-default{color:inherit}.rotion-richtext-gray{color:var(--rotion-annot-gray)}.rotion-richtext-brown{color:var(--rotion-annot-brown)}.rotion-richtext-orange{color:var(--rotion-annot-orange)}.rotion-richtext-yellow{color:var(--rotion-annot-yellow)}.rotion-richtext-green{color:var(--rotion-annot-green)}.rotion-richtext-blue{color:var(--rotion-annot-blue)}.rotion-richtext-purple{color:var(--rotion-annot-purple)}.rotion-richtext-pink{color:var(--rotion-annot-pink)}.rotion-richtext-red{color:var(--rotion-annot-red)}.rotion-richtext-default-bg{color:var(--rotion-annot-default)}.rotion-richtext-gray-bg{background-color:var(--rotion-annot-bg-gray)}.rotion-richtext-brown-bg{background-color:var(--rotion-annot-bg-brown)}.rotion-richtext-orange-bg{background-color:var(--rotion-annot-bg-orange)}.rotion-richtext-yellow-bg{background-color:var(--rotion-annot-bg-yellow)}.rotion-richtext-green-bg{background-color:var(--rotion-annot-bg-green)}.rotion-richtext-blue-bg{background-color:var(--rotion-annot-bg-blue)}.rotion-richtext-purple-bg{background-color:var(--rotion-annot-bg-purple)}.rotion-richtext-pink-bg{background-color:var(--rotion-annot-bg-pink)}.rotion-richtext-red-bg{background-color:var(--rotion-annot-bg-red)}.rotion-richtext-nocode-bg{color:var(--rotion-annot-default)}.rotion-richtext-equation{color:var(--rotion-primary-text);display:block}.rotion-richtext-link{border-bottom:var(--rotion-link-border-bottom);color:inherit;text-decoration:var(--rotion-link-text-decoration)}.rotion-richtext-link:hover{border-bottom:var(--rotion-link-hover-border-bottom)}.rotion-richtext-date{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family)}.rotion-richtext-atsign{color:var(--rotion-tertiary-text)}.rotion-richtext-linkpreview{background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);font-family:var(--rotion-font-family);line-height:1;padding:.1rem .2rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-richtext-linkpreview:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-richtext-linkpreview-icon{margin-top:-2.4px;padding-left:.1rem;padding-right:.35rem;vertical-align:middle}.rotion-richtext-linkpreview-text{border-bottom:var(--rotion-link-border-bottom)}.rotion-richtext-linkpreview-text:hover{border-bottom:var(--rotion-link-hover-border-bottom)}.rotion-richtext-pageordb{font-family:var(--rotion-font-family)}.rotion-richtext-pageordb-icon{display:inline-block;margin-right:.5rem;position:relative;white-space:nowrap}.rotion-richtext-pageordb-img{height:1.4rem;margin-top:-3px;vertical-align:middle;width:1.4rem}.rotion-richtext-pageordb-arrow{bottom:-.2em;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:.7em;position:absolute;right:-.1em;width:.7em}.rotion-richtext-pageordb-text{color:var(--rotion-primary-text)}.rotion-richtext-user{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family)}.rotion-richtext-user-atsign{color:var(--rotion-tertiary-text)}.rotion-table{font-family:var(--rotion-font-family);margin:0;overflow-x:scroll;padding:0 0 10px;width:100%}.rotion-table-inner{border-right:none;float:left;min-width:100%;position:relative}.rotion-table-row{background:inherit;border-top:var(--rotion-table-border);color:var(--rotion-secondary-text);display:flex;height:33px}.rotion-table-row:last-child{border-bottom:var(--rotion-table-border)}.rotion-table-cell{display:flex;flex-direction:row;line-height:1.5}.rotion-table-verticallines .rotion-table-cell{border-right:var(--rotion-table-border)}.rotion-table-verticallines .rotion-table-cell:last-child{border-right:none}.rotion-table-cell-inner{display:flex;flex-shrink:0;font-size:14px;overflow:hidden;padding:5px 8px;width:220px}.rotion-table-header-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rotion-table-header-icon{backface-visibility:hidden;display:block;fill:var(--rotion-table-icon-fill);flex-shrink:0;height:14px;margin-right:7px;margin-top:4px;width:14px}.rotion-table-checkbox{display:flex;margin:3px 0}.rotion-table-checkbox .rotion-prefix,.rotion-table-checkbox .rotion-suffix{padding-top:1px}.rotion-table-checkbox .rotion-prefix{padding-right:6px}.rotion-table-checkbox .rotion-suffix{padding-left:6px}.rotion-table-date{align-items:center;display:flex;min-width:20px}.rotion-table-date,.rotion-table-formula{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-table-formula{display:block;text-align:right;width:100%}.rotion-table-multiselect-link{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-docoration)}.rotion-table-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-table-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-table-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-table-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-table-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-table-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-table-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-table-multiselect-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-table-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-table-multiselect-ul{align-items:center;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);list-style-type:none;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-table-multiselect-li{align-items:center;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-table-number{text-align:right;width:100%}.rotion-table-number,.rotion-table-richtext{color:var(--rotion-primary-text);display:block;font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-table-richtext{margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-table-select-link{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-docoration)}.rotion-table-select-default{background-color:var(--rotion-tag-default);color:var(--rotion-tag-default)}.rotion-table-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-table-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-table-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-table-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-table-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-table-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-table-select-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-table-select{align-items:center;border-radius:3px;color:#183347;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-table-title-link,.rotion-table-title-wrapper{color:var(--rotion-link-color)}.rotion-table-title-link{border-bottom:var(--rotion-link-border-bottom);text-decoration:var(--rotion-link-text-decoration)}.rotion-table-title-link:hover{border-bottom:var(--rotion-link-hover-border-bottom);color:var(--rotion-link-hover-color)}.rotion-table-title,.rotion-table-url{font-family:var(--rotion-font-family)}.rotion-table-url{display:flex;margin:0;white-space:nowrap}.rotion-table-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;padding:0 5px 2px;text-decoration:var(--rotion-link-text-decoration)}.rotion-table-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-table-url-domain,.rotion-table-url-path{display:inline;font-size:.8rem;white-space:nowrap}.rotion-table-url-path{color:var(--rotion-tertiary-text)}.rotion-toc{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height);margin:0;padding:.2rem 0 .2rem 1rem}.rotion-toc-link{border-bottom:var(--rotion-link-border-bottom);color:inherit;text-decoration:var(--rotion-link-text-decoration)}.rotion-toc-link:hover{border-bottom:var(--rotion-link-hover-border-bottom)}
1
+ :root{--rotion-font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";--rotion-border-radius:4px;--rotion-line-height:1.5;--rotion-primary-text:#232d37;--rotion-dark-primary-text:#e6e6e6;--rotion-secondary-text:#828c96;--rotion-dark-secondary-text:#828282;--rotion-tertiary-text:#a0aab4;--rotion-dark-tertiary-text:#646464;--rotion-border-color:hsla(0,0%,86.3%,.8);--rotion-border-disabled-color:hsla(0,0%,86.3%,.5);--rotion-border-hover-color:hsla(0,0%,47%,.8);--rotion-dark-border-color:rgba(80,80,80,.8);--rotion-dark-border-hover-color:hsla(0,0%,70.6%,.8);--rotion-border:1px solid var(--rotion-border-color);--rotion-border-disabled:1px solid var(--rotion-border-disabled-color);--rotion-border-hover:1px solid var(--rotion-border-hover-color);--rotion-dark-border:1px solid var(--rotion-dark-border-color);--rotion-dark-border-hover:1px solid var(--rotion-dark-border-hover-color);--rotion-code-bg-color:hsla(44,6%,50%,.15);--rotion-dark-code-bg-color:hsla(44,6%,50%,.3);--rotion-table-header-bg-color:hsla(0,0%,59%,.1);--rotion-dark-table-header-bg-color:hsla(0,0%,100%,.15);--rotion-toggle-hover-bg-color:#f5f2f0;--rotion-dark-toggle-hover-bg-color:#2d2d2d;--rotion-quote-border-color:#2d2d2d;--rotion-dark-quote-border-color:#f5f2f0;--rotion-link-text-decoration:none;--rotion-link-cursor:pointer;--rotion-link-color:#32302c;--rotion-dark-link-color:#e1dfdb;--rotion-link-hover-color:rgba(50,48,44,.6);--rotion-dark-link-hover-color:hsla(40,9%,87%,.6);--rotion-link-border-bottom:1px solid rgba(50,48,44,.4);--rotion-dark-link-border-bottom:1px solid rgba(205,203,199,.4);--rotion-link-hover-border-bottom:1px solid rgba(50,48,44,.2);--rotion-dark-link-hover-border-bottom:1px solid rgba(205,203,199,.2);--rotion-link-bg-color:inherit;--rotion-dark-link-bg-color:inherit;--rotion-link-hover-bg-color:hsla(0,0%,59%,.1);--rotion-dark-link-hover-bg-color:hsla(0,0%,100%,.15);--rotion-annot-default:#32302c;--rotion-dark-annot-default:#ebe9e4;--rotion-annot-bg-default:rgba(227,226,224,.5);--rotion-dark-annot-bg-default:#373737;--rotion-annot-gray:#787774;--rotion-dark-annot-gray:#9b9b9b;--rotion-annot-bg-gray:#f1f1ef;--rotion-dark-annot-bg-gray:#2f2f2f;--rotion-annot-brown:#9f6b53;--rotion-dark-annot-brown:#ba856f;--rotion-annot-bg-brown:#eee0da;--rotion-dark-annot-bg-brown:#4a3228;--rotion-annot-orange:#d9730d;--rotion-dark-annot-orange:#c77d48;--rotion-annot-bg-orange:#fadec9;--rotion-dark-annot-bg-orange:#5c3b23;--rotion-annot-yellow:#cb912f;--rotion-dark-annot-yellow:#ca9849;--rotion-annot-bg-yellow:#fdecc8;--rotion-dark-annot-bg-yellow:#564328;--rotion-annot-green:#448361;--rotion-dark-annot-green:#529e72;--rotion-annot-bg-green:#edf3ec;--rotion-dark-annot-bg-green:#243d30;--rotion-annot-blue:#337ea9;--rotion-dark-annot-blue:#5e87c9;--rotion-annot-bg-blue:#d3e5ef;--rotion-dark-annot-bg-blue:#143a4e;--rotion-annot-purple:#9065b0;--rotion-dark-annot-purple:#9d68d3;--rotion-annot-bg-purple:#e8deee;--rotion-dark-annot-bg-purple:#3c2d49;--rotion-annot-pink:#c14c8a;--rotion-dark-annot-pink:#d15796;--rotion-annot-bg-pink:#f5e0e9;--rotion-dark-annot-bg-pink:#4e2c3c;--rotion-annot-red:#d44c47;--rotion-dark-annot-red:#df5452;--rotion-annot-bg-red:#ffe2dd;--rotion-dark-annot-bg-red:#522e2a;--rotion-annot-border:1px solid rgba(50,48,44,.3);--rotion-dark-annot-border:1px solid rgba(205,203,199,.3);--rotion-gallery-box-shadow:hsla(0,0%,6%,.1) 0px 0px 0px 1px,hsla(0,0%,6%,.1) 0px 2px 4px;--rotion-dark-gallery-box-shadow:hsla(0,0%,6%,.2) 0px 0px 0px 1px,hsla(0,0%,6%,.2) 0px 2px 4px;--rotion-gallery-bg:rgba(55,53,47,.005);--rotion-dark-gallery-bg:hsla(0,0%,100%,.1);--rotion-gallery-hover-bg:rgba(55,53,47,.03);--rotion-dark-gallery-hover-bg:#2f2f2f;--rotion-gallery-image-border-bottom:1px solid rgba(55,53,47,.1);--rotion-dark-gallery-image-border-bottom:1px solid hsla(0,0%,100%,.1);--rotion-gallery-grid-template-columns-small:repeat(auto-fill,minmax(180px,1fr));--rotion-gallery-grid-template-columns-medium:repeat(auto-fill,minmax(260px,1fr));--rotion-gallery-grid-template-columns-large:repeat(auto-fill,minmax(320px,1fr));--rotion-tag-default:#32302c;--rotion-dark-tag-default:hsla(0,0%,100%,.804);--rotion-tag-bg-default:rgba(227,226,224,.5);--rotion-dark-tag-bg-default:#373737;--rotion-tag-gray:#32302c;--rotion-dark-tag-gray:hsla(0,0%,100%,.804);--rotion-tag-bg-gray:#e3e2e0;--rotion-dark-tag-bg-gray:#5a5a5a;--rotion-tag-brown:#442a1e;--rotion-dark-tag-brown:hsla(0,0%,100%,.804);--rotion-tag-bg-brown:#eee0da;--rotion-dark-tag-bg-brown:#603b2c;--rotion-tag-orange:#49290e;--rotion-dark-tag-orange:hsla(0,0%,100%,.804);--rotion-tag-bg-orange:#fadec9;--rotion-dark-tag-bg-orange:#854c1d;--rotion-tag-yellow:#402c1b;--rotion-dark-tag-yellow:hsla(0,0%,100%,.804);--rotion-tag-bg-yellow:#fdecc8;--rotion-dark-tag-bg-yellow:#89632a;--rotion-tag-green:#1c3829;--rotion-dark-tag-green:hsla(0,0%,100%,.804);--rotion-tag-bg-green:#dbeddb;--rotion-dark-tag-bg-green:#2b593f;--rotion-tag-blue:#183347;--rotion-dark-tag-blue:hsla(0,0%,100%,.804);--rotion-tag-bg-blue:#d3e5ef;--rotion-dark-tag-bg-blue:#28456c;--rotion-tag-purple:#412454;--rotion-dark-tag-purple:hsla(0,0%,100%,.804);--rotion-tag-bg-purple:#e8deee;--rotion-dark-tag-bg-purple:#492f64;--rotion-tag-pink:#4c2337;--rotion-dark-tag-pink:hsla(0,0%,100%,.804);--rotion-tag-bg-pink:#f5e0e9;--rotion-dark-tag-bg-pink:#69314c;--rotion-tag-red:#5d1715;--rotion-dark-tag-red:hsla(0,0%,100%,.804);--rotion-tag-bg-red:#ffe2dd;--rotion-dark-tag-bg-red:#6e3630;--rotion-table-border:1px solid rgba(55,53,47,.09);--rotion-dark-table-border:1px solid #2f2f2f;--rotion-table-icon-fill:rgba(55,53,47,.45);--rotion-dark-table-icon-fill:rgba(255,253,247,.45);--rotion-table-box-shadow:#fff -3px 0px 0px,#e9e9e7 0px 1px 0px;--rotion-dark-table-box-shadow:#191919 -3px 0px 0px,#2f2f2f 0px 1px 0px;--rotion-table-link-hover-bg:#e3e2e0 none repeat scroll 0% 0%;--rotion-dark-table-link-hover-bg:#1c1d1f none repeat scroll 0% 0%;--rotion-calendar-weekend-bg:#f9f8f7;--rotion-dark-calendar-weekend-bg:#202020}.rotion-calendar{color:var(--rotion-primary-text);font-family:var(--rotion-font-family)}.rotion-calendar-grid{border-radius:var(--rotion-border-radius);overflow:hidden}.rotion-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.rotion-calendar-weekday{color:var(--rotion-secondary-text);font-size:.75rem;font-weight:600;padding:6px 8px;text-align:center}.rotion-calendar-days{border-left:var(--rotion-table-border);border-top:var(--rotion-table-border);display:flex;flex-direction:column}.rotion-calendar-cell{background:transparent;border-bottom:var(--rotion-table-border);border-right:var(--rotion-table-border);display:flex;flex-direction:column;min-height:110px;overflow:hidden;padding:6px}.rotion-calendar-cell-weekend{background:var(--rotion-calendar-weekend-bg)}.rotion-calendar-cell-day{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family);font-size:.85rem;padding:2px 4px 4px;text-align:right}.rotion-calendar-cell-out .rotion-calendar-cell-day{color:var(--rotion-tertiary-text)}.rotion-calendar-cell-today .rotion-calendar-cell-day{align-items:center;align-self:flex-end;background:var(--rotion-annot-blue);border-radius:50%;color:#fff;display:inline-flex;font-weight:600;height:22px;justify-content:center;padding:0;width:22px}.rotion-calendar-event{align-items:center;background:#fff;border:var(--rotion-border);border-radius:var(--rotion-border-radius);box-sizing:border-box;color:var(--rotion-primary-text);display:flex;font-family:var(--rotion-font-family);font-size:.78rem;gap:4px;height:100%;line-height:1.3;overflow:hidden;padding:5px 6px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.rotion-calendar-event-cont-left{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.rotion-calendar-event-cont-right{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0}.rotion-calendar-event-link{cursor:var(--rotion-link-cursor);transition:background .1s ease-out 0s}.rotion-calendar-event-link:hover{background:var(--rotion-gallery-hover-bg)}.rotion-calendar-event-icon{align-items:center;display:inline-flex;flex-shrink:0;height:14px;justify-content:center;width:14px}.rotion-calendar-event-emoji{font-size:.9rem;line-height:1}.rotion-calendar-event-icon-img{border-radius:2px;height:14px;object-fit:cover;width:14px}.rotion-calendar-event-body{align-items:center;display:inline-flex;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis}.rotion-calendar-event-title{font-weight:500;overflow:hidden;text-overflow:ellipsis}.rotion-calendar-event-text{color:var(--rotion-secondary-text);overflow:hidden;text-overflow:ellipsis}.rotion-calendar-event-tags{align-items:center;display:inline-flex;gap:2px}.rotion-calendar-event-tag{background:var(--rotion-tag-bg-default);border-radius:10px;color:var(--rotion-tag-default);display:inline-block;font-size:.7rem;line-height:1.3;padding:1px 6px}.rotion-calendar-header{align-items:center;color:var(--rotion-primary-text);display:flex;font-family:var(--rotion-font-family);justify-content:space-between;padding:0 4px 12px}.rotion-calendar-header-label{font-size:1.1rem;font-weight:600}.rotion-calendar-header-actions{align-items:center;display:flex;gap:4px}.rotion-calendar-header-button,.rotion-calendar-header-today{appearance:none;background:transparent;border:none;border-radius:var(--rotion-border-radius);color:var(--rotion-primary-text);cursor:var(--rotion-link-cursor);font-family:var(--rotion-font-family);font-size:.9rem;line-height:1;padding:4px 8px;transition:background .1s ease-out 0s}.rotion-calendar-header-button{min-width:28px}.rotion-calendar-header-button:hover,.rotion-calendar-header-today:hover{background:var(--rotion-link-hover-bg-color)}.rotion-calendar-week{position:relative}.rotion-calendar-week-cells{display:grid;grid-template-columns:repeat(7,1fr);height:100%}.rotion-calendar-week-events{inset:0;pointer-events:none;position:absolute}.rotion-calendar-event-slot{box-sizing:border-box;padding:0 4px;pointer-events:auto;position:absolute}.rotion-calendar-event-slot:not(.rotion-calendar-event-slot-start){padding-left:0}.rotion-calendar-event-slot:not(.rotion-calendar-event-slot-end){padding-right:0}.rotion-checkbox-checked{align-items:stretch;background:#2383e2;display:flex;flex-grow:0;flex-shrink:0;height:16px;justify-content:stretch;transition:background .2s ease-out 0s;width:16px}.rotion-checkbox-checked-inner{align-items:center;display:flex;justify-content:center;position:relative;transition:background 20ms ease-in 0s;user-select:none;width:100%}.rotion-checkbox-checked-checkbox{backface-visibility:hidden;display:block;fill:#fff;flex-shrink:0;height:12px;width:12px}.rotion-checkbox-unchecked{align-items:center;display:flex;height:16px;justify-content:center;position:relative;transition:background 20ms ease-in 0s;user-select:none;width:16px}.rotion-checkbox-unchecked-checkbox{backface-visibility:hidden;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:100%;width:100%}.rotion-gallery{font-family:var(--rotion-font-family)}.rotion-gallery-inner{display:grid;gap:16px;padding-bottom:1rem;position:relative}.rotion-gallery-small{grid-template-columns:var(--rotion-gallery-grid-template-columns-small)}.rotion-gallery-medium{grid-template-columns:var(--rotion-gallery-grid-template-columns-medium)}.rotion-gallery-large{grid-template-columns:var(--rotion-gallery-grid-template-columns-large)}.rotion-gallery-card{background:var(--rotion-gallery-bg);border-radius:var(--rotion-border-radius);box-shadow:var(--rotion-gallery-box-shadow);color:var(--rotion-primary-text);display:block;font-family:var(--rotion-font-family);height:100%;overflow:hidden;position:static;text-decoration:none;transition:background .1s ease-out 0s}.rotion-gallery-link{cursor:pointer}.rotion-gallery-link:hover{background:var(--rotion-gallery-hover-bg)}.rotion-gallery-card-inner{display:grid;gap:16px;padding-bottom:1rem;position:relative}.rotion-gallery-card-small{grid-template-columns:var(--rotion-gallery-grid-template-columns-small)}.rotion-gallery-card-medium{grid-template-columns:var(--rotion-gallery-grid-template-columns-medium)}.rotion-gallery-card-large{grid-template-columns:var(--rotion-gallery-grid-template-columns-large)}.rotion-gallery-card-text{padding-bottom:1rem}.rotion-gallery-checkbox{display:flex;padding:5px 10px 0}.rotion-gallery-checkbox .rotion-prefix,.rotion-gallery-checkbox .rotion-suffix{padding-top:1px}.rotion-gallery-checkbox .rotion-prefix{padding-right:6px}.rotion-gallery-checkbox .rotion-suffix{padding-left:6px}.rotion-gallery-date,.rotion-gallery-formula{font-size:.8rem;padding:5px 10px 0}.rotion-gallery-date,.rotion-gallery-formula,.rotion-gallery-multiselect{align-items:center;display:flex;font-family:var(--rotion-font-family);white-space:nowrap;width:100%}.rotion-gallery-multiselect{font-size:12px;padding:8px 10px}.rotion-gallery-multiselect-ul{align-items:center;display:flex;flex-shrink:0;list-style-type:none;margin:8px 0 0 7px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-gallery-multiselect-li{align-items:center;background:#d3e5ef none repeat scroll 0 0;border-radius:3px;color:#183347;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-gallery-multiselect-link{color:inherit;padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-gallery-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-gallery-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-gallery-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-gallery-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-gallery-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-gallery-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-gallery-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-gallery-multiselect-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-gallery-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-gallery-multiselect-tag{color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-text-decoration)}.rotion-gallery-multiselect-link{cursor:var(--rotion-link-cursor)}.rotion-gallery-number{align-items:center;display:flex;font-family:var(--rotion-font-family);font-size:.8rem;padding:5px 10px 0;white-space:nowrap;width:100%}.rotion-gallery-preview{aspect-ratio:16/9;border-bottom:var(--rotion-gallery-image-border-bottom);overflow:hidden;width:100%}.rotion-gallery-preview-fit{object-fit:contain;object-position:center 50%}.rotion-gallery-preview-nofit{object-fit:cover;object-position:top center}.rotion-gallery-preview-img{width:100%}.rotion-gallery-richtext{display:block;font-family:var(--rotion-font-family);font-size:13px;overflow:hidden;padding:5px 10px 0;text-overflow:ellipsis;white-space:nowrap}.rotion-gallery-richtext-small{width:180px}.rotion-gallery-richtext-medium{width:260px}.rotion-gallery-richtext-large{width:320px}.rotion-gallery-select{align-items:center;display:flex;font-family:var(--rotion-font-family);font-size:12px;padding:8px 7px;white-space:nowrap;width:100%}.rotion-gallery-select-wrapper{align-items:center;border-radius:3px;display:flex;flex-shrink:0;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-gallery-select-link{color:inherit;padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-select-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-gallery-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-gallery-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-gallery-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-gallery-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-gallery-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-gallery-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-gallery-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-gallery-select-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-gallery-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-gallery-select-tag{color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-text-decoration)}.rotion-gallery-select-link{cursor:var(--rotion-link-cursor)}.rotion-gallery-title{font-family:var(--rotion-font-family);font-size:.9rem;padding:10px 10px 0;width:100%}.rotion-gallery-url{display:flex;font-family:var(--rotion-font-family);margin:4px 7px 0;white-space:nowrap}.rotion-gallery-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;margin-bottom:0;padding:0 2px 3px;text-decoration:var(--rotion-link-text-decoration)}.rotion-gallery-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-gallery-url-chain{display:inline;height:12px;margin-right:4px;margin-top:2px;vertical-align:middle;width:12px}.rotion-gallery-url-domain,.rotion-gallery-url-path{display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-gallery-url-path{color:var(--rotion-tertiary-text)}.rotion-icon-file,.rotion-icon-github{fill:var(--rotion-primary-text)}.rotion-list{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);margin:0;overflow-x:scroll;padding:0}.rotion-list-inner{margin:0;max-width:100%;min-width:1200px;padding:0 0 .8rem}.rotion-list-line{align-items:center;background-color:var(--rotion-link-bg-color);display:flex;justify-content:flex-start;margin:4px 0;overflow:hidden;padding:4px 0;transition:background 20ms ease-in 0s;user-select:none;width:100%}.rotion-list-line:hover{background-color:var(--rotion-link-hover-bg-color);border-radius:var(--rotion-border-radius)}.rotion-list-dashed,.rotion-list-spacer{display:block;flex-shrink:10;margin-left:14px;width:100%}.rotion-list-dashed{border-top:1px dashed var(--rotion-tertiary-text)}.rotion-list-checkbox{background-color:var(--rotion-link-bg-color);display:flex;margin:0 .3rem;padding:0 .3rem}.rotion-list-checkbox .rotion-prefix,.rotion-list-checkbox .rotion-suffix{padding-top:1px}.rotion-list-checkbox .rotion-prefix{padding-right:6px}.rotion-list-checkbox .rotion-suffix{padding-left:6px}.rotion-list-date{color:var(--rotion-tertiary-text);overflow:hidden;text-overflow:ellipsis}.rotion-list-date,.rotion-list-formula{display:flex;font-family:var(--rotion-font-family);font-size:.85rem;margin:0 7px;min-width:20px;white-space:nowrap}.rotion-list-formula{align-items:center}.rotion-list-multiselect-link{cursor:var(--rotion-link-cursor)}.rotion-list-multiselect-wrapper{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-list-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-list-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-list-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-list-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-list-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-list-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-list-multiselect-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-list-multiselect-ul{align-items:center;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);list-style-type:none;margin:0 7px;max-width:400px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-list-multiselect-li{align-items:center;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-list-number{align-items:center;display:flex;margin:0 7px;min-width:20px}.rotion-list-number,.rotion-list-richtext{font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-list-richtext{color:var(--rotion-tertiary-text);display:block;margin:0 .5rem;max-width:25rem;overflow:hidden;padding:0 .5rem;text-overflow:ellipsis}.rotion-list-select-link{cursor:var(--rotion-link-cursor)}.rotion-list-select-wrapper{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-select-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-list-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-list-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-list-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-list-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-list-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-list-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-list-select-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-list-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-list-select{align-items:center;border-radius:3px;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);font-size:.75rem;margin:0 7px;max-width:400px;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-list-title-link{border-bottom:var(--rotion-link-border-bottom);cursor:var(--rotion-link-cursor)}.rotion-list-title-wrapper{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);text-decoration:var(--rotion-link-text-decoration)}.rotion-list-title{display:block;line-height:1.4;max-width:500px;overflow:hidden;text-overflow:ellipsis}.rotion-list-title,.rotion-list-url{font-family:var(--rotion-font-family);margin:0 7px;white-space:nowrap}.rotion-list-url{display:flex}.rotion-list-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;padding:0 5px 4px;text-decoration:var(--rotion-link-text-decoration)}.rotion-list-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-list-url-chain{display:inline;height:12px;margin-right:4px;vertical-align:middle;width:12px}.rotion-list-url-domain,.rotion-list-url-path{display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-list-url-path{color:var(--rotion-tertiary-text)}.rotion-bookmark{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family);line-height:1;margin-top:.4rem;padding:.5rem 0}.rotion-bookmark-area{background-color:var(--rotion-link-bg-color);border:var(--rotion-border);border-radius:var(--rotion-border-radius);cursor:pointer;display:flex;font-size:.75rem;max-height:110px;overflow:hidden;padding:0;position:relative}.rotion-bookmark-area:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-bookmark-text{align-self:start;flex:4 1 180px;line-height:1;min-width:0;overflow:hidden;padding:.7rem 1rem}.rotion-bookmark-image{display:block;flex:1 1 180px;height:108px;line-height:1;margin:0;overflow:hidden;padding:0}.rotion-bookmark-img{background:#191919;border-radius:1px;display:block;height:100%;object-fit:cover;width:100%}.rotion-bookmark-title{color:var(--rotion-primary-text);display:block;font-size:.9rem;line-height:1;margin-bottom:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rotion-bookmark-desc{font-size:12px;height:36px;line-height:16px;line-height:1.5;margin-bottom:2px;max-width:100%;overflow:hidden;width:100%;word-wrap:break-word;word-break:break-all}.rotion-bookmark-url{color:var(--rotion-primary-text);font-size:12px;margin-top:8px;overflow:hidden;padding:0;position:relative;text-overflow:ellipsis;white-space:nowrap}.rotion-bookmark-favicon{display:inline;margin-right:10px;vertical-align:bottom}.rotion-bookmark-caption{color:var(--rotion-tertiary-text);font-size:.8rem;margin:.3rem .3rem 0;text-align:left}@media (max-width:580px){.rotion-bookmark-text{flex:1 1 100px}.rotion-bookmark-image{display:none}}.rotion-breadcrumb{font-family:var(--rotion-font-family)}.rotion-breadcrumb-icon{padding-bottom:.2rem;padding-right:.29rem;vertical-align:middle}.rotion-breadcrumb-emoji{display:inline-block;margin-top:-4px;padding-bottom:.2rem;padding-right:.4rem;vertical-align:middle}.rotion-breadcrumb-slash{color:var(--rotion-secondary-text);font-size:.9rem;opacity:.5;padding:0 .3rem}.rotion-breadcrumb-text{color:var(--rotion-primary-text)}.rotion-breadcrumb-link{background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);font-family:var(--rotion-font-family);font-size:.9rem;padding:.2rem .3rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-breadcrumb-link:hover{background-color:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-bulleted-list{margin:0;padding:.2rem 0 .2rem .3rem}.rotion-bulleted-list,.rotion-callout{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height)}.rotion-callout{border-radius:var(--rotion-border-radius);box-sizing:border-box;display:flex;margin:4px 0;padding:1.2rem 1.2rem 1.2rem 1rem;width:100%}.rotion-callout-icon{box-sizing:border-box;display:block;overflow:hidden}.rotion-callout-icon,.rotion-callout-img{height:24px;width:24px}.rotion-callout-text{display:block;margin-left:8px;white-space:pre-wrap;width:100%;word-break:break-word}.rotion-callout-default,.rotion-callout-default-background{border:var(--rotion-annot-border);color:inherit}.rotion-callout-gray{border:var(--rotion-annot-border);color:var(--rotion-annot-gray)}.rotion-callout-gray-bg{background-color:var(--rotion-annot-bg-default);color:var(--rotion-annot-default)}.rotion-callout-brown{border:var(--rotion-annot-border);color:var(--rotion-annot-brown)}.rotion-callout-brown-bg{background-color:var(--rotion-annot-bg-brown);color:var(--rotion-annot-default)}.rotion-callout-orange{border:var(--rotion-annot-border);color:var(--rotion-annot-orange)}.rotion-callout-orange-bg{background-color:var(--rotion-annot-bg-orange);color:var(--rotion-annot-default)}.rotion-callout-yellow{border:var(--rotion-annot-border);color:var(--rotion-annot-yellow)}.rotion-callout-yellow-bg{background-color:var(--rotion-annot-bg-yellow);color:var(--rotion-annot-default)}.rotion-callout-green{border:var(--rotion-annot-border);color:var(--rotion-annot-green)}.rotion-callout-green-bg{background-color:var(--rotion-annot-bg-green);color:var(--rotion-annot-default)}.rotion-callout-blue{border:var(--rotion-annot-border);color:var(--rotion-annot-blue)}.rotion-callout-blue-bg{background-color:var(--rotion-annot-bg-blue);color:var(--rotion-annot-default)}.rotion-callout-purple{border:var(--rotion-annot-border);color:var(--rotion-annot-purple)}.rotion-callout-purple-bg{background-color:var(--rotion-annot-bg-purple);color:var(--rotion-annot-default)}.rotion-callout-pink{border:var(--rotion-annot-border);color:var(--rotion-annot-pink)}.rotion-callout-pink-bg{background-color:var(--rotion-annot-bg-pink);color:var(--rotion-annot-default)}.rotion-callout-red{border:var(--rotion-annot-border);color:var(--rotion-annot-red)}.rotion-callout-red-bg{background-color:var(--rotion-annot-bg-red);color:var(--rotion-annot-default)}.rotion-childdb{font-family:var(--rotion-font-family);width:100%}.rotion-childdb-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.4rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.1rem 0;text-decoration:var(--rotion-link-text-decoration)}.rotion-childdb-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-childdb-title{border-bottom:var(--rotion-link-border-bottom);line-height:var(--rotion-line-height);vertical-align:top}.rotion-childdb-emoji{font-size:.95rem;margin-left:3px;margin-top:-2px;overflow:hidden}.rotion-childdb-icon{overflow:hidden}.rotion-childpage{font-family:var(--rotion-font-family);width:100%}.rotion-childpage-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.4rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.1rem 0;text-decoration:var(--rotion-link-text-decoration)}.rotion-childpage-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-childpage-title{border-bottom:var(--rotion-link-border-bottom);line-height:var(--rotion-line-height);vertical-align:top}.rotion-childpage-emoji{font-size:.95rem;margin-left:3px;margin-top:-2px;overflow:hidden}.rotion-childpage-icon{overflow:hidden}.rotion-code-area{background-color:#f5f2f0;border-radius:var(--rotion-border-radius);font-size:.8rem;left:0;margin:1rem 0;padding:.6rem 1rem;position:relative;top:0}.rotion-code-lang{color:var(--rotion-primary-text);display:block;font-size:.75rem;left:.8rem;position:absolute;text-transform:capitalize;top:.5rem}.rotion-code{font-family:var(--rotion-font-family);width:100%}.rotion-code-caption{color:var(--rotion-secondary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-columnlist{display:grid;font-family:var(--rotion-font-family);gap:5%;margin:1rem 0;width:100%}.rotion-columnlist-column{margin:0 0 1rem}@media (max-width:580px){.rotion-columnlist{display:block}}.rotion-embed{font-family:var(--rotion-font-family);text-align:center;width:100%}.rotion-embed-html{position:relative;text-align:center;width:100%}.rotion-embed-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-embed-instagram{margin:0 auto;max-width:540px}.rotion-embed-instagram iframe{max-height:590px;overflow:hidden}.rotion-embed-twitter{margin:0 auto;max-width:550px}.rotion-embed-applemusic{margin:0 auto;max-width:660px}.rotion-embed-slideshare,.rotion-embed-speakerdeck{margin:0 auto .8rem;width:100%}.rotion-embed-slideshare .rotion-embed-html,.rotion-embed-speakerdeck .rotion-embed-html{padding-top:56.25%;position:relative;width:100%}.rotion-embed-slideshare iframe,.rotion-embed-speakerdeck iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-embed-googlemap{height:90vh;margin:0 auto .8rem;width:100%}.rotion-embed-googlemap iframe{height:90vh}.rotion-embed-tiktok{width:100%}.rotion-equation{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);text-align:center;width:100%}.rotion-equation-html{font-size:1.7rem;margin:.5rem auto}.rotion-file{font-family:var(--rotion-font-family)}.rotion-file-link{align-items:top;background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:grid;gap:.1rem;grid-template:repeat(1,1fr) /1.5rem 1fr;margin:.2rem 0 0;padding:.6rem .3rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-file-link:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-file-size{color:var(--rotion-tertiary-text);font-size:.8rem;padding-left:.5rem}.rotion-file-caption{color:var(--rotion-tertiary-text);font-size:.9rem;padding-left:.4rem;padding-top:.2rem}.rotion-image{font-family:var(--rotion-font-family);margin:0;padding:0 0 .5rem;text-align:center}.rotion-image-area{display:flex}.rotion-image-img{margin-left:auto;margin-right:auto;width:100%}.rotion-image-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-linkpreview{font-family:var(--rotion-font-family);margin:1rem 0}.rotion-linkpreview-link{background-color:var(--rotion-link-bg-color);border:var(--rotion-border);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);display:block;overflow:hidden;padding:.7rem 1rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-linkpreview-link:hover{background-color:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-linkpreview-area{display:grid;gap:10px;grid-template-columns:32px 1fr}.rotion-linkpreview-icon{height:100%}.rotion-linkpreview-slack .rotion-linkpreview-icon{margin-bottom:-3px;padding-top:3px}.rotion-linkpreview-figma .rotion-linkpreview-icon{padding-left:6px}.rotion-linkpreview-title{display:flex;font-size:.85rem;width:calc(100% - 42px)}.rotion-linkpreview-desc{color:var(--rotion-tertiary-text);display:block;font-size:.8rem;overflow:hidden;padding-top:3px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 42px)}.rotion-linkpreview-githubicon{margin-left:-3px;position:relative}.rotion-linkpreview-githubicon-user{border-radius:15px}.rotion-linkpreview-dot{margin-left:3px;margin-right:3px}.rotion-linkpreview-github-state{color:var(--rotion-secondary-text);margin-left:.6rem;white-space:nowrap}.rotion-linkpreview-github-state-icon{margin-right:3px;margin-top:-1px;vertical-align:middle}.rotion-linkpreview-github-state .rotion-linkpreview-github-state-icon{margin-right:5px;margin-top:-2px}.rotion-linkpreview-issue-open{fill:rgba(30,130,10,.8)}.rotion-linkpreview-issue-closed{fill:rgba(200,30,80,.8)}.rotion-linkpreview-issue-merged{fill:rgba(130,60,180,.8)}.rotion-linkpreview-state{text-transform:capitalize}.rotion-linkpreview-githubicon-octocat{background-color:#fff;border-radius:15px;padding:1px;position:absolute;right:-4px;top:20px}.rotion-linkpreview-figma iframe{border:var(--rotion-border);border-radius:var(--rotion-border-radius)}@media (max-width:580px){.rotion-linkpreview-github-title{display:inline;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.rotion-listblocks{padding:.2rem 0 .2rem 1rem}.rotion-listblocks,.rotion-numbered-list{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height);margin:0}.rotion-numbered-list{padding:.2rem 0 .2rem .3rem}.rotion-pdf{font-family:var(--rotion-font-family);padding:.3rem 0}.rotion-pdf-canvas{border-bottom-left-radius:var(--rotion-border-radius);border-bottom-right-radius:var(--rotion-border-radius);min-height:500px}.rotion-pdf-canvas,.rotion-pdf-nav{border:1px solid #e6e6e6;width:calc(100% - 2px)}.rotion-pdf-nav{background-color:#fafafa;border-bottom:none;border-top-left-radius:var(--rotion-border-radius);border-top-right-radius:var(--rotion-border-radius);display:flex;line-height:1;margin:0;padding:.6rem 0}.rotion-pdf-pager{display:flex;flex-grow:1;justify-content:flex-start;list-style:none;margin:0;padding:0;text-align:right}.rotion-pdf-next,.rotion-pdf-prev{display:inline;padding-left:1rem}.rotion-pdf-prevnext{border-radius:30px;border-width:1px;border:var(--rotion-border);color:var(--rotion-secondary-text);cursor:pointer;font-size:.6rem;padding:.3rem 1rem}.rotion-pdf-prevnext:hover{border:var(--rotion-border-hover);color:var(--rotion-primary-text)}.rotion-pdf-prevnext-disabled,.rotion-pdf-prevnext-disabled:hover{border:var(--rotion-border-disabled);color:var(--rotion-tertiary-text);cursor:default}.rotion-pdf-link{color:var(--rotion-link-color);display:flex;flex-grow:2;justify-content:flex-end;margin:0;padding:.2rem 1rem 0;text-decoration:none}.rotion-pdf-link svg{fill:hsla(0,0%,39.2%,.8)}.rotion-pdf-caption{color:var(--rotion-tertiary-text);font-size:.9rem;padding-left:.4rem;padding-top:.2rem}.rotion-syncedblock{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);padding:.5rem 0}.rotion-table{color:var(--rotion-primary-text);padding-top:.6rem}.rotion-table-area{border-collapse:collapse;border-spacing:0;font-size:.9rem;width:100%}.rotion-table-td{border:var(--rotion-border);margin:0;padding:.3rem}.rotion-table-td-inner{padding:.2rem .4rem}.rotion-table-td-header{background-color:var(--rotion-table-header-bg-color);border:var(--rotion-border);font-weight:500;margin:0;padding:.3rem;text-align:left}.rotion-table-td-header-inner{padding:.2rem .4rem}.rotion-table-tr{margin:0}.rotion-text{color:var(--rotion-primary-text);font-family:var(--rotion-font-family)}.rotion-text-hr{border-top:var(--rotion-border);height:1px;margin:1rem 0;width:100%}.rotion-text-h1{line-height:1.3;margin:0;padding:3rem 0 3px}.rotion-text-h2{line-height:1.3;margin:0;padding:2rem 0 3px}.rotion-text-h3{line-height:1.3;margin:0;padding:1.6rem 0 3px}.rotion-text-p{margin:0;padding:.6rem 0}.rotion-text-p,.rotion-text-quote{line-height:var(--rotion-line-height)}.rotion-text-quote{border-left:3px solid var(--rotion-quote-border-color);margin-left:0;margin-right:0;padding-left:1rem}.rotion-todo{align-items:flex-start;display:flex;font-family:var(--rotion-font-family);line-height:1.7;padding:4px 0 1px 2px;width:100%}.rotion-todo-checkbox{align-items:center;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;margin-right:4px;min-height:calc(1.5em + 6px);user-select:none;width:22px}.rotion-todo-text{color:var(--rotion-primary-text);display:flex;flex:1 1 0;flex-direction:column;min-width:1px}.rotion-todo-text-inner{flex-grow:1;max-width:100%;padding:1px 2px;text-align:left;white-space:pre-wrap;word-break:break-word}.rotion-todo-text-inner-checked{color:var(--rotion-secondary-text);text-decoration-color:var(--rotion-tertiary-text);text-decoration-line:line-through}.rotion-toggle{align-items:flex-start;color:var(--rotion-primary-text);display:flex;font-family:var(--rotion-font-family);line-height:1.8;margin-top:.6rem;width:100%}.rotion-toggle-triangle{align-items:center;background-color:inherit;border-radius:var(--rotion-border-radius);cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:4px;margin-top:0;padding:2px;position:relative;transition:background 20ms ease-in 0s;width:24px}.rotion-toggle-triangle:hover{background-color:var(--rotion-toggle-hover-bg-color)}.rotion-toggle-text{width:100%}.rotion-toggle-icon{backface-visibility:hidden;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:.6875em;opacity:1;transition:"transform 200ms ease-out 0s";width:.6875em}.rotion-video{font-family:var(--rotion-font-family);width:100%}.rotion-video-inner{margin:auto}.rotion-video-html{height:0,;margin:auto;padding-bottom:56.25%;position:relative;width:100%}.rotion-video-caption{color:var(--rotion-tertiary-text);font-size:.95rem;margin:.3rem .3rem 0;text-align:left}.rotion-video-file{display:block;width:100%}.rotion-video-youtube{margin:auto}.rotion-video-youtube iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-video-vimeo{margin:auto}.rotion-video-vimeo iframe{height:100%;left:0;position:absolute;top:0;width:100%}.rotion-prefix,.rotion-suffix{color:var(--rotion-tertiary-text);display:inline;font-size:.7rem;line-height:1.2;white-space:nowrap}.rotion-prefix{padding-right:3px}.rotion-suffix{padding-left:3px}.rotion-richtext-bold{font-weight:700}.rotion-richtext-italic{font-style:italic}.rotion-richtext-strikethrough{text-decoration:line-through}.rotion-richtext-underline{text-decoration:underline}.rotion-richtext-code{background-color:var(--rotion-code-bg-color);border-radius:var(--rotion-border-radius);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:.85rem;padding:.1rem .2rem}.rotion-richtext-code-color{color:#eb5757}.rotion-richtext-default{color:inherit}.rotion-richtext-gray{color:var(--rotion-annot-gray)}.rotion-richtext-brown{color:var(--rotion-annot-brown)}.rotion-richtext-orange{color:var(--rotion-annot-orange)}.rotion-richtext-yellow{color:var(--rotion-annot-yellow)}.rotion-richtext-green{color:var(--rotion-annot-green)}.rotion-richtext-blue{color:var(--rotion-annot-blue)}.rotion-richtext-purple{color:var(--rotion-annot-purple)}.rotion-richtext-pink{color:var(--rotion-annot-pink)}.rotion-richtext-red{color:var(--rotion-annot-red)}.rotion-richtext-default-bg{color:var(--rotion-annot-default)}.rotion-richtext-gray-bg{background-color:var(--rotion-annot-bg-gray)}.rotion-richtext-brown-bg{background-color:var(--rotion-annot-bg-brown)}.rotion-richtext-orange-bg{background-color:var(--rotion-annot-bg-orange)}.rotion-richtext-yellow-bg{background-color:var(--rotion-annot-bg-yellow)}.rotion-richtext-green-bg{background-color:var(--rotion-annot-bg-green)}.rotion-richtext-blue-bg{background-color:var(--rotion-annot-bg-blue)}.rotion-richtext-purple-bg{background-color:var(--rotion-annot-bg-purple)}.rotion-richtext-pink-bg{background-color:var(--rotion-annot-bg-pink)}.rotion-richtext-red-bg{background-color:var(--rotion-annot-bg-red)}.rotion-richtext-nocode-bg{color:var(--rotion-annot-default)}.rotion-richtext-equation{color:var(--rotion-primary-text);display:block}.rotion-richtext-link{border-bottom:var(--rotion-link-border-bottom);color:inherit;text-decoration:var(--rotion-link-text-decoration)}.rotion-richtext-link:hover{border-bottom:var(--rotion-link-hover-border-bottom)}.rotion-richtext-date{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family)}.rotion-richtext-atsign{color:var(--rotion-tertiary-text)}.rotion-richtext-linkpreview{background-color:var(--rotion-link-bg-color);border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);font-family:var(--rotion-font-family);line-height:1;padding:.1rem .2rem;text-decoration:var(--rotion-link-text-decoration)}.rotion-richtext-linkpreview:hover{background-color:var(--rotion-link-hover-bg-color)}.rotion-richtext-linkpreview-icon{margin-top:-2.4px;padding-left:.1rem;padding-right:.35rem;vertical-align:middle}.rotion-richtext-linkpreview-text{border-bottom:var(--rotion-link-border-bottom)}.rotion-richtext-linkpreview-text:hover{border-bottom:var(--rotion-link-hover-border-bottom)}.rotion-richtext-pageordb{font-family:var(--rotion-font-family)}.rotion-richtext-pageordb-icon{display:inline-block;margin-right:.5rem;position:relative;white-space:nowrap}.rotion-richtext-pageordb-img{height:1.4rem;margin-top:-3px;vertical-align:middle;width:1.4rem}.rotion-richtext-pageordb-arrow{bottom:-.2em;display:block;fill:var(--rotion-primary-text);flex-shrink:0;height:.7em;position:absolute;right:-.1em;width:.7em}.rotion-richtext-pageordb-text{color:var(--rotion-primary-text)}.rotion-richtext-user{color:var(--rotion-secondary-text);font-family:var(--rotion-font-family)}.rotion-richtext-user-atsign{color:var(--rotion-tertiary-text)}.rotion-table{font-family:var(--rotion-font-family);margin:0;overflow-x:scroll;padding:0 0 10px;width:100%}.rotion-table-inner{border-right:none;float:left;min-width:100%;position:relative}.rotion-table-row{background:inherit;border-top:var(--rotion-table-border);color:var(--rotion-secondary-text);display:flex;height:33px}.rotion-table-row:last-child{border-bottom:var(--rotion-table-border)}.rotion-table-cell{display:flex;flex-direction:row;line-height:1.5}.rotion-table-verticallines .rotion-table-cell{border-right:var(--rotion-table-border)}.rotion-table-verticallines .rotion-table-cell:last-child{border-right:none}.rotion-table-cell-inner{display:flex;flex-shrink:0;font-size:14px;overflow:hidden;padding:5px 8px;width:220px}.rotion-table-header-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rotion-table-header-icon{backface-visibility:hidden;display:block;fill:var(--rotion-table-icon-fill);flex-shrink:0;height:14px;margin-right:7px;margin-top:4px;width:14px}.rotion-table-checkbox{display:flex;margin:3px 0}.rotion-table-checkbox .rotion-prefix,.rotion-table-checkbox .rotion-suffix{padding-top:1px}.rotion-table-checkbox .rotion-prefix{padding-right:6px}.rotion-table-checkbox .rotion-suffix{padding-left:6px}.rotion-table-date{align-items:center;display:flex;min-width:20px}.rotion-table-date,.rotion-table-formula{color:var(--rotion-primary-text);font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-table-formula{display:block;text-align:right;width:100%}.rotion-table-multiselect-link{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-docoration)}.rotion-table-multiselect-default{background-color:var(--rotion-tag-bg-default);color:var(--rotion-tag-default)}.rotion-table-multiselect-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-table-multiselect-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-table-multiselect-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-multiselect-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-table-multiselect-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-table-multiselect-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-table-multiselect-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-table-multiselect-pink{background-color:var(--rotion-tag-bg-pink);color:var(--rotion-tag-pink)}.rotion-table-multiselect-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-table-multiselect-ul{align-items:center;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);list-style-type:none;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-table-multiselect-li{align-items:center;display:flex;flex-shrink:0;font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-table-number{text-align:right;width:100%}.rotion-table-number,.rotion-table-richtext{color:var(--rotion-primary-text);display:block;font-family:var(--rotion-font-family);font-size:.85rem;white-space:nowrap}.rotion-table-richtext{margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.rotion-table-select-link{border-radius:var(--rotion-border-radius);color:inherit;font-family:var(--rotion-font-family);padding:2px 10px;text-decoration:var(--rotion-link-text-docoration)}.rotion-table-select-default{background-color:var(--rotion-tag-default);color:var(--rotion-tag-default)}.rotion-table-select-gray{background-color:var(--rotion-tag-bg-gray);color:var(--rotion-tag-gray)}.rotion-table-select-brown{background-color:var(--rotion-tag-bg-brown);color:var(--rotion-tag-brown)}.rotion-table-select-orange{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-select-yellow{background-color:var(--rotion-tag-bg-yellow);color:var(--rotion-tag-yellow)}.rotion-table-select-green{background-color:var(--rotion-tag-bg-green);color:var(--rotion-tag-green)}.rotion-table-select-blue{background-color:var(--rotion-tag-bg-blue);color:var(--rotion-tag-blue)}.rotion-table-select-purple{background-color:var(--rotion-tag-bg-purple);color:var(--rotion-tag-purple)}.rotion-table-select-pink{background-color:var(--rotion-tag-bg-orange);color:var(--rotion-tag-orange)}.rotion-table-select-red{background-color:var(--rotion-tag-bg-red);color:var(--rotion-tag-red)}.rotion-table-select{align-items:center;border-radius:3px;color:#183347;display:flex;flex-shrink:0;font-family:var(--rotion-font-family);font-size:.75rem;margin:0 6px 0 0;min-width:0;padding:0}.rotion-table-title-link,.rotion-table-title-wrapper{color:var(--rotion-link-color)}.rotion-table-title-link{border-bottom:var(--rotion-link-border-bottom);text-decoration:var(--rotion-link-text-decoration)}.rotion-table-title-link:hover{border-bottom:var(--rotion-link-hover-border-bottom);color:var(--rotion-link-hover-color)}.rotion-table-title,.rotion-table-url{font-family:var(--rotion-font-family)}.rotion-table-url{display:flex;margin:0;white-space:nowrap}.rotion-table-url-link{background:inherit;border-radius:var(--rotion-border-radius);color:var(--rotion-link-color);cursor:var(--rotion-link-cursor);display:block;padding:0 5px 2px;text-decoration:var(--rotion-link-text-decoration)}.rotion-table-url-link:hover{background:var(--rotion-link-hover-bg-color);color:var(--rotion-link-hover-color)}.rotion-table-url-domain,.rotion-table-url-path{display:inline;font-size:.8rem;white-space:nowrap}.rotion-table-url-path{color:var(--rotion-tertiary-text)}.rotion-toc{font-family:var(--rotion-font-family);line-height:var(--rotion-line-height);margin:0;padding:.2rem 0 .2rem 1rem}.rotion-toc-link{border-bottom:var(--rotion-link-border-bottom);color:inherit;text-decoration:var(--rotion-link-text-decoration)}.rotion-toc-link:hover{border-bottom:var(--rotion-link-hover-border-bottom)}