-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00 Daily.html
584 lines (584 loc) · 920 KB
/
00 Daily.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!DOCTYPE html> <html><head>
<title>00 Daily</title>
<base href="../">
<meta id="root-path" root-path="../">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=5.0">
<meta charset="UTF-8">
<meta name="description" content="mashroomash - 00 Daily">
<meta property="og:title" content="00 Daily">
<meta property="og:description" content="mashroomash - 00 Daily">
<meta property="og:type" content="website">
<meta property="og:url" content="https://whathellis.github.io/my.deathign/99/00 Daily.html">
<meta property="og:image" content="undefined">
<meta property="og:site_name" content="mashroomash">
<meta name="author" content="mashroomash"><link rel="alternate" type="application/rss+xml" title="RSS Feed" href="https://whathellis.github.io/my.deathign/lib/rss.xml"><script async="">let absoluteBasePath,relativeBasePath,relativePathname,webpageContainer,documentContainer,viewContent,leftSidebar,rightSidebar,sidebarCollapseIcons,sidebarGutters,sidebars,sidebarDefaultWidth,sidebarTargetWidth,contentTargetWidth,themeToggle,searchInput,fileTree,outlineTree,fileTreeItems,outlineTreeItems,canvasWrapper,canvas,canvasNodes,canvasBackground,canvasBackgroundPattern,focusedCanvasNode,loadingIcon,documentType,embedType,customType,deviceSize,lastScreenWidth,loadedURL=new URL(window.location.href),isOffline=!1,collapseIconUp=["m7 15 5 5 5-5","m7 9 5-5 5 5"],collapseIconDown=["m7 20 5-5 5 5","m7 4 5 5 5-5"],isTouchDevice=isTouchCapable(),fullyInitialized=!1;async function initGlobalObjects(){"file:"!=window.location.protocol&&await loadIncludes(),loadingIcon=document.createElement("div"),loadingIcon.classList.add("loading-icon"),document.body.appendChild(loadingIcon),loadingIcon.innerHTML="<div></div><div></div><div></div><div></div>",webpageContainer=document.querySelector(".webpage-container"),documentContainer=document.querySelector(".document-container"),leftSidebar=document.querySelector(".sidebar-left"),rightSidebar=document.querySelector(".sidebar-right"),fileTree=document.querySelector(".file-tree"),outlineTree=document.querySelector(".outline-tree"),fileTreeItems=Array.from(document.querySelectorAll(".tree-container.file-tree .tree-item")),sidebars=[],sidebarGutters=[],sidebarCollapseIcons=[],leftSidebar&&rightSidebar&&(sidebarCollapseIcons=Array.from(document.querySelectorAll(".sidebar-collapse-icon")),sidebarGutters=[sidebarCollapseIcons[0].parentElement,sidebarCollapseIcons[1].parentElement],sidebars=[sidebarGutters[0].parentElement,sidebarGutters[1].parentElement]),themeToggle=document.querySelector(".theme-toggle-input")}async function initializePage(){focusedCanvasNode=null,canvasWrapper=document.querySelector(".canvas-wrapper")??canvasWrapper,canvas=document.querySelector(".canvas")??canvas;let e=document.querySelectorAll(".canvas-node");canvasNodes=e.length>0?e:canvasNodes,canvasBackground=document.querySelector(".canvas-background")??canvasBackground,canvasBackgroundPattern=document.querySelector(".canvas-background pattern")??canvasBackgroundPattern,viewContent=document.querySelector(".document-container > .view-content")??document.querySelector(".document-container > .markdown-preview-view")??viewContent,outlineTreeItems=Array.from(document.querySelectorAll(".tree-container.outline-tree .tree-item")),fullyInitialized||("file:"==window.location.protocol&&initializeForFileProtocol(),await initGlobalObjects(),initializeDocumentTypes(document),setupSidebars(),setupThemeToggle(),await setupSearch(),setupRootPath(document),sidebarDefaultWidth=await getComputedPixelValue("--sidebar-width"),contentTargetWidth=.9*await getComputedPixelValue("--line-width"),window.addEventListener("resize",(()=>onResize())),onResize()),setTimeout((()=>documentContainer.classList.remove("hide"))),!rightSidebar||"video"!=embedType&&"embed"!=embedType&&"excalidraw"!=customType&&"kanban"!=customType&&"canvas"!=documentType?rightSidebar&&rightSidebar.temporarilyCollapsed&&rightSidebar.collapsed&&(rightSidebar.collapse(!1),rightSidebar.temporarilyCollapsed=!1):rightSidebar.collapsed||rightSidebar.temporaryCollapse(),parseURLParams(),relativePathname=getVaultRelativePath(loadedURL.href)}function initializePageEvents(e){e&&(setupHeaders(e),setupTrees(e),setupLists(e),setupCallouts(e),setupCheckboxes(e),setupCanvas(e),setupCodeblocks(e),setupLinks(e),setupScroll(e))}function initializeDocumentTypes(e){e.querySelector(".document-container > .markdown-preview-view")?documentType="markdown":e.querySelector(".canvas-wrapper")?documentType="canvas":(documentType="custom",e.querySelector(".kanban-plugin")?customType="kanban":e.querySelector(".excalidraw-plugin")&&(customType="excalidraw"))}function initializeForFileProtocol(){let e=document.querySelector(".graph-view-placeholder");e&&(console.log("Running locally, skipping graph view initialization and hiding graph."),e.style.display="none",e.previousElementSibling.style.display="none")}function onEndResize(){document.body.classList.toggle("resizing",!1)}function onStartResize(){document.body.classList.toggle("resizing",!0)}window.onload=async function(){await initializePage(),initializePageEvents(document),setActiveDocument(loadedURL,!0,!1,!1),fullyInitialized=!0},window.onpopstate=function(e){if(e.preventDefault(),e.stopPropagation(),document.body.classList.contains("floating-sidebars")&&(!leftSidebar.collapsed||!rightSidebar.collapsed))return leftSidebar.collapse(!0),void rightSidebar.collapse(!0);loadDocument(getURLPath(),!1,!0),console.log("Popped state: "+getURLPath())};let checkStillResizingTimeout,isResizing=!1;function onResize(e=!1){function t(e,t){let o=window.innerWidth;return o>e&&o<t&&null==lastScreenWidth||o>e&&o<t&&(lastScreenWidth<=e||lastScreenWidth>=t)}function o(e){let t=window.innerWidth;return t>e&&null==lastScreenWidth||t>e&&lastScreenWidth<e}function n(e){let t=window.innerWidth;return t<e&&null==lastScreenWidth||t<e&&lastScreenWidth>e}isResizing||(onStartResize(),isResizing=!0),o(contentTargetWidth+2*sidebarDefaultWidth)||o(1025)?(deviceSize="large-screen",document.body.classList.toggle("floating-sidebars",!1),document.body.classList.toggle("is-large-screen",!0),document.body.classList.toggle("is-small-screen",!1),document.body.classList.toggle("is-tablet",!1),document.body.classList.toggle("is-phone",!1),sidebars.forEach((function(e){e.collapse(!1)})),sidebarGutters.forEach((function(e){e.collapse(!1)}))):t(1*(contentTargetWidth+sidebarDefaultWidth),contentTargetWidth+2*sidebarDefaultWidth)||t(769,1024)?(deviceSize="small screen",document.body.classList.toggle("floating-sidebars",!1),document.body.classList.toggle("is-large-screen",!1),document.body.classList.toggle("is-small-screen",!0),document.body.classList.toggle("is-tablet",!1),document.body.classList.toggle("is-phone",!1),sidebarGutters.forEach((function(e){e.collapse(!1)})),leftSidebar&&rightSidebar&&!leftSidebar.collapsed&&rightSidebar.collapse(!0)):t(2*sidebarDefaultWidth,1*(contentTargetWidth+sidebarDefaultWidth))||t(481,768)?(deviceSize="tablet",document.body.classList.toggle("floating-sidebars",!0),document.body.classList.toggle("is-large-screen",!1),document.body.classList.toggle("is-small-screen",!1),document.body.classList.toggle("is-tablet",!0),document.body.classList.toggle("is-phone",!1),sidebarGutters.forEach((function(e){e.collapse(!1)})),leftSidebar&&rightSidebar&&!leftSidebar.collapsed&&rightSidebar.collapse(!0),leftSidebar&&!fullyInitialized&&leftSidebar.collapse(!0)):(n(2*sidebarDefaultWidth)||n(480))&&(deviceSize="phone",document.body.classList.toggle("floating-sidebars",!0),document.body.classList.toggle("is-large-screen",!1),document.body.classList.toggle("is-small-screen",!1),document.body.classList.toggle("is-tablet",!1),document.body.classList.toggle("is-phone",!0),sidebars.forEach((function(e){e.collapse(!0)})),sidebarGutters.forEach((function(e){e.collapse(!1)}))),lastScreenWidth=window.innerWidth,null!=checkStillResizingTimeout&&clearTimeout(checkStillResizingTimeout);let i=window.innerWidth;checkStillResizingTimeout=setTimeout((function(){window.innerWidth==i&&(checkStillResizingTimeout=void 0,isResizing=!1,onEndResize())}),200)}function clamp(e,t,o){return Math.min(Math.max(e,t),o)}async function delay(e){return new Promise((t=>setTimeout(t,e)))}async function waitUntil(e,t=100,o=2e3){return new Promise((n=>{let i=0,a=setTimeout((()=>{clearInterval(i),n()}),o);i=setInterval((()=>{e()&&(clearInterval(i),clearTimeout(a),n())}),t)}))}function getElBounds(e){let t=e.getBoundingClientRect(),o=t.x,n=t.y,i=t.width,a=t.height;return{x:o,y:n,width:i,height:a,minX:o,minY:n,maxX:o+i,maxY:n+a,centerX:t.x+t.width/2,centerY:t.y+t.height/2}}async function getComputedPixelValue(e){const t=document.createElement("div");document.body.appendChild(t),t.style.position="absolute",t.style.width=`var(${e})`,await new Promise((e=>setTimeout(e,10)));const o=window.getComputedStyle(t).width;return t.remove(),parseFloat(o)}function getPointerPosition(e){let t=e.touches?Array.from(e.touches):[];return{x:t.length>0?t.reduce(((e,t)=>e+t.clientX),0)/e.touches.length:e.clientX,y:t.length>0?t.reduce(((e,t)=>e+t.clientY),0)/e.touches.length:e.clientY}}function getTouchPosition(e){return{x:e.clientX,y:e.clientY}}function getAllChildrenRecursive(e){let t=[];for(let o=0;o<e.children.length;o++){const n=e.children[o];t.push(n),t=t.concat(getAllChildrenRecursive(n))}return t}function isMobile(){let e=!1;var t;return t=navigator.userAgent||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0),e}function isTouchCapable(){return"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0}function downloadBlob(e,t="file.txt"){if(window.navigator&&window.navigator.msSaveOrOpenBlob)return window.navigator.msSaveOrOpenBlob(e);const o=window.URL.createObjectURL(e),n=document.createElement("a");n.href=o,n.download=t,n.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),setTimeout((()=>{window.URL.revokeObjectURL(o),n.remove()}),100)}function extentionToTag(e){return["png","jpg","jpeg","svg","gif","bmp","ico"].includes(e)?"img":["mp4","mov","avi","webm","mpeg"].includes(e)?"video":["mp3","wav","ogg","aac"].includes(e)?"audio":["pdf"].includes(e)?"embed":void 0}let slideUp=(e,t=500)=>{e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,window.setTimeout((async()=>{e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")}),t)},slideUpAll=(e,t=500)=>{e.forEach((async e=>{e&&(e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0)})),window.setTimeout((async()=>{e.forEach((async e=>{e&&(e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property"))}))}),t)},slideDown=(e,t=500)=>{e.style.removeProperty("display");let o=window.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;let n=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=n+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),window.setTimeout((async()=>{e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")}),t)},slideDownAll=(e,t=500)=>{e.forEach((async e=>{if(!e)return;e.style.removeProperty("display");let o=window.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;let n=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=n+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom")})),window.setTimeout((async()=>{e.forEach((async e=>{e&&(e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property"))}))}),t)};var slideToggle=(e,t=500)=>"none"===window.getComputedStyle(e).display?slideDown(e,t):slideUp(e,t),slideToggleAll=(e,t=500)=>"none"===window.getComputedStyle(e[0]).display?slideDownAll(e,t):slideUpAll(e,t);function getURLExtention(e){return e.split(".").pop().split("?")[0].split("#")[0].toLowerCase().trim()}let transferDocument=document.implementation.createHTMLDocument(),loading=!1;async function loadDocument(e,t,o){if(e=decodeURI(e),loading)return void console.log("Already loading document.");loading=!0;let n=new URL(e,absoluteBasePath);if(relativePathname=getVaultRelativePath(n.href),console.log("Loading document: ",n.pathname),n.pathname==loadedURL?.pathname)return console.log("Document already loaded."),loadedURL=n,setActiveDocument(loadedURL,!1,!1),await initializePage(),void(loading=!1);loadedURL=n;let i,a=loadedURL.pathname;await showLoading(!0);try{i=await fetch(a)}catch(e){return window.location.assign(a),void(loading=!1)}if(i.ok){setActiveDocument(loadedURL,o,t);let n=getURLExtention(e);if("/"==n&&(n="html"),documentType="none",embedType="none",customType="none","html"==n){let e=(await i.text()).replaceAll("<!DOCTYPE html>","").replaceAll("<html>","").replaceAll("</html>","");transferDocument.write(e),setupRootPath(transferDocument),initializeDocumentTypes(transferDocument);let t=transferDocument.querySelector(".document-container");documentContainer.innerHTML=t.innerHTML;let o=transferDocument.querySelector(".outline-tree");outlineTree&&o&&(outlineTree.innerHTML=o.innerHTML),document.title=transferDocument.title,transferDocument.close()}else if(documentType="embed",embedType=extentionToTag(n),null!=embedType){let t=document.createElement(embedType);t.controls=!0,t.src=e,t.style.maxWidth="100%","embed"==embedType&&(t.style.width="100%",t.style.height="100%"),t.style.objectFit="contain",viewContent.innerHTML="",viewContent.setAttribute("class","view-content embed"),viewContent.appendChild(t),document.querySelector(".outline-tree")&&(document.querySelector(".outline-tree").innerHTML=""),document.title=e.split("/").pop()}else{downloadBlob(await i.blob(),e.split("/").pop())}await initializePage(),initializePageEvents(documentContainer),initializePageEvents(outlineTree)}else pageNotFound(viewContent);await showLoading(!1),loading=!1}function setActiveDocument(e,t,o,n=!0){let i=getVaultRelativePath(e.href),a=decodeURI(i).split("#")[0].split("?")[0].replace('"','\\"').replace("'","\\'");"/"!=a&&""!=a||(a="index.html");let l=document.querySelector(".file-tree .tree-item.mod-active"),s=document.querySelector(`.file-tree .tree-item:has(>.tree-link[href^="${a}"])`);if(s&&!s.isEqualNode(l)&&(l?.classList.remove("mod-active"),s.classList.add("mod-active"),t&&scrollIntoView(s,{block:"center",inline:"nearest"},n)),"undefined"!=typeof graphData&&window.graphRenderer){let e=graphData?.paths.findIndex((function(e){return e.endsWith(a)}))??-1;e>=0&&(window.graphRenderer.activeNode=e)}console.log("Active document: "+o),o&&"file:"!=window.location.protocol&&(window.history.pushState({path:i},"",i),console.log("Pushed state: "+i))}function parseURLParams(){const e=loadedURL.searchParams.get("mark"),t=loadedURL.searchParams.get("query"),o=decodeURI(loadedURL.hash);if(e&&searchCurrentDocument(e),t&&search(t),o){const e=document.getElementById(o.substring(1));e?scrollIntoView(e,{behavior:"smooth",block:"start"}):console.log("Heading not found: "+o)}}async function showLoading(e){if(documentContainer.style.transitionDuration="",loadingIcon.classList.toggle("show",e),documentContainer.classList.toggle("hide",e),e){let e=getViewBounds();loadingIcon.style.left=e.centerX-loadingIcon.offsetWidth/2+"px",loadingIcon.style.top=e.centerY-loadingIcon.offsetHeight/2+"px","phone"==deviceSize&&leftSidebar.collapse(!0)}await delay(200)}function pageNotFound(e){e.innerHTML="\n\t<div>\n\t\t<center style='position: relative; transform: translateY(20vh); width: 100%; text-align: center;'>\n\t\t\t<h1 style>Page Not Found</h1>\n\t\t</center>\n\t</div>\n\t",document.querySelector(".outline-tree")&&(document.querySelector(".outline-tree").innerHTML=""),console.log("Page not found: "+absoluteBasePath+loadedURL.pathname);let t=getURLRootPath(absoluteBasePath+loadedURL.pathname);relativeBasePath=t,document.querySelector("base").href=t,document.title="Page Not Found"}function setupRootPath(e){let t=e.getElementById("root-path");if(!t)return;let o=t.getAttribute("root-path"),n=document.createElement("base");n.href=o,console.log("Setting root path: "+o),document.querySelector("base").replaceWith(n),document.querySelector("#root-path").setAttribute("root-path",o),relativeBasePath=o,absoluteBasePath=new URL(o,window.location.href).href}function getURLPath(e=window.location.pathname){return null==absoluteBasePath&&setupRootPath(document),e.replace(absoluteBasePath,"")}function getURLRootPath(e=window.location.pathname){let t=getURLPath(e).split("/"),o="";for(let e=0;e<t.length-1;e++)o+="../";return o}function getVaultRelativePath(e){return e.replace(absoluteBasePath,"")}function setupHeaders(e){e.querySelectorAll(".heading-collapse-indicator").forEach((function(e){e.addEventListener("click",(function(){toggleTreeHeaderOpen(e.parentElement.parentElement,!0)}))})),e.querySelectorAll(".heading-wrapper").forEach((function(e){e.collapsed=!1,e.childrenContainer=e.querySelector(".heading-children"),e.parentHeader=e.parentElement.parentElement,e.headerElement=e.querySelector(".heading"),e.markdownPreviewSizer=getHeaderSizerEl(e),e.collapse=function(t,o=!0,n=!1){collapseHeader(e,t,o,n)},e.toggleCollapse=function(t=!0){toggleTreeHeaderOpen(e,t)},e.hide=function(){hideHeader(e)},e.show=function(t=!1,o=!1,n=!1){showHeader(e,t,o,n)}})),e.querySelectorAll(".heading").forEach((function(e){e.headingWrapper=e.parentElement}))}function isHeadingWrapper(e){return!!e&&e.classList.contains("heading-wrapper")}function getHeaderSizerEl(e){let t=e;for(;t&&!t.classList.contains("markdown-preview-sizer");)t=t.parentElement;return t||void 0}async function collapseHeader(e,t,o=!0,n=!1){let i=e.childrenContainer;if(o&&!t){let t=e.parentHeader;isHeadingWrapper(t)&&t.collapse(!1,!0,n)}if(!(e.classList.contains("is-collapsed")!=t))return void(t||"canvas"!=documentType||e.show(!0));if(e.timeout&&(clearTimeout(e.timeout),i.style.transitionDuration="",i.style.height="",e.classList.toggle("is-animating",!1)),t){e.collapseHeight=i.offsetHeight+parseFloat(i.lastChild?.marginBottom||0);let t=e.nextElementSibling;for(;t&&"canvas"==documentType;){let e=t;isHeadingWrapper(e)&&e.show(!1,!0,!0),setTimeout((function(){e.forceShown=!1}),500),t=t.nextElementSibling}}let a=e.collapseHeight;function l(t=void 0){if(null!=t)e.markdownPreviewSizer.style.minHeight=t+"px";else{let t=Array.from(e.markdownPreviewSizer.children).reduce(((e,t)=>e+t.offsetHeight),0);e.markdownPreviewSizer.style.minHeight=t+"px"}}if(i.style.height=a+"px",t||"canvas"!=documentType||e.show(!0),e.collapsed=t,n)return i.style.transitionDuration="0s",e.classList.toggle("is-collapsed",t),i.style.height="",i.style.transitionDuration="",void l();let s=getComputedStyle(i).transitionDuration;s=s.endsWith("s")?parseFloat(s):s.endsWith("ms")?parseFloat(s)/1e3:0;let r=Math.min(s*Math.sqrt(a)/16,.5);i.style.transitionDuration=`${r}s`,i.style.height=t?"0px":a+"px",e.classList.toggle("is-animating",!0),e.classList.toggle("is-collapsed",t),e.markdownPreviewSizer.closest(".markdown-embed")&&l(t?0:void 0),setTimeout((function(){i.style.transitionDuration="",t||(i.style.height=""),e.classList.toggle("is-animating",!1),l()}),1e3*r)}function toggleTreeHeaderOpen(e,t=!0){e.collapse(!e.collapsed,t)}function hideHeader(e){if(e.forceShown)return;if(e.classList.contains("is-hidden")||e.classList.contains("is-collapsed"))return;if("none"==getComputedStyle(e).display)return;let t=e.offsetHeight;e.classList.toggle("is-hidden",!0),0!=t&&(e.style.height=t+"px"),e.style.visibility="hidden"}function showHeader(e,t=!0,o=!1,n=!1){if(n&&(e.forceShown=!0),t){let t=e.parentHeader;isHeadingWrapper(t)&&t.show(!0,!1,n)}if(o){e.querySelectorAll(".heading-wrapper").forEach((function(e){e.show(!1,!0,n)}))}e.classList.contains("is-hidden")&&!e.classList.contains("is-collapsed")&&(e.classList.toggle("is-hidden",!1),e.style.height="",e.style.visibility="")}function setupTrees(e){e.querySelectorAll(".collapse-tree-button").forEach((function(e){e.treeRoot=e.closest(".tree-container"),e.icon=e.firstChild,e.icon.innerHTML="<path d></path><path d></path>",e.setIcon=function(t){e.icon.children[0].setAttribute("d",t?collapseIconUp[0]:collapseIconDown[0]),e.icon.children[1].setAttribute("d",t?collapseIconUp[1]:collapseIconDown[1])},e.collapse=function(t){setTreeCollapsedAll(e.treeRoot.classList.contains("file-tree")?fileTreeItems:outlineTreeItems,t),e.setIcon(t),e.collapsed=t},e.toggleCollapse=function(){e.collapse(!e.collapsed)},e.toggleState=function(t){void 0===t&&(t=!e.collapsed),e.collapsed=t,e.setIcon(t)},e.addEventListener("click",(function(t){return t.preventDefault(),t.stopPropagation(),e.toggleCollapse(),!1})),(e.treeRoot.classList.contains("file-tree")?fileTreeItems:outlineTreeItems).some((e=>!e.classList.contains("is-collapsed")&&e.classList.contains("mod-collapsible")))&&e.toggleState(!1)}));let t=Array.from(e.querySelectorAll(".tree-container.file-tree .tree-item:has(.collapse-icon) > .tree-link")),o=Array.from(e.querySelectorAll(".tree-container.outline-tree .tree-item:has(.collapse-icon) > .tree-link .collapse-icon")),n=Array.from(t).concat(Array.from(o));for(let e of n){let t=e?.closest(".tree-item");t&&e&&e?.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),toggleTreeCollapsed(t)}))}}async function setTreeCollapsed(e,t,o=!0,n=!0){if(e.classList.contains("mod-collapsible")||(e=e.closest(".mod-collapsible")),!e||!e.classList.contains("mod-collapsible"))return;if(e.classList.contains("is-collapsed")==t)return;if(n){let t=e.parentElement.closest(".mod-collapsible");t&&await setTreeCollapsed(t,!1,o,n)}let i=e.querySelector(".tree-item-children");if(t)e.classList.add("is-collapsed"),o?slideUp(i,100):i.style.display="none";else{e.classList.remove("is-collapsed"),o?slideDown(i,100):i.style.display="";let t=e.closest(".tree-container");if(t){let e=t.querySelector(".collapse-tree-button");e&&e.toggleState(!1)}}}async function setTreeCollapsedAll(e,t,o=!0){let n=[];e.forEach((async e=>{if(!e||!e.classList.contains("mod-collapsible"))return;let o=e.querySelector(".tree-item-children");t?e.classList.add("is-collapsed"):e.classList.remove("is-collapsed"),n.push(o)})),t?o?slideUpAll(n,100):n.forEach((async e=>{e&&(e.style.display="none")})):o?slideDownAll(n,100):n.forEach((async e=>{e&&(e.style.display="")}))}function toggleTreeCollapsed(e){(e=e.closest(".tree-item"))&&setTreeCollapsed(e,!e.classList.contains("is-collapsed"))}function toggleTreeCollapsedAll(e){e&&setTreeCollapsedAll(e,!e[0].classList.contains("is-collapsed"))}function getFileTreeItemFromPath(e){return document.querySelector(`.file-tree .tree-item:has(> .tree-link[href^="${e}"])`)}async function filterFileTree(e,t,o,n=!0){n&&await setTreeCollapsedAll(fileTreeItems,!1,!1);let i=Array.from(document.querySelectorAll(".file-tree .tree-item:not(.filtered-out)"));for await(let l of i)l.classList.add("filtered-out");await removeTreeHintLabels();for(let s=0;s<e.length;s++){let r=e[s],c=t[s],d=getFileTreeItemFromPath(r);if(d){d.classList.remove("filtered-out");let u=d.querySelector(".tree-link");u&&(u.href=r+"?mark="+o);let m=d.parentElement.closest(".tree-item");for(;m;)m.classList.remove("filtered-out"),m=m.parentElement.closest(".tree-item");if(c.length>0){let p=d.querySelector(".tree-link").appendChild(document.createElement("div"));function a(e,t){if(""==(e=e.trim()))return;let o=document.createElement("a");o.classList.add("tree-hint-label"),o.classList.add("internal-link"),o.textContent=e,o.href=decodeURI(t).replaceAll(" ","_"),p.appendChild(o)}p.classList.add("tree-hint-container");for(let h of c)a(h,r+"#"+h);setupLinks(p)}}}}async function clearFileTreeFilter(e=!0){await removeTreeHintLabels();let t=document.querySelectorAll(".file-tree .filtered-out");for await(let e of t)e.classList.remove("filtered-out");let o=document.querySelectorAll(".file-tree .tree-link[href*='?mark=']");for await(let e of o){let t=e.href.split("?")[0];t=getVaultRelativePath(t),e.href=t}e&&await setTreeCollapsedAll(fileTreeItems,!0,!1)}async function removeTreeHintLabels(){let e=document.querySelectorAll(".tree-hint-container");for await(let t of e)t.remove()}function sortFileTreeDocuments(e){let t=Array.from(document.querySelectorAll(".file-tree .tree-item.mod-tree-file:not(.filtered-out)"));t.sort(e);for(let e=1;e<t.length;e++){let o=t[e],n=t[e-1];o.parentElement==n.parentElement&&n.after(o)}let o=Array.from(document.querySelectorAll(".file-tree .tree-item.mod-tree-folder:not(.filtered-out)"));o.sort((function(e,o){let n=e.querySelector(".tree-item.mod-tree-file:not(.filtered-out)"),i=o.querySelector(".tree-item.mod-tree-file:not(.filtered-out)");return t.indexOf(n)-t.indexOf(i)}));for(let e=1;e<o.length;e++){let t=o[e],n=!1;for(let i=e-1;i>=0;i--){let e=o[i];if(t.parentElement==e.parentElement){e.after(t),n=!0;break}}n||t.parentElement.prepend(t)}}function sortFileTree(e){let t=Array.from(document.querySelectorAll(".file-tree .tree-item.mod-tree-file:not(.filtered-out)"));t.sort(e);for(let e=1;e<t.length;e++){let o=t[e],n=t[e-1];o.parentElement==n.parentElement&&n.after(o)}let o=Array.from(document.querySelectorAll(".file-tree .tree-item.mod-tree-folder:not(.filtered-out)"));o.sort(e);for(let e=1;e<o.length;e++){let t=o[e],n=!1;for(let i=e-1;i>=0;i--){let e=o[i];if(t.parentElement==e.parentElement){e.after(t),n=!0;break}}n||t.parentElement.prepend(t)}}function sortFileTreeAlphabetically(e=!1){sortFileTree((function(t,o){const n=t.querySelector(".tree-item-title"),i=o.querySelector(".tree-item-title");if(!n||!i)return 0;const a=n.textContent.toLowerCase(),l=i.textContent.toLowerCase();return a.localeCompare(l,void 0,{numeric:!0})*(e?-1:1)}))}function setupLists(e){let t=Array.from(e.querySelectorAll(".list-collapse-indicator"));for(let e=0;e<t.length;e++){let o=t[e];o.addEventListener("click",(function(e){let t=o.closest("li");t&&(t.classList.toggle("is-collapsed"),o.classList.toggle("is-collapsed"))}))}}function setupCanvas(e){if("canvas"!=documentType||!e.querySelector(".canvas-wrapper"))return;e.querySelector(".canvas")?.setAttribute("style","translate: 0px 1px; scale: 1;");let t=getNodesBounds();setViewCenter(t.centerX,t.centerY),e.querySelectorAll(".canvas-node-container").forEach((function(e){var t=e.parentElement;function o(e){t.classList.toggle("is-focused"),null!=focusedCanvasNode&&focusedCanvasNode!=t&&(focusedCanvasNode.classList.remove("is-focused"),focusedCanvasNode.querySelector(".canvas-node-container").style.display=""),focusedCanvasNode=t,t.addEventListener("mouseleave",n),t.addEventListener("touchend",n)}function n(e){focusedCanvasNode&&(focusedCanvasNode.classList.remove("is-focused"),focusedCanvasNode=null),t.removeEventListener("mouseleave",n),t.removeEventListener("touchend",n)}e.addEventListener("mouseenter",o),e.addEventListener("touchstart",o)})),e.querySelectorAll(".canvas-node").forEach((function(e){e.addEventListener("dblclick",(function(t){fitViewToNode(e)}))})),e.querySelectorAll(".canvas-background").forEach((function(e){e.addEventListener("dblclick",(function(e){fitViewToCanvas()}))})),canvasWrapper.addEventListener("mousedown",n),canvasWrapper.addEventListener("touchstart",n);let o=!1;function n(e){let t=e.touches??[];if(o=!1,!(t.length>1)&&(1==e.button||0==e.button||t.length>0)){let n=getPointerPosition(e),i=!1,a=0,l=t.length,s=function(t){let s=t.touches??[],r=getPointerPosition(t);l!=s.length&&(n=r,l=s.length);let c=r.x-n.x,d=r.y-n.y;if((1==e.button||1==s.length)&&focusedCanvasNode){let e=Math.abs(c)>Math.abs(1.5*d),t=Math.abs(d)>Math.abs(1.5*c),n=focusedCanvasNode.querySelector(".markdown-preview-sizer");if(n){let i=n.scrollHeight>n.parentElement.clientHeight+1,a=n.scrollWidth>n.parentElement.clientWidth+1;o=!(!(e&&a||t&&i)||!(window?.navigator?.platform?.startsWith("Win")??1))}}if(0==e.button&&focusedCanvasNode&&""!=focusedCanvasNode.querySelector(".canvas-node-content").textContent.trim()&&(o=!0),o||(translateCanvas(c,d),n=r),2==s.length){let e=getPointerPosition(t,!1),o=getTouchPosition(t.touches[0]),n=getTouchPosition(t.touches[1]),l=Math.sqrt(Math.pow(o.x-n.x,2)+Math.pow(o.y-n.y,2));i||(i=!0,a=l),scaleCanvasAroundPoint(1+(l-a)/a,e.x,e.y),a=l}},r=function(e){document.body.removeEventListener("mousemove",s),document.body.removeEventListener("mouseup",r),document.body.removeEventListener("mouseenter",c),document.body.removeEventListener("touchmove",s),document.body.removeEventListener("touchend",r),document.body.removeEventListener("touchcancel",r),o=!1},c=function(e){1!=e.buttons&&4!=e.buttons&&r(e)};document.body.addEventListener("mousemove",s),document.body.addEventListener("mouseup",r),document.body.addEventListener("mouseenter",c),document.body.addEventListener("touchmove",s),document.body.addEventListener("touchend",r),document.body.addEventListener("touchcancel",r)}}let i=0,a=0;canvasWrapper.addEventListener("mousemove",(function(e){let t=getPointerPosition(e);i=t.x,a=t.y}));let l=1,s=0,r=!1;canvasWrapper.addEventListener("wheel",(function(e){if(focusedCanvasNode){let e=focusedCanvasNode.querySelector(".markdown-preview-sizer");if(e&&e.scrollHeight>e.parentElement.clientHeight)return}if(e.preventDefault(),e.stopPropagation(),r){let t=1;t-=e.deltaY/700*t,t=clamp(t,.1,10);let o=getViewBounds();scaleCanvasAroundPoint(t,o.centerX,o.centerY)}else{let t=0==s;s-=e.deltaY/200;const o=.14*l;s=clamp(s,-o,o),t&&requestAnimationFrame(m)}}));let c=0,d=0,u=0;function m(e){if(c=e-d,0==d&&(c=30),d=e,u=.05*c+.95*u,u>50)return console.log("Scrolling too slow, turning on instant scroll"),void(r=!0);let t=l;l+=s*(c/1e3)*30,l=clamp(l,.1,10);getViewBounds();scaleCanvasAroundPoint(l/t,i,a),s*=.4,Math.abs(s)<.01?(s=0,d=0):requestAnimationFrame(m)}setTimeout(fitViewToCanvas,300)}function getViewBounds(){let e=viewContent.getBoundingClientRect(),t=e.x,o=e.y,n=e.x+e.width,i=e.y+e.height;return{x:t,y:o,width:n-t,height:i-o,minX:t,minY:o,maxX:n,maxY:i,centerX:e.x+e.width/2,centerY:e.y+e.height/2}}function getNodesBounds(){let e=1/0,t=1/0,o=-1/0,n=-1/0;canvasNodes.forEach((function(i){let a=i.getBoundingClientRect();a.x<e&&(e=a.x),a.y<t&&(t=a.y),a.x+a.width>o&&(o=a.x+a.width),a.y+a.height>n&&(n=a.y+a.height)}));let i=o-e,a=n-t;return{x:e,y:t,width:i,height:a,minX:e,minY:t,maxX:o,maxY:n,centerX:e+i/2,centerY:t+a/2}}function getCanvasBounds(){let e=canvas.getBoundingClientRect(),t=e.x,o=e.y,n=e.width,i=e.height;return{x:t,y:o,width:n,height:i,minX:t,minY:o,maxX:t+n,maxY:o+i,centerX:e.x+e.width/2,centerY:e.y+e.height/2}}function scaleCanvasAroundPoint(e,t,o){let n=getCanvasBounds(),i=t-n.x,a=o-n.y,l=t-(n.x+i*e),s=o-(n.y+a*e);return scaleCanvas(e),translateCanvas(l,s),{x:l,y:s}}function scaleCanvas(e){let t=Math.max(e*canvas.style.scale,.001);canvas.style.scale=t,canvasWrapper.style.setProperty("--zoom-multiplier",1/Math.sqrt(t))}function translateCanvas(e,t){let o=canvas.style.translate,n=o.split(" "),i=n.length>0?parseFloat(o.split(" ")[0].trim()):0,a=n.length>1?parseFloat(o.split(" ")[1].trim()):i;canvas.style.translate=`${i+e}px ${a+t}px`}function setViewCenter(e,t){let o=getViewBounds();translateCanvas(o.centerX-e,o.centerY-t)}function getCanvasTranslation(){let e=canvas.style.translate,t=e.split(" "),o=t.length>0?parseFloat(e.split(" ")[0].trim()):0;return{x:o,y:t.length>1?parseFloat(e.split(" ")[1].trim()):o}}function scaleCanvasBackground(e){let t=e*canvasBackgroundPattern.getAttribute("width"),o=e*canvasBackgroundPattern.getAttribute("height");canvasBackgroundPattern.setAttribute("width",t),canvasBackgroundPattern.setAttribute("height",o)}function translateCanvasBackground(e,t){canvasBackgroundPattern.setAttribute("x",e+canvasBackgroundPattern.getAttribute("x")),canvasBackgroundPattern.setAttribute("y",t+canvasBackgroundPattern.getAttribute("y"))}function fitViewToNode(e){let t=getElBounds(e),o=getViewBounds(),n=getCanvasBounds(),i=.8*Math.min(o.width/t.width,o.height/t.height),a=n.x,l=n.y,s=a+(t.centerX-a)*i,r=l+(t.centerY-l)*i,c=o.centerX-s,d=o.centerY-r;t=getElBounds(e),canvas.style.transition="scale 0.5s cubic-bezier(0.5, -0.1, 0.5, 1.1), translate 0.5s cubic-bezier(0.5, -0.1, 0.5, 1.1)",scaleCanvas(i),translateCanvas(c,d),setTimeout((function(){canvas.style.transition=""}),550)}function fitViewToCanvas(){let e=getNodesBounds(),t=getViewBounds(),o=getCanvasBounds(),n=.8*Math.min(t.width/e.width,t.height/e.height),i=o.x,a=o.y,l=i+(e.centerX-i)*n,s=a+(e.centerY-a)*n,r=t.centerX-l,c=t.centerY-s;canvas.style.transition="scale 0.5s cubic-bezier(0.5, -0.1, 0.5, 1.1), translate 0.5s cubic-bezier(0.5, -0.1, 0.5, 1.1)",scaleCanvas(n),translateCanvas(r,c),setTimeout((function(){canvas.style.transition=""}),550)}function setupCallouts(e){e.querySelectorAll(".callout.is-collapsible .callout-title").forEach((function(e){e.addEventListener("click",(function(){var t=this.parentElement;t.classList.toggle("is-collapsed"),e.querySelector(".callout-fold").classList.toggle("is-collapsed"),slideToggle(t.querySelector(".callout-content"),100)}))}))}function setupCheckboxes(e){e.querySelectorAll(".task-list-item-checkbox").forEach((function(e){e.addEventListener("click",(function(){var e=this.parentElement;e.classList.toggle("is-checked"),e.setAttribute("data-task",e.classList.contains("is-checked")?"x":" ")}))})),e.querySelectorAll('.plugin-tasks-list-item input[type="checkbox"]').forEach((function(e){e.checked=e.parentElement.classList.contains("is-checked")})),e.querySelectorAll(".kanban-plugin__item.is-complete").forEach((function(e){e.querySelector('input[type="checkbox"]').checked=!0}))}function setupCodeblocks(e){e.querySelectorAll(".copy-code-button").forEach((function(t){t.addEventListener("click",(function(){var t=this.parentElement.querySelector("code").textContent;navigator.clipboard.writeText(t),this.textContent="Copied!",setTimeout((function(){e.querySelectorAll(".copy-code-button").forEach((function(e){e.textContent="Copy"}))}),2e3)}))}))}function setupLinks(e){e.querySelectorAll(".internal-link, a.tag, .tree-link, .footnote-link").forEach((function(e){e.addEventListener("click",(function(t){let o=e.getAttribute("href");if(t.preventDefault(),t.stopPropagation(),!o)return void console.log("No target found for link");let n=relativePathname.split("#")[0].split("?")[0];(o.startsWith("#")||o.startsWith("?"))&&(o=n+o),loadDocument(o,!0,!e.classList.contains("tree-link"))}))}))}function setupSidebars(){rightSidebar&&leftSidebar&&(sidebarCollapseIcons[0].otherIcon=sidebarCollapseIcons[1],sidebarCollapseIcons[1].otherIcon=sidebarCollapseIcons[0],sidebarCollapseIcons[0].gutter=sidebarGutters[0],sidebarCollapseIcons[1].gutter=sidebarGutters[1],sidebarCollapseIcons[0].sidebar=sidebars[0],sidebarCollapseIcons[1].sidebar=sidebars[1],sidebarGutters[0].otherGutter=sidebarGutters[1],sidebarGutters[1].otherGutter=sidebarGutters[0],sidebarGutters[0].collapseIcon=sidebarCollapseIcons[0],sidebarGutters[1].collapseIcon=sidebarCollapseIcons[1],sidebars[0].otherSidebar=sidebars[1],sidebars[1].otherSidebar=sidebars[0],sidebars[0].gutter=sidebarGutters[0],sidebars[1].gutter=sidebarGutters[1],sidebars.forEach((function(e){e.collapsed=e.classList.contains("is-collapsed"),e.collapse=function(t=!0){if(!t&&this.temporarilyCollapsed&&"large-screen"==deviceSize&&this.gutter.collapse(!0),!t&&document.body.classList.contains("floating-sidebars")){document.body.addEventListener("click",(function t(o){o.target.closest(".sidebar")||(e.collapse(!0),document.body.removeEventListener("click",t))}))}"phone"==deviceSize&&(t||e.otherSidebar.fullCollapse(!0,!0),t&&e.gutter.otherGutter.collapse(!1,!0)),"tablet"==deviceSize&&(t||e.otherSidebar.collapse(!0)),this.classList.toggle("is-collapsed",t),this.collapsed=t},e.temporaryCollapse=function(e=!0){this.temporarilyCollapsed=!0,this.collapse(!0),this.gutter.collapse(!1),this.collapsed=e},e.fullCollapse=function(e=!0,t=!1){this.collapse(e),this.gutter.collapse(!0,t),this.collapsed=e},e.toggleCollapse=function(){this.collapse(!this.collapsed)},e.toggleFullCollapse=function(){this.fullCollapse(!this.collapsed)}})),sidebarGutters.forEach((function(e){e.collapsed=e.classList.contains("is-collapsed"),e.collapse=function(e,t=!1){t&&(this.classList.toggle("is-collapsed",e),this.collapsed=e)},e.toggleCollapse=function(){this.collapse(!this.collapsed)}})),sidebarCollapseIcons.forEach((function(e){e.addEventListener("click",(function(t){t.stopPropagation(),e.sidebar.toggleCollapse()}))})),isMobile()||setupSidebarResize())}function setupSidebarResize(){let e=document.querySelector(".sidebar-left .sidebar-handle"),t=document.querySelector(".sidebar-right .sidebar-handle");if(!e||!t)return;let o=null,n=15*parseFloat(getComputedStyle(e.parentElement).fontSize),i=n/4,a=localStorage.getItem("sidebar-right-width"),l=localStorage.getItem("sidebar-left-width");function s(e){if(!o)return;var t=o.classList.contains("sidebar-left")?e.clientX:window.innerWidth-e.clientX,a=`min(max(${t}px, 15em), 40vw)`;t<i?(o.collapse(!0),o.style.removeProperty("transition-duration")):(o.collapse(!1),o.style.setProperty("--sidebar-width",a),t>n&&(o.style.transitionDuration="0s"))}function r(e){o=e.target.closest(".sidebar"),o.classList.add("is-resizing"),document.addEventListener("pointermove",s),document.addEventListener("pointerup",(function(){document.removeEventListener("pointermove",s);var e=getComputedStyle(o).getPropertyValue("--sidebar-width");let t=o.classList.contains("sidebar-left");localStorage.setItem(t?"sidebar-left-width":"sidebar-right-width",e),o.classList.remove("is-resizing"),o.style.removeProperty("transition-duration")}))}function c(e){let t=e.target.closest(".sidebar");if(t){t.style.removeProperty("transition-duration"),t.style.removeProperty("--sidebar-width");let e=t.classList.contains("sidebar-left");localStorage.removeItem(e?"sidebar-left-width":"sidebar-right-width")}}a&&document.querySelector(".sidebar-right").style.setProperty("--sidebar-width",a),l&&document.querySelector(".sidebar-left").style.setProperty("--sidebar-width",l),e.addEventListener("pointerdown",r),t.addEventListener("pointerdown",r),e.addEventListener("dblclick",c),t.addEventListener("dblclick",c)}function getSidebarWidthProp(){return getComputedPixelValue("--sidebar-width")}function setupThemeToggle(){function e(e,t=!1){if(themeToggle.checked=e,t){var o=document.body.style.transition;document.body.style.transition="none"}!themeToggle.classList.contains("is-checked")&&e?themeToggle.classList.add("is-checked"):themeToggle.classList.contains("is-checked")&&!e&&themeToggle.classList.remove("is-checked"),e?(document.body.classList.contains("theme-dark")&&document.body.classList.remove("theme-dark"),document.body.classList.contains("theme-light")||document.body.classList.add("theme-light")):(document.body.classList.contains("theme-light")&&document.body.classList.remove("theme-light"),document.body.classList.contains("theme-dark")||document.body.classList.add("theme-dark")),t&&setTimeout((function(){document.body.style.transition=o}),100),localStorage.setItem("theme",e?"light":"dark")}themeToggle&&(null!=localStorage.getItem("theme")&&e("light"==localStorage.getItem("theme")),document.body.classList.contains("theme-light")?e(!0):e(!1),document.querySelector(".theme-toggle-input")?.addEventListener("change",(t=>{let o=!("light"==localStorage.getItem("theme"));console.log("Theme toggle changed to: "+o),e(o)})))}let index,searchResults,flashElement=null,flashAnimation=null;function scrollIntoView(e,t,o=!0){setTreeCollapsed(e,!1,o);flashElement&&(flashElement.remove(),flashAnimation.cancel()),flashElement=document.createElement("div"),flashElement.classList.add("scroll-highlight"),e.appendChild(flashElement),t?flashElement.scrollIntoView({behavior:o?"smooth":"auto",...t}):flashElement.scrollIntoView({behavior:o?"smooth":"auto"});var n=e.style.position;e.style.position="relative",flashAnimation=flashElement.animate([{opacity:0},{opacity:.8},{opacity:.8},{opacity:.8},{opacity:.8},{opacity:.8},{opacity:0}],{duration:1500,iterations:1,delay:300}),flashAnimation.onfinish=function(){flashElement.remove(),e.style.position=n}}function setupScroll(e){if("canvas"!=documentType)return;let t=Array.from(e.querySelectorAll(".markdown-preview-view")),o=0,n=0;t.forEach((async function(e){console.log("Setting up markdown view");let t=Array.from(e.querySelectorAll(".heading-wrapper"));e.updateVisibleWindowMarkdown=function(o=!0,i=!0){let a=e.getBoundingClientRect();n=Math.min(.1*a.height,150);let l=a.top-n,s=a.bottom+n;async function r(e){let t=e?.getBoundingClientRect();if(!t)return;let n=t.top<l&&t.bottom<l||t.top>s&&t.bottom>s;n&&o?e.hide():!n&&i&&e.show()}for(let e=0;e<t.length;e++){let o=t[e];o&&r(o)}};let o=0;e.addEventListener("scroll",(function(){Math.abs(e.scrollTop-o)>n/3&&e.updateVisibleWindowMarkdown(!1,!0),o=e.scrollTop}))})),setInterval((async function(){t.length>0&&(t[o].updateVisibleWindowMarkdown(),o=(o+1)%t.length)}),200)}function setupExcalidraw(e){e.querySelectorAll(".excalidraw-svg svg").forEach((function(e){let t=e.querySelector("rect").getAttribute("fill")>"#7F7F7F";e.classList.add(t?"light":"dark")}))}async function setupSearch(){if(isFileProtocol)return;if(searchInput=document.querySelector('input[type="search"]'),!searchInput)return;const e=await fetch("lib/search-index.json"),t=await e.text();index=MiniSearch.loadJSON(t,{fields:["title","path","tags","headers"]});document.querySelector(".search-input-clear-button").addEventListener("click",(e=>{search("")})),searchInput.addEventListener("input",(e=>{const t=e.target.value??"";startsWithAny(t,["#","tag:","title:","name:","header:","H:"])?searchInput.style.color="var(--text-accent)":searchInput.style.color="",search(t)})),searchResults=document.createElement("div"),searchResults.setAttribute("id","search-results")}async function search(e){searchInput.value=e;let t=["title","content","tags","headers","path"];if(e.startsWith("#")&&(t=["tags","headers"]),e.startsWith("tag:")&&(e=e.substring(e.indexOf(":")+1),t=["tags"]),startsWithAny(e,["title:","name:"])&&(e=e.substring(e.indexOf(":")+1),t=["title"]),startsWithAny(e,["header:","H:"])&&(e=e.substring(e.indexOf(":")+1),t=["headers"]),startsWithAny(e,["path:"])&&(e=e.substring(e.indexOf(":")+1),t=["path"]),e.length>=1){const o=index.search(e,{prefix:!0,fuzzy:.3,boost:{title:4,headers:3,tags:2,path:1},fields:t});let n=[],i=[];for(let t of o){if((t.score<.33*o[0].score||n.length>12)&&n.length>3||t.score<.1*o[0].score)break;n.push(t.path);let a=[],l=!1;for(match in t.match){if(t.match[match].includes("headers"))for(let o of t.headers)if(o.toLowerCase().includes(match.toLowerCase())&&(a.push(o),e.toLowerCase()!=match.toLowerCase())){l=!0;break}if(l)break}i.push(a)}if(document.querySelector(".file-tree"))filterFileTree(n,i,e).then((()=>sortFileTreeDocuments(((e,t)=>{if(!e||!t)return 0;let o=getVaultRelativePath(e.firstChild.href),i=getVaultRelativePath(t.firstChild.href);return n.findIndex((e=>o.startsWith(e)))-n.findIndex((e=>i.startsWith(e)))}))));else{const t=document.createElement("div");o.slice(0,10).forEach((o=>{const n=document.createElement("div");n.classList.add("search-result");const i=document.createElement("a");i.classList.add("tree-link");const a=o.path+"?mark="+encodeURIComponent(e);i.setAttribute("href",a),i.appendChild(document.createTextNode(o.title)),n.appendChild(i),t.append(n)})),searchResults.replaceChildren(t),searchInput.parentElement.after(searchResults),initializePageEvents(searchResults)}}else searchResults&&searchResults.parentElement&&searchResults.parentNode.removeChild(searchResults),clearCurrentDocumentSearch(),fileTree&&clearFileTreeFilter().then((()=>sortFileTreeAlphabetically()))}function startsWithAny(e,t){for(let o=0;o<t.length;o++)if(e.startsWith(t[o]))return!0;return!1}async function searchCurrentDocument(e){clearCurrentDocumentSearch();getTextNodes(document.querySelector(".markdown-preview-sizer")??documentContainer).forEach((async t=>{const o=t.nodeValue,n=o.replace(new RegExp(e,"gi"),(e=>`<mark>${e}</mark>`));if(n!==o){const e=document.createElement("div");e.innerHTML=n;Array.from(e.childNodes).forEach((e=>{e.nodeType!=Node.TEXT_NODE&&e.setAttribute("class","search-mark"),t.parentNode.insertBefore(e,t)})),t.parentNode.removeChild(t)}}));let t=document.querySelector(".search-mark");setTimeout((()=>{t&&scrollIntoView(t,{behavior:"smooth",block:"start"})}),500)}function clearCurrentDocumentSearch(){document.querySelectorAll(".search-mark").forEach((e=>{e.outerHTML=e.innerHTML}))}function getTextNodes(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null,!1);let n;for(;n=o.nextNode();)t.push(n);return t}</script><link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAgVBMVEVHcEyff/+adPiZdPiZdPiZdfiXd/eZdPiUdPSYdPeZc/ebc/mYdPiYdPiZc/iZc/eZdPefb/+adPmXc/eXdPeZdfeZdfibc/eadPeZdfiYdPWYc/afb/eZc/eYdfeadPeZcviZdfWZdPeadPmYc/aXc/eXb/ecdfibdfmZdfiXd/creNEqAAAAK3RSTlMAEH+//88g3zDvgF/vcJ+PrxAwQGCPn0BgUHCQIM/PkFBQoK+wgCBQj29AobxPoQAAA1RJREFUeAG1mQeT4yAMheVFgeCUc2zHyfZe////26qZyyGLzZvD37S7Lbx9SEKCEER14phnnqbCB/5iVtE0zCP/UNMkLJiF5SQWTvgvq4nX5zUV5w9PKlA1rAQ2norhZywcxKCdVQXTP6Ejop63k60f6JOBeVWqvFIG+uRLti1TXgpPRDv+JPhi6a8MDPyFK7++GPD8w7ZkeQnux4CwKlheQvdPZi3bYuUluGTrQlUg/VMDFBLFYuvLcj0fclJyfd4fGhBOCWfgcYI2wLz0BJMzsFHfxAPdIgakuCF2PM5guUPDcMbj+HEDeK6eZ3LU8RhgFJwdYs+jXBDEJbZDuACPcpUxd1EiS6/pk2geUQA3PMqtkcC4QG2H4IxNcYA7HmNJn9ybZwiAsYqz8wttnZvRZR4kv4wE+H+FtV1m+MC9CayocwJXeEvDBJaE4iMgAJay8/RJBwhghbCTofYRCDKURgNLk3VagFgBtxwvvVGF4crol2jLGf5W5o19VGhWgIEvWr1Jld1MgT1aHc46Puq7n0kHjlxbdXCvdBrhFvp//6KNmqPDf1oImUF6qYKAW9hlJ+lOFTjcdZyaafu0WgMbiMUsXp8+FJMFarbZQtcCKa06nd4jg3HWBvSC0V338yf64ak7awyVGWRA8uLePXak6O4Y36QAWfaPAdykHj3lvXaRvU6FXKu9eD57Wbsvmpd9S0IXOKVBDIjjar9OFgqDFxPN8ZvkrE7oeQwnEo+cUEMXP5cZ2cXF45EHxoBPvKFVNzr7Gcxn5p3zX/qkAw2oeeeMTVbpoBnAex/v832SF8n80ZIBG9Rm/A9XXP3+qBAzAi3bSFCdirBVBcCtQHAHm7THLn52pelA1/ljQjIBj4E8SEnb8MCVAxBgJxYeiXCFW/tinoxQMZAAKXRGoWkL5x5/ytcTb8ZCRQKkEHQK40NdTuHBKsKEFlYQ9r8VMvzx4zz/wmIR6Gj6/COXwUCIQjLaMYMxABS8/BfaIUBhOHaHrgljpT8PytMRyGP6gVaeJWGIQswaUOWIKzyKAaDMEB4DiQEgBBCVTDNAFeC8MiMxxnnr+7peN+4ygoc1TjW/qV0EL+A4874J+EGHipy5qEe7wnTXlyy4iqbB903k6DrK8gEsMFeCpiVuYwAAAABJRU5ErkJggg=="><style>body{--line-width:40em;--line-width-adaptive:40em;--file-line-width:40em;--sidebar-width:min(20em, 80vw);--collapse-arrow-size:11px;--tree-horizontal-spacing:0.6em;--tree-vertical-spacing:0.6em;--sidebar-margin:12px}.sidebar{height:100%;min-width:calc(var(--sidebar-width) + var(--divider-width-hover));max-width:calc(var(--sidebar-width) + var(--divider-width-hover));font-size:14px;z-index:10;position:relative;overflow:hidden;transition:min-width ease-in-out,max-width ease-in-out;transition-duration:.2s;contain:size}.sidebar-left{left:0}.sidebar-right{right:0}.sidebar.is-collapsed{min-width:0;max-width:0}body.floating-sidebars .sidebar{position:absolute}.sidebar-content{height:100%;min-width:calc(var(--sidebar-width) - var(--divider-width-hover));top:0;padding:var(--sidebar-margin);padding-top:4em;line-height:var(--line-height-tight);background-color:var(--background-secondary);transition:background-color,border-right,border-left,box-shadow;transition-duration:var(--color-fade-speed);transition-timing-function:ease-in-out;position:absolute;display:flex;flex-direction:column}.sidebar:not(.is-collapsed) .sidebar-content{min-width:calc(max(100%,var(--sidebar-width)) - 3px);max-width:calc(max(100%,var(--sidebar-width)) - 3px)}.sidebar-left .sidebar-content{left:0;border-top-right-radius:var(--radius-l);border-bottom-right-radius:var(--radius-l)}.sidebar-right .sidebar-content{right:0;border-top-left-radius:var(--radius-l);border-bottom-left-radius:var(--radius-l)}.sidebar:has(.sidebar-content:empty):has(.topbar-content:empty){display:none}.sidebar-topbar{height:2em;width:var(--sidebar-width);top:var(--sidebar-margin);padding-inline:var(--sidebar-margin);z-index:1;position:fixed;display:flex;align-items:center;transition:width ease-in-out;transition-duration:inherit}.sidebar.is-collapsed .sidebar-topbar{width:calc(2.3em + var(--sidebar-margin) * 2)}.sidebar .sidebar-topbar.is-collapsed{width:0}.sidebar-left .sidebar-topbar{left:0}.sidebar-right .sidebar-topbar{right:0}.topbar-content{overflow:hidden;overflow:clip;width:100%;height:100%;display:flex;align-items:center;transition:inherit}.sidebar.is-collapsed .topbar-content{width:0;transition:inherit}.clickable-icon.sidebar-collapse-icon{background-color:transparent;color:var(--icon-color-focused);padding:0!important;margin:0!important;height:100%!important;width:2.3em!important;margin-inline:0.14em!important;position:absolute}.sidebar-left .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);right:var(--sidebar-margin)}.sidebar-right .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);left:var(--sidebar-margin)}.clickable-icon.sidebar-collapse-icon svg.svg-icon{width:100%;height:100%}.sidebar-section-header{margin:0 0 1em 0;text-transform:uppercase;letter-spacing:.06em;font-weight:600}body{transition:background-color var(--color-fade-speed) ease-in-out}.webpage-container{display:flex;flex-direction:row;height:100%;width:100%;align-items:stretch;justify-content:center}.document-container{opacity:1;flex-basis:100%;max-width:100%;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;transition:opacity .2s ease-in-out;contain:inline-size}.hide{opacity:0;transition:opacity .2s ease-in-out}.document-container>.markdown-preview-view{margin:var(--sidebar-margin);margin-bottom:0;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;background-color:var(--background-primary);transition:background-color var(--color-fade-speed) ease-in-out;border-top-right-radius:var(--window-radius,var(--radius-m));border-top-left-radius:var(--window-radius,var(--radius-m));overflow-x:hidden!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;contain:inline-size}.document-container>.markdown-preview-view>.markdown-preview-sizer{padding-bottom:80vh!important;width:100%!important;max-width:var(--line-width)!important;flex-basis:var(--line-width)!important;transition:background-color var(--color-fade-speed) ease-in-out;contain:inline-size}.markdown-rendered img:not([width]),.view-content img:not([width]){max-width:100%;outline:0}.document-container>.view-content.embed{display:flex;padding:1em;height:100%;width:100%;align-items:center;justify-content:center}.document-container>.view-content.embed>*{max-width:100%;max-height:100%;object-fit:contain}:has(> :is(.math,table)){overflow-x:auto!important}.document-container>.view-content{overflow-x:auto;contain:content;padding:0;margin:0;height:100%}.scroll-highlight{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1000;background-color:hsla(var(--color-accent-hsl),.25);opacity:0;padding:1em;inset:50%;translate:-50% -50%;border-radius:var(--radius-s)}</style><script defer="">async function loadIncludes(){if("file:"!=location.protocol){let e=document.querySelectorAll("include");for(let t=0;t<e.length;t++){let o=e[t],l=o.getAttribute("src");try{const e=await fetch(l);if(!e.ok){console.log("Could not include file: "+l),o?.remove();continue}let t=await e.text(),n=document.createRange().createContextualFragment(t),i=Array.from(n.children);for(let e of i)e.classList.add("hide"),e.style.transition="opacity 0.5s ease-in-out",setTimeout((()=>{e.classList.remove("hide")}),10);o.before(n),o.remove(),console.log("Included file: "+l)}catch(e){o?.remove(),console.log("Could not include file: "+l,e);continue}}}else{if(document.querySelectorAll("include").length>0){var e=document.createElement("div");e.id="error",e.textContent="Web server exports must be hosted on an http / web server to be viewed correctly.",e.style.position="fixed",e.style.top="50%",e.style.left="50%",e.style.transform="translate(-50%, -50%)",e.style.fontSize="1.5em",e.style.fontWeight="bold",e.style.textAlign="center",document.body.appendChild(e),document.querySelector(".document-container")?.classList.remove("hide")}}}document.addEventListener("DOMContentLoaded",(()=>{loadIncludes()}));let isFileProtocol="file:"==location.protocol;function waitLoadScripts(e,t){let o=e.map((e=>document.getElementById(e+"-script"))),l=0;!function e(){let n=o[l];l++,n&&"true"!=n.getAttribute("loaded")||l<o.length&&e(),l<o.length?n.addEventListener("load",e):t()}()}</script><style>:root{--highlight-bg-color:rgba(180, 0, 170, 1);--highlight-selected-bg-color:rgba(0, 100, 0, 1)}:root{--annotation-unfocused-field-background:url("data:image/svg+xml; charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13); '/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}:root{--xfa-unfocused-field-background:url("data:image/svg+xml; charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13); '/></svg>");--xfa-focus-outline:auto}:root{--viewer-container-height:0;--pdfViewer-padding-bottom:0;--page-margin:1px auto -8px;--page-border:9px solid transparent;--spreadHorizontalWrapped-margin-LR:-3.5px;--loading-icon-delay:400ms}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.hiddenCopyElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.spread{margin-left:3.5px;margin-right:3.5px;text-align:center}.spread{white-space:nowrap}.spread .dummyPage,.spread .page{display:inline-block;vertical-align:middle}body{--anim-duration-none:0;--anim-duration-superfast:70ms;--anim-duration-fast:140ms;--anim-duration-moderate:300ms;--anim-duration-slow:560ms;--anim-motion-smooth:cubic-bezier(0.45, 0.05, 0.55, 0.95);--anim-motion-delay:cubic-bezier(0.65, 0.05, 0.36, 1);--anim-motion-jumpy:cubic-bezier(0.68, -0.55, 0.27, 1.55);--anim-motion-swing:cubic-bezier(0, 0.55, 0.45, 1);--blockquote-border-thickness:2px;--blockquote-border-color:var(--interactive-accent);--blockquote-font-style:normal;--blockquote-color:inherit;--blockquote-background-color:transparent;--bold-weight:var(--font-semibold);--bold-color:inherit;--border-width:1px;--button-radius:var(--input-radius);--callout-border-width:0px;--callout-border-opacity:0.25;--callout-padding:var(--size-4-3) var(--size-4-3) var(--size-4-3) var(--size-4-6);--callout-radius:var(--radius-s);--callout-blend-mode:var(--highlight-mix-blend-mode);--callout-title-color:inherit;--callout-title-padding:0;--callout-title-size:inherit;--callout-content-padding:0;--callout-content-background:transparent;--callout-bug:var(--color-red-rgb);--callout-default:var(--color-blue-rgb);--callout-error:var(--color-red-rgb);--callout-example:var(--color-purple-rgb);--callout-fail:var(--color-red-rgb);--callout-important:var(--color-cyan-rgb);--callout-info:var(--color-blue-rgb);--callout-question:var(--color-orange-rgb);--callout-success:var(--color-green-rgb);--callout-summary:var(--color-cyan-rgb);--callout-tip:var(--color-cyan-rgb);--callout-todo:var(--color-blue-rgb);--callout-warning:var(--color-orange-rgb);--callout-quote:158,158,158;--canvas-background:var(--background-primary);--canvas-card-label-color:var(--text-faint);--canvas-color-1:var(--color-red-rgb);--canvas-color-2:var(--color-orange-rgb);--canvas-color-3:var(--color-yellow-rgb);--canvas-color-4:var(--color-green-rgb);--canvas-color-5:var(--color-cyan-rgb);--canvas-color-6:var(--color-purple-rgb);--canvas-dot-pattern:var(--color-base-30);--checkbox-radius:var(--radius-s);--checkbox-size:var(--font-text-size);--checkbox-marker-color:var(--background-primary);--checkbox-color:var(--interactive-accent);--checkbox-color-hover:var(--interactive-accent-hover);--checkbox-border-color:var(--text-faint);--checkbox-border-color-hover:var(--text-muted);--checkbox-margin-inline-start:0.85em;--checklist-done-decoration:line-through;--checklist-done-color:var(--text-muted);--code-white-space:pre-wrap;--code-radius:var(--radius-s);--code-size:var(--font-smaller);--code-background:var(--background-primary-alt);--code-normal:var(--text-muted);--code-comment:var(--text-faint);--code-function:var(--color-yellow);--code-important:var(--color-orange);--code-keyword:var(--color-pink);--code-operator:var(--color-red);--code-property:var(--color-cyan);--code-punctuation:var(--text-muted);--code-string:var(--color-green);--code-tag:var(--color-red);--code-value:var(--color-purple);--collapse-icon-color:var(--text-faint);--collapse-icon-color-collapsed:var(--text-accent);--cursor:default;--cursor-link:pointer;--dialog-width:560px;--dialog-max-width:80vw;--dialog-max-height:85vh;--divider-color:var(--background-modifier-border);--divider-color-hover:var(--interactive-accent);--divider-width:1px;--divider-width-hover:3px;--divider-vertical-height:calc(100% - var(--header-height));--drag-ghost-background:rgba(0, 0, 0, 0.85);--drag-ghost-text-color:#fff;--embed-max-height:4000px;--embed-canvas-max-height:400px;--embed-background:inherit;--embed-border-left:2px solid var(--interactive-accent);--embed-border-right:none;--embed-border-top:none;--embed-border-bottom:none;--embed-padding:0 0 0 var(--size-4-6);--embed-font-style:inherit;--embed-block-shadow-hover:0 0 0 1px var(--background-modifier-border),inset 0 0 0 1px var(--background-modifier-border);--file-line-width:700px;--file-folding-offset:24px;--file-margins:var(--size-4-8);--file-header-font-size:var(--font-ui-small);--file-header-font-weight:400;--file-header-border:var(--border-width) solid transparent;--file-header-justify:center;--font-smallest:0.8em;--font-smaller:0.875em;--font-small:0.933em;--font-ui-smaller:12px;--font-ui-small:13px;--font-ui-medium:15px;--font-ui-large:20px;--font-thin:100;--font-extralight:200;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--font-black:900;--footnote-size:var(--font-smaller);--graph-controls-width:240px;--graph-text:var(--text-normal);--graph-line:var(--color-base-35, var(--background-modifier-border-focus));--graph-node:var(--text-muted);--graph-node-unresolved:var(--text-faint);--graph-node-focused:var(--text-accent);--graph-node-tag:var(--color-green);--graph-node-attachment:var(--color-yellow);--heading-formatting:var(--text-faint);--heading-spacing:calc(var(--p-spacing) * 2.5);--h1-color:inherit;--h2-color:inherit;--h3-color:inherit;--h4-color:inherit;--h5-color:inherit;--h6-color:inherit;--h1-font:inherit;--h2-font:inherit;--h3-font:inherit;--h4-font:inherit;--h5-font:inherit;--h6-font:inherit;--h1-line-height:1.2;--h2-line-height:1.2;--h3-line-height:1.3;--h4-line-height:1.4;--h5-line-height:var(--line-height-normal);--h6-line-height:var(--line-height-normal);--h1-size:1.802em;--h2-size:1.602em;--h3-size:1.424em;--h4-size:1.266em;--h5-size:1.125em;--h6-size:1em;--h1-style:normal;--h2-style:normal;--h3-style:normal;--h4-style:normal;--h5-style:normal;--h6-style:normal;--h1-variant:normal;--h2-variant:normal;--h3-variant:normal;--h4-variant:normal;--h5-variant:normal;--h6-variant:normal;--h1-weight:700;--h2-weight:600;--h3-weight:600;--h4-weight:600;--h5-weight:600;--h6-weight:600;--header-height:40px;--hr-color:var(--background-modifier-border);--hr-thickness:2px;--icon-size:var(--icon-m);--icon-stroke:var(--icon-m-stroke-width);--icon-xs:14px;--icon-s:16px;--icon-m:18px;--icon-l:18px;--icon-xl:32px;--icon-xs-stroke-width:2px;--icon-s-stroke-width:2px;--icon-m-stroke-width:1.75px;--icon-l-stroke-width:1.75px;--icon-xl-stroke-width:1.25px;--icon-color:var(--text-muted);--icon-color-hover:var(--text-muted);--icon-color-active:var(--text-accent);--icon-color-focused:var(--text-normal);--icon-opacity:0.85;--icon-opacity-hover:1;--icon-opacity-active:1;--clickable-icon-radius:var(--radius-s);--indentation-guide-width:1px;--indentation-guide-width-active:1px;--indentation-guide-color:rgba(var(--mono-rgb-100), 0.12);--indentation-guide-color-active:rgba(var(--mono-rgb-100), 0.3);--indentation-guide-editing-indent:0.85em;--indentation-guide-reading-indent:-0.85em;--indentation-guide-source-indent:0.25em;--inline-title-color:var(--h1-color);--inline-title-font:var(--h1-font);--inline-title-line-height:var(--h1-line-height);--inline-title-size:var(--h1-size);--inline-title-style:var(--h1-style);--inline-title-variant:var(--h1-variant);--inline-title-weight:var(--h1-weight);--inline-title-margin-bottom:0.5em;--input-height:30px;--input-radius:5px;--input-font-weight:var(--font-normal);--input-border-width:1px;--italic-color:inherit;--italic-weight:inherit;--layer-cover:5;--layer-sidedock:10;--layer-status-bar:15;--layer-popover:30;--layer-slides:45;--layer-modal:50;--layer-notice:60;--layer-menu:65;--layer-tooltip:70;--layer-dragged-item:80;--line-height-normal:1.5;--line-height-tight:1.3;--link-color:var(--text-accent);--link-color-hover:var(--text-accent-hover);--link-decoration:underline;--link-decoration-hover:underline;--link-decoration-thickness:auto;--link-external-color:var(--text-accent);--link-external-color-hover:var(--text-accent-hover);--link-external-decoration:underline;--link-external-decoration-hover:underline;--link-external-filter:none;--link-unresolved-color:var(--text-accent);--link-unresolved-opacity:0.7;--link-unresolved-filter:none;--link-unresolved-decoration-style:solid;--link-unresolved-decoration-color:hsla(var(--interactive-accent-hsl), 0.3);--list-indent:2.25em;--list-indent-editing:0.75em;--list-indent-source:0;--list-spacing:0.075em;--list-marker-color:var(--text-faint);--list-marker-color-hover:var(--text-muted);--list-marker-color-collapsed:var(--text-accent);--list-bullet-border:none;--list-bullet-radius:50%;--list-bullet-size:0.3em;--list-bullet-transform:none;--list-numbered-style:decimal;--nav-item-size:var(--font-ui-small);--nav-item-color:var(--text-muted);--nav-item-color-hover:var(--text-normal);--nav-item-color-active:var(--text-normal);--nav-item-color-selected:var(--text-normal);--nav-item-color-highlighted:var(--text-accent-hover);--nav-item-background-hover:var(--background-modifier-hover);--nav-item-background-active:var(--background-modifier-hover);--nav-item-background-selected:hsla(var(--color-accent-hsl), 0.15);--nav-item-padding:var(--size-4-1) var(--size-4-2) var(--size-4-1) var(--size-4-6);--nav-item-parent-padding:var(--nav-item-padding);--nav-item-children-padding-left:var(--size-2-2);--nav-item-children-margin-left:var(--size-4-3);--nav-item-weight:inherit;--nav-item-weight-hover:inherit;--nav-item-weight-active:inherit;--nav-item-white-space:nowrap;--nav-indentation-guide-width:var(--indentation-guide-width);--nav-indentation-guide-color:var(--indentation-guide-color);--nav-collapse-icon-color:var(--collapse-icon-color);--nav-collapse-icon-color-collapsed:var(--text-faint);--nav-heading-color:var(--text-normal);--nav-heading-color-hover:var(--text-normal);--nav-heading-color-collapsed:var(--text-faint);--nav-heading-color-collapsed-hover:var(--text-muted);--nav-heading-weight:var(--font-medium);--nav-heading-weight-hover:var(--font-medium);--metadata-background:transparent;--metadata-display-reading:block;--metadata-display-editing:block;--metadata-max-width:none;--metadata-padding:var(--size-4-2) 0;--metadata-border-color:var(--background-modifier-border);--metadata-border-radius:0;--metadata-border-width:0;--metadata-divider-color:var(--background-modifier-border);--metadata-divider-color-hover:transparent;--metadata-divider-color-focus:transparent;--metadata-divider-width:0;--metadata-gap:3px;--metadata-property-padding:0;--metadata-property-radius:6px;--metadata-property-background:transparent;--metadata-property-background-hover:transparent;--metadata-property-background-active:var(--background-modifier-hover);--metadata-label-background-hover:transparent;--metadata-label-background-active:var(--background-modifier-hover);--metadata-label-font-size:var(--font-smaller);--metadata-label-font-weight:inherit;--metadata-label-text-color:var(--text-muted);--metadata-label-text-color-hover:var(--text-muted);--metadata-label-width:9em;--metadata-input-height:calc(var(--font-text-size) * 1.75);--metadata-input-text-color:var(--text-normal);--metadata-input-font-size:var(--font-smaller);--metadata-input-background:transparent;--metadata-input-background-hover:transparent;--metadata-input-background-active:var(--background-modifier-hover);--metadata-sidebar-label-font-size:var(--font-ui-small);--metadata-sidebar-input-font-size:var(--font-ui-small);--modal-background:var(--background-primary);--modal-width:90vw;--modal-height:85vh;--modal-max-width:1100px;--modal-max-height:1000px;--modal-max-width-narrow:800px;--modal-border-width:var(--border-width);--modal-border-color:var(--color-base-40, var(--background-modifier-border-focus));--modal-radius:var(--radius-l);--modal-community-sidebar-width:280px;--pill-color:var(--text-muted);--pill-color-hover:var(--text-normal);--pill-color-remove:var(--text-faint);--pill-color-remove-hover:var(--text-accent);--pill-decoration:none;--pill-decoration-hover:none;--pill-background:transparent;--pill-background-hover:transparent;--pill-border-color:var(--background-modifier-border);--pill-border-color-hover:var(--background-modifier-border-hover);--pill-border-width:var(--border-width);--pill-padding-x:0.65em;--pill-padding-y:0.25em;--pill-radius:2em;--pill-weight:inherit;--p-spacing:1rem;--p-spacing-empty:0rem;--pdf-background:var(--background-primary);--pdf-page-background:var(--background-primary);--pdf-shadow:0 0 0 1px rgba(0, 0, 0, 0.05),0 2px 8px rgba(0, 0, 0, 0.1);--pdf-spread-shadow:0 0 0 1px rgba(0, 0, 0, 0.05);--pdf-sidebar-background:var(--background-primary);--pdf-thumbnail-shadow:0 0 0 1px rgba(0, 0, 0, 0.15),0 2px 8px rgba(0, 0, 0, 0.2);--popover-width:450px;--popover-height:400px;--popover-max-height:70vh;--popover-pdf-width:600px;--popover-pdf-height:800px;--popover-font-size:var(--font-text-size);--prompt-input-height:40px;--prompt-width:700px;--prompt-max-width:80vw;--prompt-max-height:70vh;--prompt-border-width:var(--border-width);--prompt-border-color:var(--color-base-40, var(--background-modifier-border-focus));--radius-s:4px;--radius-m:8px;--radius-l:12px;--radius-xl:16px;--ribbon-background:var(--background-secondary);--ribbon-background-collapsed:var(--background-primary);--ribbon-width:44px;--ribbon-padding:var(--size-4-2) var(--size-4-1) var(--size-4-3);--scrollbar-active-thumb-bg:rgba(var(--mono-rgb-100), 0.2);--scrollbar-bg:rgba(var(--mono-rgb-100), 0.05);--scrollbar-thumb-bg:rgba(var(--mono-rgb-100), 0.1);--search-clear-button-color:var(--text-muted);--search-clear-button-size:13px;--search-icon-color:var(--text-muted);--search-icon-size:18px;--search-result-background:var(--background-primary);--size-2-1:2px;--size-2-2:4px;--size-2-3:6px;--size-4-1:4px;--size-4-2:8px;--size-4-3:12px;--size-4-4:16px;--size-4-5:20px;--size-4-6:24px;--size-4-8:32px;--size-4-9:36px;--size-4-10:40px;--size-4-12:48px;--size-4-16:64px;--size-4-18:72px;--sidebar-markdown-font-size:calc(var(--font-text-size) * 0.9);--sidebar-tab-text-display:none;--slider-thumb-border-width:1px;--slider-thumb-border-color:var(--background-modifier-border-hover);--slider-thumb-height:18px;--slider-thumb-width:18px;--slider-thumb-y:-6px;--slider-thumb-radius:50%;--slider-s-thumb-size:15px;--slider-s-thumb-position:-5px;--slider-track-background:var(--background-modifier-border);--slider-track-height:3px;--status-bar-background:var(--background-secondary);--status-bar-border-color:var(--divider-color);--status-bar-border-width:1px 0 0 1px;--status-bar-font-size:var(--font-ui-smaller);--status-bar-text-color:var(--text-muted);--status-bar-position:fixed;--status-bar-radius:var(--radius-m) 0 0 0;--status-bar-scroll-padding:calc(var(--status-bar-font-size) + 18px);--sync-avatar-color-current-user:transparent;--sync-avatar-color-1:var(--color-red);--sync-avatar-color-2:var(--color-orange);--sync-avatar-color-3:var(--color-yellow);--sync-avatar-color-4:var(--color-green);--sync-avatar-color-5:var(--color-cyan);--sync-avatar-color-6:var(--color-blue);--sync-avatar-color-7:var(--color-purple);--sync-avatar-color-8:var(--color-pink);--swatch-radius:14px;--swatch-height:24px;--swatch-width:24px;--swatch-shadow:inset 0 0 0 1px rgba(var(--mono-rgb-100), 0.15);--tab-background-active:var(--background-primary);--tab-text-color:var(--text-faint);--tab-text-color-active:var(--text-muted);--tab-text-color-focused:var(--text-muted);--tab-text-color-focused-active:var(--text-muted);--tab-text-color-focused-highlighted:var(--text-accent);--tab-text-color-focused-active-current:var(--text-normal);--tab-font-size:var(--font-ui-small);--tab-font-weight:inherit;--tab-container-background:var(--background-secondary);--tab-divider-color:var(--background-modifier-border-hover);--tab-outline-color:var(--divider-color);--tab-outline-width:1px;--tab-curve:6px;--tab-radius:var(--radius-s);--tab-radius-active:6px 6px 0 0;--tab-width:200px;--tab-max-width:320px;--tab-stacked-pane-width:700px;--tab-stacked-header-width:var(--header-height);--tab-stacked-font-size:var(--font-ui-small);--tab-stacked-font-weight:400;--tab-stacked-text-align:left;--tab-stacked-text-transform:rotate(0deg);--tab-stacked-text-writing-mode:vertical-lr;--tab-stacked-shadow:-8px 0 8px 0 rgba(0, 0, 0, 0.05);--table-background:transparent;--table-border-width:1px;--table-border-color:var(--background-modifier-border);--table-white-space:break-spaces;--table-header-background:var(--table-background);--table-header-background-hover:inherit;--table-header-border-width:var(--table-border-width);--table-header-border-color:var(--table-border-color);--table-header-font:inherit;--table-header-size:var(--table-text-size);--table-header-weight:var(--bold-weight);--table-header-color:var(--text-normal);--table-line-height:var(--line-height-tight);--table-text-size:var(--font-text-size);--table-text-color:inherit;--table-column-min-width:6ch;--table-column-max-width:none;--table-column-alt-background:var(--table-background);--table-column-first-border-width:var(--table-border-width);--table-column-last-border-width:var(--table-border-width);--table-row-background-hover:var(--table-background);--table-row-alt-background:var(--table-background);--table-row-alt-background-hover:var(--table-background);--table-row-last-border-width:var(--table-border-width);--table-selection:hsla(var(--color-accent-hsl), 0.1);--table-selection-blend-mode:var(--highlight-mix-blend-mode);--table-selection-border-color:var(--interactive-accent);--table-selection-border-width:2px;--table-selection-border-radius:4px;--table-cell-vertical-alignment:top;--table-drag-handle-background:transparent;--table-drag-handle-background-active:var(--table-selection-border-color);--table-drag-handle-color:var(--text-faint);--table-drag-handle-color-active:var(--text-on-accent);--table-add-button-background:transparent;--table-add-button-border-width:var(--table-border-width);--table-add-button-border-color:var(--background-modifier-border);--tag-size:var(--font-smaller);--tag-color:var(--text-accent);--tag-color-hover:var(--text-accent);--tag-decoration:none;--tag-decoration-hover:none;--tag-background:hsla(var(--interactive-accent-hsl), 0.1);--tag-background-hover:hsla(var(--interactive-accent-hsl), 0.2);--tag-border-color:hsla(var(--interactive-accent-hsl), 0.15);--tag-border-color-hover:hsla(var(--interactive-accent-hsl), 0.15);--tag-border-width:0px;--tag-padding-x:0.65em;--tag-padding-y:0.25em;--tag-radius:2em;--tag-weight:inherit;--titlebar-background:var(--background-secondary);--titlebar-background-focused:var(--background-secondary-alt);--titlebar-border-width:0px;--titlebar-border-color:var(--background-modifier-border);--titlebar-text-color:var(--text-muted);--titlebar-text-color-focused:var(--text-normal);--titlebar-text-weight:var(--font-bold);--toggle-border-width:2px;--toggle-width:40px;--toggle-radius:18px;--toggle-thumb-color:white;--toggle-thumb-radius:18px;--toggle-thumb-height:18px;--toggle-thumb-width:18px;--toggle-s-border-width:2px;--toggle-s-width:34px;--toggle-s-thumb-height:15px;--toggle-s-thumb-width:15px;--vault-name-font-size:var(--font-ui-small);--vault-name-font-weight:var(--font-medium);--vault-name-color:var(--text-normal);--workspace-background-translucent:rgba(var(--mono-rgb-0), 0.6);--accent-h:258;--accent-s:88%;--accent-l:66%;--background-primary:var(--color-base-00);--background-primary-alt:var(--color-base-10);--background-secondary:var(--color-base-20);--background-modifier-hover:rgba(var(--mono-rgb-100), 0.075);--background-modifier-active-hover:hsla(var(--interactive-accent-hsl), 0.15);--background-modifier-border:var(--color-base-30);--background-modifier-border-hover:var(--color-base-35);--background-modifier-border-focus:var(--color-base-40);--background-modifier-error-rgb:var(--color-red-rgb);--background-modifier-error:var(--color-red);--background-modifier-error-hover:var(--color-red);--background-modifier-success-rgb:var(--color-green-rgb);--background-modifier-success:var(--color-green);--background-modifier-message:rgba(0, 0, 0, 0.9);--background-modifier-form-field:var(--color-base-00);--text-normal:var(--color-base-100);--text-muted:var(--color-base-70);--text-faint:var(--color-base-50);--text-on-accent:white;--text-on-accent-inverted:black;--text-error:var(--color-red);--text-warning:var(--color-orange);--text-success:var(--color-green);--text-selection:hsla(var(--color-accent-hsl), 0.2);--text-highlight-bg-rgb:255,208,0;--text-highlight-bg:rgba(var(--text-highlight-bg-rgb), 0.4);--text-accent:var(--color-accent);--text-accent-hover:var(--color-accent-2);--interactive-normal:var(--color-base-00);--interactive-hover:var(--color-base-10);--interactive-accent-hsl:var(--color-accent-hsl);--interactive-accent:var(--color-accent-1);--interactive-accent-hover:var(--color-accent-2)}.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:233,49,71;--color-red:#e93147;--color-orange-rgb:236,117,0;--color-orange:#ec7500;--color-yellow-rgb:224,172,0;--color-yellow:#e0ac00;--color-green-rgb:8,185,78;--color-green:#08b94e;--color-cyan-rgb:0,191,188;--color-cyan:#00bfbc;--color-blue-rgb:8,109,221;--color-blue:#086ddd;--color-purple-rgb:120,82,238;--color-purple:#7852ee;--color-pink-rgb:213,57,132;--color-pink:#d53984;--color-base-00:#ffffff;--color-base-05:#fcfcfc;--color-base-10:#fafafa;--color-base-20:#f6f6f6;--color-base-25:#e3e3e3;--color-base-30:#e0e0e0;--color-base-35:#d4d4d4;--color-base-40:#bdbdbd;--color-base-50:#ababab;--color-base-60:#707070;--color-base-70:#5c5c5c;--color-base-100:#222222;--color-accent-hsl:var(--accent-h),var(--accent-s),var(--accent-l);--color-accent:hsl(var(--accent-h), var(--accent-s), var(--accent-l));--color-accent-1:hsl(calc(var(--accent-h) - 1), calc(var(--accent-s) * 1.01), calc(var(--accent-l) * 1.075));--color-accent-2:hsl(calc(var(--accent-h) - 3), calc(var(--accent-s) * 1.02), calc(var(--accent-l) * 1.15));--background-secondary-alt:var(--color-base-05);--background-modifier-box-shadow:rgba(0, 0, 0, 0.1);--background-modifier-cover:rgba(220, 220, 220, 0.4);--input-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.12),0 2px 3px 0 rgba(0,0,0,.05),0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 2px 0 rgba(0,0,0,.04),0 0 0 0 transparent;--input-shadow-hover:inset 0 0 0 1px rgba(0, 0, 0, 0.17),0 2px 3px 0 rgba(0,0,0,.1),0 1px 1.5px 0 rgba(0,0,0,.03),0 1px 2px 0 rgba(0,0,0,.04),0 0 0 0 transparent;--shadow-s:0px 1px 2px rgba(0, 0, 0, 0.028),0px 3.4px 6.7px rgba(0, 0, 0, .042),0px 15px 30px rgba(0, 0, 0, .07);--shadow-l:0px 1.8px 7.3px rgba(0, 0, 0, 0.071),0px 6.3px 24.7px rgba(0, 0, 0, 0.112),0px 30px 90px rgba(0, 0, 0, 0.2)}.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-red-rgb:251,70,76;--color-red:#fb464c;--color-orange-rgb:233,151,63;--color-orange:#e9973f;--color-yellow-rgb:224,222,113;--color-yellow:#e0de71;--color-green-rgb:68,207,110;--color-green:#44cf6e;--color-cyan-rgb:83,223,221;--color-cyan:#53dfdd;--color-blue-rgb:2,122,255;--color-blue:#027aff;--color-purple-rgb:168,130,255;--color-purple:#a882ff;--color-pink-rgb:250,153,205;--color-pink:#fa99cd;--color-base-00:#1e1e1e;--color-base-05:#212121;--color-base-10:#242424;--color-base-20:#262626;--color-base-25:#2a2a2a;--color-base-30:#363636;--color-base-35:#3f3f3f;--color-base-40:#555555;--color-base-50:#666666;--color-base-60:#999999;--color-base-70:#b3b3b3;--color-base-100:#dadada;--color-accent-hsl:var(--accent-h),var(--accent-s),var(--accent-l);--color-accent:hsl(var(--accent-h), var(--accent-s), var(--accent-l));--color-accent-1:hsl(calc(var(--accent-h) - 3), calc(var(--accent-s) * 1.02), calc(var(--accent-l) * 1.15));--color-accent-2:hsl(calc(var(--accent-h) - 5), calc(var(--accent-s) * 1.05), calc(var(--accent-l) * 1.29));--background-modifier-form-field:var(--color-base-25);--background-secondary-alt:var(--color-base-30);--interactive-normal:var(--color-base-30);--interactive-hover:var(--color-base-35);--text-accent:var(--color-accent-1);--interactive-accent:var(--color-accent);--interactive-accent-hover:var(--color-accent-1);--background-modifier-box-shadow:rgba(0, 0, 0, 0.3);--background-modifier-cover:rgba(10, 10, 10, 0.4);--text-selection:hsla(var(--interactive-accent-hsl), 0.25);--input-shadow:inset 0 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.09),0 2px 4px 0 rgba(0,0,0,.15),0 1px 1.5px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.2),0 0 0 0 transparent;--input-shadow-hover:inset 0 0.5px 1px 0.5px rgba(255, 255, 255, 0.16),0 2px 3px 0 rgba(0,0,0,.3),0 1px 1.5px 0 rgba(0,0,0,.2),0 1px 2px 0 rgba(0,0,0,.4),0 0 0 0 transparent;--shadow-s:0px 1px 2px rgba(0, 0, 0, 0.121),0px 3.4px 6.7px rgba(0, 0, 0, 0.179),0px 15px 30px rgba(0, 0, 0, 0.3);--shadow-l:0px 1.8px 7.3px rgba(0, 0, 0, 0.071),0px 6.3px 24.7px rgba(0, 0, 0, 0.112),0px 30px 90px rgba(0, 0, 0, 0.2);--pdf-shadow:0 0 0 1px var(--background-modifier-border);--pdf-thumbnail-shadow:0 0 0 1px var(--background-modifier-border)}iframe{color-scheme:normal}@font-face{font-family:"Avenir Next";font-weight:400;font-style:normal;font-display:swap;src:url("../../lib/fonts/94f2f163d4b698242fef.otf")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url("../../lib/fonts/72505e6a122c6acd5471.woff2") format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url("../../lib/fonts/2d5198822ab091ce4305.woff2") format("woff2")}@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;src:url("../../lib/fonts/c8ba52b05a9ef10f4758.woff2")}@font-face{font-family:Inter;font-weight:400;font-style:italic;font-display:swap;src:url("../../lib/fonts/cb10ffd7684cd9836a05.woff2")}@font-face{font-family:Inter;font-weight:600;font-style:normal;font-display:swap;src:url("../../lib/fonts/b5f0f109bc88052d4000.woff2")}@font-face{font-family:Inter;font-weight:800;font-style:normal;font-display:swap;src:url("../../lib/fonts/cbe0ae49c52c920fd563.woff2")}@font-face{font-family:Inter;font-weight:800;font-style:italic;font-display:swap;src:url("../../lib/fonts/535a6cf662596b3bd6a6.woff2")}@font-face{font-family:"Source Code Pro";font-weight:400;font-style:normal;font-display:swap;src:url("../../lib/fonts/70cc7ff27245e82ad414.ttf")}@font-face{font-family:"Source Code Pro";font-weight:400;font-style:italic;font-display:swap;src:url("../../lib/fonts/454577c22304619db035.ttf")}@font-face{font-family:"Source Code Pro";font-weight:700;font-style:normal;font-display:swap;src:url("../../lib/fonts/52ac8f3034507f1d9e53.ttf")}@font-face{font-family:"Source Code Pro";font-weight:700;font-style:italic;font-display:swap;src:url("../../lib/fonts/05b618077343fbbd92b7.ttf")}@font-face{font-family:"Flow Circular";font-display:swap;src:url("../../lib/fonts/4bb6ac751d1c5478ff3a.woff2")}@font-face{font-family:"??";unicode-range:U+0}body{--font-default:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Inter","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft YaHei Light",sans-serif;--font-monospace-default:ui-monospace,SFMono-Regular,"Cascadia Code","Roboto Mono","DejaVu Sans Mono","Liberation Mono",Menlo,Monaco,"Consolas","Source Code Pro",monospace;--font-interface-override:'??';--font-interface-theme:'??';--font-interface:var(--font-interface-override),var(--font-interface-theme),var(--default-font, '??'),var(--font-default);--font-text-override:'??';--font-text-theme:'??';--font-text:var(--font-text-override),var(--font-text-theme),var(--font-interface);--font-print-override:'??';--font-print:var(--font-print-override),var(--font-text-override),var(--font-text-theme),'Arial';--font-monospace-override:'??';--font-monospace-theme:'??';--font-monospace:var(--font-monospace-override),var(--font-monospace-theme),var(--font-monospace-default);--font-text-size:16px;--font-mermaid:var(--font-text)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;width:100%;overflow:hidden}body{text-rendering:optimizelegibility;font-family:var(--font-interface);line-height:var(--line-height-tight);font-size:var(--font-ui-medium);background-color:var(--background-primary);color:var(--text-normal);-webkit-tap-highlight-color:rgba(255,255,255,0)}.node-insert-event{animation-duration:10ms;animation-name:node-inserted}.is-flashing{transition:all .25s ease 0s;color:var(--text-normal);mix-blend-mode:var(--highlight-mix-blend-mode);border-radius:var(--radius-s);background-color:var(--text-highlight-bg)!important}body{user-select:none;overflow:hidden}body [contenteditable=""],body [contenteditable=true]{user-select:text}body.is-grabbing{cursor:grabbing!important}body.is-grabbing iframe:not(.is-controlled),body.is-grabbing webview{pointer-events:none}.app-container{display:flex;height:100%;width:100%;position:relative;flex-direction:column}.app-container.no-transition *{transition:none 0s ease 0s!important}.horizontal-main-container{width:100%;display:flex;overflow:hidden;flex:1 0 0px}:focus{outline:0}.is-text-garbled *{font-family:"Flow Circular",sans-serif!important;line-height:1.45em!important}.markdown-source-view.mod-cm6.is-readable-line-width .cm-line.HyperMD-table-row{max-width:100%}.markdown-source-view.mod-cm6 .cm-content>[contenteditable=false]{contain:paint!important}.markdown-source-view.mod-cm6 .cm-table-widget{white-space:normal;overflow-wrap:normal;word-break:normal}.markdown-source-view.mod-cm6 .cm-table-widget{--table-drag-handle-size:var(--size-4-4);padding:var(--table-drag-handle-size);overflow:auto hidden;margin:0 calc(-1 * var(--size-4-4))!important}.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget{--table-drag-handle-size:var(--size-4-6)}.markdown-source-view.mod-cm6 .cm-table-widget.is-loading{padding:0;margin:0!important}.markdown-source-view.mod-cm6 .cm-table-widget .table-wrapper{position:relative;width:fit-content}.markdown-source-view.mod-cm6 .cm-table-widget tr{height:1px}.markdown-source-view.mod-cm6 .cm-table-widget td,.markdown-source-view.mod-cm6 .cm-table-widget th{height:inherit;min-width:var(--table-column-min-width);cursor:text;overflow:visible;padding:0;position:relative}.markdown-source-view.mod-cm6 .cm-table-widget td.is-selected::after,.markdown-source-view.mod-cm6 .cm-table-widget th.is-selected::after{pointer-events:none;content:"";display:block;position:absolute;top:calc(-1 * var(--table-border-width));right:calc(-1 * var(--table-border-width));bottom:calc(-1 * var(--table-border-width));left:calc(-1 * var(--table-border-width));background-color:var(--table-selection);border:0 solid var(--table-selection-border-color);mix-blend-mode:var(--table-selection-blend-mode);z-index:1}.markdown-source-view.mod-cm6 .cm-table-widget td.top::after,.markdown-source-view.mod-cm6 .cm-table-widget th.top::after{border-top-width:var(--table-selection-border-width);top:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6 .cm-table-widget td.bottom::after,.markdown-source-view.mod-cm6 .cm-table-widget th.bottom::after{border-bottom-width:var(--table-selection-border-width);bottom:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6 .cm-table-widget.has-selection{--text-selection:transparent}.markdown-source-view.mod-cm6 .cm-table-widget.has-selection .cm-content{caret-color:transparent}.markdown-source-view.mod-cm6 .cm-table-widget.has-selection .cm-cursorLayer,.markdown-source-view.mod-cm6 .cm-table-widget.has-selection .cm-selectionLayer{display:none}.markdown-source-view.mod-cm6 .cm-table-widget.is-selected{--text-selection:transparent}.markdown-source-view.mod-cm6 .cm-table-widget.is-selected table{position:relative}.markdown-source-view.mod-cm6 .cm-table-widget.is-selected table::after{pointer-events:none;content:"";display:block;position:absolute;top:calc(-1 * var(--table-border-width));right:calc(-1 * var(--table-border-width));bottom:calc(-1 * var(--table-border-width));left:calc(-1 * var(--table-border-width));background-color:var(--table-selection)}.markdown-source-view.mod-cm6 .cm-table-widget .table-cell-wrapper{height:100%;padding:var(--size-2-2) var(--size-4-2)}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle{--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width);position:absolute;display:flex;align-items:center;justify-content:center;cursor:grab;background-color:var(--table-drag-handle-background);color:var(--table-drag-handle-color);touch-action:none;opacity:0}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle:active,.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle:hover,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle:active,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle:hover{opacity:1}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle:active,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle:active{cursor:grabbing;background-color:var(--table-drag-handle-background-active);color:var(--table-drag-handle-color-active);box-shadow:0 0 0 var(--table-selection-border-width) var(--table-selection-border-color)}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle *,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle *{pointer-events:none}.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle{top:0;left:-1px;width:calc(var(--table-drag-handle-size) - var(--table-selection-border-width));height:100%;transform:translateX(-100%);border-top-left-radius:var(--radius-s);border-bottom-left-radius:var(--radius-s)}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle{top:-1px;left:0;width:100%;height:calc(var(--table-drag-handle-size) - var(--table-selection-border-width));transform:translateY(-100%);border-top-left-radius:var(--radius-s);border-top-right-radius:var(--radius-s)}.markdown-source-view.mod-cm6 .cm-table-widget.is-dragging .table-col-drag-handle,.markdown-source-view.mod-cm6 .cm-table-widget.is-dragging .table-row-drag-handle{display:none}.markdown-source-view.mod-cm6 .cm-table-widget.is-dragging .table-col-drag-handle:active,.markdown-source-view.mod-cm6 .cm-table-widget.is-dragging .table-row-drag-handle:active{display:flex}.markdown-source-view.mod-cm6 .cm-table-widget .table-drag-target{position:absolute;border-radius:2px;background-color:var(--interactive-accent)}.markdown-source-view.mod-cm6 .cm-table-widget .table-drag-target.mod-row{height:3px;transform:translateY(-2px)}.markdown-source-view.mod-cm6 .cm-table-widget .table-drag-target.mod-col{width:3px;transform:translateX(-2px)}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-btn,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-btn{--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width);position:absolute;display:flex;align-items:center;justify-content:center;height:var(--table-drag-handle-size);width:var(--table-drag-handle-size);background-color:var(--table-add-button-background);border:var(--table-add-button-border-width) solid var(--table-add-button-border-color);color:var(--text-faint);transition:opacity 0s ease .1s;opacity:0;user-select:none}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-btn:hover,.markdown-source-view.mod-cm6 .cm-table-widget .table-row-btn:hover{opacity:1}.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget .table-col-drag-handle,.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle{display:none}.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget .mod-active-col-handle>.table-col-drag-handle,.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget .mod-active-row-handle>.table-row-drag-handle{opacity:1;display:flex}.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget:not(.has-focus) .table-col-btn,.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget:not(.has-focus) .table-row-btn{pointer-events:none}.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget.has-focus .table-col-btn,.is-mobile .markdown-source-view.mod-cm6 .cm-table-widget.has-focus .table-row-btn{opacity:1}.markdown-source-view.mod-cm6 .cm-table-widget .table-row-btn{top:100%;left:0;width:100%;border-top:none;cursor:s-resize}.markdown-source-view.mod-cm6 .cm-table-widget .table-col-btn{top:0;height:100%}.markdown-source-view.mod-cm6 .cm-table-widget .cm-editor{flex-basis:content}.markdown-source-view.mod-cm6 .cm-table-widget .cm-content,.markdown-source-view.mod-cm6 .cm-table-widget .cm-line{max-width:none}.markdown-source-view.mod-cm6 .cm-table-widget .cm-content{width:auto}.markdown-source-view.mod-cm6 .cm-table-widget .cm-content.cm-lineWrapping{overflow-wrap:normal;white-space:var(--table-white-space);word-break:normal}.markdown-source-view.mod-cm6 .cm-table-widget .cm-scroller{overflow-y:hidden;scrollbar-gutter:auto;line-height:var(--table-line-height)}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget .table-col-btn{left:100%;border-left:none;cursor:e-resize}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.start::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.start::after{border-left-width:var(--table-selection-border-width);left:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.end::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.end::after{border-right-width:var(--table-selection-border-width);right:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.top.end::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.top.end::after{border-top-right-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.bottom.end::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.bottom.end::after{border-bottom-right-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.top.start::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.top.start::after{border-top-left-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget td.is-selected.bottom.start::after,.markdown-source-view.mod-cm6:not(.is-rtl) .cm-table-widget th.is-selected.bottom.start::after{border-bottom-left-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget .table-col-btn{right:100%;border-right:none;cursor:w-resize}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.start::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.start::after{border-right-width:var(--table-selection-border-width);right:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.end::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.end::after{border-left-width:var(--table-selection-border-width);left:calc(-1 * var(--table-selection-border-width))}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.top.end::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.top.end::after{border-top-left-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.bottom.end::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.bottom.end::after{border-bottom-left-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.top.start::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.top.start::after{border-top-right-radius:var(--table-selection-border-radius)}.markdown-source-view.mod-cm6.is-rtl .cm-table-widget td.is-selected.bottom.start::after,.markdown-source-view.mod-cm6.is-rtl .cm-table-widget th.is-selected.bottom.start::after{border-bottom-right-radius:var(--table-selection-border-radius)}.empty-state{position:absolute;height:100%;width:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-state-container{max-width:480px;max-height:280px;margin:20px;text-align:center}.empty-state-title{margin:20px 0;font-weight:var(--h2-weight);font-size:var(--h2-size);line-height:var(--line-height-tight);position:relative}.empty-state-action-list{font-size:var(--font-text-size);line-height:var(--line-height-tight);color:var(--text-muted);margin-top:20px}.empty-state-action{cursor:var(--cursor);line-height:36px;color:var(--text-accent)}.empty-state-close-button{display:none}body{--zoom-factor:1;--titlebar-height:30px}.pane-empty{color:var(--text-faint);font-size:var(--font-ui-small);margin:var(--size-4-2) auto;text-align:center}.view-header-title::-webkit-scrollbar{display:none}.view-content{width:100%;height:calc(100% - var(--header-height))}.inline-title{font-weight:var(--inline-title-weight);font-size:var(--inline-title-size);line-height:var(--inline-title-line-height);font-style:var(--inline-title-style);font-variant:var(--inline-title-variant);font-family:var(--inline-title-font);margin-bottom:var(--inline-title-margin-bottom);letter-spacing:-.015em;color:var(--inline-title-color)}.inline-embed .inline-title{display:none}body:not(.show-inline-title) .inline-title:not([data-level]){display:none}::selection{background-color:var(--text-selection)}.markdown-reading-view{display:flex;flex-direction:column}.markdown-preview-view{font-size:var(--font-text-size);font-family:var(--font-text);line-height:var(--line-height-normal);width:100%;height:100%;padding:var(--file-margins);position:relative;overflow-y:auto;overflow-wrap:break-word;color:var(--text-normal);user-select:text;scrollbar-gutter:stable}.markdown-preview-view.is-readable-line-width .markdown-preview-sizer{max-width:var(--file-line-width);margin-left:auto;margin-right:auto}.markdown-rendered.rtl{direction:rtl}.side-dock-actions{flex-direction:column}.side-dock-actions .side-dock-ribbon-action{margin:0 auto}.release-notes-view{padding:var(--file-margins)}.release-notes-view .markdown-preview-view{overflow:visible}.release-notes-view .is-readable-line-width{max-width:var(--file-line-width);margin-left:auto;margin-right:auto}.modal.mod-trust-folder{max-width:700px}.modal.mod-plugin-options .modal-content{margin:var(--size-4-6) 0}.hotkey-list-container{overflow:auto}.search-input-container.mod-hotkey .clickable-icon{padding:var(--size-2-1)}.modal.mod-image-lightbox{max-width:90vw;max-height:90vh;padding:0}.modal.mod-image-lightbox .modal-content{padding:var(--size-4-12) var(--size-4-3) var(--size-4-2) var(--size-4-3);text-align:center}.login-field{max-width:500px;margin:1em auto}.modal.mod-restricted-mode .card{flex:1 0 0px}.search-input-container input:placeholder-shown~.search-input-clear-button{display:none}.installed-plugins-container{padding-top:var(--size-4-4);border-top:1px solid var(--background-modifier-border)}.workspace-tab-header-container-inner::-webkit-scrollbar,.workspace-tab-header-container-inner::-webkit-scrollbar-thumb{display:none}.mod-root .mod-pinned{--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width)}.mod-left-split .markdown-preview-view,.mod-right-split .markdown-preview-view{--file-margins:var(--size-4-5)}.mod-left-split .markdown-preview-view,.mod-right-split .markdown-preview-view{font-size:var(--sidebar-markdown-font-size)}.button-container{margin-top:20px}button{app-region:no-drag;display:inline-flex;align-items:center;justify-content:center;color:var(--text-normal);font-size:var(--font-ui-small);border-radius:var(--button-radius);border:0;padding:var(--size-4-1) var(--size-4-3);height:var(--input-height);font-weight:var(--input-font-weight);cursor:var(--cursor);font-family:inherit;outline:0;user-select:none;white-space:nowrap}button:not(.clickable-icon){background-color:var(--interactive-normal);box-shadow:var(--input-shadow)}button:focus-visible{box-shadow:0 0 0 3px var(--background-modifier-border-focus)}button[disabled=true],button[disabled]{cursor:not-allowed;opacity:.7}button.mod-cta{background-color:var(--interactive-accent);color:var(--text-on-accent)}button.mod-cta:focus-visible{box-shadow:0 0 0 3px var(--background-modifier-border-focus)}button.mod-muted{background-color:var(--background-secondary);color:var(--text-muted)}button.mod-warning{background-color:var(--background-modifier-error);color:var(--text-on-accent)}button.mod-destructive{color:var(--text-error)}.card-container{display:flex}.card-container.mod-horizontal{flex-direction:column}.card{background-color:var(--background-secondary-alt);border-radius:4px;border:1px solid var(--background-modifier-border);margin:0 10px;padding:15px 30px;display:flex;flex-direction:column;flex-grow:1}.card ul{padding:0}.card .button-container{margin:10px 0}.card-container.mod-horizontal .card{margin:10px 0}.card-container.mod-horizontal .card ul{padding-left:24px}.card li{margin:5px 0}.card.u-clickable{cursor:var(--cursor)}.card.is-selected{border:1px solid var(--interactive-accent);background-color:hsla(var(--interactive-accent-hsl),.2)}.card-title{text-align:center;font-size:20px;line-height:30px;color:var(--text-muted);margin-bottom:8px}.card-description{color:var(--text-muted);font-size:var(--font-ui-small);line-height:20px;flex-grow:1}.changelog-item{margin:var(--size-4-2) 0;font-size:var(--font-ui-medium);line-height:var(--line-height)}.changelog-item::before{content:attr(data-label);width:50px;border-radius:var(--radius-m);font-size:var(--font-ui-small);display:inline-block;text-align:center;margin-right:14px;text-transform:uppercase;letter-spacing:1px;line-height:22px}.changelog-item.mod-success::before{background-color:var(--background-modifier-success)}.changelog-item.mod-highlighted::before{background-color:var(--interactive-accent)}[contenteditable]{outline:0}.list-container{display:flex;flex-direction:column;gap:var(--size-4-2)}.list-item{display:flex;padding:0;margin:8px 0;gap:var(--size-4-2);align-items:center}.list-item-actions{display:flex;gap:var(--size-4-2)}.list-item-part.mod-extended{flex-grow:1;overflow-wrap:anywhere}.list-item-part.clickable-icon{display:flex;align-items:center;justify-content:center;padding:var(--size-2-2);cursor:var(--cursor);border-radius:var(--radius-s);color:var(--icon-color)}.list-item-part.clickable-icon:active,.list-item-part.clickable-icon:hover{color:var(--icon-color-hover);background-color:var(--background-modifier-hover)}.list-item-desc{width:100%}.list-item-desc .list-item-part{color:var(--text-muted);font-size:var(--font-ui-small)}.u-center-text{text-align:center}.u-faded-text{color:var(--text-muted)}.u-pop{color:var(--text-accent);font-weight:var(--font-semibold)}.u-muted{color:var(--text-muted)}.u-small{font-size:.8em}.u-clickable{cursor:var(--cursor)}.diff-view{user-select:text}.diff-line{padding:0 var(--size-4-2)}.diff-line.mod-left{background-color:rgba(var(--background-modifier-error-rgb),.2)}.diff-line.mod-left .diff-changed{background-color:rgba(var(--background-modifier-error-rgb),.4)}.diff-line.mod-right{background-color:rgba(var(--background-modifier-success-rgb),.2)}.diff-line.mod-right .diff-changed{background-color:rgba(var(--background-modifier-success-rgb),.4)}.diff-collapsed{text-align:center;color:var(--text-muted);cursor:pointer;font-size:var(--font-ui-small);margin:var(--size-4-2) 0}.diff-collapsed:hover{color:var(--text-accent)}.markdown-reading-view.is-searching{flex-direction:column-reverse}.mod-active .document-search-container{background-color:var(--background-primary)}.document-search-container{display:flex;flex-direction:column;padding:var(--size-4-2) 0;margin:0 var(--size-4-4);gap:var(--size-4-2);z-index:var(--layer-popover)}.document-replace,.document-search{width:100%;max-width:var(--file-line-width);margin:0 auto;display:flex;padding:0 var(--size-4-2);gap:var(--size-4-2)}.document-replace{display:none}.document-search-container.mod-replace-mode .document-replace{display:flex}input.document-replace-input,input.document-search-input{flex-grow:1}input.document-replace-input.mod-no-match,input.document-search-input.mod-no-match{background-color:rgba(var(--background-modifier-error-rgb),.2)}.document-replace-buttons,.document-search-buttons{display:flex;gap:var(--size-4-2);align-items:center}.document-search-button{font-size:var(--font-ui-small);padding:0 var(--size-4-2);color:var(--text-muted)}.document-search-close-button{cursor:var(--cursor);position:relative;top:2px;font-size:24px;line-height:20px;height:24px;width:24px;padding:0 var(--size-2-2);border-radius:var(--radius-s);color:var(--text-muted)}.document-search-close-button::before{font-family:Inter,sans-serif;content:"×";font-weight:300}.markdown-rendered .search-highlight>div{position:absolute;pointer-events:none;box-shadow:0 0 0 2px var(--text-normal);opacity:.3;mix-blend-mode:var(--highlight-mix-blend-mode);border-radius:2px}.markdown-rendered .search-highlight>div.is-active{box-shadow:0 0 0 3px var(--text-accent);opacity:1}select{app-region:no-drag;height:var(--input-height);font-size:var(--font-ui-small);font-family:inherit;font-weight:var(--input-font-weight);color:var(--text-normal);line-height:var(--line-height-tight);padding:0 1.9em 0 .8em;max-width:100%;box-sizing:border-box;margin:0;border:0;box-shadow:var(--input-shadow);border-radius:var(--input-radius);appearance:none;background-color:var(--interactive-normal);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em,100%}select:focus{box-shadow:0 0 0 3px var(--background-modifier-border-focus);outline:0}.flair{background-color:var(--interactive-normal);border-radius:var(--radius-s);color:var(--text-normal);font-size:10px;letter-spacing:.05em;margin-left:var(--size-4-2);padding:var(--size-2-1) var(--size-2-2);position:relative;text-transform:uppercase;white-space:nowrap;vertical-align:middle}.flair.mod-flat{vertical-align:top}.flair.mod-pop{background-color:var(--interactive-accent);color:var(--text-on-accent)}.markdown-preview-view:not(.allow-fold-headings) .heading-collapse-indicator,.markdown-preview-view:not(.allow-fold-lists) .list-collapse-indicator{display:none}.collapse-indicator,.fold-gutter{opacity:0}.collapse-indicator:hover,.fold-gutter.is-collapsed,.fold-gutter:hover,.is-collapsed .collapse-indicator,.metadata-properties-heading:hover .collapse-indicator,h1:hover .collapse-indicator,h2:hover .collapse-indicator,h3:hover .collapse-indicator,h4:hover .collapse-indicator,h5:hover .collapse-indicator,h6:hover .collapse-indicator{opacity:1}.collapse-icon{display:flex;align-items:center}.collapse-icon::before{content:""}.collapse-icon svg.svg-icon{color:var(--nav-collapse-icon-color);stroke-width:4px;width:10px;height:10px;transition:transform .1s ease-in-out 0s}.collapse-icon.is-collapsed svg.svg-icon{transform:rotate(-90deg)}.rtl .collapse-icon.is-collapsed svg.svg-icon{transform:rotate(90deg)}.view-content .collapse-indicator svg.svg-icon,.view-content .list-collapse-indicator svg.svg-icon{color:var(--collapse-icon-color)}.view-content .is-collapsed .collapse-indicator svg.svg-icon,.view-content .is-collapsed .list-collapse-indicator svg.svg-icon{color:var(--collapse-icon-color-collapsed)}.markdown-preview-view .collapse-indicator{position:absolute;cursor:var(--cursor)}.markdown-preview-view .collapse-indicator .svg-icon{vertical-align:middle}.markdown-preview-view li.is-collapsed>ol,.markdown-preview-view li.is-collapsed>ul{display:none}.markdown-preview-view .heading-collapse-indicator{margin-left:-22px;padding:0 6px}svg.svg-icon{height:var(--icon-size);width:var(--icon-size);stroke-width:var(--icon-stroke)}.nav-buttons-container,.side-dock-actions,.view-actions{display:flex;justify-content:center}.side-dock-actions{gap:var(--size-2-3)}.view-actions{gap:0;align-items:center;--icon-size:var(--icon-s)}.nav-file-icon .svg-icon{--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width)}.clickable-icon.side-dock-ribbon-action .svg-icon{--icon-size:var(--icon-l);--icon-stroke:var(--icon-l-stroke-width)}.clickable-icon.side-dock-ribbon-action:active{color:var(--icon-color-focused)}.is-ios .lucide-more-vertical{transform:rotate(90deg)}.clickable-icon{app-region:no-drag;background-color:transparent;display:flex;align-items:center;justify-content:center;padding:var(--size-2-2) var(--size-2-3);cursor:var(--cursor);border-radius:var(--clickable-icon-radius);color:var(--icon-color);opacity:var(--icon-opacity);transition:opacity .15s ease-in-out 0s;height:auto}.clickable-icon.is-active{opacity:var(--icon-opacity-hover);color:var(--icon-color-active);background-color:var(--background-modifier-active-hover)}.clickable-icon.mod-warning{color:var(--text-error)}.clickable-icon.mod-filled svg{fill:var(--icon-color)}.text-icon-button{app-region:no-drag;display:inline-flex;align-items:center;color:var(--text-muted);font-size:var(--font-ui-small);border-radius:var(--button-radius);padding:var(--size-2-1) var(--size-4-3) var(--size-2-1) var(--size-4-2);height:var(--input-height);font-weight:var(--input-font-weight);cursor:var(--cursor);font-family:inherit;gap:var(--size-2-2);user-select:none;white-space:nowrap}.text-icon-button .text-button-icon{display:flex;align-items:center;justify-content:center}.text-icon-button .text-button-icon svg.svg-icon{height:var(--icon-size);width:var(--icon-size);stroke-width:var(--icon-stroke)}.text-icon-button:focus{box-shadow:0 0 0 2px var(--background-modifier-border-focus);outline:0}.markdown-rendered.show-indentation-guide li>ol,.markdown-rendered.show-indentation-guide li>ul{position:relative}.markdown-rendered.show-indentation-guide li>ol::before,.markdown-rendered.show-indentation-guide li>ul::before{content:"";position:absolute;display:block;left:var(--indentation-guide-reading-indent);top:0;bottom:0;border-right:var(--indentation-guide-width) solid var(--indentation-guide-color)}.input-label{display:inline-block;width:150px;text-align:right;margin-right:var(--size-4-2)}.input-button{padding:6px 14px;margin-left:14px;color:var(--text-muted);font-size:var(--font-ui-medium);position:relative;top:-1px}input.metadata-input-text,input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],textarea{app-region:no-drag;background:var(--background-modifier-form-field);border:var(--input-border-width) solid var(--background-modifier-border);color:var(--text-normal);font-family:inherit;padding:var(--size-4-1) var(--size-4-2);font-size:var(--font-ui-small);border-radius:var(--input-radius);outline:0}input.metadata-input-text:active,input.metadata-input-text:focus,input[type=date]:active,input[type=date]:focus,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input[type=password]:active,input[type=password]:focus,input[type=search]:active,input[type=search]:focus,input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{border-color:var(--background-modifier-border-focus);transition:box-shadow .15s ease-in-out 0s,border .15s ease-in-out 0s}input.metadata-input-text:active,input.metadata-input-text:focus,input.metadata-input-text:focus-visible,input[type=date]:active,input[type=date]:focus,input[type=date]:focus-visible,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=datetime-local]:focus-visible,input[type=email]:active,input[type=email]:focus,input[type=email]:focus-visible,input[type=number]:active,input[type=number]:focus,input[type=number]:focus-visible,input[type=password]:active,input[type=password]:focus,input[type=password]:focus-visible,input[type=search]:active,input[type=search]:focus,input[type=search]:focus-visible,input[type=text]:active,input[type=text]:focus,input[type=text]:focus-visible,textarea:active,textarea:focus,textarea:focus-visible{box-shadow:0 0 0 2px var(--background-modifier-border-focus)}input.metadata-input-text::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:var(--text-faint)}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{height:var(--input-height)}textarea{line-height:var(--line-height-tight)}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{display:none;pointer-events:none}input[type=number]::-webkit-inner-spin-button{appearance:none}input[type=date],input[type=datetime-local]{font-variant-numeric:tabular-nums;position:relative}input[type=date]::-webkit-datetime-edit-text,input[type=datetime-local]::-webkit-datetime-edit-text{color:var(--text-faint)}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{position:absolute;left:var(--size-4-1);opacity:.5}input[type=date]::-webkit-datetime-edit-day-field:active,input[type=date]::-webkit-datetime-edit-day-field:focus,input[type=date]::-webkit-datetime-edit-month-field:active,input[type=date]::-webkit-datetime-edit-month-field:focus,input[type=date]::-webkit-datetime-edit-year-field:active,input[type=date]::-webkit-datetime-edit-year-field:focus,input[type=datetime-local]::-webkit-datetime-edit-day-field:active,input[type=datetime-local]::-webkit-datetime-edit-day-field:focus,input[type=datetime-local]::-webkit-datetime-edit-month-field:active,input[type=datetime-local]::-webkit-datetime-edit-month-field:focus,input[type=datetime-local]::-webkit-datetime-edit-year-field:active,input[type=datetime-local]::-webkit-datetime-edit-year-field:focus{background-color:var(--text-selection);color:var(--text-normal);cursor:text}body:not(.is-ios):not(.is-android) input[type=date],body:not(.is-ios):not(.is-android) input[type=datetime-local]{padding-left:var(--size-4-6)}input[type=range]{width:100px;appearance:none;background-color:var(--slider-track-background);border-radius:var(--slider-track-height);height:var(--slider-track-height);padding:0;outline:0}input[type=range]::-webkit-slider-runnable-track{height:6px;appearance:none}input[type=range]::-webkit-slider-thumb{appearance:none;height:var(--slider-thumb-height);width:var(--slider-thumb-width);border-radius:var(--slider-thumb-radius);cursor:default;background:#fff;border:var(--slider-thumb-border-width) solid var(--slider-thumb-border-color);position:relative;top:var(--slider-thumb-y);transition:all .1s linear 0s;box-shadow:rgba(0,0,0,.05) 0 1px 1px 0,rgba(0,0,0,.1) 0 2px 2px 0}input[type=range]::-webkit-slider-thumb:active,input[type=range]::-webkit-slider-thumb:hover{background:#fff;border-color:var(--background-modifier-border-focus);box-shadow:rgba(0,0,0,.1) 0 1px 2px 0,rgba(0,0,0,.2) 0 2px 3px 0;transition:all .1s linear 0s}body:not(.is-mobile) input[type=range]:focus{box-shadow:none}body:not(.is-mobile) input[type=range]:focus::-webkit-slider-thumb{box-shadow:rgba(0,0,0,.05) 0 1px 2px 0,rgba(0,0,0,.2) 0 2px 3px 0}body:not(.is-mobile) input[type=range]:focus-visible::-webkit-slider-thumb{border-color:var(--background-modifier-border-focus);box-shadow:0 1px 2px 0 rgba(0,0,0,.05),0 2px 3px 0 rgba(0,0,0,.2),0 0 0 2px var(--background-modifier-border-focus)}input[type=color]{appearance:none;width:calc(var(--swatch-width) + 4px);background-color:transparent;border:none;cursor:var(--cursor);padding:0}input[type=color]::-webkit-color-swatch-wrapper{padding:2px}input[type=color]::-webkit-color-swatch{border:0;box-shadow:var(--swatch-shadow);border-radius:var(--swatch-radius);height:var(--swatch-height);width:var(--swatch-width);align-self:center}input[type=color]:focus-visible::-webkit-color-swatch,input[type=color]:focus::-webkit-color-swatch{box-shadow:var(--swatch-shadow),0 0 0 3px var(--background-modifier-border-focus)}select.mod-hidden{display:none}.notice-container{z-index:var(--layer-notice);position:fixed;top:22px;right:0;padding:10px;overflow:hidden}.notice{background-color:var(--background-modifier-message);border-radius:var(--radius-m);box-shadow:0 2px 8px var(--background-modifier-box-shadow);color:#fafafa;font-size:var(--font-ui-small);line-height:var(--line-height-tight);padding:.75em 1em;max-width:300px;margin-bottom:14px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;cursor:var(--cursor)}.debug-textarea{width:100%;height:50vh;max-height:80vh;font-family:var(--font-monospace);tab-size:4;resize:none}.modal-container{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:var(--layer-modal)}.modal-container.mod-dim .modal{box-shadow:var(--shadow-l)}.modal-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-modifier-cover)}.modal{--checkbox-size:var(--font-ui-medium);background-color:var(--modal-background);border-radius:var(--modal-radius);border:var(--modal-border-width) solid var(--modal-border-color);padding:var(--size-4-4);position:relative;min-height:100px;width:var(--dialog-width);max-width:var(--dialog-max-width);max-height:var(--dialog-max-height);display:flex;flex-direction:column;overflow:auto}.modal.mod-scrollable-content{padding:0;overflow:hidden}.modal.mod-scrollable-content .modal-title{padding:var(--size-4-4) var(--size-4-4) 0 var(--size-4-4)}.modal.mod-scrollable-content .modal-content{padding:0 var(--size-4-4) var(--size-4-4) var(--size-4-4);overflow:auto}body:not(.native-scrollbars) .modal-close-button{right:12px}.modal-close-button{cursor:var(--cursor);position:absolute;top:var(--size-2-3);right:var(--size-2-3);font-size:24px;line-height:20px;height:24px;width:24px;padding:0 var(--size-2-2);border-radius:var(--radius-s);color:var(--text-muted)}.modal-close-button::before{font-family:Inter,sans-serif;content:"×";font-weight:300}.modal-title{font-size:var(--font-ui-large);margin-bottom:.75em;font-weight:var(--font-semibold);text-align:left;line-height:var(--line-height-tight)}.modal-title:empty{display:none}.modal-content{flex:1 1 auto;font-size:var(--font-ui-medium)}.modal-button-container{margin-top:1.5em;display:flex;justify-content:flex-end;gap:var(--size-4-2);flex-wrap:wrap;font-size:var(--font-ui-medium)}.modal-button-container .mod-checkbox{flex-grow:1;display:flex;align-items:center;gap:var(--size-4-1)}.modal-button-container .mod-secondary{margin-right:auto}.modal.mod-scrollable-content>.modal-button-container{margin-top:0;border-top:1px solid var(--background-modifier-border);padding:var(--size-4-4)}.modal-checkbox-label{cursor:var(--cursor);margin-left:10px;user-select:none}.mod-warning{color:var(--text-error)}.mod-success{color:var(--text-success)}.modal .modal-nav-action{background-color:unset;margin-top:var(--size-4-1);position:absolute;top:0;width:unset}.modal .modal-nav-action.mod-secondary{left:0}.modal .modal-nav-action.mod-cta{color:var(--color-accent);font-weight:var(--font-semibold);right:0}.nav-buttons-container{flex-wrap:wrap;gap:var(--size-2-1)}.nav-buttons-container.has-separator{border-bottom:1px solid var(--background-modifier-border);padding-bottom:var(--size-2-3);margin-bottom:var(--size-4-2)}body{--pill-focus-width:calc(100% + 6px);--pill-focus-left-adjust:-4px}.multi-select-container{cursor:text;display:inline-flex;vertical-align:top;flex-wrap:wrap;min-height:var(--input-height);width:100%;background:var(--background-modifier-form-field);border:var(--input-border-width) solid var(--background-modifier-border);color:var(--text-normal);font-size:var(--font-ui-small);border-radius:var(--input-radius);outline:0;padding:var(--size-4-1);gap:var(--size-4-1)}.multi-select-pill{--icon-size:var(--icon-xs);--icon-stroke:var(--icon-xs-stroke-width);display:flex;align-items:center;background-color:var(--pill-background);border:var(--pill-border-width) solid var(--pill-border-color);border-radius:var(--pill-radius);color:var(--pill-color);cursor:var(--cursor);font-weight:var(--pill-weight);padding:var(--pill-padding-y) 0;line-height:1;max-width:100%;gap:var(--size-2-1);position:relative}.multi-select-pill:focus::after{content:"";display:block;position:absolute;pointer-events:none;border-radius:var(--pill-radius);left:var(--pill-focus-left-adjust);width:var(--pill-focus-width);height:100%;box-shadow:0 0 0 1px var(--background-modifier-border-focus),inset 0 0 0 1px var(--background-modifier-border-focus)}.multi-select-pill-content{margin-left:var(--pill-padding-x)}.multi-select-pill-remove-button{margin-right:min(var(--size-2-3),var(--pill-padding-x));cursor:var(--cursor);color:var(--pill-color-remove);border-radius:var(--radius-s);display:flex;align-items:center;--icon-size:var(--icon-xs);--icon-stroke:var(--icon-xs-stroke-width)}.multi-select-pill-remove-button:hover{color:var(--pill-color-remove-hover)}.multi-select-input{cursor:text;font-family:var(--font-interface);min-width:1ch;max-width:max-content;color:var(--text-normal);background-color:inherit;border:none;overflow-x:auto;white-space:nowrap}.multi-select-input::-webkit-scrollbar{display:none}.multi-select-input::before{content:""}.multi-select-input:empty::before{content:attr(placeholder);color:var(--text-faint);pointer-events:none}.multi-select-duplicate{animation:2s ease-in 0s 1 normal none running multi-select-highlight}.markdown-rendered progress{-webkit-writing-mode:horizontal-tb;writing-mode:horizontal-tb;appearance:none;box-sizing:border-box;display:inline-block;height:6px;margin-bottom:4px;max-width:100%;overflow:hidden;border-radius:0;border:0;vertical-align:-.2rem}.markdown-rendered progress[value]::-webkit-progress-bar{background-color:var(--background-secondary);box-shadow:inset 0 0 0 1px var(--background-modifier-border);border-radius:6px;overflow:hidden}.markdown-rendered progress[value]::-webkit-progress-value{background-color:var(--interactive-accent);overflow:hidden}body:not(.native-scrollbars) ::-webkit-scrollbar{width:12px;height:12px;border-radius:var(--radius-l);background-color:transparent}body:not(.native-scrollbars) ::-webkit-scrollbar-track{background-color:transparent}body:not(.native-scrollbars) ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg);border-radius:var(--radius-l);background-clip:padding-box;border-style:solid;border-color:transparent;border-image:initial;border-width:3px 3px 3px 2px;min-height:45px}body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:active{border-radius:var(--radius-l)}body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:active,body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-active-thumb-bg)}body:not(.native-scrollbars) ::-webkit-scrollbar-corner{background:0 0}.checkbox-container{app-region:no-drag;cursor:var(--cursor);background-color:var(--background-modifier-border-hover);border-radius:var(--toggle-radius);display:inline-block;flex-shrink:0;height:calc(var(--toggle-thumb-height) + var(--toggle-border-width) * 2);position:relative;user-select:none;width:var(--toggle-width);box-shadow:rgba(0,0,0,.07) 0 4px 10px inset,rgba(0,0,0,.21) 0 0 1px inset;transition:box-shadow .15s ease-in-out 0s,outline .15s ease-in-out 0s,border .15s ease-in-out 0s,opacity .15s ease-in-out 0s;outline:0 solid var(--background-modifier-border-focus)}.checkbox-container input[type=checkbox]{position:absolute;opacity:0;left:0}.checkbox-container:focus-within{outline:var(--toggle-border-width) solid var(--background-modifier-border-focus)}.checkbox-container.is-enabled{background-color:var(--interactive-accent)}.checkbox-container.is-enabled::after{transform:translate3d(calc(var(--toggle-width) - var(--toggle-thumb-width) - var(--toggle-border-width)),0,0)}.checkbox-container.is-enabled:active::after{left:-4px}.checkbox-container::before{content:"";display:block;position:absolute;inset:0px;opacity:0}.checkbox-container::after{pointer-events:none;content:"";display:block;position:absolute;background-color:var(--toggle-thumb-color);width:var(--toggle-thumb-width);height:var(--toggle-thumb-height);margin:var(--toggle-border-width) 0 0 0;border-radius:var(--toggle-thumb-radius);transition:transform .15s ease-in-out 0s,width .1s ease-in-out 0s,left .1s ease-in-out 0s;left:0;transform:translate3d(var(--toggle-border-width),0,0);box-shadow:rgba(0,0,0,.15) 0 1px 2px}.checkbox-container:active::after{width:calc(var(--toggle-thumb-width) + var(--toggle-border-width))}.checkbox-container.mod-small{width:var(--toggle-s-width);height:calc(var(--toggle-s-thumb-height) + var(--toggle-s-border-width) * 2)}.checkbox-container.mod-small:focus-within{outline:var(--toggle-s-border-width) solid var(--background-modifier-border-focus)}.checkbox-container.mod-small::after{width:var(--toggle-s-thumb-width);height:var(--toggle-s-thumb-height);margin:var(--toggle-s-border-width) 0 0 0;transform:translate3d(var(--toggle-s-border-width),0,0)}.checkbox-container.mod-small.is-enabled::after{transform:translate3d(calc(var(--toggle-s-width) - var(--toggle-s-thumb-width) - var(--toggle-s-border-width)),0,0)}.checkbox-container.mod-small:active::after{width:calc(var(--toggle-s-thumb-width) + var(--toggle-s-border-width))}.tree-item-self{align-items:baseline;display:flex;border-radius:var(--radius-s);color:var(--nav-item-color);font-size:var(--nav-item-size);line-height:var(--line-height-tight);font-weight:var(--nav-item-weight);margin-bottom:var(--size-2-1);padding:var(--nav-item-padding);position:relative}.tree-item-self::before{content:""}.tree-item-self.mod-collapsible{padding:var(--nav-item-parent-padding)}.tree-item-self.is-being-dragged-over{border-radius:var(--radius-s);color:var(--nav-item-color-highlighted);background:hsla(var(--interactive-accent-hsl),.1)}.tree-item-self.is-being-dragged-over .collapse-icon{color:var(--nav-item-color-highlighted)}.tree-item-self.is-being-renamed .tree-item-inner{cursor:text}.tree-item-self.is-clickable{cursor:var(--cursor)}.tree-item-self.is-active,body:not(.is-grabbing) .tree-item-self.is-active:hover{color:var(--nav-item-color-active);background-color:var(--nav-item-background-active);font-weight:var(--nav-item-weight-active)}.tree-item-self.is-selected,body:not(.is-grabbing) .tree-item-self.is-selected:hover{color:var(--nav-item-color-selected);background-color:var(--nav-item-background-selected)}.tree-item-self.is-being-dragged,body:not(.is-grabbing) .tree-item-self.is-being-dragged:hover{color:var(--text-on-accent);background-color:var(--interactive-accent)}.tree-item-self.is-being-dragged .tree-item-icon,body:not(.is-grabbing) .tree-item-self.is-being-dragged:hover .tree-item-icon{color:var(--text-on-accent)}body:not(.is-phone) .workspace-leaf.mod-active .tree-item-self.has-focus{border-radius:var(--radius-s);box-shadow:0 0 0 2px var(--background-modifier-border-focus)}body:not(.is-phone) .workspace-leaf.mod-active .tree-item-self.has-focus:focus-within{box-shadow:0 0 0 2px var(--interactive-accent)}.tree-item-self .tree-item-icon{position:absolute;margin-left:calc(-1 * var(--size-4-5));width:var(--size-4-4);display:flex;align-items:center;justify-content:center;opacity:var(--icon-opacity);color:var(--icon-color);flex:0 0 auto}.tree-item-self .tree-item-icon::before{content:""}.tree-item-self .tree-item-icon .svg-icon:not(.right-triangle){--icon-size:var(--icon-xs);--icon-stroke:var(--icon-s-stroke-width)}.tree-item-flair-outer{padding-left:var(--size-4-1);margin-left:auto;display:flex;flex-shrink:0;align-items:center}.tree-item-flair{font-size:var(--font-ui-smaller);color:var(--text-faint);line-height:1;border-radius:var(--radius-s)}.tree-item-inner{overflow:hidden}.tree-item-inner-text{overflow:hidden;text-overflow:ellipsis}.tree-item-inner-subtext{color:var(--text-faint);font-size:85%}.tree-item-children{padding-left:var(--nav-item-children-padding-left);margin-left:var(--nav-item-children-margin-left);margin-bottom:1px;border-left:var(--nav-indentation-guide-width) solid var(--nav-indentation-guide-color)}audio{outline:0}.markdown-rendered audio{max-width:100%;outline:0}audio{width:100%;height:42px}audio::-webkit-media-controls-enclosure{border-radius:calc(var(--radius-m) - 1px);border:1px solid var(--background-modifier-border);background-color:var(--background-primary-alt)}audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display{font-family:var(--font-interface)}iframe{border:0}kbd{color:var(--code-normal);font-family:var(--font-monospace);background-color:var(--code-background);border-radius:var(--radius-s);font-size:var(--code-size);padding:.1em .25em}.pdf-outline-view .tree-item-self:not(.mod-collapsible){padding-left:calc(10px + var(--size-4-2) + var(--size-2-3))}.pdf-outline-view .tree-item-self.mod-active{color:var(--nav-item-color-active);background-color:var(--nav-item-background-active);font-weight:var(--nav-item-weight-active)}.pdf-outline-view .tree-item-flair{white-space:nowrap}.pdf-findbar input[type=checkbox]{display:none;pointer-events:none}.scrollWrapped) .page,.spread .page{border:var(--size-4-1) solid transparent}.popupWrapper{--pdf-popup-width:280px;font-size:var(--font-ui-medium);pointer-events:none;position:absolute;transform:translate(-50%,0);z-index:10000}.popupWrapper>div{margin:var(--size-4-3);background-color:var(--background-primary);border-radius:var(--radius-s);filter:drop-shadow(rgba(0, 0, 0, .2) 0px 0px 1px) drop-shadow(rgba(0, 0, 0, .3) 0px 1px 2px) drop-shadow(rgba(0, 0, 0, .3) 0px 4px 6px)}.popupWrapper>div::after{background:var(--background-primary);border-top-left-radius:2px;content:"";height:var(--size-4-3);left:calc(50% - 2px);position:absolute;top:-5px;transform:rotate(45deg);width:var(--size-4-3);z-index:-1}.popup{cursor:initial;display:flex;flex-direction:column;pointer-events:auto;user-select:text;white-space:normal;width:var(--pdf-popup-width);overflow-wrap:break-word}.popupContent{font-size:var(--font-ui-small);line-height:var(--line-height-tight);max-height:200px;overflow:auto;padding:var(--size-4-4)}.popupContent:empty{display:none}.popupMeta{--icon-size:var(--font-ui-small);--icon-stroke:2.5px;align-items:center;background-color:var(--background-secondary);border-top:1px solid var(--background-modifier-border);color:var(--text-muted);display:flex;font-size:var(--font-ui-smaller);gap:var(--size-4-1);justify-content:space-between;padding:var(--size-4-1) var(--size-4-2);border-bottom-left-radius:var(--radius-s);border-bottom-right-radius:var(--radius-s)}.popupContent:empty+.popupMeta{border-top:none;background-color:var(--background-primary);border-top-left-radius:var(--radius-s);border-top-right-radius:var(--radius-s)}.popupMeta .clickable-icon{margin-right:calc(var(--size-4-1) * -1);margin-left:calc(var(--size-2-1) * -1)}.popupDate{white-space:nowrap}.markdown-rendered video{max-width:100%;outline:0}.markdown-rendered blockquote{color:var(--blockquote-color);font-style:var(--blockquote-font-style);background-color:var(--blockquote-background-color);border-left:var(--blockquote-border-thickness) solid var(--blockquote-border-color);padding:0 0 0 var(--size-4-6);margin-inline:0px}.markdown-rendered blockquote>:first-child{margin-top:0}.markdown-rendered blockquote>:last-child{margin-bottom:0}.callout{--callout-color:var(--callout-default);--callout-icon:lucide-pencil}.callout[data-callout=abstract],.callout[data-callout=summary],.callout[data-callout=tldr]{--callout-color:var(--callout-summary);--callout-icon:lucide-clipboard-list}.callout[data-callout=info]{--callout-color:var(--callout-info);--callout-icon:lucide-info}.callout[data-callout=todo]{--callout-color:var(--callout-todo);--callout-icon:lucide-check-circle-2}.callout[data-callout=important]{--callout-color:var(--callout-important);--callout-icon:lucide-flame}.callout[data-callout=hint],.callout[data-callout=tip]{--callout-color:var(--callout-tip);--callout-icon:lucide-flame}.callout[data-callout=check],.callout[data-callout=done],.callout[data-callout=success]{--callout-color:var(--callout-success);--callout-icon:lucide-check}.callout[data-callout=faq],.callout[data-callout=help],.callout[data-callout=question]{--callout-color:var(--callout-question);--callout-icon:help-circle}.callout[data-callout=attention],.callout[data-callout=caution],.callout[data-callout=warning]{--callout-color:var(--callout-warning);--callout-icon:lucide-alert-triangle}.callout[data-callout=fail],.callout[data-callout=failure],.callout[data-callout=missing]{--callout-color:var(--callout-fail);--callout-icon:lucide-x}.callout[data-callout=danger],.callout[data-callout=error]{--callout-color:var(--callout-error);--callout-icon:lucide-zap}.callout[data-callout=bug]{--callout-color:var(--callout-bug);--callout-icon:lucide-bug}.callout[data-callout=example]{--callout-color:var(--callout-example);--callout-icon:lucide-list}.callout[data-callout=cite],.callout[data-callout=quote]{--callout-color:var(--callout-quote);--callout-icon:quote-glyph}.callout{overflow:hidden;border-style:solid;border-color:rgba(var(--callout-color),var(--callout-border-opacity));border-width:var(--callout-border-width);border-radius:var(--callout-radius);margin:1em 0;mix-blend-mode:var(--callout-blend-mode);background-color:rgba(var(--callout-color),.1);padding:var(--callout-padding)}.callout.is-collapsible .callout-title{cursor:var(--cursor)}.callout-title{padding:var(--callout-title-padding);display:flex;gap:var(--size-4-1);font-size:var(--callout-title-size);color:rgb(var(--callout-color));line-height:var(--line-height-tight);align-items:flex-start}.callout-content{overflow-x:auto;padding:var(--callout-content-padding);background-color:var(--callout-content-background)}.callout-icon{flex:0 0 auto;display:flex;align-items:center}.callout-icon .svg-icon{color:rgb(var(--callout-color))}.callout-icon::after{content:""}.callout-title-inner{font-weight:var(--bold-weight);color:var(--callout-title-color)}.callout-fold{display:flex;align-items:center;padding-right:var(--size-4-2)}.callout-fold::after{content:""}.callout-fold .svg-icon{transition:transform .1s ease-in-out 0s}.callout-fold.is-collapsed .svg-icon{transform:rotate(-90deg)}.markdown-rendered code{color:var(--code-normal);font-family:var(--font-monospace);background-color:var(--code-background);border-radius:var(--code-radius);font-size:var(--code-size);padding:.1em .25em;-webkit-box-decoration-break:clone}.cm-s-obsidian span.cm-inline-code span.cm-inline-code.hmd-hidden-token{font-size:0px}.markdown-rendered pre{position:relative;padding:var(--size-4-3) var(--size-4-4);min-height:38px;background-color:var(--code-background);border-radius:var(--code-radius);white-space:var(--code-white-space);overflow-x:auto}.markdown-rendered pre code{border:none;padding:0;background-color:transparent}.markdown-rendered pre:not(:hover)>button.copy-code-button{display:none}.markdown-rendered button.copy-code-button{margin:6px;padding:6px 8px;height:auto;background-color:transparent;box-shadow:none;color:var(--text-muted);font-size:var(--font-ui-smaller);font-family:var(--font-interface);position:absolute;top:0;right:0}code[class*=language-],pre[class*=language-]{color:var(--code-normal);background:0 0;overflow-wrap:break-word;white-space:pre-wrap;word-break:normal;font-family:var(--font-monospace);text-align:left;word-spacing:normal;line-height:var(--line-height-normal);hyphens:none}:not(pre)>code[class*=language-],pre[class*=language-]{background:var(--code-background)}pre[class*=language-]{overflow:hidden}code[class*=language-]{display:block;padding:1em;overflow:auto}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:var(--code-comment)}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.symbol,.token.tag{color:var(--code-tag)}.token.punctuation{color:var(--code-punctuation)}.token.boolean,.token.number{color:var(--code-value)}.token.attr-name,.token.char,.token.inserted,.token.selector,.token.string{color:var(--code-string)}.token.operator{color:var(--code-operator)}.language-css .token.string,.style .token.string,.token.entity,.token.parameter,.token.property,.token.url,.token.variable{color:var(--code-property)}.token.atrule,.token.attr-value,.token.builtin,.token.class-name,.token.function,.token.property-access{color:var(--code-function)}.token.keyword{color:var(--code-keyword)}.token.important,.token.regex{color:var(--code-important)}.markdown-preview-view .markdown-embed .markdown-preview-view{--file-folding-offset:0px;height:100%;padding:0}.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h1,.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h2,.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h3,.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h4,.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h5,.markdown-preview-view .markdown-embed .markdown-preview-view .markdown-preview-pusher h6{margin-top:0}.file-embed,.markdown-embed{position:relative}.file-embed-link,.markdown-embed-link{position:absolute;top:4px;right:4px;color:var(--icon-color);opacity:var(--icon-opacity);cursor:var(--cursor-link);padding:var(--size-2-2);border-radius:var(--radius-s);display:flex;align-items:center;--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width)}.file-embed-title{display:flex;align-items:center;justify-content:center;gap:var(--size-4-2)}.file-embed-icon{color:var(--text-muted);display:flex}.file-embed{display:flex;justify-content:center;border-radius:var(--radius-m);background-color:var(--background-primary-alt)}.file-embed.mod-empty,.file-embed.mod-generic{cursor:var(--cursor-link);padding:var(--size-4-2);color:var(--text-muted);text-align:center;font-size:var(--font-smaller)}.file-embed.mod-empty-attachment{padding:var(--size-4-2);color:var(--text-muted);text-align:center;font-size:var(--font-smaller)}.markdown-embed-content{height:100%}.embed-title{align-items:center;display:flex;gap:var(--size-4-1);font-size:var(--font-text-size);font-weight:var(--bold-weight);text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:0 0 var(--size-4-2) 0}.markdown-embed{font-style:var(--embed-font-style);background-color:var(--embed-background);border-top:var(--embed-border-top);border-right:var(--embed-border-right);border-bottom:var(--embed-border-bottom);border-left:var(--embed-border-left);margin:0;padding:var(--embed-padding)}.markdown-embed .markdown-preview-view{padding:0}.internal-embed:not(.image-embed){display:block}.internal-embed audio,.internal-embed img:not([width]),.internal-embed video{max-width:100%}.inline-embed .markdown-embed-content{height:fit-content;max-height:var(--embed-max-height);overflow:auto}.inline-embed .markdown-embed-content p:first-child{margin-top:0}.inline-embed .markdown-source-view.mod-cm6 .cm-editor{min-height:unset}.embed-iframe{width:100%;height:100%}iframe.external-embed{width:600px;max-width:100%;height:350px}.footnote-link{text-decoration:none}.footnotes{font-size:var(--footnote-size)}.footnote-ref{vertical-align:super}.footnote-backref{color:var(--text-faint);text-decoration:none}.markdown-rendered .frontmatter.mod-failed{position:relative}.markdown-rendered .frontmatter.mod-failed .mod-error{color:var(--text-error);font-size:var(--font-smaller)}.markdown-rendered .frontmatter.mod-failed::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--background-modifier-error);opacity:.3;mix-blend-mode:var(--highlight-mix-blend-mode)}.metadata-container{--input-height:var(--metadata-input-height);border-radius:var(--metadata-border-radius);background-color:var(--metadata-background);border-color:var(--metadata-border-color);border-style:solid;border-width:var(--metadata-border-width);padding:var(--metadata-padding);color:var(--text-muted);position:relative;max-width:var(--metadata-max-width);margin-block-end:var(--p-spacing);transform:translateX(calc(var(--size-4-1) * -1))}.metadata-container .metadata-add-button{padding-left:var(--size-2-3);margin-top:.5em;font-size:var(--metadata-label-font-size)}.markdown-embed-content .metadata-container{display:none}.metadata-container.is-collapsed .metadata-property{display:none}.metadata-container:focus-within .metadata-property.is-selected{color:var(--nav-item-color-selected);background-color:var(--nav-item-background-selected)}.metadata-properties{display:flex;flex-direction:column;gap:var(--metadata-gap)}.metadata-properties-heading{display:inline-block;padding:var(--size-4-1);margin-bottom:var(--size-4-2);position:relative;line-height:1.2}.metadata-properties-heading::before{content:"";border-radius:var(--metadata-property-radius);position:absolute;display:inline-block;inset:0px}.metadata-properties-heading:focus::before{box-shadow:0 0 0 2px var(--background-modifier-border-focus)}.metadata-properties-heading .collapse-indicator{position:absolute;left:-22px;padding:0 6px}.metadata-properties-title{user-select:none;font-size:max(var(--font-ui-small), 1em);color:var(--text-normal);font-weight:var(--font-medium)}.metadata-input-text{background-color:transparent;width:100%;min-height:var(--input-height);border-width:0;resize:none;overflow-y:hidden}.metadata-input-text::-webkit-date-and-time-value{text-align:left}.metadata-property{position:relative;display:flex;align-items:start;padding:var(--metadata-property-padding);border-radius:var(--metadata-property-radius);overflow:hidden;background-color:var(--metadata-property-background)}.metadata-property:focus-within{background-color:var(--metadata-property-background-hover);--metadata-divider-color:var(--metadata-divider-color-focus);box-shadow:0 0 0 2px var(--background-modifier-border-focus)}.metadata-property-icon{cursor:var(--cursor);color:var(--icon-color);display:flex;align-items:center;padding:var(--size-4-1) 0;height:var(--input-height);user-select:none}.metadata-property-icon::before{content:"";width:var(--size-4-1)}.metadata-input-number{background-color:transparent;width:100%;border-width:0}input[type=checkbox].metadata-input-checkbox{margin-left:var(--size-4-2)}.metadata-property-key{display:flex;align-self:stretch;align-items:flex-start;flex-direction:row;flex-shrink:0;border-bottom:var(--metadata-divider-width) solid var(--metadata-divider-color);background-color:var(--metadata-label-background);width:var(--metadata-label-width);min-width:var(--metadata-label-width)}.metadata-property-key:focus-within{background-color:var(--metadata-label-background-active)}input.metadata-property-key-input{border:none;flex-grow:1;color:var(--metadata-label-text-color);font-size:var(--metadata-label-font-size);font-weight:var(--metadata-label-font-weight);height:var(--input-height);background-color:transparent;display:flex;align-items:center;text-overflow:ellipsis;overflow:hidden}input.metadata-property-key-input:active,input.metadata-property-key-input:focus{background-color:transparent}.metadata-property button{margin-top:var(--size-4-2)}.metadata-property .multi-select-container,.metadata-property input[type=date],.metadata-property input[type=datetime-local],.metadata-property input[type=number],.metadata-property input[type=text]{border-radius:0;border:none}.metadata-property .multi-select-container:active,.metadata-property .multi-select-container:focus,.metadata-property .multi-select-container:hover,.metadata-property input[type=date]:active,.metadata-property input[type=date]:focus,.metadata-property input[type=date]:hover,.metadata-property input[type=datetime-local]:active,.metadata-property input[type=datetime-local]:focus,.metadata-property input[type=datetime-local]:hover,.metadata-property input[type=number]:active,.metadata-property input[type=number]:focus,.metadata-property input[type=number]:hover,.metadata-property input[type=text]:active,.metadata-property input[type=text]:focus,.metadata-property input[type=text]:hover{box-shadow:none;border:none}.metadata-property .metadata-input-number,.metadata-property .metadata-input-text,.metadata-property .multi-select-container{background-color:transparent}.metadata-property .metadata-input-number:hover,.metadata-property .metadata-input-text:hover,.metadata-property .multi-select-container:hover{background-color:transparent}.metadata-property .metadata-input-number:active,.metadata-property .metadata-input-number:focus,.metadata-property .metadata-input-number:focus-within,.metadata-property .metadata-input-text:active,.metadata-property .metadata-input-text:focus,.metadata-property .metadata-input-text:focus-within,.metadata-property .multi-select-container:active,.metadata-property .multi-select-container:focus,.metadata-property .multi-select-container:focus-within{background-color:transparent}.metadata-property .metadata-input-text{text-overflow:ellipsis;overflow:hidden}.metadata-property .multi-select-container input{background-color:transparent}.metadata-property .multi-select-container{padding:var(--size-4-1) var(--size-4-2)}.metadata-property[data-property-key=tags]{--pill-color:var(--tag-color);--pill-color-hover:var(--tag-color-hover);--pill-color-remove:var(--tag-color);--pill-color-remove-hover:var(--tag-color-hover);--pill-decoration:var(--tag-decoration);--pill-decoration-hover:var(--tag-decoration-hover);--pill-background:var(--tag-background);--pill-background-hover:var(--tag-background-hover);--pill-border-color:var(--tag-border-color);--pill-border-color-hover:var(--tag-border-color-hover);--pill-border-width:var(--tag-border-width);--pill-padding-x:var(--tag-padding-x);--pill-padding-y:var(--tag-padding-y);--pill-radius:var(--tag-radius);--pill-weight:var(--tag-weight);--pill-focus-width:100%;--pill-focus-left-adjust:0}.metadata-property[data-property-key=tags] .multi-select-pill{cursor:var(--cursor-link)}.metadata-property:not([data-property-key=tags]){--pill-border-width:0;--pill-padding-x:0;--pill-padding-y:0;--pill-color:var(--metadata-input-text-color)}.metadata-property:not([data-property-key=tags]) .multi-select-pill{line-height:var(--line-height-tight)}.metadata-property-warning-icon{--icon-size:var(--icon-s);position:absolute;right:var(--size-2-1);top:var(--size-2-1);bottom:var(--size-2-1);align-items:center;display:flex;color:var(--text-warning)}.metadata-property-value{display:flex;flex:1 1 auto;gap:var(--size-2-2);align-items:center;align-self:stretch;min-height:var(--input-height);background-color:var(--metadata-input-background);border-bottom:var(--metadata-divider-width) solid var(--metadata-divider-color);overflow:hidden}.metadata-property-value.mod-external-link:not(:placeholder-shown){text-decoration-line:var(--link-decoration);text-decoration-thickness:var(--link-decoration-thickness);text-decoration-color:var(--text-faint)}.metadata-property-value .mod-unknown{color:var(--text-warning);padding:var(--size-4-1) var(--size-4-2);font-size:var(--metadata-input-font-size);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.metadata-property-value .multi-select-input{font-size:inherit}.metadata-property-value .metadata-link-inner,.metadata-property-value .multi-select-container,.metadata-property-value input{font-size:var(--metadata-input-font-size)}.metadata-property-value .multi-select-container{--background-modifier-form-field:transparent;--background-modifier-border:transparent;align-items:center}.metadata-property-value .multi-select-container .multi-select-pill.is-invalid{--pill-background:transparent;--pill-color:var(--text-error);--pill-color-remove:var(--text-error)}.metadata-property-value .external-link.multi-select-pill-content,.metadata-property-value .internal-link .multi-select-pill-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metadata-property-value .clickable-icon{--icon-size:var(--icon-xs);--icon-stroke:var(--icon-xs-stroke-width);margin-right:2px;margin-left:-4px;padding:4px}.metadata-property-value .clickable-icon:hover{background:0 0;color:var(--text-normal);cursor:var(--cursor-link)}.metadata-property-value:focus-within{background-color:var(--metadata-input-background-active)}.metadata-input-longtext{cursor:text;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--metadata-input-text-color);font-size:var(--metadata-input-font-size);max-height:300px;overflow-y:auto;padding:var(--size-4-1) var(--size-4-2);width:100%}.metadata-input-longtext:focus{-webkit-line-clamp:unset}.metadata-input-longtext:not(:empty){display:-webkit-box}.metadata-input-longtext:empty::before{content:attr(placeholder);color:var(--text-faint)}.metadata-link{cursor:text;align-items:center;padding:var(--size-4-1) var(--size-4-2);display:flex;gap:var(--size-4-2);width:100%}.metadata-link-inner{cursor:var(--cursor-link);color:var(--link-color);text-decoration-line:var(--link-decoration);text-decoration-thickness:var(--link-decoration-thickness);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.metadata-link-flair{--icon-size:var(--icon-xs);background-color:transparent;cursor:text;margin-left:auto;display:flex;align-items:center;justify-content:center;padding:var(--size-2-1);border-radius:var(--clickable-icon-radius);color:var(--icon-color);opacity:0;transition:opacity .15s ease-in-out 0s;height:auto}.markdown-preview-view .metadata-container{display:none}.markdown-preview-view.show-properties .metadata-container{display:var(--metadata-display-reading)}.markdown-preview-view.show-properties .metadata-container[data-property-count="0"]{display:none}.markdown-rendered li h1,.markdown-rendered li h2,.markdown-rendered li h3,.markdown-rendered li h4,.markdown-rendered li h5{margin-top:0;margin-bottom:0}.markdown-rendered div:has(> :is(p,pre,table,ul,ol))+div>:is(h1,h2,h3,h4,h5,h6){margin-top:var(--heading-spacing)}.markdown-rendered h1,h1{font-variant:var(--h1-variant);letter-spacing:-.015em;line-height:var(--h1-line-height);font-size:var(--h1-size);color:var(--h1-color);font-weight:var(--h1-weight);font-style:var(--h1-style);font-family:var(--h1-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h1 a,h1 a{font-weight:inherit}.markdown-rendered h2,h2{font-variant:var(--h2-variant);letter-spacing:-.015em;line-height:var(--h2-line-height);font-size:var(--h2-size);color:var(--h2-color);font-weight:var(--h2-weight);font-style:var(--h2-style);font-family:var(--h2-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h2 a,h2 a{font-weight:inherit}.markdown-rendered h3,h3{font-variant:var(--h3-variant);letter-spacing:-.015em;line-height:var(--h3-line-height);font-size:var(--h3-size);color:var(--h3-color);font-weight:var(--h3-weight);font-style:var(--h3-style);font-family:var(--h3-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h3 a,h3 a{font-weight:inherit}.markdown-rendered h4,h4{font-variant:var(--h4-variant);letter-spacing:.015em;line-height:var(--h4-line-height);font-size:var(--h4-size);color:var(--h4-color);font-weight:var(--h4-weight);font-style:var(--h4-style);font-family:var(--h4-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h4 a,h4 a{font-weight:inherit}.markdown-rendered h5,h5{font-variant:var(--h5-variant);letter-spacing:.015em;font-size:var(--h5-size);line-height:var(--h5-line-height);color:var(--h5-color);font-weight:var(--h5-weight);font-style:var(--h5-style);font-family:var(--h5-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h5 a,h5 a{font-weight:inherit}.markdown-rendered h6,h6{font-variant:var(--h6-variant);letter-spacing:.015em;font-size:var(--h6-size);line-height:var(--h6-line-height);color:var(--h6-color);font-weight:var(--h6-weight);font-style:var(--h6-style);font-family:var(--h6-font);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered h6 a,h6 a{font-weight:inherit}.inline-title[data-level="1"]{font-variant:var(--h1-variant);letter-spacing:-.015em;line-height:var(--h1-line-height);font-size:var(--h1-size);color:var(--h1-color);font-weight:var(--h1-weight);font-style:var(--h1-style);font-family:var(--h1-font)}.inline-title[data-level="1"] a{font-weight:inherit}.inline-title[data-level="2"]{font-variant:var(--h2-variant);letter-spacing:-.015em;line-height:var(--h2-line-height);font-size:var(--h2-size);color:var(--h2-color);font-weight:var(--h2-weight);font-style:var(--h2-style);font-family:var(--h2-font)}.inline-title[data-level="2"] a{font-weight:inherit}.inline-title[data-level="3"]{font-variant:var(--h3-variant);letter-spacing:-.015em;line-height:var(--h3-line-height);font-size:var(--h3-size);color:var(--h3-color);font-weight:var(--h3-weight);font-style:var(--h3-style);font-family:var(--h3-font)}.inline-title[data-level="3"] a{font-weight:inherit}.inline-title[data-level="4"]{font-variant:var(--h4-variant);letter-spacing:.015em;line-height:var(--h4-line-height);font-size:var(--h4-size);color:var(--h4-color);font-weight:var(--h4-weight);font-style:var(--h4-style);font-family:var(--h4-font)}.inline-title[data-level="4"] a{font-weight:inherit}.inline-title[data-level="5"]{font-variant:var(--h5-variant);letter-spacing:.015em;font-size:var(--h5-size);line-height:var(--h5-line-height);color:var(--h5-color);font-weight:var(--h5-weight);font-style:var(--h5-style);font-family:var(--h5-font)}.inline-title[data-level="5"] a{font-weight:inherit}.inline-title[data-level="6"]{font-variant:var(--h6-variant);letter-spacing:.015em;font-size:var(--h6-size);line-height:var(--h6-line-height);color:var(--h6-color);font-weight:var(--h6-weight);font-style:var(--h6-style);font-family:var(--h6-font)}.inline-title[data-level="6"] a{font-weight:inherit}hr{border-right-width:initial;border-bottom-width:initial;border-left-width:initial;border-right-style:none;border-bottom-style:none;border-left-style:none;border-image:initial;border-color:var(--hr-color);margin:2rem 0}.markdown-rendered hr{border-right-width:initial;border-bottom-width:initial;border-left-width:initial;border-right-style:none;border-bottom-style:none;border-left-style:none;border-image:initial;border-color:var(--hr-color)}.cm-s-obsidian .hmd-fold-html-stub.omittable,.cm-s-obsidian .omittable.hmd-fold-code-stub{display:none}.cm-s-obsidian .hmd-fold-html:hover .hmd-fold-html-stub.omittable,.cm-s-obsidian .hmd-fold-html:hover .omittable.hmd-fold-code-stub{display:block;right:0;bottom:100%;margin:0;position:absolute;z-index:100}.markdown-preview-view img,.markdown-rendered img{image-rendering:-webkit-optimize-contrast}.markdown-preview-view img:not([width]),.markdown-rendered img:not([width]){max-width:100%;outline:0}.internal-query{margin:0;border-top:1px solid var(--background-modifier-border)}.internal-query .search-result-container{padding:var(--size-4-2);max-height:800px;overflow:auto;border:1px solid var(--background-modifier-border);background-color:var(--background-secondary);border-radius:var(--radius-m)}ol ol ul,ol ul,ol ul ul,ul ol ul,ul ul,ul ul ul{list-style-type:disc}ol{list-style-type:var(--list-numbered-style)}ol>li::marker,ul>li::marker{color:var(--list-marker-color)}ol>li.is-collapsed::marker,ul>li.is-collapsed::marker{color:var(--list-marker-color-collapsed)}.markdown-rendered ol,.markdown-rendered ul{padding-inline-start:var(--list-indent);margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered ol ol,.markdown-rendered ol ul,.markdown-rendered ul ol,.markdown-rendered ul ul{margin-block:0px}.markdown-rendered ol li p:first-of-type,.markdown-rendered ul li p:first-of-type{margin-block-start:0px}.markdown-rendered ol li p:last-of-type,.markdown-rendered ul li p:last-of-type{margin-block-end:0px}.markdown-rendered ol>li,.markdown-rendered ul>li{padding-top:var(--list-spacing);padding-bottom:var(--list-spacing);position:relative}.markdown-preview-view ol>li,.markdown-preview-view ul>li{padding-top:var(--list-spacing);padding-bottom:var(--list-spacing)}.markdown-rendered .list-collapse-indicator{margin-inline-start:-2.65em;padding-inline-end:2em}.markdown-rendered .list-bullet{float:left;margin-inline-start:-.8em}.markdown-rendered .task-list-item>.list-bullet{display:none}.markdown-rendered ul.has-list-bullet{list-style-type:""}.markdown-rendered ul.has-list-bullet>li::marker{color:transparent}.list-bullet{color:transparent;position:relative;display:inline-flex;justify-content:center;align-items:center;will-change:transform}.list-bullet::before{content:""}.list-bullet::after{position:absolute;content:"";pointer-events:none;color:var(--list-marker-color);border-radius:var(--list-bullet-radius);width:var(--list-bullet-size);height:var(--list-bullet-size);border:var(--list-bullet-border);transform:var(--list-bullet-transform);background-color:var(--list-marker-color);transition:transform .15s ease 0s,box-shadow .15s ease 0s;will-change:transform}.list-bullet::selection{background-color:transparent!important}li.is-collapsed .list-bullet::after{background-color:var(--list-marker-color-collapsed);box-shadow:0 0 0 4px var(--background-modifier-active-hover)}a{color:var(--link-color);outline:0;text-decoration-line:var(--link-decoration);text-decoration-thickness:var(--link-decoration-thickness);cursor:var(--cursor-link)}.external-link{color:var(--link-external-color);text-decoration-line:var(--link-external-decoration);background-position:right 4px;background-repeat:no-repeat;background-image:linear-gradient(transparent,transparent),url("../../lib/media/874d8b8e340f75575caa.svg");background-size:13px;padding-right:16px;cursor:var(--cursor-link);filter:var(--link-external-filter)}.markdown-rendered .internal-link,.metadata-container .internal-link{cursor:var(--cursor-link);text-decoration-line:var(--link-decoration);color:var(--link-color)}.markdown-rendered .internal-link.is-unresolved,.metadata-container .internal-link.is-unresolved{color:var(--link-unresolved-color);opacity:var(--link-unresolved-opacity);filter:var(--link-unresolved-filter);text-decoration-style:var(--link-unresolved-decoration-style);text-decoration-color:var(--link-unresolved-decoration-color)}.inline-block{display:inline-block;vertical-align:middle}.hidden-token{display:inline;letter-spacing:-1ch;font-family:monospace;color:transparent;font-size:1px!important}.cm-s-obsidian span.hmd-hidden-token.cm-formatting-code,.cm-s-obsidian span.hmd-hidden-token.cm-formatting-em,.cm-s-obsidian span.hmd-hidden-token.cm-formatting-link,.cm-s-obsidian span.hmd-hidden-token.cm-formatting-strikethrough,.cm-s-obsidian span.hmd-hidden-token.cm-formatting-strong{display:inline;letter-spacing:-1ch;font-family:monospace;color:transparent;font-size:1px!important}.cm-s-obsidian .cm-s-obsidian span.hmd-hidden-token.cm-formatting-task{color:transparent!important}mjx-container{outline:0}.markdown-reading-view table{margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered table{border-collapse:collapse;line-height:var(--table-line-height)}.markdown-rendered td,.markdown-rendered th{padding:var(--size-2-2) var(--size-4-2);border:var(--table-border-width) solid var(--table-border-color);max-width:var(--table-column-max-width);min-width:var(--table-column-min-width);vertical-align:var(--table-cell-vertical-alignment)}.markdown-rendered td{font-size:var(--table-text-size);color:var(--table-text-color)}.markdown-rendered th{font-size:var(--table-header-size);font-weight:var(--table-header-weight);color:var(--table-header-color);font-family:var(--table-header-font);line-height:var(--line-height-tight)}.markdown-rendered td,.markdown-rendered th{text-align:start}.markdown-rendered td[align=left],.markdown-rendered th[align=left]{text-align:start}.markdown-rendered td[align=center],.markdown-rendered th[align=center]{text-align:center}.markdown-rendered td[align=right],.markdown-rendered th[align=right]{text-align:end}.markdown-rendered tbody>tr>td,.markdown-rendered thead>tr>th{white-space:var(--table-white-space);text-overflow:ellipsis;overflow:hidden}.markdown-rendered tbody tr{background-color:var(--table-background)}.markdown-rendered tbody tr:nth-child(odd){background-color:var(--table-row-alt-background)}.markdown-rendered tbody tr>td:nth-child(2n+2){background-color:var(--table-column-alt-background)}.markdown-rendered tbody tr:last-child>td{border-bottom-width:var(--table-row-last-border-width)}.markdown-rendered tbody tr>td:first-child{border-left-width:var(--table-column-first-border-width)}.markdown-rendered tbody tr>td:last-child{border-right-width:var(--table-column-last-border-width)}.markdown-rendered thead tr{background-color:var(--table-header-background)}.markdown-rendered thead tr>th{border-top-width:var(--table-header-border-width);border-color:var(--table-header-border-color)}.markdown-rendered thead tr>th:nth-child(2n+2){background-color:var(--table-column-alt-background)}.markdown-rendered thead tr>th:first-child{border-left-width:var(--table-column-first-border-width)}.markdown-rendered thead tr>th:last-child{border-right-width:var(--table-column-last-border-width)}.cm-s-obsidian .HyperMD-table-row{white-space:pre;word-break:normal;overflow-wrap:normal;font-size:.95em;font-family:var(--font-monospace)}.cm-s-obsidian .hmd-table-column,.cm-s-obsidian .hmd-table-column-content{display:inline-block}.cm-s-obsidian .hmd-table-column-left{text-align:left}.cm-s-obsidian .hmd-table-column-center{text-align:center}.cm-s-obsidian .hmd-table-column-right{text-align:right}.cm-s-obsidian .HyperMD-table-row span.cm-hmd-table-sep,.cm-s-obsidian .HyperMD-table-row-1{color:var(--text-faint)}.cm-s-obsidian .HyperMD-table-row-0{color:var(--table-header-color)}.cm-s-obsidian .hmd-fold-html table{border-collapse:collapse}.cm-s-obsidian .hmd-fold-html table td,.cm-s-obsidian .hmd-fold-html table th{padding:10px;border:1px solid #ccc}.cm-s-obsidian .hmd-inactive-line.HyperMD-table-row-1{color:transparent;text-shadow:none}.cm-s-obsidian .hmd-inactive-line.HyperMD-table-row-1>span{background:url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAQAAAAziH6sAAAADklEQVR42mOc+Z9x5n8ACTkDM4ikM1IAAAAASUVORK5CYII=") 0 center repeat-x}.cm-s-obsidian .hmd-inactive-line.HyperMD-table-row span.cm-hmd-table-sep{color:transparent}.markdown-source-view.mod-cm6 .cm-line.HyperMD-table-row{min-width:max-content}.markdown-source-view.mod-cm6 .cm-table-widget table{margin-bottom:0}a.tag{background-color:var(--tag-background);border:var(--tag-border-width) solid var(--tag-border-color);border-radius:var(--tag-radius);color:var(--tag-color);font-size:var(--tag-size);font-weight:var(--tag-weight);text-decoration:var(--tag-decoration);padding:var(--tag-padding-y) var(--tag-padding-x);line-height:1}a.tag{background-color:var(--tag-background);border:var(--tag-border-width) solid var(--tag-border-color);border-radius:var(--tag-radius);color:var(--tag-color);font-size:var(--tag-size);font-weight:var(--tag-weight);text-decoration:var(--tag-decoration);padding:var(--tag-padding-y) var(--tag-padding-x);line-height:1}input[type=checkbox]{appearance:none;border-radius:var(--checkbox-radius);border:1px solid var(--checkbox-border-color);flex-shrink:0;padding:0;margin:0;margin-inline-end:6px;width:var(--checkbox-size);height:var(--checkbox-size);position:relative;transition:box-shadow .15s ease-in-out 0s}input[type=checkbox]:active,input[type=checkbox]:focus,input[type=checkbox]:hover{outline:0;border-color:var(--checkbox-border-color-hover)}input[type=checkbox]:focus-visible{box-shadow:0 0 0 2px var(--background-modifier-border-focus)}input[type=checkbox]:checked::after{content:"";top:-1px;left:-1px;position:absolute;width:var(--checkbox-size);height:var(--checkbox-size);display:block;background-color:var(--checkbox-marker-color);mask-position:52% 52%;mask-size:65%;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml; utf8, <svg width=\"12px\" height=\"10px\" viewBox=\"0 0 12 8\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-4.000000, -6.000000)\" fill=\"%23000000\"><path d=\"M8.1043257,14.0367999 L4.52468714,10.5420499 C4.32525014,10.3497722 4.32525014,10.0368095 4.52468714,9.8424863 L5.24777413,9.1439454 C5.44721114,8.95166768 5.77142411,8.95166768 5.97086112,9.1439454 L8.46638057,11.5903727 L14.0291389,6.1442083 C14.2285759,5.95193057 14.5527889,5.95193057 14.7522259,6.1442083 L15.4753129,6.84377194 C15.6747499,7.03604967 15.6747499,7.35003511 15.4753129,7.54129009 L8.82741268,14.0367999 C8.62797568,14.2290777 8.3037627,14.2290777 8.1043257,14.0367999\"></path></g></g></svg>")}input[type=checkbox]:checked{background-color:var(--checkbox-color);border-color:var(--checkbox-color)}input[type=checkbox][data-indeterminate=true]:not(:checked)::after{content:"";position:absolute;top:calc(var(--checkbox-size)/ 2 - 2px);width:calc(var(--checkbox-size) - 6px);left:0;right:0;margin:0 auto;height:2px;display:block;border-radius:2px;background-color:var(--text-normal)}.task-list-item-checkbox{width:var(--checkbox-size);height:var(--checkbox-size)}.markdown-preview-view .task-list-item-checkbox{position:relative;top:.2em;margin-inline-end:.6em}ul>li.task-list-item{list-style:none}ul>li.task-list-item .task-list-item-checkbox{margin-inline-start:calc(var(--checkbox-size) * -1.5)}ul>li.task-list-item[data-task="X"],ul>li.task-list-item[data-task="x"]{text-decoration:var(--checklist-done-decoration);color:var(--checklist-done-color)}.cm-s-obsidian span.hmd-hidden-token.cm-formatting-task{color:transparent!important}b,strong{font-weight:var(--bold-weight);color:var(--bold-color)}em,i{font-style:italic;color:var(--italic-color)}.markdown-rendered p{margin-block-start:var(--p-spacing);margin-block-end:var(--p-spacing)}.markdown-rendered mark{background-color:var(--text-highlight-bg);color:var(--text-normal)}.markdown-rendered mark .internal-link{color:var(--text-normal)}.embedded-backlinks .backlink-pane .tree-item-self{font-size:max(var(--font-ui-small),var(--font-smaller));align-items:center}.embedded-backlinks .backlink-pane>.tree-item-self{font-size:max(var(--font-ui-small),1em);width:fit-content}.embedded-backlinks .backlink-pane>.tree-item-self .tree-item-inner{margin-inline-end:var(--size-2-3)}.embedded-backlinks .backlink-pane .tree-item-flair{font-size:max(var(--font-ui-small),var(--font-smallest))}.view-action.mod-bookmarked{--icon-color:var(--icon-color-active);--icon-color-hover:var(--icon-color-active)}.nav-buttons-container.has-separator{border-bottom:1px solid var(--background-modifier-border);padding-bottom:var(--size-2-3);margin-bottom:var(--size-4-2)}.nav-files-container{flex-grow:1;overflow:hidden auto;padding:0 var(--size-4-3) var(--size-4-6) var(--size-4-3);scroll-padding-block:var(--size-4-2)}.nav-folder.mod-root>.nav-folder-title{font-size:var(--vault-name-font-size);color:var(--vault-name-color);font-weight:var(--vault-name-font-weight);cursor:default}.nav-folder.mod-root>.nav-folder-children{border-left:none;margin-left:0;padding-left:0}.nav-file-tag{background-color:var(--background-modifier-hover);border-radius:var(--radius-s);font-size:9px;font-weight:var(--font-semibold);letter-spacing:.05em;line-height:var(--line-height-normal);margin-left:var(--size-2-3);padding:0 var(--size-4-1);text-transform:uppercase;align-self:center}.nav-file-icon{display:inline-flex;align-items:center;margin-right:var(--size-2-3);position:relative;color:var(--icon-color);opacity:var(--icon-opacity)}.nav-files-container:not(.show-unsupported) .is-unsupported{display:none}.nav-file-title-content,.nav-folder-title-content{display:inline-block;overflow-wrap:anywhere;overflow:hidden;white-space:var(--nav-item-white-space);text-overflow:ellipsis}.nav-folder.is-being-dragged-over{border-radius:var(--radius-s);background:hsla(var(--interactive-accent-hsl),.1)}.nav-folder.is-being-dragged-over>.nav-folder-title{color:var(--nav-item-color-highlighted)}.nav-folder.is-being-dragged-over>.nav-folder-title .collapse-icon{color:var(--nav-item-color-highlighted)}.nav-folder.mod-root>.nav-folder-title{font-size:var(--vault-name-font-size);color:var(--vault-name-color);font-weight:var(--vault-name-font-weight);cursor:default}.nav-folder.mod-root .nav-folder>.nav-folder-children{padding-left:var(--nav-item-children-padding-left);margin:0 0 0 var(--nav-item-children-margin-left);border-left:var(--nav-indentation-guide-width) solid var(--nav-indentation-guide-color)}.nav-file{border-radius:var(--radius-s)}.nav-folder-title{padding:var(--nav-item-parent-padding)}.nav-file-title{padding:var(--nav-item-padding)}.nav-file-title,.nav-folder-title{margin-bottom:var(--size-2-1);display:flex;border-radius:var(--radius-s);cursor:var(--cursor);color:var(--nav-item-color);font-size:var(--nav-item-size);font-weight:var(--nav-item-weight);line-height:var(--line-height-tight)}.nav-file-title.is-active,.nav-folder-title.is-active,body:not(.is-grabbing) .nav-file-title.is-active:hover,body:not(.is-grabbing) .nav-folder-title.is-active:hover{color:var(--nav-item-color-active);background-color:var(--nav-item-background-active);font-weight:var(--nav-item-weight-active)}.nav-file-title.is-selected,.nav-folder-title.is-selected,body:not(.is-grabbing) .nav-file-title.is-selected:hover,body:not(.is-grabbing) .nav-folder-title.is-selected:hover{color:var(--nav-item-color-selected);background-color:var(--nav-item-background-selected)}.nav-file-title.is-being-dragged,.nav-folder-title.is-being-dragged,body:not(.is-grabbing) .nav-file-title.is-being-dragged,body:not(.is-grabbing) .nav-folder-title.is-being-dragged{background-color:var(--interactive-accent);color:var(--text-on-accent)}.nav-file-title.is-being-dragged .nav-folder-collapse-indicator,.nav-folder-title.is-being-dragged .nav-folder-collapse-indicator,body:not(.is-grabbing) .nav-file-title.is-being-dragged .nav-folder-collapse-indicator,body:not(.is-grabbing) .nav-folder-title.is-being-dragged .nav-folder-collapse-indicator{color:var(--text-on-accent)}.nav-file-title.is-being-dragged .nav-file-tag,.nav-folder-title.is-being-dragged .nav-file-tag,body:not(.is-grabbing) .nav-file-title.is-being-dragged .nav-file-tag,body:not(.is-grabbing) .nav-folder-title.is-being-dragged .nav-file-tag{color:var(--text-normal)}.file-tree-item-checkbox,.file-tree-item-icon{flex-shrink:0}.file-tree-item-title{flex-grow:1;word-break:break-word}.file-tree-item-icon{--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width);margin-right:var(--size-4-1);color:var(--icon-color);position:relative;top:var(--size-2-1)}.file-tree .tree-item-inner{display:flex;align-items:center;position:relative;width:100%}.file-tree .tree-item-flair{line-height:1;padding:var(--size-2-1) var(--size-2-3);color:var(--text-on-accent)}.file-tree .is-selected{color:var(--text-normal)}.file-tree .mod-changed.is-selected{background-color:hsla(var(--interactive-accent-hsl),.2)}.file-tree .mod-changed .tree-item-flair{color:var(--text-accent-hover)}.file-tree .mod-new.is-selected{background-color:rgba(var(--background-modifier-success-rgb),.2)}.file-tree .mod-new .tree-item-flair{color:var(--text-success)}.file-tree .mod-deleted.is-selected,.file-tree .mod-to-delete.is-selected{background-color:rgba(var(--background-modifier-error-rgb),.2)}.file-tree .mod-deleted .tree-item-flair,.file-tree .mod-to-delete .tree-item-flair{color:var(--text-error)}.file-tree .mod-to-delete .tree-item-flair{display:none}.file-tree .mod-to-delete.is-selected .tree-item-flair{display:block}.file-tree .clickable-icon{display:flex;--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width)}.file-recovery-list-item-container{overflow:auto;flex:1 1 0px}.file-recovery-list{overflow:auto;padding:var(--size-4-3) var(--size-4-2);flex-grow:1;display:flex;flex-direction:column}.file-recovery-list .search-input-container{width:100%}.file-recovery-list-container{display:flex;flex-direction:column;flex-basis:250px;flex-shrink:0;border-right:1px solid var(--background-modifier-border)}.graph-view.color-fill{color:var(--graph-node)}.graph-view.color-fill-focused{color:var(--graph-node-focused)}.graph-view.color-fill-tag{color:var(--graph-node-tag)}.graph-view.color-fill-attachment{color:var(--graph-node-attachment)}.graph-view.color-fill-unresolved{color:var(--graph-node-unresolved);opacity:.5}.graph-view.color-fill-1{color:var(--text-muted)}.graph-view.color-fill-2{color:var(--text-muted)}.graph-view.color-fill-3{color:var(--text-muted)}.graph-view.color-fill-4{color:var(--text-muted)}.graph-view.color-fill-5{color:var(--text-muted)}.graph-view.color-fill-6{color:var(--text-muted)}.graph-view.color-arrow{color:var(--text-normal);opacity:.5}.graph-view.color-circle{color:var(--graph-node-focused)}.graph-view.color-line{color:var(--graph-line)}.graph-view.color-text{color:var(--graph-text)}.graph-view.color-fill-highlight{color:var(--interactive-accent)}.graph-view.color-line-highlight{color:var(--interactive-accent)}.graph-controls{border-radius:var(--radius-m);position:absolute;right:var(--size-4-3);top:var(--size-4-3);padding:0;background-color:var(--background-primary);width:var(--graph-controls-width);overflow:auto}.graph-controls:not(.is-close){max-height:calc(100% - var(--size-4-4));border:1px solid var(--background-modifier-border);box-shadow:var(--shadow-s)}.graph-controls.is-close{min-width:inherit;width:auto;background-color:var(--background-primary);border:1px solid transparent;padding:var(--size-2-3)}.graph-controls.is-close>.graph-control-section{display:none}.graph-controls input[type=range],.graph-controls input[type=text]{width:100%;font-size:var(--font-ui-small)}.graph-controls .mod-cta{margin-top:var(--size-2-3);width:100%}.graph-controls::-webkit-scrollbar,.graph-controls::-webkit-scrollbar-thumb{display:none}.graph-color-group{--swatch-height:18px;--swatch-width:18px;position:relative;display:flex;align-items:center;padding:0 0 6px;transition:top .2s ease-in-out 0s}.graph-color-group input[type=color]{margin:0 2px 0 6px}.graph-color-group .clickable-icon{padding:var(--size-2-2)}.graph-color-button-container{text-align:center;margin-bottom:10px}.graph-color-button-container button{margin:0;width:100%}.graph-color-group.drag-ghost input[type=text]{width:100%}.graph-color-group.drag-ghost input[type=color]{margin-left:6px}.graph-control-section.mod-color-groups .tree-item-children.is-grabbing .graph-color-groups-container{padding-bottom:40px}.graph-controls-button{display:none;z-index:1}.graph-controls-button.mod-close,.graph-controls-button.mod-reset{position:absolute;top:var(--size-4-2);right:var(--size-4-2);padding:var(--size-2-2)}.graph-controls:not(.is-close) .graph-controls-button.mod-close,.graph-controls:not(.is-close) .graph-controls-button.mod-reset{display:flex}.graph-controls-button.mod-reset{right:36px}.graph-controls.is-close .graph-controls-button.mod-open{display:flex}.graph-controls-button.mod-animate{margin-top:var(--size-4-2)}.graph-controls.is-close .graph-controls-button.mod-animate{display:flex}.graph-control-section{padding:var(--size-2-3) var(--size-4-3);border-bottom:1px solid var(--background-modifier-border)}.graph-control-section:last-child{border-bottom:none}.graph-control-section:last-child .tree-item-children{padding-bottom:var(--size-4-4)}.graph-control-section>.tree-item-self{padding-left:var(--size-4-4)}.graph-control-section .tree-item-children{margin:0;padding:var(--size-4-1) 0;border-left:none}.metadata-container{container:metadata/inline-size}.site-list-container{border-top:1px solid var(--background-modifier-border);margin-bottom:var(--size-4-4)}.site-list-container .list-item:last-child{padding-top:var(--size-4-4)}.site-list-item-name{flex-grow:1}.slug-input{text-transform:lowercase}.passwords-container{margin-bottom:var(--size-4-4)}.password-item{border-radius:var(--radius-s);padding:var(--size-4-2) var(--size-4-4);margin:var(--size-4-1) 0}.tree-item.mod-custom-nav.hidden .tree-item-self{color:var(--text-faint)}.tree-item.mod-custom-nav .tree-item-inner{display:flex;align-items:center;position:relative}.tree-list{padding:var(--size-4-4) 0}.tree-list-header{border-bottom:1px solid var(--background-modifier-border);padding:var(--size-4-2) 0;line-height:1.1;display:flex;align-items:center;justify-content:space-between}.tree-list-title{font-size:var(--font-ui-medium);font-weight:var(--font-semibold)}.tree-list-action{align-items:center;display:flex;color:var(--text-muted);font-size:var(--font-ui-small)}.search-input-container{position:relative}.search-input-container::before{top:calc((var(--input-height) - var(--search-icon-size))/ 2);left:var(--size-4-2);position:absolute;content:"";height:var(--search-icon-size);width:var(--search-icon-size);display:block;background-color:var(--search-icon-color);mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>");mask-repeat:no-repeat}.is-rtl .search-input-container::before{left:auto;right:var(--size-4-2)}.search-input-container input{display:block;width:100%;padding-right:28px;padding-left:36px}.global-search-input-container.search-input-container input{padding-right:56px}.search-input-clear-button{position:absolute;background:0 0;border-radius:50%;color:var(--search-clear-button-color);cursor:var(--cursor);top:0;right:2px;bottom:0;line-height:0;height:var(--input-height);width:28px;margin:auto;padding:0;text-align:center;display:flex;justify-content:center;align-items:center;transition:color .15s ease-in-out 0s}.search-input-clear-button::after{content:"";height:var(--search-clear-button-size);width:var(--search-clear-button-size);display:block;background-color:currentcolor;mask-image:url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12ZM3.8705 3.09766L6.00003 5.22718L8.12955 3.09766L8.9024 3.8705L6.77287 6.00003L8.9024 8.12955L8.12955 8.9024L6.00003 6.77287L3.8705 8.9024L3.09766 8.12955L5.22718 6.00003L3.09766 3.8705L3.8705 3.09766Z' fill='currentColor'/></svg>");mask-repeat:no-repeat}.search-input-clear-button:active,.search-input-clear-button:hover{color:var(--text-normal);transition:color .15s ease-in-out 0s}.search-input-suggest-button{position:absolute;left:0;top:0;color:var(--text-faint);cursor:var(--cursor);padding:var(--size-4-1) var(--size-4-2);opacity:0;z-index:10}.outgoing-link-pane{overflow-y:auto;padding:var(--size-4-3) var(--size-4-3) var(--size-4-8);flex:1 0 0px}.outgoing-link-pane .search-result-container{padding:var(--size-4-1) 1px var(--size-4-4)}.backlink-pane>.tree-item-self,.outgoing-link-pane>.tree-item-self{color:var(--nav-heading-color);padding-left:var(--size-4-2)}.backlink-pane>.tree-item-self .tree-item-inner,.outgoing-link-pane>.tree-item-self .tree-item-inner{font-weight:var(--nav-heading-weight)}.backlink-pane>.tree-item-self.is-clickable.is-collapsed,.outgoing-link-pane>.tree-item-self.is-clickable.is-collapsed{color:var(--nav-heading-color-collapsed)}.backlink-pane>.tree-item-self .collapse-icon,.outgoing-link-pane>.tree-item-self .collapse-icon{display:none}.search-result-container{padding:var(--size-4-3) var(--size-4-3) var(--size-4-4);position:relative;flex:1 0 0px}.search-result-container.mod-global-search{overflow-y:auto}.search-result-container::before{content:" ";position:absolute;top:0;width:0;height:3px}.search-suggest-info-text{color:var(--text-muted);margin-left:4px}.search-suggest-icon{padding:4px;border-radius:var(--radius-s)}.search-suggest-icon{align-items:center;display:flex}.search-suggest-item{padding:var(--size-4-1) var(--size-4-2);border-radius:var(--radius-s)}.search-suggest-item.mod-group{align-items:center;margin:0;color:var(--text-muted);padding:0 0 0 var(--size-4-2);cursor:default;font-weight:var(--font-semibold);font-size:var(--font-ui-smaller);border-radius:0}.search-suggest-item.mod-group:not(:first-child){border-top:1px solid var(--background-modifier-border);margin-top:6px;padding:6px 6px 0 14px;margin-left:-6px;margin-right:-6px}.search-suggest-item.mod-group.is-selected,.search-suggest-item.mod-group:hover{background-color:initial}.search-empty-state{color:var(--text-faint);font-size:var(--font-ui-small);margin:0 0 var(--size-4-3);padding-left:var(--size-4-2)}.search-result{word-break:break-word}.search-result:not(.is-collapsed) .search-result-file-title{color:var(--nav-item-color-active)}.search-result-file-matches{font-size:var(--font-ui-smaller);line-height:var(--line-height-tight);background-color:var(--search-result-background);border-radius:var(--radius-s);overflow:hidden;margin:var(--size-4-1) 0 var(--size-4-2);color:var(--text-muted);box-shadow:0 0 0 1px var(--background-modifier-border)}.search-result-file-matches:empty{display:none}.search-info-more-matches{color:var(--text-faint)}.search-result-file-match{cursor:var(--cursor);position:relative;padding:var(--size-4-2) var(--size-4-5) var(--size-4-2) var(--size-4-3);white-space:pre-wrap;width:100%;border-bottom:1px solid var(--background-modifier-border)}.search-result-file-match:last-child{border-bottom:none}.search-result-file-match:hover .search-result-file-match-replace-button{display:block}.search-result-file-match-replace-button{display:none;position:absolute;height:auto;bottom:5px;right:24px;padding:var(--size-4-1) var(--size-4-2);color:var(--text-muted);font-size:var(--font-ui-smaller)}.search-result-hover-button{position:absolute;display:flex;right:2px;border-radius:var(--radius-s);color:var(--text-faint);padding:1px 3px}.search-result-hover-button.mod-top{top:2px}.search-result-hover-button.mod-bottom{bottom:2px}.search-result-file-matched-text{color:var(--text-normal);background-color:var(--text-highlight-bg)}.search-info-container{color:var(--text-muted);padding:var(--size-4-1) var(--size-4-4) var(--size-4-1);font-size:var(--font-ui-smaller)}.search-info-children{padding-left:20px;border-left:1px solid var(--background-modifier-border);margin:1px 0}.copy-search-result-container{display:flex;flex-direction:column}.copy-search-result-textarea{height:300px;max-height:20vh;resize:none}.search-result-file-match-destination-file-container{margin-top:var(--size-2-3)}.search-result-file-match-destination-file{display:inline-flex;background-color:var(--interactive-normal);border-radius:var(--radius-s);box-shadow:var(--input-shadow);color:var(--text-muted);padding:var(--size-2-2) var(--size-2-3);margin-bottom:var(--size-2-1)}.search-result-file-match-destination-file-icon{--icon-size:var(--icon-xs);--icon-stroke:var(--icon-xs-stroke-width);margin-right:var(--size-4-1);display:flex;color:var(--text-faint)}.search-result-file-match-destination-file-icon .svg-icon{align-self:center}.search-result-file-match-destination-file-name{white-space:pre-wrap;word-break:break-all}body:not(.is-phone) .workspace-leaf.mod-active .search-result.has-focus .tree-item-self{border-radius:var(--radius-s);box-shadow:inset 0 0 0 2px var(--background-modifier-border-focus)}.search-results-info{color:var(--text-muted);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--background-modifier-border);margin:var(--size-4-1) var(--size-4-2) 0;padding-bottom:var(--size-4-1);white-space:nowrap}.search-results-result-count{font-size:var(--font-ui-smaller);font-variant-numeric:tabular-nums}.search-row{display:flex;margin:var(--size-4-2);gap:var(--size-4-1)}.search-params{margin:var(--size-4-1) var(--size-4-4)}.search-params input[type=range],.search-params input[type=text]{width:100%;font-size:var(--font-ui-small)}.search-params .mod-cta{margin-top:var(--size-2-3);width:100%}.search-params::-webkit-scrollbar,.search-params::-webkit-scrollbar-thumb{display:none}.global-search-input-container{flex-grow:1}.more-options-icon{--icon-size:10px;background-color:var(--icon-color);border-radius:50%;color:var(--background-secondary);display:flex;margin-left:var(--size-2-3);opacity:var(--icon-opacity);padding:.5px}.clickable-icon:hover .more-options-icon{background-color:var(--icon-color-hover);opacity:var(--icon-opacity-hover)}.slides-container{position:fixed;top:0;left:0;height:100vh;width:100vw;transition:-webkit-transform .8s ease 0s;background-color:#191919;z-index:var(--layer-slides);border:none}.slides-container li .collapse-indicator{display:none}.slides-close-btn{display:inline-block;position:absolute;top:var(--size-4-2);right:var(--size-4-2);color:var(--text-faint);cursor:var(--cursor);z-index:1}.reveal input[type=checkbox]{width:24px;height:24px}.reveal .footnote-item,.reveal .task-list-item{list-style:none}.reveal .task-list-item{margin-left:-1.5em}.sync-history-list-item-header .tree-item-flair{padding:var(--size-4-1)}.mod-selectable{cursor:var(--cursor);padding:var(--size-4-2) var(--size-4-4);border-radius:var(--radius-m)}.sync-file-tree-container{max-height:calc(min(90vh,var(--modal-max-height)) - 250px);overflow:auto}.tag-pane-tag.is-active{background-color:var(--interactive-accent);color:var(--text-on-accent)}.tag-pane-tag.is-active .tag-pane-tag-count{background-color:var(--background-modifier-hover);color:var(--text-normal)}.tag-container{font-size:var(--font-ui-small);padding:var(--size-4-3) var(--size-4-3) var(--size-4-8);overflow:auto}.tree-item-children .tag-pane-tag .tag-pane-tag-parent{display:none}body:not(.is-phone) .workspace-leaf.mod-active .tree-item.has-focus>.tag-pane-tag{border-radius:var(--radius-s);box-shadow:0 0 0 2px var(--background-modifier-border-focus)}.mod-canvas-color-1{--canvas-color:var(--canvas-color-1)}.mod-canvas-color-2{--canvas-color:var(--canvas-color-2)}.mod-canvas-color-3{--canvas-color:var(--canvas-color-3)}.mod-canvas-color-4{--canvas-color:var(--canvas-color-4)}.mod-canvas-color-5{--canvas-color:var(--canvas-color-5)}.mod-canvas-color-6{--canvas-color:var(--canvas-color-6)}body{--canvas-color:192,192,192}body.theme-dark{--canvas-color:126,126,126}.canvas-wrapper{position:absolute;width:100%;height:100%;left:0;top:0;--resizer-size:20px;--shadow-stationary:0px 0.5px 1px 0.5px rgba(0, 0, 0, 0.1);--shadow-drag:0px 2px 10px rgba(0, 0, 0, 0.1);--shadow-border-accent:0 0 0 2px var(--color-accent);--zoom-multiplier:1;background-color:var(--canvas-background);overflow:hidden;contain:strict;touch-action:none;user-select:none}.canvas-wrapper.is-dragging{cursor:grabbing}.canvas-wrapper.is-dragging iframe:not(.is-controlled),.canvas-wrapper.is-dragging webview{pointer-events:none}.canvas-wrapper.is-screenshotting{z-index:999999}.canvas-wrapper.is-screenshotting .canvas-controls{display:none!important}.canvas-wrapper.is-screenshotting *{pointer-events:none!important}.canvas-mover{position:absolute;width:100%;height:100%;left:0;top:0;cursor:grab}.canvas-mover:active{cursor:grabbing}.canvas-background{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none}.canvas-background circle{fill:var(--canvas-dot-pattern)}.canvas{position:absolute;width:100%;height:100%;left:0;top:0;transform-origin:0px 0px;pointer-events:none}.canvas>*{pointer-events:initial}.canvas-selection{pointer-events:none;position:absolute;background-color:hsla(var(--color-accent-hsl),.1);border:2px solid var(--color-accent);z-index:-1}.canvas-selection.mod-group-selection{border-width:3px;border-radius:3px;background-color:hsla(var(--color-accent-hsl),.03);border-color:hsla(var(--color-accent-hsl),.3);pointer-events:initial}.canvas-wrapper:not(.mod-readonly) .canvas-selection.mod-group-selection{cursor:grab}.canvas-wrapper:not(.mod-readonly) .canvas-selection.mod-group-selection:active{cursor:grabbing}.canvas-selection.mod-node-highlight{border-radius:var(--radius-m)}.canvas-controls{display:flex;position:absolute;z-index:var(--layer-cover);font-size:var(--font-ui-medium)}.canvas-controls{right:var(--size-4-2);top:var(--size-4-2);gap:var(--size-4-2);display:flex;flex-direction:column}.canvas-control-group{border-radius:var(--radius-s);background-color:var(--background-primary);border:1px solid var(--background-modifier-border);box-shadow:var(--input-shadow);display:flex;flex-direction:column;overflow:hidden}.canvas-control-item{border-radius:0;box-shadow:none;height:auto;display:flex;line-height:1;font-size:inherit;align-items:center;justify-content:center;cursor:var(--cursor);padding:var(--size-4-2);border-bottom:1px solid var(--background-modifier-border);color:var(--text-muted);background-color:var(--interactive-normal);--icon-size:var(--icon-s);--icon-stroke:var(--icon-s-stroke-width)}.canvas-control-item:last-child{border-bottom:none}.canvas-control-item.is-active{color:var(--color-accent)}.canvas-control-item.is-disabled svg{color:var(--text-faint)}.canvas-control-item svg{pointer-events:none}.canvas-node-container{background-color:var(--background-primary);border-radius:var(--radius-m);border:2px solid rgb(var(--canvas-color));contain:strict;display:flex;flex-direction:column;overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:var(--shadow-stationary)}.canvas-node-label{position:absolute;left:0;top:calc(-1 * var(--size-4-1) * var(--zoom-multiplier));transform:translate(0,-100%) scale(var(--zoom-multiplier));transform-origin:left bottom;max-width:calc(100% / var(--zoom-multiplier));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--canvas-card-label-color);--icon-size:1em}body:not(.is-ios) .canvas-wrapper.mod-animating .canvas-node-label{transition:transform .5s cubic-bezier(.16, 1, .3, 1) 0s}.canvas-node-label svg{position:relative;top:2px;margin-right:var(--size-4-1)}.canvas-node-label.mod-hover-label{opacity:0}.canvas-wrapper.mod-zoomed-out .canvas-node-label{display:none}.canvas-node-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;overflow:hidden;overflow-wrap:anywhere;padding:var(--size-4-6);font-size:32px;font-weight:var(--font-semibold)}.canvas-node-placeholder::after{border-radius:var(--radius-s);content:" ";display:block;position:absolute;top:var(--size-4-4);right:var(--size-4-4);bottom:var(--size-4-4);left:var(--size-4-4);background-color:rgba(var(--canvas-color),.1)}.canvas-icon-placeholder{display:flex;width:40%;height:40%}.canvas-icon-placeholder svg{opacity:.3;color:rgb(var(--canvas-color));width:100%;height:100%}.canvas-node-interaction-layer{position:absolute;width:0;height:0;pointer-events:none}.canvas-node-interaction-layer>*{pointer-events:initial}.canvas-node{--shadow-border-themed-inset:inset 0 0 0 1px rgb(var(--canvas-color));--shadow-border-themed:0 0 0 2px rgb(var(--canvas-color));position:absolute;width:0;height:0}.canvas-node.is-dragging{pointer-events:none}.canvas-node.is-dragging .canvas-node-container{box-shadow:var(--shadow-drag)}.canvas-node.is-focused,.canvas-node.is-selected{touch-action:initial}.canvas-node.is-focused .canvas-node-label,.canvas-node.is-selected .canvas-node-label{color:var(--text-muted)}.canvas-node.is-focused .canvas-node-container,.canvas-node.is-selected .canvas-node-container{border-color:var(--color-accent);box-shadow:var(--shadow-stationary),var(--shadow-border-accent)}.canvas-node.is-focused.is-dragging .canvas-node-container,.canvas-node.is-selected.is-dragging .canvas-node-container{box-shadow:var(--shadow-drag),var(--shadow-border-accent)}.canvas-node.is-themed .canvas-node-container{border-color:rgba(var(--canvas-color),.7);box-shadow:inset 0 0 0 1px rgba(var(--canvas-color),.7),var(--shadow-stationary)}.canvas-node.is-focused.is-themed .canvas-node-container,.canvas-node.is-selected.is-themed .canvas-node-container{border-color:rgb(var(--canvas-color));box-shadow:var(--shadow-border-themed-inset),var(--shadow-border-themed)}.canvas-node.is-focused.is-themed.is-dragging .canvas-node-container,.canvas-node.is-selected.is-themed.is-dragging .canvas-node-container{box-shadow:var(--shadow-border-themed-inset),var(--shadow-border-themed)}.canvas-node.is-dummy{cursor:grabbing}.canvas-node.is-dummy .canvas-node-container{border:4px solid var(--color-accent);box-shadow:rgba(0,0,0,.15) 0 2px 10px;background-color:hsla(var(--color-accent-hsl),.2)}.canvas-node.is-focused:not(.is-dragging) .canvas-node-content-blocker{display:none}.canvas-node-content-blocker{position:absolute;width:100%;height:100%;left:0;top:0;z-index:var(--layer-cover)}.canvas-node-group:not(.is-focused):not(.is-selected){pointer-events:none}.canvas-node-group .canvas-node-resizer{pointer-events:initial}.canvas-node-group .canvas-node-container{background-color:transparent}.canvas-node-group .canvas-node-content{background-color:rgba(var(--canvas-color),.07)}.canvas-group-label{position:absolute;left:0;top:calc(-1 * var(--size-4-1) * var(--zoom-multiplier));transform:translate(0,-100%) scale(var(--zoom-multiplier));transform-origin:left bottom;max-width:calc(100% / var(--zoom-multiplier));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:initial;font-size:1.5em;padding:var(--size-4-1) var(--size-4-2);border-radius:var(--radius-s);color:var(--text-muted);background-color:rgba(var(--canvas-color),.1);line-height:1}body:not(.is-ios) .canvas-wrapper.mod-animating .canvas-group-label{transition:transform .5s cubic-bezier(.16, 1, .3, 1) 0s}.canvas-wrapper:not(.mod-readonly) .canvas-group-label{cursor:grab}.canvas-wrapper:not(.mod-readonly) .canvas-group-label:active{cursor:grabbing}.canvas-group-label[contenteditable=true]{cursor:text;background-color:var(--background-primary);box-shadow:0 0 0 2px rgb(var(--canvas-color));color:var(--text-normal);text-overflow:initial}.canvas-node-group.is-themed .canvas-group-label:not([contenteditable=true]){background-color:rgb(var(--canvas-color))}.canvas-node-group.is-themed .canvas-group-label:not([contenteditable=true]).mod-foreground-light{color:var(--text-on-accent)}.canvas-node-group.is-themed .canvas-group-label:not([contenteditable=true]).mod-foreground-dark{color:var(--text-on-accent-inverted)}.canvas-node-content{backface-visibility:hidden;width:100%;height:100%;overflow:hidden;position:relative}.canvas-node-content.markdown-embed{border:none;padding:0}.canvas-node-content.markdown-embed .inline-title{cursor:text}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view{padding:0 var(--size-4-6);display:flex;flex-direction:column}.canvas-wrapper:not(.mod-readonly) .canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view{user-select:none}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view::after,.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view::before{content:" ";display:block;min-height:min(calc(var(--canvas-node-height) * .1 - 3px),var(--size-4-6));max-height:var(--size-4-4);flex:1 1 0px}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view>.markdown-preview-sizer{flex:1 0 0px}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view .callout{mix-blend-mode:normal}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view .markdown-preview-pusher+div>:first-child{margin-top:0}.canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view .markdown-preview-sizer>div:last-child>:last-child{margin-bottom:0}.is-focused .canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view{transform:translateZ(0)}.canvas-node.is-themed .canvas-node-content{background-color:rgba(var(--canvas-color),.07)}.canvas-node-content.media-embed{justify-content:center;align-items:center;display:flex}.canvas-node-content.media-embed audio,.canvas-node-content.media-embed img,.canvas-node-content.media-embed video{flex-shrink:0;flex-grow:1}.canvas-node-content.media-embed audio,.canvas-node-content.media-embed img:not([width]),.canvas-node-content.media-embed video{max-width:100%}.canvas-node-resizer{position:absolute;height:calc(var(--resizer-size) * var(--zoom-multiplier));width:calc(var(--resizer-size) * var(--zoom-multiplier))}.is-selected .canvas-node-resizer{pointer-events:none}.canvas-wrapper.mod-readonly .canvas-node-resizer{display:none}.canvas-node-resizer[data-resize=top]{left:0;right:0;width:auto;top:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:ns-resize}.canvas-node-resizer[data-resize=bottom]{left:0;right:0;width:auto;bottom:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:ns-resize}.canvas-node-resizer[data-resize=left]{top:0;bottom:0;height:auto;left:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:ew-resize}.canvas-node-resizer[data-resize=right]{top:0;bottom:0;height:auto;right:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:ew-resize}.canvas-node-resizer[data-resize=topright]{right:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);top:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:nesw-resize}.canvas-node-resizer[data-resize=bottomright]{right:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);bottom:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:nwse-resize}.canvas-node-resizer[data-resize=topleft]{left:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);top:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:nwse-resize}.canvas-node-resizer[data-resize=bottomleft]{left:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);bottom:calc(var(--resizer-size) * var(--zoom-multiplier) * -.5);cursor:nesw-resize}.canvas-node-connection-point{width:calc(var(--resizer-size) * var(--zoom-multiplier));height:calc(var(--resizer-size) * var(--zoom-multiplier));position:absolute;pointer-events:all;cursor:pointer}.canvas-node-connection-point[data-side=top]{top:1px;left:calc(50% - var(--resizer-size) * var(--zoom-multiplier)/ 2)}.canvas-node-connection-point[data-side=right]{right:1px;top:calc(50% - var(--resizer-size) * var(--zoom-multiplier)/ 2)}.canvas-node-connection-point[data-side=bottom]{bottom:1px;left:calc(50% - var(--resizer-size) * var(--zoom-multiplier)/ 2)}.canvas-node-connection-point[data-side=left]{left:1px;top:calc(50% - var(--resizer-size) * var(--zoom-multiplier)/ 2)}.canvas-node-connection-point::after{content:" ";background-color:var(--color-accent);border-radius:50%;border:3px solid var(--background-modifier-border);box-sizing:border-box;display:block;height:calc(var(--resizer-size) * var(--zoom-multiplier));opacity:0;position:relative;width:calc(var(--resizer-size) * var(--zoom-multiplier));left:0;top:0}.canvas-node-resizer:hover .canvas-node-connection-point::after{opacity:1}.canvas-snaps{position:absolute;width:100%;height:100%;left:0;top:0;overflow:visible;pointer-events:none;opacity:.6}.canvas-snaps line{stroke-width:1px;stroke:var(--color-accent)}.canvas-snaps circle{fill:var(--color-accent)}.canvas-edges{position:absolute;width:100%;height:100%;left:0;top:0;overflow:visible;pointer-events:none}.canvas-edges>*{pointer-events:initial}.canvas-edges path.canvas-display-path{pointer-events:none;stroke-width:calc(3px * var(--zoom-multiplier));stroke:rgb(var(--canvas-color));fill:none;transition:stroke-width .1s ease-out 0s}.canvas-edges path.canvas-interaction-path{pointer-events:stroke;stroke-width:calc(24px * var(--zoom-multiplier));stroke-linecap:round;stroke:transparent;fill:none;transition:stroke .1s ease-out 0s}.canvas-wrapper:not(.mod-readonly) .canvas-edges path.canvas-interaction-path{cursor:grab}.canvas-wrapper:not(.mod-readonly) .canvas-edges path.canvas-interaction-path:active{cursor:grabbing}.canvas-edges polygon.canvas-path-end{pointer-events:none;stroke:rgb(var(--canvas-color));fill:rgb(var(--canvas-color));stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;transform-box:fill-box;transform:scale(var(--zoom-multiplier));transform-origin:center top}.canvas-edges g.is-focused path.canvas-display-path,.canvas:not(.is-connecting) .canvas-edges g:hover path.canvas-display-path{stroke-width:calc(5.5px * var(--zoom-multiplier))}.canvas-edges g.is-focused path.canvas-interaction-path,.canvas:not(.is-connecting) .canvas-edges g:hover path.canvas-interaction-path{stroke:rgba(var(--canvas-color),0.1)}.canvas-path-label-wrapper{position:absolute;width:fit-content;height:fit-content}.canvas-path-label{font-size:calc(var(--font-ui-large) * var(--zoom-multiplier));background-color:var(--background-primary);border-radius:var(--radius-s);padding:calc(var(--size-2-3) * var(--zoom-multiplier));line-height:var(--line-height-tight);white-space:pre-wrap;transform:translate(-50%,-50%);text-align:center;max-width:calc(17em * var(--zoom-multiplier))}.canvas-color-picker-item{cursor:var(--cursor);width:24px;height:24px;margin:2px;border-radius:12px;border:2px solid var(--background-primary);background-color:rgb(var(--canvas-color))}.canvas-color-picker-item.is-active{box-shadow:0 0 0 2px rgb(var(--canvas-color))}.canvas-color-picker-item input[type=color]{margin:-4px 0 0 -2px;--swatch-width:20px;--swatch-height:20px;opacity:0}.canvas-color-picker-item.canvas-color-picker-custom:not(.is-active){background:conic-gradient(var(--color-red),var(--color-yellow),var(--color-green),var(--color-blue),var(--color-purple),var(--color-red))}.canvas-empty-embed-container{align-items:center;display:flex;flex-direction:column;gap:var(--size-4-6);justify-content:center;height:100%;padding:var(--size-4-3);text-align:center}.canvas-empty-embed-action-list{display:flex;flex-direction:column;gap:var(--size-4-3)}.canvas-empty-embed-action-list button{font-size:var(--font-text-size);padding:var(--size-4-5) var(--size-4-9)}.canvas-help{display:flex;flex-direction:column;gap:var(--size-4-3)}.canvas-instruction{display:flex;justify-content:space-between}.canvas-instruction-desc{display:flex;gap:var(--size-4-1)}.canvas-minimap{width:100%;height:100%;padding:var(--size-4-1)}.inline-embed>.canvas-minimap{max-height:var(--embed-canvas-max-height)}.canvas-minimap rect{stroke-width:5px;stroke:var(--background-modifier-border);fill:var(--background-modifier-border);fill-opacity:0.65}.canvas-minimap rect.is-themed{stroke:rgb(var(--canvas-color));fill:rgb(var(--canvas-color));fill-opacity:0.5}.canvas-minimap path{stroke:rgb(192,192,192);fill:none}.canvas-minimap path.is-themed{stroke:rgb(var(--canvas-color))}.canvas-cursor{position:absolute;width:1px;height:1px;border:5px solid var(--color-accent);border-radius:5px;pointer-events:none}.canvas-watermark *{font-family:var(--font-default)!important}.browser-favicon-container{display:flex;align-items:center}.browser-favicon-container>*{height:var(--icon-size);max-width:var(--icon-size)}.view-action.mod-browser{--icon-color:var(--icon-color-active);--icon-color-hover:var(--icon-color-active)}.browser-container{height:100%;display:flex;flex-direction:column}.browser-address{width:100%;display:flex;margin:0 2px}.browser-address input{flex-grow:1;min-width:50px}.browser-address-container{padding:0 var(--size-4-2)}.browser-address-container::after{background:0 0!important}.view-content.browser-content{padding:0}.browser-content{border-top:1px solid var(--divider-color);height:100%;display:flex;flex-direction:column}.browser-content webview{flex-grow:1;width:100%}.browser-content .reader-mode-content{overflow-y:auto}.browser-content .reader-mode-content.is-readable-line-width .markdown-preview-sizer{max-width:var(--file-line-width);margin-left:auto;margin-right:auto}.browser-content .markdown-preview-view .external-link{background-image:none;padding-right:0}.browser-content .error-notice{max-width:var(--file-line-width);margin:25% auto 0;padding:var(--file-margins)}.browser-history-view-item{text-wrap:nowrap;overflow:hidden}textarea.browser-adblock-lists{flex-grow:1}.starter{user-select:none;padding-top:0!important}.starter-screen{display:flex;flex-direction:column;background-color:var(--background-primary);width:100%;height:100%}.starter-screen-inner{flex-grow:1;display:flex;height:calc(100% - 24px)}.splash{align-items:center;background-color:var(--background-primary);display:flex;flex-direction:column;justify-content:center;flex:1 1 auto;text-align:center;padding:36px 0 0}.splash-brand{flex:0 0 content;padding:20px 0}.splash-brand-logo-text{margin-top:20px;color:#fff}.splash-brand-version{color:var(--text-muted);margin-top:8px;font-size:var(--font-ui-small)}.help-options-container{flex:1 0 0px;overflow:auto;width:100%;max-width:82%;text-align:left;padding:var(--size-4-6) 0}.help-options-container::-webkit-scrollbar{display:none}.open-vault-options-container::-webkit-scrollbar{display:none}.open-vault-options input[type=text]{width:150px}.open-vault-options.mod-login input[type=text]{width:250px}.quick-start-container{margin-bottom:10px}.quick-start-container button{font-size:var(--font-ui-medium);padding:8px 60px}.open-folder-input[type=text]{font-size:var(--font-ui-small);width:200px;height:28px}.browse-folder-button{margin-left:10px}.open-folder-button{margin-top:14px;padding:6px 36px}.starter .notice{top:38px}.recent-vaults-list-item-name[contenteditable]{cursor:text;border-color:var(--interactive-accent);background-color:var(--background-modifier-hover);font-size:.9em;padding:0 var(--size-4-1)}:root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left);--safe-area-inset-right:env(safe-area-inset-right)}.is-tablet{--nav-item-padding:var(--size-2-3) var(--size-4-2) var(--size-2-3) var(--size-4-6);--tab-font-size:var(--font-ui-smaller);--system-status-background:var(--titlebar-background)}.is-tablet.theme-dark{--titlebar-background:var(--background-primary);--titlebar-background-focused:var(--background-primary);--interactive-normal:var(--background-modifier-border);--modal-background:var(--background-secondary)}.is-mobile .tree-item .tree-item-self{padding-right:var(--size-4-2)}.is-mobile input[type=text]{width:100%}.is-mobile .markdown-rendered pre:not(:hover)>button.copy-code-button{display:block}.is-mobile .markdown-rendered button.copy-code-button{width:auto}.is-mobile .markdown-rendered .heading-collapse-indicator{margin-left:-20px}.is-mobile .markdown-rendered ol,.is-mobile .markdown-rendered ul{padding-inline-start:25px}.is-tablet .mod-left-split-toggle{display:none}.is-tablet button:not(.clickable-icon){padding:var(--size-4-1) var(--size-4-5)}.mod-tappable{transition:opacity .15s ease-in-out 0s}.mod-tappable.mod-tap{opacity:.5}.mod-fade{--scroll-fade-offset-right:0;--scroll-fade-offset-left:0}.mod-fade:not(.mod-at-start)::before{content:" ";position:absolute;top:0;left:var(--scroll-fade-offset-left);width:30px;height:100%;background:linear-gradient(to right,var(--background-primary),transparent)}.mod-fade:not(.mod-at-end)::after{content:" ";position:absolute;top:0;right:var(--scroll-fade-offset-right);width:30px;height:100%;background:linear-gradient(to right,transparent,var(--background-primary))}.is-tablet .horizontal-tab-nav-item,.is-tablet .vertical-tab-nav-item{padding:var(--size-4-2) var(--size-4-3)}.is-tablet .modal.mod-settings .vertical-tab-header{max-width:none}.is-tablet.theme-dark .community-item,.is-tablet.theme-dark .vertical-tab-content{background-color:var(--background-secondary)}body.is-tablet .workspace-drawer.mod-left .workspace-drawer-inner{padding-left:var(--ribbon-width)}.workspace-drawer .nav-buttons-container::-webkit-scrollbar,.workspace-drawer .nav-buttons-container::-webkit-scrollbar-thumb,.workspace-drawer .workspace-drawer-actions::-webkit-scrollbar,.workspace-drawer .workspace-drawer-actions::-webkit-scrollbar-thumb{visibility:hidden}.workspace-drawer-ribbon::-webkit-scrollbar,.workspace-drawer-ribbon::-webkit-scrollbar-thumb{visibility:hidden;width:0}.is-tablet .workspace-drawer .workspace-drawer-header-icon.mod-settings{display:none}body.is-tablet .sidebar-toggle-button{padding-left:var(--size-4-2);--icon-color:var(--interactive-accent);--icon-color-hover:var(--interactive-accent);--icon-color-active:var(--interactive-accent-hover);--icon-color-focus:var(--interactive-accent-hover);--icon-size:var(--icon-l);--icon-stroke:var(--icon-l-stroke-width)}body.is-tablet .mobile-navbar{display:none}.is-mobile .prompt-input[type=text]{padding:var(--size-4-4)}.is-phone .prompt-input[type=text]{border:none}.pull-action{position:absolute;background-color:var(--background-secondary);z-index:var(--layer-popover);color:var(--text-muted);font-size:90%;transition:background-color 150ms ease-in-out 0s}.pull-action.mod-activated{background-color:var(--interactive-accent);color:var(--text-on-accent)}.pull-down-action{top:0;left:0;right:0;width:96%;max-width:500px;margin:var(--safe-area-inset-top) auto 0 auto;padding:var(--size-4-3) var(--size-4-4);text-align:center;border-radius:40px}.pull-out-action{top:50%;padding:var(--size-4-3) var(--size-4-4);border-radius:40px;margin:0 var(--size-4-4)}.is-tablet{--toolbar-option-width:50px}.is-tablet.is-ios .mobile-toolbar{padding-bottom:var(--safe-area-inset-bottom)}.mobile-toolbar-options-list::-webkit-scrollbar{width:0!important;height:0!important}.is-tablet.theme-dark .suggestion-container{background-color:var(--background-secondary)}.is-mobile .file-tree .tree-item-self{font-size:var(--font-ui-small)}.markdown-preview-view .heading-collapse-indicator{margin-left:calc(0px - var(--collapse-arrow-size) - 10px)!important;padding:0 0!important}.node-insert-event{animation-duration:unset!important;animation-name:none!important}hr{border:none;border-top:var(--hr-thickness) solid;border-color:var(--hr-color)}.cm-fold-indicator.is-collapsed .collapse-indicator,.cm-gutterElement .is-collapsed .collapse-indicator,.cm-gutterElement:hover .collapse-indicator,.cm-line:hover .cm-fold-indicator .collapse-indicator,.collapse-indicator:hover,.fold-gutter.is-collapsed,.fold-gutter:hover,.is-collapsed .collapse-indicator,.metadata-properties-heading:hover .collapse-indicator,h1:hover .collapse-indicator,h2:hover .collapse-indicator,h3:hover .collapse-indicator,h4:hover .collapse-indicator,h5:hover .collapse-indicator,h6:hover .collapse-indicator{opacity:1;transition:opacity .15s ease-in-out}.collapse-indicator,.fold-gutter{opacity:0;transition:opacity .15s ease-in-out}@media print{html body>:not(.print){display:unset!important}.collapse-indicator{display:none!important}.is-collapsed>element>.collapse-indicator{display:unset!important}}.mod-header .metadata-container{display:none!important}.markdown-embed .heading-collapse-indicator{translate:-1em 0}.markdown-embed.internal-embed.inline-embed .markdown-embed-content,.markdown-embed.internal-embed.inline-embed .markdown-embed-content .markdown-preview-view{overflow:visible!important}.markdown-embed-link{display:none!important}.canvas-wrapper:not(.mod-readonly) .canvas-node-content.markdown-embed>.markdown-embed-content>.markdown-preview-view{user-select:text!important}.canvas-card-menu{display:none;cursor:default!important}.canvas-controls{display:none;cursor:default!important}.canvas-background{pointer-events:visible!important;cursor:grab!important}.canvas-background:active{cursor:grabbing!important}.canvas-node-connection-point{display:none;cursor:default!important}.canvas-node-content{backface-visibility:visible!important}.canvas-menu-container{display:none}.canvas-node-content-blocker{cursor:pointer!important}.canvas-wrapper{position:relative;cursor:default!important}.canvas-node-resizer{cursor:default!important}.canvas-node-container{cursor:default!important}.markdown-rendered pre:not(:hover)>button.copy-code-button{display:unset;opacity:0}.markdown-rendered pre:hover>button.copy-code-button{opacity:1}.markdown-rendered pre button.copy-code-button{transition:opacity .2s ease-in-out,width .3s ease-in-out,background-color .2s ease-in-out;text-overflow:clip}.markdown-rendered pre>button.copy-code-button:hover{background-color:var(--interactive-normal)}.markdown-rendered pre>button.copy-code-button:active{background-color:var(--interactive-hover);box-shadow:var(--input-shadow);transition:none}.webpage-container .is-collapsed .collapse-indicator svg.svg-icon,.webpage-container .is-collapsed .list-collapse-indicator svg.svg-icon{color:var(--collapse-icon-color-collapsed)}</style><style>.enable-media-grid .image-grid{display:flex;flex-wrap:wrap;justify-content:center;margin-left:0!important}.enable-media-grid .image-grid figure{margin:var(--size-2-1)!important;height:20vw;position:relative;overflow:hidden}.enable-media-grid .image-grid img,.enable-media-grid .image-grid video{height:20vw;margin:0 var(--size-2-1) var(--size-2-1) 0;max-width:100%;vertical-align:bottom;object-fit:cover;border-radius:var(--radius-xl)}.enable-media-grid .is-mobile:not(.is-tablet) .image-grid img,.enable-media-grid .is-mobile:not(.is-tablet) .image-grid video{height:40vw}.enable-media-grid .media-embed img:hover{opacity:.8}.color-markdown-files .nav-file-title[data-path$=md] .nav-file-title-content{color:var(--text-success)}.color-markdown-files .nav-file-title[data-path$="todo.md"] .nav-file-title-content{color:var(--text-error)}.hide-media-files .nav-file-title[data-path$='.avi'],.hide-media-files .nav-file-title[data-path$='.flac'],.hide-media-files .nav-file-title[data-path$='.gif'],.hide-media-files .nav-file-title[data-path$='.jpeg'],.hide-media-files .nav-file-title[data-path$='.jpg'],.hide-media-files .nav-file-title[data-path$='.m4a'],.hide-media-files .nav-file-title[data-path$='.m4v'],.hide-media-files .nav-file-title[data-path$='.mkv'],.hide-media-files .nav-file-title[data-path$='.mov'],.hide-media-files .nav-file-title[data-path$='.mp3'],.hide-media-files .nav-file-title[data-path$='.mp4'],.hide-media-files .nav-file-title[data-path$='.ogg'],.hide-media-files .nav-file-title[data-path$='.png'],.hide-media-files .nav-file-title[data-path$='.wav'],.hide-media-files .nav-file-title[data-path$='.webm'],.hide-media-files .nav-file-title[data-path$='.webp']{display:none}.yesterday-todo,.yesterday-todo~div{color:var(--text-warning)}.yesterday-comment,.yesterday-comment~div{display:none}.callout[data-callout=yesterday-dream]{--callout-color:128,0,128;--callout-icon:bed-double;border-radius:var(--radius-xl)}.callout[data-callout=yesterday-todo]{--callout-color:255,165,0;--callout-icon:check-check}div{clear:both}ul.yesterday-dialog{overflow:hidden;margin-top:var(--size-4-9);margin-bottom:var(--size-4-9);padding-inline-start:0px;padding-left:var(--size-4-9);padding-right:var(--size-4-9)}.is-mobile ul.yesterday-dialog{padding-left:0;padding-right:0}ul.yesterday-dialog li{display:flex;flex-direction:column;clear:both;margin-bottom:0;margin-top:var(--size-2-1);padding-bottom:0;padding-top:0}ul.yesterday-dialog li p{max-width:calc(100% - 50px)}ul.yesterday-dialog li .dialog-meta{display:inline;padding:0 0;margin:0;font-size:var(--font-smallest)}ul.yesterday-dialog li .dialog-meta{font-size:var(--font-smallest);padding:0 var(--size-2-2);margin-top:0;margin-bottom:0}ul.yesterday-dialog li .dialog-comment{font-style:italic}li .dialog-speaker+.dialog-comment::before{content:" ("}li .dialog-speaker+.dialog-comment::after{content:")"}ul.yesterday-dialog li .dialog-statement{margin-top:0;margin-bottom:0;padding:var(--size-4-1) var(--size-4-3);border-radius:var(--radius-s);width:fit-content}ul.yesterday-dialog li.their-dialog .dialog-meta{padding-left:var(--size-4-2)}ul.yesterday-dialog li.my-dialog .dialog-meta{padding-right:var(--size-4-2)}ul.yesterday-dialog li.my-dialog.emoji-only .dialog-statement,ul.yesterday-dialog li.their-dialog.emoji-only .dialog-statement{background-color:transparent;padding:0;font-size:2em;line-height:1em}ul.yesterday-dialog li.their-dialog .dialog-statement{background:var(--color-base-30);color:var(--color-base-100);border-top-right-radius:var(--radius-xl);border-bottom-right-radius:var(--radius-xl)}ul.yesterday-dialog li.my-dialog{text-align:right;align-items:flex-end}ul.yesterday-dialog li.my-dialog .dialog-statement{background:var(--interactive-accent);color:var(--text-on-accent);border-top-left-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.my-dialog+.their-dialog .dialog-statement,.their-dialog+.my-dialog .dialog-statement{margin-top:var(--size-4-1)}.my-dialog+.their-dialog .dialog-meta+.dialog-statement,.their-dialog+.my-dialog .dialog-meta+.dialog-statement{margin-top:0}.their-dialog+.my-dialog .dialog-statement{border-top-right-radius:var(--radius-xl)}.my-dialog+.their-dialog .dialog-statement,.their-dialog.end-speech+.their-dialog .dialog-statement{border-top-left-radius:var(--radius-xl)}.my-dialog.end-speech .dialog-statement{border-bottom-right-radius:var(--radius-xl)}.their-dialog.end-speech .dialog-statement{border-bottom-left-radius:var(--radius-xl)}.yesterday-dialog li:nth-child(1of.my-dialog) .dialog-statement{border-top-right-radius:var(--radius-xl)}.yesterday-dialog li:nth-child(1of.their-dialog) .dialog-statement{border-top-left-radius:var(--radius-xl)}.yesterday-dialog li:nth-last-child(1of.their-dialog) .dialog-statement{border-bottom-left-radius:var(--radius-xl);margin-bottom:1em}.yesterday-dialog li:nth-last-child(1of.my-dialog) .dialog-statement{border-bottom-right-radius:var(--radius-xl);margin-bottom:1em}.yesterday-dialog li:nth-last-child(1of.their-dialog) .dialog-statement{border-bottom-left-radius:var(--radius-xl);margin-bottom:1em}</style><style>@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap);@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Figtree:wght@300;400;500;600;700;800&family=Koh+Santepheap:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700;800&family=Rubik:wght@300;400;500;600;700;800&family=Tilt+Warp&family=Merriweather:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alice&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Arima:wght@100;200;300;400;500;600;700&family=Averia+Gruesa+Libre&family=Comfortaa:wght@300;400;500;600;700&family=Courgette&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Forum&family=Handlee&family=Hind:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Merienda:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap);.custom-font-toggle{--font-default:var(--custom-font),sans-serif!important}body{--divider-width:0px;--line-style:solid;--border-width:1px}.is-mobile,body.classic-layout{--divider-width:var(--border-width)}.card-board-view{color:var(--text-muted)}.card-board-column{background-color:var(--background-primary-alt);border:var(--border-width) var(--line-style) var(--background-modifier-border)}body.line-style-solid{--line-style:solid}body.line-style-dashed{--line-style:dashed}body.line-style-dotted{--line-style:dotted}body.line-style-double{--line-style:double}body.line-style-groove{--line-style:groove}body.line-style-ridge{--line-style:ridge}body.line-style-inset{--line-style:inset}body.line-style-outset{--line-style:outset}body{--workspace-background:var(--background-secondary)}.workspace,.workspace-split.mod-root{background:var(--workspace-background);background-size:cover;background-position:50% 50%}.background-image{--workspace-background:var(--custom-image);--tab-container-background:transparent;--ribbon-background-collapsed:transparent!important;--ribbon-background:transparent!important;--border-width:0px!important}.theme-light.background-image .side-dock-actions,.theme-light.background-image .side-dock-settings,.theme-light.background-image .workspace-ribbon.mod-left:before{backdrop-filter:brightness(107%) blur(var(--bg-blur))}.theme-dark.background-image .side-dock-actions,.theme-dark.background-image .side-dock-settings,.theme-dark.background-image .workspace-ribbon.mod-left:before{backdrop-filter:brightness(50%) blur(var(--bg-blur))}.background-image .side-dock-actions,.background-image .side-dock-settings{margin-right:-4px;margin-left:-4px}.background-image .side-dock-actions{margin-top:-8px}.background-image .side-dock-settings{margin-bottom:-11px;margin-top:-4px;padding-top:505px;padding-bottom:4px}.theme-light.background-image .workspace-split{background:0 0!important;backdrop-filter:brightness(107%) blur(var(--bg-blur))}.theme-dark.background-image .workspace-split{background:0 0!important;backdrop-filter:brightness(50%) blur(var(--bg-blur))}body{--border-radius-average:11px;--radius-s:calc(var(--border-radius-average) - 3px);--radius-m:calc(var(--border-radius-average) - 1px);--radius-l:calc(var(--border-radius-average) + 1px);--radius-xl:calc(var(--border-radius-average) + 3px)}.is-mobile,body.classic-layout{--radius-s:4px;--radius-m:8px;--radius-l:10px;--radius-xl:16px}.workspace-leaf{border-radius:var(--radius-m);margin-right:10px;margin-left:10px;background-color:transparent!important}.workspace-leaf-content{border-radius:var(--radius-m);margin-bottom:10px;margin-right:auto;margin-left:auto;border:var(--border-width) var(--line-style) var(--background-modifier-border)}.classic-layout .workspace-leaf-content,.is-mobile .workspace-leaf-content{border-radius:0;margin-bottom:0;border:none}.classic-layout .workspace-leaf,.is-mobile .workspace-leaf{border-radius:0;margin-right:0;margin-left:0;background-color:var(--background-primary)}body,body.theme-ash-old.classic-layout,body.theme-crystal.classic-layout{--ribbon-background-collapsed:transparent}body.classic-layout{--ribbon-background-collapsed:var(--background-primary)}.workspace-split.mod-horizontal.mod-left-split .workspace-leaf-content{border:none;box-shadow:none}.cards-layout .workspace-split.mod-horizontal.mod-left-split .workspace-leaf-content{border:var(--border-width) var(--line-style) var(--background-modifier-border);box-shadow:none;background-color:var(--background-primary)}.cards-layout .is-mobile .workspace-split.mod-horizontal.mod-left-split .workspace-leaf-content,.cards-layout.classic-layout .workspace-split.mod-horizontal.mod-left-split .workspace-leaf-content{border:none;box-shadow:none;background-color:var(--background-secondary)}.workspace-ribbon::before{background-color:transparent!important;border-bottom:none!important}.classic-layout .workspace-ribbon::before{border-bottom:var(--border-width) var(--line-style) var(--background-modifier-border)!important}.workspace-ribbon{border-right:var(--divider-width) var(--line-style) var(--divider-color)}.workspace-split.mod-left-split>.workspace-leaf-resize-handle,.workspace-split.mod-vertical>*>.workspace-leaf-resize-handle{border-right-style:var(--line-style)}.view-header-title{font-size:14px}.view-header-breadcrumb{color:var(--text-faint)}.is-hidden-frameless:not(.is-fullscreen) .titlebar-button-container.mod-right,.is-hidden-frameless:not(.is-fullscreen).is-focused .titlebar-button-container.mod-right{background-color:#3a2e2000}.is-focused .titlebar-inner,.titlebar-inner{color:var(--icon-color)}body{--prompt-width:450px}img{display:block;margin-left:auto;margin-right:auto;border-radius:var(--radius-m)}body{--tab-text-color-focused-active-current:var(--color-accent-2);--tab-divider-color:var(--background-modifier-border);--tab-curve:0px;--tab-radius-active:var(--radius-s);--tab-font-size:0.84em;--tab-width:240px;--tab-outline-width:var(--border-width);--tab-divider-color:transparent}.classic-layout{--tab-radius-active:6px 6px 0px 0px;--tab-curve:6px}.classic-layout .workspace .mod-root .workspace-tab-header{margin:0;height:inherit;border-bottom:none}.workspace .mod-root .workspace-tab-header{padding:5px;margin:.1em;height:auto}.workspace .mod-root .workspace-tab-header-inner-title{text-overflow:ellipsis;width:100%}.workspace-tab-header-container{background-color:transparent;border-bottom:none;margin-bottom:.5em}.classic-layout .workspace-tab-header-container,.is-mobile .workspace-tab-header-container{border-bottom:var(--border-width) var(--line-style) var(--background-modifier-border);margin-bottom:0}body.hide-dividers{--border-width:0px!important}body{--table-border-width:0px;--table-row-alt-background:var(--color-base-05)}thead{border-bottom:1.5px var(--line-style) var(--color-accent-2)}.markdown-preview-view table{margin-left:auto;margin-right:auto;min-width:100%}.wiki-page{--file-line-width:100%;--font-text-size:0.9em;--h1-color:var(--text-normal);--h2-color:var(--text-normal);--h3-color:var(--text-normal);--h4-color:var(--text-normal);--h5-color:var(--text-normal);--h6-color:var(--text-normal);--h1-size:1.5em;--h2-size:1.2em;--h3-size:1.1em;--h4-size:1em;--h5-size:0.99em;--h6-size:0.98em;--h1-line-height:1.8em;--font-text:'Archivo',Arial,sans-serif;--h1-font:'Linux Libertine','Georgia','Times',serif;--h1-weight:normal;--inline-title-color:var(--text-normal);--radius-s:0px;--radius-m:0px}.wiki-page.markdown-rendered hr::before,.wiki-page.markdown-source-view hr::before{display:none!important}.wiki-page .inline-title{border-bottom:1px solid var(--background-modifier-border)!important;line-height:.5em;margin-bottom:1em;font-family:var(--h1-font);font-weight:var(--h1-weight)}.wiki-page .frontmatter-container{display:none}.wiki-page h1{border-bottom:1px solid var(--background-modifier-border)!important;background-color:transparent!important;padding:0!important;overflow:hidden}.wiki-page h2,.wiki-page h3,.wiki-page h4,.wiki-page h5,.wiki-page h6{background-color:transparent!important;padding:0!important;overflow:hidden;border-bottom:none!important}.wiki-page img{width:25%!important;float:right;clear:right;margin:1em}.wiki-page.markdown-source-view img{float:none;clear:none;width:50%;margin-right:auto;margin-left:auto}.wiki-page .blockquote img,.wiki-page .callout img{width:100%!important;float:none;clear:none;display:block;margin-right:auto;margin-left:auto}.wiki-page.markdown-rendered blockquote{display:flexbox;width:flex;text-align:left;overflow:hidden;margin:1em 1em 1em 0;border-radius:var(--radius-s)}.wiki-page.markdown-preview-view .callout[data-callout*=info]{float:right;clear:right;width:25%;background-color:var(--background-primary);padding:0;border-radius:var(--radius-s);box-shadow:var(--shadow-s);border:1px solid var(--background-modifier-border)}.wiki-page.markdown-source-view .callout[data-callout*=info]{width:25%;margin-left:auto;margin-right:auto;background-color:var(--blockquote-background-color);padding:7px;border-radius:var(--radius-s);border:1px solid var(--background-modifier-border)}.wiki-page.markdown-preview-view .callout[data-callout*=info] .callout-content{width:100%;display:block;margin-left:auto;margin-right:auto;padding:5px}.wiki-page.markdown-preview-view .callout[data-callout*=info] .callout-title{font-size:var(--h3-size);font-weight:var(--h3-weight);color:var(--text-normal);padding:5px;background-color:rgba(var(--color-yellow-rgb),.2);width:100%;margin:0}.wiki-page .callout h1,.wiki-page .callout h2,.wiki-page .callout h3,.wiki-page .callout h4,.wiki-page .callout h5,.wiki-page .callout h6{font-size:var(--h3-size);font-weight:var(--h3-weight);text-align:center;color:var(--text-normal);padding:5px!important;line-height:1.25em;background-color:rgba(var(--color-yellow-rgb),.2)!important;width:100%;border-bottom:none!important}.wiki-page.markdown-preview-view .callout[data-callout*=info] .callout-icon .svg-icon{padding-right:.2em;width:1.3em;height:1.3em;color:inherit}.wiki-page.markdown-preview-view .callout{display:flexbox;width:flex;margin:1em}.wiki-page.markdown-preview-view .callout-title{width:fit-content;font-size:var(--h3-size)}.wiki-page hr{border-width:1px;overflow:hidden}.wiki-page.markdown-preview-view table{margin-left:1em;margin-right:1em;min-width:35.5%;text-align:center}.wiki-page th{text-align:center}.wiki-page .dataview.inline-field-key{font-size:inherit}.tag-default,body{--tag-color:var(--text-accent);--tag-color-hover:var(--text-accent);--tag-decoration:none;--tag-decoration-hover:none;--tag-background:hsla(var(--interactive-accent-hsl), 0.1);--tag-background-hover:hsla(var(--interactive-accent-hsl), 0.2);--tag-border-color:hsla(var(--interactive-accent-hsl), 0.15);--tag-border-color-hover:hsla(var(--interactive-accent-hsl), 0.15);--tag-border-width:0px;--tag-padding-x:0.65em;--tag-padding-y:0.25em;--tag-radius:2em}.tag-minimal{--tag-background:none;--tag-background-hover:none;--tag-color-hover:var(--color-accent-1);--tag-color:var(--interactive-accent);--tag-decoration-hover:underline}.tag-minimal .editor .cm-hashtag,.tag-minimal a.tag{font-style:italic;padding:0}.tag-block{--tag-color:var(--text-normal);--tag-background:var(--code-background);--tag-radius:3px}.tag-button{--tag-background:var(--background-primary);--tag-background-hover:var(--code-background);--tag-color:var(--text-normal);--tag-color-hover:var(--text-normal);--tag-radius:0.8em;--tag-border-color:var(--background-modifier-border);--tag-border-width:1px;--tag-border-color-hover:var(--color-base-25)}.tag-button .editor .cm-hashtag,.tag-button a.tag{-webkit-box-shadow:0 -1px 7px -1px rgb(118 118 118 / 20%) inset}.tag-button .editor .cm-hashtag:hover,.tag-button a.tag:hover{-webkit-box-shadow:0 -1px 7px -1px rgb(118 118 118 / 10%) inset}.link-default,body{--link-decoration:none;--link-external-decoration:none}.external-link{background-image:none;padding-right:unset}.link-web{--link-decoration:underline;--link-external-decoratoin:underline;--link-color:var(--color-blue);--link-external-color:var(--color-blue);--link-color-hover:var(--color-purple);--link-external-color-hover:var(--color-purple);--link-unresolved-color:var(--color-cyan);--link-unresolved-decoration-color:var(--color-cyan)}.link-button{--link-color:var(--text-normal);--link-unresolved-color:var(--text-normal);--link-external-color:var(--text-normal);--link-decoration-hover:none;--link-external-decoration-hover:none}.link-button .external-link,.link-button .internal-link,.link-button .markdown-source-view.mod-cm6 .cm-underline{background-color:var(--background-primary);-webkit-box-shadow:0 -1px 7px -1px rgb(118 118 118 / 15%) inset;padding:1px 10px;border-radius:.4em;border:solid var(--background-modifier-border) 1.1px;background-image:none;white-space:nowrap;overflow:hidden}.link-button .external-link:hover,.link-button .internal-link:hover,.link-button .markdown-source-view.mod-cm6 .cm-underline:hover{-webkit-box-shadow:0 -1px 10px -1px rgb(118 118 118 / 30%) inset}.link-em{--link-unresolved-color:var(--text-muted);--link-unresolved-decoration-color:var(--background-modifier-border-hover)}.link-em .external-link,.link-em .internal-link{color:var(--text-normal);text-decoration:underline var(--background-modifier-border) 2.3px;text-underline-offset:0.19em}.link-em .markdown-source-view.mod-cm6 .cm-underline{color:var(--text-normal);text-decoration:underline var(--background-modifier-border) 2.3px}.link-em .external-link:hover,.link-em .internal-link:hover,.link-em .markdown-source-view.mod-cm6 .cm-underline:hover{color:var(--color-accent-2);text-decoration:underline var(--color-accent-1) 4px}.link-em .external-link::before,.link-em .internal-link::before{content:"🡭";margin-right:.3em;display:inline-block;font-size:.8em;font-weight:600;font-family:'Noto Sans Symbols 2',sans-serif}.wide{--file-line-width:100%}.wide img{position:relative;aspect-ratio:16/6;object-fit:cover;width:100%;object-position:left}.colored-bold-and-italic.theme-light{--bold-color:hsl(calc(var(--accent-h) + 180), 45%, 50%);--italic-color:hsl(calc(var(--accent-h) + 90), 45%, 50%)}.colored-bold-and-italic.theme-dark{--bold-color:hsl(calc(var(--accent-h) + 180), 50%, 60%);--italic-color:hsl(calc(var(--accent-h) + 90), 50%, 60%)}.theme-gruvbox.colored-bold-and-italic,.theme-solarized.colored-bold-and-italic{--bold-color:var(--color-orange);--italic-color:var(--color-green)}.checkbox-container.is-enabled{background-color:var(--color-green)}.checkbox-container:not(.is-enabled){background-color:var(--color-red)}body{--blockquote-border-thickness:2.5px;--blockquote-color:var(--text-normal);--blockquote-background-color:var(--background-secondary-alt)}.blockquote-normal .markdown-rendered blockquote,.markdown-rendered blockquote{padding-top:10px;padding-bottom:10px;z-index:2;font-style:italic;position:relative;border-left-width:5px;padding-left:15px;padding-right:15px}.blockquote-normal .markdown-rendered blockquote p,.markdown-rendered blockquote p{display:inline}.blockquote-mark .markdown-rendered blockquote::before{font-style:normal;content:"❛❛";display:inline;font-size:2.25em;line-height:.1em;vertical-align:-.4em;margin-right:15px}.blockquote-block .markdown-rendered blockquote{border-radius:var(--radius-s);border-left:none;font-style:normal}.blockquote-quote .markdown-rendered blockquote{background-color:transparent;padding-top:0;padding-bottom:0;font-style:normal;border-width:2px}.blockquote-minimal .markdown-rendered blockquote{background-color:transparent;padding-top:0;padding-bottom:0;border-color:var(--text-normal);color:var(--text-normal);font-style:normal;border-width:1.4px;line-height:inherit}.blockquote-floating .markdown-rendered blockquote{background-color:transparent;padding:12px 12px 12px 12px;border-radius:var(--radius-s);border:1.2px var(--line-style) var(--background-modifier-border);box-shadow:var(--shadow-s);position:relative;font-style:normal}.blockquote-sleek .markdown-rendered blockquote:not(.blockquote-block),.blockquote-sleek .markdown-rendered blockquote:not(.blockquote-floating),.blockquote-sleek .markdown-rendered blockquote:not(.blockquote-minimal),.blockquote-sleek .markdown-rendered blockquote:not(.blockquote-normal){border:1px solid;border-color:var(--background-modifier-border)!important;border-left-width:6px;font-style:normal}.blockquote-basic .markdown-rendered blockquote{background-color:transparent;border:none;margin-left:1.3em;padding:0;font-size:var(--h6-size);font-weight:300}.blockquote-basic .markdown-rendered blockquote h1{padding:0;font-style:italic;font-weight:300}.cm-s-obsidian span.cm-highlight,.markdown-rendered mark{border-radius:5px;padding-left:5px;padding-right:5px;border-bottom:2px var(--color-accent-2) var(--line-style)}.theme-dark.theme-celestial .cm-s-obsidian span.cm highlight,.theme-dark.theme-celestial .markdown-rendered mark,.theme-dark.theme-default .cm-s-obsidian span.cm highlight,.theme-dark.theme-default .markdown-rendered mark,.theme-dark.theme-spring .cm-s-obsidian span.cm highlight,.theme-dark.theme-spring .markdown-rendered mark{color:#fff}.underlined-highlight .cm-s-obsidian span.cm-highlight,.underlined-highlight .markdown-rendered mark{background-color:transparent;border-radius:0;padding:0;border-bottom:3px var(--color-accent-2) var(--line-style);font-weight:700}.theme-dark.underlined-highlight .cm-s-obsidian span.cm-highlight,.theme-dark.underlined-highlight .markdown-rendered mark{color:var(--color-accent-2)}.theme-default .horizontal-tab-nav-item.is-active,.vertical-tab-nav-item.is-active{color:var(--text-on-accent)!important}.dataview.inline-field-key{background-color:transparent;font-family:inherit;color:var(--bold-color);font-weight:700;margin-right:0;padding-right:0}.dataview.inline-field-key::after{content:':';margin-left:0;margin-right:5px}.dataview.inline-field-value{background-color:transparent;font-family:inherit;margin-left:0;padding-left:0}.dataview.inline-field-standalone-value{background-color:transparent;font-family:inherit;color:var(--text-faint);font-size:.95em;margin:0;padding:0}body{--h6-variant:small-caps;--h1-weight:700;--h2-weight:600;--h3-weight:600;--h4-weight:600;--h5-weight:600;--h6-weight:600}body:not(.colorful-headings):not(.colorful-headings-alt){--h1-color:var(--text-normal);--h2-color:var(--text-normal);--h3-color:var(--text-normal);--h4-color:var(--text-normal);--h5-color:var(--text-normal);--h6-color:var(--text-normal)}.HyperMD-header-1,.HyperMD-list-line .cm-header-1,.markdown-rendered h1,h1{font-variant:var(--h1-variant)}.smaller-headings{--h1-size:1.4em;--h2-size:1.3em;--h3-size:1.15em;--h4-size:1.1em;--h5-size:1.05em;--h6-size:1em}.colorful-headings{--h1-color:hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) - 10%));--h2-color:hsl(calc(var(--accent-h) + 40), calc(var(--accent-s) - 5%), calc(var(--accent-l) - 15%));--h3-color:hsl(calc(var(--accent-h) + 80), calc(var(--accent-s) - 25%), calc(var(--accent-l) - 15%));--h4-color:hsl(calc(var(--accent-h) + 130), calc(var(--accent-s) - 30%), calc(var(--accent-l) - 15%));--h5-color:hsl(calc(var(--accent-h) + 180), calc(var(--accent-s) - 35%), calc(var(--accent-l) - 15%));--h6-color:hsl(calc(var(--accent-h) + 240), calc(var(--accent-s) - 55%), calc(var(--accent-l) - 15%))}.colorful-headings-alt{--h1-color:var(--color-red);--h2-color:var(--color-orange);--h3-color:var(--color-yellow);--h4-color:var(--color-cyan);--h5-color:var(--color-blue);--h6-color:var(--color-purple)}.colorful-headings.theme-dark.theme-ash-old,.colorful-headings.theme-dark.theme-crystal{--h6-color:rgb(91, 117, 161);--h5-color:rgb(140, 132, 190);--h4-color:rgb(154, 118, 168);--h3-color:rgb(191, 118, 151);--h2-color:rgb(203, 120, 132);--h1-color:rgb(208, 92, 92)}.colorful-headings.theme-light.theme-ash-old,.colorful-headings.theme-light.theme-crystal{--h1-color:rgb(91, 117, 161);--h2-color:rgb(140, 132, 190);--h3-color:rgb(154, 118, 168);--h4-color:rgb(191, 118, 151);--h5-color:rgb(203, 120, 132);--h6-color:rgb(208, 92, 92)}.colorful-headings-alt.theme-default{--h1-color:var(--color-red);--h2-color:var(--color-orange);--h3-color:var(--color-yellow);--h4-color:var(--color-green);--h5-color:var(--color-cyan);--h6-color:var(--color-blue)}.colorful-headings.theme-default{--h1-color:rgb(217, 174, 180);--h2-color:rgb(218, 178, 201);--h3-color:rgb(200, 165, 200);--h4-color:rgb(191, 165, 199);--h5-color:rgb(158, 142, 184);--h6-color:rgb(156, 156, 190)}.h1-center .HyperMD-header-1,.h1-center h1{text-align:center}.h1-center .inline-title{text-align:center}.h2-center .HyperMD-header-2,.h2-center h2{text-align:center}.h3-center .HyperMD-header-3,.h3-center h3{text-align:center}.h4-center .HyperMD-header-4,.h4-center h4{text-align:center}.h5-center .HyperMD-header-5,.h5-center h5{text-align:center}.h6-center .HyperMD-header-6,.h6-center h6{text-align:center}.h1-bottom-border .HyperMD-header-1,.h1-bottom-border h1,.h2-bottom-border .HyperMD-header-2,.h2-bottom-border h2,.h3-bottom-border .HyperMD-header-3,.h3-bottom-border h3,.h4-bottom-border .HyperMD-header-4,.h4-bottom-border h4,.h5-bottom-border .HyperMD-header-5,.h5-bottom-border h5,.h6-bottom-border .HyperMD-header-6,.h6-bottom-border h6{padding-bottom:2px;border-bottom:1.4px var(--line-style) var(--hr-color)}.h1-bottom-border.colorful-headings.theme-anytype .HyperMD-header-1,.h1-bottom-border.colorful-headings.theme-anytype h1,.h1-bottom-border.colorful-headings.theme-notion .HyperMD-header-1,.h1-bottom-border.colorful-headings.theme-notion h1,.h2-bottom-border.colorful-headings.theme-anytype .HyperMD-header-2,.h2-bottom-border.colorful-headings.theme-anytype h2,.h2-bottom-border.colorful-headings.theme-notion .HyperMD-header-2,.h2-bottom-border.colorful-headings.theme-notion h2,.h3-bottom-border.colorful-headings.theme-anytype .HyperMD-header-3,.h3-bottom-border.colorful-headings.theme-anytype h3,.h3-bottom-border.colorful-headings.theme-notion .HyperMD-header-3,.h3-bottom-border.colorful-headings.theme-notion h3,.h4-bottom-border.colorful-headings.theme-anytype .HyperMD-header-4,.h4-bottom-border.colorful-headings.theme-anytype h4,.h4-bottom-border.colorful-headings.theme-notion .HyperMD-header-4,.h4-bottom-border.colorful-headings.theme-notion h4,.h5-bottom-border.colorful-headings.theme-anytype .HyperMD-header-5,.h5-bottom-border.colorful-headings.theme-anytype h5,.h5-bottom-border.colorful-headings.theme-notion .HyperMD-header-5,.h5-bottom-border.colorful-headings.theme-notion h5,.h6-bottom-border.colorful-headings.theme-anytype .HyperMD-header-6,.h6-bottom-border.colorful-headings.theme-anytype h6,.h6-bottom-border.colorful-headings.theme-notion .HyperMD-header-6,.h6-bottom-border.colorful-headings.theme-notion h6{border-bottom:none}.callout,.callout-normal .callout{background-color:rgba(var(--callout-color),.17);border:none;position:relative;z-index:2}.callout-bordered .callout{border:1.2px var(--line-style) rgb(var(--callout-color))}.callout-outlined{--callout-title-padding:5px}.callout-outlined .callout,.callout-outlined .markdown-source-view.mod-cm6 .callout{background-color:transparent!important;border:1.5px var(--line-style) rgb(var(--callout-color));overflow:visible;margin:1.5em 0 1.5em}.callout-outlined .callout-title{background-color:var(--background-primary);margin-top:-22.5px;margin-left:-.75em;padding:0 .5em;width:fit-content}.callout-floating .callout,.callout-floating .markdown-source-view.mod-cm6 .callout{margin:13px 0;border-radius:var(--radius-s);border:1.2px var(--line-style) rgba(var(--callout-color),.7);box-shadow:var(--shadow-s);background-color:transparent;padding:0}.callout-floating .callout-title,.callout-floating .markdown-source-view.mod-cm6 .callout-title{background-color:rgba(var(--callout-color),.2);padding:10px;min-width:100%}.callout-floating .callout-content,.callout-floating .markdown-source-view.mod-cm6 .callout-content{padding:0 10px}.callout[data-callout=danger],.callout[data-callout=error]{--callout-color:var(--callout-warning)}body{--callout-bug:var(--color-pink-rgb)}body{--checklist-done-decoration:none}.checkbox-block input[type=checkbox]:checked:after{background-color:transparent;-webkit-mask-image:none}.checkbox-block input[type=checkbox]:checked{background-color:var(--checkbox-color);box-shadow:inset 0 0 0 2px var(--background-primary)}.checkbox-block input[type=checkbox]{border-radius:0}.checkbox-anytype input[type=checkbox]:checked:after{background-color:var(--color-green);top:0;bottom:0;-webkit-mask-size:100%;-webkit-mask-image:url(<?xml version="1.0" ?><svg data-name="Capa 1" id="Capa_1" viewBox="0 0 20 19.84" xmlns="http://www.w3.org/2000/svg"><path d="M15.39,5.66a.37.37,0,0,0-.52,0L8,13.39,5.09,11.06a.38.38,0,1,0-.47.59L7.85,14.2a.38.38,0,0,0,.52,0l7.06-8A.38.38,0,0,0,15.39,5.66Z"/></svg>)}.theme-anytype.checkbox-anytype input[type=checkbox]:checked:after{background-color:#1eabeb}.checkbox-anytype input[type=checkbox]:checked{background-color:transparent;border-color:transparent!important}.checkbox-anytype input[type=checkbox]{border-radius:1em}.theme-light{--text-highlight-bg:hsl(var(--accent-h), var(--accent-s), var(--accent-l), 0.2)}.theme-dark{--text-highlight-bg:hsl(var(--accent-h), var(--accent-s), var(--accent-l), 0.3);--color-base-05:var(--color-base-20)}.theme-default,body{--font-default:'Arima',cursive}.theme-default.theme-light,.theme-light{--accent-h:323;--accent-s:30%;--accent-l:65%;color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:225,120,132;--color-red:#e17884;--color-green-rgb:117,194,151;--color-green:#75c297;--color-orange-rgb:241,144,112;--color-orange:#f19070;--color-yellow-rgb:255,168,46;--color-yellow:#dcb46f;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:136,198,227;--color-blue:#88c6e3;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:220,118,167;--color-pink:#dc76a7;--color-base-00:#f8f3f2;--color-base-05:#faf3f1;--color-base-10:#f0e9e4;--color-base-20:#f4ebeb;--color-base-25:#d9c9ca;--color-base-30:#cec2c577;--color-base-35:#b5a7ac;--color-base-40:#b6a4b2;--color-base-50:#a391a3;--color-base-60:#867786;--color-base-70:#685a68;--color-base-100:#594f67}.theme-dark,.theme-default.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-red-rgb:225,120,132;--color-red:#e17884;--color-green-rgb:117,194,151;--color-green:#75c297;--color-orange-rgb:241,144,112;--color-orange:#f19070;--color-yellow-rgb:255,168,46;--color-yellow:#dcb46f;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:136,198,227;--color-blue:#88c6e3;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:220,118,167;--color-pink:#dc76a7;--color-base-00:#3b3347;--color-base-10:#413b4e;--color-base-20:#2f2837;--color-base-25:#55546e;--color-base-30:#4e4560;--color-base-35:#545e76;--color-base-40:rgb(98, 111, 134);--color-base-50:rgb(125, 127, 149);--color-base-60:rgb(103, 129, 148);--color-base-70:#7f83a1;--color-base-100:#a0a7c4;--background-secondary-alt:var(--color-base-20)}.theme-crystal.theme-light .vertical-tab-nav-item{color:var(--text-muted)}.theme-ash-old .nav-file-title:hover,.theme-crystal .nav-file-title:hover{color:var(--interactive-accent)!important}.theme-crystal{--font-default:'IBM Plex Sans','Yu Micho','Franklin Gothic','Lucida Sans',sans-serif;--nav-item-color-active:var(--color-accent)}.theme-crystal .nav-folder.mod-root>.nav-folder-title{color:var(--color-accent);font-weight:900;font-size:1.25em}.theme-crystal.theme-light{color-scheme:light;--icon-color-focused:var(--interactive-accent);--highlight-mix-blend-mode:darken;--vault-name-color:var(--color-accent-1);--accent-h:0;--accent-s:69%;--accent-l:59%;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:255,0,0;--color-red:#c75d5d;--color-green-rgb:8,185,78;--color-green:#a2bb79;--color-orange-rgb:246,78,0;--color-orange:#d58b69;--color-yellow-rgb:255,128,0;--color-yellow:#c9b174;--color-cyan-rgb:0,179,149;--color-cyan:#96b7aa;--color-blue-rgb:0,181,197;--color-blue:#79a2ae;--color-purple-rgb:82,131,238;--color-purple:#969cc1;--color-pink-rgb:126,88,216;--color-pink:#b69ac2;--color-base-00:#e8e8e8;--color-base-05:#e2e2e2;--color-base-10:#dadada;--color-base-20:#a8a8a8;--color-base-25:#959595;--color-base-30:#7b7b7b4c;--color-base-35:#757575;--color-base-40:#5e5e5e;--color-base-50:#8d8d8d;--color-base-60:#2f3234;--color-base-70:#717171;--color-base-100:#000000;--background-secondary:var(--color-base-60)}.theme-crystal.theme-dark{color-scheme:dark;--vault-name-color:var(--color-accent-1);--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--accent-h:0;--accent-s:65%;--accent-l:62%;--mono-rgb-100:255,255,255;--color-red-rgb:228,111,125;--color-red-rgb:255,0,0;--color-red-rgb:255,0,0;--color-red:#d96943;--color-green-rgb:8,185,78;--color-green:#a2bb79;--color-orange-rgb:246,78,0;--color-orange:#d58b69;--color-yellow-rgb:255,128,0;--color-yellow:#c9b174;--color-cyan-rgb:0,179,149;--color-cyan:#96b7aa;--color-blue-rgb:0,181,197;--color-blue:#79a2ae;--color-purple-rgb:82,131,238;--color-purple:#969cc1;--color-pink-rgb:126,88,216;--color-pink:#b69ac2;--color-base-00:#2d323a;--color-base-10:#3a3f42;--color-base-20:#26272e;--color-base-25:#262323;--color-base-30:#373d48;--color-base-35:#546a76;--color-base-40:rgb(105, 122, 142);--color-base-50:rgb(74, 98, 138);--color-base-60:rgb(122, 139, 165);--color-base-70:#65707d;--color-base-100:#a4acb5}.theme-ash-old.theme-light .vertical-tab-nav-item{color:var(--text-muted)}.theme-ash-old .nav-folder.mod-root>.nav-folder-title{color:var(--color-accent);font-weight:700}.theme-ash-old{--font-default:'Hindi','Moulpali','Bahnschrift',sans-serif;--nav-item-color-active:var(--color-accent)}.theme-ash-old.theme-light{color-scheme:light;--icon-color-focused:var(--interactive-accent);--highlight-mix-blend-mode:darken;--vault-name-color:var(--color-accent-1);--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--accent-h:0!important;--accent-s:79%!important;--accent-l:59%!important;--color-red-rgb:255,0,0;--color-red:#ff0000;--color-green-rgb:8,185,78;--color-green:#00c445;--color-orange-rgb:246,78,0;--color-orange:#f64e00;--color-yellow-rgb:255,128,0;--color-yellow:#ff8000;--color-cyan-rgb:0,179,149;--color-cyan:#00b395;--color-blue-rgb:0,181,197;--color-blue:#00b5c5;--color-purple-rgb:82,131,238;--color-purple:#5283ee;--color-pink-rgb:126,88,216;--color-pink:#7e58d8;--color-base-00:#e2e9ed;--color-base-05:#c5d5de;--color-base-10:#ccd9e1;--color-base-20:#2c323b;--color-base-25:#bac5d0;--color-base-30:#5f728f41;--color-base-35:#e05f5f;--color-base-40:#9facbb;--color-base-50:#5877a2;--color-base-60:#7a5757;--color-base-70:#617686;--color-base-100:#222222}.theme-ash-old.theme-dark{color-scheme:dark;--vault-name-color:var(--color-accent-1);--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--accent-h:5!important;--accent-s:59%!important;--accent-l:60%!important;--color-red-rgb:228,111,125;--color-red-rgb:255,0,0;--color-red:#ff0000;--color-green-rgb:8,185,78;--color-green:#00c445;--color-orange-rgb:246,78,0;--color-orange:#f64e00;--color-yellow-rgb:255,128,0;--color-yellow:#ff8000;--color-cyan-rgb:0,179,149;--color-cyan:#00b395;--color-blue-rgb:0,181,197;--color-blue:#00b5c5;--color-purple-rgb:82,131,238;--color-purple:#5283ee;--color-pink-rgb:126,88,216;--color-pink:#7e58d8;--color-base-00:#2d323a;--color-base-10:#483437;--color-base-20:#26272e;--color-base-25:#262323;--color-base-30:#373d48;--color-base-35:#765454;--color-base-40:rgb(105, 122, 142);--color-base-50:rgb(142, 81, 81);--color-base-60:rgb(202, 112, 112);--color-base-70:#65707d;--color-base-100:#b5a4a4}.theme-spring{--font-default:'Courgette','Handlee',cursive}.theme-spring.colored-bold-and-italic{--bold-color:rgb(135, 204, 135)}.colorful-headings.theme-spring{--h1-color:rgb(142, 202, 127);--h2-color:rgb(126, 216, 188);--h4-color:rgb(227, 185, 114);--h3-color:rgb(239, 165, 180);--h5-color:rgb(200, 207, 85);--h6-color:rgb(104, 189, 203)}.colorful-headings-alt.theme-spring{--h1-color:rgb(156, 196, 129);--h2-color:rgb(175, 209, 145);--h3-color:rgb(179, 216, 115);--h4-color:rgb(190, 218, 106);--h5-color:rgb(213, 218, 61);--h6-color:rgb(215, 214, 141)}.theme-spring.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--accent-h:81!important;--accent-s:68%!important;--accent-l:58%!important;--color-base-00:#fdfff5;--color-base-05:#f4f8e2;--color-base-10:#e7eed4;--color-base-20:#e3efd2;--color-base-25:#ddeace;--color-base-30:rgb(186, 209, 177);--color-base-35:#a5c1a1;--color-base-40:#96c09f;--color-base-50:#8cb59b;--color-base-60:#82a196;--color-base-70:#608b76;--color-base-100:#467262}.theme-spring.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--accent-h:79!important;--accent-s:80%!important;--accent-l:69%!important;--color-red-rgb:228,111,125;--color-red:#e46f7d;--color-green-rgb:165,209,140;--color-green:#a5d18c;--color-orange-rgb:251,179,108;--color-orange:#fbb36c;--color-yellow-rgb:255,222,115;--color-yellow:#ffde73;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:86,174,214;--color-blue:#56aed6;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:255,148,200;--color-pink:#ff94c8;--color-base-00:#414e44;--color-base-10:#45594b;--color-base-20:#37463d;--color-base-25:#556951;--color-base-30:#4e624b;--color-base-35:#6b8669;--color-base-40:rgb(119, 161, 116);--color-base-50:rgb(143, 163, 141);--color-base-60:rgb(137, 161, 118);--color-base-70:#a0ae8e;--color-base-100:#c5ccac}.theme-novelist{--font-default:Merriweather,Georgia,'Libre Baskerville','Baskerville Old Face','Book Antiqua',sans-serif}.novel{--font-text:Merriweather,'Libre Baskerville',Georgia,'Baskerville Old Face','Book Antiqua',Alice,'EB Garamond',sans-serif!important;--inline-title-color:var(--text-normal)}.novel img{width:100%;margin-top:1em;margin-bottom:1em;border-radius:0;align-content:left}.novel.markdown-preview-view br,.theme-novelist .markdown-preview-view br{content:'';display:block;margin-top:10px}.novel .markdown-preview-section p,.novel.cm-s-obsidian{text-indent:40px}.theme-novelist .markdown-source-view hr::before,.theme-novelist:not(.is-mobile) .markdown-rendered hr::before{font-size:1.5em;content:'🕮';font-weight:500;display:inline-block;position:absolute;left:50%;transform:translate(-50%,-50%);transform-origin:50% 50%;padding:.35rem;color:var(--background-modifier-border-hover);background-color:var(--background-primary);z-index:1}.theme-novelist.theme-light.colorful-headings{--h1-color:#9e7759;--h2-color:#b58a62;--h3-color:#cd9b6d;--h4-color:#d29035;--h5-color:rgb(210, 170, 51);--h6-color:rgb(222, 173, 26)}.theme-novelist.colorful-headings-alt .HyperMD-header-1,.theme-novelist.colorful-headings-alt .HyperMD-header-2,.theme-novelist.colorful-headings-alt .HyperMD-header-3,.theme-novelist.colorful-headings-alt .HyperMD-header-4,.theme-novelist.colorful-headings-alt .HyperMD-header-5,.theme-novelist.colorful-headings-alt .HyperMD-header-6,.theme-novelist.colorful-headings-alt .inline-title,.theme-novelist.colorful-headings-alt h1,.theme-novelist.colorful-headings-alt h2,.theme-novelist.colorful-headings-alt h3,.theme-novelist.colorful-headings-alt h4,.theme-novelist.colorful-headings-alt h5,.theme-novelist.colorful-headings-alt h6{-webkit-background-clip:text;color:transparent}.theme-novelist.colorful-headings-alt .inline-title,.theme-novelist.colorful-headings-alt HyperMD-header-1,.theme-novelist.colorful-headings-alt h1{background-image:linear-gradient(#f4cd0b,#d8ab39)}.theme-novelist.colorful-headings-alt HyperMD-header-2,.theme-novelist.colorful-headings-alt h2{background-image:linear-gradient(#f4ba69,#d2aa33)}.theme-novelist.colorful-headings-alt HyperMD-header-3,.theme-novelist.colorful-headings-alt h3{background-image:linear-gradient(#dfb535,#d29035)}.theme-novelist.colorful-headings-alt HyperMD-header-4,.theme-novelist.colorful-headings-alt h4{background-image:linear-gradient(#f1a73f,#b7895d)}.theme-novelist.colorful-headings-alt HyperMD-header-5,.theme-novelist.colorful-headings-alt h5{background-image:linear-gradient(#f1ae6f,#b47f4e)}.theme-novelist.colorful-headings-alt HyperMD-header-6,.theme-novelist.colorful-headings-alt h6{background-image:linear-gradient(#f08e34,#946d4f)}.theme-novelist.theme-dark.colorful-headings{--h1-color:rgb(228, 191, 163);--h2-color:rgb(215, 179, 145);--h3-color:rgb(207, 166, 129);--h4-color:rgb(191, 157, 108);--h5-color:rgb(203, 177, 99);--h6-color:rgb(195, 165, 75)}.theme-novelist.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-base-00:#faf8f0;--color-base-05:#f2eadb;--color-base-10:#f4f0e9;--color-base-20:#f4eee3;--color-base-25:#ccb8a0;--color-base-30:#e1d5c9;--color-base-35:#cebcac;--color-base-40:#c1a88f;--color-base-50:#a2988f;--color-base-60:#9f7b5f;--color-base-70:#7b6c65;--color-base-100:#524f4d}.theme-novelist.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-base-00:#4d3d2e;--color-base-10:#574534;--color-base-20:#3a2e20;--color-base-25:#574c40;--color-base-30:#5f4b38;--color-base-35:#847163;--color-base-40:rgb(146, 130, 111);--color-base-50:rgb(167, 153, 146);--color-base-60:rgb(188, 172, 162);--color-base-70:#cabbac;--color-base-100:#dacfbc}.theme-nord.colorful-headings{--h1-color:var(--color-red);--h2-color:var(--color-orange);--h3-color:var(--color-yellow);--h4-color:var(--color-green);--h5-color:var(--color-cyan);--h6-color:var(--color-blue)}.theme-nord.colorful-headings-alt{--h1-color:#5E81AC;--h2-color:#81A1C1;--h3-color:#88C0D0;--h4-color:#8FBCBB;--h5-color:#A3BE8C;--h6-color:#EBCB8B}.theme-nord.colored-bold-and-italic{--bold-color:var(--color-blue);--italic-color:var(--color-green)}.theme-nord{--accent-h:92!important;--accent-s:28%!important;--accent-l:65%!important;--font-default:'Bahnschrift','Aevnir Next',sans-serif}.theme-nord.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:191,97,106;--color-red:#BF616A;--color-green-rgb:163,190,140;--color-green:#A3be8c;--color-orange-rgb:208,135,112;--color-orange:#d08770;--color-yellow-rgb:235,203,139;--color-yellow:#ebcb8b;--color-cyan-rgb:136,192,208;--color-cyan:#88c0d0;--color-blue-rgb:129,161,193;--color-blue:#81a1c1;--color-purple-rgb:94,129,172;--color-purple:#5e81AC;--color-pink-rgb:180,142,173;--color-pink:#b48ead;--color-base-00:#ffffff;--color-base-05:#f1f3f6;--color-base-10:#edf0f4;--color-base-20:#E5E9F0;--color-base-25:#dbe0e9;--color-base-30:#D8DEE9;--color-base-35:#ced4de;--color-base-40:#bec5d2;--color-base-50:#abb4c4;--color-base-60:#99a3b6;--color-base-70:#848fa4;--color-base-100:#4a5364}.theme-nord.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-red-rgb:191,97,106;--color-red:#BF616A;--color-green-rgb:163,190,140;--color-green:#A3be8c;--color-orange-rgb:208,135,112;--color-orange:#d08770;--color-yellow-rgb:235,203,139;--color-yellow:#ebcb8b;--color-cyan-rgb:136,192,208;--color-cyan:#88c0d0;--color-blue-rgb:129,161,193;--color-blue:#81a1c1;--color-purple-rgb:94,129,172;--color-purple:#5e81AC;--color-pink-rgb:180,142,173;--color-pink:#b48ead;--color-base-00:hsl(220, 16%, 22%);--color-base-10:hsl(220, 16.8%, 25%);--color-base-20:hsl(222, 16%, 28%);--color-base-25:#474e5f;--color-base-30:#434C5E;--color-base-35:#50596b;--color-base-40:#4C566A;--color-base-50:#5f697e;--color-base-60:#7d8698;--color-base-60:#979fb1;--color-base-70:#b5bdcc;--color-base-100:#cad0de}.theme-classic{--font-default:'Aevnir Next',sans-serif}.theme-classic.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:233,49,71;--color-red:#E93147;--color-green-rgb:8,185,78;--color-green:#08B94E;--color-orange-rgb:236,117,0;--color-orange:#ec7500;--color-yellow-rgb:224,172,0;--color-yellow:#e0ac00;--color-cyan-rgb:0,191,188;--color-cyan:#00bfbc;--color-blue-rgb:8,109,221;--color-blue:#086DDD;--color-purple-rgb:120,82,238;--color-purple:#7852EE;--color-pink-rgb:213,57,132;--color-pink:#D53984;--color-base-00:#ffffff;--color-base-05:#fcfcfc;--color-base-10:#fafafa;--color-base-20:#f6f6f6;--color-base-25:#e3e3e3;--color-base-30:#e0e0e0;--color-base-35:#d4d4d4;--color-base-40:#bdbdbd;--color-base-50:#ababab;--color-base-60:#707070;--color-base-70:#5a5a5a;--color-base-100:#222222}.theme-classic.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-red-rgb:251,70,76;--color-red:#fb464c;--color-orange-rgb:233,151,63;--color-orange:#E9973F;--color-yellow-rgb:224,222,113;--color-yellow:#E0DE71;--color-green-rgb:68,207,110;--color-green:#44CF6E;--color-cyan-rgb:83,223,221;--color-cyan:#53DFDD;--color-blue-rgb:2,122,255;--color-blue:#027aff;--color-purple-rgb:168,130,255;--color-purple:#a882ff;--color-pink-rgb:250,153,205;--color-pink:#FA99CD;--color-base-00:#1e1e1e;--color-base-10:#242424;--color-base-20:#262626;--color-base-25:#2a2a2a;--color-base-30:#363636;--color-base-35:#3F3F3F;--color-base-40:#555;--color-base-50:#666;--color-base-60:#999;--color-base-70:#bababa;--color-base-100:#dadada}.theme-light-and-bright{--font-default:'Noto Sans',sans-serif;--h1-weight:600;--h2-weight:600;--h3-weight:600;--h4-weight:600;--h5-weight:600;--h6-weight:600}.theme-light-and-bright.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-red-rgb:228,111,125;--color-red:#e46f7d;--color-green-rgb:165,209,140;--color-green:#a5d18c;--color-orange-rgb:251,179,108;--color-orange:#fbb36c;--color-yellow-rgb:255,222,115;--color-yellow:#ffde73;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:86,174,214;--color-blue:#56aed6;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:255,148,200;--color-pink:#ff94c8;--color-base-00:hsl(calc(0 + var(--accent-h)), 100%, 99.5%);--color-base-05:hsl(calc(0 + var(--accent-h)), 40%, 96.5%);--color-base-10:hsl(calc(0 + var(--accent-h)), 30%, 95.9%);--color-base-20:hsl(calc(0 + var(--accent-h)), calc(var(--accent-s) - 5%), calc(95% - calc(var(--accent-l)/100)));--color-base-25:hsl(calc(0 + var(--accent-h)), 80%, 42%);--color-base-30:hsl(calc(0 + var(--accent-h)), calc(var(--accent-s) - 55%), 89%);--color-base-35:hsl(calc(0 + var(--accent-h)), 70%, 88%);--color-base-40:hsl(calc(0 + var(--accent-h)), 65%, 86%);--color-base-50:hsl(calc(0 + var(--accent-h)), 18%, 63%);--color-base-60:hsl(calc(0 + var(--accent-h)), 55%, 72%);--color-base-70:hsl(calc(0 + var(--accent-h)), 5%, 55%);--color-base-100:hsl(calc(0 + var(--accent-h)), 5%, 30%)}.theme-light-and-bright.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--color-red-rgb:228,111,125;--color-red:#e46f7d;--color-green-rgb:165,209,140;--color-green:#a5d18c;--color-orange-rgb:251,179,108;--color-orange:#fbb36c;--color-yellow-rgb:255,222,115;--color-yellow:#ffde73;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:86,174,214;--color-blue:#56aed6;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:255,148,200;--color-pink:#ff94c8;--color-base-00:hsl(calc(0 + var(--accent-h)), 11%, 15.5%);--color-base-10:hsl(calc(0 + var(--accent-h)), 11.5%, 18.5%);--color-base-20:hsl(calc(0 + var(--accent-h)), 10%, 12%);--color-base-25:hsl(calc(0 + var(--accent-h)), 11.5%, 10%);--color-base-30:hsl(calc(0 + var(--accent-h)), 12%, 23%);--color-base-35:hsl(calc(0 + var(--accent-h)), 14%, 11%);--color-base-40:hsl(calc(0 + var(--accent-h)), 16%, 12%);--color-base-50:hsl(calc(0 + var(--accent-h)), 18%, 55%);--color-base-60:hsl(calc(0 + var(--accent-h)), 20%, 13%);--color-base-70:hsl(calc(0 + var(--accent-h)), 15%, 45%);--color-base-100:hsl(calc(0 + var(--accent-h)), 15%, 75%)}.theme-light-and-bright .markdown-rendered hr::before,.theme-light-and-bright .markdown-source-view hr::before{font-size:1.5em;content:'✦';display:inline-block;position:absolute;left:50%;transform:translate(-50%,-50%);transform-origin:50% 50%;padding:.35rem;color:var(--background-modifier-border);background-color:var(--background-primary);z-index:1}.theme-solarized.colorful-headings{--h1-color:var(--color-cyan);--h2-color:var(--color-blue);--h3-color:var(--color-purple);--h4-color:var(--color-pink);--h5-color:var(--color-red);--h6-color:var(--color-orange)}.theme-solarized.colorful-headings-alt{--h1-color:var(--color-orange);--h2-color:var(--color-yellow);--h3-color:var(--color-green);--h4-color:var(--color-cyan);--h5-color:var(--color-blue);--h6-color:var(--color-purple)}.theme-solarized{--font-default:'Hind',sans-serif;--accent-h:18!important;--accent-s:80%!important;--accent-l:44%!important;--color-red-rgb:220,50,47;--color-red:#dc322f;--color-green-rgb:133,153,0;--color-green:#859900;--color-orange-rgb:203,75,22;--color-orange:#cb4b16;--color-yellow-rgb:181,137,0;--color-yellow:#b58900;--color-cyan-rgb:42,161,152;--color-cyan:#2aa198;--color-blue-rgb:38,139,210;--color-blue:#268bd2;--color-purple-rgb:108,113,196;--color-purple:#6c71c4;--color-pink-rgb:211,54,130;--color-pink:#d33682}.theme-solarized.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-base-00:#fdf6e3;--color-base-05:#f4efde;--color-base-10:#f1ecda;--color-base-20:#eee8d5;--color-base-25:#eee8d5;--color-base-30:#ddd6c1;--color-base-35:#ccc5ae;--color-base-40:#a7b4b4;--color-base-50:#93a1a1;--color-base-60:#839496;--color-base-70:#657b83;--color-base-100:#586e75}.theme-solarized.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--color-base-00:#002b36;--color-base-10:#06333f;--color-base-20:#073642;--color-base-25:#0c404d;--color-base-30:#173c47;--color-base-35:#3a4e54;--color-base-40:#3e545c;--color-base-50:#536668;--color-base-60:#586b6d;--color-base-70:#657c7e;--color-base-100:#8a9a9c}.theme-gruvbox{--font-default:'Hind',sans-serif}.theme-gruvbox.colorful-headings{--h1-color:var(--color-red);--h2-color:var(--color-orange);--h3-color:var(--color-yellow);--h4-color:var(--color-green);--h5-color:var(--color-cyan);--h6-color:var(--color-blue)}.theme-gruvbox.colorful-headings-alt{--h1-color:var(--color-green);--h2-color:var(--color-cyan);--h3-color:var(--color-blue);--h4-color:var(--color-purple);--h5-color:var(--color-pink);--h6-color:var(--color-red)}.theme-gruvbox.theme-light{--accent-h:2!important;--accent-s:75%!important;--accent-l:46%!important;--color-red-rgb:204,36,29;--color-red:#cc241d;--color-green-rgb:152,151,26;--color-green:#98971a;--color-orange-rgb:214,93,14;--color-orange:#d65d0e;--color-yellow-rgb:215,153,33;--color-yellow:#d79921;--color-cyan-rgb:104,157,106;--color-cyan:#689d6a;--color-blue-rgb:69,133,136;--color-blue:#458588;--color-purple-rgb:177,98,130;--color-purple:#b16282;--color-pink-rgb:211,54,130;--color-pink:#d33682}.theme-gruvbox.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-base-00:#fbf1c7;--color-base-05:#f2e5bc;--color-base-10:#f2e5bc;--color-base-20:#f2e5bc;--color-base-25:#ebdbb2;--color-base-30:#d5c4a1;--color-base-35:#bdae93;--color-base-40:#a89984;--color-base-50:#928374;--color-base-60:#928374;--color-base-70:#7c6f64;--color-base-100:#665c54}.theme-gruvbox.theme-dark{--accent-h:6!important;--accent-s:96%!important;--accent-l:59%!important;--color-red-rgb:251,73,52;--color-red:#fb4934;--color-green-rgb:184,186,38;--color-green:#b8bb26;--color-orange-rgb:255,135,55;--color-orange:#ff8737;--color-yellow-rgb:215,153,33;--color-yellow:#fabd2f;--color-cyan-rgb:142,192,124;--color-cyan:#8ec07c;--color-blue-rgb:131,165,152;--color-blue:#83a598;--color-purple-rgb:211,134,155;--color-purple:#d3869b;--color-pink-rgb:241,168,203;--color-pink:#f1a8cb}.theme-gruvbox.theme-dark{color-scheme:dark;--highlight-mix-blend-mode:lighten;--color-base-00:#282828;--color-base-10:#282828;--color-base-20:#1d2021;--color-base-25:#3c3836;--color-base-30:#413b37;--color-base-35:#665c54;--color-base-40:#7c6f64;--color-base-50:#928374;--color-base-60:#a89984;--color-base-70:#beb19f;--color-base-100:#c5baa9}.theme-anytype.colored-bold-and-italic{--bold-color:var(--color-blue);--italic-color:var(--color-green)}.theme-anytype.colorful-headings{--h1-color:var(--text-normal);--h2-color:var(--text-normal);--h3-color:var(--text-normal);--h4-color:var(--text-normal);--h5-color:var(--text-normal);--h6-color:var(--text-normal)}.theme-anytype.colorful-headings-alt{--h1-color:var(--color-blue);--h2-color:var(--color-cyan);--h3-color:var(--color-green);--h4-color:var(--color-yellow);--h5-color:var(--color-orange);--h6-color:var(--color-red)}.theme-anytype.colorful-headings .HyperMD-header-1,.theme-anytype.colorful-headings h1{background-color:rgba(var(--color-red-rgb),.2);padding:5px 10px 5px 10px}.theme-anytype.colorful-headings .HyperMD-header-2,.theme-anytype.colorful-headings h2{background-color:rgba(var(--color-orange-rgb),.3);padding:5px 10px 5px 10px}.theme-anytype.colorful-headings .HyperMD-header-3,.theme-anytype.colorful-headings h3{background-color:rgba(var(--color-yellow-rgb),.3);padding:5px 10px 5px 10px}.theme-anytype.colorful-headings .HyperMD-header-4,.theme-anytype.colorful-headings h4{background-color:rgba(var(--color-green-rgb),.3);padding:5px 0 5px 10px}.theme-anytype.colorful-headings .HyperMD-header-5,.theme-anytype.colorful-headings h5{background-color:rgba(var(--color-cyan-rgb),.3);padding:3px 10px 3px 10px}.theme-anytype.colorful-headings .HyperMD-header-6,.theme-anytype.colorful-headings h6{background-color:rgba(var(--color-blue-rgb),.3);padding:3px 10px 3px 10px}.theme-anytype{--accent-h:45!important;--accent-s:100%!important;--accent-l:50%!important;--callout-title-color:var(--text-normal);--callout-quote:216,216,216;--callout-radius:5px;--font-default:'Inter','Aevnir Next',sans-serif;--color-red-rgb:220,83,40;--color-red:#DC5328;--color-green-rgb:139,208,49;--color-green:#8BD031;--color-orange-rgb:241,177,56;--color-orange:#F1B138;--color-yellow-rgb:234,213,60;--color-yellow:#EAD53C;--color-cyan-rgb:107,200,186;--color-cyan:#6BC8BA;--color-blue-rgb:90,171,235;--color-blue:#5AABEB;--color-purple-rgb:60,100,231;--color-purple:#3C64E7;--color-pink-rgb:152,89,200;--color-pink:#9859C8}.theme-anytype.theme-light .callout{background-color:rgba(var(--callout-color),.3)}.theme-anytype.callout-outlined .callout{background-color:transparent!important;border-width:2px;border-color:rgba(var(--callout-color),.75)}.theme-anytype.callout-bordered .callout{background-color:rgba(var(--callout-color),.3);border-width:2px}.theme-anytype.theme-dark .callout{background-color:rgba(var(--callout-color),.3)}.theme-anytype .callout-icon .svg-icon{color:var(--text-normal)}.theme-anytype .callout-fold .svg-icon{color:var(--text-normal)}.theme-anytype.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-base-00:#ffffff;--color-base-05:#f8f8f8;--color-base-10:#f1f1f1;--color-base-20:#fafafa;--color-base-25:#f2f2f2;--color-base-30:rgb(230, 230, 230);--color-base-35:#d4d4d4;--color-base-40:#bdbdbd;--color-base-50:#a2a0a0;--color-base-60:#7b7b7b;--color-base-70:#999999;--color-base-100:#2f2f2f}.theme-anytype.theme-dark{color-scheme:dark;--background-modifier-border:#323130;--highlight-mix-blend-mode:lighten;--color-base-00:#21201e;--color-base-10:#32312f;--color-base-20:rgb(28, 26, 23);--color-base-25:#21201e;--color-base-30:#2e2c29;--color-base-35:#484643;--color-base-40:#605d5a;--color-base-50:#7b7974;--color-base-60:#9c9994;--color-base-70:#aeaba6;--color-base-100:#ffffff}.theme-chinchilla.theme-light{--color-base-00:rgb(242, 243, 244);--color-base-05:rgb(236, 237, 239);--color-base-10:rgb(227, 229, 233);--color-base-20:rgb(236, 237, 239);--color-base-25:rgb(221, 224, 228);--color-base-30:rgb(221, 223, 229);--color-base-35:rgb(219, 222, 227);--color-base-40:rgb(198, 204, 211);--color-base-50:rgb(173, 180, 190);--color-base-60:rgb(166, 172, 182);--color-base-70:rgb(129, 135, 146);--color-base-100:#000000}.theme-chinchilla{--accent-h:184!important;--accent-s:33%!important;--accent-l:60%!important;--color-red-rgb:245,167,167;--color-red:#b15e5e;--color-green-rgb:150,207,173;--color-green:#699c7d;--color-orange-rgb:224,189,155;--color-orange:#b39373;--color-yellow-rgb:219,209,176;--color-yellow:#cdbd8a;--color-cyan-rgb:166,199,199;--color-cyan:#83a5a5;--color-blue-rgb:147,177,210;--color-blue:#7290af;--color-purple-rgb:175,158,228;--color-purple:#8573ba;--color-pink-rgb:213,139,175;--color-pink:#a86384}.theme-chinchilla.theme-dark{--color-base-00:#676b6d;--color-base-10:#6e7375;--color-base-20:#5b5f60;--color-base-25:#767b7d;--color-base-30:#7e8486;--color-base-35:#7f8486;--color-base-40:#919799;--color-base-50:#a4a4a4;--color-base-60:rgb(176, 176, 176);--color-base-70:#c1c1c1;--color-base-100:rgb(255, 255, 255)}.theme-chinchilla.colorful-headings{--h1-color:rgb(115, 195, 195);--h2-color:rgb(145, 214, 214);--h3-color:rgb(149, 217, 209);--h4-color:rgb(162, 213, 202);--h5-color:rgb(171, 218, 203);--h6-color:rgb(188, 214, 201)}.theme-chinchilla.colorful-headings-alt{--h1-color:var(--color-blue);--h2-color:var(--color-cyan);--h3-color:var(--color-green);--h4-color:var(--color-yellow);--h5-color:var(--color-orange);--h6-color:var(--color-red)}.theme-chinchilla.colored-bold-and-italic{--bold-color:var(--color-blue);--italic-color:var(--color-purple)}.theme-chinchilla{--font-default:'Avenir Next','Roboto',sans-serif}.theme-celestial.theme-light.colorful-headings{--h1-color:#8ac9de;--h2-color:#94d1e6;--h3-color:#abd0dc;--h4-color:#b2c7da;--h5-color:#b2bccf;--h6-color:#b4b5dd}.theme-celestial.theme-dark.colorful-headings-alt{--h1-color:#5684d9;--h2-color:rgb(119, 148, 214);--h3-color:#6e9dc7;--h4-color:#609eb8;--h5-color:rgb(89, 155, 181);--h6-color:#7194a9}.theme-celestial.theme-dark.colorful-headings{--h6-color:#898fe1;--h5-color:rgb(94, 133, 224);--h4-color:#579fde;--h3-color:#c5eeff;--h2-color:#94d0e7;--h1-color:#ceebff}.theme-celestial .nav-folder.mod-root>.nav-folder-title::before{content:var(--theme-decoration);padding-right:8px;text-align:center}.theme-celestial .nav-folder.mod-root>.nav-folder-title{color:var(--color-accent-2)!important;font-size:1.2em;font-weight:700;text-align:center}.theme-celestial .markdown-rendered hr::before,.theme-celestial .markdown-source-view hr::before{font-size:1.5em;content:var(--theme-decoration);display:inline-block;position:absolute;left:50%;transform:translate(-50%,-50%);transform-origin:50% 50%;padding:.35rem;color:var(--color-accent-1);background-color:var(--background-primary);z-index:1}.theme-celestial.theme-light{color-scheme:light;--font-default:'Yu Gothic','Inter',sans-serif;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--accent-h:42!important;--accent-s:100%!important;--accent-l:50%!important;--color-red-rgb:255,114,114;--color-red:rgb(255, 145, 114);--color-green-rgb:170,199,83;--color-green:#aac753;--color-orange-rgb:247,153,70;--color-orange:#f79946;--color-yellow-rgb:251,193,48;--color-yellow:#fbc130;--color-cyan-rgb:111,210,147;--color-cyan:#6fd293;--color-blue-rgb:86,214,201;--color-blue:#56d6c9;--color-purple-rgb:106,160,217;--color-purple:#6aa0d9;--color-pink-rgb:148,113,231;--color-pink:#9471e7;--color-base-00:#fff9eb;--color-base-05:#fff2dd;--color-base-10:#ffefd6;--color-base-20:#ffefd6;--color-base-25:#fbe0ba;--color-base-30:#fbe0ba;--color-base-35:#f2d17d;--color-base-40:#ecbf5f;--color-base-50:#f0b36e;--color-base-60:#d99e5a;--color-base-70:#af7d43;--color-base-100:rgb(155, 109, 87);--theme-decoration:'☀️'}.theme-celestial.theme-dark{color-scheme:dark;--font-default:'Merienda',cursive;--highlight-mix-blend-mode:lighten;--background-modifier-border:#3b3f56;--mono-rgb-0:0,0,0;--mono-rgb-100:255,255,255;--accent-h:41!important;--accent-s:100%!important;--accent-l:100%!important;--color-red-rgb:228,111,125;--color-red:#e46f7d;--color-green-rgb:165,209,140;--color-green:#a5d18c;--color-orange-rgb:251,179,108;--color-orange:#fbb36c;--color-yellow-rgb:255,222,115;--color-yellow:#ffde73;--color-cyan-rgb:111,210,194;--color-cyan:#6fd2c2;--color-blue-rgb:86,174,214;--color-blue:#56aed6;--color-purple-rgb:181,132,199;--color-purple:#b584c7;--color-pink-rgb:255,148,200;--color-pink:#ff94c8;--color-base-00:#2a3141;--color-base-10:#25273a;--color-base-20:#1d1f2f;--color-base-25:#3a435d;--color-base-30:#1d1f2f;--color-base-35:#3b445d;--color-base-40:#515b71;--color-base-50:#5f6980;--color-base-60:#70778e;--color-base-70:#8890a6;--color-base-100:#989eb2;--theme-decoration:'☾';--h1-color:rgb(255, 255, 255);--h2-color:white;--h3-color:white;--h4-color:white;--h5-color:white;--h6-color:white}.theme-celestial.theme-dark blockquote{border-radius:50px;padding:1em 1.5em 1em 1.5em}.theme-celestial.theme-dark .markdown-rendered hr,.theme-celestial.theme-dark .markdown-source-view hr{border-color:var(--text-faint)}.theme-celestial.theme-light .markdown-rendered hr,.theme-celestial.theme-light .markdown-source-view hr{font-family:'Yu Gothic',Inter,sans-serif!important}.theme-notion.colored-bold-and-italic{--bold-color:var(--color-red);--italic-color:var(--color-blue)}.theme-notion hr{margin:0;border-width:1px;opacity:.5}.novel,.theme-notion.colorful-headings,.theme-notion.colorful-headings-alt{--h1-color:var(--text-normal);--h2-color:var(--text-normal);--h3-color:var(--text-normal);--h4-color:var(--text-normal);--h5-color:var(--text-normal);--h6-color:var(--text-normal)}.theme-notion.theme-light.colorful-headings .HyperMD-header-1,.theme-notion.theme-light.colorful-headings h1{background-color:rgba(var(--color-red-rgb),.13);padding:5px 10px 5px 10px}.theme-notion.theme-light.colorful-headings .HyperMD-header-2,.theme-notion.theme-light.colorful-headings h2{background-color:rgba(var(--color-orange-rgb),.13);padding:5px 10px 5px 10px}.theme-notion.theme-light.colorful-headings .HyperMD-header-3,.theme-notion.theme-light.colorful-headings h3{background-color:rgba(var(--color-yellow-rgb),.15);padding:5px 10px 5px 10px}.theme-notion.theme-light.colorful-headings .HyperMD-header-4,.theme-notion.theme-light.colorful-headings h4{background-color:rgba(var(--color-green-rgb),.13);padding:5px 10px 5px 10px}.theme-notion.theme-light.colorful-headings .HyperMD-header-5,.theme-notion.theme-light.colorful-headings h5{background-color:rgba(var(--color-blue-rgb),.13);padding:3px 10px 3px 10px}.theme-notion.theme-light.colorful-headings .HyperMD-header-6,.theme-notion.theme-light.colorful-headings h6{background-color:rgba(var(--color-purple-rgb),.13);padding:3px 10px 3px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-1,.theme-notion.theme-dark.colorful-headings h1{background-color:rgba(var(--color-red-rgb),.26);padding:5px 10px 5px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-2,.theme-notion.theme-dark.colorful-headings h2{background-color:rgba(var(--color-orange-rgb),.26);padding:5px 10px 5px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-3,.theme-notion.theme-dark.colorful-headings h3{background-color:rgba(var(--color-yellow-rgb),.26);padding:5px 10px 5px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-4,.theme-notion.theme-dark.colorful-headings h4{background-color:rgba(var(--color-green-rgb),.26);padding:5px 10px 5px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-5,.theme-notion.theme-dark.colorful-headings h5{background-color:rgba(var(--color-blue-rgb),.26);padding:3px 10px 3px 10px}.theme-notion.theme-dark.colorful-headings .HyperMD-header-6,.theme-notion.theme-dark.colorful-headings h6{background-color:rgba(var(--color-purple-rgb),.26);padding:3px 10px 3px 10px}.theme-notion{--accent-h:210!important;--accent-s:77%!important;--accent-l:51%!important;--callout-quote:120,119,116;--font-default:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"}.theme-notion.colorful-headings-alt .HyperMD-header-2,.theme-notion.colorful-headings-alt .HyperMD-header-3,.theme-notion.colorful-headings-alt .HyperMD-header-4,.theme-notion.colorful-headings-alt h2,.theme-notion.colorful-headings-alt h3,.theme-notion.colorful-headings-alt h4{background-color:var(--color-gray);padding:5px 4px 5px 4px;border-bottom:none!important}.theme-notion.colorful-headings-alt .HyperMD-header-5,.theme-notion.colorful-headings-alt .HyperMD-header-6,.theme-notion.colorful-headings-alt h5,.theme-notion.colorful-headings-alt h6{background-color:var(--color-gray);padding:3px 0 4px 4px;border-bottom:none!important}.theme-notion.theme-light .callout{background-color:rgba(var(--callout-color),.1)}.theme-notion.theme-dark .callout{background-color:rgba(var(--callout-color),.2)}.theme-notion .callout-title-inner{margin-left:1em}.theme-notion .markdown-rendered blockquote{border-color:var(--text-normal)}.theme-notion input[type=checkbox]:not(:checked){border:1.7px solid var(--text-normal)}.theme-anytype,.theme-notion{--list-marker-color:var(--text-normal)}.theme-notion input[type=checkbox]{border-radius:0}.theme-notion.theme-light{color-scheme:light;--highlight-mix-blend-mode:darken;--mono-rgb-0:255,255,255;--mono-rgb-100:0,0,0;--color-base-00:#ffffff;--color-base-05:#f5f5f5;--color-base-10:#f0f0f0;--color-base-20:#f5f5f5;--color-base-25:#e1e1e1;--color-base-30:#cecece;--color-base-35:#c7c7c7;--color-base-40:#afafaf;--color-base-50:#989898;--color-base-60:#7b7b7b;--color-base-70:#5f5f5f;--color-base-100:#000000;--color-red-rgb:212,76,71;--color-red:#D44C47;--color-green-rgb:79,131,68;--color-green:#4f8344;--color-orange-rgb:217,115,13;--color-orange:#D9730D;--color-yellow-rgb:203,145,47;--color-yellow:#CB912F;--color-cyan-rgb:88,148,138;--color-cyan:#58948a;--color-blue-rgb:51,126,169;--color-blue:#337EA9;--color-purple-rgb:144,101,176;--color-purple:#9065B0;--color-pink-rgb:193,76,138;--color-pink:#C14C8A;--color-gray-rgb:245,245,245;--color-gray:#f2f2f2}.theme-notion.theme-dark{color-scheme:dark;--background-modifier-border:#323130;--highlight-mix-blend-mode:lighten;--color-base-00:#191919;--color-base-10:#2d2d2d;--color-base-20:#202020;--color-base-25:#21201e;--color-base-30:#21201e;--color-base-35:#363636;--color-base-40:#535353;--color-base-50:#707070;--color-base-60:#5d5d5d;--color-base-70:#a0a0a0;--color-base-100:rgba(255, 255, 255, 0.81);--color-red-rgb:212,76,71;--color-gray:#363636a3;--color-red:#D44C47;--color-green-rgb:79,131,68;--color-green:#4f8344;--color-orange-rgb:217,115,13;--color-orange:#D9730D;--color-yellow-rgb:203,145,47;--color-yellow:#CB912F;--color-cyan-rgb:88,148,138;--color-cyan:#58948a;--color-blue-rgb:51,126,169;--color-blue:#337EA9;--color-purple-rgb:144,101,176;--color-purple:#9065B0;--color-pink-rgb:193,76,138;--color-pink:#C14C8A}.folder-rainbow-backgrounds .nav-folder-title,.folder-rainbow-titles .nav-folder-title{color:rgb(var(--rainbow-folder-color));--nav-collapse-icon-color:rgb(var(--rainbow-folder-color));--nav-collapse-icon-color-collapsed:rgb(var(--rainbow-folder-color))}.folder-rainbow-backgrounds .nav-folder-title{background-color:rgba(var(--rainbow-folder-color),.3);color:inherit;--nav-collapse-icon-color:var(--text-normal);--nav-collapse-icon-color-collapsed:var(--text-normal)}.folder-rainbow-backgrounds.theme-ash-old .nav-folder-title,.folder-rainbow-backgrounds.theme-crystal .nav-folder-title{background-color:rgba(var(--rainbow-folder-color),.13);border:.25px solid rgb(var(--rainbow-folder-color));margin-bottom:5px;color:rgb(var(--rainbow-folder-color));--nav-collapse-icon-color:rgb(var(--rainbow-folder-color));--nav-collapse-icon-color-collapsed:rgb(var(--rainbow-folder-color))}.nav-folder-children>.nav-folder:nth-child(8n+2){--rainbow-folder-color:var(--color-red-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+3){--rainbow-folder-color:var(--color-orange-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+4){--rainbow-folder-color:var(--color-yellow-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+5){--rainbow-folder-color:var(--color-green-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+6){--rainbow-folder-color:var(--color-cyan-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+7){--rainbow-folder-color:var(--color-blue-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+8){--rainbow-folder-color:var(--color-purple-rgb)}.nav-folder-children>.nav-folder:nth-child(8n+9){--rainbow-folder-color:var(--color-pink-rgb)}.folder-rainbow-backgrounds .nav-folder.mod-root .nav-folder .nav-file-title{--rainbow-folder-color:inherit;color:rgb(var(--rainbow-folder-color))}:root{--cards-min-width:180px;--cards-max-width:1fr;--cards-mobile-width:120px;--cards-image-height:400px;--cards-padding:1.2em;--cards-image-fit:contain;--cards-background:var(--background-primary);--cards-border-width:var(--border-width)}@media (max-width:400pt){:root{--cards-min-width:var(--cards-mobile-width)}}.cards.table-100 table.dataview tbody,.table-100 .cards table.dataview tbody{padding:.25rem .75rem}.cards .el-pre+.el-lang-dataview .table-view-thead{padding-top:8px}.cards table.dataview tbody{clear:both;padding:.5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--cards-min-width),var(--cards-max-width)));grid-column-gap:0.3rem;grid-row-gap:0.3rem}.cards table.dataview>tbody>tr{background-color:var(--cards-background);border:1px var(--line-style) var(--background-modifier-border);display:flex;flex-direction:column;margin:3.5px;padding:0 0 calc(var(--cards-padding)/3) 0;border-radius:var(--radius-s);overflow:hidden;transition:box-shadow .15s linear}.cards table.dataview>tbody>tr:hover{border:var(--cards-border-width) var(--line-style) var(--background-modifier-border-hover);box-shadow:0 4px 6px 0 rgba(0,0,0,.05),0 1px 3px 1px rgba(0,0,0,.025);transition:box-shadow .15s linear}.markdown-source-view.mod-cm6.cards .dataview.table-view-table>tbody>tr>td,.trim-cols .cards table.dataview tbody>tr>td{white-space:normal}.cards table.dataview tbody>tr>td,.markdown-source-view.mod-cm6.cards .dataview.table-view-table>tbody>tr>td{border-bottom:none;padding:0!important;line-height:1.2;width:calc(100% - var(--cards-padding));margin:0 auto;overflow:visible!important;max-width:100%;display:flex}.cards table.dataview tbody>tr>td .el-p{display:block;width:100%}.cards table.dataview tbody>tr>td:first-child{font-weight:var(--bold-weight)}.cards table.dataview tbody>tr>td:first-child a{padding:0 0 calc(var(--cards-padding)/3);display:block}.cards table.dataview tbody>tr>td:not(:first-child){font-size:90%;color:var(--text-muted)}@media (max-width:400pt){.cards table.dataview tbody>tr>td:not(:first-child){font-size:80%}}.cards-cols-1 table.dataview tbody{grid-template-columns:repeat(1,minmax(0,1fr))}.cards-cols-2 table.dataview tbody{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:400pt){.cards-cols-3 table.dataview tbody{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-cols-4 table.dataview tbody{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-cols-5 table.dataview tbody{grid-template-columns:repeat(5,minmax(0,1fr))}.cards-cols-6 table.dataview tbody{grid-template-columns:repeat(6,minmax(0,1fr))}.cards-cols-7 table.dataview tbody{grid-template-columns:repeat(7,minmax(0,1fr))}.cards-cols-8 table.dataview tbody{grid-template-columns:repeat(8,minmax(0,1fr))}}.cards table.dataview tbody>tr>td>:not(.el-embed-image){padding:calc(var(--cards-padding)/3) 0}.cards table.dataview tbody>tr>td:not(:last-child):not(:first-child)>.el-p:not(.el-embed-image){border-bottom:1px solid var(--background-modifier-border);width:100%}.cards table.dataview tbody>tr>td a{text-decoration:none}.links-int-on .cards table.dataview tbody>tr>td a{text-decoration:none}.cards table.dataview tbody>tr>td>button{width:100%;margin:calc(var(--cards-padding)/2) 0}.cards table.dataview tbody>tr>td:last-child>button{margin-bottom:calc(var(--cards-padding)/6)}.cards table.dataview tbody>tr>td>ul{width:100%;padding:.25em 0!important;margin:0 auto!important}.cards table.dataview tbody>tr>td:not(:last-child)>ul{border-bottom:1px solid var(--background-modifier-border)}.cards table.dataview tbody>tr>td .el-embed-image{background-color:transparent;display:block;margin:0 calc(var(--cards-padding)/-2) 0 calc(var(--cards-padding)/-2);width:calc(100% + var(--cards-padding));border-radius:var(--radius-s)}.cards table.dataview tbody>tr>td img{width:100%;object-fit:var(--cards-image-fit);max-height:var(--cards-image-height);background-color:transparent;vertical-align:bottom;border-radius:var(--radius-s)}.markdown-source-view.mod-cm6.cards .edit-block-button{top:0}.cards.table-100 table.dataview thead>tr,.table-100 .cards table.dataview thead>tr{right:.75rem}.cards.table-100 table.dataview thead:before,.table-100 .cards table.dataview thead:before{margin-right:.75rem}.cards table.dataview thead{user-select:none;width:180px;display:block;float:right;position:relative;text-align:right;height:24px;padding-bottom:4px}.cards table.dataview thead:before{content:'';position:absolute;right:0;top:0;height:var(--icon-size);background-repeat:no-repeat;cursor:var(--cursor);text-align:right;padding:4px 10px;margin-bottom:2px;border-radius:5px;font-weight:500;font-size:var(--font-adaptive-small)}.cards table.dataview thead:before{opacity:.25;background-position:center center;background-size:var(--icon-size);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="white" d="M49.792 33.125l-5.892 5.892L33.333 28.45V83.333H25V28.45L14.438 39.017L8.542 33.125L29.167 12.5l20.625 20.625zm41.667 33.75L70.833 87.5l-20.625 -20.625l5.892 -5.892l10.571 10.567L66.667 16.667h8.333v54.883l10.567 -10.567l5.892 5.892z"></path></svg>')}.theme-light .cards table.dataview thead:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="black" d="M49.792 33.125l-5.892 5.892L33.333 28.45V83.333H25V28.45L14.438 39.017L8.542 33.125L29.167 12.5l20.625 20.625zm41.667 33.75L70.833 87.5l-20.625 -20.625l5.892 -5.892l10.571 10.567L66.667 16.667h8.333v54.883l10.567 -10.567l5.892 5.892z"></path></svg>')}.cards table.dataview thead:hover:before{opacity:1}.cards table.dataview thead>tr{top:0;position:absolute;display:none;z-index:9;border:1px solid var(--background-modifier-border);background-color:var(--background-secondary);box-shadow:0 2px 8px var(--background-modifier-box-shadow);padding:6px;border-radius:6px;flex-direction:column;margin:26px 0 0 0;width:100%}.cards table.dataview thead:hover>tr{display:flex}.cards table.dataview thead>tr>th{display:block;padding:3px 30px 3px 6px!important;border-radius:5px;width:100%;font-weight:400;color:var(--text-muted);cursor:var(--cursor);border:none;font-size:var(--font-adaptive-small)}.cards table.dataview thead>tr>th[sortable-style=sortable-asc],.cards table.dataview thead>tr>th[sortable-style=sortable-desc]{color:var(--text-normal)}.cards table.dataview thead>tr>th:hover{color:var(--text-normal);background-color:var(--background-secondary)}.flex-tiles .page-gallery__field,.responsive-tile-height .page-gallery__field{text-shadow:none;word-wrap:break-word;white-space:initial;overflow:hidden}.page-gallery__field{text-shadow:none;overflow:hidden;font-size:.8em;margin:6px}.page-gallery__filter input{width:40%;margin-bottom:10px;margin-left:11px}.page-gallery__filter Label{margin:3px;height:1em;width:1em}.hide-filter .page-gallery__filter{display:none}.page-gallery{--image-height:8em}.page-gallery__filter-clear{filter:grayscale();text-decoration:none;margin:3px;height:1em;width:1em}.page-gallery__image{opacity:100%;border-radius:var(--radius-s) var(--radius-s) 0 0!important;box-shadow:none;width:100%;background-size:cover}.page-gallery__image:hover{opacity:100%;box-shadow:var(--shadow-s)}.page-gallery__fallback{box-shadow:none;border-radius:var(--radius-s) var(--radius-s) 0 0;background:var(--background-secondary-alt)}.page-gallery__fallback:hover{background:linear-gradient(to bottom right,var(--code-color),var(--background-secondary));box-shadow:var(--shadow-s)}.page-gallery__tile{max-width:100%;border:1px var(--line-style) var(--background-modifier-border);border-radius:var(--radius-s);display:flex;flex-direction:column;box-shadow:var(--shadow-s)}.flex-tiles .page-gallery__tile{width:fit-content;height:flex;min-width:10em;max-width:25em;min-height:10em;flex-grow:1}.flex-tiles .page-gallery{--columns:auto;--gutter-size:0.75em}.flex-tiles .page-gallery__tiles{min-width:100%;justify-content:center}.theme-dark .page-gallery__tile{background-color:var(--background-secondary)}.page-gallery__group-title{text-shadow:none;margin-bottom:1em;font-size:var(--h2-size);font-family:var(--h2-font);font-weight:var(--h2-weight)}.database-plugin__row-shadow{background-color:var(--background-secondary-alt)}.nav-buttons-container,.side-dock-actions,.side-dock-settings,.view-actions,.workspace-tab-header-inner{opacity:1}.hide-buttons.classic-layout{--border-width:0px}.hide-buttons .side-dock-actions,.hide-buttons .side-dock-settings,.hide-buttons .sidebar-toggle-button,.hide-buttons .view-actions{opacity:0}.hide-buttons .side-dock-actions:hover,.hide-buttons .side-dock-settings:hover,.hide-buttons .view-actions:hover,.sidebar-toggle-button:hover{opacity:1;transition:opacity .15s ease-in-out;transition-delay:0s}.hide-titlebar .view-header{opacity:0;height:1px;transition:height .1s,opacity .25s}.hide-titlebar .view-header:hover{opacity:1;height:var(--header-height)}.hide-scrollbars{--scrollbar-active-thumb-bg:transparent;--scrollbar-bg:transparent;--scrollbar-thumb-bg:transparent}.hide-tabs .workspace-tab-header-container{opacity:0}.hide-tabs .workspace-tab-header-container:hover{opacity:1;transition:opacity .23s ease-in-out;transition-delay:0s}.ultra-focus .workspace-leaf-content{margin-left:0;margin-right:0}.ultra-focus.classic-layout{--workspace-background:var(--background-primary);--divider-width:0px}.ultra-focus.classic-layout .workspace-ribbon::before{background-color:var(--background-secondary)!important;border-bottom:2px solid var(--background-secondary)!important}.ultra-focus .workspace-ribbon.mod-left.is-collapsed{display:block;max-width:5px;opacity:0}.ultra-focus .workspace-ribbon.mod-left.is-collapsed:hover{display:flex;max-width:inherit;opacity:1;transition:opacity .2s ease-in-out,width .3s ease-in-out,display .1s ease-in;transition-delay:0s}.ultra-focus .workspace-tab-header-container:not(:hover){height:5px;opacity:0;transition:opacity .2s ease-in-out,height .1s ease-in-out,display .1s ease-in;transition-delay:0s}.ultra-focus .workspace-tab-header-container:hover{display:flex;height:var(--header-height);opacity:1;transition:opacity .2s ease-in-out,height .1s ease-in-out,display .1s ease-in;transition-delay:0s}body{--line-height-normal:1.7;--line-height-tight:1.3}.increased-line-height{--line-height-normal:2.15;--line-height-tight:1.6}.markdown-source-view.mod-cm6 .cm-line{--line-height:var(--line-height-normal)!important}.increased-line-height .HyperMD-header-1,.increased-line-height .HyperMD-header-2,.increased-line-height .HyperMD-header-3,.increased-line-height .HyperMD-header-4,.increased-line-height .HyperMD-header-5,.increased-line-height .markdown-rendered h1,.increased-line-height .markdown-rendered h2,.increased-line-height .markdown-rendered h3,.increased-line-height .markdown-rendered h4,.increased-line-height .markdown-rendered h5,.increased-line-height .markdown-rendered h6,.increased-line-height.HyperMD-header-6{margin-top:2.2em}.HyperMD-header-1,.HyperMD-header-2,.HyperMD-header-3,.HyperMD-header-4,.HyperMD-header-5,.HyperMD-header-6,.markdown-rendered h1,.markdown-rendered h2,.markdown-rendered h3,.markdown-rendered h4,.markdown-rendered h5,.markdown-rendered h6{margin-top:2em}.increased-line-height .markdown-preview-view br{content:'';display:block;margin-top:.5em!important}.style-settings-heading[data-id=chime-theme] .setting-item-name{color:var(--color-accent-1)}</style><style>:root body{--line-width:min(55em, calc(100vw - 2em));--line-width-adaptive:min(55em, calc(100vw - 2em));--file-line-width:min(55em, calc(100vw - 2em));--sidebar-width:min(20em, 80vw)}body{--zoom-factor:1!important;--accent-h:241!important;--accent-s:100%!important;--accent-l:70%!important;--font-interface-override:'Comodo Free',Como,'Roc Grotesk'!important;--font-text-override:Como,Uto,'All Round Gothic','Chocolate Smoothies'!important;--font-print-override:Como,Uto,'All Round Gothic','Chocolate Smoothies'!important;--font-monospace-override:'Cutive Mono','Sono Monospace','Space Mono'!important;--font-text-size:16px!important;cursor:unset!important;--cmdr-spacing:8px!important;--at-button-height:48px!important;--at-button-width:48px!important;--at-row-count:2!important;--at-spacing:0px!important;--at-offset:0px}</style><style>.root.svelte-1grib6a{display:contents}body.css-settings-manager{--border-width:2.5px;--file-line-width:800px;--tab-text-color-focused-active-current:var(--text-accent);--custom-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80);--border-radius-average:16px;--code-normal:var(--text-muted);--code-background:var(--background-primary);--h6-variant:normal;--h1-variant:normal;--tile-radius:15px;--3c53-2d5c-background-color:#5DB6FF;--5df5-173c-background-color:#FF6EAF;--a454-ee24-background-color:#948DFF;--f75d-7538-background-color:#00AEC6;--h1-weight:900;--h2-weight:900;--h2-variant:normal;--h3-weight:800;--h4-weight:800;--h6-weight:800;--h5-weight:800;--h3-variant:normal;--b96c-2687-before:'💾';--666b-d8ee-after:'✔️';--f75d-7538-color:#FFFFFF;--f75d-7538-decoration:initial;--f75d-7538-weight:initial;--3c53-2d5c-color:#FFFFFF;--5df5-173c-color:#FFFFFF;--a454-ee24-color:#FFFFFF;--666b-d8ee-decoration:line-through;--666b-d8ee-color:#000000;--666b-d8ee-weight:initial}.controls.svelte-l5vkb3{position:relative;z-index:1000;box-shadow:var(--shadow-bottom)}.controls.svelte-l5vkb3>*{border-bottom:1px solid var(--background-modifier-border)}.active-filter{color:var(--text-success)}.stretcher.svelte-1ua8hc1.svelte-1ua8hc1{display:flex;flex-direction:column;gap:var(--size-4-2);font-size:var(--font-ui-small);color:var(--text-muted)}.mod-error{color:var(--text-error)}.button-box.svelte-1ua8hc1 .clickable-icon.is-active{color:var(--text-on-accent);background-color:var(--interactive-accent)}.button-box.svelte-1ua8hc1 .clickable-icon:not(.is-active){background-color:var(--background-primary)}.button-box.svelte-1ua8hc1.svelte-1ua8hc1{overflow:hidden;display:flex;font-size:var(--font-ui-small);border:1px solid var(--color-base-40);border-radius:var(--clickable-icon-radius)}.button-box.svelte-1ua8hc1>*{flex:1 0 0px;border-radius:0}.stretcher.svelte-1ua8hc1 input.svelte-1ua8hc1{font-family:var(--font-monospace)}.info-container.svelte-1ua8hc1.svelte-1ua8hc1{display:flex;gap:var(--size-4-1);margin:var(--size-4-2)}.info-container.svelte-1ua8hc1 .svg-icon{flex-shrink:0}.error-message.svelte-1ua8hc1.svelte-1ua8hc1{overflow-x:auto;padding:var(--size-4-1);border:1px solid var(--text-error);border-radius:var(--radius-s)}.controls-section.svelte-1ua8hc1.svelte-1ua8hc1{margin:var(--size-4-2) 0;font-size:var(--font-ui-small);font-weight:var(--font-medium)}.date.svelte-1ua8hc1.svelte-1ua8hc1{display:flex;align-items:center;justify-content:center;font-size:var(--font-ui-small);font-weight:var(--font-medium);color:var(--text-normal)}.settings.svelte-1ua8hc1.svelte-1ua8hc1{margin:var(--size-4-1) 0}.controls.svelte-1ua8hc1.svelte-1ua8hc1{overflow:hidden;display:flex;flex:0 0 auto;flex-direction:column;gap:var(--size-4-1);padding:var(--size-4-2);font-size:var(--font-ui-small)}.header.svelte-1ua8hc1.svelte-1ua8hc1{display:grid;grid-template-columns:repeat(3,var(--size-4-8)) repeat(3,1fr) repeat(3,var(--size-4-8))}.container.svelte-47ifb9{display:grid;grid-template-columns:1fr auto}.error-message.svelte-47ifb9{overflow:auto;grid-column:1/3;max-height:400px;padding:var(--size-4-1);font-size:var(--font-ui-smaller);border:1px solid var(--text-error);border-radius:var(--radius-s)}.clickable-icon.svelte-xud6aw{grid-column-start:var(--grid-column-start,auto);flex-basis:var(--flex-basis,var(--input-height));align-self:var(--align-self,center);justify-content:var(--justify-content,center);justify-self:var(--justify-self,auto);color:var(--color,var(--icon-color));white-space:nowrap;border:var(--control-button-border,none)}.pill.svelte-1kszfgg{display:inline-flex;padding:var(--size-2-1) var(--size-4-1);font-size:var(--font-ui-smaller);color:var(--color-accent);white-space:nowrap;border:1px solid var(--color-accent);border-radius:var(--radius-m)}.unscheduled-task-container.svelte-tnuc1q{overflow:auto;display:flex;flex-direction:column;max-height:20vh;padding:var(--size-2-1) var(--size-4-1)}.scroller.svelte-126njqy{overflow:auto;flex:1 0 0px;background-color:var(--background-secondary)}.stretcher.svelte-126njqy{display:flex}.hours-container.svelte-9a769u{position:sticky;z-index:5;left:0;display:flex;flex:0 0 30px;flex-direction:column;background-color:var(--background-primary);border-right:1px solid var(--background-modifier-border);box-shadow:var(--ruler-box-shadow,none)}.hour.svelte-9a769u{display:flex;flex:1 0 0px;border-bottom:1px solid var(--background-modifier-border)}.hour-number-container.svelte-9a769u{display:flex;flex:0 0 30px;align-self:flex-start;justify-content:center;font-size:var(--nav-item-size);color:var(--text-muted)}.column.svelte-131kw4b{position:relative;flex:1 0 0px}.hour-block.svelte-131kw4b{flex:1 0 0px;border-bottom:1px solid var(--background-modifier-border)}.half-hour-separator.svelte-131kw4b{border-bottom:1px dashed var(--background-modifier-border)}.needle.svelte-cgn4an{height:2px;background-color:var(--color-accent)}.ball.svelte-cgn4an{position:absolute;z-index:1000;width:12px;height:12px;margin-top:-5px;margin-left:-6px;background:var(--color-accent);border-radius:50%}.tasks.svelte-wfuxso{top:0;bottom:0;display:flex;flex-direction:column;margin-right:10px;margin-left:10px}.container.svelte-pcimu8{--color-background-heading:transparent;--color-background-day:transparent;--color-background-weeknum:transparent;--color-background-weekend:transparent;--color-dot:var(--text-muted);--color-arrow:var(--text-muted);--color-button:var(--text-muted);--color-text-title:var(--text-normal);--color-text-heading:var(--text-muted);--color-text-day:var(--text-normal);--color-text-today:var(--interactive-accent);--color-text-weeknum:var(--text-muted)}.container.svelte-pcimu8{padding:0 8px}.container.is-mobile.svelte-pcimu8{padding:0}th.svelte-pcimu8{text-align:center}.weekend.svelte-pcimu8{background-color:var(--color-background-weekend)}.calendar.svelte-pcimu8{border-collapse:collapse;width:100%}th.svelte-pcimu8{background-color:var(--color-background-heading);color:var(--color-text-heading);font-size:.6em;letter-spacing:1px;padding:4px;text-transform:uppercase}.nav.svelte-1vwr9dd.svelte-1vwr9dd{align-items:center;display:flex;margin:.6em 0 1em;padding:0 8px;width:100%}.nav.is-mobile.svelte-1vwr9dd.svelte-1vwr9dd{padding:0}.title.svelte-1vwr9dd.svelte-1vwr9dd{color:var(--color-text-title);font-size:1.5em;margin:0}.is-mobile.svelte-1vwr9dd .title.svelte-1vwr9dd{font-size:1.3em}.month.svelte-1vwr9dd.svelte-1vwr9dd{font-weight:500;text-transform:capitalize}.year.svelte-1vwr9dd.svelte-1vwr9dd{color:var(--interactive-accent)}.right-nav.svelte-1vwr9dd.svelte-1vwr9dd{display:flex;justify-content:center;margin-left:auto}.reset-button.svelte-1vwr9dd.svelte-1vwr9dd{cursor:pointer;border-radius:4px;color:var(--text-muted);font-size:.7em;font-weight:600;letter-spacing:1px;margin:0 4px;padding:0 4px;text-transform:uppercase}.is-mobile.svelte-1vwr9dd .reset-button.svelte-1vwr9dd{display:none}.arrow.svelte-156w7na.svelte-156w7na{align-items:center;cursor:pointer;display:flex;justify-content:center;width:24px}.arrow.is-mobile.svelte-156w7na.svelte-156w7na{width:32px}.right.svelte-156w7na.svelte-156w7na{transform:rotate(180deg)}.arrow.svelte-156w7na svg.svelte-156w7na{color:var(--color-arrow);height:16px;width:16px}td.svelte-egt0yd{border-right:1px solid var(--background-modifier-border)}.week-num.svelte-egt0yd{background-color:var(--color-background-weeknum);border-radius:4px;color:var(--color-text-weeknum);cursor:pointer;font-size:.65em;height:100%;padding:4px;text-align:center;transition:background-color .1s ease-in 0s,color .1s ease-in 0s;vertical-align:baseline}.week-num.svelte-egt0yd:hover{background-color:var(--interactive-hover)}.week-num.active.svelte-egt0yd:hover{background-color:var(--interactive-accent-hover)}.active.svelte-egt0yd{color:var(--text-on-accent);background-color:var(--interactive-accent)}.dot-container.svelte-egt0yd{display:flex;flex-wrap:wrap;justify-content:center;line-height:6px;min-height:6px}.day.svelte-q3wqg9{background-color:var(--color-background-day);border-radius:4px;color:var(--color-text-day);cursor:pointer;font-size:.8em;height:100%;padding:4px;position:relative;text-align:center;transition:background-color .1s ease-in 0s,color .1s ease-in 0s;vertical-align:baseline}.day.svelte-q3wqg9:hover{background-color:var(--interactive-hover)}.day.active.svelte-q3wqg9:hover{background-color:var(--interactive-accent-hover)}.adjacent-month.svelte-q3wqg9{opacity:.25}.today.svelte-q3wqg9{color:var(--color-text-today)}.active.svelte-q3wqg9,.active.today.svelte-q3wqg9,.day.svelte-q3wqg9:active{color:var(--text-on-accent);background-color:var(--interactive-accent)}.dot-container.svelte-q3wqg9{display:flex;flex-wrap:wrap;justify-content:center;line-height:6px;min-height:6px}.dot.svelte-1widvzq,.hollow.svelte-1widvzq{display:inline-block;height:6px;width:6px;margin:0 1px}.filled.svelte-1widvzq{fill:var(--color-dot)}.active.filled.svelte-1widvzq{fill:var(--text-on-accent)}.hollow.svelte-1widvzq{fill:none;stroke:var(--color-dot)}.active.hollow.svelte-1widvzq{fill:none;stroke:var(--text-on-accent)}.container.svelte-12blqi0{padding:0 8px}.timer.svelte-12blqi0{min-height:3em}hr.svelte-12blqi0{border-top:2px solid var(--background-modifier-border)}.report-scope.svelte-12blqi0{font-size:1.5rem;font-weight:600}.total-duration.svelte-12blqi0{font-size:1.5rem;font-weight:300}.error-message.svelte-12blqi0{color:var(--text-muted)}#toggl-tags.svelte-mu23ki{margin-top:-.1em}.toggl-tag.svelte-mu23ki{float:left}.toggl-tag.svelte-mu23ki:first-child{margin-left:-.1em}.timer-project-circle.svelte-mu23ki{width:.7em;height:.7em;border-radius:50%}.timer-description.svelte-mu23ki{font-size:1.1em;font-weight:600}.timer-no-description.svelte-mu23ki{font-weight:400;color:var(--text-muted);font-size:1em}.timer-details.svelte-mu23ki{color:var(--text-muted);font-size:.8em}.no-timer-main.svelte-mu23ki{color:var(--text-muted)}.no-timer-subtext.svelte-mu23ki{color:var(--text-faint)}.divider-bullet.svelte-mu23ki{font-size:10px}.timer-duration.svelte-mu23ki{font-weight:300}.timer-start-button.svelte-eksxum{--button-fill-outer:var(--interactive-accent);--button-fill-inner:var(--background-primary)}.timer-start-button.svelte-eksxum:hover{--button-fill-outer:var(--interactive-accent-hover);--button-fill-inner:var(--background-secondary)}.message.svelte-1yf2n3n.svelte-1yf2n3n{background-color:var(--background-modifier-border);width:100%;font-size:.9em}.message.svelte-1yf2n3n p.svelte-1yf2n3n{margin-top:0!important}.bar-chart.svelte-oh95jq{height:20px;width:100%}.bar-chart-element.svelte-oh95jq{height:100%;opacity:.7}.bar-chart-element.svelte-oh95jq:first-child{border-radius:4px 0 0 4px}.bar-chart-element.svelte-oh95jq:last-child{border-radius:0 4px 4px 0}.bar-chart-element.svelte-oh95jq:only-child{border-radius:4px}.project-row.svelte-13p7ycu{font-size:.9em}.project-row.svelte-13p7ycu:not(:first-child){margin-top:.25em}.project-circle.svelte-13p7ycu{width:.8em;height:.8em;border-radius:50%}.project-row-duration.svelte-13p7ycu{color:var(--text-muted)}</style><style>body{--color-fade-speed:0.2s}.tree-container{position:relative;height:100%;width:auto;margin-top:3em;margin-bottom:0}.tree-container .tree-header{display:flex;flex-direction:row;align-items:center;position:absolute;top:-3em}.tree-container .tree-header .sidebar-section-header{margin-block:1em;white-space:nowrap}.tree-container:has(.tree-scroll-area:empty){display:none}body .webpage-container .tree-container .tree-scroll-area{width:100%;height:100%;max-height:100%;overflow-y:auto;border-radius:0;position:absolute;margin:0;background-color:transparent}.tree-container .tree-item{display:flex;flex-direction:column;align-items:flex-start;padding:0;padding-block:1px;overflow:hidden!important;flex:none}.tree-container .tree-item-children{padding:0;margin:0;border-left:none;width:100%}.tree-item-title>*{padding:0;margin:0;overflow:hidden;display:inline;text-overflow:ellipsis}.tree-container .tree-item-icon *{color:var(--text-muted);font-family:emoji}.tree-container .tree-item-icon :is(svg,img){-webkit-mask-image-repeat:no-repeat;-webkit-mask-image-position:center;max-width:1.3em;height:100%}.tree-container .tree-item-icon :has(svg){display:contents!important}.tree-container .tree-item-icon{min-width:1.6em;max-width:1.6em;margin-left:2px;display:flex;align-items:center;justify-content:flex-start}.tree-container .tree-item.mod-active>.tree-link>.tree-item-contents{color:var(--interactive-accent)}.tree-container .tree-link{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;border-radius:var(--radius-s);color:var(--nav-item-color);text-decoration-line:none;width:-webkit-fill-available;width:-moz-available;width:fill-available;margin-left:var(--tree-horizontal-spacing)}.tree-container .tree-link:active{color:var(--nav-item-color-active)}.tree-container .tree-item-contents{width:100%;height:100%;margin:0!important;padding:0!important;font-size:unset!important;padding-left:calc(var(--tree-horizontal-spacing) * 2 + var(--collapse-arrow-size))!important;border-radius:var(--radius-s);display:flex!important;flex-direction:row!important;align-items:center!important;color:var(--nav-item-color);transition:background-color .1s}.tree-container .tree-item-title{overflow:hidden;text-overflow:ellipsis!important;text-wrap:nowrap!important;white-space:nowrap!important;position:relative!important;border:none!important;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;background-color:transparent!important;padding-top:calc(var(--tree-vertical-spacing)/ 2)!important;padding-bottom:calc(var(--tree-vertical-spacing)/ 2)!important;margin:0!important;left:0!important;right:0!important;top:0!important;bottom:0!important}.tree-container .tree-item-title::after{right:0;position:absolute!important;margin-right:.5em!important}.tree-container .mod-tree-folder:not(:has(.mod-tree-folder)) .mod-tree-file>.tree-link>.tree-item-contents{padding-left:calc(var(--tree-horizontal-spacing) * 2)!important}.tree-container .collapse-icon{translate:calc(0px - var(--collapse-arrow-size) - var(--tree-horizontal-spacing) * 2) 0;position:absolute;height:100%;padding:var(--tree-horizontal-spacing)}.tree-container .tree-item.mod-tree-folder>.tree-link>.collapse-icon{width:100%}.collapse-icon:hover{color:var(--nav-item-color-hover)}.tree-container .clickable-icon{width:3.2em;height:2.2em}.tree-container .tree-item.is-collapsed>.tree-link>.tree-item-contents>.collapse-icon>svg{transition:transform .1s ease-in-out;transform:rotate(-90deg)}.tree-container .tree-item-contents:hover{color:var(--nav-item-color-hover)}.filtered-out{display:none!important}.tree-container>.tree-scroll-area>* .tree-item{margin-left:calc(var(--tree-horizontal-spacing) * 2 + var(--collapse-arrow-size)/ 2)}.tree-container>.tree-scroll-area>* .tree-item{border-left:var(--nav-indentation-guide-width) solid var(--nav-indentation-guide-color)}.tree-container .tree-scroll-area>*>*>.tree-item{margin-left:calc(var(--tree-horizontal-spacing) + var(--collapse-arrow-size)/ 2)}.tree-container:not(.mod-nav-indicator) .tree-scroll-area .tree-item{border-color:transparent!important}.tree-container .tree-item.mod-active{border-color:var(--interactive-accent)!important;box-shadow:2px 0 0 0 var(--interactive-accent) inset;transition:box-shadow .4s ease-in-out}.tree-container .tree-item:hover:not(.mod-active):not(.mod-collapsible):not(:has(.tree-item:hover)):not(.mod-root > * > *){border-left:var(--nav-indentation-guide-width) solid var(--nav-item-color-hover)}.tree-container .mod-active>.tree-link,.tree-container .tree-link:hover{background-color:var(--nav-item-background-hover);cursor:pointer}.webpage-container .tree-container .tree-item:not(.mod-collapsible)>.tree-item-children>.tree-item>.tree-link,.webpage-container .tree-container>.tree-scroll-area>.tree-item>.tree-link{margin-left:0!important}.tree-container.outline-tree .tree-item[data-depth='1']>.tree-link>.tree-item-contents{font-weight:900;font-size:1.1em;margin-left:0;padding-left:1em}.nav-folder.mod-root .nav-folder>.nav-folder-children{padding:0!important;margin:0!important;border:none!important}.nav-file{border-radius:0!important}.nav-folder.mod-root .nav-folder>.nav-folder-children{border-radius:var(--radius-s)!important}.webpage-container .nav-file-tag{margin-right:1em}.nav-file-title-content,.nav-folder-title-content{margin-bottom:unset!important;display:unset!important;border-radius:unset!important;cursor:unset!important;font-size:unset!important;font-weight:unset!important;line-height:unset!important;padding:unset!important}#webpage-icon :is(svg,img){width:100%;height:100%;box-shadow:none!important;border:none!important;border-radius:0!important;stroke:currentColor}#webpage-icon :has(:is(svg,img)){display:contents!important}#webpage-icon:has(:is(svg,img)){font-size:40px;width:40px;height:40px}#webpage-icon{font-size:40px;margin-bottom:8px;font-family:emoji;width:fit-content}body.show-inline-title .page-title{font-weight:var(--inline-title-weight);font-size:var(--inline-title-size);font-style:var(--inline-title-style);font-variant:var(--inline-title-variant);font-family:var(--inline-title-font);letter-spacing:-.015em;color:var(--inline-title-color)}.heading{position:relative}.heading-wrapper.is-collapsed>.heading::after{content:"..."!important;display:inline-block!important;position:absolute!important;margin:0!important;padding:0!important;margin-left:.3em!important;color:var(--text-muted)}.heading-wrapper{transition:height ease-in-out,margin-bottom ease-in-out;transition-duration:.2s;display:flex;flex-direction:column;position:relative}html>body>.webpage-container>.document-container>.markdown-preview-view>.markdown-preview-sizer>div{margin-inline:0!important;margin:0!important;padding:0!important;width:100%;max-width:100%}.markdown-rendered .heading-wrapper:has(> .heading-children > div:last-child > :is(p,pre,table,ul,ol))+.heading-wrapper>.heading:first-child{margin-top:var(--heading-spacing)}.heading-children{transition:height ease-in-out,margin-bottom ease-in-out;transition-duration:.2s;display:flow;position:relative;contain:inline-size}.heading-children.is-collapsed{padding-top:0}.heading-wrapper.is-animating>.heading-children,.heading-wrapper.is-collapsed>.heading-children{overflow:hidden;overflow:clip}.heading-wrapper>.heading>.heading-after{display:none}.heading-wrapper.is-collapsed>.heading>.heading-after{display:inline-block;margin-left:.3em;opacity:.4;font-size:1em;cursor:auto;user-select:none}.heading-wrapper.is-hidden>*{display:none}.heading-wrapper.is-hidden{visibility:hidden}.collapse-icon:not(.list-collapse-indicator) svg.svg-icon{color:var(--nav-collapse-icon-color);width:var(--collapse-arrow-size);height:var(--collapse-arrow-size);transition:transform .1s ease-in-out 0s;stroke-width:4px;min-width:10px;min-height:10px}div.is-collapsed>*>.heading-collapse-indicator.collapse-icon>svg{transition:transform .1s ease-in-out;transform:rotate(-90deg)}.heading-wrapper .heading-collapse-indicator{opacity:0;transition:opacity .15s ease-in-out;position:absolute;z-index:1;padding:0!important;padding-left:40px!important;padding-right:40px!important;left:-40px!important}.heading-wrapper .heading-collapse-indicator:hover,.heading:hover>.heading-collapse-indicator{opacity:1}.heading-wrapper-span{position:absolute;width:200vw;height:calc(100% + var(--p-spacing) * 2);top:calc(0px - var(--p-spacing));left:-100vw;z-index:-1}.markdown-embed .markdown-embed-content .markdown-preview-view .heading-wrapper-span{width:100%}.theme-toggle-container{--toggle-width:3.5em;--toggle-height:1.75em;--border-radius:calc(var(--toggle-height) / 2);--handle-width:calc(var(--toggle-height) * 0.65);--handle-radius:calc(var(--handle-width) / 2);--handle-margin:calc((var(--toggle-height) / 2.0) - var(--handle-radius));--handle-translation:calc(var(--toggle-width) - var(--handle-width) - (var(--handle-margin) * 2));display:inline-block;cursor:pointer}.clickable-icon,.sidebar-section-header{transition:color var(--color-fade-speed) ease-in-out}@keyframes toggle-slide-right{0%{width:var(--handle-width);transform:translateX(0)}50%{width:calc(var(--toggle-width) * .5)}90%{width:var(--handle-width)}100%{transform:translateX(var(--handle-translation))}}@keyframes toggle-slide-left{0%{width:var(--handle-width);transform:translateX(calc(var(--handle-translation) - ((var(--toggle-width) * .33) - var(--handle-width))))}70%{width:calc(var(--toggle-width) * .5)}100%{width:var(--handle-width);transform:translateX(0)}}@keyframes toggle-expand-right{0%{width:var(--handle-width)}100%{width:calc(var(--toggle-width) * .33)}}@keyframes toggle-expand-left{0%{width:var(--handle-width);transform:translateX(var(--handle-translation))}100%{width:calc(var(--toggle-width) * .33);transform:translateX(calc(var(--handle-translation) - ((var(--toggle-width) * .33) - var(--handle-width))))}}@keyframes toggle-contract{0%{width:calc(var(--toggle-width) * .33)}100%{width:var(--handle-width)}}.theme-toggle-input{display:none;z-index:1000}.toggle-background{position:relative;width:var(--toggle-width);height:var(--toggle-height);border-radius:var(--border-radius);background-color:var(--background-modifier-border);transition:background-color var(--color-fade-speed);z-index:1000;animation-duration:.2s}.toggle-background::before{content:"";position:absolute;left:var(--handle-margin);top:var(--handle-margin);height:var(--handle-width);width:var(--handle-width);border-radius:var(--handle-radius);background-color:var(--text-normal);box-shadow:inset 0 1px 1px rgba(0,0,0,.2);animation:toggle-slide-left ease-in-out normal both;animation-duration:inherit;z-index:1000}.theme-toggle-input:checked~.toggle-background::before{animation:toggle-slide-right ease-in-out normal both;animation-duration:inherit}.theme-toggle-input:active~.toggle-background::before{animation:toggle-expand-right ease-in-out normal both;animation-duration:inherit}.theme-toggle-input:active:checked~.toggle-background::before{animation:toggle-expand-left ease-in-out normal both;animation-duration:inherit}.toggle-background::after{content:"";position:absolute;right:var(--handle-margin);top:calc(var(--handle-margin));height:var(--handle-width);width:var(--handle-width);transition:transform .3s;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/></svg>') no-repeat center center;transform:scale(.9)}.theme-toggle-input:checked~.toggle-background::after{transform:translateX(calc(var(--handle-translation) * -1)) scale(.9);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun"><circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/></svg>') no-repeat center center}.graph-view-wrapper{--graph-view-max-height:35vh}#graph-canvas{width:100%;height:100%;aspect-ratio:1;transition:opacity .2s ease-in-out}.graph-view-container.expanded{position:fixed;width:90%;height:90%;max-height:unset;right:5%;top:5%;background-color:var(--background-secondary);z-index:100}body:is(.is-phone,.is-tablet) .graph-view-container.expanded{width:95%;height:95%;right:2.5%;top:2.5%}.graph-view-container{position:relative;width:100%;aspect-ratio:1;max-height:var(--graph-view-max-height);display:flex;transition:background-color var(--color-fade-speed) ease-in-out;touch-action:none;border:1px solid var(--modal-border-color);border-radius:var(--modal-radius);overflow:hidden}.graph-icon{cursor:pointer;color:var(--text-muted)}.graph-view-container .graph-icon>svg{width:24px;height:24px;background-color:var(--color-base-00);outline-width:6px;outline-color:var(--color-base-00);outline-offset:-1px;outline-style:solid;border-radius:100px;margin:10px;transition:outline-color,background-color;transition-timing-function:ease-in-out;transition-duration:var(--color-fade-speed)}.graph-view-placeholder{padding:0;width:100%;aspect-ratio:1;max-height:var(--graph-view-max-height);position:relative;flex:none}.graph-view-placeholder:has(.expanded){border-radius:var(--modal-radius);border:1px solid var(--modal-border-color)}.scale-down{transition:transform .2s ease-in-out;transform:scale(.9)}.scale-up{transition:transform .2s ease-in-out;transform:scale(1)}.graph-expand{position:absolute;top:5px;right:5px}body :is(.canvas-node-container,.canvas-wrapper){cursor:unset!important}.canvas{translate:0 0;scale:1 1;will-change:translate,scale}.canvas-controls{display:none;cursor:default!important}.canvas-card-menu{display:none;cursor:default!important}.canvas-node-content-blocker{pointer-events:none}body.is-phone .sidebar{font-size:1.15em;--tree-vertical-spacing:0.9em;--sidebar-width:85vw!important}body.is-phone{--collapse-arrow-size:13px;--tree-vertical-spacing:0.8em;--tree-horizontal-spacing:0.5em}body.is-phone .heading-wrapper .heading-collapse-indicator{transition:transform .2s ease-in-out .2s}.loading-icon{--width:80px;--height:80px;display:inline-block;position:fixed;left:calc(50% - var(--width)/ 2);top:calc(50% - var(--height)/ 2);width:var(--width);height:var(--height);opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}.loading-icon.show{opacity:1}.loading-icon div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--interactive-accent);animation-timing-function:cubic-bezier(0,1,1,0)}.loading-icon div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.loading-icon div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.loading-icon div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.loading-icon div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}.loading-icon:not(.show) div{animation-play-state:paused}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}@media print{body .webpage-container .document-container *{overflow:visible!important;overflow-y:visible!important;overflow-x:visible!important}html body.publish :is(.sidebar,script,style,include){display:none!important}:root,html body.publish>:is(.webpage-container,.document-container,.markdown-preview-view):not(script,style,include){display:contents!important}:root,html body.publish .document-container>.markdown-preview-view{background-color:transparent!important}body{display:inline!important;background:var(--background-primary)}.document-container>.markdown-preview-view>.markdown-preview-sizer{padding:0!important;margin:0!important;padding:var(--file-margins)!important;padding-bottom:0!important}html body.publish :is(.document-container,.markdown-preview-view){margin:0!important;padding:0!important}}.tree-hint-label{font-size:var(--font-smallest);color:var(--text-accent);width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;white-space:pre-wrap;text-decoration-line:none}.tree-hint-label:hover{text-decoration-line:underline}.tree-hint-container{width:100%;padding-left:calc(var(--tree-horizontal-spacing) * 2 + var(--collapse-arrow-size));padding-bottom:calc(var(--tree-vertical-spacing)/ 2);display:flex;flex-direction:column}.tree-container .mod-tree-folder:not(:has(.mod-tree-folder)) .mod-tree-file>.tree-link>.tree-hint-container{padding-left:calc(var(--tree-horizontal-spacing) * 2)}.tree-item-contents:has(.tree-item-icon)+.tree-hint-container{margin-left:calc(1.6em + 2px)}a.tree-hint-label:hover{text-decoration-line:underline}.search-mark{margin:0!important;padding:0!important;scroll-margin:2em!important}.search-input-container:has(+ #search-results)>input[type=search]{border-bottom-left-radius:0;border-bottom-right-radius:0}input[type=search]{box-shadow:none!important;height:2.5em;font-size:1em;transition:background,background-color,border;transition-duration:var(--color-fade-speed);transition-timing-function:ease-in-out}.search-input-container{width:100%!important}.search-input-container::before{mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>");mask-repeat:no-repeat;top:50%;transform:translateY(-50%)}.sidebar .sidebar-handle:hover~.sidebar-content,.sidebar.is-resizing .sidebar-content{box-shadow:0 0 0 var(--divider-width-hover) var(--divider-color-hover)}.sidebar-handle{width:min(max(calc(var(--sidebar-margin)/ 2),3px),12px);height:calc(100vh - 2 * var(--radius-l));margin-top:var(--radius-l);margin-bottom:var(--radius-l);top:0;position:absolute;cursor:ew-resize;z-index:1;transition:background-color .2s ease-in-out}.sidebar-left .sidebar-handle{right:0}.sidebar-right .sidebar-handle{left:0}.nav-folder-children .nav-folder-title-content::before{margin-right:.5em}.tree-item::before{margin-left:calc(var(--tree-horizontal-spacing) - .3em)}.tree-item-contents:has(.tree-item-icon) .tree-item-title::before,.tree-item-contents:has(.tree-item-icon)::before,.tree-item:has(.tree-item-contents > .tree-item-icon)::before{display:none!important}.anp-simple-rainbow-color-toggle.anp-simple-rainbow-indentation-toggle .tree-container.file-tree .tree-item{border-color:rgba(var(--rainbow-folder-color),.5)}.anp-collapse-folders .tree-container .tree-item .collapse-icon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M6 14l1.45-2.9A2 2 0 0 1 9.24 10H22a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M6 14l1.45-2.9A2 2 0 0 1 9.24 10H22a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;display:flex;flex-basis:100%;height:16px;width:17px}.anp-collapse-folders .tree-container .tree-item.is-collapsed .collapse-icon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2z'/%3E%3Cpath d='M2 10h20' /%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2z'/%3E%3Cpath d='M2 10h20' /%3E%3C/svg%3E%0A")}.anp-file-icons .nav-file .nav-file-title::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;content:"";display:flex;flex-shrink:0;height:var(--size-4-4);margin-left:calc(-1 * var(--size-4-5));opacity:var(--icon-opacity);position:absolute;width:var(--size-4-4)}.anp-collapse-folders .tree-container .tree-item .collapse-icon:hover{color:currentColor}.anp-collapse-folders .tree-container .tree-item .collapse-icon svg{display:none}.document-container .kanban-plugin{position:absolute;padding:0;margin:0;height:100%}.document-container .kanban-plugin{font-family:var(--font-text, var(--default-font));font-size:.875rem;line-height:var(--line-height-tight);width:unset;overflow-y:unset;overflow-wrap:unset;color:unset;user-select:unset;-webkit-user-select:unset}.document-container .kanban-plugin__item-button-wrapper,.kanban-plugin__item-postfix-button.clickable-icon,.kanban-plugin__lane-grip,.kanban-plugin__lane-settings-button.clickable-icon{display:none}.excalidraw-plugin rect,.excalidraw-svg rect{fill:transparent}body.theme-dark .excalidraw-plugin svg.dark,body.theme-dark .excalidraw-svg svg.dark,body.theme-light .excalidraw-plugin svg.light,body.theme-light .excalidraw-svg svg.light{filter:invert(93%) hue-rotate(180deg)}.excalidraw-plugin>svg{width:100%;height:100%}.excalidraw-plugin{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:10px}.columnParent{display:flex;padding:15px 20px;flex-wrap:wrap;gap:20px}.columnParent{white-space:normal}.columnChild{flex-grow:1;flex-basis:0px}.obsidian-banner .lock-button{display:none}.markdown-preview-view:has(.obsidian-banner-wrapper){padding-top:0!important}.view-content:has(.mm-mindmap){overflow-y:none}.view-content .mm-mindmap{transform:scale(1);translate:-4000px -4000px;top:70%;left:50%;position:absolute;overflow:hidden;width:100vw}</style><style>:root{--pen-white:#edf1fc;--pen-gray:#5f5d58;--pen-black:#26241f;--pen-red:#e14a49;--pen-green:#15b64f;--pen-blue:#3f76ed;--pen-light-blue:#54b6f8;--pen-orange:#ee6748;--pen-yellow:#ffd85e;--pen-mint:#aeffc2;--pen-light-cyan:#51e1e9;--pen-cyan:#02a9a2;--pen-teal:color-mix(in srgb, #43cfea 80%, var(--shadow));--pen-lime:#77c61d;--pen-blue-violet:#ccccff;--pen-purple:#6d75f1;--pen-magenta:#e54f9b;--neutral-pen-black:#272727;--neutral-pen-black-trans:#27272722;--page-white:#ffffff;--page-manila:#f3deaf;--page-blue:#3f76ed;--page-black:#000000;--page-gray:#26241f;--page-red:#e14a49;--page-green:#52eea3;--page-lime:#77c61d;--page-olive:#8e7608;--page-mustard:#c4ae00;--page-light-blue:#cffcf6;--page-bluee:#54b6f8;--page-orange:#ed6022;--page-light-yellow:#ffd85e;--page-yellow:#ffac0e;--page-mint:#aeffc2;--page-teal:color-mix(in srgb, #43cfea 80%, var(--shadow));--page-cyan:#02a9a2;--page-light-cyan:#51e1e9;--page-purple:#6d75f1;--page-magenta:#e54f9b;--page-light-pink:#ffd8e1;--page-pink:#f39caa;--page-violet:#c952ed;--page-ppk:#ccccff;--page-coffee:#8b7155;--neutral-pen-black:#272727;--neutral-pen-black-trans:#27272722;--grid-size:20px}.recolor-images img{filter:var(--image-effect)}.page-black,.page-blue,.page-blueprint,.page-coffee,.page-cyan,.page-gray,.page-green,.page-light-blue,.page-light-cyan,.page-light-pink,.page-light-yellow,.page-lime,.page-magenta,.page-manila,.page-mint,.page-mustard,.page-olive,.page-orange,.page-pink,.page-ppk,.page-purple,.page-red,.page-teal,.page-violet,.page-white,.page-yellow{--text-normal:var(--accent-color);--text-muted:var(--accent-color);--text-faint:var(--accent-color-trans);--h1-color:var(--accent-color);--h2-color:var(--accent-color);--h3-color:var(--accent-color);--h4-color:var(--accent-color);--h5-color:var(--accent-color);--h6-color:var(--accent-color);--link-color:var(--pen-blue);--link-color-hover:var(--pen-light-blue);--link-unresolved-color:var(--pen-red);--hr-color:var(--accent-color);--blockquote-border-color:var(--accent-color);--embed-border-left:2px solid var(--accent-color);--collapse-icon-color-collapsed:var(--accent-color);--checkbox-color:var(--accent-color);--checkbox-marker-color:var(--page-color);--checkbox-color-hover:var(--accent-color-trans);--checkbox-border-color:var(--accent-color);--checklist-done-color:var(--accent-color);--list-marker-color:var(--accent-color);--interactive-accent:var(--accent-color);--metadata-label-text-color:var(--accent-color);--metadata-input-text-color:var(--accent-color);--tag-color:var(--accent-color);--tag-background:var(--accent-color-trans);--pill-cover-hover:color-mix(in srgb, var(--accent-color) 60%, transparent);--background-modifier-border-focus:var(--accent-color);--background-modifier-border:var(--accent-color-trans);--background-modifier-hover:color-mix(
in srgb,
var(--accent-color) 60%,
transparent
);color:var(--accent-color);background-color:var(--page-color);font-weight:700}.page-manila{--page-color:var(--page-manila);--accent-color:var(--pen-black);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-manila img{background-color:var(--page-manila)}.page-white{--page-color:var(--page-white);--accent-color:var(--neutral-pen-black);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-white img{background-color:var(--page-white)}.page-green{--page-color:var(--page-green);--accent-color:var(--pen-black);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-green img{background-color:var(--page-green)}.page-olive{--page-color:var(--page-olive);--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-olive img{background-color:var(--page-olive)}.page-mustard{--page-color:var(--page-mustard);--accent-color:var(--pen-red);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-mustard img{background-color:var(--page-mustard)}.page-coffee{--page-color:var(--page-coffee);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-coffee img{background-color:var(--page-coffee)}.page-ppk{--page-color:var(--page-ppk);--accent-color:var(--pen-purple);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-ppk img{background-color:var(--page-ppk)}.page-violet{--page-color:var(--page-violet);--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-violet img{background-color:var(--page-violet)}.page-light-pink{--page-color:var(--page-light-pink);--accent-color:var(--pen-magenta);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-light-pink img{background-color:var(--page-light-pink)}.page-red{--page-color:var(--page-red);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-red img{background-color:var(--page-red)}.page-lime{--page-color:var(--page-lime);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-lime img{background-color:var(--page-lime)}.page-light-blue{--page-color:var(--page-light-blue);--accent-color:var(--pen-blue);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-light-blue img{background-color:var(--page-light-blue)}.page-orange{--page-color:var(--page-orange);--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-orange img{background-color:var(--page-orange)}.page-light-yellow{--page-color:var(--page-light-yellow);--accent-color:var(--pen-blue);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-light-yellow img{background-color:var(--page-light-yellow)}.page-yellow{--page-color:var(--page-yellow);--accent-color:var(--pen-red);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-yellow img{background-color:var(--page-yellow)}.page-mint{--page-color:var(--page-mint);--accent-color:var(--pen-cyan);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-mint img{background-color:var(--page-mint)}.page-teal{--page-color:var(--page-teal);--accent-color:var(--pen-orange);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-teal img{background-color:var(--page-teal)}.page-cyan{--page-color:var(--page-cyan);--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-cyan img{background-color:var(--page-cyan)}.page-light-cyan{--page-color:var(--page-light-cyan);--accent-color:var(--pen-blue);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-light-cyan img{background-color:var(--page-light-cyan)}.page-purple{--page-color:var(--page-purple);--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-purple img{background-color:var(--page-purple)}.page-magenta{--page-color:var(--page-magenta);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-magenta img{background-color:var(--page-magenta)}.page-pink{--page-color:var(--page-pink);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%);color-scheme:light}.embed-pink img{background-color:var(--page-pink)}.page-blueprint{--page-color:var(--page-blue);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(2714%) hue-rotate(196deg) brightness(107%) contrast(98%);color-scheme:dark;--link-color:color-mix(in srgb, var(--pen-light-blue) 60%, var(--pen-white));--link-color-hover:color-mix(
in srgb,
var(--pen-light-blue) 20%,
var(--pen-white)
)}.embed-blueprint img{background-color:var(--page-blue)}.page-blue{--page-color:var(--page-bluee);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(2714%) hue-rotate(196deg) brightness(107%) contrast(98%);color-scheme:dark;--link-color:color-mix(in srgb, var(--pen-light-blue) 60%, var(--pen-white));--link-color-hover:color-mix(
in srgb,
var(--pen-light-blue) 20%,
var(--pen-white)
)}.embed-blue img{background-color:var(--page-bluee)}.page-black{--page-color:var(--page-black);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(2714%) hue-rotate(196deg) brightness(107%) contrast(98%);color-scheme:dark;--link-color:color-mix(in srgb, var(--pen-mint) 60%, var(--pen-white));--link-color-hover:color-mix(
in srgb,
var(--pen-yellow) 20%,
var(--pen-mint)
)}.embed-black img{background-color:var(--page-black)}.page-gray{--page-color:var(--page-gray);--accent-color:var(--pen-white);--accent-color-trans:color-mix(
in srgb,
var(--accent-color) 15%,
transparent
);--image-effect:brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(2714%) hue-rotate(196deg) brightness(107%) contrast(98%);color-scheme:dark;--link-color:color-mix(in srgb, var(--pen-mint) 60%, var(--pen-white));--link-color-hover:color-mix(
in srgb,
var(--pen-yellow) 20%,
var(--pen-mint)
)}.embed-gray img{background-color:var(--page-gray)}.page-grid{background-image:linear-gradient(0deg,transparent 0,var(--accent-color-trans) 1px,var(--accent-color-trans) 2px,transparent 1px),linear-gradient(90deg,transparent calc(var(--grid-size) - 1px),var(--accent-color-trans) calc(var(--grid-size) - 2px),var(--accent-color-trans) calc(var(--grid-size) - 1px),transparent var(--grid-size));background-size:var(--grid-size) var(--grid-size)}:is(
.page-white,.page-manila,.page-blueprint,.pen-white,.pen-blue,.pen-red,.pen-green,.pen-black,.pen-gray,.pen-purple,.pen-orange,.pen-yellow,.pen-mint,.pen-light-cyan,.pen-teal,.pen-cyan,.pen-lime,.pen-blue-violet,.pen-magenta
) svg{color:color-mix(in srgb,var(--accent-color) 60%,transparent)}:is(.page-white,.page-manila,.page-blueprint) :is(code,.HyperMD-codeblock,.cm-inline-code){--code-normal:var(--accent-color);--code-background:color-mix(
in srgb,
var(--page-color) 80%,
black
)!important}div>pre{--code-background:color-mix(
in srgb,
var(--page-color) 80%,
black
)!important}:is(.page-white,.page-manila,.page-blueprint){--metadata-input-background-active:var(--accent-color-trans)}.pen-white{--accent-color:var(--pen-white);--accent-color-trans:color-mix(in srgb, var(--pen-white) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(2714%) hue-rotate(196deg) brightness(107%) contrast(98%)}.pen-blue{--accent-color:var(--pen-blue);--accent-color-trans:color-mix(in srgb, var(--pen-blue) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-red{--accent-color:var(--pen-red);--accent-color-trans:color-mix(in srgb, var(--pen-red) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(40%) sepia(41%) saturate(1024%) hue-rotate(316deg) brightness(99%) contrast(94%)}.pen-green{--accent-color:var(--pen-green);--accent-color-trans:color-mix(in srgb, var(--pen-green) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(52%) sepia(60%) saturate(2521%) hue-rotate(105deg) brightness(96%) contrast(84%)}.pen-black{--accent-color:var(--pen-black);--accent-color-trans:color-mix(in srgb, var(--pen-black) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(296%) hue-rotate(5deg) brightness(90%) contrast(96%)}.pen-gray{--accent-color:var(--pen-gray);--accent-color-trans:color-mix(in srgb, var(--pen-gray) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(35%) sepia(13%) saturate(189%) hue-rotate(5deg) brightness(96%) contrast(86%)}.pen-purple{--accent-color:var(--pen-purple);--accent-color-trans:color-mix(in srgb, var(--pen-purple) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(33%) sepia(59%) saturate(2620%) hue-rotate(249deg) brightness(98%) contrast(93%)}.pen-light-blue{--accent-color:var(--pen-light-blue);--accent-color-trans:color-mix(in srgb, var(--pen-light-blue) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-orange{--accent-color:var(--pen-orange);--accent-color-trans:color-mix(in srgb, var(--pen-orange) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-yellow{--accent-color:var(--pen-yellow);--accent-color-trans:color-mix(in srgb, var(--pen-yellow) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-magenta{--accent-color:var(--pen-magenta);--accent-color-trans:color-mix(in srgb, var(--pen-magenta) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-mint{--accent-color:var(--pen-mint);--accent-color-trans:color-mix(in srgb, var(--pen-mint) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-light-cyan{--accent-color:var(--pen-light-cyan);--accent-color-trans:color-mix(in srgb, var(--pen-light-cyan) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-teal{--accent-color:var(--pen-teal);--accent-color-trans:color-mix(in srgb, var(--pen-teal) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-cyan{--accent-color:var(--pen-cyan);--accent-color-trans:color-mix(in srgb, var(--pen-cyan) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-lime{--accent-color:var(--pen-lime);--accent-color-trans:color-mix(in srgb, var(--pen-lime) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}.pen-blue-violet{--accent-color:var(--pen-blue-violet);--accent-color-trans:color-mix(in srgb, var(--pen-blue-violet) 15%, transparent);color:var(--accent-color);--hr-color:var(--accent-color);--image-effect:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(945%) hue-rotate(199deg) brightness(95%) contrast(95%)}body{--tile-radius:6px}.flex-tiles .page-gallery__field,.responsive-tile-height .page-gallery__field{text-shadow:none;word-wrap:break-word;white-space:initial;overflow:hidden}.page-gallery__field{text-shadow:none;overflow:hidden;font-size:.8em;margin:6px}.page-gallery__filter input{width:40%;margin-bottom:10px;margin-left:11px}.page-gallery__filter Label{margin:3px;height:1em;width:1em}.hide-filter .page-gallery__filter{display:none}.page-gallery{--image-height:8em}.page-gallery__filter-clear{filter:grayscale();text-decoration:none;margin:3px;height:1em;width:1em}.page-gallery__image{opacity:100%;border-radius:var(--tile-radius) var(--tile-radius) 0 0!important;box-shadow:none;width:100%;background-size:cover}.page-gallery__image:hover{opacity:100%;box-shadow:var(--shadow-s)}.page-gallery__fallback{box-shadow:none;border-radius:var(--tile-radius) var(--tile-radius) 0 0;background:var(--background-secondary-alt)}.page-gallery__fallback:hover{background:linear-gradient(to bottom right,var(--code-color),var(--background-secondary));box-shadow:var(--shadow-s)}.page-gallery__tile{max-width:100%;border:1px var(--line-style) var(--background-modifier-border);border-radius:var(--tile-radius);display:flex;flex-direction:column;box-shadow:var(--shadow-s)}.flex-tiles .page-gallery__tile{width:fit-content;height:flex;min-width:10em;max-width:25em;min-height:10em;flex-grow:1}.flex-tiles .page-gallery{--columns:auto;--gutter-size:0.75em}.flex-tiles .page-gallery__tiles{min-width:100%;justify-content:center}.theme-dark .page-gallery__tile{background-color:var(--background-secondary)}.page-gallery__group-title{text-shadow:none;margin-bottom:1em;font-size:var(--h2-size);font-family:var(--h2-font);font-weight:var(--h2-weight)}``` .wiki-page{--file-line-width:100%!important;--font-text-size:0.9em;--h1-color:var(--text-normal);--h2-color:var(--text-normal);--h3-color:var(--text-normal);--h4-color:var(--text-normal);--h5-color:var(--text-normal);--h6-color:var(--text-normal);--h1-size:1.5em;--h2-size:1.2em;--h3-size:1.1em;--h4-size:1em;--h5-size:0.99em;--h6-size:0.98em;--h1-line-height:1.8em;--font-text:'Archivo',Arial,sans-serif;--h1-font:'Linux Libertine','Georgia','Times',serif;--h1-weight:normal;--inline-title-color:var(--text-normal)}.wiki-page.markdown-rendered hr::before,.wiki-page.markdown-source-view hr::before{display:none!important}.wiki-page .frontmatter-container{display:none}.wiki-page .inline-title,.wiki-page h1{border-bottom:1px solid var(--background-modifier-border)!important;background-color:transparent!important;overflow:hidden;text-align:left;font-family:var(--h1-font);font-weight:var(--h1-weight)}.wiki-page h2,.wiki-page h3,.wiki-page h4,.wiki-page h5,.wiki-page h6{background-color:transparent!important;padding:0!important;overflow:hidden;border-bottom:none !important text-align: left}.wiki-page img{width:25%!important;float:right;clear:right;margin:1em}.wiki-page.markdown-source-view img{float:none;clear:none;width:50%;margin-right:auto;margin-left:auto}.wiki-page .blockquote img,.wiki-page .callout img{width:100%!important;float:none;clear:none;display:block;margin-right:auto;margin-left:auto}.wiki-page.markdown-rendered blockquote{display:flexbox;width:flex;text-align:left;overflow:hidden;margin:1em 1em 1em 0}.wiki-page.markdown-preview-view .callout[data-callout*=info]{float:right;clear:right;width:25%!important;max-width:25%;min-width:25%}.wiki-page.markdown-source-view .callout[data-callout*=info]{width:25%;margin-left:auto;margin-right:auto}.wiki-page .callout h1,.wiki-page .callout h2,.wiki-page .callout h3,.wiki-page .callout h4,.wiki-page .callout h5,.wiki-page .callout h6{font-size:var(--h3-size);font-weight:var(--h3-weight);text-align:center;color:var(--text-normal);padding:5px!important;line-height:1.25em;background-color:rgba(var(--color-yellow-rgb),.2)!important;width:100%;border-bottom:none!important}.wiki-page.markdown-preview-view .callout[data-callout*=info] .callout-icon .svg-icon{padding-right:.2em;width:1.3em;height:1.3em;color:inherit}.wiki-page.markdown-preview-view .callout{display:flexbox;width:flex;margin:1em}.wiki-page hr{border-width:1px;overflow:hidden}.wiki-page.markdown-preview-view table{margin-left:1em;margin-right:1em;min-width:35.5%;text-align:center}.wiki-page th{text-align:center}.wiki-page .dataview.inline-field-key{font-size:inherit}``` :root{--highlight:#ffffff;--primary:#aaaaaa;--dark:#333333}.daily{--dark:var(--dark);color:var(--highlight);background-color:var(--dark);--text-normal:var(--highlight);--text-muted:var(--highlight);--text-faint:var(--highlight);--checklist-done-color:var(--highlight);--metadata-label-text-color:var(--highlight);--metadata-input-text-color:var(--highlight);--tag-color:var(--dark);--tag-background:var(--primary);--hr-color:var(--primary);--blockquote-border-color:var(--primary);--interactive-accent:var(--primary);--collapse-icon-color-collapsed:var(--primary);--checkbox-color:var(--primary);--checkbox-marker-color:var(--dark);--checkbox-color-hover:var(--highlight);--checkbox-border-color:var(--highlight);--list-marker-color:var(--highlight);--code-background:black;--code-normal:var(--primary);--background-modifier-border-focus:var(--primary);--background-modifier-border:color-mix(in srgb, var(--highlight) 60%, transparent);--background-modifier-hover:color-mix(in srgb, var(--highlight) 60%, transparent);--pill-cover-hover:color-mix(in srgb, var(--highlight) 60%, transparent)}.Sunday,.sunday{--highlight:#f39caa;--primary:#f6466f;--dark:#2d0916}.Monday,.monday{--highlight:#fcadaa;--primary:#f65848;--dark:#3c0e0b}.Tuesday,.tuesday{--highlight:#aedbfa;--primary:#3b87f0;--dark:#070615}.Wednesday,.wednesday{--highlight:#fff3c4;--primary:#ffd63d;--dark:#2c1404}.Thursday,.thursday{--highlight:#f7b79b;--primary:#ed6022;--dark:#210b04}.Friday,.friday{--highlight:#e9f9b7;--primary:#92e649;--dark:#192108}.Saturday,.saturday{--highlight:#f39caa;--primary:#e22c3c;--dark:#100305}.daily :is(h1,.HyperMD-header.HyperMD-header-1){color:var(--primary);text-align:center;font-size:60px;font-family:Como,"JetBrains Mono";padding:0!important}.daily :is(h2,.HyperMD-header.HyperMD-header-2){color:var(--highlight);text-align:center;font-size:30px;font-family:Como,"JetBrains Mono";font-style:italic;padding:0!important}.daily :is(h3,.HyperMD-header.HyperMD-header-3){color:var(--primary);text-align:center;font-size:32px;font-family:Como,"JetBrains Mono";padding-top:0}.daily :is(h4,.HyperMD-header.HyperMD-header-4){background-color:var(--primary);color:var(--dark);font-weight:900;margin-bottom:0;padding-top:0;font-size:20px;width:fit-content;padding-left:6px;padding-right:6px;border-radius:8px;word-wrap:normal}.daily :is(h5,.HyperMD-header.HyperMD-header-4){background-color:var(--highlight);color:var(--dark);font-weight:900;margin-bottom:0;padding-top:0;font-size:15px;width:fit-content;padding-left:6px;padding-right:6px;border-radius:8px;word-wrap:normal}.daily :is(h6,.HyperMD-header.HyperMD-header-4){background-color:var(--dark);color:var(--highlight);font-weight:700;margin-bottom:0;padding-top:0;font-size:15px;width:fit-content;padding-left:6px;padding-right:6px;border-radius:8px;word-wrap:normal}.daily p{margin-top:4px;margin-bottom:4px}.daily :is(a:link,.cm-hmd-internal-link){color:var(--primary)}.daily :is(a:hover,.cm-hmd-internal-link:hover){color:var(--highlight)}.daily hr{margin-top:20px!important;margin-bottom:20px!important}.daily img{display:block!important;margin-left:auto!important;margin-right:auto!important}:is(.sunday,.Sunday,.monday,.Monday,.tuesday,.Tuesday,.wednesday,.Wednesday,.thursday,.Thursday,.friday,.Friday,.saturday,.Saturday
) svg{color:color-mix(in srgb,var(--highlight) 60%,transparent)}:root{--3c53-2d5c-color:#007F93;--3c53-2d5c-weight:initial;--3c53-2d5c-background-color:#ffffff;--3c53-2d5c-decoration:initial;--f75d-7538-color:#008F7A;--f75d-7538-weight:initial;--f75d-7538-background-color:#ffffff;--f75d-7538-decoration:initial;--5df5-173c-color:#007160;--5df5-173c-weight:initial;--5df5-173c-background-color:#ffffff;--5df5-173c-decoration:initial;--a454-ee24-color:#008E63;--a454-ee24-weight:initial;--a454-ee24-background-color:#ffffff;--a454-ee24-decoration:initial;--b96c-2687-before:'';--3df7-6436-background-color:#ffffff;--3df7-6436-decoration:initial;--666b-d8ee-color:#D65DB1;--666b-d8ee-weight:initial;--666b-d8ee-after:''}[data-link-path^="07/YouTube"],div[data-id="3c53-2d5c"] div.setting-item-description{color:var(--3c53-2d5c-color)!important;font-weight:var(--3c53-2d5c-weight)}.c-3c53-2d5c-use-background .data-link-text[data-link-path^="07/YouTube"],.c-3c53-2d5c-use-background div[data-id="3c53-2d5c"] div.setting-item-description{background-color:var(--3c53-2d5c-background-color)!important;border-radius:5px;padding-left:2px;padding-right:2px;text-decoration:var(--3c53-2d5c-decoration)!important}[data-link-tags*=playlist i],div[data-id=f75d-7538] div.setting-item-description{color:var(--f75d-7538-color)!important;font-weight:var(--f75d-7538-weight)}.c-f75d-7538-use-background .data-link-text[data-link-tags*=playlist i],.c-f75d-7538-use-background div[data-id=f75d-7538] div.setting-item-description{background-color:var(--f75d-7538-background-color)!important;border-radius:5px;padding-left:2px;padding-right:2px;text-decoration:var(--f75d-7538-decoration)!important}[data-link-path^="05 Notes"],div[data-id="5df5-173c"] div.setting-item-description{color:var(--5df5-173c-color)!important;font-weight:var(--5df5-173c-weight)}.c-5df5-173c-use-background .data-link-text[data-link-path^="05 Notes"],.c-5df5-173c-use-background div[data-id="5df5-173c"] div.setting-item-description{background-color:var(--5df5-173c-background-color)!important;border-radius:5px;padding-left:2px;padding-right:2px;text-decoration:var(--5df5-173c-decoration)!important}[data-link-path^="04 Projects"],div[data-id=a454-ee24] div.setting-item-description{color:var(--a454-ee24-color)!important;font-weight:var(--a454-ee24-weight)}.c-a454-ee24-use-background .data-link-text[data-link-path^="04 Projects"],.c-a454-ee24-use-background div[data-id=a454-ee24] div.setting-item-description{background-color:var(--a454-ee24-background-color)!important;border-radius:5px;padding-left:2px;padding-right:2px;text-decoration:var(--a454-ee24-decoration)!important}.data-link-icon[data-link-path^="07/My"i]::before,div[data-id=b96c-2687] div.setting-item-description::before{content:var(--b96c-2687-before)}.c-3df7-6436-use-background .data-link-text[data-link-path^="06 Plan/03"],.c-3df7-6436-use-background div[data-id="3df7-6436"] div.setting-item-description{background-color:var(--3df7-6436-background-color)!important;border-radius:5px;padding-left:2px;padding-right:2px;text-decoration:var(--3df7-6436-decoration)!important}[data-link-done*=true],div[data-id="666b-d8ee"] div.setting-item-description{color:var(--666b-d8ee-color)!important;font-weight:var(--666b-d8ee-weight)}.data-link-icon-after[data-link-done*=true]::after,div[data-id="666b-d8ee"] div.setting-item-description::after{content:var(--666b-d8ee-after)}.wide{--file-line-width:100%}.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task="X"],``` .markdown-source-view.mod-cm6 .HyperMD-task-line[data-task="x"],ul>li.task-list-item[data-task="X"],ul>li.task-list-item[data-task="x"]{text-decoration:none}input[type=checkbox][data-task="o"],ul>li.task-list-item[data-task="o"]>.task-list-item-checkbox{background-color:var(--color-orange);border-color:var(--color-orange)}input[type=checkbox][data-task="o"]:checked:after,ul>li.task-list-item[data-task="o"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iLTUgMCAyNSAyNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICANCiAgICA8dGl0bGU+cmlnaHQ8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJ1aS1nYW1ibGluZy13ZWJzaXRlLWxpbmVkLWljbm9zLWNhc2lub3NodW50ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzgzLjAwMDAwMCwgLTE1OC4wMDAwMDApIiBmaWxsPSIjMUMxQzFGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNTAuMDAwMDAwLCAxMjAuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQzNi40NTM1MTcsMzguNTY5MjQ5IEw0NDcuMzAyNDU5LDQ4Ljk5MzgxNTggTDQ0Ny4zOTI2MSw0OS4wNzQ4ODAyIEM0NDcuNzU1MzQsNDkuNDIzNDU0IDQ0Ny45NjgxNTksNDkuODg3MDQ2MSA0NDgsNTAuNDM4MjIyNyBMNDQ3Ljk5ODEzNSw1MC42MjI4MjI5IEM0NDcuOTY4MTU5LDUxLjExMjk1MzkgNDQ3Ljc1NTM0LDUxLjU3NjU0NiA0NDcuMzMzNjc1LDUxLjk3NzQ0NjkgTDQ0Ny4zMzkwOTUsNTEuOTY4OTgzMiBMNDM2LjQ1MzUxNyw2Mi40MzA3NTEgQzQzNS42NjM2OTQsNjMuMTg5NzQ5NyA0MzQuMzk5MDAxLDYzLjE4OTc0OTcgNDMzLjYwOTE3OCw2Mi40MzA3NTEgQzQzMi43OTY5NDEsNjEuNjUwMjEzIDQzMi43OTY5NDEsNjAuMzY3NTkyNCA0MzMuNjA5NDMyLDU5LjU4NjgxMDYgTDQ0My4wMTIzMjQsNTAuNTU3MjQ3MSBMNDMzLjYwOTE3OCw0MS40MTI5NDU2IEM0MzIuNzk2OTQxLDQwLjYzMjQwNzYgNDMyLjc5Njk0MSwzOS4zNDk3ODcgNDMzLjYwOTE3OCwzOC41NjkyNDkgQzQzNC4zOTkwMDEsMzcuODEwMjUwMyA0MzUuNjYzNjk0LDM3LjgxMDI1MDMgNDM2LjQ1MzUxNywzOC41NjkyNDkgWiIgaWQ9InJpZ2h0Ij48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=")}input[type=checkbox][data-task="n"]:checked,ul>li.task-list-item[data-task="n"]>.task-list-item-checkbox{background-color:var(--color-yellow);border-color:var(--color-yellow)}input[type=checkbox][data-task="n"]:checked:after,ul>li.task-list-item[data-task="n"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9Ijk3My4xcHgiIGhlaWdodD0iOTczLjFweCIgdmlld0JveD0iMCAwIDk3My4xIDk3My4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NzMuMSA5NzMuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQoJPg0KPGc+DQoJPHBhdGggZD0iTTUwMi4yOSw3ODguMTk5aC00N2MtMzMuMSwwLTYwLDI2LjktNjAsNjB2NjQuOWMwLDMzLjEsMjYuOSw2MCw2MCw2MGg0N2MzMy4xMDEsMCw2MC0yNi45LDYwLTYwdi02NC45DQoJCUM1NjIuMjksODE1LDUzNS4zOTEsNzg4LjE5OSw1MDIuMjksNzg4LjE5OXoiLz4NCgk8cGF0aCBkPSJNMTcwLjg5LDI4NS44bDg2LjcsMTAuOGMyNy41LDMuNCw1My42LTEyLjQsNjMuNS0zOC4zYzEyLjUtMzIuNywyOS45LTU4LjUsNTIuMi03Ny4zYzMxLjYwMS0yNi42LDcwLjktNDAsMTE3LjktNDANCgkJYzQ4LjcsMCw4Ny41LDEyLjgsMTE2LjMsMzguM2MyOC44LDI1LjYsNDMuMSw1Ni4yLDQzLjEsOTIuMWMwLDI1LjgtOC4xLDQ5LjQtMjQuMyw3MC44Yy0xMC41LDEzLjYtNDIuOCw0Mi4yLTk2LjcsODUuOQ0KCQljLTU0LDQzLjctODkuODk5LDgzLjA5OS0xMDcuODk5LDExOC4wOTljLTE4LjQsMzUuODAxLTI0LjgsNzUuNS0yNi40LDExNS4zMDFjLTEuMzk5LDM0LjEsMjUuOCw2Mi41LDYwLDYyLjVoNDkNCgkJYzMxLjIsMCw1Ny0yMy45LDU5LjgtNTQuOWMyLTIyLjI5OSw1LjctMzkuMTk5LDExLjMwMS01MC42OTljOS4zOTktMTkuNzAxLDMzLjY5OS00NS43MDEsNzIuNjk5LTc4LjENCgkJQzcyMy41OSw0NzcuOCw3NzIuNzksNDI4LjQsNzk1Ljg5MSwzOTJjMjMtMzYuMywzNC42LTc0LjgsMzQuNi0xMTUuNWMwLTczLjUtMzEuMy0xMzgtOTQtMTkzLjRjLTYyLjYtNTUuNC0xNDctODMuMS0yNTMtODMuMQ0KCQljLTEwMC44LDAtMTgyLjEsMjcuMy0yNDQuMSw4MmMtNTIuOCw0Ni42LTg0LjksMTAxLjgtOTYuMiwxNjUuNUMxMzkuNjksMjY2LjEsMTUyLjM5LDI4My41LDE3MC44OSwyODUuOHoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K")}input[type=checkbox][data-task="k"],ul>li.task-list-item[data-task="k"]>.task-list-item-checkbox{background-color:var(--color-purple);border-color:var(--color-purple)}input[type=checkbox][data-task="k"]:checked:after,ul>li.task-list-item[data-task="k"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTIgOGExIDEgMCAwMTEtMWgxMGExIDEgMCAxMTAgMkgzYTEgMSAwIDAxLTEtMXoiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==")}.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task="k"],ul>li.task-list-item[data-task="k"]{text-decoration:var(--checklist-done-decoration)}input[type=checkbox][data-task="r"],ul>li.task-list-item[data-task="r"]>.task-list-item-checkbox{background-color:var(--color-red);border-color:var(--color-red)}input[type=checkbox][data-task="r"]:checked:after,ul>li.task-list-item[data-task="r"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiBjbGFzcz0iaWNvbmlmeSBpY29uaWZ5LS1meGVtb2ppIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij48cGF0aCBmaWxsPSIjMkIzQjQ3IiBkPSJNMzA1LjQ4NiA0MDUuMjExYzAgMjcuMTkxLTIxLjc1MiA0OS40ODYtNDkuNDg2IDQ5LjQ4NmMtMjcuNzM0IDAtNDkuNDg2LTIyLjI5NS00OS40ODYtNDkuNDg2YzAtMjcuMTkgMjEuNzUyLTQ5LjQ4NSA0OS40ODYtNDkuNDg1YzI3LjczNCAwIDQ5LjQ4NiAyMi4yOTYgNDkuNDg2IDQ5LjQ4NXptLTI2LjgwOC05OC45NzFoLTQ1Ljg3M2MtNi44IDAtMTIuMzk4LTUuMzQ3LTEyLjcwOC0xMi4xNGwtOS43MTEtMjEyLjE5N2MtLjMzMi03LjI0NyA1LjQ1NC0xMy4zMDMgMTIuNzA4LTEzLjMwM2g2NS43ODFjNy4yNjYgMCAxMy4wNTYgNi4wNzUgMTIuNzA3IDEzLjMzMmwtMTAuMTk3IDIxMi4xOTdjLS4zMjUgNi43ODEtNS45MTggMTIuMTExLTEyLjcwNyAxMi4xMTF6Ij48L3BhdGg+PC9zdmc+")}input[type=checkbox][data-task="l"],ul>li.task-list-item[data-task="l"]>.task-list-item-checkbox{background-color:var(--color-green);border-color:var(--color-green)}input[type=checkbox][data-task="l"]:checked:after,ul>li.task-list-item[data-task="l"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='iso-8859-1'%3f%3e %3c!-- Generator: Adobe Illustrator 19.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.9 488.9' style='enable-background:new 0 0 488.9 488.9%3b' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M239.15%2c0c31.9%2c0%2c57.7%2c25.8%2c57.7%2c57.7s-25.8%2c57.7-57.7%2c57.7s-57.7-25.8-57.7-57.7S207.25%2c0%2c239.15%2c0z M291.65%2c151.6h-1.5 h-92.8h-3.4c-19%2c0-34.3%2c15.4-34.3%2c34.3l0%2c0c0%2c19%2c15.4%2c34.3%2c34.3%2c34.3h3.4v200h-37.7v68.7h169.6v-68.7h-37.5V151.6H291.65z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e")}input[type=checkbox][data-task="U"],ul>li.task-list-item[data-task="U"]>.task-list-item-checkbox{background-color:var(--color-sea-green);border-color:var(--color-sea-green)}input[type=checkbox][data-task="U"]:checked:after,ul>li.task-list-item[data-task="U"]>.task-list-item-checkbox:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' data-darkreader-inline-stroke='' style='--darkreader-inline-stroke:currentColor;'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3C/svg%3E")}:root{--red:#e22c3c;--red-orange:#e9404b;--orange:#ee6748;--amber:#fa9f50;--yellow:#ffd85e;--lime:#97e768;--mint:#52eea3;--cyan:#51e1e9;--cool-cyan:#43cfea;--light-blue:#54b6f8;--blue:color-mix(in srgb, #97e768 80%, var(--shadow));--blue-violet:#6f51f4;--violet:color-mix(in srgb, #43cfea 85%, var(--shadow));--purple:#437cf3;--magenta:#9446f8;--hot-red:#e3365e;--cool-gray:#515768;--default-text-color:#d0d0d0;--highlight:#fff;--shadow:#0b0c2c;--nav-item-weight-hover:bold}.theme-light{--contrast-color:var(--shadow);--default-text-color:var(--shadow);--bg-contrast-amount:70%;--fg-contrast-amount:30%;--medium-contrast-amount:60%;--active-contrast-amount:30%;--yellow:color-mix(in srgb, #ffd85e 90%, var(--shadow));--lime:color-mix(in srgb, #97e768 90%, var(--shadow));--mint:color-mix(in srgb,#e22c3c 100%, var(--shadow));--cyan:color-mix(in srgb, #ee6748 100%, var(--shadow));--cool-cyan:color-mix(in srgb, #43cfea 85%, var(--shadow));--light-blue:color-mix(in srgb, #fa9f50 100%, var(--shadow))}.theme-dark{--contrast-color:var(--highlight);--bg-contrast-amount:15%;--fg-contrast-amount:40%;--medium-contrast-amount:20%;--active-contrast-amount:10%}.nav-folder-title{font-weight:700;border-radius:5px}@media only screen and (min-width:768px){.nav-file-title,.nav-folder-title{padding-top:3px!important;padding-right:5px!important;padding-bottom:2px!important;padding-left:15px}}.nav-folder-title[data-path^="00"]{color:var(--mint);--nav-item-color-hover:color-mix(
in srgb,
var(--mint) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--mint) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--mint) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--mint) 60%, transparent)}.nav-folder-title[data-path^="00"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--mint) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="00"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--mint) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="00"]) .nav-file-title{color:color-mix(in srgb,var(--mint));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--mint) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--mint) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--mint) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="01"]{color:var(--cyan);--nav-item-color-hover:color-mix(
in srgb,
var(--cyan) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--cyan) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--cyan) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--cyan) 60%, transparent)}.nav-folder-title[data-path^="01"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--cyan) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="01"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--cyan) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="01"]) .nav-file-title{color:color-mix(in srgb,var(--cyan));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--cyan) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--cyan) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--cyan) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="02"]{color:var(--light-blue);--nav-item-color-hover:color-mix(
in srgb,
var(--light-blue) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--light-blue) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--light-blue) 40%,
transparent
);--nav-collapse-icon-color:color-mix(
in srgb,
var(--light-blue) 60%,
transparent
)}.nav-folder-title[data-path^="02"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--light-blue) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="02"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--light-blue) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="02"]) .nav-file-title{color:color-mix(in srgb,var(--light-blue));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--light-blue) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--light-blue) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--light-blue) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="03"]{color:var(--blue);--nav-item-color-hover:color-mix(
in srgb,
var(--blue) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--blue) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--blue) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--blue) 60%, transparent)}.nav-folder-title[data-path^="03"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--blue) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="03"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--blue) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="03"]) .nav-file-title{color:color-mix(in srgb,var(--blue));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--blue) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--blue) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--blue) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="04"]{color:var(--violet);--nav-item-color-hover:color-mix(
in srgb,
var(--violet) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--violet) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--violet) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--violet) 60%, transparent)}.nav-folder-title[data-path^="04"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--violet) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="04"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--violet) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="04"]) .nav-file-title{color:color-mix(in srgb,var(--violet));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--violet) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--violet) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--violet) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="05"]{color:var(--purple);--nav-item-color-hover:color-mix(
in srgb,
var(--purple) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--purple) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--purple) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--purple) 60%, transparent)}.nav-folder-title[data-path^="05"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--purple) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="05"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--purple) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="05"]) .nav-file-title{color:color-mix(in srgb,var(--purple));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--purple) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--purple) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--purple) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="06"]{color:var(--magenta);--nav-item-color-hover:color-mix(
in srgb,
var(--magenta) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--magenta) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--magenta) 40%,
transparent
);--nav-collapse-icon-color:color-mix(
in srgb,
var(--magenta) 60%,
transparent
)}.nav-folder-title[data-path^="06"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--magenta) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="06"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--magenta) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="06"]) .nav-file-title{color:color-mix(in srgb,var(--magenta));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--magenta) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--magenta) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--magenta) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="07"]{color:var(--hot-red);--nav-item-color-hover:color-mix(
in srgb,
var(--hot-red) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--hot-red) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--hot-red) 40%,
transparent
);--nav-collapse-icon-color:color-mix(
in srgb,
var(--hot-red) 60%,
transparent
)}.nav-folder-title[data-path^="07"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--hot-red) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="07"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--hot-red) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="07"]) .nav-file-title{color:color-mix(in srgb,var(--hot-red));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--hot-red) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--hot-red) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--hot-red) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="08"]{color:var(--mint);--nav-item-color-hover:color-mix(
in srgb,
var(--mint) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--mint) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--mint) 40%,
transparent
);--nav-collapse-icon-color:color-mix(in srgb, var(--mint) 60%, transparent)}.nav-folder-title[data-path^="08"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--mint) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="08"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--mint) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="08"]) .nav-file-title{color:color-mix(in srgb,var(--mint));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--mint) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--mint) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--mint) var(--active-contrast-amount),
transparent
)}.nav-folder-title[data-path^="99"]{color:var(--cool-gray);--nav-item-color-hover:color-mix(
in srgb,
var(--cool-gray) var(--fg-contrast-amount),
var(--contrast-color)
);--nav-item-background-hover:color-mix(
in srgb,
var(--cool-gray) var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--cool-gray) 40%,
transparent
);--nav-collapse-icon-color:color-mix(
in srgb,
var(--cool-gray) 60%,
transparent
)}.nav-folder-title[data-path^="99"]:hover{--nav-collapse-icon-color:color-mix(
in srgb,
var(--cool-gray) 60%,
var(--contrast-color)
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="99"]){--nav-indentation-guide-color:color-mix(
in srgb,
var(--cool-gray) var(--medium-contrast-amount),
transparent
)}.tree-item-children .nav-folder:has(.nav-folder-title[data-path^="99"]) .nav-file-title{color:color-mix(in srgb,var(--cool-gray));--nav-item-background-hover:color-mix(
in srgb,
color-mix(in srgb, var(--cool-gray) 50%, var(--highlight))
var(--bg-contrast-amount),
transparent
);--background-modifier-border-focus:color-mix(
in srgb,
var(--cool-gray) 40%,
transparent
);--nav-item-background-active:color-mix(
in srgb,
var(--cool-gray) var(--active-contrast-amount),
transparent
)}:root{--800:#08090e;--800-RGB:8,9,14;--700:#17181e;--700-RGB:23,24,30;--600:#292a2f;--600-RGB:41,42,47;--500:#4f5053;--500-RGB:79,80,83;--400:#68696c;--400-RGB:104,105,108;--300:#818184;--300-RGB:129,129,132;--200:#e1e2e9;--200-RGB:225,226,233;--100:#f1f2f5;--100-RGB:241,242,245;--000:#fbfcfc;--000-RGB:251,252,252;--C001:#f18196;--C001-RGB:241,129,150;--C002:#f19a81;--C002-RGB:241,154,129;--C003:#ebcb8b;--C003-RGB:241,201,129;--C004:#e3eb8b;--C004-RGB:227,235,139;--C005:#bcf181;--C005-RGB:188,241,129;--C006:#8df181;--C006-RGB:141,241,129;--C007:#81f1a4;--C007-RGB:129,241,164;--C008:#8be3eb;--C008-RGB:139,227,235;--C009:#ab8beb;--C009-RGB:171,139,235;--C010:#ee81f1;--C010-RGB:238,129,241;--C011:#f181c5;--C011-RGB:241,129,197}.bold-C001 .cm-strong,.bold-C001 strong{color:rgb(var(--C001-RGB))!important}.bold-C002 .cm-strong,.bold-C002 strong{color:rgb(var(--C002-RGB))!important}.bold-C003 .cm-strong,.bold-C003 strong{color:rgb(var(--C003-RGB))!important}.bold-C004 .cm-strong,.bold-C004 strong{color:rgb(var(--C004-RGB))!important}.bold-C005 .cm-strong,.bold-C005 strong{color:rgb(var(--C005-RGB))!important}.bold-C006 .cm-strong,.bold-C006 strong{color:rgb(var(--C006-RGB))!important}.bold-C007 .cm-strong,.bold-C007 strong{color:rgb(var(--C007-RGB))!important}.bold-C008 .cm-strong,.bold-C008 strong{color:rgb(var(--C008-RGB))!important}.bold-C009 .cm-strong,.bold-C009 strong{color:rgb(var(--C009-RGB))!important}.bold-C010 .cm-strong,.bold-C010 strong{color:rgb(var(--C010-RGB))!important}.bold-C011 .cm-strong,.bold-C011 strong{color:rgb(var(--C011-RGB))!important}.itl-C001 .cm-em,.itl-C001 em{color:rgb(var(--C001-RGB))!important}.itl-C002 .cm-em,.itl-C002 em{color:rgb(var(--C002-RGB))!important}.itl-C003 .cm-em,.itl-C003 em{color:rgb(var(--C003-RGB))!important}.itl-C004 .cm-em,.itl-C004 em{color:rgb(var(--C004-RGB))!important}.itl-C005 .cm-em,.itl-C005 em{color:rgb(var(--C005-RGB))!important}.itl-C006 .cm-em,.itl-C006 em{color:rgb(var(--C006-RGB))!important}.itl-C007 .cm-em,.itl-C007 em{color:rgb(var(--C007-RGB))!important}.itl-C008 .cm-em,.itl-C008 em{color:rgb(var(--C008-RGB))!important}.itl-C009 .cm-em,.itl-C009 em{color:rgb(var(--C009-RGB))!important}.itl-C010 .cm-em,.itl-C010 em{color:rgb(var(--C010-RGB))!important}.itl-C011 .cm-em,.itl-C011 em{color:rgb(var(--C011-RGB))!important}.bld-itl-C001 .cm-strong.cm-em,.bld-itl-C001 strong>em{color:rgb(var(--C001-RGB))!important}.bld-itl-C002 .cm-strong.cm-em,.bld-itl-C002 strong>em{color:rgb(var(--C002-RGB))!important}.bld-itl-C003 .cm-strong.cm-em,.bld-itl-C003 strong>em{color:rgb(var(--C003-RGB))!important}.bld-itl-C004 .cm-strong.cm-em,.bld-itl-C004 strong>em{color:rgb(var(--C004-RGB))!important}.bld-itl-C005 .cm-strong.cm-em,.bld-itl-C005 strong>em{color:rgb(var(--C005-RGB))!important}.bld-itl-C006 .cm-strong.cm-em,.bld-itl-C006 strong>em{color:rgb(var(--C006-RGB))!important}.bld-itl-C007 .cm-strong.cm-em,.bld-itl-C007 strong>em{color:rgb(var(--C007-RGB))!important}.bld-itl-C008 .cm-strong.cm-em,.bld-itl-C008 strong>em{color:rgb(var(--C008-RGB))!important}.bld-itl-C009 .cm-strong.cm-em,.bld-itl-C009 strong>em{color:rgb(var(--C009-RGB))!important}.bld-itl-C010 .cm-strong.cm-em,.bld-itl-C010 strong>em{color:rgb(var(--C010-RGB))!important}.bld-itl-C011 .cm-strong.cm-em,.bld-itl-C011 strong>em{color:rgb(var(--C011-RGB))!important}.cm-s-obsidian span.cm-formatting-highlight,.cm-s-obsidian span.cm-highlight,.markdown-preview-view mark{padding:2px 4px;border-radius:4px;color:var(--800)}.highlight-C001 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C001 .cm-s-obsidian span.cm-highlight,.highlight-C001 .markdown-preview-view mark{background:rgb(var(--C001-RGB))!important}.highlight-C002 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C002 .cm-s-obsidian span.cm-highlight,.highlight-C002 .markdown-preview-view mark{background:rgb(var(--C002-RGB))!important}.highlight-C003 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C003 .cm-s-obsidian span.cm-highlight,.highlight-C003 .markdown-preview-view mark{background:rgb(var(--C003-RGB))!important}.highlight-C004 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C004 .cm-s-obsidian span.cm-highlight,.highlight-C004 .markdown-preview-view mark{background:rgb(var(--C004-RGB))!important}.highlight-C005 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C005 .cm-s-obsidian span.cm-highlight,.highlight-C005 .markdown-preview-view mark{background:rgb(var(--C005-RGB))!important}.highlight-C006 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C006 .cm-s-obsidian span.cm-highlight,.highlight-C006 .markdown-preview-view mark{background:rgb(var(--C006-RGB))!important}.highlight-C007 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C007 .cm-s-obsidian span.cm-highlight,.highlight-C007 .markdown-preview-view mark{background:rgb(var(--C007-RGB))!important}.highlight-C008 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C008 .cm-s-obsidian span.cm-highlight,.highlight-C008 .markdown-preview-view mark{background:rgb(var(--C008-RGB))!important}.highlight-C009 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C009 .cm-s-obsidian span.cm-highlight,.highlight-C009 .markdown-preview-view mark{background:rgb(var(--C009-RGB))!important}.highlight-C010 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C010 .cm-s-obsidian span.cm-highlight,.highlight-C010 .markdown-preview-view mark{background:rgb(var(--C010-RGB))!important}.highlight-C011 .cm-s-obsidian span.cm-formatting-highlight,.highlight-C011 .cm-s-obsidian span.cm-highlight,.highlight-C011 .markdown-preview-view mark{background:rgb(var(--C011-RGB))!important}body:not(.vibrant-indents) .mod-cm6.is-live-preview .HyperMD-list-line.cm-line:not(.HyperMD-list-line-1){overflow:hidden}body:not(.vibrant-indents) .mod-cm6.is-live-preview .HyperMD-list-line.cm-line .cm-hmd-list-indent{position:relative;font-family:var(--vicious-indent-font-family)!important;font-size:var(--vicious-indent-font-size)!important;vertical-align:top}body:not(.vibrant-indents) .mod-cm6.is-live-preview .HyperMD-list-line.cm-line .cm-hmd-list-indent::before{content:"";font-family:var(--vicious-indent-font-family)!important;font-size:var(--vicious-indent-font-size)!important;display:block;position:absolute;width:100%;top:-1em;padding-bottom:999em;background-image:var(--vicious-indent-colorful-bg);background-size:var(--vicious-indent-bg-size);left:var(--vicious-left-offset)}body:not(.vibrant-indents) .markdown-source-view.mod-cm6.is-live-preview .HyperMD-list-line{padding-top:.15em;padding-bottom:.15em}[data-task="0"],[data-task="1"],[data-task="2"],[data-task="3"],[data-task="4"],[data-task="5"],[data-task="6"],[data-task="7"],[data-task="8"],[data-task="9"],[data-task="§"]{margin-inline-start:-16px;padding:4px 8px!important;border-radius:var(--radius-m);max-width:max-content;color:var(--background-primary);transition:background .4s}[data-task="0"] .task-list-item-checkbox,[data-task="1"] .task-list-item-checkbox,[data-task="2"] .task-list-item-checkbox,[data-task="3"] .task-list-item-checkbox,[data-task="4"] .task-list-item-checkbox,[data-task="5"] .task-list-item-checkbox,[data-task="6"] .task-list-item-checkbox,[data-task="7"] .task-list-item-checkbox,[data-task="8"] .task-list-item-checkbox,[data-task="9"] .task-list-item-checkbox,[data-task="§"] .task-list-item-checkbox{display:none}[data-task="0"],[data-task="1"],[data-task="2"],[data-task="3"],[data-task="4"],[data-task="5"],[data-task="6"],[data-task="7"],[data-task="8"],[data-task="9"],[data-task="§"]{text-indent:0!important}.is-live-preview [data-task="0"].cm-active,.is-live-preview [data-task="1"].cm-active,.is-live-preview [data-task="2"].cm-active,.is-live-preview [data-task="3"].cm-active,.is-live-preview [data-task="4"].cm-active,.is-live-preview [data-task="5"].cm-active,.is-live-preview [data-task="6"].cm-active,.is-live-preview [data-task="7"].cm-active,.is-live-preview [data-task="8"].cm-active,.is-live-preview [data-task="9"].cm-active,.is-live-preview [data-task="§"].cm-active{border-radius:var(--radius-xl);border:none;color:var(--text-normal)}.is-live-preview [data-task="0"]:not(.cm-active),.is-live-preview [data-task="1"]:not(.cm-active),.is-live-preview [data-task="2"]:not(.cm-active),.is-live-preview [data-task="3"]:not(.cm-active),.is-live-preview [data-task="4"]:not(.cm-active),.is-live-preview [data-task="5"]:not(.cm-active),.is-live-preview [data-task="6"]:not(.cm-active),.is-live-preview [data-task="7"]:not(.cm-active),.is-live-preview [data-task="8"]:not(.cm-active),.is-live-preview [data-task="9"]:not(.cm-active),.is-live-preview [data-task="§"]:not(.cm-active){max-width:100%}[data-task="0"]{background-color:rgba(var(--C001-RGB),1)}[data-task="1"]{background-color:rgba(var(--C002-RGB),1)}[data-task="2"]{background-color:rgba(var(--C003-RGB),1)}[data-task="3"]{background-color:rgba(var(--C004-RGB),1)}[data-task="4"]{background-color:rgba(var(--C005-RGB),1)}[data-task="5"]{background-color:rgba(var(--C006-RGB),1)}[data-task="6"]{background-color:rgba(var(--C007-RGB),1)}[data-task="7"]{background-color:rgba(var(--C008-RGB),1)}[data-task="8"]{background-color:rgba(var(--C009-RGB),1)}[data-task="9"]{background-color:rgba(var(--C010-RGB),1)}[data-task="§"]{background-color:rgba(var(--C011-RGB),1)}[data-task="!"]>input[type=checkbox]:checked:after,[data-task="!"]>p>input[type=checkbox]:checked:after,[data-task="!"][type=checkbox]:checked:after,[data-task="&"]>input[type=checkbox]:checked:after,[data-task="&"]>p>input[type=checkbox]:checked:after,[data-task="&"][type=checkbox]:checked:after,[data-task="("]>input[type=checkbox]:checked:after,[data-task="("]>p>input[type=checkbox]:checked:after,[data-task="("][type=checkbox]:checked:after,[data-task="."]>input[type=checkbox]:checked:after,[data-task="."]>p>input[type=checkbox]:checked:after,[data-task="."][type=checkbox]:checked:after,[data-task=">"]>input[type=checkbox]:checked:after,[data-task=">"]>p>input[type=checkbox]:checked:after,[data-task=">"][type=checkbox]:checked:after,[data-task="D"]>input[type=checkbox]:checked:after,[data-task="D"]>p>input[type=checkbox]:checked:after,[data-task="D"][type=checkbox]:checked:after,[data-task="M"]>input[type=checkbox]:checked:after,[data-task="M"]>p>input[type=checkbox]:checked:after,[data-task="M"][type=checkbox]:checked:after,[data-task="_"]>input[type=checkbox]:checked:after,[data-task="_"]>p>input[type=checkbox]:checked:after,[data-task="_"][type=checkbox]:checked:after,[data-task="{"]>input[type=checkbox]:checked:after,[data-task="{"]>p>input[type=checkbox]:checked:after,[data-task="{"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C001)}[data-task="/"]>input[type=checkbox]:checked:after,[data-task="/"]>p>input[type=checkbox]:checked:after,[data-task="/"][type=checkbox]:checked:after,[data-task="e"]>input[type=checkbox]:checked:after,[data-task="e"]>p>input[type=checkbox]:checked:after,[data-task="e"][type=checkbox]:checked:after,[data-task="p"]>input[type=checkbox]:checked:after,[data-task="p"]>p>input[type=checkbox]:checked:after,[data-task="p"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C002)}[data-task="*"]>input[type=checkbox]:checked:after,[data-task="*"]>p>input[type=checkbox]:checked:after,[data-task="*"][type=checkbox]:checked:after,[data-task=":"]>input[type=checkbox]:checked:after,[data-task=":"]>p>input[type=checkbox]:checked:after,[data-task=":"][type=checkbox]:checked:after,[data-task="="]>input[type=checkbox]:checked:after,[data-task="="]>p>input[type=checkbox]:checked:after,[data-task="="][type=checkbox]:checked:after,[data-task="E"]>input[type=checkbox]:checked:after,[data-task="E"]>p>input[type=checkbox]:checked:after,[data-task="E"][type=checkbox]:checked:after,[data-task="Z"]>input[type=checkbox]:checked:after,[data-task="Z"]>p>input[type=checkbox]:checked:after,[data-task="Z"][type=checkbox]:checked:after,[data-task="s"]>input[type=checkbox]:checked:after,[data-task="s"]>p>input[type=checkbox]:checked:after,[data-task="s"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C003)}[data-task="S"]>input[type=checkbox]:checked:after,[data-task="S"]>p>input[type=checkbox]:checked:after,[data-task="S"][type=checkbox]:checked:after,[data-task="f"]>input[type=checkbox]:checked:after,[data-task="f"]>p>input[type=checkbox]:checked:after,[data-task="f"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C004)}[data-task="'"]>input[type=checkbox]:checked:after,[data-task="'"]>p>input[type=checkbox]:checked:after,[data-task="'"][type=checkbox]:checked:after,[data-task="?"]>input[type=checkbox]:checked:after,[data-task="?"]>p>input[type=checkbox]:checked:after,[data-task="?"][type=checkbox]:checked:after,[data-task="F"]>input[type=checkbox]:checked:after,[data-task="F"]>p>input[type=checkbox]:checked:after,[data-task="F"][type=checkbox]:checked:after,[data-task="P"]>input[type=checkbox]:checked:after,[data-task="P"]>p>input[type=checkbox]:checked:after,[data-task="P"][type=checkbox]:checked:after,[data-task="u"]>input[type=checkbox]:checked:after,[data-task="u"]>p>input[type=checkbox]:checked:after,[data-task="u"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C005)}[data-task=")"]>input[type=checkbox]:checked:after,[data-task=")"]>p>input[type=checkbox]:checked:after,[data-task=")"][type=checkbox]:checked:after,[data-task="+"]>input[type=checkbox]:checked:after,[data-task="+"]>p>input[type=checkbox]:checked:after,[data-task="+"][type=checkbox]:checked:after,[data-task="<"]>input[type=checkbox]:checked:after,[data-task="<"]>p>input[type=checkbox]:checked:after,[data-task="<"][type=checkbox]:checked:after,[data-task="g"]>input[type=checkbox]:checked:after,[data-task="g"]>p>input[type=checkbox]:checked:after,[data-task="g"][type=checkbox]:checked:after,[data-task="v"]>input[type=checkbox]:checked:after,[data-task="v"]>p>input[type=checkbox]:checked:after,[data-task="v"][type=checkbox]:checked:after,[data-task="}"]>input[type=checkbox]:checked:after,[data-task="}"]>p>input[type=checkbox]:checked:after,[data-task="}"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C006)}[data-task="G"]>input[type=checkbox]:checked:after,[data-task="G"]>p>input[type=checkbox]:checked:after,[data-task="G"][type=checkbox]:checked:after,[data-task="a"]>input[type=checkbox]:checked:after,[data-task="a"]>p>input[type=checkbox]:checked:after,[data-task="a"][type=checkbox]:checked:after,[data-task="w"]>input[type=checkbox]:checked:after,[data-task="w"]>p>input[type=checkbox]:checked:after,[data-task="w"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C007)}[data-task="#"]>input[type=checkbox]:checked:after,[data-task="#"]>p>input[type=checkbox]:checked:after,[data-task="#"][type=checkbox]:checked:after,[data-task="%"]>input[type=checkbox]:checked:after,[data-task="%"]>p>input[type=checkbox]:checked:after,[data-task="%"][type=checkbox]:checked:after,[data-task="A"]>input[type=checkbox]:checked:after,[data-task="A"]>p>input[type=checkbox]:checked:after,[data-task="A"][type=checkbox]:checked:after,[data-task="B"]>input[type=checkbox]:checked:after,[data-task="B"]>p>input[type=checkbox]:checked:after,[data-task="B"][type=checkbox]:checked:after,[data-task="W"]>input[type=checkbox]:checked:after,[data-task="W"]>p>input[type=checkbox]:checked:after,[data-task="W"][type=checkbox]:checked:after,[data-task="h"]>input[type=checkbox]:checked:after,[data-task="h"]>p>input[type=checkbox]:checked:after,[data-task="h"][type=checkbox]:checked:after,[data-task="i"]>input[type=checkbox]:checked:after,[data-task="i"]>p>input[type=checkbox]:checked:after,[data-task="i"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C008)}[data-task="@"]>input[type=checkbox]:checked:after,[data-task="@"]>p>input[type=checkbox]:checked:after,[data-task="@"][type=checkbox]:checked:after,[data-task="H"]>input[type=checkbox]:checked:after,[data-task="H"]>p>input[type=checkbox]:checked:after,[data-task="H"][type=checkbox]:checked:after,[data-task="c"]>input[type=checkbox]:checked:after,[data-task="c"]>p>input[type=checkbox]:checked:after,[data-task="c"][type=checkbox]:checked:after,[data-task="z"]>input[type=checkbox]:checked:after,[data-task="z"]>p>input[type=checkbox]:checked:after,[data-task="z"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C009)}[data-task="C"]>input[type=checkbox]:checked:after,[data-task="C"]>p>input[type=checkbox]:checked:after,[data-task="C"][type=checkbox]:checked:after,[data-task="I"]>input[type=checkbox]:checked:after,[data-task="I"]>p>input[type=checkbox]:checked:after,[data-task="I"][type=checkbox]:checked:after,[data-task="b"]>input[type=checkbox]:checked:after,[data-task="b"]>p>input[type=checkbox]:checked:after,[data-task="b"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C010)}[data-task="d"]>input[type=checkbox]:checked:after,[data-task="d"]>p>input[type=checkbox]:checked:after,[data-task="d"][type=checkbox]:checked:after,[data-task="m"]>input[type=checkbox]:checked:after,[data-task="m"]>p>input[type=checkbox]:checked:after,[data-task="m"][type=checkbox]:checked:after{-webkit-mask-size:100%;background:var(--C011)}[data-task="!"]>input[type=checkbox]:checked,[data-task="!"]>p>input[type=checkbox]:checked,[data-task="!"][type=checkbox]:checked,[data-task="#"]>input[type=checkbox]:checked,[data-task="#"]>p>input[type=checkbox]:checked,[data-task="#"][type=checkbox]:checked,[data-task="%"]>input[type=checkbox]:checked,[data-task="%"]>p>input[type=checkbox]:checked,[data-task="%"][type=checkbox]:checked,[data-task="&"]>input[type=checkbox]:checked,[data-task="&"]>p>input[type=checkbox]:checked,[data-task="&"][type=checkbox]:checked,[data-task="'"]>input[type=checkbox]:checked,[data-task="'"]>p>input[type=checkbox]:checked,[data-task="'"][type=checkbox]:checked,[data-task="("]>input[type=checkbox]:checked,[data-task="("]>p>input[type=checkbox]:checked,[data-task="("][type=checkbox]:checked,[data-task=")"]>input[type=checkbox]:checked,[data-task=")"]>p>input[type=checkbox]:checked,[data-task=")"][type=checkbox]:checked,[data-task="*"]>input[type=checkbox]:checked,[data-task="*"]>p>input[type=checkbox]:checked,[data-task="*"][type=checkbox]:checked,[data-task="+"]>input[type=checkbox]:checked,[data-task="+"]>p>input[type=checkbox]:checked,[data-task="+"][type=checkbox]:checked,[data-task="."]>input[type=checkbox]:checked,[data-task="."]>p>input[type=checkbox]:checked,[data-task="."][type=checkbox]:checked,[data-task="/"]>input[type=checkbox]:checked,[data-task="/"]>p>input[type=checkbox]:checked,[data-task="/"][type=checkbox]:checked,[data-task=":"]>input[type=checkbox]:checked,[data-task=":"]>p>input[type=checkbox]:checked,[data-task=":"][type=checkbox]:checked,[data-task="<"]>input[type=checkbox]:checked,[data-task="<"]>p>input[type=checkbox]:checked,[data-task="<"][type=checkbox]:checked,[data-task="="]>input[type=checkbox]:checked,[data-task="="]>p>input[type=checkbox]:checked,[data-task="="][type=checkbox]:checked,[data-task=">"]>input[type=checkbox]:checked,[data-task=">"]>p>input[type=checkbox]:checked,[data-task=">"][type=checkbox]:checked,[data-task="?"]>input[type=checkbox]:checked,[data-task="?"]>p>input[type=checkbox]:checked,[data-task="?"][type=checkbox]:checked,[data-task="@"]>input[type=checkbox]:checked,[data-task="@"]>p>input[type=checkbox]:checked,[data-task="@"][type=checkbox]:checked,[data-task="A"]>input[type=checkbox]:checked,[data-task="A"]>p>input[type=checkbox]:checked,[data-task="A"][type=checkbox]:checked,[data-task="B"]>input[type=checkbox]:checked,[data-task="B"]>p>input[type=checkbox]:checked,[data-task="B"][type=checkbox]:checked,[data-task="C"]>input[type=checkbox]:checked,[data-task="C"]>p>input[type=checkbox]:checked,[data-task="C"][type=checkbox]:checked,[data-task="D"]>input[type=checkbox]:checked,[data-task="D"]>p>input[type=checkbox]:checked,[data-task="D"][type=checkbox]:checked,[data-task="E"]>input[type=checkbox]:checked,[data-task="E"]>p>input[type=checkbox]:checked,[data-task="E"][type=checkbox]:checked,[data-task="F"]>input[type=checkbox]:checked,[data-task="F"]>p>input[type=checkbox]:checked,[data-task="F"][type=checkbox]:checked,[data-task="G"]>input[type=checkbox]:checked,[data-task="G"]>p>input[type=checkbox]:checked,[data-task="G"][type=checkbox]:checked,[data-task="H"]>input[type=checkbox]:checked,[data-task="H"]>p>input[type=checkbox]:checked,[data-task="H"][type=checkbox]:checked,[data-task="I"]>input[type=checkbox]:checked,[data-task="I"]>p>input[type=checkbox]:checked,[data-task="I"][type=checkbox]:checked,[data-task="M"]>input[type=checkbox]:checked,[data-task="M"]>p>input[type=checkbox]:checked,[data-task="M"][type=checkbox]:checked,[data-task="P"]>input[type=checkbox]:checked,[data-task="P"]>p>input[type=checkbox]:checked,[data-task="P"][type=checkbox]:checked,[data-task="S"]>input[type=checkbox]:checked,[data-task="S"]>p>input[type=checkbox]:checked,[data-task="S"][type=checkbox]:checked,[data-task="W"]>input[type=checkbox]:checked,[data-task="W"]>p>input[type=checkbox]:checked,[data-task="W"][type=checkbox]:checked,[data-task="Z"]>input[type=checkbox]:checked,[data-task="Z"]>p>input[type=checkbox]:checked,[data-task="Z"][type=checkbox]:checked,[data-task="_"]>input[type=checkbox]:checked,[data-task="_"]>p>input[type=checkbox]:checked,[data-task="_"][type=checkbox]:checked,[data-task="a"]>input[type=checkbox]:checked,[data-task="a"]>p>input[type=checkbox]:checked,[data-task="a"][type=checkbox]:checked,[data-task="b"]>input[type=checkbox]:checked,[data-task="b"]>p>input[type=checkbox]:checked,[data-task="b"][type=checkbox]:checked,[data-task="c"]>input[type=checkbox]:checked,[data-task="c"]>p>input[type=checkbox]:checked,[data-task="c"][type=checkbox]:checked,[data-task="d"]>input[type=checkbox]:checked,[data-task="d"]>p>input[type=checkbox]:checked,[data-task="d"][type=checkbox]:checked,[data-task="e"]>input[type=checkbox]:checked,[data-task="e"]>p>input[type=checkbox]:checked,[data-task="e"][type=checkbox]:checked,[data-task="f"]>input[type=checkbox]:checked,[data-task="f"]>p>input[type=checkbox]:checked,[data-task="f"][type=checkbox]:checked,[data-task="g"]>input[type=checkbox]:checked,[data-task="g"]>p>input[type=checkbox]:checked,[data-task="g"][type=checkbox]:checked,[data-task="h"]>input[type=checkbox]:checked,[data-task="h"]>p>input[type=checkbox]:checked,[data-task="h"][type=checkbox]:checked,[data-task="i"]>input[type=checkbox]:checked,[data-task="i"]>p>input[type=checkbox]:checked,[data-task="i"][type=checkbox]:checked,[data-task="m"]>input[type=checkbox]:checked,[data-task="m"]>p>input[type=checkbox]:checked,[data-task="m"][type=checkbox]:checked,[data-task="p"]>input[type=checkbox]:checked,[data-task="p"]>p>input[type=checkbox]:checked,[data-task="p"][type=checkbox]:checked,[data-task="s"]>input[type=checkbox]:checked,[data-task="s"]>p>input[type=checkbox]:checked,[data-task="s"][type=checkbox]:checked,[data-task="u"]>input[type=checkbox]:checked,[data-task="u"]>p>input[type=checkbox]:checked,[data-task="u"][type=checkbox]:checked,[data-task="v"]>input[type=checkbox]:checked,[data-task="v"]>p>input[type=checkbox]:checked,[data-task="v"][type=checkbox]:checked,[data-task="w"]>input[type=checkbox]:checked,[data-task="w"]>p>input[type=checkbox]:checked,[data-task="w"][type=checkbox]:checked,[data-task="z"]>input[type=checkbox]:checked,[data-task="z"]>p>input[type=checkbox]:checked,[data-task="z"][type=checkbox]:checked,[data-task="{"]>input[type=checkbox]:checked,[data-task="{"]>p>input[type=checkbox]:checked,[data-task="{"][type=checkbox]:checked,[data-task="}"]>input[type=checkbox]:checked,[data-task="}"]>p>input[type=checkbox]:checked,[data-task="}"][type=checkbox]:checked{--checkbox-color:transparent;--checkbox-color-hover:transparent}[data-task="x"]>input[type=checkbox]:checked,[data-task="x"]>p>input[type=checkbox]:checked,[data-task="x"][type=checkbox]:checked{--checkbox-color:rgb(var(--600-RGB));--checkbox-color-hover:rgb(var(--600-RGB))}[data-task="-"]>input[type=checkbox]:checked,[data-task="-"]>p>input[type=checkbox]:checked,[data-task="-"][type=checkbox]:checked{--checkbox-color:rgb(var(--C001-RGB));--checkbox-color-hover:rgb(var(--C001-RGB))}[data-task="-"]>input[type=checkbox]:checked:after,[data-task="-"]>p>input[type=checkbox]:checked:after,[data-task="-"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");-webkit-mask-size:50%}[data-task="("]>input[type=checkbox]:checked:after,[data-task="("]>p>input[type=checkbox]:checked:after,[data-task="("][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4744)'%3E%3Cpath d='M63.8693 32.8L61.9893 19.4667C61.5272 16.2932 59.9421 13.3907 57.5219 11.2866C55.1016 9.18247 52.0069 8.01632 48.8 8H13.3333C9.79841 8.00423 6.40949 9.41035 3.90992 11.9099C1.41035 14.4095 0.00423429 17.7984 0 21.3333L0 34.6667C0.00423429 38.2016 1.41035 41.5905 3.90992 44.0901C6.40949 46.5897 9.79841 47.9958 13.3333 48H20.5653L25.6693 58.3413C26.5274 60.0843 27.9833 61.4607 29.7717 62.2195C31.56 62.9784 33.5615 63.0691 35.4112 62.4752C37.2609 61.8813 38.8354 60.6423 39.8476 58.9842C40.8599 57.326 41.2424 55.3593 40.9253 53.4427L40.0293 48H50.6667C52.5754 48.0001 54.4619 47.5904 56.1987 46.7985C57.9354 46.0067 59.4819 44.8512 60.7335 43.4102C61.9852 41.9691 62.9129 40.2762 63.4539 38.4457C63.9949 36.6152 64.1366 34.6899 63.8693 32.8ZM13.3333 13.3333H18.6667V42.6667H13.3333C11.2116 42.6667 9.17677 41.8238 7.67648 40.3235C6.17619 38.8232 5.33333 36.7884 5.33333 34.6667V21.3333C5.33333 19.2116 6.17619 17.1768 7.67648 15.6765C9.17677 14.1762 11.2116 13.3333 13.3333 13.3333ZM56.704 39.9147C55.9531 40.7786 55.0256 41.4713 53.9841 41.9461C52.9426 42.4208 51.8113 42.6666 50.6667 42.6667H36.888C36.5012 42.6666 36.119 42.7506 35.768 42.913C35.4169 43.0754 35.1054 43.3122 34.855 43.607C34.6046 43.9018 34.4213 44.2475 34.3179 44.6202C34.2145 44.9929 34.1933 45.3837 34.256 45.7653L35.664 54.2987C35.7316 54.6948 35.711 55.1009 35.6036 55.4881C35.4962 55.8753 35.3047 56.234 35.0427 56.5387C34.7355 56.8698 34.354 57.1233 33.9298 57.2783C33.5055 57.4333 33.0504 57.4853 32.6021 57.4301C32.1538 57.3749 31.725 57.2141 31.3509 56.9608C30.9769 56.7076 30.6684 56.3691 30.4507 55.9733L24.6133 44.1547C24.4593 43.8591 24.2513 43.5949 24 43.376V13.3333H48.8C50.726 13.3404 52.5854 14.0393 54.0392 15.3027C55.493 16.566 56.4444 18.3098 56.72 20.216L58.6027 33.5493C58.7606 34.6844 58.6728 35.8402 58.3452 36.9384C58.0176 38.0366 57.4579 39.0516 56.704 39.9147Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4744'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task=")"]>input[type=checkbox]:checked:after,[data-task=")"]>p>input[type=checkbox]:checked:after,[data-task=")"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4743)'%3E%3Cpath d='M60.728 20.5904C59.4776 19.1493 57.9321 17.9938 56.1962 17.202C54.4603 16.4102 52.5746 16.0006 50.6667 16.001H40.0293L40.9253 10.5584C41.2424 8.64175 40.8599 6.67501 39.8476 5.01689C38.8354 3.35876 37.2609 2.11975 35.4112 1.52583C33.5615 0.931903 31.56 1.02265 29.7717 1.78151C27.9833 2.54038 26.5274 3.9168 25.6693 5.65971L20.5653 16.001H13.3333C9.79841 16.0053 6.40949 17.4114 3.90992 19.911C1.41035 22.4105 0.00423429 25.7995 0 29.3344L0 42.6677C0.00423429 46.2026 1.41035 49.5916 3.90992 52.0911C6.40949 54.5907 9.79841 55.9968 13.3333 56.001H48.8C52.0092 55.9879 55.1071 54.8232 57.5301 52.7188C59.9531 50.6144 61.5402 47.7102 62.0027 44.5344L63.8827 31.201C64.1474 29.3097 64.0028 27.3835 63.4585 25.5529C62.9143 23.7222 61.9831 22.0299 60.728 20.5904ZM5.33333 42.6677V29.3344C5.33333 27.2127 6.17619 25.1778 7.67648 23.6775C9.17677 22.1772 11.2116 21.3344 13.3333 21.3344H18.6667V50.6677H13.3333C11.2116 50.6677 9.17677 49.8249 7.67648 48.3246C6.17619 46.8243 5.33333 44.7894 5.33333 42.6677ZM58.5893 30.4517L56.7067 43.785C56.4314 45.689 55.4819 47.431 54.0309 48.694C52.5799 49.9571 50.7237 50.6575 48.8 50.6677H24V20.625C24.2513 20.4061 24.4593 20.142 24.6133 19.8464L30.4507 8.01971C30.6696 7.62486 30.9791 7.28758 31.3537 7.03561C31.7283 6.78364 32.1574 6.62415 32.6056 6.57027C33.0539 6.51639 33.5085 6.56964 33.9322 6.72565C34.3558 6.88167 34.7364 7.13599 35.0427 7.46771C35.3047 7.77237 35.4962 8.1311 35.6036 8.5183C35.711 8.90549 35.7316 9.31163 35.664 9.70771L34.256 18.241C34.1942 18.6223 34.216 19.0125 34.3198 19.3845C34.4236 19.7566 34.607 20.1016 34.8573 20.3958C35.1076 20.69 35.4189 20.9263 35.7695 21.0883C36.1201 21.2504 36.5017 21.3343 36.888 21.3344H50.6667C51.8117 21.3342 52.9435 21.5799 53.9855 22.0548C55.0274 22.5296 55.9553 23.2227 56.7064 24.087C57.4575 24.9513 58.0142 25.9668 58.3391 27.0649C58.6639 28.1629 58.7493 29.3179 58.5893 30.4517Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4743'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task=":"]>input[type=checkbox]:checked:after,[data-task=":"]>p>input[type=checkbox]:checked:after,[data-task=":"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4742)'%3E%3Cpath d='M2.66646 64.0012C3.37365 64.001 4.05182 63.72 4.5518 63.2198L22.2025 45.5692L25.5305 49.0145C28.0388 51.6652 31.4959 53.213 35.1438 53.3185C36.3599 53.3222 37.5676 53.1175 38.7145 52.7132C40.4866 52.103 42.0435 50.9916 43.1961 49.5137C44.3488 48.0359 45.0476 46.2552 45.2078 44.3878C45.4972 41.6834 45.2966 38.9491 44.6158 36.3158L44.0451 33.5372C43.937 33.0928 43.945 32.6281 44.0683 32.1878C44.1915 31.7474 44.426 31.3461 44.7491 31.0225L48.9811 26.7878C49.1481 26.6202 49.3739 26.5245 49.6105 26.5212C49.6935 26.5057 49.7791 26.5138 49.8578 26.5444C49.9365 26.575 50.0051 26.627 50.0558 26.6945C51.3952 28.1149 53.1972 29.0112 55.1381 29.2223C57.079 29.4335 59.0316 28.9457 60.6451 27.8465C61.5919 27.1715 62.3802 26.2983 62.9551 25.2876C63.53 24.2769 63.8776 23.153 63.9738 21.9942C64.07 20.8355 63.9125 19.6696 63.5121 18.578C63.1118 17.4863 62.4783 16.495 61.6558 15.6732L48.5331 2.54516C47.1857 1.1641 45.3957 0.300587 43.4761 0.105604C41.5565 -0.0893793 39.6294 0.396572 38.0318 1.4785C37.0848 2.15325 36.2963 3.02633 35.7212 4.03693C35.1461 5.04753 34.7982 6.17135 34.7017 7.33013C34.6052 8.48891 34.7625 9.65479 35.1627 10.7466C35.5628 11.8384 36.1961 12.8298 37.0185 13.6518L37.2211 13.8545C37.3739 14.0084 37.4596 14.2164 37.4596 14.4332C37.4596 14.65 37.3739 14.858 37.2211 15.0118L32.9545 19.2785C32.6272 19.6051 32.2205 19.841 31.7745 19.963C31.3285 20.0851 30.8585 20.089 30.4105 19.9745L28.2318 19.4172C25.5519 18.7173 22.7678 18.5068 20.0131 18.7958C18.0594 18.9982 16.2043 19.7548 14.6664 20.9767C13.1285 22.1985 11.972 23.8345 11.3331 25.6918C10.636 27.6005 10.4985 29.6686 10.9369 31.6528C11.3753 33.6369 12.3713 35.4546 13.8078 36.8918L18.4958 41.7452L0.781131 59.4492C0.408306 59.8221 0.154422 60.2972 0.0515755 60.8144C-0.0512713 61.3316 0.00153663 61.8677 0.203323 62.3549C0.40511 62.8421 0.746816 63.2585 1.18524 63.5516C1.62367 63.8446 2.13913 64.001 2.66646 64.0012ZM16.3598 27.4678C16.6603 26.5593 17.2177 25.7574 17.9645 25.1592C18.7114 24.561 19.6156 24.1921 20.5678 24.0972C21.1817 24.0333 21.7986 24.0012 22.4158 24.0012C23.9286 24.0012 25.4352 24.1957 26.8985 24.5798L29.0931 25.1398C30.4377 25.48 31.8475 25.466 33.1851 25.0991C34.5226 24.7323 35.7423 24.0251 36.7251 23.0465L40.9918 18.7798C42.1431 17.6251 42.7896 16.0611 42.7896 14.4305C42.7896 12.7999 42.1431 11.2359 40.9918 10.0812L40.7891 9.8785C40.513 9.60303 40.3007 9.27036 40.1671 8.90393C40.0336 8.5375 39.982 8.14622 40.0161 7.7577C40.0501 7.36917 40.169 6.99285 40.3643 6.65526C40.5596 6.31767 40.8266 6.02703 41.1465 5.80383C41.7155 5.45936 42.3859 5.32167 43.0446 5.41396C43.7033 5.50626 44.31 5.82291 44.7625 6.31049L57.8931 19.4412C58.1692 19.7166 58.3816 20.0493 58.5151 20.4157C58.6487 20.7822 58.7003 21.1734 58.6662 21.562C58.6321 21.9505 58.5133 22.3268 58.3179 22.6644C58.1226 23.002 57.8556 23.2926 57.5358 23.5158C56.9606 23.865 56.2817 24.0028 55.6159 23.9054C54.95 23.8081 54.339 23.4817 53.8878 22.9825C53.3391 22.4168 52.6827 21.9667 51.9572 21.6589C51.2317 21.3512 50.4519 21.1919 49.6638 21.1905C48.0014 21.1981 46.4071 21.8522 45.2185 23.0145L40.9891 27.2465C40.0288 28.2075 39.329 29.3973 38.9557 30.7036C38.5825 32.01 38.5481 33.3898 38.8558 34.7132L39.4398 37.5345C39.9779 39.5916 40.1414 41.7288 39.9225 43.8438C39.8587 44.7064 39.5429 45.5313 39.0143 46.2159C38.4857 46.9005 37.7675 47.4146 36.9491 47.6945C35.585 48.0531 34.1472 48.0181 32.8021 47.5933C31.4571 47.1686 30.2599 46.3715 29.3491 45.2945L17.6158 33.1612C16.8842 32.4315 16.377 31.5074 16.1544 30.4984C15.9318 29.4893 16.0031 28.4376 16.3598 27.4678Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4742'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="*"]>input[type=checkbox]:checked:after,[data-task="*"]>p>input[type=checkbox]:checked:after,[data-task="*"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4760)'%3E%3Cpath d='M63.5622 23.4515C63.0167 21.7152 61.927 20.2006 60.4541 19.1316C58.9812 18.0626 57.2034 17.4959 55.3835 17.5155H43.7329L40.1942 6.48615C39.6377 4.75004 38.5443 3.23552 37.0715 2.16099C35.5987 1.08646 33.8227 0.507446 31.9995 0.507446C30.1764 0.507446 28.4004 1.08646 26.9276 2.16099C25.4548 3.23552 24.3613 4.75004 23.8049 6.48615L20.2662 17.5155H8.61554C6.80152 17.5181 5.03472 18.0938 3.56748 19.1606C2.10025 20.2273 1.00765 21.7304 0.445728 23.4552C-0.11619 25.18 -0.118677 27.0382 0.438622 28.7645C0.995921 30.4908 2.0845 31.9968 3.54887 33.0675L13.0315 40.0008L9.4262 51.1662C8.84357 52.8979 8.83619 54.7715 9.40516 56.5077C9.97414 58.244 11.089 59.7498 12.5835 60.8008C14.0525 61.8856 15.8326 62.4667 17.6586 62.4575C19.4846 62.4484 21.2589 61.8495 22.7169 60.7502L31.9995 53.9182L41.2849 60.7422C42.7512 61.8207 44.5217 62.4065 46.3419 62.4154C48.1621 62.4242 49.9382 61.8557 51.4149 60.7915C52.8916 59.7273 53.9929 58.2223 54.5603 56.4927C55.1277 54.7632 55.1321 52.8983 54.5729 51.1662L50.9675 40.0008L60.4609 33.0675C61.942 32.0103 63.0433 30.5043 63.6019 28.7724C64.1605 27.0405 64.1465 25.1748 63.5622 23.4515ZM57.3142 28.7608L46.2635 36.8382C45.8096 37.1693 45.4719 37.6353 45.2986 38.1697C45.1252 38.7041 45.1251 39.2797 45.2982 39.8142L49.4982 52.8008C49.7107 53.4595 49.7089 54.1686 49.493 54.8262C49.2771 55.4838 48.8583 56.056 48.2967 56.4605C47.7351 56.865 47.0597 57.081 46.3676 57.0775C45.6755 57.074 45.0023 56.8511 44.4449 56.4408L33.5782 48.4408C33.1205 48.1046 32.5674 47.9233 31.9995 47.9233C31.4316 47.9233 30.8786 48.1046 30.4209 48.4408L19.5542 56.4408C18.9971 56.8566 18.322 57.0841 17.6269 57.0904C16.9318 57.0967 16.2527 56.8815 15.6881 56.4759C15.1236 56.0703 14.7029 55.4954 14.487 54.8346C14.2711 54.1739 14.2713 53.4615 14.4875 52.8008L18.7009 39.8142C18.874 39.2797 18.8739 38.7041 18.7005 38.1697C18.5272 37.6353 18.1894 37.1693 17.7355 36.8382L6.68487 28.7608C6.12835 28.3533 5.71483 27.7804 5.50338 27.1239C5.29193 26.4673 5.29337 25.7608 5.5075 25.1051C5.72162 24.4494 6.13747 23.8782 6.69565 23.473C7.25383 23.0677 7.92579 22.8493 8.61554 22.8488H22.2155C22.7801 22.8488 23.3301 22.6696 23.7863 22.337C24.2426 22.0044 24.5814 21.5356 24.7542 20.9981L28.8875 8.11548C29.0997 7.45624 29.5156 6.88132 30.0753 6.47348C30.635 6.06563 31.3097 5.8459 32.0022 5.8459C32.6947 5.8459 33.3694 6.06563 33.9291 6.47348C34.4888 6.88132 34.9047 7.45624 35.1169 8.11548L39.2502 20.9981C39.423 21.5356 39.7619 22.0044 40.2181 22.337C40.6743 22.6696 41.2243 22.8488 41.7889 22.8488H55.3889C56.0786 22.8493 56.7506 23.0677 57.3088 23.473C57.8669 23.8782 58.2828 24.4494 58.4969 25.1051C58.711 25.7608 58.7125 26.4673 58.501 27.1239C58.2896 27.7804 57.8761 28.3533 57.3195 28.7608H57.3142Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4760'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="!"]>input[type=checkbox]:checked:after,[data-task="!"]>p>input[type=checkbox]:checked:after,[data-task="!"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5173)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M32.0004 13.3337C31.2932 13.3337 30.6149 13.6147 30.1148 14.1148C29.6147 14.6149 29.3337 15.2932 29.3337 16.0004V37.3337C29.3337 38.041 29.6147 38.7193 30.1148 39.2194C30.6149 39.7195 31.2932 40.0004 32.0004 40.0004C32.7077 40.0004 33.386 39.7195 33.8861 39.2194C34.3862 38.7193 34.6671 38.041 34.6671 37.3337V16.0004C34.6671 15.2932 34.3862 14.6149 33.8861 14.1148C33.386 13.6147 32.7077 13.3337 32.0004 13.3337Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 48.0004C34.6671 46.5276 33.4732 45.3337 32.0004 45.3337C30.5277 45.3337 29.3337 46.5276 29.3337 48.0004C29.3337 49.4732 30.5277 50.6671 32.0004 50.6671C33.4732 50.6671 34.6671 49.4732 34.6671 48.0004Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5173'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="@"]>input[type=checkbox]:checked:after,[data-task="@"]>p>input[type=checkbox]:checked:after,[data-task="@"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5134)'%3E%3Cpath d='M32.0004 -3.05176e-05C23.5162 0.0091457 15.3822 3.38351 9.38307 9.38269C3.38389 15.3819 0.00952414 23.5159 0.00034792 32C-0.335652 57.528 29.7577 73.144 50.4004 58.1786C50.697 57.9813 50.9511 57.7266 51.1476 57.4294C51.3442 57.1322 51.4792 56.7987 51.5447 56.4485C51.6102 56.0983 51.6048 55.7385 51.5289 55.3904C51.4531 55.0423 51.3082 54.7129 51.1029 54.4217C50.8976 54.1306 50.6361 53.8835 50.3337 53.6951C50.0313 53.5066 49.6942 53.3807 49.3424 53.3248C48.9905 53.2688 48.631 53.2839 48.2851 53.3692C47.9392 53.4545 47.6139 53.6082 47.3284 53.8213C30.1337 66.2826 5.06702 53.2746 5.33368 32C6.79768 -3.37603 57.2084 -3.36803 58.667 32V37.3333C58.667 38.7478 58.1051 40.1043 57.1049 41.1045C56.1047 42.1047 54.7482 42.6666 53.3337 42.6666C51.9192 42.6666 50.5626 42.1047 49.5625 41.1045C48.5623 40.1043 48.0004 38.7478 48.0004 37.3333V32C47.3284 10.856 16.6697 10.8586 16.0004 32C16.0314 35.2426 17.0442 38.3998 18.9054 41.0553C20.7665 43.7109 23.3886 45.7402 26.4261 46.8757C29.4636 48.0113 32.7738 48.1999 35.9206 47.4166C39.0674 46.6333 41.903 44.915 44.0537 42.488C45.2105 44.5296 47.0083 46.1329 49.1686 47.0493C51.3288 47.9657 53.731 48.1442 56.003 47.557C58.275 46.9699 60.29 45.6499 61.7358 43.8016C63.1816 41.9533 63.9775 39.6798 64.0004 37.3333V32C63.9912 23.5159 60.6168 15.3819 54.6176 9.38269C48.6185 3.38351 40.4845 0.0091457 32.0004 -3.05176e-05V-3.05176e-05ZM32.0004 42.6666C29.1714 42.6666 26.4583 41.5428 24.4579 39.5424C22.4575 37.5421 21.3337 34.8289 21.3337 32C21.3337 29.171 22.4575 26.4579 24.4579 24.4575C26.4583 22.4571 29.1714 21.3333 32.0004 21.3333C34.8293 21.3333 37.5424 22.4571 39.5428 24.4575C41.5432 26.4579 42.667 29.171 42.667 32C42.667 34.8289 41.5432 37.5421 39.5428 39.5424C37.5424 41.5428 34.8293 42.6666 32.0004 42.6666Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5134'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="#"]>input[type=checkbox]:checked:after,[data-task="#"]>p>input[type=checkbox]:checked:after,[data-task="#"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4856)'%3E%3Cpath d='M61.3333 18.6658H48.5093L50.6427 3.02579C50.6899 2.67875 50.6684 2.3258 50.5793 1.98709C50.4901 1.64837 50.3352 1.33053 50.1232 1.0517C49.9112 0.772881 49.6464 0.538537 49.3439 0.362053C49.0414 0.18557 48.707 0.0704022 48.36 0.0231263C48.013 -0.0241496 47.66 -0.00260791 47.3213 0.0865213C46.9826 0.175651 46.6647 0.330622 46.3859 0.542587C46.1071 0.754552 45.8727 1.01936 45.6963 1.32189C45.5198 1.62442 45.4046 1.95875 45.3573 2.30579L43.128 18.6658H24.5093L26.6427 3.02579C26.6899 2.67875 26.6684 2.3258 26.5793 1.98709C26.4901 1.64837 26.3352 1.33053 26.1232 1.0517C25.9112 0.772881 25.6464 0.538537 25.3439 0.362053C25.0414 0.18557 24.707 0.0704023 24.36 0.0231264C24.013 -0.0241495 23.66 -0.00260784 23.3213 0.0865214C22.9826 0.175651 22.6647 0.330622 22.3859 0.542587C22.1071 0.754552 21.8727 1.01936 21.6963 1.32189C21.5198 1.62442 21.4046 1.95875 21.3573 2.30579L19.128 18.6658H5.33333C4.62609 18.6658 3.94781 18.9467 3.44772 19.4468C2.94762 19.9469 2.66667 20.6252 2.66667 21.3325C2.66667 22.0397 2.94762 22.718 3.44772 23.2181C3.94781 23.7182 4.62609 23.9991 5.33333 23.9991H18.4L16.2187 39.9991H2.66667C1.95942 39.9991 1.28115 40.2801 0.781049 40.7802C0.280952 41.2803 0 41.9585 0 42.6658C0 43.373 0.280952 44.0513 0.781049 44.5514C1.28115 45.0515 1.95942 45.3325 2.66667 45.3325H15.4907L13.3573 60.9725C13.2619 61.6733 13.4487 62.3834 13.8768 62.9465C14.3049 63.5097 14.9391 63.8796 15.64 63.9751C16.3409 64.0706 17.051 63.8837 17.6141 63.4557C18.1772 63.0276 18.5472 62.3933 18.6427 61.6925L20.872 45.3325H39.4907L37.3573 60.9725C37.2619 61.6733 37.4487 62.3834 37.8768 62.9465C38.3049 63.5097 38.9391 63.8796 39.64 63.9751C40.3409 64.0706 41.051 63.8837 41.6141 63.4557C42.1772 63.0276 42.5472 62.3933 42.6427 61.6925L44.872 45.3325H58.6667C59.3739 45.3325 60.0522 45.0515 60.5523 44.5514C61.0524 44.0513 61.3333 43.373 61.3333 42.6658C61.3333 41.9585 61.0524 41.2803 60.5523 40.7802C60.0522 40.2801 59.3739 39.9991 58.6667 39.9991H45.6L47.7813 23.9991H61.3333C62.0406 23.9991 62.7189 23.7182 63.219 23.2181C63.7191 22.718 64 22.0397 64 21.3325C64 20.6252 63.7191 19.9469 63.219 19.4468C62.7189 18.9467 62.0406 18.6658 61.3333 18.6658ZM40.2187 39.9991H21.6L23.7813 23.9991H42.4L40.2187 39.9991Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4856'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="{"]>input[type=checkbox]:checked:after,[data-task="{"]>p>input[type=checkbox]:checked:after,[data-task="{"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4769)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16ZM34.6667 56C34.6667 56.7072 34.3857 57.3855 33.8856 57.8856C33.3855 58.3857 32.7072 58.6667 32 58.6667C31.2928 58.6667 30.6145 58.3857 30.1144 57.8856C29.6143 57.3855 29.3333 56.7072 29.3333 56V24C29.3333 23.2928 29.6143 22.6145 30.1144 22.1144C30.6145 21.6143 31.2928 21.3333 32 21.3333C32.7072 21.3333 33.3855 21.6143 33.8856 22.1144C34.3857 22.6145 34.6667 23.2928 34.6667 24V56Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0ZM58.6667 56C58.6667 56.7072 58.3857 57.3855 57.8856 57.8856C57.3855 58.3857 56.7072 58.6667 56 58.6667C55.2928 58.6667 54.6145 58.3857 54.1144 57.8856C53.6143 57.3855 53.3333 56.7072 53.3333 56V8C53.3333 7.29276 53.6143 6.61448 54.1144 6.11438C54.6145 5.61428 55.2928 5.33333 56 5.33333C56.7072 5.33333 57.3855 5.61428 57.8856 6.11438C58.3857 6.61448 58.6667 7.29276 58.6667 8V56Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4769'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="}"]>input[type=checkbox]:checked:after,[data-task="}"]>p>input[type=checkbox]:checked:after,[data-task="}"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4770)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4770'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="="]>input[type=checkbox]:checked:after,[data-task="="]>p>input[type=checkbox]:checked:after,[data-task="="][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5042)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0ZM58.6667 56C58.6667 56.7072 58.3857 57.3855 57.8856 57.8856C57.3855 58.3857 56.7072 58.6667 56 58.6667C55.2928 58.6667 54.6145 58.3857 54.1144 57.8856C53.6143 57.3855 53.3333 56.7072 53.3333 56V8C53.3333 7.29276 53.6143 6.61448 54.1144 6.11438C54.6145 5.61428 55.2928 5.33333 56 5.33333C56.7072 5.33333 57.3855 5.61428 57.8856 6.11438C58.3857 6.61448 58.6667 7.29276 58.6667 8V56Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5042'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="/"]>input[type=checkbox]:checked:after,[data-task="/"]>p>input[type=checkbox]:checked:after,[data-task="/"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4805)'%3E%3Cpath d='M17.3333 0C14.858 0 12.484 0.98333 10.7337 2.73367C8.98333 4.48401 8 6.85798 8 9.33333V54.6667C8 57.142 8.98333 59.516 10.7337 61.2663C12.484 63.0167 14.858 64 17.3333 64C19.8087 64 22.1827 63.0167 23.933 61.2663C25.6833 59.516 26.6667 57.142 26.6667 54.6667V9.33333C26.6667 6.85798 25.6833 4.48401 23.933 2.73367C22.1827 0.98333 19.8087 0 17.3333 0ZM21.3333 54.6667C21.3333 55.7275 20.9119 56.7449 20.1618 57.4951C19.4116 58.2452 18.3942 58.6667 17.3333 58.6667C16.2725 58.6667 15.2551 58.2452 14.5049 57.4951C13.7548 56.7449 13.3333 55.7275 13.3333 54.6667V9.33333C13.3333 8.27247 13.7548 7.25505 14.5049 6.50491C15.2551 5.75476 16.2725 5.33333 17.3333 5.33333C18.3942 5.33333 19.4116 5.75476 20.1618 6.50491C20.9119 7.25505 21.3333 8.27247 21.3333 9.33333V54.6667Z' fill='%2308090E'/%3E%3Cpath d='M46.6671 0C44.1917 0 41.8177 0.98333 40.0674 2.73367C38.3171 4.48401 37.3337 6.85798 37.3337 9.33333V54.6667C37.3337 57.142 38.3171 59.516 40.0674 61.2663C41.8177 63.0167 44.1917 64 46.6671 64C49.1424 64 51.5164 63.0167 53.2667 61.2663C55.0171 59.516 56.0004 57.142 56.0004 54.6667V9.33333C56.0004 6.85798 55.0171 4.48401 53.2667 2.73367C51.5164 0.98333 49.1424 0 46.6671 0ZM50.6671 54.6667C50.6671 55.7275 50.2456 56.7449 49.4955 57.4951C48.7454 58.2452 47.7279 58.6667 46.6671 58.6667C45.6062 58.6667 44.5888 58.2452 43.8386 57.4951C43.0885 56.7449 42.6671 55.7275 42.6671 54.6667V9.33333C42.6671 8.27247 43.0885 7.25505 43.8386 6.50491C44.5888 5.75476 45.6062 5.33333 46.6671 5.33333C47.7279 5.33333 48.7454 5.75476 49.4955 6.50491C50.2456 7.25505 50.6671 8.27247 50.6671 9.33333V54.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4805'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="?"]>input[type=checkbox]:checked:after,[data-task="?"]>p>input[type=checkbox]:checked:after,[data-task="?"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4841)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M33.9124 13.5005C32.3746 13.2203 30.794 13.2815 29.2825 13.6798C27.771 14.0781 26.3655 14.8037 25.1655 15.8053C23.9654 16.8069 23.0002 18.06 22.338 19.4759C21.6759 20.8919 21.333 22.436 21.3337 23.9991C21.3337 24.7064 21.6147 25.3846 22.1148 25.8847C22.6149 26.3848 23.2932 26.6658 24.0004 26.6658C24.7076 26.6658 25.3859 26.3848 25.886 25.8847C26.3861 25.3846 26.6671 24.7064 26.6671 23.9991C26.6664 23.2145 26.8388 22.4394 27.1721 21.7291C27.5054 21.0188 27.9913 20.3908 28.5951 19.8899C29.199 19.3889 29.9059 19.0274 30.6655 18.831C31.4251 18.6346 32.2187 18.6082 32.9897 18.7538C34.0432 18.9583 35.0117 19.4722 35.7717 20.2298C36.5317 20.9874 37.0486 21.9543 37.2564 23.0071C37.4662 24.1122 37.3213 25.2553 36.8424 26.2731C36.3634 27.2909 35.575 28.1311 34.5897 28.6738C32.9582 29.619 31.61 30.9845 30.6855 32.6279C29.7611 34.2714 29.2943 36.1326 29.3337 38.0178V39.9991C29.3337 40.7064 29.6147 41.3846 30.1148 41.8847C30.6149 42.3848 31.2931 42.6658 32.0004 42.6658C32.7076 42.6658 33.3859 42.3848 33.886 41.8847C34.3861 41.3846 34.6671 40.7064 34.6671 39.9991V38.0178C34.6336 37.0898 34.8452 36.1694 35.2806 35.3492C35.7159 34.5291 36.3597 33.8381 37.147 33.3458C39.0791 32.2846 40.6349 30.651 41.6006 28.6695C42.5663 26.6881 42.8944 24.4561 42.5398 22.2805C42.1852 20.105 41.1653 18.0927 39.6204 16.5204C38.0755 14.9482 36.0814 13.8932 33.9124 13.5005Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 47.9992C34.6671 46.5264 33.4732 45.3325 32.0004 45.3325C30.5277 45.3325 29.3337 46.5264 29.3337 47.9992C29.3337 49.4719 30.5277 50.6659 32.0004 50.6659C33.4732 50.6659 34.6671 49.4719 34.6671 47.9992Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4841'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task=">"]>input[type=checkbox]:checked:after,[data-task=">"]>p>input[type=checkbox]:checked:after,[data-task=">"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5023)'%3E%3Cpath d='M0 61.3315V42.6648C0.00705828 36.3018 2.53789 30.2014 7.03723 25.7021C11.5366 21.2027 17.637 18.6719 24 18.6648H36.88V14.4355C36.8802 13.3809 37.1931 12.3499 37.7792 11.4731C38.3652 10.5962 39.1981 9.91282 40.1725 9.50925C41.1469 9.10567 42.2191 9.00006 43.2535 9.20575C44.2879 9.41144 45.2381 9.91921 45.984 10.6649L61.664 26.3422C63.1638 27.8424 64.0063 29.8769 64.0063 31.9982C64.0063 34.1195 63.1638 36.1539 61.664 37.6542L45.984 53.3315C45.2381 54.0771 44.2879 54.5849 43.2535 54.7906C42.2191 54.9963 41.1469 54.8907 40.1725 54.4871C39.1981 54.0835 38.3652 53.4001 37.7792 52.5232C37.1931 51.6464 36.8802 50.6155 36.88 49.5608V45.3315H21.3333C17.0912 45.3357 13.024 47.0228 10.0243 50.0224C7.02464 53.0221 5.33757 57.0893 5.33333 61.3315C5.33333 62.0387 5.05238 62.717 4.55229 63.2171C4.05219 63.7172 3.37391 63.9981 2.66667 63.9981C1.95942 63.9981 1.28115 63.7172 0.781049 63.2171C0.280952 62.717 0 62.0387 0 61.3315ZM42.2133 21.3315C42.2133 22.0388 41.9324 22.717 41.4323 23.2171C40.9322 23.7172 40.2539 23.9982 39.5467 23.9982H24C19.051 24.0038 14.3064 25.9723 10.8069 29.4717C7.30745 32.9712 5.33898 37.7158 5.33333 42.6648V47.2355C7.33218 44.9607 9.79331 43.1384 12.5524 41.8904C15.3115 40.6423 18.3051 39.9972 21.3333 39.9982H39.5467C40.2539 39.9982 40.9322 40.2791 41.4323 40.7792C41.9324 41.2793 42.2133 41.9576 42.2133 42.6648V49.5608L57.8907 33.8835C58.3906 33.3834 58.6714 32.7053 58.6714 31.9982C58.6714 31.2911 58.3906 30.6129 57.8907 30.1128L42.2133 14.4355V21.3315Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5023'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="<"]>input[type=checkbox]:checked:after,[data-task="<"]>p>input[type=checkbox]:checked:after,[data-task="<"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5023)'%3E%3Cpath d='M64.0063 61.3315V42.6648C63.9993 36.3018 61.4685 30.2014 56.9691 25.7021C52.4698 21.2027 46.3694 18.6719 40.0063 18.6648H27.1263V14.4355C27.1261 13.3809 26.8132 12.3499 26.2272 11.4731C25.6411 10.5962 24.8082 9.91282 23.8338 9.50925C22.8594 9.10567 21.7873 9.00006 20.7528 9.20575C19.7184 9.41144 18.7682 9.91921 18.0223 10.6649L2.34235 26.3422C0.842575 27.8424 5.34058e-05 29.8769 5.34058e-05 31.9982C5.34058e-05 34.1195 0.842575 36.1539 2.34235 37.6542L18.0223 53.3315C18.7682 54.0771 19.7184 54.5849 20.7528 54.7906C21.7873 54.9963 22.8594 54.8907 23.8338 54.4871C24.8082 54.0835 25.6411 53.4001 26.2272 52.5232C26.8132 51.6464 27.1261 50.6155 27.1263 49.5608V45.3315H42.673C46.9152 45.3357 50.9824 47.0228 53.982 50.0224C56.9817 53.0221 58.6688 57.0893 58.673 61.3315C58.673 62.0387 58.954 62.717 59.4541 63.2171C59.9542 63.7172 60.6324 63.9981 61.3397 63.9981C62.0469 63.9981 62.7252 63.7172 63.2253 63.2171C63.7254 62.717 64.0063 62.0387 64.0063 61.3315ZM21.793 21.3315C21.793 22.0388 22.074 22.717 22.5741 23.2171C23.0742 23.7172 23.7524 23.9982 24.4597 23.9982H40.0063C44.9553 24.0038 49.7 25.9723 53.1994 29.4717C56.6989 32.9712 58.6674 37.7158 58.673 42.6648V47.2355C56.6742 44.9607 54.213 43.1384 51.4539 41.8904C48.6948 40.6423 45.7013 39.9972 42.673 39.9982H24.4597C23.7524 39.9982 23.0742 40.2791 22.5741 40.7792C22.074 41.2793 21.793 41.9576 21.793 42.6648V49.5608L6.11568 33.8835C5.61576 33.3834 5.33492 32.7053 5.33492 31.9982C5.33492 31.2911 5.61576 30.6129 6.11568 30.1128L21.793 14.4355V21.3315Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5023'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="."]>input[type=checkbox]:checked:after,[data-task="."]>p>input[type=checkbox]:checked:after,[data-task="."][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4824)'%3E%3Cpath d='M50.6663 22.464V18.6667C50.6663 13.716 48.6997 8.96802 45.199 5.46734C41.6983 1.96666 36.9504 0 31.9997 0C27.049 0 22.301 1.96666 18.8003 5.46734C15.2997 8.96802 13.333 13.716 13.333 18.6667V22.464C10.958 23.5005 8.93646 25.2067 7.51567 27.3739C6.09489 29.5411 5.33642 32.0753 5.33301 34.6667V50.6667C5.33724 54.2016 6.74336 57.5905 9.24293 60.0901C11.7425 62.5897 15.1314 63.9958 18.6663 64H45.333C48.8679 63.9958 52.2569 62.5897 54.7564 60.0901C57.256 57.5905 58.6621 54.2016 58.6663 50.6667V34.6667C58.6629 32.0753 57.9045 29.5411 56.4837 27.3739C55.0629 25.2067 53.0414 23.5005 50.6663 22.464ZM18.6663 18.6667C18.6663 15.1304 20.0711 11.7391 22.5716 9.23858C25.0721 6.73809 28.4635 5.33333 31.9997 5.33333C35.5359 5.33333 38.9273 6.73809 41.4278 9.23858C43.9282 11.7391 45.333 15.1304 45.333 18.6667V21.3333H18.6663V18.6667ZM53.333 50.6667C53.333 52.7884 52.4902 54.8232 50.9899 56.3235C49.4896 57.8238 47.4547 58.6667 45.333 58.6667H18.6663C16.5446 58.6667 14.5098 57.8238 13.0095 56.3235C11.5092 54.8232 10.6663 52.7884 10.6663 50.6667V34.6667C10.6663 32.5449 11.5092 30.5101 13.0095 29.0098C14.5098 27.5095 16.5446 26.6667 18.6663 26.6667H45.333C47.4547 26.6667 49.4896 27.5095 50.9899 29.0098C52.4902 30.5101 53.333 32.5449 53.333 34.6667V50.6667Z' fill='%2308090E'/%3E%3Cpath d='M31.9999 37.3325C31.2927 37.3325 30.6144 37.6134 30.1143 38.1135C29.6142 38.6136 29.3333 39.2919 29.3333 39.9992V45.3325C29.3333 46.0397 29.6142 46.718 30.1143 47.2181C30.6144 47.7182 31.2927 47.9991 31.9999 47.9991C32.7072 47.9991 33.3855 47.7182 33.8856 47.2181C34.3857 46.718 34.6666 46.0397 34.6666 45.3325V39.9992C34.6666 39.2919 34.3857 38.6136 33.8856 38.1135C33.3855 37.6134 32.7072 37.3325 31.9999 37.3325Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4824'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="'"]>input[type=checkbox]:checked:after,[data-task="'"]>p>input[type=checkbox]:checked:after,[data-task="'"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4915)'%3E%3Cpath d='M21.3333 10.665H10.6667C7.83769 10.665 5.12458 11.7888 3.12419 13.7892C1.12381 15.7896 0 18.5027 0 21.3316L0 31.9983C0 33.4128 0.561903 34.7694 1.5621 35.7695C2.56229 36.7697 3.91885 37.3316 5.33333 37.3316H21.0933C20.4606 41.0558 18.5319 44.4364 15.6481 46.8762C12.7642 49.316 9.1108 50.658 5.33333 50.665C4.62609 50.665 3.94781 50.9459 3.44771 51.446C2.94762 51.9461 2.66667 52.6244 2.66667 53.3316C2.66667 54.0389 2.94762 54.7172 3.44771 55.2173C3.94781 55.7174 4.62609 55.9983 5.33333 55.9983C10.9893 55.992 16.4119 53.7423 20.4113 49.7429C24.4107 45.7435 26.6603 40.321 26.6667 34.665V15.9983C26.6667 14.5838 26.1048 13.2273 25.1046 12.2271C24.1044 11.2269 22.7478 10.665 21.3333 10.665Z' fill='%2308090E'/%3E%3Cpath d='M58.6671 10.665H48.0004C45.1714 10.665 42.4583 11.7888 40.4579 13.7892C38.4575 15.7896 37.3337 18.5027 37.3337 21.3316V31.9983C37.3337 33.4128 37.8956 34.7694 38.8958 35.7695C39.896 36.7697 41.2526 37.3316 42.6671 37.3316H58.4271C57.7944 41.0558 55.8657 44.4364 52.9818 46.8762C50.098 49.316 46.4445 50.658 42.6671 50.665C41.9598 50.665 41.2816 50.9459 40.7815 51.446C40.2814 51.9461 40.0004 52.6244 40.0004 53.3316C40.0004 54.0389 40.2814 54.7172 40.7815 55.2173C41.2816 55.7174 41.9598 55.9983 42.6671 55.9983C48.3231 55.992 53.7456 53.7423 57.745 49.7429C61.7444 45.7435 63.9941 40.321 64.0004 34.665V15.9983C64.0004 14.5838 63.4385 13.2273 62.4383 12.2271C61.4381 11.2269 60.0816 10.665 58.6671 10.665Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4915'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="%"]>input[type=checkbox]:checked:after,[data-task="%"]>p>input[type=checkbox]:checked:after,[data-task="%"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4906)'%3E%3Cpath d='M32.0007 5.33321C35.5381 5.34482 39.038 6.05785 42.298 7.43105C45.5579 8.80424 48.5132 10.8103 50.9927 13.3332H42.6674C41.9601 13.3332 41.2818 13.6142 40.7818 14.1143C40.2817 14.6144 40.0007 15.2926 40.0007 15.9999C40.0007 16.7071 40.2817 17.3854 40.7818 17.8855C41.2818 18.3856 41.9601 18.6665 42.6674 18.6665H53.7154C55.0285 18.6658 56.2877 18.1439 57.2162 17.2154C58.1447 16.2868 58.6667 15.0277 58.6674 13.7145V2.66655C58.6674 1.9593 58.3864 1.28103 57.8863 0.78093C57.3862 0.280833 56.7079 -0.000118588 56.0007 -0.000118588C55.2935 -0.000118588 54.6152 0.280833 54.1151 0.78093C53.615 1.28103 53.334 1.9593 53.334 2.66655V8.20788C48.9265 4.23842 43.5009 1.57431 37.665 0.513879C31.829 -0.54655 25.813 0.0385799 20.2908 2.20374C14.7686 4.3689 9.95808 8.0286 6.39807 12.773C2.83806 17.5174 0.669081 23.1592 0.134036 29.0665C0.0995918 29.4379 0.142878 29.8124 0.261137 30.1661C0.379396 30.5198 0.570035 30.8449 0.820907 31.1209C1.07178 31.3969 1.37738 31.6175 1.71824 31.7689C2.05911 31.9202 2.42776 31.9989 2.8007 31.9999C3.45294 32.0082 4.08479 31.7728 4.57259 31.3397C5.06039 30.9067 5.36901 30.3072 5.43804 29.6585C6.03167 23.0205 9.08597 16.8444 14.0009 12.3434C18.9159 7.84248 25.3362 5.342 32.0007 5.33321Z' fill='%2308090E'/%3E%3Cpath d='M61.2031 32.0006C60.5508 31.9923 59.919 32.2277 59.4312 32.6608C58.9434 33.0938 58.6348 33.6934 58.5657 34.342C58.1249 39.4173 56.2375 44.2596 53.1275 48.2946C50.0174 52.3295 45.8152 55.3876 41.0195 57.1062C36.2237 58.8247 31.0356 59.1316 26.0707 57.9903C21.1058 56.849 16.5724 54.3075 13.0084 50.6674H21.3337C22.041 50.6674 22.7193 50.3864 23.2194 49.8863C23.7195 49.3862 24.0004 48.7079 24.0004 48.0007C24.0004 47.2934 23.7195 46.6152 23.2194 46.1151C22.7193 45.615 22.041 45.334 21.3337 45.334H10.2857C9.63534 45.3337 8.99124 45.4615 8.39028 45.7102C7.78932 45.959 7.24327 46.3237 6.78337 46.7836C6.32346 47.2435 5.95871 47.7896 5.70998 48.3906C5.46124 48.9915 5.33339 49.6356 5.33374 50.286V61.334C5.33374 62.0413 5.61469 62.7196 6.11479 63.2197C6.61489 63.7198 7.29316 64.0007 8.00041 64.0007C8.70765 64.0007 9.38593 63.7198 9.88603 63.2197C10.3861 62.7196 10.6671 62.0413 10.6671 61.334V55.7927C15.0746 59.7622 20.5002 62.4263 26.3361 63.4867C32.1721 64.5471 38.1881 63.962 43.7103 61.7969C49.2326 59.6317 54.043 55.972 57.603 51.2276C61.1631 46.4831 63.332 40.8413 63.8671 34.934C63.9015 34.5626 63.8582 34.1882 63.74 33.8345C63.6217 33.4808 63.4311 33.1556 63.1802 32.8796C62.9293 32.6037 62.6237 32.383 62.2829 32.2316C61.942 32.0803 61.5734 32.0016 61.2004 32.0006H61.2031Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4906'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="+"]>input[type=checkbox]:checked:after,[data-task="+"]>p>input[type=checkbox]:checked:after,[data-task="+"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5179)'%3E%3Cpath d='M59.9996 10.6028H51.7703C51.2429 10.6029 50.7275 10.7593 50.289 11.0523C49.8506 11.3454 49.5089 11.7618 49.3071 12.249C49.1053 12.7362 49.0525 13.2723 49.1554 13.7895C49.2582 14.3067 49.5121 14.7818 49.8849 15.1548L52.7809 18.0508L43.2183 27.6108C42.7102 28.0963 42.0344 28.3673 41.3316 28.3673C40.6288 28.3673 39.953 28.0963 39.4449 27.6108L38.9916 27.1548C37.4679 25.6989 35.4416 24.8865 33.3343 24.8865C31.2269 24.8865 29.2006 25.6989 27.6769 27.1548L14.0769 40.7548C13.5758 41.2573 13.2949 41.9382 13.2959 42.6479C13.2969 43.3575 13.5798 44.0377 14.0823 44.5388C14.5848 45.0398 15.2657 45.3208 15.9754 45.3198C16.685 45.3188 17.3652 45.0359 17.8663 44.5334L31.4663 30.9334C31.974 30.4472 32.6499 30.1758 33.3529 30.1758C34.0559 30.1758 34.7318 30.4472 35.2396 30.9334L35.6929 31.3894C37.2172 32.844 39.2433 33.6556 41.3503 33.6556C43.4572 33.6556 45.4833 32.844 47.0076 31.3894L56.5703 21.8268L59.4663 24.7228C59.8405 25.0896 60.3144 25.338 60.829 25.437C61.3435 25.536 61.8758 25.4813 62.3594 25.2796C62.843 25.0779 63.2565 24.7382 63.5482 24.3029C63.8399 23.8676 63.9969 23.3561 63.9996 22.8321V14.6028C63.9996 13.5419 63.5782 12.5245 62.828 11.7743C62.0779 11.0242 61.0605 10.6028 59.9996 10.6028Z' fill='%2308090E'/%3E%3Cpath d='M61.3333 58.6027H13.3333C11.2116 58.6027 9.17677 57.7598 7.67648 56.2595C6.17619 54.7592 5.33333 52.7244 5.33333 50.6027V2.66667C5.33333 1.95942 5.05238 1.28115 4.55229 0.781049C4.05219 0.280952 3.37391 0 2.66667 0C1.95942 0 1.28115 0.280952 0.781049 0.781049C0.280952 1.28115 0 1.95942 0 2.66667L0 50.6027C0.00423429 54.1376 1.41035 57.5265 3.90992 60.0261C6.40949 62.5256 9.79841 63.9318 13.3333 63.936H61.3333C62.0406 63.936 62.7189 63.655 63.219 63.1549C63.7191 62.6549 64 61.9766 64 61.2693C64 60.5621 63.7191 59.8838 63.219 59.3837C62.7189 58.8836 62.0406 58.6027 61.3333 58.6027Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5179'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="_"]>input[type=checkbox]:checked:after,[data-task="_"]>p>input[type=checkbox]:checked:after,[data-task="_"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5021)'%3E%3Cpath d='M59.4485 33.8668L56.5525 36.7628L46.9925 27.2002C45.4683 25.7464 43.4428 24.9353 41.3365 24.9353C39.2301 24.9353 37.2047 25.7464 35.6805 27.2002L35.2191 27.6615C34.7115 28.1469 34.0362 28.4178 33.3338 28.4178C32.6314 28.4178 31.9561 28.1469 31.4485 27.6615L17.9205 14.1175C17.6745 13.8628 17.3802 13.6597 17.0549 13.5199C16.7295 13.3801 16.3796 13.3066 16.0255 13.3035C15.6715 13.3004 15.3203 13.3679 14.9926 13.502C14.6649 13.6361 14.3671 13.8341 14.1167 14.0845C13.8664 14.3348 13.6684 14.6326 13.5343 14.9603C13.4002 15.288 13.3327 15.6392 13.3358 15.9932C13.3389 16.3473 13.4124 16.6972 13.5522 17.0226C13.6919 17.3479 13.8951 17.6422 14.1498 17.8882L27.6751 31.4162C29.199 32.8706 31.2246 33.6821 33.3311 33.6821C35.4377 33.6821 37.4633 32.8706 38.9871 31.4162L39.4485 30.9548C39.9561 30.4694 40.6314 30.1985 41.3338 30.1985C42.0362 30.1985 42.7115 30.4694 43.2191 30.9548L52.7818 40.5335L49.8858 43.4295C49.513 43.8024 49.2591 44.2775 49.1562 44.7948C49.0534 45.312 49.1062 45.8481 49.308 46.3353C49.5098 46.8225 49.8515 47.2389 50.2899 47.5319C50.7283 47.8249 51.2438 47.9814 51.7711 47.9815H60.0005C61.0613 47.9815 62.0787 47.5601 62.8289 46.8099C63.579 46.0598 64.0005 45.0424 64.0005 43.9815V35.7335C63.9967 35.2078 63.8376 34.6949 63.5431 34.2593C63.2487 33.8237 62.8321 33.4849 62.3456 33.2854C61.8592 33.0859 61.3246 33.0347 60.8092 33.1381C60.2937 33.2416 59.8203 33.4951 59.4485 33.8668Z' fill='%2308090E'/%3E%3Cpath d='M61.3333 58.6027H13.3333C11.2116 58.6027 9.17677 57.7598 7.67648 56.2595C6.17619 54.7592 5.33333 52.7244 5.33333 50.6027V2.66667C5.33333 1.95942 5.05238 1.28115 4.55229 0.781049C4.05219 0.280952 3.37391 0 2.66667 0C1.95942 0 1.28115 0.280952 0.781049 0.781049C0.280952 1.28115 0 1.95942 0 2.66667L0 50.6027C0.00423429 54.1376 1.41035 57.5265 3.90992 60.0261C6.40949 62.5256 9.79841 63.9318 13.3333 63.936H61.3333C62.0406 63.936 62.7189 63.655 63.219 63.1549C63.7191 62.6549 64 61.9766 64 61.2693C64 60.5621 63.7191 59.8838 63.219 59.3837C62.7189 58.8836 62.0406 58.6027 61.3333 58.6027Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5021'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="&"]>input[type=checkbox]:checked:after,[data-task="&"]>p>input[type=checkbox]:checked:after,[data-task="&"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5057)'%3E%3Cpath d='M55.9997 10.6667H47.733C47.1141 7.6571 45.4765 4.95292 43.0963 3.00991C40.7162 1.06691 37.7389 0.00387873 34.6663 0L29.333 0C26.2605 0.00387873 23.2832 1.06691 20.903 3.00991C18.5228 4.95292 16.8853 7.6571 16.2663 10.6667H7.99967C7.29243 10.6667 6.61415 10.9476 6.11406 11.4477C5.61396 11.9478 5.33301 12.6261 5.33301 13.3333C5.33301 14.0406 5.61396 14.7189 6.11406 15.219C6.61415 15.719 7.29243 16 7.99967 16H10.6663V50.6667C10.6706 54.2016 12.0767 57.5905 14.5763 60.0901C17.0758 62.5897 20.4648 63.9958 23.9997 64H39.9997C43.5346 63.9958 46.9235 62.5897 49.4231 60.0901C51.9227 57.5905 53.3288 54.2016 53.333 50.6667V16H55.9997C56.7069 16 57.3852 15.719 57.8853 15.219C58.3854 14.7189 58.6663 14.0406 58.6663 13.3333C58.6663 12.6261 58.3854 11.9478 57.8853 11.4477C57.3852 10.9476 56.7069 10.6667 55.9997 10.6667ZM29.333 5.33333H34.6663C36.3204 5.33535 37.9333 5.849 39.284 6.80385C40.6346 7.7587 41.6568 9.10798 42.2103 10.6667H21.789C22.3426 9.10798 23.3647 7.7587 24.7154 6.80385C26.066 5.849 27.6789 5.33535 29.333 5.33333ZM47.9997 50.6667C47.9997 52.7884 47.1568 54.8232 45.6565 56.3235C44.1562 57.8238 42.1214 58.6667 39.9997 58.6667H23.9997C21.8779 58.6667 19.8431 57.8238 18.3428 56.3235C16.8425 54.8232 15.9997 52.7884 15.9997 50.6667V16H47.9997V50.6667Z' fill='%2308090E'/%3E%3Cpath d='M26.6667 47.9983C27.3739 47.9983 28.0522 47.7173 28.5523 47.2172C29.0524 46.7171 29.3333 46.0389 29.3333 45.3316V29.3316C29.3333 28.6244 29.0524 27.9461 28.5523 27.446C28.0522 26.9459 27.3739 26.665 26.6667 26.665C25.9594 26.665 25.2811 26.9459 24.781 27.446C24.281 27.9461 24 28.6244 24 29.3316V45.3316C24 46.0389 24.281 46.7171 24.781 47.2172C25.2811 47.7173 25.9594 47.9983 26.6667 47.9983Z' fill='%2308090E'/%3E%3Cpath d='M37.3329 47.9983C38.0402 47.9983 38.7185 47.7173 39.2186 47.2172C39.7187 46.7171 39.9996 46.0389 39.9996 45.3316V29.3316C39.9996 28.6244 39.7187 27.9461 39.2186 27.446C38.7185 26.9459 38.0402 26.665 37.3329 26.665C36.6257 26.665 35.9474 26.9459 35.4473 27.446C34.9472 27.9461 34.6663 28.6244 34.6663 29.3316V45.3316C34.6663 46.0389 34.9472 46.7171 35.4473 47.2172C35.9474 47.7173 36.6257 47.9983 37.3329 47.9983Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5057'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="a"]>input[type=checkbox]:checked:after,[data-task="a"]>p>input[type=checkbox]:checked:after,[data-task="a"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5106)'%3E%3Cpath d='M24.0004 37.3334H40.0004C40.7076 37.3334 41.3859 37.0524 41.886 36.5523C42.3861 36.0522 42.667 35.3739 42.667 34.6667C42.667 33.9594 42.3861 33.2812 41.886 32.7811C41.3859 32.281 40.7076 32 40.0004 32H24.0004C23.2932 32 22.6149 32.281 22.1148 32.7811C21.6147 33.2812 21.3337 33.9594 21.3337 34.6667C21.3337 35.3739 21.6147 36.0522 22.1148 36.5523C22.6149 37.0524 23.2932 37.3334 24.0004 37.3334Z' fill='%2308090E'/%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 16C0.000775487 17.1246 0.238669 18.2365 0.698158 19.263C1.15765 20.2895 1.82841 21.2076 2.66667 21.9573V50.6667C2.6709 54.2016 4.07702 57.5905 6.57659 60.0901C9.07615 62.5897 12.4651 63.9958 16 64H48C51.5349 63.9958 54.9239 62.5897 57.4234 60.0901C59.923 57.5905 61.3291 54.2016 61.3333 50.6667V21.9573C62.1716 21.2076 62.8424 20.2895 63.3018 19.263C63.7613 18.2365 63.9992 17.1246 64 16V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM5.33333 13.3333C5.33333 11.2116 6.17619 9.17677 7.67648 7.67648C9.17677 6.17619 11.2116 5.33333 13.3333 5.33333H50.6667C52.7884 5.33333 54.8232 6.17619 56.3235 7.67648C57.8238 9.17677 58.6667 11.2116 58.6667 13.3333V16C58.6667 16.7072 58.3857 17.3855 57.8856 17.8856C57.3855 18.3857 56.7072 18.6667 56 18.6667H8C7.29276 18.6667 6.61448 18.3857 6.11438 17.8856C5.61428 17.3855 5.33333 16.7072 5.33333 16V13.3333ZM56 50.6667C56 52.7884 55.1571 54.8232 53.6569 56.3235C52.1566 57.8238 50.1217 58.6667 48 58.6667H16C13.8783 58.6667 11.8434 57.8238 10.3431 56.3235C8.84286 54.8232 8 52.7884 8 50.6667V24H56V50.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5106'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="A"]>input[type=checkbox]:checked:after,[data-task="A"]>p>input[type=checkbox]:checked:after,[data-task="A"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5189)'%3E%3Cpath d='M34.6668 5.4693V2.66664C34.6668 1.95939 34.3859 1.28112 33.8858 0.781018C33.3857 0.280921 32.7074 -3.05176e-05 32.0001 -3.05176e-05C31.2929 -3.05176e-05 30.6146 0.280921 30.1145 0.781018C29.6144 1.28112 29.3335 1.95939 29.3335 2.66664V5.4693C23.9649 5.95061 18.8333 7.90452 14.5041 11.1158C10.1749 14.327 6.81621 18.6709 4.79797 23.669C2.77972 28.667 2.1803 34.1252 3.06573 39.4421C3.95116 44.7591 6.28709 49.7284 9.81614 53.8026C8.42246 54.4921 7.25783 55.5698 6.46251 56.9059C5.66719 58.242 5.2751 59.7795 5.33348 61.3333C5.33348 62.0406 5.61443 62.7188 6.11453 63.2189C6.61462 63.719 7.2929 64 8.00014 64C8.70739 64 9.38566 63.719 9.88576 63.2189C10.3859 62.7188 10.6668 62.0406 10.6668 61.3333C10.6446 60.5114 10.9397 59.7124 11.4909 59.1022C12.042 58.492 12.8069 58.1173 13.6268 58.056C13.8102 58.0211 13.9891 57.9656 14.1601 57.8906C19.2682 61.8525 25.549 64.0027 32.0135 64.0027C38.4779 64.0027 44.7587 61.8525 49.8668 57.8906C50.0229 57.9625 50.1854 58.0197 50.3521 58.0613C51.175 58.1174 51.9444 58.489 52.4998 59.0987C53.0553 59.7083 53.3539 60.5088 53.3335 61.3333C53.3335 62.0406 53.6144 62.7188 54.1145 63.2189C54.6146 63.719 55.2929 64 56.0001 64C56.7074 64 57.3857 63.719 57.8858 63.2189C58.3859 62.7188 58.6668 62.0406 58.6668 61.3333C58.7252 59.7795 58.3331 58.242 57.5378 56.9059C56.7425 55.5698 55.5778 54.4921 54.1841 53.8026C57.7132 49.7284 60.0491 44.7591 60.9346 39.4421C61.82 34.1252 61.2206 28.667 59.2023 23.669C57.1841 18.6709 53.8253 14.327 49.4962 11.1158C45.167 7.90452 40.0354 5.95061 34.6668 5.4693ZM8.00014 34.6666C8.00014 29.9199 9.40772 25.2797 12.0449 21.333C14.682 17.3862 18.4303 14.31 22.8157 12.4935C27.2012 10.677 32.0268 10.2017 36.6823 11.1278C41.3379 12.0538 45.6142 14.3396 48.9707 17.6961C52.3272 21.0525 54.6129 25.3289 55.539 29.9845C56.465 34.64 55.9898 39.4656 54.1733 43.851C52.3568 48.2365 49.2806 51.9848 45.3338 54.6219C41.387 57.2591 36.7469 58.6666 32.0001 58.6666C25.6373 58.6589 19.5373 56.1278 15.0382 51.6286C10.539 47.1294 8.00791 41.0295 8.00014 34.6666Z' fill='%2308090E'/%3E%3Cpath d='M51.2394 -3.76357e-05C50.5321 -3.76357e-05 49.8538 0.280914 49.3537 0.781011C48.8536 1.28111 48.5727 1.95939 48.5727 2.66663C48.5727 3.37387 48.8536 4.05215 49.3537 4.55225C49.8538 5.05234 50.5321 5.3333 51.2394 5.3333C52.1692 5.26261 53.1038 5.38097 53.9867 5.68125C54.8696 5.98152 55.6826 6.45749 56.3766 7.08045C57.0705 7.70341 57.6312 8.46046 58.0246 9.30595C58.4181 10.1514 58.6363 11.0679 58.666 12C58.666 12.7072 58.947 13.3855 59.4471 13.8856C59.9472 14.3857 60.6254 14.6666 61.3327 14.6666C62.0399 14.6666 62.7182 14.3857 63.2183 13.8856C63.7184 13.3855 63.9994 12.7072 63.9994 12C63.9652 10.3693 63.6063 8.76178 62.9434 7.27151C62.2806 5.78123 61.3272 4.43811 60.139 3.32072C58.9509 2.20333 57.5518 1.33411 56.0237 0.76392C54.4956 0.193727 52.8691 -0.0659906 51.2394 -3.76357e-05Z' fill='%2308090E'/%3E%3Cpath d='M5.33333 12C5.36306 11.0679 5.58124 10.1514 5.97472 9.30595C6.3682 8.46046 6.92883 7.70341 7.62281 7.08045C8.31678 6.45749 9.12973 5.98152 10.0126 5.68125C10.8955 5.38097 11.8301 5.26261 12.76 5.3333C13.4672 5.3333 14.1455 5.05234 14.6456 4.55225C15.1457 4.05215 15.4267 3.37387 15.4267 2.66663C15.4267 1.95939 15.1457 1.28111 14.6456 0.781011C14.1455 0.280914 13.4672 -3.76357e-05 12.76 -3.76357e-05C11.1303 -0.0659906 9.50381 0.193727 7.97568 0.76392C6.44756 1.33411 5.0485 2.20333 3.86034 3.32072C2.67218 4.43811 1.71879 5.78123 1.05595 7.27151C0.393107 8.76178 0.0341233 10.3693 0 12C0 12.7072 0.280952 13.3855 0.781049 13.8856C1.28115 14.3857 1.95942 14.6666 2.66667 14.6666C3.37391 14.6666 4.05219 14.3857 4.55229 13.8856C5.05238 13.3855 5.33333 12.7072 5.33333 12Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 30.896V18.6667C34.6671 17.9594 34.3861 17.2811 33.886 16.781C33.3859 16.281 32.7077 16 32.0004 16C31.2932 16 30.6149 16.281 30.1148 16.781C29.6147 17.2811 29.3337 17.9594 29.3337 18.6667V32C29.3339 32.7072 29.6149 33.3854 30.1151 33.8853L38.1151 41.8853C38.618 42.3711 39.2916 42.6399 39.9908 42.6338C40.69 42.6277 41.3588 42.3473 41.8533 41.8529C42.3477 41.3584 42.6281 40.6896 42.6342 39.9904C42.6403 39.2912 42.3715 38.6176 41.8857 38.1147L34.6671 30.896Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5189'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="b"]>input[type=checkbox]:checked:after,[data-task="b"]>p>input[type=checkbox]:checked:after,[data-task="b"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5103)'%3E%3Cpath d='M53.699 64C52.7125 63.9973 51.7363 63.7991 50.8268 63.4169C49.9173 63.0347 49.0926 62.4761 48.4003 61.7733L32.0003 45.4693L15.6003 61.784C14.547 62.8526 13.1963 63.5791 11.7241 63.8688C10.2519 64.1584 8.72655 63.9979 7.34696 63.408C5.95366 62.8476 4.76174 61.88 3.92684 60.6317C3.09194 59.3834 2.65287 57.9123 2.66695 56.4106V13.3333C2.66695 9.79708 4.07171 6.4057 6.5722 3.90521C9.07268 1.40473 12.4641 -3.05176e-05 16.0003 -3.05176e-05L48.0003 -3.05176e-05C49.7513 -3.05176e-05 51.4851 0.344846 53.1027 1.01491C54.7204 1.68497 56.1903 2.6671 57.4284 3.90521C58.6665 5.14333 59.6486 6.61318 60.3187 8.23086C60.9888 9.84853 61.3336 11.5823 61.3336 13.3333V56.4106C61.3486 57.9111 60.9111 59.3813 60.0782 60.6295C59.2452 61.8776 58.0556 62.8459 56.6643 63.408C55.7251 63.8008 54.717 64.002 53.699 64ZM16.0003 5.3333C13.8786 5.3333 11.8437 6.17616 10.3434 7.67645C8.84314 9.17674 8.00029 11.2116 8.00029 13.3333V56.4106C7.99933 56.855 8.13008 57.2897 8.37602 57.6598C8.62197 58.0298 8.97208 58.3187 9.38213 58.49C9.79218 58.6612 10.2438 58.707 10.6799 58.6217C11.116 58.5364 11.517 58.3237 11.8323 58.0106L30.1336 39.8213C30.6333 39.3246 31.3091 39.0459 32.0136 39.0459C32.7181 39.0459 33.394 39.3246 33.8936 39.8213L52.1736 58.0053C52.4889 58.3184 52.89 58.5311 53.3261 58.6164C53.7621 58.7017 54.2137 58.6558 54.6238 58.4846C55.0338 58.3134 55.3839 58.0245 55.6299 57.6544C55.8758 57.2843 56.0066 56.8497 56.0056 56.4053V13.3333C56.0056 11.2116 55.1628 9.17674 53.6625 7.67645C52.1622 6.17616 50.1274 5.3333 48.0056 5.3333H16.0003Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5103'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="B"]>input[type=checkbox]:checked:after,[data-task="B"]>p>input[type=checkbox]:checked:after,[data-task="B"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4958)'%3E%3Cpath d='M61.3333 58.6669H58.6667V37.3335C58.6624 33.7986 57.2563 30.4097 54.7568 27.9101C52.2572 25.4106 48.8683 24.0044 45.3333 24.0002H34.6667V16.1042C35.8546 15.5857 36.8656 14.7322 37.5761 13.6481C38.2865 12.564 38.6655 11.2963 38.6667 10.0002C37.9463 6.5916 36.3235 3.43909 33.968 0.872203C33.7181 0.598948 33.4141 0.38072 33.0753 0.231416C32.7365 0.0821121 32.3703 0.00500488 32 0.00500488C31.6297 0.00500488 31.2635 0.0821121 30.9247 0.231416C30.5859 0.38072 30.2819 0.598948 30.032 0.872203C27.6765 3.43909 26.0537 6.5916 25.3333 10.0002C25.3345 11.2963 25.7135 12.564 26.4239 13.6481C27.1344 14.7322 28.1454 15.5857 29.3333 16.1042V24.0002H18.6667C15.1317 24.0044 11.7428 25.4106 9.24325 27.9101C6.74369 30.4097 5.33757 33.7986 5.33333 37.3335V58.6669H2.66667C1.95942 58.6669 1.28115 58.9478 0.781049 59.4479C0.280952 59.948 0 60.6263 0 61.3335C0 62.0408 0.280952 62.7191 0.781049 63.2192C1.28115 63.7192 1.95942 64.0002 2.66667 64.0002H61.3333C62.0406 64.0002 62.7189 63.7192 63.219 63.2192C63.7191 62.7191 64 62.0408 64 61.3335C64 60.6263 63.7191 59.948 63.219 59.4479C62.7189 58.9478 62.0406 58.6669 61.3333 58.6669ZM18.6667 29.3335H45.3333C47.4551 29.3335 49.4899 30.1764 50.9902 31.6767C52.4905 33.177 53.3333 35.2118 53.3333 37.3335V42.6135C50.8373 42.3469 49.3333 40.7469 49.3333 40.0002C49.3333 39.293 49.0524 38.6147 48.5523 38.1146C48.0522 37.6145 47.3739 37.3335 46.6667 37.3335C45.9594 37.3335 45.2811 37.6145 44.781 38.1146C44.281 38.6147 44 39.293 44 40.0002C44 40.9149 42.1813 42.6669 39.3333 42.6669C36.4293 42.6669 34.6667 40.8162 34.6667 40.0002C34.6667 39.293 34.3857 38.6147 33.8856 38.1146C33.3855 37.6145 32.7072 37.3335 32 37.3335C31.2928 37.3335 30.6145 37.6145 30.1144 38.1146C29.6143 38.6147 29.3333 39.293 29.3333 40.0002C29.3333 40.9149 27.5147 42.6669 24.6667 42.6669C21.7627 42.6669 20 40.8162 20 40.0002C20 39.293 19.719 38.6147 19.219 38.1146C18.7189 37.6145 18.0406 37.3335 17.3333 37.3335C16.6261 37.3335 15.9478 37.6145 15.4477 38.1146C14.9476 38.6147 14.6667 39.293 14.6667 40.0002C14.6667 40.8402 13.1227 42.3682 10.6667 42.6162V37.3335C10.6667 35.2118 11.5095 33.177 13.0098 31.6767C14.5101 30.1764 16.5449 29.3335 18.6667 29.3335ZM10.6667 47.9442C13.1165 47.8355 15.4611 46.9174 17.3333 45.3335C19.3903 47.0482 21.9816 47.9906 24.6595 47.9979C27.3374 48.0052 29.9337 47.0769 32 45.3735C34.0663 47.0769 36.6626 48.0052 39.3405 47.9979C42.0184 47.9906 44.6097 47.0482 46.6667 45.3335C48.5392 46.9164 50.8838 47.8336 53.3333 47.9415V58.6669H10.6667V47.9442Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4958'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="c"]>input[type=checkbox]:checked:after,[data-task="c"]>p>input[type=checkbox]:checked:after,[data-task="c"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5081)'%3E%3Cpath d='M53.3333 0H10.6667C7.83769 0 5.12458 1.12381 3.12419 3.12419C1.12381 5.12458 0 7.83769 0 10.6667L0 42.6667C0 45.4956 1.12381 48.2087 3.12419 50.2091C5.12458 52.2095 7.83769 53.3333 10.6667 53.3333H18.4L30.2693 63.368C30.7508 63.7755 31.3612 63.9991 31.992 63.9991C32.6228 63.9991 33.2332 63.7755 33.7147 63.368L45.6 53.3333H53.3333C56.1623 53.3333 58.8754 52.2095 60.8758 50.2091C62.8762 48.2087 64 45.4956 64 42.6667V10.6667C64 7.83769 62.8762 5.12458 60.8758 3.12419C58.8754 1.12381 56.1623 0 53.3333 0V0ZM58.6667 42.6667C58.6667 44.0812 58.1048 45.4377 57.1046 46.4379C56.1044 47.4381 54.7478 48 53.3333 48H45.6C44.3394 48.0004 43.1198 48.4473 42.1573 49.2613L32 57.84L21.848 49.2613C20.8842 48.4461 19.6624 47.9991 18.4 48H10.6667C9.25218 48 7.89562 47.4381 6.89543 46.4379C5.89524 45.4377 5.33333 44.0812 5.33333 42.6667V10.6667C5.33333 9.25218 5.89524 7.89562 6.89543 6.89543C7.89562 5.89524 9.25218 5.33333 10.6667 5.33333H53.3333C54.7478 5.33333 56.1044 5.89524 57.1046 6.89543C58.1048 7.89562 58.6667 9.25218 58.6667 10.6667V42.6667Z' fill='%2308090E'/%3E%3Cpath d='M18.6667 18.6671H32C32.7072 18.6671 33.3855 18.3861 33.8856 17.886C34.3857 17.3859 34.6667 16.7076 34.6667 16.0004C34.6667 15.2932 34.3857 14.6149 33.8856 14.1148C33.3855 13.6147 32.7072 13.3337 32 13.3337H18.6667C17.9594 13.3337 17.2811 13.6147 16.781 14.1148C16.281 14.6149 16 15.2932 16 16.0004C16 16.7076 16.281 17.3859 16.781 17.886C17.2811 18.3861 17.9594 18.6671 18.6667 18.6671Z' fill='%2308090E'/%3E%3Cpath d='M45.3333 24H18.6667C17.9594 24 17.2811 24.281 16.781 24.781C16.281 25.2811 16 25.9594 16 26.6667C16 27.3739 16.281 28.0522 16.781 28.5523C17.2811 29.0524 17.9594 29.3333 18.6667 29.3333H45.3333C46.0406 29.3333 46.7189 29.0524 47.219 28.5523C47.7191 28.0522 48 27.3739 48 26.6667C48 25.9594 47.7191 25.2811 47.219 24.781C46.7189 24.281 46.0406 24 45.3333 24Z' fill='%2308090E'/%3E%3Cpath d='M45.3333 34.6663H18.6667C17.9594 34.6663 17.2811 34.9472 16.781 35.4473C16.281 35.9474 16 36.6257 16 37.333C16 38.0402 16.281 38.7185 16.781 39.2186C17.2811 39.7187 17.9594 39.9996 18.6667 39.9996H45.3333C46.0406 39.9996 46.7189 39.7187 47.219 39.2186C47.7191 38.7185 48 38.0402 48 37.333C48 36.6257 47.7191 35.9474 47.219 35.4473C46.7189 34.9472 46.0406 34.6663 45.3333 34.6663Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5081'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="C"]>input[type=checkbox]:checked:after,[data-task="C"]>p>input[type=checkbox]:checked:after,[data-task="C"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4896)'%3E%3Cpath d='M61.2001 25.5994C60.7 25.0995 60.0218 24.8187 59.3147 24.8187C58.6076 24.8187 57.9295 25.0995 57.4294 25.5994L28.3841 54.7701C27.146 56.0084 25.6761 56.9907 24.0584 57.6609C22.4406 58.3311 20.7067 58.6761 18.9557 58.6763C15.4192 58.6765 12.0275 57.2719 9.52673 54.7714C7.02591 52.271 5.62083 48.8795 5.62058 45.3431C5.62033 41.8066 7.02493 38.4149 9.52539 35.9141L37.6561 7.66878C39.1603 6.18849 41.1885 5.36257 43.299 5.37091C45.4094 5.37925 47.431 6.22119 48.9235 7.71333C50.416 9.20546 51.2584 11.2269 51.2673 13.3373C51.2761 15.4478 50.4507 17.4762 48.9707 18.9808L20.8401 47.2261C20.3327 47.7121 19.6573 47.9835 18.9547 47.9835C18.2522 47.9835 17.5767 47.7121 17.0694 47.2261C16.5695 46.726 16.2886 46.0479 16.2886 45.3408C16.2886 44.6337 16.5695 43.9555 17.0694 43.4554L42.1147 18.2954C42.6005 17.7925 42.8693 17.1189 42.8632 16.4197C42.8571 15.7205 42.5767 15.0517 42.0822 14.5573C41.5878 14.0628 40.919 13.7824 40.2198 13.7763C39.5206 13.7702 38.847 14.039 38.3441 14.5248L13.2987 39.6848C12.5557 40.4277 11.9663 41.3096 11.5642 42.2803C11.1621 43.251 10.9551 44.2914 10.9551 45.3421C10.9551 46.3928 11.1621 47.4332 11.5642 48.4039C11.9663 49.3746 12.5557 50.2566 13.2987 50.9994C14.823 52.454 16.8491 53.2656 18.9561 53.2656C21.063 53.2656 23.0891 52.454 24.6134 50.9994L52.7414 22.7514C55.1894 20.2403 56.5495 16.8657 56.527 13.3588C56.5045 9.85196 55.1013 6.49512 52.6213 4.01551C50.1414 1.53589 46.7843 0.133167 43.2775 0.111193C39.7706 0.0892202 36.3962 1.44977 33.8854 3.89811L5.75473 32.1434C2.25387 35.6443 0.287109 40.3925 0.287109 45.3434C0.287109 50.2944 2.25387 55.0426 5.75473 58.5434C9.25559 62.0443 14.0038 64.0111 18.9547 64.0111C23.9057 64.0111 28.6539 62.0443 32.1547 58.5434L61.2001 29.3808C61.4492 29.133 61.6469 28.8384 61.7818 28.5139C61.9167 28.1894 61.9862 27.8415 61.9862 27.4901C61.9862 27.1387 61.9167 26.7908 61.7818 26.4663C61.6469 26.1419 61.4492 25.8473 61.2001 25.5994Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4896'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="d"]>input[type=checkbox]:checked:after,[data-task="d"]>p>input[type=checkbox]:checked:after,[data-task="d"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5135)'%3E%3Cpath d='M61.9195 15.3146L53.8901 4.46655C52.9027 3.0861 51.6006 1.96086 50.0915 1.18408C48.5825 0.407303 46.91 0.00135452 45.2128 -0.000117371H18.7861C17.0972 -0.0017027 15.432 0.397811 13.9275 1.16554C12.4231 1.93328 11.1225 3.04728 10.1328 4.41588L1.95948 15.3412C0.628712 17.2177 -0.0585377 19.4747 0.00058975 21.7745C0.0597172 24.0742 0.862041 26.2929 2.28748 28.0985L25.7328 60.9732C26.48 61.9193 27.4323 62.6834 28.5179 63.2077C29.6034 63.732 30.7939 64.0029 31.9995 63.9999C33.2257 63.9974 34.4351 63.7137 35.5344 63.1705C36.6338 62.6273 37.5939 61.8391 38.3408 60.8666L61.5995 28.3572C63.0888 26.5252 63.9281 24.2508 63.986 21.8905C64.0439 19.5302 63.3171 17.2174 61.9195 15.3146ZM49.5781 7.60255L57.6261 18.4772C57.6688 18.5359 57.6795 18.6052 57.7221 18.6665H44.6768L40.8688 5.33322H45.2128C46.0687 5.33587 46.9115 5.54325 47.6709 5.93802C48.4303 6.3328 49.0843 6.90353 49.5781 7.60255ZM31.9995 50.9812L24.7995 23.9999H39.1995L31.9995 50.9812ZM24.8688 18.6665L28.6768 5.33322H35.3221L39.1301 18.6665H24.8688ZM14.4448 7.56522C14.9396 6.87559 15.5913 6.31353 16.3462 5.92544C17.101 5.53735 17.9374 5.33435 18.7861 5.33322H23.1301L19.3221 18.6665H6.18081C6.21814 18.6079 6.22881 18.5359 6.27147 18.4799L14.4448 7.56522ZM6.52747 24.8666C6.33493 24.5946 6.16969 24.3043 6.03414 23.9999H19.2848L27.2688 53.9465L6.52747 24.8666ZM36.7221 53.9732L44.7221 23.9999H58.0181C57.8463 24.3979 57.6289 24.7747 57.3701 25.1225L36.7221 53.9732Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5135'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="D"]>input[type=checkbox]:checked:after,[data-task="D"]>p>input[type=checkbox]:checked:after,[data-task="D"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4904)'%3E%3Cpath d='M45.3337 37.3333C45.3337 38.0405 45.0528 38.7188 44.5527 39.2189C44.0526 39.719 43.3743 40 42.6671 40H21.3337C20.6265 40 19.9482 39.719 19.4481 39.2189C18.948 38.7188 18.6671 38.0405 18.6671 37.3333C18.6671 36.6261 18.948 35.9478 19.4481 35.4477C19.9482 34.9476 20.6265 34.6666 21.3337 34.6666H42.6671C43.3743 34.6666 44.0526 34.9476 44.5527 35.4477C45.0528 35.9478 45.3337 36.6261 45.3337 37.3333ZM34.6671 45.3333H21.3337C20.6265 45.3333 19.9482 45.6143 19.4481 46.1143C18.948 46.6144 18.6671 47.2927 18.6671 48C18.6671 48.7072 18.948 49.3855 19.4481 49.8856C19.9482 50.3857 20.6265 50.6666 21.3337 50.6666H34.6671C35.3743 50.6666 36.0526 50.3857 36.5527 49.8856C37.0528 49.3855 37.3337 48.7072 37.3337 48C37.3337 47.2927 37.0528 46.6144 36.5527 46.1143C36.0526 45.6143 35.3743 45.3333 34.6671 45.3333ZM58.6671 27.96V50.6666C58.6628 54.2016 57.2567 57.5905 54.7572 60.0901C52.2576 62.5896 48.8687 63.9957 45.3337 64H18.6671C15.1322 63.9957 11.7432 62.5896 9.24366 60.0901C6.74409 57.5905 5.33797 54.2016 5.33374 50.6666V13.3333C5.33797 9.79838 6.74409 6.40946 9.24366 3.90989C11.7432 1.41032 15.1322 0.0042042 18.6671 -3.00896e-05H30.7071C33.1594 -0.00634189 35.5886 0.473537 37.8543 1.41186C40.12 2.35019 42.1773 3.72834 43.9071 5.46664L53.1977 14.7626C54.937 16.4913 56.316 18.5479 57.2549 20.8132C58.1937 23.0786 58.6737 25.5078 58.6671 27.96ZM40.1364 9.2373C39.2972 8.4244 38.3549 7.7251 37.3337 7.1573V18.6666C37.3337 19.3739 37.6147 20.0522 38.1148 20.5523C38.6149 21.0524 39.2932 21.3333 40.0004 21.3333H51.5097C50.9416 20.3125 50.2414 19.371 49.4271 18.5333L40.1364 9.2373ZM53.3337 27.96C53.3337 27.52 53.2484 27.0986 53.2084 26.6666H40.0004C37.8787 26.6666 35.8438 25.8238 34.3435 24.3235C32.8433 22.8232 32.0004 20.7884 32.0004 18.6666V5.45864C31.5684 5.41864 31.1444 5.3333 30.7071 5.3333H18.6671C16.5453 5.3333 14.5105 6.17616 13.0102 7.67645C11.5099 9.17674 10.6671 11.2116 10.6671 13.3333V50.6666C10.6671 52.7884 11.5099 54.8232 13.0102 56.3235C14.5105 57.8238 16.5453 58.6666 18.6671 58.6666H45.3337C47.4555 58.6666 49.4903 57.8238 50.9906 56.3235C52.4909 54.8232 53.3337 52.7884 53.3337 50.6666V27.96Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4904'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="e"]>input[type=checkbox]:checked:after,[data-task="e"]>p>input[type=checkbox]:checked:after,[data-task="e"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5107)'%3E%3Cpath d='M50.6667 2.66623H13.3333C9.79841 2.67047 6.40949 4.07659 3.90992 6.57615C1.41035 9.07572 0.00423429 12.4646 0 15.9996L0 47.9996C0.00423429 51.5345 1.41035 54.9234 3.90992 57.423C6.40949 59.9226 9.79841 61.3287 13.3333 61.3329H50.6667C54.2016 61.3287 57.5905 59.9226 60.0901 57.423C62.5897 54.9234 63.9958 51.5345 64 47.9996V15.9996C63.9958 12.4646 62.5897 9.07572 60.0901 6.57615C57.5905 4.07659 54.2016 2.67047 50.6667 2.66623ZM13.3333 7.99957H50.6667C52.2634 8.00271 53.8227 8.48361 55.1439 9.38038C56.465 10.2771 57.4876 11.5488 58.08 13.0316L37.6587 33.4556C36.1558 34.9524 34.1211 35.7928 32 35.7928C29.8789 35.7928 27.8442 34.9524 26.3413 33.4556L5.92 13.0316C6.5124 11.5488 7.53497 10.2771 8.85613 9.38038C10.1773 8.48361 11.7366 8.00271 13.3333 7.99957ZM50.6667 55.9996H13.3333C11.2116 55.9996 9.17677 55.1567 7.67648 53.6564C6.17619 52.1561 5.33333 50.1213 5.33333 47.9996V19.9996L22.5707 37.2262C25.0737 39.7229 28.4647 41.125 32 41.125C35.5353 41.125 38.9263 39.7229 41.4293 37.2262L58.6667 19.9996V47.9996C58.6667 50.1213 57.8238 52.1561 56.3235 53.6564C54.8232 55.1567 52.7884 55.9996 50.6667 55.9996Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5107'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="E"]>input[type=checkbox]:checked:after,[data-task="E"]>p>input[type=checkbox]:checked:after,[data-task="E"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4885)'%3E%3Cpath d='M62.0557 25.117C57.9197 18.381 48.5117 7.07963 31.9997 7.07963C15.4877 7.07963 6.07971 18.381 1.94371 25.117C0.665117 27.185 -0.012146 29.5683 -0.012146 31.9996C-0.012146 34.431 0.665117 36.8143 1.94371 38.8823C6.07971 45.6183 15.4877 56.9196 31.9997 56.9196C48.5117 56.9196 57.9197 45.6183 62.0557 38.8823C63.3343 36.8143 64.0116 34.431 64.0116 31.9996C64.0116 29.5683 63.3343 27.185 62.0557 25.117ZM57.509 36.0903C53.957 41.8663 45.917 51.5863 31.9997 51.5863C18.0824 51.5863 10.0424 41.8663 6.49038 36.0903C5.73074 34.8611 5.32838 33.4446 5.32838 31.9996C5.32838 30.5546 5.73074 29.1382 6.49038 27.909C10.0424 22.133 18.0824 12.413 31.9997 12.413C45.917 12.413 53.957 22.1223 57.509 27.909C58.2687 29.1382 58.671 30.5546 58.671 31.9996C58.671 33.4446 58.2687 34.8611 57.509 36.0903Z' fill='%2308090E'/%3E%3Cpath d='M31.9995 18.6662C29.3624 18.6662 26.7845 19.4482 24.5919 20.9133C22.3992 22.3784 20.6903 24.4608 19.6811 26.8971C18.6719 29.3335 18.4079 32.0144 18.9223 34.6008C19.4368 37.1872 20.7067 39.563 22.5714 41.4277C24.4361 43.2924 26.8119 44.5622 29.3983 45.0767C31.9847 45.5912 34.6656 45.3271 37.1019 44.318C39.5383 43.3088 41.6207 41.5998 43.0857 39.4072C44.5508 37.2145 45.3328 34.6367 45.3328 31.9996C45.3286 28.4647 43.9225 25.0757 41.4229 22.5762C38.9233 20.0766 35.5344 18.6705 31.9995 18.6662ZM31.9995 39.9996C30.4172 39.9996 28.8705 39.5304 27.5549 38.6513C26.2393 37.7723 25.2139 36.5228 24.6084 35.061C24.0029 33.5992 23.8445 31.9907 24.1532 30.4388C24.4619 28.887 25.2238 27.4615 26.3426 26.3427C27.4614 25.2239 28.8869 24.462 30.4388 24.1533C31.9906 23.8446 33.5991 24.003 35.0609 24.6085C36.5228 25.214 37.7722 26.2394 38.6512 27.555C39.5303 28.8706 39.9995 30.4173 39.9995 31.9996C39.9995 34.1213 39.1566 36.1561 37.6563 37.6564C36.156 39.1567 34.1212 39.9996 31.9995 39.9996Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4885'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="f"]>input[type=checkbox]:checked:after,[data-task="f"]>p>input[type=checkbox]:checked:after,[data-task="f"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4960)'%3E%3Cpath d='M44.347 7.73364C42.2484 5.95501 40.0484 4.08564 37.8084 2.04826C36.09 0.485512 33.7692 -0.238738 31.467 0.0696367C29.236 0.364387 27.251 1.63426 26.0484 3.53626C22.8696 8.84826 20.6221 14.6644 19.403 20.7336C18.9246 20.0429 18.5002 19.3164 18.1336 18.5603C16.8706 15.8993 13.6896 14.7659 11.0286 16.0289C10.3844 16.3346 9.80798 16.7665 9.3336 17.2989C4.86073 21.8696 2.3811 28.0265 2.4376 34.4215C2.31048 47.863 11.3519 59.6644 24.363 63.0403C26.7839 63.6494 29.2694 63.9645 31.7656 63.9789C31.8456 63.9789 32.6962 63.9709 33.0402 63.9469C48.9602 63.4313 61.5935 50.3659 61.5736 34.4375C61.563 22.3576 53.5844 15.5843 44.347 7.73364ZM31.699 58.6269C29.7144 58.4759 27.7531 57.672 26.2724 56.4775C23.9536 54.8368 22.4192 52.4308 22.0537 49.6589C21.6004 45.3335 24.2671 39.6775 29.7151 33.2883C30.2864 32.621 31.1221 32.2386 32.0005 32.2429C32.8675 32.2366 33.692 32.618 34.2485 33.2829C39.2405 39.2083 41.9819 44.6749 41.9819 48.6775C41.9665 53.9363 37.8561 58.0963 32.6219 58.6029C32.392 58.6251 32.0004 58.6589 31.699 58.6269ZM46.8697 53.5549C46.7124 53.6775 46.5391 53.7763 46.3791 53.8935C46.9944 52.2213 47.3112 50.454 47.3151 48.6721C47.3151 41.9335 42.4217 34.7121 38.3205 29.8401C36.7514 27.9818 34.4434 26.9088 32.0111 26.9068H32.0004C29.5632 26.9024 27.2469 27.968 25.6644 29.8214C19.1444 37.4588 16.1497 44.32 16.763 50.216C16.9086 51.5848 17.2582 52.924 17.8004 54.1894C11.4681 49.6011 7.73698 42.241 7.77898 34.4214C7.72748 29.3415 9.73073 24.4563 13.3336 20.8748C13.9487 22.1535 14.6874 23.369 15.539 24.5041C16.7086 26.0854 18.7067 26.8191 20.6216 26.3708C22.574 25.9389 24.0899 24.399 24.491 22.4401C25.5624 16.7771 27.6097 11.3434 30.5416 6.38151C30.9024 5.81426 31.4982 5.43851 32.1656 5.35751C32.9115 5.25714 33.6634 5.49251 34.219 6.00014C36.507 8.08014 38.7524 10.0001 40.8856 11.8055C49.787 19.3655 56.2216 24.8269 56.2216 34.4375C56.2446 41.9166 52.7921 48.9823 46.8776 53.5601L46.8697 53.5549Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4960'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="F"]>input[type=checkbox]:checked:after,[data-task="F"]>p>input[type=checkbox]:checked:after,[data-task="F"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5120)'%3E%3Cpath d='M64.0002 61.3334C64.0002 62.0407 63.7192 62.719 63.2191 63.219C62.719 63.7191 62.0407 64.0001 61.3335 64.0001H2.66681C1.95957 64.0001 1.28129 63.7191 0.781196 63.219C0.281099 62.719 0.000147044 62.0407 0.000147044 61.3334C0.000147044 60.6262 0.281099 59.9479 0.781196 59.4478C1.28129 58.9477 1.95957 58.6668 2.66681 58.6668H61.3335C62.0407 58.6668 62.719 58.9477 63.2191 59.4478C63.7192 59.9479 64.0002 60.6262 64.0002 61.3334ZM0.776147 22.8054C0.20154 21.7396 -0.0646672 20.5348 0.00740152 19.3261C0.0794703 18.1174 0.486963 16.9527 1.18415 15.9628C2.3235 14.2911 3.84933 12.9189 5.63215 11.9628L25.6348 1.55209C27.6009 0.529769 29.7842 -0.00396729 32.0001 -0.00396729C34.2161 -0.00396729 36.3994 0.529769 38.3655 1.55209L58.3655 11.9708C60.1483 12.9269 61.6741 14.2991 62.8135 15.9708C63.5107 16.9607 63.9182 18.1254 63.9902 19.3341C64.0623 20.5428 63.7961 21.7476 63.2215 22.8134C62.6029 23.9836 61.675 24.9617 60.5391 25.6411C59.4031 26.3206 58.1025 26.6753 56.7788 26.6668H56.0001V48.0001H58.6668C59.3741 48.0001 60.0523 48.281 60.5524 48.7811C61.0525 49.2812 61.3335 49.9595 61.3335 50.6668C61.3335 51.374 61.0525 52.0523 60.5524 52.5524C60.0523 53.0525 59.3741 53.3334 58.6668 53.3334H5.33348C4.62624 53.3334 3.94796 53.0525 3.44786 52.5524C2.94777 52.0523 2.66681 51.374 2.66681 50.6668C2.66681 49.9595 2.94777 49.2812 3.44786 48.7811C3.94796 48.281 4.62624 48.0001 5.33348 48.0001H8.00015V26.6668H7.22148C5.89657 26.675 4.59483 26.3193 3.45825 25.6384C2.32167 24.9575 1.3939 23.9775 0.776147 22.8054ZM13.3335 48.0001H21.3335V26.6668H13.3335V48.0001ZM26.6668 26.6668V48.0001H37.3335V26.6668H26.6668ZM50.6668 26.6668H42.6668V48.0001H50.6668V26.6668ZM5.50148 20.3334C5.6688 20.6419 5.91778 20.8984 6.22117 21.0748C6.52455 21.2512 6.87062 21.3406 7.22148 21.3334H56.7788C57.1297 21.3406 57.4757 21.2512 57.7791 21.0748C58.0825 20.8984 58.3315 20.6419 58.4988 20.3334C58.6207 20.1296 58.6796 19.8943 58.6682 19.6571C58.6569 19.4199 58.5756 19.1913 58.4348 19.0001C57.7887 18.0399 56.9206 17.2495 55.9042 16.6961L35.9041 6.27742C34.6988 5.65188 33.3608 5.32535 32.0028 5.32535C30.6448 5.32535 29.3068 5.65188 28.1015 6.27742L8.10148 16.6961C7.08544 17.2513 6.21756 18.0424 5.57081 19.0028C5.42972 19.1932 5.34789 19.421 5.33556 19.6576C5.32322 19.8943 5.38094 20.1294 5.50148 20.3334Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5120'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="g"]>input[type=checkbox]:checked:after,[data-task="g"]>p>input[type=checkbox]:checked:after,[data-task="g"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M59.2199 13.4112C56.8299 9.42781 52.5809 6.77219 47.8008 6.77219H15.9336C11.1535 6.77219 6.90462 9.42781 4.5145 13.4112C1.59338 18.7224 0 24.5648 0 30.6727C0 45.2784 5.84237 57.2287 13.278 57.2287C17.2614 57.2287 20.4481 53.5108 22.8381 45.8096C23.1036 44.7473 24.1659 43.9507 25.4937 43.9507H38.5062C39.5685 43.9507 40.6308 44.7473 41.1619 45.8096C43.5519 53.5108 46.7386 57.2287 50.722 57.2287C58.1576 57.2287 64 45.2784 64 30.6727C63.7345 24.5648 62.1411 18.7224 59.2199 13.4112ZM50.4564 51.9174C49.6598 51.9174 47.8008 49.7929 45.9419 44.2162C44.8796 40.7639 41.6929 38.6394 38.2406 38.6394H25.4937C22.0415 38.6394 18.8547 41.0294 17.7925 44.2162C15.9336 49.7929 14.0746 51.9174 13.278 51.9174C10.6224 51.9174 5.31125 43.6851 5.31125 30.6727C5.31125 25.6271 6.639 20.5814 9.02913 16.0669C10.6225 13.6769 13.2781 12.0836 15.9338 12.0836H47.801C50.4566 12.0836 53.1122 13.6769 54.7056 16.0669C57.0956 20.5814 58.4235 25.6271 58.4235 30.6727C58.4232 43.6851 53.112 51.9174 50.4564 51.9174Z' fill='%2308090E'/%3E%3Cpath d='M24.0001 24H21.3335V21.3334C21.3335 19.7334 20.2669 18.6668 18.6669 18.6668C17.0669 18.6668 16.0002 19.7334 16.0002 21.3334V24H13.3336C11.7336 24 10.667 25.0667 10.667 26.6666C10.667 28.2666 11.7336 29.3333 13.3336 29.3333H16.0001V32C16.0001 33.6 17.0667 34.6666 18.6668 34.6666C20.2668 34.6666 21.3334 33.6 21.3334 32V29.3334H24.0001C25.6001 29.3334 26.6668 28.2668 26.6668 26.6668C26.6668 25.0667 25.6001 24 24.0001 24Z' fill='%2308090E'/%3E%3Cpath d='M49.3334 26.6666C51.5425 26.6666 53.3334 24.8757 53.3334 22.6666C53.3334 20.4574 51.5425 18.6666 49.3334 18.6666C47.1242 18.6666 45.3334 20.4574 45.3334 22.6666C45.3334 24.8757 47.1242 26.6666 49.3334 26.6666Z' fill='%2308090E'/%3E%3Cpath d='M41.3334 34.6666C43.5425 34.6666 45.3334 32.8757 45.3334 30.6666C45.3334 28.4574 43.5425 26.6666 41.3334 26.6666C39.1242 26.6666 37.3334 28.4574 37.3334 30.6666C37.3334 32.8757 39.1242 34.6666 41.3334 34.6666Z' fill='%2308090E'/%3E%3C/svg%3E")}[data-task="G"]>input[type=checkbox]:checked:after,[data-task="G"]>p>input[type=checkbox]:checked:after,[data-task="G"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4861)'%3E%3Cpath d='M61.1792 18.2318L55.3605 12.4104L57.8859 9.88508C58.1405 9.63909 58.3437 9.34484 58.4835 9.0195C58.6232 8.69415 58.6968 8.34423 58.6999 7.99015C58.7029 7.63608 58.6355 7.28493 58.5014 6.95721C58.3673 6.62948 58.1693 6.33175 57.9189 6.08136C57.6685 5.83098 57.3708 5.63298 57.0431 5.49889C56.7153 5.36481 56.3642 5.29734 56.0101 5.30042C55.656 5.30349 55.3061 5.37706 54.9808 5.51681C54.6554 5.65657 54.3612 5.85972 54.1152 6.11442L51.5899 8.63975L45.7685 2.82108C43.9337 1.07261 41.4964 0.0972748 38.9619 0.0972748C36.4273 0.0972748 33.99 1.07261 32.1552 2.82108C31.2607 3.71486 30.5511 4.77615 30.0669 5.94431C29.5828 7.11246 29.3336 8.36458 29.3336 9.62908C29.3336 10.8936 29.5828 12.1457 30.0669 13.3139C30.5511 14.482 31.2607 15.5433 32.1552 16.4371L37.9739 22.2557L22.2565 37.9731L16.4352 32.1544C14.6004 30.4059 12.163 29.4306 9.62852 29.4306C7.094 29.4306 4.65669 30.4059 2.82185 32.1544C1.92734 33.0482 1.21773 34.1095 0.733587 35.2776C0.249439 36.4458 0.000244141 37.6979 0.000244141 38.9624C0.000244141 40.2269 0.249439 41.479 0.733587 42.6472C1.21773 43.8153 1.92734 44.8766 2.82185 45.7704L8.64052 51.5891L6.11519 54.1144C5.86049 54.3604 5.65734 54.6547 5.51758 54.98C5.37783 55.3053 5.30426 55.6553 5.30119 56.0093C5.29811 56.3634 5.36558 56.7146 5.49966 57.0423C5.63375 57.37 5.83175 57.6678 6.08213 57.9181C6.33251 58.1685 6.63025 58.3665 6.95798 58.5006C7.2857 58.6347 7.63685 58.7022 7.99092 58.6991C8.345 58.696 8.69492 58.6224 9.02027 58.4827C9.34561 58.3429 9.63986 58.1398 9.88585 57.8851L12.4112 55.3597L18.2325 61.1784C19.1262 62.0725 20.1874 62.7818 21.3553 63.2657C22.5232 63.7496 23.775 63.9987 25.0392 63.9987C26.3034 63.9987 27.5552 63.7496 28.7231 63.2657C29.891 62.7818 30.9521 62.0725 31.8459 61.1784C32.7403 60.2849 33.4498 59.2238 33.9339 58.0559C34.4181 56.8879 34.6672 55.636 34.6672 54.3717C34.6672 53.1075 34.4181 51.8556 33.9339 50.6876C33.4498 49.5197 32.7403 48.4586 31.8459 47.5651L26.0272 41.7464L41.7605 26.0264L47.5792 31.8451C48.4729 32.7392 49.534 33.4485 50.7019 33.9324C51.8699 34.4163 53.1217 34.6654 54.3859 34.6654C55.65 34.6654 56.9019 34.4163 58.0698 33.9324C59.2377 33.4485 60.2988 32.7392 61.1925 31.8451C62.087 30.9515 62.7965 29.8905 63.2806 28.7225C63.7647 27.5546 64.0139 26.3027 64.0139 25.0384C64.0139 23.7741 63.7647 22.5222 63.2806 21.3543C62.7965 20.1864 62.087 19.1253 61.1925 18.2318H61.1792ZM29.3339 54.3731C29.335 54.937 29.2244 55.4955 29.0083 56.0164C28.7923 56.5373 28.4751 57.0102 28.0752 57.4077C27.2578 58.1896 26.1703 58.626 25.0392 58.626C23.9081 58.626 22.8206 58.1896 22.0032 57.4077L6.59252 41.9971C5.78732 41.1919 5.33497 40.0998 5.33497 38.9611C5.33497 37.8224 5.78732 36.7303 6.59252 35.9251C7.39772 35.1199 8.4898 34.6675 9.62852 34.6675C10.7672 34.6675 11.8593 35.1199 12.6645 35.9251L28.0752 51.3357C28.4754 51.7336 28.7928 52.2069 29.0088 52.7283C29.2249 53.2497 29.3354 53.8087 29.3339 54.3731ZM57.4085 28.0744C56.5912 28.8563 55.5036 29.2927 54.3725 29.2927C53.2414 29.2927 52.1539 28.8563 51.3365 28.0744L35.9259 12.6638C35.5272 12.2651 35.2109 11.7917 34.9951 11.2708C34.7794 10.7499 34.6683 10.1916 34.6683 9.62775C34.6683 8.48903 35.1207 7.39695 35.9259 6.59175C36.7311 5.78655 37.8231 5.3342 38.9619 5.3342C40.1006 5.3342 41.1927 5.78655 41.9979 6.59175L57.4085 22.0024C57.8076 22.4009 58.1241 22.8742 58.3401 23.3951C58.5561 23.9161 58.6673 24.4745 58.6673 25.0384C58.6673 25.6024 58.5561 26.1608 58.3401 26.6817C58.1241 27.2027 57.8076 27.6759 57.4085 28.0744Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4861'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="h"]>input[type=checkbox]:checked:after,[data-task="h"]>p>input[type=checkbox]:checked:after,[data-task="h"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4854)'%3E%3Cpath d='M61.6565 24.1838L41.4299 3.95445C38.9265 1.45842 35.5356 0.056778 32.0005 0.056778C28.4654 0.056778 25.0745 1.45842 22.5712 3.95445L2.34452 24.1838C1.59899 24.9245 1.00791 25.8059 0.60554 26.7768C0.203174 27.7477 -0.00247279 28.7888 0.000520493 29.8398V56.0184C0.000520493 58.1402 0.843375 60.175 2.34367 61.6753C3.84396 63.1756 5.87879 64.0184 8.00052 64.0184H56.0005C58.1223 64.0184 60.1571 63.1756 61.6574 61.6753C63.1577 60.175 64.0005 58.1402 64.0005 56.0184V29.8398C64.0035 28.7888 63.7979 27.7477 63.3955 26.7768C62.9931 25.8059 62.4021 24.9245 61.6565 24.1838ZM40.0005 58.6851H24.0005V48.1945C24.0005 46.0727 24.8434 44.0379 26.3437 42.5376C27.844 41.0373 29.8788 40.1945 32.0005 40.1945C34.1223 40.1945 36.1571 41.0373 37.6574 42.5376C39.1577 44.0379 40.0005 46.0727 40.0005 48.1945V58.6851ZM58.6672 56.0184C58.6672 56.7257 58.3862 57.404 57.8861 57.9041C57.386 58.4042 56.7078 58.6851 56.0005 58.6851H45.3339V48.1945C45.3339 44.6582 43.9291 41.2668 41.4286 38.7664C38.9281 36.2659 35.5367 34.8611 32.0005 34.8611C28.4643 34.8611 25.0729 36.2659 22.5724 38.7664C20.0719 41.2668 18.6672 44.6582 18.6672 48.1945V58.6851H8.00052C7.29328 58.6851 6.615 58.4042 6.1149 57.9041C5.61481 57.404 5.33385 56.7257 5.33385 56.0184V29.8398C5.33633 29.1331 5.61702 28.4557 6.11519 27.9544L26.3419 7.73311C27.8451 6.23693 29.8796 5.39696 32.0005 5.39696C34.1214 5.39696 36.156 6.23693 37.6592 7.73311L57.8859 27.9624C58.3821 28.4618 58.6626 29.1358 58.6672 29.8398V56.0184Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4854'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="H"]>input[type=checkbox]:checked:after,[data-task="H"]>p>input[type=checkbox]:checked:after,[data-task="H"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5007)'%3E%3Cpath d='M46.6666 5.11076C43.6638 5.15747 40.7265 5.99571 38.1513 7.54082C35.5761 9.08593 33.4543 11.2832 32 13.9108C30.5457 11.2832 28.4238 9.08593 25.8486 7.54082C23.2734 5.99571 20.3361 5.15747 17.3333 5.11076C12.5465 5.31874 8.03652 7.41277 4.78872 10.9354C1.54093 14.458 -0.180698 19.1228 -2.98442e-05 23.9108C-2.98442e-05 36.0361 12.7626 49.2788 23.4666 58.2574C25.8566 60.2658 28.8782 61.3668 32 61.3668C35.1217 61.3668 38.1434 60.2658 40.5333 58.2574C51.2373 49.2788 64 36.0361 64 23.9108C64.1806 19.1228 62.459 14.458 59.2112 10.9354C55.9634 7.41277 51.4535 5.31874 46.6666 5.11076ZM37.1066 54.1774C35.6773 55.3811 33.8686 56.0412 32 56.0412C30.1313 56.0412 28.3227 55.3811 26.8933 54.1774C13.192 42.6814 5.3333 31.6521 5.3333 23.9108C5.15101 20.5367 6.31028 17.2274 8.55827 14.7046C10.8063 12.1819 13.9606 10.6504 17.3333 10.4441C20.706 10.6504 23.8603 12.1819 26.1083 14.7046C28.3563 17.2274 29.5156 20.5367 29.3333 23.9108C29.3333 24.618 29.6143 25.2963 30.1144 25.7964C30.6145 26.2965 31.2927 26.5774 32 26.5774C32.7072 26.5774 33.3855 26.2965 33.8856 25.7964C34.3857 25.2963 34.6666 24.618 34.6666 23.9108C34.4843 20.5367 35.6436 17.2274 37.8916 14.7046C40.1396 12.1819 43.2939 10.6504 46.6666 10.4441C50.0393 10.6504 53.1937 12.1819 55.4417 14.7046C57.6897 17.2274 58.8489 20.5367 58.6666 23.9108C58.6666 31.6521 50.808 42.6814 37.1066 54.1668V54.1774Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5007'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="i"]>input[type=checkbox]:checked:after,[data-task="i"]>p>input[type=checkbox]:checked:after,[data-task="i"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4844)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M31.9996 26.6675H29.3329C28.6257 26.6675 27.9474 26.9484 27.4473 27.4485C26.9472 27.9486 26.6663 28.6269 26.6663 29.3341C26.6663 30.0414 26.9472 30.7197 27.4473 31.2198C27.9474 31.7199 28.6257 32.0008 29.3329 32.0008H31.9996V48.0008C31.9996 48.7081 32.2805 49.3863 32.7806 49.8864C33.2807 50.3865 33.959 50.6675 34.6662 50.6675C35.3735 50.6675 36.0518 50.3865 36.5519 49.8864C37.052 49.3863 37.3329 48.7081 37.3329 48.0008V32.0008C37.3329 30.5863 36.771 29.2298 35.7708 28.2296C34.7706 27.2294 33.4141 26.6675 31.9996 26.6675Z' fill='%2308090E'/%3E%3Cpath d='M32 21.3325C34.2091 21.3325 36 19.5416 36 17.3325C36 15.1234 34.2091 13.3325 32 13.3325C29.7909 13.3325 28 15.1234 28 17.3325C28 19.5416 29.7909 21.3325 32 21.3325Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4844'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="I"]>input[type=checkbox]:checked:after,[data-task="I"]>p>input[type=checkbox]:checked:after,[data-task="I"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4884)'%3E%3Cpath d='M47.9845 6.09626C44.7296 3.18838 40.7433 1.22315 36.4547 0.412078C32.166 -0.398994 27.7374 -0.0252051 23.6454 1.49322C19.5534 3.01164 15.9529 5.61721 13.2315 9.02952C10.51 12.4418 8.77062 16.5317 8.20046 20.8589C7.68841 24.6532 8.09793 28.515 9.39438 32.1174C10.6908 35.7199 12.836 38.9571 15.6485 41.5549C17.3877 43.0801 18.7911 44.9499 19.7697 47.0459C20.7484 49.1419 21.281 51.4183 21.3338 53.7309V54.1603C21.3366 56.7691 22.3742 59.2703 24.219 61.1151C26.0637 62.9598 28.5649 63.9974 31.1738 64.0003H32.8271C35.436 63.9974 37.9372 62.9598 39.7819 61.1151C41.6267 59.2703 42.6643 56.7691 42.6671 54.1603V52.6963C42.7071 50.6522 43.1881 48.6408 44.0773 46.7998C44.9665 44.9588 46.2429 43.3316 47.8191 42.0296C50.3754 39.7908 52.4267 37.0343 53.8372 33.9429C55.2477 30.8514 55.9852 27.4955 56.0009 24.0975C56.0165 20.6995 55.3099 17.337 53.9279 14.2327C52.5459 11.1284 50.52 8.35317 47.9845 6.09093V6.09626ZM32.8271 58.6669H31.1738C29.979 58.6655 28.8335 58.1903 27.9887 57.3454C27.1438 56.5005 26.6685 55.3551 26.6671 54.1603C26.6671 54.1603 26.6485 53.4669 26.6458 53.3336H37.3338V54.1603C37.3324 55.3551 36.8571 56.5005 36.0123 57.3454C35.1674 58.1903 34.0219 58.6655 32.8271 58.6669ZM44.2938 38.0243C41.2576 40.6577 39.0649 44.1276 37.9898 48.0003H34.6671V28.8429C36.2215 28.2934 37.5682 27.277 38.5229 25.9328C39.4776 24.5886 39.9936 22.9823 40.0005 21.3336C40.0005 20.6264 39.7195 19.9481 39.2194 19.448C38.7193 18.9479 38.041 18.6669 37.3338 18.6669C36.6266 18.6669 35.9483 18.9479 35.4482 19.448C34.9481 19.9481 34.6671 20.6264 34.6671 21.3336C34.6671 22.0408 34.3862 22.7191 33.8861 23.2192C33.386 23.7193 32.7077 24.0003 32.0005 24.0003C31.2932 24.0003 30.6149 23.7193 30.1148 23.2192C29.6147 22.7191 29.3338 22.0408 29.3338 21.3336C29.3338 20.6264 29.0528 19.9481 28.5527 19.448C28.0526 18.9479 27.3744 18.6669 26.6671 18.6669C25.9599 18.6669 25.2816 18.9479 24.7815 19.448C24.2814 19.9481 24.0005 20.6264 24.0005 21.3336C24.0073 22.9823 24.5234 24.5886 25.478 25.9328C26.4327 27.277 27.7794 28.2934 29.3338 28.8429V48.0003H25.8085C24.6058 44.0248 22.3501 40.4488 19.2805 37.6509C16.675 35.2232 14.8184 32.1008 13.9297 28.6522C13.041 25.2037 13.1574 21.5728 14.265 18.1882C15.3727 14.8036 17.4254 11.8065 20.1809 9.55056C22.9364 7.2946 26.2798 5.87395 29.8165 5.45626C30.5496 5.37442 31.2868 5.33347 32.0245 5.33359C36.6046 5.31998 41.0263 7.00993 44.4298 10.0749C46.4023 11.8339 47.9784 13.992 49.0536 16.4062C50.1289 18.8204 50.6787 21.4356 50.6666 24.0785C50.6545 26.7213 50.0807 29.3313 48.9834 31.7356C47.8862 34.1399 46.2903 36.2835 44.3018 38.0243H44.2938Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4884'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="m"]>input[type=checkbox]:checked:after,[data-task="m"]>p>input[type=checkbox]:checked:after,[data-task="m"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5119)'%3E%3Cpath d='M60.144 2.46138C58.9401 1.45734 57.5287 0.732604 56.0113 0.33929C54.4938 -0.0540232 52.908 -0.106132 51.368 0.186713L26.8773 4.77871C23.8206 5.35156 21.0603 6.97489 19.074 9.36784C17.0877 11.7608 16.0003 14.7728 16 17.8827V44.1494C14.3857 43.1896 12.5447 42.6778 10.6667 42.6667C8.55701 42.6667 6.49471 43.2923 4.74059 44.4644C2.98646 45.6364 1.61929 47.3023 0.811957 49.2514C0.00462167 51.2005 -0.206614 53.3452 0.204962 55.4143C0.616538 57.4835 1.63244 59.3841 3.1242 60.8759C4.61596 62.3676 6.51658 63.3835 8.58571 63.7951C10.6548 64.2067 12.7996 63.9954 14.7486 63.1881C16.6977 62.3808 18.3636 61.0136 19.5357 59.2595C20.7078 57.5053 21.3333 55.443 21.3333 53.3334V29.0027C21.3333 27.7584 21.7682 26.5532 22.563 25.5958C23.3578 24.6384 24.4623 23.989 25.6853 23.76L55.5067 18.16C55.8935 18.0872 56.2917 18.1009 56.6726 18.2002C57.0535 18.2995 57.4077 18.4818 57.7098 18.7342C58.0119 18.9866 58.2543 19.3027 58.4198 19.6599C58.5852 20.0171 58.6695 20.4064 58.6667 20.8V36.16C57.0535 35.1965 55.2123 34.681 53.3333 34.6667C51.2237 34.6667 49.1614 35.2923 47.4073 36.4644C45.6531 37.6364 44.286 39.3023 43.4786 41.2514C42.6713 43.2005 42.4601 45.3452 42.8716 47.4143C43.2832 49.4835 44.2991 51.3841 45.7909 52.8759C47.2826 54.3676 49.1833 55.3835 51.2524 55.7951C53.3215 56.2067 55.4662 55.9954 57.4153 55.1881C59.3644 54.3808 61.0303 53.0136 62.2024 51.2595C63.3744 49.5053 64 47.443 64 45.3334V10.6667C64.0018 9.09935 63.6571 7.55097 62.9905 6.13243C62.3238 4.7139 61.3518 3.46029 60.144 2.46138ZM10.6667 58.6667C9.61184 58.6667 8.58069 58.3539 7.70363 57.7679C6.82657 57.1819 6.14298 56.3489 5.73932 55.3744C5.33565 54.3998 5.23003 53.3275 5.43582 52.2929C5.64161 51.2583 6.14956 50.308 6.89544 49.5621C7.64132 48.8163 8.59163 48.3083 9.62619 48.1025C10.6608 47.8967 11.7331 48.0024 12.7077 48.406C13.6822 48.8097 14.5151 49.4933 15.1012 50.3703C15.6872 51.2474 16 52.2785 16 53.3334C16 54.7479 15.4381 56.1044 14.4379 57.1046C13.4377 58.1048 12.0812 58.6667 10.6667 58.6667ZM54.5253 12.928L24.7013 18.5174C23.5155 18.7433 22.3767 19.1689 21.3333 19.776V17.8827C21.3331 16.0166 21.9852 14.2092 23.1768 12.7731C24.3684 11.337 26.0246 10.3627 27.8587 10.0187L52.352 5.42671C53.122 5.28258 53.9142 5.30982 54.6725 5.50651C55.4307 5.70319 56.1363 6.06449 56.7391 6.56471C57.3419 7.06494 57.8272 7.69181 58.1603 8.40077C58.4935 9.10974 58.6663 9.88338 58.6667 10.6667V13.2907C57.3436 12.8013 55.9134 12.6761 54.5253 12.928ZM53.3333 50.6667C52.2785 50.6667 51.2474 50.3539 50.3703 49.7679C49.4932 49.1819 48.8097 48.3489 48.406 47.3744C48.0023 46.3998 47.8967 45.3275 48.1025 44.2929C48.3083 43.2583 48.8162 42.308 49.5621 41.5621C50.308 40.8163 51.2583 40.3083 52.2929 40.1025C53.3274 39.8967 54.3998 40.0024 55.3743 40.406C56.3489 40.8097 57.1818 41.4933 57.7678 42.3703C58.3539 43.2474 58.6667 44.2785 58.6667 45.3334C58.6667 46.7479 58.1048 48.1044 57.1046 49.1046C56.1044 50.1048 54.7478 50.6667 53.3333 50.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5119'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="M"]>input[type=checkbox]:checked:after,[data-task="M"]>p>input[type=checkbox]:checked:after,[data-task="M"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5186)'%3E%3Cpath d='M61.472 31.0774L56.6213 20.168C55.3643 17.3398 53.3139 14.9369 50.7187 13.2505C48.1236 11.5641 45.095 10.6666 42 10.6667H38.4L36.64 3.62136C36.3804 2.58737 35.7829 1.66971 34.9422 1.01404C34.1016 0.358382 33.0661 0.00228882 32 0.00228882C30.9339 0.00228882 29.8984 0.358382 29.0578 1.01404C28.2171 1.66971 27.6196 2.58737 27.36 3.62136L25.6 10.6667H13.3333C9.79841 10.6709 6.40949 12.077 3.90992 14.5766C1.41035 17.0762 0.00423429 20.4651 0 24L0 45.3334C0.0057216 47.0158 0.542804 48.6535 1.53458 50.0126C2.52636 51.3717 3.92213 52.3827 5.52267 52.9014C5.40195 53.4822 5.33854 54.0735 5.33333 54.6667C5.33333 57.1421 6.31666 59.516 8.067 61.2664C9.81734 63.0167 12.1913 64 14.6667 64C17.142 64 19.516 63.0167 21.2663 61.2664C23.0167 59.516 24 57.1421 24 54.6667C23.9958 54.2202 23.9593 53.7746 23.8907 53.3334H40.1093C40.0407 53.7746 40.0042 54.2202 40 54.6667C40 57.1421 40.9833 59.516 42.7337 61.2664C44.484 63.0167 46.858 64 49.3333 64C51.8087 64 54.1827 63.0167 55.933 61.2664C57.6833 59.516 58.6667 57.1421 58.6667 54.6667C58.6615 54.0735 58.598 53.4822 58.4773 52.9014C60.0779 52.3827 61.4736 51.3717 62.4654 50.0126C63.4572 48.6535 63.9943 47.0158 64 45.3334V42.992C64.0058 38.8868 63.1443 34.8266 61.472 31.0774ZM51.7493 22.336L54.8613 29.3334H45.3333C44.6261 29.3334 43.9478 29.0524 43.4477 28.5523C42.9476 28.0522 42.6667 27.3739 42.6667 26.6667V16.048C44.6104 16.1672 46.4843 16.8162 48.0854 17.9246C49.6865 19.0331 50.9536 20.5587 51.7493 22.336ZM18.6667 54.6667C18.6667 55.7276 18.2452 56.745 17.4951 57.4951C16.7449 58.2453 15.7275 58.6667 14.6667 58.6667C13.6058 58.6667 12.5884 58.2453 11.8382 57.4951C11.0881 56.745 10.6667 55.7276 10.6667 54.6667C10.6683 54.2109 10.7523 53.7592 10.9147 53.3334H18.4187C18.581 53.7592 18.665 54.2109 18.6667 54.6667ZM49.3333 58.6667C48.2725 58.6667 47.2551 58.2453 46.5049 57.4951C45.7548 56.745 45.3333 55.7276 45.3333 54.6667C45.335 54.2109 45.419 53.7592 45.5813 53.3334H53.0853C53.2477 53.7592 53.3317 54.2109 53.3333 54.6667C53.3333 55.7276 52.9119 56.745 52.1618 57.4951C51.4116 58.2453 50.3942 58.6667 49.3333 58.6667ZM58.6667 45.3334C58.6667 46.0406 58.3857 46.7189 57.8856 47.219C57.3855 47.7191 56.7072 48 56 48H8C7.29276 48 6.61448 47.7191 6.11438 47.219C5.61428 46.7189 5.33333 46.0406 5.33333 45.3334V24C5.33333 21.8783 6.17619 19.8435 7.67648 18.3432C9.17677 16.8429 11.2116 16 13.3333 16H37.3333V26.6667C37.3333 28.7884 38.1762 30.8233 39.6765 32.3236C41.1768 33.8238 43.2116 34.6667 45.3333 34.6667H57.144C58.1454 37.3284 58.6611 40.1482 58.6667 42.992V45.3334ZM29.3333 32C29.3333 32.7073 29.0524 33.3856 28.5523 33.8856C28.0522 34.3857 27.3739 34.6667 26.6667 34.6667H24V37.3334C24 38.0406 23.719 38.7189 23.219 39.219C22.7189 39.7191 22.0406 40 21.3333 40C20.6261 40 19.9478 39.7191 19.4477 39.219C18.9476 38.7189 18.6667 38.0406 18.6667 37.3334V34.6667H16C15.2928 34.6667 14.6145 34.3857 14.1144 33.8856C13.6143 33.3856 13.3333 32.7073 13.3333 32C13.3333 31.2928 13.6143 30.6145 14.1144 30.1144C14.6145 29.6143 15.2928 29.3334 16 29.3334H18.6667V26.6667C18.6667 25.9595 18.9476 25.2812 19.4477 24.7811C19.9478 24.281 20.6261 24 21.3333 24C22.0406 24 22.7189 24.281 23.219 24.7811C23.719 25.2812 24 25.9595 24 26.6667V29.3334H26.6667C27.3739 29.3334 28.0522 29.6143 28.5523 30.1144C29.0524 30.6145 29.3333 31.2928 29.3333 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5186'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="p"]>input[type=checkbox]:checked:after,[data-task="p"]>p>input[type=checkbox]:checked:after,[data-task="p"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4920)'%3E%3Cpath d='M32 31.9999C35.1645 31.9999 38.2579 31.0615 40.8891 29.3034C43.5203 27.5453 45.5711 25.0464 46.7821 22.1228C47.9931 19.1992 48.3099 15.9821 47.6926 12.8784C47.0752 9.77474 45.5514 6.92382 43.3137 4.68618C41.0761 2.44854 38.2251 0.924684 35.1214 0.307321C32.0177 -0.310043 28.8007 0.00681051 25.8771 1.21781C22.9534 2.42881 20.4546 4.47957 18.6965 7.11076C16.9384 9.74195 16 12.8354 16 15.9999C16.0042 20.2421 17.6913 24.3093 20.691 27.3089C23.6906 30.3086 27.7578 31.9957 32 31.9999ZM32 5.33322C34.1097 5.33322 36.172 5.95881 37.9261 7.13088C39.6802 8.30294 41.0474 9.96885 41.8547 11.9179C42.6621 13.867 42.8733 16.0117 42.4617 18.0808C42.0501 20.15 41.0342 22.0506 39.5425 23.5424C38.0507 25.0341 36.1501 26.05 34.081 26.4616C32.0118 26.8732 29.8671 26.6619 27.918 25.8546C25.969 25.0473 24.3031 23.6801 23.131 21.926C21.9589 20.1718 21.3333 18.1096 21.3333 15.9999C21.3333 13.1709 22.4571 10.4578 24.4575 8.45741C26.4579 6.45703 29.171 5.33322 32 5.33322Z' fill='%2308090E'/%3E%3Cpath d='M32 37.335C25.637 37.342 19.5366 39.8728 15.0372 44.3722C10.5379 48.8715 8.00706 54.9719 8 61.335C8 62.0422 8.28095 62.7205 8.78105 63.2206C9.28115 63.7207 9.95942 64.0016 10.6667 64.0016C11.3739 64.0016 12.0522 63.7207 12.5523 63.2206C13.0524 62.7205 13.3333 62.0422 13.3333 61.335C13.3333 56.3843 15.3 51.6363 18.8007 48.1356C22.3014 44.635 27.0493 42.6683 32 42.6683C36.9507 42.6683 41.6986 44.635 45.1993 48.1356C48.7 51.6363 50.6667 56.3843 50.6667 61.335C50.6667 62.0422 50.9476 62.7205 51.4477 63.2206C51.9478 63.7207 52.6261 64.0016 53.3333 64.0016C54.0406 64.0016 54.7189 63.7207 55.219 63.2206C55.7191 62.7205 56 62.0422 56 61.335C55.9929 54.9719 53.4621 48.8715 48.9628 44.3722C44.4634 39.8728 38.363 37.342 32 37.335Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4920'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="P"]>input[type=checkbox]:checked:after,[data-task="P"]>p>input[type=checkbox]:checked:after,[data-task="P"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4798)'%3E%3Cpath d='M56 26.6665H47.1813L35.8559 4.16782C35.1675 2.90621 34.1519 1.85335 32.9159 1.11991C31.6799 0.386477 30.2692 -0.000442433 28.8319 -0.000176417H28.3466C27.2583 -0.00167939 26.1845 0.250127 25.2103 0.735318C24.2361 1.22051 23.3882 1.92577 22.7337 2.79529C22.0791 3.66481 21.636 4.67473 21.4392 5.74513C21.2424 6.81553 21.2974 7.91704 21.5999 8.96249L26.7413 26.6665H20.3839C19.3326 26.6693 18.2912 26.4635 17.3199 26.0612C16.3486 25.6588 15.4667 25.0679 14.7253 24.3225L10.9466 20.5332C9.9808 19.5683 8.73273 18.9363 7.38344 18.7286C6.03415 18.521 4.6538 18.7486 3.44261 19.3785C2.69316 19.7651 2.03072 20.301 1.49601 20.9531C0.961293 21.6052 0.565607 22.3598 0.333276 23.1705C0.0763199 24.0403 -0.0022769 24.953 0.102201 25.8539C0.20668 26.7548 0.49208 27.6253 0.941276 28.4132L5.24528 35.9465C6.4137 37.9854 8.09906 39.6802 10.1314 40.86C12.1638 42.0398 14.4713 42.6629 16.8213 42.6665H26.7173L22.2693 54.5252C21.8711 55.5858 21.7359 56.7272 21.8752 57.8515C22.0146 58.9759 22.4244 60.0497 23.0695 60.9811C23.7146 61.9124 24.5758 62.6735 25.5794 63.1993C26.583 63.725 27.699 63.9997 28.8319 63.9998C30.2443 64.0073 31.633 63.6372 32.8544 62.9279C34.0757 62.2185 35.0853 61.1957 35.7786 59.9652L46.5706 42.6665H56C58.1217 42.6665 60.1565 41.8236 61.6568 40.3234C63.1571 38.8231 64 36.7882 64 34.6665C64 32.5448 63.1571 30.5099 61.6568 29.0096C60.1565 27.5093 58.1217 26.6665 56 26.6665ZM26.7333 7.47983C26.6609 7.22964 26.6477 6.96606 26.6948 6.7099C26.7418 6.45374 26.8477 6.21202 27.0042 6.00382C27.1606 5.79563 27.3634 5.62666 27.5963 5.51027C27.8293 5.39388 28.0862 5.33324 28.3466 5.33316H28.8319C29.2969 5.32916 29.7547 5.44816 30.1588 5.6781C30.563 5.90804 30.8992 6.24075 31.1333 6.64249L41.2133 26.6665H32.2933L26.7333 7.47983ZM56 37.3332H45.0906C44.6381 37.3334 44.1931 37.4489 43.7975 37.6686C43.4019 37.8883 43.0687 38.2051 42.8293 38.5892L31.1733 57.2772C30.9438 57.6977 30.6053 58.0487 30.1933 58.2931C29.7813 58.5376 29.311 58.6666 28.8319 58.6665C28.5609 58.6667 28.2938 58.6012 28.0536 58.4754C27.8135 58.3497 27.6075 58.1675 27.4532 57.9446C27.299 57.7216 27.2012 57.4646 27.1682 57.1955C27.1353 56.9265 27.1681 56.6534 27.2639 56.3998L33.0613 40.9332C33.212 40.5297 33.2628 40.0958 33.2093 39.6685C33.1558 39.2411 32.9995 38.8331 32.754 38.4793C32.5084 38.1255 32.1808 37.8365 31.7992 37.6369C31.4176 37.4373 30.9933 37.3331 30.5626 37.3332H16.8213C15.413 37.3308 14.0302 36.9568 12.8128 36.2488C11.5954 35.5408 10.5865 34.524 9.88794 33.3012L5.57061 25.7652C5.48026 25.6045 5.42266 25.4275 5.40115 25.2444C5.37964 25.0613 5.39463 24.8757 5.44528 24.6985C5.472 24.5804 5.52333 24.4692 5.59593 24.3722C5.66853 24.2753 5.76077 24.1947 5.86661 24.1358C6.03098 24.0486 6.21386 24.0019 6.39994 23.9998C6.68615 24.0018 6.96045 24.1146 7.16528 24.3145L10.9439 28.0932C12.1809 29.3363 13.6522 30.3217 15.2726 30.9922C16.893 31.6628 18.6303 32.0053 20.3839 31.9998H56C56.7072 31.9998 57.3855 32.2808 57.8856 32.7809C58.3857 33.281 58.6666 33.9593 58.6666 34.6665C58.6666 35.3737 58.3857 36.052 57.8856 36.5521C57.3855 37.0522 56.7072 37.3332 56 37.3332Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4798'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="s"]>input[type=checkbox]:checked:after,[data-task="s"]>p>input[type=checkbox]:checked:after,[data-task="s"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4784)'%3E%3Cpath d='M58.933 5.06806C49.7703 -4.08127 24.9917 -0.17727 12.405 12.4067C-0.181678 24.9907 -4.08301 49.7721 5.06632 58.9347C9.35056 62.5331 14.8631 64.3302 20.445 63.9481C32.0025 63.8459 43.1076 59.4423 51.5943 51.5961C64.1757 39.0121 68.0823 14.2307 58.933 5.06806ZM43.5543 5.33473C47.7251 5.00046 51.8684 6.25176 55.157 8.83873C57.8663 11.5507 58.9623 16.8014 58.557 22.7881L41.2237 5.45473C42.0103 5.40406 42.7997 5.33473 43.5543 5.33473ZM8.84232 55.1587C6.13299 52.4521 5.03699 47.2014 5.44232 41.2147L22.7757 58.5481C16.7997 58.9614 11.549 57.8681 8.84232 55.1587ZM47.8237 47.8254C42.6614 52.6894 36.2749 56.0601 29.3463 57.5774L6.41299 34.6441C7.93378 27.7176 11.3082 21.3346 16.1757 16.1774C21.3464 11.3149 27.7445 7.95362 34.6823 6.45473L57.5783 29.3507C56.0612 36.2792 52.6894 42.665 47.8237 47.8254ZM47.2183 31.2201C46.7183 31.72 46.0401 32.0008 45.333 32.0008C44.6259 32.0008 43.9477 31.72 43.4477 31.2201L39.9997 27.7721L35.7703 32.0014L39.2183 35.4494C39.473 35.6954 39.6762 35.9896 39.8159 36.315C39.9557 36.6403 40.0292 36.9903 40.0323 37.3443C40.0354 37.6984 39.9679 38.0496 39.8338 38.3773C39.6998 38.705 39.5018 39.0027 39.2514 39.2531C39.001 39.5035 38.7033 39.7015 38.3755 39.8356C38.0478 39.9697 37.6967 40.0371 37.3426 40.0341C36.9885 40.031 36.6386 39.9574 36.3132 39.8177C35.9879 39.6779 35.6936 39.4748 35.4477 39.2201L31.9997 35.7721L27.7703 40.0014L31.2183 43.4494C31.473 43.6954 31.6762 43.9896 31.8159 44.315C31.9557 44.6403 32.0292 44.9903 32.0323 45.3443C32.0354 45.6984 31.9679 46.0495 31.8338 46.3773C31.6998 46.705 31.5018 47.0027 31.2514 47.2531C31.001 47.5035 30.7033 47.7015 30.3755 47.8356C30.0478 47.9697 29.6967 48.0371 29.3426 48.0341C28.9885 48.031 28.6386 47.9574 28.3132 47.8177C27.9879 47.6779 27.6936 47.4748 27.4477 47.2201L16.781 36.5534C16.2952 36.0505 16.0264 35.3769 16.0325 34.6777C16.0386 33.9785 16.3191 33.3096 16.8135 32.8152C17.3079 32.3208 17.9767 32.0403 18.6759 32.0343C19.3751 32.0282 20.0487 32.297 20.5517 32.7827L23.9997 36.2307L28.229 32.0014L24.781 28.5534C24.2952 28.0505 24.0264 27.3769 24.0325 26.6777C24.0386 25.9785 24.319 25.3096 24.8135 24.8152C25.3079 24.3208 25.9767 24.0403 26.6759 24.0343C27.3751 24.0282 28.0487 24.297 28.5517 24.7827L31.9997 28.2307L36.229 24.0014L32.781 20.5534C32.2952 20.0505 32.0264 19.3769 32.0325 18.6777C32.0386 17.9785 32.319 17.3096 32.8135 16.8152C33.3079 16.3208 33.9767 16.0403 34.6759 16.0343C35.3751 16.0282 36.0487 16.297 36.5517 16.7827L47.2183 27.4494C47.7182 27.9495 47.9991 28.6276 47.9991 29.3347C47.9991 30.0418 47.7182 30.72 47.2183 31.2201Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4784'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="S"]>input[type=checkbox]:checked:after,[data-task="S"]>p>input[type=checkbox]:checked:after,[data-task="S"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5172)'%3E%3Cpath d='M63.2181 59.4499L47.3008 43.5325C51.6384 38.2274 53.7711 31.4581 53.2577 24.6247C52.7442 17.7913 49.624 11.4166 44.5423 6.81925C39.4606 2.22189 32.8063 -0.246427 25.9558 -0.0751425C19.1053 0.0961423 12.5826 2.89392 7.73705 7.7395C2.89148 12.5851 0.0937009 19.1077 -0.0775839 25.9582C-0.248869 32.8088 2.21945 39.4631 6.81681 44.5448C11.4142 49.6264 17.7888 52.7467 24.6222 53.2601C31.4557 53.7735 38.225 51.6409 43.5301 47.3032L59.4474 63.2205C59.9504 63.7063 60.624 63.9751 61.3232 63.969C62.0224 63.9629 62.6912 63.6825 63.1856 63.188C63.68 62.6936 63.9605 62.0248 63.9666 61.3256C63.9726 60.6264 63.7038 59.9528 63.2181 59.4499ZM26.6661 48.0019C22.4468 48.0019 18.3222 46.7507 14.8139 44.4065C11.3057 42.0624 8.57132 38.7306 6.95665 34.8324C5.34198 30.9343 4.91951 26.6449 5.74267 22.5066C6.56582 18.3683 8.59762 14.5671 11.5811 11.5836C14.5647 8.60006 18.3659 6.56826 22.5042 5.74511C26.6424 4.92196 30.9318 5.34443 34.83 6.9591C38.7282 8.57377 42.06 11.3081 44.4041 14.8164C46.7482 18.3246 47.9994 22.4492 47.9994 26.6685C47.9931 32.3245 45.7434 37.7471 41.744 41.7465C37.7446 45.7459 32.3221 47.9955 26.6661 48.0019Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5172'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="u"]>input[type=checkbox]:checked:after,[data-task="u"]>p>input[type=checkbox]:checked:after,[data-task="u"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4804)'%3E%3Cpath d='M36.9201 46.0452L28.2214 54.7438C25.6959 57.2019 22.3041 58.5667 18.7799 58.5431C15.2558 58.5195 11.8826 57.1093 9.39021 54.6176C6.89785 52.126 5.4867 48.7532 5.46209 45.229C5.43749 41.7049 6.80139 38.3127 9.25872 35.7865L17.9574 27.0799C18.4574 26.5795 18.7382 25.901 18.7379 25.1936C18.7377 24.4862 18.4564 23.8079 17.9561 23.3079C17.4557 22.8079 16.7772 22.5271 16.0698 22.5273C15.3624 22.5276 14.6841 22.8088 14.1841 23.3092L5.48806 32.0159C1.97411 35.5316 0.000703439 40.2992 0.00195372 45.2699C0.003204 50.2406 1.97901 55.0072 5.49472 58.5211C9.01043 62.0351 13.7781 64.0085 18.7488 64.0072C23.7195 64.006 28.4861 62.0302 32.0001 58.5145L40.6987 49.8158C41.1845 49.3129 41.4533 48.6393 41.4472 47.9401C41.4411 47.2409 41.1607 46.5721 40.6662 46.0777C40.1718 45.5832 39.503 45.3028 38.8038 45.2967C38.1046 45.2906 37.431 45.5594 36.9281 46.0452H36.9201Z' fill='%2308090E'/%3E%3Cpath d='M58.5177 5.49713C56.7824 3.74997 54.7177 2.36454 52.4432 1.42112C50.1686 0.477703 47.7295 -0.0049491 45.267 0.00113382C42.8059 -0.00540412 40.3678 0.476009 38.0939 1.41754C35.8199 2.35907 33.7552 3.74203 32.019 5.48647L23.307 14.1878C22.8066 14.6878 22.5254 15.3661 22.5251 16.0735C22.5249 16.7809 22.8057 17.4594 23.3057 17.9598C23.8057 18.4602 24.484 18.7414 25.1914 18.7417C25.8988 18.7419 26.5773 18.4612 27.0777 17.9611L35.7844 9.26247C37.0258 8.01353 38.5027 7.02327 40.1295 6.34902C41.7563 5.67478 43.5007 5.32994 45.2617 5.33447C47.9131 5.33535 50.5046 6.12228 52.7088 7.5958C54.913 9.06931 56.6309 11.1633 57.6452 13.6129C58.6596 16.0626 58.9249 18.758 58.4076 21.3584C57.8903 23.9588 56.6136 26.3475 54.739 28.2225L46.0404 36.9211C45.54 37.4215 45.2589 38.1002 45.2589 38.8078C45.2589 39.5154 45.54 40.1941 46.0404 40.6945C46.5407 41.1948 47.2194 41.476 47.927 41.476C48.6347 41.476 49.3133 41.1948 49.8137 40.6945L58.5124 32.0011C62.0218 28.4841 63.9932 23.7187 63.9942 18.7502C63.9952 13.7817 62.0257 9.01562 58.5177 5.49713Z' fill='%2308090E'/%3E%3Cpath d='M38.1151 22.1149L22.1151 38.1149C21.8604 38.3609 21.6573 38.6551 21.5175 38.9805C21.3778 39.3058 21.3042 39.6557 21.3011 40.0098C21.298 40.3639 21.3655 40.715 21.4996 41.0428C21.6337 41.3705 21.8317 41.6682 22.0821 41.9186C22.3325 42.169 22.6302 42.367 22.9579 42.5011C23.2856 42.6352 23.6368 42.7026 23.9909 42.6996C24.3449 42.6965 24.6949 42.6229 25.0202 42.4832C25.3456 42.3434 25.6398 42.1402 25.8858 41.8856L41.8858 25.8856C42.3715 25.3826 42.6403 24.709 42.6343 24.0099C42.6282 23.3107 42.3477 22.6418 41.8533 22.1474C41.3589 21.653 40.6901 21.3725 39.9909 21.3665C39.2917 21.3604 38.6181 21.6292 38.1151 22.1149Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4804'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="v"]>input[type=checkbox]:checked:after,[data-task="v"]>p>input[type=checkbox]:checked:after,[data-task="v"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5045)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM53.3333 29.3333H58.6667V34.6667H53.3333V29.3333ZM53.3333 24V18.6667H58.6667V24H53.3333ZM48 29.3333H16V5.33333H48V29.3333ZM10.6667 34.6667H5.33333V29.3333H10.6667V34.6667ZM10.6667 24H5.33333V18.6667H10.6667V24ZM5.33333 40H10.6667V45.3333H5.33333V40ZM16 34.6667H48V58.6667H16V34.6667ZM53.3333 40H58.6667V45.3333H53.3333V40ZM58.6667 13.3333H53.3333V5.824C54.8878 6.37356 56.2344 7.38995 57.1891 8.73414C58.1438 10.0783 58.6598 11.6846 58.6667 13.3333ZM10.6667 5.824V13.3333H5.33333C5.34017 11.6846 5.85622 10.0783 6.8109 8.73414C7.76558 7.38995 9.11224 6.37356 10.6667 5.824ZM5.33333 50.6667H10.6667V58.176C9.11224 57.6264 7.76558 56.6101 6.8109 55.2659C5.85622 53.9217 5.34017 52.3154 5.33333 50.6667ZM53.3333 58.176V50.6667H58.6667C58.6598 52.3154 58.1438 53.9217 57.1891 55.2659C56.2344 56.6101 54.8878 57.6264 53.3333 58.176Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5045'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="w"]>input[type=checkbox]:checked:after,[data-task="w"]>p>input[type=checkbox]:checked:after,[data-task="w"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4868)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM55.0587 18.6667H46.4694C44.5466 14.2106 42.0149 10.0429 38.9467 6.28267C45.7373 8.13047 51.5262 12.5799 55.0587 18.6667ZM44 32C43.9781 34.715 43.5503 37.4115 42.7307 40H21.2693C20.4497 37.4115 20.0219 34.715 20 32C20.0219 29.285 20.4497 26.5885 21.2693 24H42.7307C43.5503 26.5885 43.9781 29.285 44 32ZM23.408 45.3333H40.592C38.3286 49.8019 35.4351 53.9222 32 57.568C28.5637 53.9233 25.67 49.8028 23.408 45.3333ZM23.408 18.6667C25.6714 14.1981 28.5649 10.0778 32 6.432C35.4364 10.0767 38.33 14.1972 40.592 18.6667H23.408ZM25.0667 6.28267C21.9938 10.0421 19.4576 14.2099 17.5307 18.6667H8.94135C12.477 12.5772 18.2711 8.12735 25.0667 6.28267ZM6.56268 24H15.7333C15.042 26.6111 14.6836 29.299 14.6667 32C14.6836 34.701 15.042 37.389 15.7333 40H6.56268C4.92359 34.7926 4.92359 29.2074 6.56268 24ZM8.94135 45.3333H17.5307C19.4576 49.7901 21.9938 53.9579 25.0667 57.7173C18.2711 55.8727 12.477 51.4229 8.94135 45.3333ZM38.9467 57.7173C42.0149 53.9571 44.5466 49.7894 46.4694 45.3333H55.0587C51.5262 51.4201 45.7373 55.8695 38.9467 57.7173ZM57.4373 40H48.2667C48.958 37.389 49.3164 34.701 49.3334 32C49.3164 29.299 48.958 26.6111 48.2667 24H57.432C59.0711 29.2074 59.0711 34.7926 57.432 40H57.4373Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4868'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="W"]>input[type=checkbox]:checked:after,[data-task="W"]>p>input[type=checkbox]:checked:after,[data-task="W"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5116)'%3E%3Cpath d='M50.6667 10.6667H47.7333C47.1144 7.6571 45.4769 4.95292 43.0967 3.00991C40.7165 1.06691 37.7392 0.00387873 34.6667 0L29.3333 0C26.2608 0.00387873 23.2835 1.06691 20.9033 3.00991C18.5231 4.95292 16.8856 7.6571 16.2667 10.6667H13.3333C9.79841 10.6709 6.40949 12.077 3.90992 14.5766C1.41035 17.0762 0.00423429 20.4651 0 24L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V24C63.9958 20.4651 62.5897 17.0762 60.0901 14.5766C57.5905 12.077 54.2016 10.6709 50.6667 10.6667ZM29.3333 5.33333H34.6667C36.3154 5.34017 37.9217 5.85622 39.2659 6.8109C40.6101 7.76558 41.6264 9.11224 42.176 10.6667H21.824C22.3736 9.11224 23.39 7.76558 24.7341 6.8109C26.0783 5.85622 27.6846 5.34017 29.3333 5.33333ZM13.3333 16H50.6667C52.7884 16 54.8232 16.8429 56.3235 18.3431C57.8238 19.8434 58.6667 21.8783 58.6667 24V32H5.33333V24C5.33333 21.8783 6.17619 19.8434 7.67648 18.3431C9.17677 16.8429 11.2116 16 13.3333 16ZM50.6667 58.6667H13.3333C11.2116 58.6667 9.17677 57.8238 7.67648 56.3235C6.17619 54.8232 5.33333 52.7884 5.33333 50.6667V37.3333H29.3333V40C29.3333 40.7072 29.6143 41.3855 30.1144 41.8856C30.6145 42.3857 31.2928 42.6667 32 42.6667C32.7072 42.6667 33.3855 42.3857 33.8856 41.8856C34.3857 41.3855 34.6667 40.7072 34.6667 40V37.3333H58.6667V50.6667C58.6667 52.7884 57.8238 54.8232 56.3235 56.3235C54.8232 57.8238 52.7884 58.6667 50.6667 58.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5116'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="z"]>input[type=checkbox]:checked:after,[data-task="z"]>p>input[type=checkbox]:checked:after,[data-task="z"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4808)'%3E%3Cpath d='M39.9997 63.9994C35.5184 63.996 31.0875 63.0531 26.9932 61.2314C22.8988 59.4098 19.2318 56.7499 16.229 53.4234C13.2035 50.0931 10.9208 46.1575 9.53233 41.8776C8.14388 37.5978 7.68143 33.0716 8.17568 28.5994C8.97249 21.6395 12.0087 15.1267 16.8273 10.0417C21.6459 4.95667 27.986 1.57463 34.893 0.404751C39.3581 -0.284916 43.9148 -0.0992442 48.309 0.951418C49.4596 1.24704 50.5104 1.84476 51.3525 2.68273C52.1946 3.52069 52.7975 4.56846 53.0988 5.71761C53.4001 6.86677 53.3888 8.07556 53.0662 9.2189C52.7435 10.3622 52.1212 11.3986 51.2637 12.2208C39.1037 23.3301 40.1597 40.6048 53.4157 50.6474C54.353 51.3831 55.076 52.3565 55.5094 53.4663C55.9429 54.5761 56.071 55.7819 55.8805 56.958C55.6899 58.1342 55.1876 59.2378 54.4258 60.154C53.664 61.0701 52.6706 61.7654 51.549 62.1674C47.8205 63.3856 43.9222 64.004 39.9997 63.9994ZM40.2023 5.33275C38.7051 5.32915 37.2099 5.44238 35.7303 5.67142C29.9797 6.64399 24.7006 9.4582 20.6877 13.6904C16.6748 17.9227 14.1452 23.3439 13.4797 29.1381C13.0637 32.8715 13.4471 36.6508 14.6043 40.2246C15.7616 43.7985 17.6662 47.0851 20.1917 49.8661C23.8886 53.8119 28.6511 56.6 33.9015 57.8923C39.1518 59.1845 44.6644 58.9253 49.7703 57.1461C49.9904 57.0636 50.1848 56.9245 50.3338 56.7427C50.4828 56.5609 50.5811 56.343 50.6187 56.111C50.6564 55.879 50.632 55.6411 50.5481 55.4216C50.4642 55.202 50.3238 55.0085 50.141 54.8608C34.3303 42.9194 33.0743 21.5648 47.613 8.33008C47.7798 8.17519 47.9002 7.97683 47.9605 7.75731C48.0208 7.53779 48.0186 7.3058 47.9543 7.08742C47.8989 6.85564 47.7812 6.64344 47.6139 6.47376C47.4465 6.30408 47.236 6.18339 47.005 6.12475C44.7777 5.58749 42.4935 5.32156 40.2023 5.33275Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4808'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}[data-task="Z"]>input[type=checkbox]:checked:after,[data-task="Z"]>p>input[type=checkbox]:checked:after,[data-task="Z"][type=checkbox]:checked:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4753)'%3E%3Cpath d='M61.3333 29.3333H50.4533C50.2456 27.8641 49.8615 26.4253 49.3093 25.048L58.7147 19.5973C59.029 19.4282 59.3062 19.1976 59.5298 18.9194C59.7533 18.6411 59.9188 18.3208 60.0163 17.9774C60.1138 17.634 60.1413 17.2745 60.0973 16.9203C60.0533 16.566 59.9386 16.2243 59.76 15.9152C59.5815 15.6061 59.3427 15.336 59.0578 15.1209C58.7729 14.9058 58.4477 14.7501 58.1016 14.663C57.7554 14.5759 57.3952 14.5592 57.0425 14.6139C56.6897 14.6686 56.3516 14.7935 56.048 14.9813L46.6347 20.44C45.7348 19.3032 44.7066 18.2742 43.5707 17.3733L49.0267 7.95733C49.3552 7.34681 49.4331 6.63232 49.2437 5.96536C49.0544 5.2984 48.6127 4.73141 48.0124 4.3846C47.412 4.03778 46.7002 3.93841 46.0279 4.10756C45.3555 4.2767 44.7754 4.70106 44.4107 5.29067L38.952 14.6907C37.5749 14.1379 36.136 13.7538 34.6667 13.5467V2.66667C34.6667 1.95942 34.3857 1.28115 33.8856 0.781049C33.3855 0.280952 32.7072 0 32 0C31.2928 0 30.6145 0.280952 30.1144 0.781049C29.6143 1.28115 29.3333 1.95942 29.3333 2.66667V13.5467C27.864 13.7538 26.4251 14.1379 25.048 14.6907L19.5973 5.28533C19.2326 4.69573 18.6525 4.27137 17.9801 4.10222C17.3078 3.93308 16.596 4.03245 15.9956 4.37926C15.3953 4.72608 14.9536 5.29307 14.7643 5.96003C14.5749 6.62699 14.6528 7.34147 14.9813 7.952L20.4373 17.3733C19.3014 18.2742 18.2732 19.3032 17.3733 20.44L7.96 14.9813C7.65644 14.7935 7.31826 14.6686 6.96551 14.6139C6.61276 14.5592 6.25262 14.5759 5.90645 14.663C5.56027 14.7501 5.2351 14.9058 4.95022 15.1209C4.66533 15.336 4.42653 15.6061 4.24797 15.9152C4.06941 16.2243 3.95472 16.566 3.9107 16.9203C3.86669 17.2745 3.89424 17.634 3.99173 17.9774C4.08922 18.3208 4.25466 18.6411 4.47824 18.9194C4.70182 19.1976 4.979 19.4282 5.29333 19.5973L14.6907 25.048C14.1385 26.4253 13.7544 27.8641 13.5467 29.3333H2.66667C1.95942 29.3333 1.28115 29.6143 0.781049 30.1144C0.280952 30.6145 0 31.2928 0 32C0 32.7072 0.280952 33.3855 0.781049 33.8856C1.28115 34.3857 1.95942 34.6667 2.66667 34.6667H13.5467C13.7544 36.1359 14.1385 37.5747 14.6907 38.952L5.28533 44.4027C4.971 44.5718 4.69382 44.8024 4.47024 45.0806C4.24666 45.3589 4.08122 45.6792 3.98373 46.0226C3.88624 46.366 3.85869 46.7255 3.9027 47.0797C3.94672 47.434 4.06141 47.7757 4.23997 48.0848C4.41853 48.3939 4.65733 48.664 4.94222 48.8791C5.2271 49.0942 5.55227 49.2499 5.89845 49.337C6.24462 49.4241 6.60476 49.4408 6.95751 49.3861C7.31026 49.3314 7.64844 49.2065 7.952 49.0187L17.3653 43.56C18.2652 44.6968 19.2934 45.7258 20.4293 46.6267L14.9813 56.0427C14.6528 56.6532 14.5749 57.3677 14.7643 58.0346C14.9536 58.7016 15.3953 59.2686 15.9956 59.6154C16.596 59.9622 17.3078 60.0616 17.9801 59.8924C18.6525 59.7233 19.2326 59.2989 19.5973 58.7093L25.048 49.304C26.4252 49.8574 27.864 50.2433 29.3333 50.4533V61.3333C29.3333 62.0406 29.6143 62.7189 30.1144 63.219C30.6145 63.7191 31.2928 64 32 64C32.7072 64 33.3855 63.7191 33.8856 63.219C34.3857 62.7189 34.6667 62.0406 34.6667 61.3333V50.4533C36.1358 50.245 37.5745 49.8609 38.952 49.3093L44.4027 58.7147C44.7674 59.3043 45.3475 59.7286 46.0199 59.8978C46.6922 60.0669 47.404 59.9676 48.0044 59.6207C48.6047 59.2739 49.0464 58.7069 49.2357 58.04C49.4251 57.373 49.3472 56.6585 49.0187 56.048L43.5627 46.632C44.6986 45.7311 45.7268 44.7021 46.6267 43.5653L56.04 49.024C56.3436 49.2118 56.6817 49.3368 57.0345 49.3914C57.3872 49.4461 57.7474 49.4294 58.0936 49.3423C58.4397 49.2552 58.7649 49.0995 59.0498 48.8845C59.3347 48.6694 59.5735 48.3993 59.752 48.0902C59.9306 47.7811 60.0453 47.4393 60.0893 47.0851C60.1333 46.7308 60.1058 46.3713 60.0083 46.028C59.9108 45.6846 59.7453 45.3642 59.5218 45.086C59.2982 44.8077 59.021 44.5772 58.7067 44.408L49.3013 38.9573C49.8566 37.5787 50.2434 36.138 50.4533 34.6667H61.3333C62.0406 34.6667 62.7189 34.3857 63.219 33.8856C63.7191 33.3855 64 32.7072 64 32C64 31.2928 63.7191 30.6145 63.219 30.1144C62.7189 29.6143 62.0406 29.3333 61.3333 29.3333ZM32 45.3333C14.3787 44.7733 14.384 19.224 32 18.6667C49.6213 19.2267 49.616 44.776 32 45.3333Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4753'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.multi-select-pill,.multi-select-pill-remove-button,.multi-select-pill-remove-button:hover,a.tag{color:var(--background-primary)}.cm-hashtag,.multi-select-pill,a.tag,p>a.tag{border:none!important;box-shadow:none;transition:.4s}.multi-select-pill:nth-child(7n+1),:is(.cm-hashtag:nth-child(14n + 1),.cm-hashtag:nth-child(14n + 2)),a.tag:nth-child(7n+1),p>a.tag:nth-child(7n+1){color:var(--background-primary);background-color:var(--C001)}.multi-select-pill:nth-child(7n+2),:is(.cm-hashtag:nth-child(14n + 3),.cm-hashtag:nth-child(14n + 4)),a.tag:nth-child(7n+2),p>a.tag:nth-child(7n+2){color:var(--background-primary);background-color:var(--C002)}.multi-select-pill:nth-child(7n+3),:is(.cm-hashtag:nth-child(14n + 5),.cm-hashtag:nth-child(14n + 6)),a.tag:nth-child(7n+3),p>a.tag:nth-child(7n+3){color:var(--background-primary);background-color:var(--C003)}.multi-select-pill:nth-child(7n+4),:is(.cm-hashtag:nth-child(14n + 7),.cm-hashtag:nth-child(14n + 8)),a.tag:nth-child(7n+4),p>a.tag:nth-child(7n+4){color:var(--background-primary);background-color:var(--C004)}.multi-select-pill:nth-child(7n+5),:is(.cm-hashtag:nth-child(14n + 9),.cm-hashtag:nth-child(14n + 10)),a.tag:nth-child(7n+5),p>a.tag:nth-child(7n+5){color:var(--background-primary);background-color:var(--C005)}.multi-select-pill:nth-child(7n+6),:is(.cm-hashtag:nth-child(14n + 11),.cm-hashtag:nth-child(14n + 12)),a.tag:nth-child(7n+6),p>a.tag:nth-child(7n+6){color:var(--background-primary);background-color:var(--C006)}.multi-select-pill:nth-child(7n+7),:is(.cm-hashtag:nth-child(14n + 13),.cm-hashtag:nth-child(14n + 14)),a.tag:nth-child(7n+7),p>a.tag:nth-child(7n+7){color:var(--background-primary);background-color:var(--C007)}.multi-select-pill:nth-child(7n+8),:is(.cm-hashtag:nth-child(14n + 15),.cm-hashtag:nth-child(14n + 16)),a.tag:nth-child(7n+8),p>a.tag:nth-child(7n+8){color:var(--background-primary);background-color:var(--C008)}.multi-select-pill:nth-child(7n+9),:is(.cm-hashtag:nth-child(14n + 17),.cm-hashtag:nth-child(14n + 18)),a.tag:nth-child(7n+9),p>a.tag:nth-child(7n+9){color:var(--background-primary);background-color:var(--C009)}.multi-select-pill:nth-child(7n+10),:is(.cm-hashtag:nth-child(14n + 19),.cm-hashtag:nth-child(14n + 20)),a.tag:nth-child(7n+10),p>a.tag:nth-child(7n+10){color:var(--background-primary);background-color:var(--C010)}.multi-select-pill:nth-child(7n+11),:is(.cm-hashtag:nth-child(14n + 21),.cm-hashtag:nth-child(14n + 22)),a.tag:nth-child(7n+11),p>a.tag:nth-child(7n+11){color:var(--background-primary);background-color:var(--C011)}.fileClass-add-button,.metadata-menu.fileclass-icon{color:currentColor}.workspace-tab-header-inner>.metadata-menu.fileclass-icon{color:var(--text-normal)}.container.svelte-pcimu8{--color-dot:var(--interactive-accent)!important}</style></head><body class="publish css-settings-manager theme-light theme-solarized cards-layout line-style-solid folder-rainbow-titles blockquote-block blockquote-mark callout-normal tag-default link-em colorful-headings responsive-tile-height c-3c53-2d5c-use-background c-f75d-7538-use-background c-5df5-173c-use-background c-a454-ee24-use-background c-3df7-6436-use-background bold-C009 itl-C010 bld-itl-C011 highlight-C002"><script defer="">let theme=localStorage.getItem("theme")||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");"dark"==theme?(document.body.classList.add("theme-dark"),document.body.classList.remove("theme-light")):(document.body.classList.add("theme-light"),document.body.classList.remove("theme-dark")),window.innerWidth<480?document.body.classList.add("is-phone"):window.innerWidth<768?document.body.classList.add("is-tablet"):window.innerWidth<1024?document.body.classList.add("is-small-screen"):document.body.classList.add("is-large-screen")</script><div class="webpage-container workspace"><div class="sidebar-left sidebar"><div class="sidebar-handle"></div><div class="sidebar-topbar"><div class="topbar-content"><label class="theme-toggle-container" for="theme_toggle"><input class="theme-toggle-input" type="checkbox" id="theme_toggle"><div class="toggle-background"></div></label></div><div class="clickable-icon sidebar-collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="svg-icon"><path d="M21 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V5C23 3.89543 22.1046 3 21 3Z"></path><path d="M10 4V20"></path><path d="M4 7H7"></path><path d="M4 10H7"></path><path d="M4 13H7"></path></svg></div></div><div class="sidebar-content"><div class="tree-container mod-root nav-folder tree-item file-tree mod-nav-indicator" data-depth="0"><div class="tree-header"><span class="sidebar-section-header">mashroomash</span><button class="clickable-icon collapse-tree-button is-collapsed" aria-label="Collapse All"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></svg></button></div><div class="tree-scroll-area tree-item-children nav-folder-children" style="display: block;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" style="display: none;"></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">00 Daily</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">05</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/05/2024-05-21.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-05-21</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/05/2024-05-22.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-05-22</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">06</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-01.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-01</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-02.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-02</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-03.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-03</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-04.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-04</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-05.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-05</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-06.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-06</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-07.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-07</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-08.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-08</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-09.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-09</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-10.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-10</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-11.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-11</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-12.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-12</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-13.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-13</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-14.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-14</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-15.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-15</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-16.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-16</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-17.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-17</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-18.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-18</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-19.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-19</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-20.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-20</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-21.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-21</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-22.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-22</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-23.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-23</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-24.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-24</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-25.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-25</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-26.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-26</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-27.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-27</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-28.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-28</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-29.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-29</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/06/2024-06-30.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-06-30</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">07</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-01.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-01</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-02.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-02</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-03.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-03</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-04.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-04</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-05.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-05</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-06.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-06</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-07.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-07</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-08.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-08</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-09.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-09</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-10.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-10</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-11.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-11</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-12.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-12</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-13.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-13</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-14.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-14</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-15.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-15</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-16.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-16</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-17.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-17</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-18.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-18</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-19.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-19</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-20.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-20</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-21.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-21</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-22.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-22</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-23.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-23</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-24.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-24</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-25.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-25</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-26.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-26</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-27.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-27</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-28.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-28</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-29.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-29</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-30.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-30</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/07/2024-07-31.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-07-31</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">08</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-01.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-01</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-02.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-02</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-05.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-05</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-09.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-09</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-10.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-10</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-12.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-12</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-13.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-13</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-14.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-14</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-15.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-15</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-17.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-17</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-18.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-18</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-19.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-19</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-20.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-20</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-22.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-22</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-23.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-23</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/08/2024-08-24.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-08-24</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">11</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/11/2024-11-18.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-11-18</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/11/2024-11-19.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-11-19</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/11/2024-11-20.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-11-20</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/11/2024-11-21.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-11-21</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="00 Daily/11/2024-11-22.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-11-22</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="00 Daily/2025-01-27.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2025-01-27</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="00 Daily/2025-01-28.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2025-01-28</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">01 Maps</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Tags</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/channel.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">channel</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/playlist.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">playlist</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/project.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">project</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/video 3D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">video 3D</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/video animation.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">video animation</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Tags/YouTube.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">YouTube</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Themes</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Themes/Notes.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Notes</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Themes/Resources.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Resources</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Themes/Tags.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Tags</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Topics</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Topics/Color Management.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Color Management</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="01 Maps/Topics/The Hitchhiker's Guide to Digital Colour.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Hitchhiker's Guide to Digital Colour</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">YouTube</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Channels</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/3dEx.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3dEx</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Abe Leal 3D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Abe Leal 3D</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Alex on Story.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Alex on Story</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/CGMatter.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">CGMatter</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/CrossMind Studio.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">CrossMind Studio</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Daniel Krafft.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Daniel Krafft</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Dédouze.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Dédouze</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Dikko.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Dikko</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Doodley.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Doodley</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/FlippedNormals.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">FlippedNormals</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Freya Holmér.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Freya Holmér</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Grant Abbitt.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Grant Abbitt</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Joey Carlino.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Joey Carlino</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Lightning Boy Studio.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Lightning Boy Studio</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Motion Design School.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Motion Design School</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/New Plastic.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">New Plastic</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Nexttut.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Nexttut</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Phoerens.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Phoerens</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/sociamix.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">sociamix</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/SouthernShotty.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">SouthernShotty</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/Stylized Station.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Stylized Station</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Channels/TipTut.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">TipTut</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Playlist</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Anatomy Quick Tips.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Anatomy Quick Tips</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Animated Content Creation.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Animated Content Creation</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Bespoke Synth - Modular DAW Tutorials and Projects.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Bespoke Synth - Modular DAW Tutorials and Projects</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/CGI for Product Advertising.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">CGI for Product Advertising</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Creating a Mega Character.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Creating a Mega Character</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Creating Backgrounds.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Creating Backgrounds</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Demo reel dash.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Demo reel dash</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Full VFX Course - Houdini Is Hip.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Full VFX Course - Houdini Is Hip</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Game Ready 3D Enemy Minion.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Game Ready 3D Enemy Minion</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Geometry Nodes For Beginners - Blender 3D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Geometry Nodes For Beginners - Blender 3D</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Get Good at Blender.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Get Good at Blender</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Get Good at Blender 2.8.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Get Good at Blender 2.8</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Getting Started with Substance Painter 2021.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Getting Started with Substance Painter 2021</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/LookdevX.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">LookdevX</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/LuxCore Render for Blender.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">LuxCore Render for Blender</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Mantaflow.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Mantaflow</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Modeling for Animation!.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Modeling for Animation!</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Natron Compositor Tutorials.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Natron Compositor Tutorials</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Rigging Characters in Blender.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Rigging Characters in Blender</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Rigid Body Dynamics.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Rigid Body Dynamics</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Stylized Character Bust.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Stylized Character Bust</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/The Creature Design Workshop.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Creature Design Workshop</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="01 Maps/YouTube/Playlist/Ultimate Beginner's Guide to Creating 3D Stylized Environments.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Ultimate Beginner's Guide to Creating 3D Stylized Environments</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">02 Review</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Canvas</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Canvas/Activity.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Activity</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Canvas/Diet.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Diet</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Dataview</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Dataview.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Dataview</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Diet.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Diet</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Food.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Food</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Gallery.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Gallery</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Notes Gallery.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Notes Gallery</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Dataview/Products.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Products</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Skincare</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/AM.png"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file-image" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><circle r="2" cy="13" cx="10"></circle><path d="m20 17-1.09-1.09a2 2 0 0 0-2.82 0L10 22"></path></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">AM</span><div class="nav-file-tag">PNG</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Art&Fact.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Art&Fact</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Icon Skin.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Icon Skin</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Mask.png"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file-image" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><circle r="2" cy="13" cx="10"></circle><path d="m20 17-1.09-1.09a2 2 0 0 0-2.82 0L10 22"></path></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Mask</span><div class="nav-file-tag">PNG</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/New.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">New</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Onme.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Onme</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Other.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Other</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/PM.png"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file-image" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline><circle r="2" cy="13" cx="10"></circle><path d="m20 17-1.09-1.09a2 2 0 0 0-2.82 0L10 22"></path></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">PM</span><div class="nav-file-tag">PNG</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="02 Review/Skincare/Skincare products.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Skincare products</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="02 Review/Cara.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Cara</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="02 Review/Instagram.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Instagram</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="02 Review/Kinopio.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Kinopio</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">03 Code</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="03 Code/Code blocks.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Code blocks</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="03 Code/index.html.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">index.html</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="03 Code/readme.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">readme</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="03 Code/readme (2).html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">readme (2)</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">04 Projects</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Done</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/Blender Donut.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Blender Donut</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/Character Design Contest.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Character Design Contest</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/ED brochure.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">ED brochure</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/Maya Statue.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Maya Statue</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/Meet Mat 4.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Meet Mat 4</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Done/Womp 3D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Womp 3D</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Portfolio</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Portfolio/Animated character.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Animated character</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Portfolio/Meet Meat.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Meet Meat</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Portfolio/Resting Pieces.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Resting Pieces</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/Portfolio/Talking Head.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Talking Head</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">To-Do</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/30 renders.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">30 renders</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/100 projects.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">100 projects</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/D&D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">D&D</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/Demo Reel.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Demo Reel</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/Monster Challenge.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Monster Challenge</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/PDF portfolio.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">PDF portfolio</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="04 Projects/To-Do/Pokemons.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Pokemons</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="04 Projects/Brain threads.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Brain threads</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="04 Projects/Sculptober.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Sculptober</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">05 Notes</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">3D</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/3D/3D USD Masterclass Scene Assembly and Rendering.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D USD Masterclass Scene Assembly and Rendering.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/3D/50 terms.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">50 terms</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/3D/Eevee settings.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Eevee settings</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/3D/Mouth Animation.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Mouth Animation</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Animation</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Animation/Animation Basics in 14 Minutes (6 Big ideas for beginners).Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Animation Basics in 14 Minutes (6 Big ideas for beginners).Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Animation/How to Keyframe Like a Pro! (Animation process for any software).Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">How to Keyframe Like a Pro! (Animation process for any software).Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Animation/Should you PLAN your animation.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Should you PLAN your animation.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Animation/The Three Biggest Ideas in Animation.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Three Biggest Ideas in Animation.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Animation/The Trickiest Animation Principle, Simplified.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Trickiest Animation Principle, Simplified.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Mental</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Mental/Anxiety & Depression Workbook.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Anxiety & Depression Workbook</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Mental/CHILDHOOD PTSD QUESTIONNAIRE.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">CHILDHOOD PTSD QUESTIONNAIRE</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Mental/Helping the inner child heal from being the family scapegoat.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Helping the inner child heal from being the family scapegoat</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Mental/My inner child thinks.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">My inner child thinks</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Mental/Non-negotiables, narcissistic people, and boundaries.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Non-negotiables, narcissistic people, and boundaries</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Science</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="05 Notes/Science/Vectors & Dot Product • Math for Game Devs - Part 1.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Vectors & Dot Product • Math for Game Devs - Part 1.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="05 Notes/Graphic Design Resources.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Graphic Design Resources</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="05 Notes/Substance Designer - Stylized Water Material.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Substance Designer - Stylized Water Material</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">06 Plan</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">00</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Animation Degree.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Animation Degree</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Animation Foundations.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Animation Foundations</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Animator Specialization.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Animator Specialization</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Modeler Specialization.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Modeler Specialization</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Modeling Degree.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Modeling Degree</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Modeling Essentials.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Modeling Essentials</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/3D Modeling Foundations.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">3D Modeling Foundations</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/All 3D Courses.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">All 3D Courses</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/Animation exercises.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Animation exercises</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/Rookie Awards.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Rookie Awards</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/Rookie of the Year - 3D Animation.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Rookie of the Year - 3D Animation</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/The Rookies.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Rookies</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/What should I animate - pt.1 demo reel.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">What should I animate - pt.1 demo reel</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/00/What should I animate - pt.2 exercises.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">What should I animate - pt.2 exercises</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">01</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/01/2024.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/01/2025.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2025</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/01/Goals.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Goals</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/01/Months.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Months</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/01/Year.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Year</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">02</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/24.08.August.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">24.08.August</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/24.09.September.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">24.09.September</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/24.10.October.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">24.10.October</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/24.11.November.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">24.11.November</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/24.12.December.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">24.12.December</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/02/25.01.January.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">25.01.January</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">03</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W34.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W34</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W35.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W35</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W36.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W36</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W37.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W37</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W38.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W38</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/03/2024-W39.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">2024-W39</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">04</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/04/Contests.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Contests</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/04/To Read.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">To Read</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">05</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">00</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/00/Animation.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Animation</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/00/Characters.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Characters</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/00/Compositing.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Compositing</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/00/Modeling.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Modeling</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/00/Sculpting.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Sculpting</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">01</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/01/Hard Surface.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Hard Surface</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/01/Low-Poly.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Low-Poly</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/01/Textures.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Textures</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/01/USD.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">USD</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">02</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/After Effects.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">After Effects</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Blackmagic Fusion.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Blackmagic Fusion</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Blender 3D.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Blender 3D</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Houdini.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Houdini</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/KeyShot.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">KeyShot</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Marmoset Toolbag.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Marmoset Toolbag</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Maya.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Maya</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Natron.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Natron</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Substanse Designer.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Substanse Designer</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/Substanse painter.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Substanse painter</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="06 Plan/05/02/ZBrush.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">ZBrush</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">06</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Goal.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Goal</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Kanban.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Kanban</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Month.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Month</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Plan.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Plan</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Project.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Project</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="06 Plan/06/Week.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Week</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="06 Plan/Ideas.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Ideas</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">07</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Read</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Stuff</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/Stuff/Bespoke Synth Reference.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Bespoke Synth Reference</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/Stuff/BoJack Horseman.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">BoJack Horseman</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/Stuff/The Hitchhiker's Guide.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Hitchhiker's Guide</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/Stuff/The Hitchhiker's guide to understanding digital 3D model file formats.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">The Hitchhiker's guide to understanding digital 3D model file formats</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/Stuff/Visual Color Comparison.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Visual Color Comparison</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="3"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">The Hitchhiker's Guide to Digital Colour</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 1 What the Fuck Happens When We Change an RGB Slider Value.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 1 What the Fuck Happens When We Change an RGB Slider Value</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 2 What the Fuck Does 0.6 Mean.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 2 What the Fuck Does 0.6 Mean</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 3 Does the Fucking “Colour” of the Light Change When We Increase or Decrease the Quantity of Light.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 3 Does the Fucking “Colour” of the Light Change When We Increase or Decrease the Quantity of Light</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 4 What the Fuck are the Colours of the Three Lights.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 4 What the Fuck are the Colours of the Three Lights</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 5 What the Fuck does 0.5 mean.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 5 What the Fuck does 0.5 mean</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 6 What the Fuck is a Transfer Function.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 6 What the Fuck is a Transfer Function</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 7 What the Fuck Does “Linear” Mean.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 7 What the Fuck Does “Linear” Mean</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 8 What the Fuck Type of “Linear” Have We Been Assuming.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 8 What the Fuck Type of “Linear” Have We Been Assuming</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 9 Why the Fuck is Linear Light Important for a Digital Artist.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 9 Why the Fuck is Linear Light Important for a Digital Artist</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 10 Why the Fuck Do We Bother With Linear and Nonlinear Encodings At All.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 10 Why the Fuck Do We Bother With Linear and Nonlinear Encodings At All</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 11 How the Fuck Can We Talk About “Colour”.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 11 How the Fuck Can We Talk About “Colour”</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 12 How the Fuck Can We Talk About Light “Intensity”.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 12 How the Fuck Can We Talk About Light “Intensity”</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 13 What the Fuck is a Chromaticity.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 13 What the Fuck is a Chromaticity</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 14 What the Fuck is “White”.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 14 What the Fuck is “White”</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 15 What the Fuck is “Perceptually Uniform”.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 15 What the Fuck is “Perceptually Uniform”</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 16 What the Fuck is the Triangle Thingy in the Chromaticity Diagram.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 16 What the Fuck is the Triangle Thingy in the Chromaticity Diagram</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 17 What the Fuck is a Colour Space.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 17 What the Fuck is a Colour Space</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 18 What the Fuck is the Missing Axis in a Chromaticity Diagram.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 18 What the Fuck is the Missing Axis in a Chromaticity Diagram</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 19 What the Fuck is a “Gamut”.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 19 What the Fuck is a “Gamut”</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 20 What the Fuck is a Quantity of Light.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 20 What the Fuck is a Quantity of Light</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 21 How the Fuck do we Put a Red Pixel on the Screen.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 21 How the Fuck do we Put a Red Pixel on the Screen</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 22 How the Fuck do we Move a Red Pixel.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 22 How the Fuck do we Move a Red Pixel</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 23 How the Fuck Do We Move a Red Pixel Down Over Another Colour.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 23 How the Fuck Do We Move a Red Pixel Down Over Another Colour</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 24 How the Fuck Do We Move a Red Pixel Down and Block Another Pixel’s Emission.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 24 How the Fuck Do We Move a Red Pixel Down and Block Another Pixel’s Emission</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 25 What the Fuck is Alpha.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 25 What the Fuck is Alpha</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 26 What the Fuck is Stimulus Colour.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 26 What the Fuck is Stimulus Colour</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 27 What the Fuck is Perceptual Colour.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 27 What the Fuck is Perceptual Colour</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 28 What the Fuck is the Difference Between Affect and Effect (And What the Fck is Rashomon).html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 28 What the Fuck is the Difference Between Affect and Effect (And What the Fck is Rashomon)</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 29 What the Fuck is Intensity, Again.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 29 What the Fuck is Intensity, Again</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 30 What is the Fucking “Colour” of Light.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 30 What is the Fucking “Colour” of Light</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 31 What the Fuck is Colour.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 31 What the Fuck is Colour</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 32 Does the Fucking “Colour” of the Light Change When We Increase or Decrease the Quantity of Light.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 32 Does the Fucking “Colour” of the Light Change When We Increase or Decrease the Quantity of Light</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="4"><a class="tree-link" href="07/Read/The Hitchhiker's Guide to Digital Colour/Question 33 What the Fuck are the Colours of the Three Lights.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Question 33 What the Fuck are the Colours of the Three Lights</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">08</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Plugins</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Aosr.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Aosr</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Badge Plugin.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Badge Plugin</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Badges.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Badges</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Buttons.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Buttons</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Charts View.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Charts View</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Code Emitter.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Code Emitter</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Code Styler Plugin.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Code Styler Plugin</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Columns.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Columns</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Contribution Graph.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Contribution Graph</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Habit Tracker 21.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Habit Tracker 21</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Heatmap Tracker plugin for Obsidian.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Heatmap Tracker plugin for Obsidian</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Modal Form Plugin.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Modal Form Plugin</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Mood Tracker.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Mood Tracker</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Multi-Column Markdown.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Multi-Column Markdown</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Note gallery.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Note gallery</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Obsidian Dataview.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Obsidian Dataview</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Obsidian ProgressBar.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Obsidian ProgressBar</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Page Gallery.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Page Gallery</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Periodic Notes.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Periodic Notes</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/QuickAdd.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">QuickAdd</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/ReadItLater.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">ReadItLater</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Style Settings.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Style Settings</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Tabs.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Tabs</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Toggl Track.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Toggl Track</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Tracker.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Tracker</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Writing Goals.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Writing Goals</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Plugins/Yesterday.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Yesterday</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Syntax</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Adding Metadata.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Adding Metadata</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Advanced formatting syntax.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Advanced formatting syntax</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Basic formatting syntax.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Basic formatting syntax</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Data Types.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Data Types</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Dataview.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Dataview</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Dataview Query Language.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Dataview Query Language</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/DQL, JS and Inlines.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">DQL, JS and Inlines</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Metadata on pages.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Metadata on pages</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Syntax/Metadata on Tasks and Lists.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Metadata on Tasks and Lists</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Themes</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/Blue Topaz.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Blue Topaz</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/Chime.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Chime</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/Light & Bright.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Light & Bright</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/PLN.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">PLN</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/README.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">README</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/Royal Velvet Obsidian Theme.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Royal Velvet Obsidian Theme</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="08/Themes/Vicious.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Vicious</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="08/Hotkeys.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Hotkeys</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="08/Markdown.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Markdown</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible" data-depth="1"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">99</span></div></div><div class="tree-item-children nav-folder-children" style="display: block;"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">CSS</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/CSS/Cssclasses.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Cssclasses</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/CSS/Page Colors.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-layout-dashboard" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><rect rx="1" height="9" width="7" y="3" x="3"></rect><rect rx="1" height="5" width="7" y="3" x="14"></rect><rect rx="1" height="9" width="7" y="12" x="14"></rect><rect rx="1" height="5" width="7" y="16" x="3"></rect></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Page Colors</span><div class="nav-file-tag">CANVAS</div></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/CSS/Page View.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Page View</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/CSS/Pen Colors.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Pen Colors</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" data-depth="2"><div class="tree-link"><div class="tree-item-contents nav-folder-title"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><div class="tree-item-icon"><svg class="svg-icon lucide-folder-open" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></div><span class="tree-item-title nav-folder-title-content tree-item-inner">Template</span></div></div><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Activity.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Activity</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Channel.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Channel</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Col.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Col</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Daily.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Daily</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/excalidraw.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">excalidraw</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Goal.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Goal</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Heatmap Tracker.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Heatmap Tracker</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Heatmap Year Tracker.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Heatmap Year Tracker</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Month.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Month</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/note.Note.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">note.Note</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Plan.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Plan</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Playlist.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Playlist</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Project.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Project</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Read.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Read</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Skincare.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Skincare</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Toggl.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Toggl</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="3"><a class="tree-link" href="99/Template/Untitled.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Untitled</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/00 Daily.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">00 Daily</span></div></a><div class="tree-item-children nav-folder-children" style="display: block;"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Alphabetical Note Index.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Alphabetical Note Index</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/flashcards.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">flashcards</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Index.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Index</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Life.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Life</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Untitled.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Untitled</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Untitled 2.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Untitled 2</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="2"><a class="tree-link" href="99/Untitled 3.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Untitled 3</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-tree-file nav-file" data-depth="1"><a class="tree-link" href="Untitled 14 - todo.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">Untitled 14 - todo</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-tree-file nav-file" data-depth="1"><a class="tree-link" href="used_links1737997853023.html"><div class="tree-item-contents nav-file-title"><div class="tree-item-icon"><svg class="svg-icon lucide-file" stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="currentColor" fill="none" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><polyline points="14 2 14 8 20 8"></polyline></svg></div><span class="tree-item-title nav-file-title-content tree-item-inner">used_links1737997853023</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div><script defer="">let ls = document.querySelector(".sidebar-left"); ls.classList.add("is-collapsed"); if (window.innerWidth > 768) ls.classList.remove("is-collapsed"); ls.style.setProperty("--sidebar-width", localStorage.getItem("sidebar-left-width"));</script></div><div class="document-container markdown-reading-view hide"><div class="markdown-preview-view markdown-rendered allow-fold-headings allow-fold-lists is-readable-line-width"><style id="MJX-CHTML-styles">mjx-c.mjx-c1D465.TEX-I::before{padding:.442em .572em .011em 0;content:"x"}mjx-c.mjx-c1D466.TEX-I::before{padding:.442em .49em .205em 0;content:"y"}mjx-c.mjx-c1D462.TEX-I::before{padding:.442em .572em .011em 0;content:"u"}mjx-container[jax=CHTML]{line-height:0}mjx-container [space="1"]{margin-left:.111em}mjx-container [space="2"]{margin-left:.167em}mjx-container [space="3"]{margin-left:.222em}mjx-container [space="4"]{margin-left:.278em}mjx-container [space="5"]{margin-left:.333em}mjx-container [rspace="1"]{margin-right:.111em}mjx-container [rspace="2"]{margin-right:.167em}mjx-container [rspace="3"]{margin-right:.222em}mjx-container [rspace="4"]{margin-right:.278em}mjx-container [rspace="5"]{margin-right:.333em}mjx-container [size="s"]{font-size:70.7%}mjx-container [size=ss]{font-size:50%}mjx-container [size=Tn]{font-size:60%}mjx-container [size=sm]{font-size:85%}mjx-container [size=lg]{font-size:120%}mjx-container [size=Lg]{font-size:144%}mjx-container [size=LG]{font-size:173%}mjx-container [size=hg]{font-size:207%}mjx-container [size=HG]{font-size:249%}mjx-container [width=full]{width:100%}mjx-box{display:inline-block}mjx-block{display:block}mjx-itable{display:inline-table}mjx-row{display:table-row}mjx-row>*{display:table-cell}mjx-mtext{display:inline-block}mjx-mstyle{display:inline-block}mjx-merror{display:inline-block;color:red;background-color:#ff0}mjx-mphantom{visibility:hidden}mjx-assistive-mml{top:0;left:0;clip:rect(1px,1px,1px,1px);user-select:none;position:absolute!important;padding:1px 0 0!important;border:0!important;display:block!important;width:auto!important;overflow:hidden!important}mjx-assistive-mml[display=block]{width:100%!important}mjx-math{display:inline-block;text-align:left;line-height:0;text-indent:0;font-style:normal;font-weight:400;font-size:100%;letter-spacing:normal;border-collapse:collapse;overflow-wrap:normal;word-spacing:normal;white-space:nowrap;direction:ltr;padding:1px 0}mjx-container[jax=CHTML][display=true]{display:block;text-align:center;margin:1em 0}mjx-container[jax=CHTML][display=true][width=full]{display:flex}mjx-container[jax=CHTML][display=true] mjx-math{padding:0}mjx-container[jax=CHTML][justify=left]{text-align:left}mjx-container[jax=CHTML][justify=right]{text-align:right}mjx-mi{display:inline-block;text-align:left}mjx-c{display:inline-block}mjx-utext{display:inline-block;padding:.75em 0 .2em}mjx-mo{display:inline-block;text-align:left}mjx-stretchy-h{display:inline-table;width:100%}mjx-stretchy-h>*{display:table-cell;width:0}mjx-stretchy-h>*>mjx-c{display:inline-block;transform:scaleX(1)}mjx-stretchy-h>*>mjx-c::before{display:inline-block;width:initial}mjx-stretchy-h>mjx-ext{overflow:clip visible;width:100%}mjx-stretchy-h>mjx-ext>mjx-c::before{transform:scaleX(500)}mjx-stretchy-h>mjx-ext>mjx-c{width:0}mjx-stretchy-h>mjx-beg>mjx-c{margin-right:-.1em}mjx-stretchy-h>mjx-end>mjx-c{margin-left:-.1em}mjx-stretchy-v{display:inline-block}mjx-stretchy-v>*{display:block}mjx-stretchy-v>mjx-beg{height:0}mjx-stretchy-v>mjx-end>mjx-c{display:block}mjx-stretchy-v>*>mjx-c{transform:scaleY(1);transform-origin:left center;overflow:hidden}mjx-stretchy-v>mjx-ext{display:block;height:100%;box-sizing:border-box;border:0 solid transparent;overflow:visible clip}mjx-stretchy-v>mjx-ext>mjx-c::before{width:initial;box-sizing:border-box}mjx-stretchy-v>mjx-ext>mjx-c{transform:scaleY(500) translateY(.075em);overflow:visible}mjx-mark{display:inline-block;height:0}mjx-mn{display:inline-block;text-align:left}mjx-c::before{display:block;width:0}.MJX-TEX{font-family:MJXZERO,MJXTEX}.TEX-B{font-family:MJXZERO,MJXTEX-B}.TEX-I{font-family:MJXZERO,MJXTEX-I}.TEX-MI{font-family:MJXZERO,MJXTEX-MI}.TEX-BI{font-family:MJXZERO,MJXTEX-BI}.TEX-S1{font-family:MJXZERO,MJXTEX-S1}.TEX-S2{font-family:MJXZERO,MJXTEX-S2}.TEX-S3{font-family:MJXZERO,MJXTEX-S3}.TEX-S4{font-family:MJXZERO,MJXTEX-S4}.TEX-A{font-family:MJXZERO,MJXTEX-A}.TEX-C{font-family:MJXZERO,MJXTEX-C}.TEX-CB{font-family:MJXZERO,MJXTEX-CB}.TEX-FR{font-family:MJXZERO,MJXTEX-FR}.TEX-FRB{font-family:MJXZERO,MJXTEX-FRB}.TEX-SS{font-family:MJXZERO,MJXTEX-SS}.TEX-SSB{font-family:MJXZERO,MJXTEX-SSB}.TEX-SSI{font-family:MJXZERO,MJXTEX-SSI}.TEX-SC{font-family:MJXZERO,MJXTEX-SC}.TEX-T{font-family:MJXZERO,MJXTEX-T}.TEX-V{font-family:MJXZERO,MJXTEX-V}.TEX-VB{font-family:MJXZERO,MJXTEX-VB}mjx-stretchy-h mjx-c,mjx-stretchy-v mjx-c{font-family:MJXZERO,MJXTEX-S1,MJXTEX-S4,MJXTEX,MJXTEX-A!important}@font-face{font-family:MJXZERO;src:url("lib/fonts/mathjax_zero.woff") format("woff")}@font-face{font-family:MJXTEX;src:url("lib/fonts/mathjax_main-regular.woff") format("woff")}@font-face{font-family:MJXTEX-B;src:url("lib/fonts/mathjax_main-bold.woff") format("woff")}@font-face{font-family:MJXTEX-I;src:url("lib/fonts/mathjax_math-italic.woff") format("woff")}@font-face{font-family:MJXTEX-MI;src:url("lib/fonts/mathjax_main-italic.woff") format("woff")}@font-face{font-family:MJXTEX-BI;src:url("lib/fonts/mathjax_math-bolditalic.woff") format("woff")}@font-face{font-family:MJXTEX-S1;src:url("lib/fonts/mathjax_size1-regular.woff") format("woff")}@font-face{font-family:MJXTEX-S2;src:url("lib/fonts/mathjax_size2-regular.woff") format("woff")}@font-face{font-family:MJXTEX-S3;src:url("lib/fonts/mathjax_size3-regular.woff") format("woff")}@font-face{font-family:MJXTEX-S4;src:url("lib/fonts/mathjax_size4-regular.woff") format("woff")}@font-face{font-family:MJXTEX-A;src:url("lib/fonts/mathjax_ams-regular.woff") format("woff")}@font-face{font-family:MJXTEX-C;src:url("lib/fonts/mathjax_calligraphic-regular.woff") format("woff")}@font-face{font-family:MJXTEX-CB;src:url("lib/fonts/mathjax_calligraphic-bold.woff") format("woff")}@font-face{font-family:MJXTEX-FR;src:url("lib/fonts/mathjax_fraktur-regular.woff") format("woff")}@font-face{font-family:MJXTEX-FRB;src:url("lib/fonts/mathjax_fraktur-bold.woff") format("woff")}@font-face{font-family:MJXTEX-SS;src:url("lib/fonts/mathjax_sansserif-regular.woff") format("woff")}@font-face{font-family:MJXTEX-SSB;src:url("lib/fonts/mathjax_sansserif-bold.woff") format("woff")}@font-face{font-family:MJXTEX-SSI;src:url("lib/fonts/mathjax_sansserif-italic.woff") format("woff")}@font-face{font-family:MJXTEX-SC;src:url("lib/fonts/mathjax_script-regular.woff") format("woff")}@font-face{font-family:MJXTEX-T;src:url("lib/fonts/mathjax_typewriter-regular.woff") format("woff")}@font-face{font-family:MJXTEX-V;src:url("lib/fonts/mathjax_vector-regular.woff") format("woff")}@font-face{font-family:MJXTEX-VB;src:url("lib/fonts/mathjax_vector-bold.woff") format("woff")}mjx-c.mjx-c1D463.TEX-I::before{padding:.443em .485em .011em 0;content:"v"}mjx-c.mjx-c1D44E.TEX-I::before{padding:.441em .529em .01em 0;content:"a"}mjx-c.mjx-c1D45F.TEX-I::before{padding:.442em .451em .011em 0;content:"r"}mjx-c.mjx-c2217::before{padding:.465em .5em 0 0;content:"∗"}mjx-c.mjx-c35::before{padding:.666em .5em .022em 0;content:"5"}</style><pre class="frontmatter language-yaml" style="display: none;" tabindex="0"><code class="language-yaml is-loaded"><span class="token key atrule">dg-publish</span><span class="token punctuation">:</span> <span class="token boolean important">true</span></code><button class="copy-code-button">Copy</button></pre><div class="markdown-preview-sizer markdown-preview-section"><h1 class="page-title heading" id="00 Daily"><p>00 Daily</p></h1><div class="heading-wrapper"><h5 data-heading="May" class="heading" id="May"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>May</h5><div class="heading-children"><div><ul>
<li data-line="0">📄 <a data-tooltip-position="top" aria-label="00 Daily/05/2024-05-21" data-href="00 Daily/05/2024-05-21" href="00 Daily/05/2024-05-21.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-path="00 Daily/05/2024-05-21.md" style="--data-link-path: 00 Daily/05/2024-05-21.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-05-21</a></li>
<li data-line="1">📄 <a data-tooltip-position="top" aria-label="00 Daily/05/2024-05-22" data-href="00 Daily/05/2024-05-22" href="00 Daily/05/2024-05-22.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-calories="143" data-link-weight="39.4" data-link-path="00 Daily/05/2024-05-22.md" data-link-food="2 eggs" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-calories: 143; --data-link-weight: 39.4; --data-link-path: 00 Daily/05/2024-05-22.md; --data-link-food: 2 eggs;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-05-22</a></li>
</ul></div></div></div><div class="heading-wrapper"><h5 data-heading="April" class="heading" id="April"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>April</h5><div class="heading-children"><div><ul>
<li data-line="0">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-01" data-href="00 Daily/06/2024-06-01" href="00 Daily/06/2024-06-01.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-diet="true" data-link-calories="95" data-link-weight="39.5" data-link-path="00 Daily/06/2024-06-01.md" data-link-food="2 energy drinks,egg" style="--data-link-tags: #3D/video; --data-link-diet: true; --data-link-calories: 95; --data-link-weight: 39.5; --data-link-path: 00 Daily/06/2024-06-01.md; --data-link-food: 2 energy drinks,egg;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-06-01</a></li>
<li data-line="1">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-02" data-href="00 Daily/06/2024-06-02" href="00 Daily/06/2024-06-02.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/video #game/video" data-link-diet="true" data-link-calories="379" data-link-path="00 Daily/06/2024-06-02.md" data-link-food="4 eggs,soy protein" style="--data-link-tags: #post/video #game/video; --data-link-diet: true; --data-link-calories: 379; --data-link-path: 00 Daily/06/2024-06-02.md; --data-link-food: 4 eggs,soy protein;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-06-02</a></li>
<li data-line="2">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-03" data-href="00 Daily/06/2024-06-03" href="00 Daily/06/2024-06-03.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-diet="true" data-link-calories="978" data-link-weight="38.7" data-link-path="00 Daily/06/2024-06-03.md" data-link-food="9% cottage cheese,2 eggs,5% cottage cheese" style="--data-link-tags: #3D/video; --data-link-diet: true; --data-link-calories: 978; --data-link-weight: 38.7; --data-link-path: 00 Daily/06/2024-06-03.md; --data-link-food: 9% cottage cheese,2 eggs,5% cottage cheese;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-06-03</a></li>
<li data-line="3">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-04" data-href="00 Daily/06/2024-06-04" href="00 Daily/06/2024-06-04.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/shorts" data-link-diet="false" data-link-calories="651" data-link-path="00 Daily/06/2024-06-04.md" data-link-food="2 eggs,Tofu - 400g,2 energy drinks,purge" style="--data-link-tags: #post/3D #post/shorts; --data-link-diet: false; --data-link-calories: 651; --data-link-path: 00 Daily/06/2024-06-04.md; --data-link-food: 2 eggs,Tofu - 400g,2 energy drinks,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-04</a></li>
<li data-line="4">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-05" data-href="00 Daily/06/2024-06-05" href="00 Daily/06/2024-06-05.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-calories="582" data-link-path="00 Daily/06/2024-06-05.md" data-link-food="2 eggs,0% cottage cheese,8 eggs" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-calories: 582; --data-link-path: 00 Daily/06/2024-06-05.md; --data-link-food: 2 eggs,0% cottage cheese,8 eggs;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-06-05</a></li>
<li data-line="5">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-06" data-href="00 Daily/06/2024-06-06" href="00 Daily/06/2024-06-06.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="758" data-link-path="00 Daily/06/2024-06-06.md" data-link-food="8 eggs,egg,B&P" style="--data-link-diet: false; --data-link-calories: 758; --data-link-path: 00 Daily/06/2024-06-06.md; --data-link-food: 8 eggs,egg,B&P;"><span class="iconize-icon-in-link" title="➗" aria-label="➗" data-icon="➗" aria-hidden="true">➗</span>2024-06-06</a></li>
<li data-line="6">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-07" data-href="00 Daily/06/2024-06-07" href="00 Daily/06/2024-06-07.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D" data-link-diet="false" data-link-calories="829" data-link-path="00 Daily/06/2024-06-07.md" data-link-food="2 eggs,purge" style="--data-link-tags: #post/3D; --data-link-diet: false; --data-link-calories: 829; --data-link-path: 00 Daily/06/2024-06-07.md; --data-link-food: 2 eggs,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-07</a></li>
<li data-line="7">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-08" data-href="00 Daily/06/2024-06-08" href="00 Daily/06/2024-06-08.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D" data-link-diet="false" data-link-path="00 Daily/06/2024-06-08.md" data-link-food="egg,purge" style="--data-link-tags: #post/3D; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-08.md; --data-link-food: egg,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-08</a></li>
<li data-line="8">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-09" data-href="00 Daily/06/2024-06-09" href="00 Daily/06/2024-06-09.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/animation" data-link-diet="false" data-link-calories="594" data-link-path="00 Daily/06/2024-06-09.md" data-link-food="9% cottage cheese,Kefir,purge" style="--data-link-tags: #post/3D #post/animation; --data-link-diet: false; --data-link-calories: 594; --data-link-path: 00 Daily/06/2024-06-09.md; --data-link-food: 9% cottage cheese,Kefir,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-09</a></li>
<li data-line="9">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-10" data-href="00 Daily/06/2024-06-10" href="00 Daily/06/2024-06-10.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #post/3D #3D/video #post/3D #post/3D" data-link-diet="false" data-link-calories="289" data-link-weight="39.3" data-link-path="00 Daily/06/2024-06-10.md" data-link-food="banana,egg,energy drink,soy protein,purge" style="--data-link-tags: #3D/project #post/3D #3D/video #post/3D #post/3D; --data-link-diet: false; --data-link-calories: 289; --data-link-weight: 39.3; --data-link-path: 00 Daily/06/2024-06-10.md; --data-link-food: banana,egg,energy drink,soy protein,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-10</a></li>
<li data-line="10">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-11" data-href="00 Daily/06/2024-06-11" href="00 Daily/06/2024-06-11.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #post/3D #post/shorts #post/3D" data-link-diet="false" data-link-calories="184" data-link-path="00 Daily/06/2024-06-11.md" data-link-food="egg,soy protein,purge" style="--data-link-tags: #3D/project #post/3D #post/shorts #post/3D; --data-link-diet: false; --data-link-calories: 184; --data-link-path: 00 Daily/06/2024-06-11.md; --data-link-food: egg,soy protein,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-11</a></li>
<li data-line="11">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-12" data-href="00 Daily/06/2024-06-12" href="00 Daily/06/2024-06-12.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #3D/video #3D/project" data-link-diet="false" data-link-calories="408" data-link-weight="39.6" data-link-path="00 Daily/06/2024-06-12.md" data-link-food="soy protein,egg,purge" style="--data-link-tags: #post/3D #3D/video #3D/project; --data-link-diet: false; --data-link-calories: 408; --data-link-weight: 39.6; --data-link-path: 00 Daily/06/2024-06-12.md; --data-link-food: soy protein,egg,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-12</a></li>
<li data-line="12">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-13" data-href="00 Daily/06/2024-06-13" href="00 Daily/06/2024-06-13.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #3D/video #post/3D" data-link-diet="false" data-link-calories="2624" data-link-path="00 Daily/06/2024-06-13.md" data-link-food="egg,soy protein,overeat" style="--data-link-tags: #post/3D #3D/video #post/3D; --data-link-diet: false; --data-link-calories: 2624; --data-link-path: 00 Daily/06/2024-06-13.md; --data-link-food: egg,soy protein,overeat;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-06-13</a></li>
<li data-line="13">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-14" data-href="00 Daily/06/2024-06-14" href="00 Daily/06/2024-06-14.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #3D/video #post/3D" data-link-diet="false" data-link-path="00 Daily/06/2024-06-14.md" data-link-food="purge" style="--data-link-tags: #post/3D #3D/video #post/3D; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-14.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-14</a></li>
<li data-line="14">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-15" data-href="00 Daily/06/2024-06-15" href="00 Daily/06/2024-06-15.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/3D #post/video" data-link-diet="false" data-link-path="00 Daily/06/2024-06-15.md" data-link-food="purge" style="--data-link-tags: #post/3D #post/3D #post/video; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-15.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-15</a></li>
<li data-line="15">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-16" data-href="00 Daily/06/2024-06-16" href="00 Daily/06/2024-06-16.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/06/2024-06-16.md" data-link-food="purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-16.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-16</a></li>
<li data-line="16">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-17" data-href="00 Daily/06/2024-06-17" href="00 Daily/06/2024-06-17.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video #3D/project #post/3D" data-link-diet="false" data-link-weight="37.9" data-link-path="00 Daily/06/2024-06-17.md" data-link-food="2 energy drinks,B&P" style="--data-link-tags: #3D/video #3D/project #post/3D; --data-link-diet: false; --data-link-weight: 37.9; --data-link-path: 00 Daily/06/2024-06-17.md; --data-link-food: 2 energy drinks,B&P;"><span class="iconize-icon-in-link" title="🤡" aria-label="🤡" data-icon="🤡" aria-hidden="true">🤡</span>2024-06-17</a></li>
<li data-line="17">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-18" data-href="00 Daily/06/2024-06-18" href="00 Daily/06/2024-06-18.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="582" data-link-path="00 Daily/06/2024-06-18.md" data-link-food="egg,0% cottage cheese,purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 582; --data-link-path: 00 Daily/06/2024-06-18.md; --data-link-food: egg,0% cottage cheese,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-18</a></li>
<li data-line="18">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-19" data-href="00 Daily/06/2024-06-19" href="00 Daily/06/2024-06-19.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="215" data-link-path="00 Daily/06/2024-06-19.md" data-link-food="2 eggs,egg,purge" style="--data-link-diet: false; --data-link-calories: 215; --data-link-path: 00 Daily/06/2024-06-19.md; --data-link-food: 2 eggs,egg,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-19</a></li>
<li data-line="19">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-20" data-href="00 Daily/06/2024-06-20" href="00 Daily/06/2024-06-20.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #3D/project" data-link-diet="false" data-link-path="00 Daily/06/2024-06-20.md" data-link-food="B&P" style="--data-link-tags: #3D/project #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-20.md; --data-link-food: B&P;"><span class="iconize-icon-in-link" title="➕" aria-label="➕" data-icon="➕" aria-hidden="true">➕</span>2024-06-20</a></li>
<li data-line="20">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-21" data-href="00 Daily/06/2024-06-21" href="00 Daily/06/2024-06-21.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D" data-link-diet="false" data-link-calories="324" data-link-path="00 Daily/06/2024-06-21.md" data-link-food="purge" style="--data-link-tags: #post/3D; --data-link-diet: false; --data-link-calories: 324; --data-link-path: 00 Daily/06/2024-06-21.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-21</a></li>
<li data-line="21">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-22" data-href="00 Daily/06/2024-06-22" href="00 Daily/06/2024-06-22.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/3D" data-link-diet="false" data-link-path="00 Daily/06/2024-06-22.md" data-link-food="purge" style="--data-link-tags: #post/3D #post/3D; --data-link-diet: false; --data-link-path: 00 Daily/06/2024-06-22.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-22</a></li>
<li data-line="22">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-23" data-href="00 Daily/06/2024-06-23" href="00 Daily/06/2024-06-23.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-diet="false" data-link-calories="571" data-link-path="00 Daily/06/2024-06-23.md" data-link-food="2 eggs,4 eggs,egg,energy drink,B&P" style="--data-link-tags: #3D/video; --data-link-diet: false; --data-link-calories: 571; --data-link-path: 00 Daily/06/2024-06-23.md; --data-link-food: 2 eggs,4 eggs,egg,energy drink,B&P;"><span class="iconize-icon-in-link" title="🤡" aria-label="🤡" data-icon="🤡" aria-hidden="true">🤡</span>2024-06-23</a></li>
<li data-line="23">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-24" data-href="00 Daily/06/2024-06-24" href="00 Daily/06/2024-06-24.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/video" data-link-diet="false" data-link-calories="1410" data-link-path="00 Daily/06/2024-06-24.md" data-link-food="B&P,2 energy drinks,overeat" style="--data-link-tags: #post/video; --data-link-diet: false; --data-link-calories: 1410; --data-link-path: 00 Daily/06/2024-06-24.md; --data-link-food: B&P,2 energy drinks,overeat;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-06-24</a></li>
<li data-line="24">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-25" data-href="00 Daily/06/2024-06-25" href="00 Daily/06/2024-06-25.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video #3D/project #post/3D" data-link-diet="false" data-link-calories="72" data-link-path="00 Daily/06/2024-06-25.md" data-link-food="egg,purge" style="--data-link-tags: #3D/video #3D/project #post/3D; --data-link-diet: false; --data-link-calories: 72; --data-link-path: 00 Daily/06/2024-06-25.md; --data-link-food: egg,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-25</a></li>
<li data-line="25">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-26" data-href="00 Daily/06/2024-06-26" href="00 Daily/06/2024-06-26.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="72" data-link-path="00 Daily/06/2024-06-26.md" data-link-food="egg,purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 72; --data-link-path: 00 Daily/06/2024-06-26.md; --data-link-food: egg,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-26</a></li>
<li data-line="26">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-27" data-href="00 Daily/06/2024-06-27" href="00 Daily/06/2024-06-27.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/3D" data-link-diet="false" data-link-calories="892" data-link-weight="38" data-link-path="00 Daily/06/2024-06-27.md" data-link-food="egg,8 eggs,2 eggs,banana,purge" style="--data-link-tags: #post/3D #post/3D; --data-link-diet: false; --data-link-calories: 892; --data-link-weight: 38; --data-link-path: 00 Daily/06/2024-06-27.md; --data-link-food: egg,8 eggs,2 eggs,banana,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-27</a></li>
<li data-line="27">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-28" data-href="00 Daily/06/2024-06-28" href="00 Daily/06/2024-06-28.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/shorts" data-link-diet="false" data-link-calories="677" data-link-path="00 Daily/06/2024-06-28.md" data-link-food="5% cottage cheese,egg,purge,overeat" style="--data-link-tags: #post/shorts; --data-link-diet: false; --data-link-calories: 677; --data-link-path: 00 Daily/06/2024-06-28.md; --data-link-food: 5% cottage cheese,egg,purge,overeat;"><span class="iconize-icon-in-link" title="⭕" aria-label="⭕" data-icon="⭕" aria-hidden="true">⭕</span>2024-06-28</a></li>
<li data-line="28">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-29" data-href="00 Daily/06/2024-06-29" href="00 Daily/06/2024-06-29.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video #game/video" data-link-diet="true" data-link-calories="72" data-link-path="00 Daily/06/2024-06-29.md" data-link-food="egg" style="--data-link-tags: #3D/video #game/video; --data-link-diet: true; --data-link-calories: 72; --data-link-path: 00 Daily/06/2024-06-29.md; --data-link-food: egg;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-06-29</a></li>
<li data-line="29">📄 <a data-tooltip-position="top" aria-label="00 Daily/06/2024-06-30" data-href="00 Daily/06/2024-06-30" href="00 Daily/06/2024-06-30.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video #3D/project #post/3D" data-link-diet="false" data-link-calories="144" data-link-path="00 Daily/06/2024-06-30.md" data-link-food="2 eggs,purge" style="--data-link-tags: #3D/video #3D/project #post/3D; --data-link-diet: false; --data-link-calories: 144; --data-link-path: 00 Daily/06/2024-06-30.md; --data-link-food: 2 eggs,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-06-30</a></li>
</ul></div></div></div><div class="heading-wrapper"><h5 data-heading="May" class="heading" id="May"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>May</h5><div class="heading-children"><div><ul>
<li data-line="0">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-01" data-href="00 Daily/07/2024-07-01" href="00 Daily/07/2024-07-01.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video #post/video #post/3D #post/animation" data-link-diet="false" data-link-calories="185" data-link-weight="38" data-link-path="00 Daily/07/2024-07-01.md" data-link-food="B&P,chicken" style="--data-link-tags: #3D/video #post/video #post/3D #post/animation; --data-link-diet: false; --data-link-calories: 185; --data-link-weight: 38; --data-link-path: 00 Daily/07/2024-07-01.md; --data-link-food: B&P,chicken;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-07-01</a></li>
<li data-line="1">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-02" data-href="00 Daily/07/2024-07-02" href="00 Daily/07/2024-07-02.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="105" data-link-path="00 Daily/07/2024-07-02.md" data-link-food="purge,sunflower protein" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 105; --data-link-path: 00 Daily/07/2024-07-02.md; --data-link-food: purge,sunflower protein;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-02</a></li>
<li data-line="2">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-03" data-href="00 Daily/07/2024-07-03" href="00 Daily/07/2024-07-03.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="90" data-link-path="00 Daily/07/2024-07-03.md" data-link-food="energy drink,purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 90; --data-link-path: 00 Daily/07/2024-07-03.md; --data-link-food: energy drink,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-03</a></li>
<li data-line="3">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-04" data-href="00 Daily/07/2024-07-04" href="00 Daily/07/2024-07-04.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="true" data-link-calories="20" data-link-weight="37.1" data-link-path="00 Daily/07/2024-07-04.md" data-link-food="2 energy drinks,fast" style="--data-link-diet: true; --data-link-calories: 20; --data-link-weight: 37.1; --data-link-path: 00 Daily/07/2024-07-04.md; --data-link-food: 2 energy drinks,fast;"><span class="iconize-icon-in-link" title="💧" aria-label="💧" data-icon="💧" aria-hidden="true">💧</span>2024-07-04</a></li>
<li data-line="4">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-05" data-href="00 Daily/07/2024-07-05" href="00 Daily/07/2024-07-05.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #post/3D #post/3D" data-link-diet="false" data-link-calories="469" data-link-weight="36.6" data-link-path="00 Daily/07/2024-07-05.md" data-link-food="5% cottage cheese,soy protein,B&P" style="--data-link-tags: #3D/project #post/3D #post/3D; --data-link-diet: false; --data-link-calories: 469; --data-link-weight: 36.6; --data-link-path: 00 Daily/07/2024-07-05.md; --data-link-food: 5% cottage cheese,soy protein,B&P;"><span class="iconize-icon-in-link" title="🤡" aria-label="🤡" data-icon="🤡" aria-hidden="true">🤡</span>2024-07-05</a></li>
<li data-line="5">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-06" data-href="00 Daily/07/2024-07-06" href="00 Daily/07/2024-07-06.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="790" data-link-path="00 Daily/07/2024-07-06.md" data-link-food="8 eggs,2 eggs,9% cottage cheese,overeat,purge" style="--data-link-diet: false; --data-link-calories: 790; --data-link-path: 00 Daily/07/2024-07-06.md; --data-link-food: 8 eggs,2 eggs,9% cottage cheese,overeat,purge;"><span class="iconize-icon-in-link" title="⭕" aria-label="⭕" data-icon="⭕" aria-hidden="true">⭕</span>2024-07-06</a></li>
<li data-line="6">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-07" data-href="00 Daily/07/2024-07-07" href="00 Daily/07/2024-07-07.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/07/2024-07-07.md" data-link-food="B&P" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-07.md; --data-link-food: B&P;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-07-07</a></li>
<li data-line="7">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-08" data-href="00 Daily/07/2024-07-08" href="00 Daily/07/2024-07-08.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/video" data-link-diet="true" data-link-calories="493" data-link-path="00 Daily/07/2024-07-08.md" data-link-food="0% cottage cheese,Kefir,soy protein,2 energy drinks" style="--data-link-tags: #post/3D #post/video; --data-link-diet: true; --data-link-calories: 493; --data-link-path: 00 Daily/07/2024-07-08.md; --data-link-food: 0% cottage cheese,Kefir,soy protein,2 energy drinks;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-08</a></li>
<li data-line="8">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-09" data-href="00 Daily/07/2024-07-09" href="00 Daily/07/2024-07-09.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-path="00 Daily/07/2024-07-09.md" data-link-food="0% cottage cheese,overeat,purge" style="--data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-09.md; --data-link-food: 0% cottage cheese,overeat,purge;"><span class="iconize-icon-in-link" title="⭕" aria-label="⭕" data-icon="⭕" aria-hidden="true">⭕</span>2024-07-09</a></li>
<li data-line="9">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-10" data-href="00 Daily/07/2024-07-10" href="00 Daily/07/2024-07-10.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-calories="218" data-link-path="00 Daily/07/2024-07-10.md" data-link-food="energy drink,gainer" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-calories: 218; --data-link-path: 00 Daily/07/2024-07-10.md; --data-link-food: energy drink,gainer;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-10</a></li>
<li data-line="10">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-11" data-href="00 Daily/07/2024-07-11" href="00 Daily/07/2024-07-11.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="1617" data-link-path="00 Daily/07/2024-07-11.md" data-link-food="5% cottage cheese,banana,purge,overeat,soy protein,sunflower protein" style="--data-link-diet: false; --data-link-calories: 1617; --data-link-path: 00 Daily/07/2024-07-11.md; --data-link-food: 5% cottage cheese,banana,purge,overeat,soy protein,sunflower protein;"><span class="iconize-icon-in-link" title="⭕" aria-label="⭕" data-icon="⭕" aria-hidden="true">⭕</span>2024-07-11</a></li>
<li data-line="11">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-12" data-href="00 Daily/07/2024-07-12" href="00 Daily/07/2024-07-12.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D" data-link-diet="false" data-link-path="00 Daily/07/2024-07-12.md" data-link-food="purge,2 energy drinks" style="--data-link-tags: #post/3D; --data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-12.md; --data-link-food: purge,2 energy drinks;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-12</a></li>
<li data-line="12">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-13" data-href="00 Daily/07/2024-07-13" href="00 Daily/07/2024-07-13.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="true" data-link-calories="333" data-link-path="00 Daily/07/2024-07-13.md" data-link-food="Kefir,soy protein,egg,energy drink" style="--data-link-diet: true; --data-link-calories: 333; --data-link-path: 00 Daily/07/2024-07-13.md; --data-link-food: Kefir,soy protein,egg,energy drink;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-13</a></li>
<li data-line="13">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-14" data-href="00 Daily/07/2024-07-14" href="00 Daily/07/2024-07-14.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-calories="471" data-link-path="00 Daily/07/2024-07-14.md" data-link-food="9% cottage cheese,energy drink" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-calories: 471; --data-link-path: 00 Daily/07/2024-07-14.md; --data-link-food: 9% cottage cheese,energy drink;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-14</a></li>
<li data-line="14">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-15" data-href="00 Daily/07/2024-07-15" href="00 Daily/07/2024-07-15.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-diet="false" data-link-calories="550" data-link-path="00 Daily/07/2024-07-15.md" data-link-food="9% cottage cheese,egg,B&P" style="--data-link-tags: #3D/video; --data-link-diet: false; --data-link-calories: 550; --data-link-path: 00 Daily/07/2024-07-15.md; --data-link-food: 9% cottage cheese,egg,B&P;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-15</a></li>
<li data-line="15">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-16" data-href="00 Daily/07/2024-07-16" href="00 Daily/07/2024-07-16.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #3D/video" data-link-diet="false" data-link-calories="4454" data-link-path="00 Daily/07/2024-07-16.md" data-link-food="soy protein,binge,purge" style="--data-link-tags: #3D/project #3D/video; --data-link-diet: false; --data-link-calories: 4454; --data-link-path: 00 Daily/07/2024-07-16.md; --data-link-food: soy protein,binge,purge;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-07-16</a></li>
<li data-line="16">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-17" data-href="00 Daily/07/2024-07-17" href="00 Daily/07/2024-07-17.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="true" data-link-calories="79" data-link-path="00 Daily/07/2024-07-17.md" data-link-food="egg" style="--data-link-diet: true; --data-link-calories: 79; --data-link-path: 00 Daily/07/2024-07-17.md; --data-link-food: egg;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-17</a></li>
<li data-line="17">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-18" data-href="00 Daily/07/2024-07-18" href="00 Daily/07/2024-07-18.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/shorts #3D/video" data-link-diet="false" data-link-calories="390" data-link-path="00 Daily/07/2024-07-18.md" data-link-food="purge" style="--data-link-tags: #post/shorts #3D/video; --data-link-diet: false; --data-link-calories: 390; --data-link-path: 00 Daily/07/2024-07-18.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-18</a></li>
<li data-line="18">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-19" data-href="00 Daily/07/2024-07-19" href="00 Daily/07/2024-07-19.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/video" data-link-diet="false" data-link-calories="79" data-link-path="00 Daily/07/2024-07-19.md" data-link-food="B&P,egg,2 energy drinks" style="--data-link-tags: #post/video; --data-link-diet: false; --data-link-calories: 79; --data-link-path: 00 Daily/07/2024-07-19.md; --data-link-food: B&P,egg,2 energy drinks;"><span class="iconize-icon-in-link" title="🤡" aria-label="🤡" data-icon="🤡" aria-hidden="true">🤡</span>2024-07-19</a></li>
<li data-line="19">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-20" data-href="00 Daily/07/2024-07-20" href="00 Daily/07/2024-07-20.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="5313" data-link-path="00 Daily/07/2024-07-20.md" data-link-food="overeat,0% cottage cheese,banana,egg,Kefir,2 energy drinks,purge" style="--data-link-diet: false; --data-link-calories: 5313; --data-link-path: 00 Daily/07/2024-07-20.md; --data-link-food: overeat,0% cottage cheese,banana,egg,Kefir,2 energy drinks,purge;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-07-20</a></li>
<li data-line="20">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-21" data-href="00 Daily/07/2024-07-21" href="00 Daily/07/2024-07-21.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-diet="false" data-link-calories="4348" data-link-path="00 Daily/07/2024-07-21.md" data-link-food="binge" style="--data-link-tags: #3D/video; --data-link-diet: false; --data-link-calories: 4348; --data-link-path: 00 Daily/07/2024-07-21.md; --data-link-food: binge;"><span class="iconize-icon-in-link" title="📛" aria-label="📛" data-icon="📛" aria-hidden="true">📛</span>2024-07-21</a></li>
<li data-line="21">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-22" data-href="00 Daily/07/2024-07-22" href="00 Daily/07/2024-07-22.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-calories="79" data-link-path="00 Daily/07/2024-07-22.md" data-link-food="purge" style="--data-link-diet: false; --data-link-calories: 79; --data-link-path: 00 Daily/07/2024-07-22.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-07-22</a></li>
<li data-line="22">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-23" data-href="00 Daily/07/2024-07-23" href="00 Daily/07/2024-07-23.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-path="00 Daily/07/2024-07-23.md" data-link-food="2 energy drinks,purge" style="--data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-23.md; --data-link-food: 2 energy drinks,purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-23</a></li>
<li data-line="23">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-24" data-href="00 Daily/07/2024-07-24" href="00 Daily/07/2024-07-24.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D" data-link-diet="false" data-link-calories="188" data-link-path="00 Daily/07/2024-07-24.md" data-link-food="purge,soy protein,egg" style="--data-link-tags: #post/3D; --data-link-diet: false; --data-link-calories: 188; --data-link-path: 00 Daily/07/2024-07-24.md; --data-link-food: purge,soy protein,egg;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-24</a></li>
<li data-line="24">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-25" data-href="00 Daily/07/2024-07-25" href="00 Daily/07/2024-07-25.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="3060" data-link-path="00 Daily/07/2024-07-25.md" data-link-food="purge,binge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 3060; --data-link-path: 00 Daily/07/2024-07-25.md; --data-link-food: purge,binge;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-07-25</a></li>
<li data-line="25">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-26" data-href="00 Daily/07/2024-07-26" href="00 Daily/07/2024-07-26.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="3762" data-link-path="00 Daily/07/2024-07-26.md" data-link-food="purge,binge,gainer,egg,5% cottage cheese" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 3762; --data-link-path: 00 Daily/07/2024-07-26.md; --data-link-food: purge,binge,gainer,egg,5% cottage cheese;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-07-26</a></li>
<li data-line="26">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-27" data-href="00 Daily/07/2024-07-27" href="00 Daily/07/2024-07-27.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-path="00 Daily/07/2024-07-27.md" data-link-food="purge" style="--data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-27.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-27</a></li>
<li data-line="27">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-28" data-href="00 Daily/07/2024-07-28" href="00 Daily/07/2024-07-28.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-diet="false" data-link-path="00 Daily/07/2024-07-28.md" data-link-food="purge" style="--data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-28.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-28</a></li>
<li data-line="28">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-29" data-href="00 Daily/07/2024-07-29" href="00 Daily/07/2024-07-29.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/video" data-link-diet="false" data-link-path="00 Daily/07/2024-07-29.md" data-link-food="purge,sunflower protein,egg" style="--data-link-tags: #post/video; --data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-29.md; --data-link-food: purge,sunflower protein,egg;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-07-29</a></li>
<li data-line="29">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-30" data-href="00 Daily/07/2024-07-30" href="00 Daily/07/2024-07-30.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #3D/project #post/3D" data-link-diet="false" data-link-path="00 Daily/07/2024-07-30.md" data-link-food="purge,egg" style="--data-link-tags: #3D/project #3D/project #post/3D; --data-link-diet: false; --data-link-path: 00 Daily/07/2024-07-30.md; --data-link-food: purge,egg;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-07-30</a></li>
<li data-line="30">📄 <a data-tooltip-position="top" aria-label="00 Daily/07/2024-07-31" data-href="00 Daily/07/2024-07-31" href="00 Daily/07/2024-07-31.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-calories="368" data-link-path="00 Daily/07/2024-07-31.md" data-link-food="5% cottage cheese,egg,energy drink" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-calories: 368; --data-link-path: 00 Daily/07/2024-07-31.md; --data-link-food: 5% cottage cheese,egg,energy drink;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-07-31</a></li>
</ul></div></div></div><div class="heading-wrapper"><h5 data-heading="June" class="heading" id="June"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>June</h5><div class="heading-children"><div><ul>
<li data-line="0">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-01" data-href="00 Daily/08/2024-08-01" href="00 Daily/08/2024-08-01.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-01.md" data-link-food="purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-01.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-01</a></li>
<li data-line="1">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-02" data-href="00 Daily/08/2024-08-02" href="00 Daily/08/2024-08-02.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-02.md" data-link-food="egg,energy drink,purge" style="--data-link-tags: #3D/project #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-02.md; --data-link-food: egg,energy drink,purge;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-08-02</a></li>
<li data-line="2">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-05" data-href="00 Daily/08/2024-08-05" href="00 Daily/08/2024-08-05.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/animation #3D/project" data-link-path="00 Daily/08/2024-08-05.md" style="--data-link-tags: #post/animation #3D/project; --data-link-path: 00 Daily/08/2024-08-05.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-05</a></li>
<li data-line="3">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-09" data-href="00 Daily/08/2024-08-09" href="00 Daily/08/2024-08-09.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-path="00 Daily/08/2024-08-09.md" style="--data-link-tags: #3D/project; --data-link-path: 00 Daily/08/2024-08-09.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-09</a></li>
<li data-line="4">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-10" data-href="00 Daily/08/2024-08-10" href="00 Daily/08/2024-08-10.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-path="00 Daily/08/2024-08-10.md" style="--data-link-tags: #3D/project; --data-link-path: 00 Daily/08/2024-08-10.md;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-08-10</a></li>
<li data-line="5">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-12" data-href="00 Daily/08/2024-08-12" href="00 Daily/08/2024-08-12.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-path="00 Daily/08/2024-08-12.md" style="--data-link-tags: #3D/project; --data-link-path: 00 Daily/08/2024-08-12.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-12</a></li>
<li data-line="6">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-13" data-href="00 Daily/08/2024-08-13" href="00 Daily/08/2024-08-13.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="true" data-link-path="00 Daily/08/2024-08-13.md" data-link-food="egg" style="--data-link-tags: #3D/project; --data-link-diet: true; --data-link-path: 00 Daily/08/2024-08-13.md; --data-link-food: egg;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-08-13</a></li>
<li data-line="7">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-14" data-href="00 Daily/08/2024-08-14" href="00 Daily/08/2024-08-14.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-calories="185" data-link-path="00 Daily/08/2024-08-14.md" data-link-food="purge,egg,sunflower protein" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-calories: 185; --data-link-path: 00 Daily/08/2024-08-14.md; --data-link-food: purge,egg,sunflower protein;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-14</a></li>
<li data-line="8">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-15" data-href="00 Daily/08/2024-08-15" href="00 Daily/08/2024-08-15.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-15.md" data-link-food="purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-15.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-15</a></li>
<li data-line="9">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-17" data-href="00 Daily/08/2024-08-17" href="00 Daily/08/2024-08-17.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-17.md" data-link-food="purge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-17.md; --data-link-food: purge;"><span class="iconize-icon-in-link" title="➖" aria-label="➖" data-icon="➖" aria-hidden="true">➖</span>2024-08-17</a></li>
<li data-line="10">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-18" data-href="00 Daily/08/2024-08-18" href="00 Daily/08/2024-08-18.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #post/3D" data-link-diet="true" data-link-path="00 Daily/08/2024-08-18.md" data-link-food="egg,sunflower protein,bread,milk" style="--data-link-tags: #3D/project #post/3D; --data-link-diet: true; --data-link-path: 00 Daily/08/2024-08-18.md; --data-link-food: egg,sunflower protein,bread,milk;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-08-18</a></li>
<li data-line="11">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-19" data-href="00 Daily/08/2024-08-19" href="00 Daily/08/2024-08-19.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/video" data-link-path="00 Daily/08/2024-08-19.md" style="--data-link-tags: #3D/video; --data-link-path: 00 Daily/08/2024-08-19.md;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-08-19</a></li>
<li data-line="12">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-20" data-href="00 Daily/08/2024-08-20" href="00 Daily/08/2024-08-20.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#post/3D #post/animation" data-link-path="00 Daily/08/2024-08-20.md" style="--data-link-tags: #post/3D #post/animation; --data-link-path: 00 Daily/08/2024-08-20.md;"><span class="iconize-icon-in-link" title="✅" aria-label="✅" data-icon="✅" aria-hidden="true">✅</span>2024-08-20</a></li>
<li data-line="13">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-22" data-href="00 Daily/08/2024-08-22" href="00 Daily/08/2024-08-22.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project #post/3D" data-link-path="00 Daily/08/2024-08-22.md" style="--data-link-tags: #3D/project #post/3D; --data-link-path: 00 Daily/08/2024-08-22.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-22</a></li>
<li data-line="14">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-23" data-href="00 Daily/08/2024-08-23" href="00 Daily/08/2024-08-23.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-23.md" data-link-food="binge" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-23.md; --data-link-food: binge;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-08-23</a></li>
<li data-line="15">📄 <a data-tooltip-position="top" aria-label="00 Daily/08/2024-08-24" data-href="00 Daily/08/2024-08-24" href="00 Daily/08/2024-08-24.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="#3D/project" data-link-diet="false" data-link-path="00 Daily/08/2024-08-24.md" data-link-food="0% cottage cheese,bread,purge,soy protein" style="--data-link-tags: #3D/project; --data-link-diet: false; --data-link-path: 00 Daily/08/2024-08-24.md; --data-link-food: 0% cottage cheese,bread,purge,soy protein;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-08-24</a></li>
</ul></div></div></div><div class="heading-wrapper"><h5 data-heading="November" class="heading" id="November"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>November</h5><div class="heading-children"><div><ul>
<li data-line="0">📄 <a data-tooltip-position="top" aria-label="00 Daily/11/2024-11-18" data-href="00 Daily/11/2024-11-18" href="00 Daily/11/2024-11-18.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-path="00 Daily/11/2024-11-18.md" style="--data-link-path: 00 Daily/11/2024-11-18.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-11-18</a></li>
<li data-line="1">📄 <a data-tooltip-position="top" aria-label="00 Daily/11/2024-11-19" data-href="00 Daily/11/2024-11-19" href="00 Daily/11/2024-11-19.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-path="00 Daily/11/2024-11-19.md" style="--data-link-path: 00 Daily/11/2024-11-19.md;"><span class="iconize-icon-in-link" title="⛔" aria-label="⛔" data-icon="⛔" aria-hidden="true">⛔</span>2024-11-19</a></li>
<li data-line="2">📄 <a data-tooltip-position="top" aria-label="00 Daily/11/2024-11-20" data-href="00 Daily/11/2024-11-20" href="00 Daily/11/2024-11-20.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-path="00 Daily/11/2024-11-20.md" style="--data-link-path: 00 Daily/11/2024-11-20.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-11-20</a></li>
<li data-line="3">📄 <a data-tooltip-position="top" aria-label="00 Daily/11/2024-11-21" data-href="00 Daily/11/2024-11-21" href="00 Daily/11/2024-11-21.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-calories="849" data-link-path="00 Daily/11/2024-11-21.md" style="--data-link-calories: 849; --data-link-path: 00 Daily/11/2024-11-21.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-11-21</a></li>
<li data-line="4">📄 <a data-tooltip-position="top" aria-label="00 Daily/11/2024-11-22" data-href="00 Daily/11/2024-11-22" href="00 Daily/11/2024-11-22.html" class="internal-link data-link-icon data-link-icon-after data-link-text" target="_self" rel="noopener" data-link-tags="" data-link-calories="849" data-link-path="00 Daily/11/2024-11-22.md" style="--data-link-calories: 849; --data-link-path: 00 Daily/11/2024-11-22.md;"><span class="iconize-icon-in-link" title="❌" aria-label="❌" data-icon="❌" aria-hidden="true">❌</span>2024-11-22</a></li>
</ul></div><div class="mod-footer"></div></div></div></div></div></div><div class="sidebar-right sidebar"><div class="sidebar-handle"></div><div class="sidebar-topbar"><div class="topbar-content"></div><div class="clickable-icon sidebar-collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="svg-icon"><path d="M21 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V5C23 3.89543 22.1046 3 21 3Z"></path><path d="M10 4V20"></path><path d="M4 7H7"></path><path d="M4 10H7"></path><path d="M4 13H7"></path></svg></div></div><div class="sidebar-content"><div class="tree-container mod-root nav-folder tree-item outline-tree" data-depth="0"><div class="tree-header"><span class="sidebar-section-header">Table Of Contents</span><button class="clickable-icon collapse-tree-button is-collapsed" aria-label="Collapse All"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></svg></button></div><div class="tree-scroll-area tree-item-children nav-folder-children"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" style="display: none;"></div><div class="tree-item" data-depth="1"><a class="tree-link" href="99\00 Daily.html#00 Daily"><div class="tree-item-contents heading-link" heading-name="00 Daily"><span class="tree-item-title">00 Daily</span></div></a><div class="tree-item-children nav-folder-children"><div class="tree-item" data-depth="5"><a class="tree-link" href="99\00 Daily.html#May"><div class="tree-item-contents heading-link" heading-name="May"><span class="tree-item-title">May</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="99\00 Daily.html#April"><div class="tree-item-contents heading-link" heading-name="April"><span class="tree-item-title">April</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="99\00 Daily.html#May"><div class="tree-item-contents heading-link" heading-name="May"><span class="tree-item-title">May</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="99\00 Daily.html#June"><div class="tree-item-contents heading-link" heading-name="June"><span class="tree-item-title">June</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="99\00 Daily.html#November"><div class="tree-item-contents heading-link" heading-name="November"><span class="tree-item-title">November</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div></div><script defer="">let rs = document.querySelector(".sidebar-right"); rs.classList.add("is-collapsed"); if (window.innerWidth > 768) rs.classList.remove("is-collapsed"); rs.style.setProperty("--sidebar-width", localStorage.getItem("sidebar-right-width"));</script></div></div></body></html>