super-time-tracker-ui 0.1.7 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/bin/stt-ui.js +3 -2
  2. package/dist/standalone/next-output/BUILD_ID +1 -1
  3. package/dist/standalone/next-output/build-manifest.json +7 -7
  4. package/dist/standalone/next-output/server/app/_global-error/page/build-manifest.json +4 -4
  5. package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
  6. package/dist/standalone/next-output/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error.rsc +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/dist/standalone/next-output/server/app/_not-found/page/build-manifest.json +4 -4
  15. package/dist/standalone/next-output/server/app/_not-found/page.js +1 -1
  16. package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
  17. package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/dist/standalone/next-output/server/app/_not-found.html +1 -1
  19. package/dist/standalone/next-output/server/app/_not-found.rsc +22 -21
  20. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +22 -21
  21. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +4 -4
  22. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +8 -7
  23. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  24. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  25. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/dist/standalone/next-output/server/app/api/entry/route.js +1 -1
  27. package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
  28. package/dist/standalone/next-output/server/app/api/in/route.js +1 -1
  29. package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
  30. package/dist/standalone/next-output/server/app/page/build-manifest.json +4 -4
  31. package/dist/standalone/next-output/server/app/page.js +1 -1
  32. package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
  33. package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
  34. package/dist/standalone/next-output/server/app/reporting/page/build-manifest.json +4 -4
  35. package/dist/standalone/next-output/server/app/reporting/page.js +1 -1
  36. package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
  37. package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
  38. package/dist/standalone/next-output/server/app/reporting.html +1 -1
  39. package/dist/standalone/next-output/server/app/reporting.rsc +24 -23
  40. package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +24 -23
  41. package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +4 -4
  42. package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +8 -7
  43. package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +2 -2
  44. package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +3 -3
  45. package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +3 -3
  46. package/dist/standalone/next-output/server/app/settings/data/page/build-manifest.json +4 -4
  47. package/dist/standalone/next-output/server/app/settings/data/page.js +1 -1
  48. package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
  49. package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
  50. package/dist/standalone/next-output/server/app/settings/data.html +1 -1
  51. package/dist/standalone/next-output/server/app/settings/data.rsc +28 -27
  52. package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +28 -27
  53. package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +4 -4
  54. package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +8 -7
  55. package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +2 -2
  56. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +7 -7
  57. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +3 -3
  58. package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +3 -3
  59. package/dist/standalone/next-output/server/app/settings/display/page/build-manifest.json +4 -4
  60. package/dist/standalone/next-output/server/app/settings/display/page.js +1 -1
  61. package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
  62. package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
  63. package/dist/standalone/next-output/server/app/settings/display.html +1 -1
  64. package/dist/standalone/next-output/server/app/settings/display.rsc +40 -38
  65. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +40 -38
  66. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +4 -4
  67. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +8 -7
  68. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +2 -2
  69. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +18 -18
  70. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +3 -3
  71. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +3 -3
  72. package/dist/standalone/next-output/server/app/settings/page/build-manifest.json +4 -4
  73. package/dist/standalone/next-output/server/app/settings/page.js +1 -1
  74. package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
  75. package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
  76. package/dist/standalone/next-output/server/app/settings/tags/page/build-manifest.json +4 -4
  77. package/dist/standalone/next-output/server/app/settings/tags/page.js +1 -1
  78. package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
  79. package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
  80. package/dist/standalone/next-output/server/app/settings/tags.html +1 -1
  81. package/dist/standalone/next-output/server/app/settings/tags.rsc +25 -24
  82. package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +25 -24
  83. package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +4 -4
  84. package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +8 -7
  85. package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +2 -2
  86. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +3 -3
  87. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +3 -3
  88. package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +3 -3
  89. package/dist/standalone/next-output/server/app/settings.html +1 -1
  90. package/dist/standalone/next-output/server/app/settings.rsc +30 -29
  91. package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +30 -29
  92. package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +4 -4
  93. package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +8 -7
  94. package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +2 -2
  95. package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +9 -9
  96. package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +3 -3
  97. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_vmm81._.js +3 -0
  98. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0y8pcoc._.js +3 -0
  99. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0nm8f2e._.js +3 -0
  100. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0v0ekip._.js +3 -0
  101. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0e6ioat._.js → [root-of-the-server]__12q4x7c._.js} +2 -2
  102. package/dist/standalone/next-output/server/chunks/ssr/_02_~c39._.js +3 -0
  103. package/dist/standalone/next-output/server/chunks/ssr/_02pv8kk._.js +3 -0
  104. package/dist/standalone/next-output/server/chunks/ssr/{_0947s.2._.js → _07raa2f._.js} +2 -2
  105. package/dist/standalone/next-output/server/chunks/ssr/_0ct61hc._.js +3 -0
  106. package/dist/standalone/next-output/server/chunks/ssr/_0g2i.tc._.js +6 -0
  107. package/dist/standalone/next-output/server/chunks/ssr/_0gz6nul._.js +3 -0
  108. package/dist/standalone/next-output/server/chunks/ssr/_0hg~x6b._.js +3 -0
  109. package/dist/standalone/next-output/server/chunks/ssr/_0wjdrek._.js +3 -0
  110. package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
  111. package/dist/standalone/next-output/server/middleware-build-manifest.js +7 -7
  112. package/dist/standalone/next-output/server/pages/404.html +1 -1
  113. package/dist/standalone/next-output/server/pages/500.html +1 -1
  114. package/dist/standalone/next-output/static/chunks/00hl8r_ooktb6.js +1 -0
  115. package/dist/standalone/next-output/static/chunks/05161-t.3egqv.js +4 -0
  116. package/dist/standalone/next-output/static/chunks/0708yw9dysifo.js +2 -0
  117. package/dist/standalone/next-output/static/chunks/0irfnsh1a2o~b.js +1 -0
  118. package/dist/standalone/next-output/static/chunks/0js9~7rlpndqf.js +1 -0
  119. package/dist/standalone/next-output/static/chunks/0koldw9zjijry.js +31 -0
  120. package/dist/standalone/next-output/static/chunks/0m5uwf4y_2bju.js +1 -0
  121. package/dist/standalone/next-output/static/chunks/0qh4my_jkjo-t.js +1 -0
  122. package/dist/standalone/next-output/static/chunks/0zwqf-1atzont.js +1 -0
  123. package/dist/standalone/next-output/static/chunks/12c8~-hsh8h~a.js +1 -0
  124. package/dist/standalone/next-output/static/chunks/1587x1-yg67q~.js +1 -0
  125. package/dist/standalone/next-output/static/chunks/18bf_eoz1ws35.css +3 -0
  126. package/dist/standalone/next-output/static/chunks/{turbopack-0ps81drowxva8.js → turbopack-0st0r~j~gn7ke.js} +1 -1
  127. package/dist/standalone/package.json +1 -1
  128. package/package.json +1 -1
  129. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0d1w0cs._.js +0 -3
  130. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0qmw9wb._.js +0 -3
  131. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0hjk-fb._.js +0 -3
  132. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0y3tsav._.js +0 -3
  133. package/dist/standalone/next-output/server/chunks/ssr/_03uvkjh._.js +0 -3
  134. package/dist/standalone/next-output/server/chunks/ssr/_049a16s._.js +0 -6
  135. package/dist/standalone/next-output/server/chunks/ssr/_06mvcw8._.js +0 -3
  136. package/dist/standalone/next-output/server/chunks/ssr/_0ik.1qs._.js +0 -3
  137. package/dist/standalone/next-output/server/chunks/ssr/_0rxp5~2._.js +0 -6
  138. package/dist/standalone/next-output/server/chunks/ssr/components_backup-restore-setting_tsx_10zfv7~._.js +0 -3
  139. package/dist/standalone/next-output/server/chunks/ssr/lib_12m5u8b._.js +0 -3
  140. package/dist/standalone/next-output/static/chunks/04mie9pgmots2.css +0 -3
  141. package/dist/standalone/next-output/static/chunks/08-7gr_hs6eg0.js +0 -1
  142. package/dist/standalone/next-output/static/chunks/0a4q-p-iuadgo.js +0 -1
  143. package/dist/standalone/next-output/static/chunks/0b~9~f4j78y6d.js +0 -1
  144. package/dist/standalone/next-output/static/chunks/0nkintgjh1q-h.js +0 -1
  145. package/dist/standalone/next-output/static/chunks/0pkw1-.hudfjh.js +0 -2
  146. package/dist/standalone/next-output/static/chunks/0to-w_.gy.sa7.js +0 -31
  147. package/dist/standalone/next-output/static/chunks/127wjo2q6xtc0.js +0 -1
  148. package/dist/standalone/next-output/static/chunks/14v-cnk427.xg.js +0 -1
  149. package/dist/standalone/next-output/static/chunks/16gv6dopuc78c.js +0 -1
  150. package/dist/standalone/next-output/static/chunks/16xom2ws917-z.js +0 -4
  151. package/dist/standalone/next-output/static/chunks/179pp41..0m8q.js +0 -1
  152. /package/dist/standalone/next-output/static/{IBZYJkK9xstLjQJ7uzost → XOOsyWG1Jrmeomwf44JMG}/_buildManifest.js +0 -0
  153. /package/dist/standalone/next-output/static/{IBZYJkK9xstLjQJ7uzost → XOOsyWG1Jrmeomwf44JMG}/_clientMiddlewareManifest.js +0 -0
  154. /package/dist/standalone/next-output/static/{IBZYJkK9xstLjQJ7uzost → XOOsyWG1Jrmeomwf44JMG}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return l},formatWithValidation:function(){return u},urlObjectKeys:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=e.r(44066)._(e.r(78677)),a=/https?|ftp|gopher|file/;function l(e){let{auth:t,hostname:r}=e,n=e.protocol||"",o=e.pathname||"",l=e.hash||"",s=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),s&&"object"==typeof s&&(s=String(i.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||a.test(n))&&!1!==u?(u="//"+(u||""),o&&"/"!==o[0]&&(o="/"+o)):u||(u=""),l&&"#"!==l[0]&&(l="#"+l),c&&"?"!==c[0]&&(c="?"+c),o=o.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${o}${c}${l}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return l(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return o}});let n=e.r(34416);function o(e,t){let r=(0,n.useRef)(null),o=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=o.current;t&&(o.current=null,t())}else e&&(r.current=i(e,n)),t&&(o.current=i(t,n))},[e,t])}function i(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return i}});let n=e.r(31047),o=e.r(63334);function i(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,o.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return _},useLinkStatus:function(){return x}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=e.r(44066),a=e.r(54710),l=i._(e.r(34416)),s=e.r(42552),u=e.r(61717),c=e.r(37879),d=e.r(31047),f=e.r(20321);e.r(90503);let p=e.r(38520),h=e.r(19947),m=e.r(59246),b=e.r(99046);function _(t){var r,n;let o,i,_,[x,v]=(0,l.useOptimistic)(h.IDLE_LINK_STATUS),y=(0,l.useRef)(null),{href:j,as:k,children:T,prefetch:E=null,passHref:N,replace:R,shallow:O,scroll:w,onClick:S,onMouseEnter:A,onTouchStart:P,legacyBehavior:C=!1,onNavigate:L,transitionTypes:U,ref:M,unstable_dynamicOnHover:D,...I}=t;o=T,C&&("string"==typeof o||"number"==typeof o)&&(o=(0,a.jsx)("a",{children:o}));let K=l.default.useContext(u.AppRouterContext),F=!1!==E,$=!1!==E?null===(n=E)||"auto"===n?b.FetchStrategy.PPR:b.FetchStrategy.Full:b.FetchStrategy.PPR,B="string"==typeof(r=k||j)?r:(0,s.formatUrl)(r);if(C){if(o?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});i=l.default.Children.only(o)}let G=C?i&&"object"==typeof i&&i.ref:M,W=l.default.useCallback(e=>(null!==K&&(y.current=(0,h.mountLinkInstance)(e,B,K,$,F,v)),()=>{y.current&&((0,h.unmountLinkForCurrentNavigation)(y.current),y.current=null),(0,h.unmountPrefetchableInstance)(e)}),[F,B,K,$,v]),z={ref:(0,c.useMergedRef)(W,G),onClick(t){C||"function"!=typeof S||S(t),C&&i.props&&"function"==typeof i.props.onClick&&i.props.onClick(t),!K||t.defaultPrevented||function(t,r,n,o,i,a,s){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,m.isLocalURL)(r)){o&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),a){let e=!1;if(a({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);l.default.startTransition(()=>{d(r,o?"replace":"push",!1===i?p.ScrollBehavior.NoScroll:p.ScrollBehavior.Default,n.current,s)})}}(t,B,y,R,w,L,U)},onMouseEnter(e){C||"function"!=typeof A||A(e),C&&i.props&&"function"==typeof i.props.onMouseEnter&&i.props.onMouseEnter(e),K&&F&&(0,h.onNavigationIntent)(e.currentTarget,!0===D)},onTouchStart:function(e){C||"function"!=typeof P||P(e),C&&i.props&&"function"==typeof i.props.onTouchStart&&i.props.onTouchStart(e),K&&F&&(0,h.onNavigationIntent)(e.currentTarget,!0===D)}};return(0,d.isAbsoluteUrl)(B)?z.href=B:C&&!N&&("a"!==i.type||"href"in i.props)||(z.href=(0,f.addBasePath)(B)),_=C?l.default.cloneElement(i,z):(0,a.jsx)("a",{...I,...z,children:o}),(0,a.jsx)(g.Provider,{value:x,children:_})}e.r(10364);let g=(0,l.createContext)(h.IDLE_LINK_STATUS),x=()=>(0,l.useContext)(g);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28089,e=>{"use strict";var t=e.i(54710);e.s(["HelpIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),(0,t.jsx)("path",{d:"M12 17h.01"})]})}])},14574,e=>{"use strict";var t=e.i(34995);e.s(["get_tracker_keyboard_shortcut_sections",0,function(){return[...(0,t.get_app_keyboard_shortcut_sections)(),{title:"Tracker",entries:[{label:"C",description:"Check in (focus description)"},{label:"O",description:"Check out"},{label:"E",description:"Edit active entry description"},{label:"N",description:"Add note to active entry"},{label:"[",description:"Previous sheet"},{label:"]",description:"Next sheet"}]}]}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),o=e.i(34416),i=e.i(28089),a=e.i(88680),l=e.i(34995),s=e.i(14574);function u(){let e=(0,n.usePathname)(),r=(0,o.useMemo)(()=>"/"===e?(0,s.get_tracker_keyboard_shortcut_sections)():(0,l.get_app_keyboard_shortcut_sections)(),[e]);return(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Keyboard shortcuts","aria-describedby":"keyboard-shortcuts-tooltip",children:(0,t.jsx)(i.HelpIcon,{})}),(0,t.jsx)("div",{id:"keyboard-shortcuts-tooltip",role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-lg border border-panel-border bg-panel p-3 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(a.KeyboardShortcutsContent,{sections:r,compact:!0})})]})})]})}function c(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}function d(){return c()}function f(){return"dark"}var p=e.i(35434),h=e.i(17798),m=e.i(10464),b=e.i(81553);function _(){let e="dark"===c()?"light":"dark";(0,h.apply_theme)(e),(0,b.write_stored_theme)(e),m.theme_mode_preference.write(e),m.theme_mode_preference.notify(),(0,p.notify_theme_subscribers)()}function g(){let e=(0,o.useSyncExternalStore)(p.subscribe_theme,d,f),r="dark"===e?"Dark":"Light",n="dark"===e?"Switch to light theme":"Switch to dark theme";return(0,t.jsxs)("button",{type:"button",className:"inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60",onClick:_,"aria-label":`${r} theme. ${n}`,title:n,suppressHydrationWarning:!0,children:[(0,t.jsx)("span",{className:"text-base leading-none","aria-hidden":"true",children:"dark"===e?"☾":"☀"}),(0,t.jsx)("span",{suppressHydrationWarning:!0,children:r})]})}function x({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(x,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings/tags",children:"Manage tags"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings",children:"Settings"}),(0,t.jsx)(u,{}),(0,t.jsx)(g,{})]})]})})}],75404)},52405,e=>{"use strict";e.s(["get_input_class_name",0,function(e="default"){let t="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none";return"compact"===e?`${t} px-2.5 py-2`:t}])},8492,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DURATION_FORMAT_STORAGE_KEY,default_value:r.DURATION_FORMAT_DEFAULT,is_valid:e=>"humanized"===e||"clock"===e||"decimal"===e});e.s(["duration_format_preference",0,n])},57853,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.WEEK_STARTS_ON_STORAGE_KEY,default_value:r.WEEK_STARTS_ON_DEFAULT,is_valid:e=>"monday"===e||"sunday"===e});e.s(["week_starts_on_preference",0,n])},1997,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DEFAULT_REPORTING_SORT_STORAGE_KEY,default_value:r.DEFAULT_REPORTING_SORT_DEFAULT,is_valid:e=>"duration"===e||"name"===e||"entry_count"===e||"active_first"===e});e.s(["default_reporting_sort_preference",0,n])},68462,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DEFAULT_REPORTING_RANGE_STORAGE_KEY,default_value:r.DEFAULT_REPORTING_RANGE_DEFAULT,is_valid:e=>"none"===e||"today"===e||"week"===e});e.s(["default_reporting_range_preference",0,n])}]);
@@ -0,0 +1,31 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,20557,(e,t,r)=>{var n={229:function(e){var t,r,n,o=e.exports={};function u(){throw Error("setTimeout has not been defined")}function i(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:u}catch(e){t=u}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(e){r=i}function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===u||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var l=[],s=!1,c=-1;function f(){s&&n&&(s=!1,n.length?l=n.concat(l):c=-1,l.length&&d())}function d(){if(!s){var e=a(f);s=!0;for(var t=l.length;t;){for(n=l,l=[];++c<t;)n&&n[c].run();c=-1,t=l.length}n=null,s=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];l.push(new p(e,t)),1!==l.length||s||a(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw Error("process.chdir is not supported")},o.umask=function(){return 0}}},o={};function u(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}},i=!0;try{n[e](r,r.exports,u),i=!1}finally{i&&delete o[e]}return r.exports}u.ab="/ROOT/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/process/",t.exports=u(229)},13073,(e,t,r)=>{"use strict";var n,o;t.exports=(null==(n=e.g.process)?void 0:n.env)&&"object"==typeof(null==(o=e.g.process)?void 0:o.env)?e.g.process:e.r(20557)},81258,(e,t,r)=>{"use strict";r._=function(e){return e&&e.__esModule?e:{default:e}}},41696,(e,t,r)=>{"use strict";var n=Symbol.for("react.transitional.element");function o(e,t,r){var o=null;if(void 0!==r&&(o=""+r),void 0!==t.key&&(o=""+t.key),"key"in t)for(var u in r={},t)"key"!==u&&(r[u]=t[u]);else r=t;return{$$typeof:n,type:e,key:o,ref:void 0!==(t=r.ref)?t:null,props:r}}r.Fragment=Symbol.for("react.fragment"),r.jsx=o,r.jsxs=o},54710,(e,t,r)=>{"use strict";t.exports=e.r(41696)},65997,(e,t,r)=>{"use strict";var n=e.i(13073),o=Symbol.for("react.transitional.element"),u=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),c=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),b=Symbol.for("react.activity"),h=Symbol.for("react.view_transition"),_=Symbol.iterator,g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v=Object.assign,m={};function x(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r||g}function j(){}function S(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r||g}x.prototype.isReactComponent={},x.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},x.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},j.prototype=x.prototype;var O=S.prototype=new j;O.constructor=S,v(O,x.prototype),O.isPureReactComponent=!0;var E=Array.isArray;function w(){}var T={H:null,A:null,T:null,S:null},P=Object.prototype.hasOwnProperty;function R(e,t,r){var n=r.ref;return{$$typeof:o,type:e,key:t,ref:void 0!==n?n:null,props:r}}function M(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var A=/\/+/g;function C(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function k(e,t,r){if(null==e)return e;var n=[],i=0;return!function e(t,r,n,i,a){var l,s,c,f=typeof t;("undefined"===f||"boolean"===f)&&(t=null);var d=!1;if(null===t)d=!0;else switch(f){case"bigint":case"string":case"number":d=!0;break;case"object":switch(t.$$typeof){case o:case u:d=!0;break;case y:return e((d=t._init)(t._payload),r,n,i,a)}}if(d)return a=a(t),d=""===i?"."+C(t,0):i,E(a)?(n="",null!=d&&(n=d.replace(A,"$&/")+"/"),e(a,r,n,"",function(e){return e})):null!=a&&(M(a)&&(l=a,s=n+(null==a.key||t&&t.key===a.key?"":(""+a.key).replace(A,"$&/")+"/")+d,a=R(l.type,s,l.props)),r.push(a)),1;d=0;var p=""===i?".":i+":";if(E(t))for(var b=0;b<t.length;b++)f=p+C(i=t[b],b),d+=e(i,r,n,f,a);else if("function"==typeof(b=null===(c=t)||"object"!=typeof c?null:"function"==typeof(c=_&&c[_]||c["@@iterator"])?c:null))for(t=b.call(t),b=0;!(i=t.next()).done;)f=p+C(i=i.value,b++),d+=e(i,r,n,f,a);else if("object"===f){if("function"==typeof t.then)return e(function(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch("string"==typeof e.status?e.then(w,w):(e.status="pending",e.then(function(t){"pending"===e.status&&(e.status="fulfilled",e.value=t)},function(t){"pending"===e.status&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}(t),r,n,i,a);throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(r=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":r)+"). If you meant to render a collection of children, use an array instead.")}return d}(e,n,"","",function(e){return t.call(r,e,i++)}),n}function H(e){if(-1===e._status){var t=(0,e._result)();t.then(function(r){(0===e._status||-1===e._status)&&(e._status=1,e._result=r,void 0===t.status&&(t.status="fulfilled",t.value=r))},function(r){(0===e._status||-1===e._status)&&(e._status=2,e._result=r,void 0===t.status&&(t.status="rejected",t.reason=r))}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var N="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof n.default&&"function"==typeof n.default.emit)return void n.default.emit("uncaughtException",e);console.error(e)};function U(e){var t=T.T,r={};r.types=null!==t?t.types:null,T.T=r;try{var n=e(),o=T.S;null!==o&&o(r,n),"object"==typeof n&&null!==n&&"function"==typeof n.then&&n.then(w,N)}catch(e){N(e)}finally{null!==t&&null!==r.types&&(t.types=r.types),T.T=t}}function I(e){var t=T.T;if(null!==t){var r=t.types;null===r?t.types=[e]:-1===r.indexOf(e)&&r.push(e)}else U(I.bind(null,e))}r.Activity=b,r.Children={map:k,forEach:function(e,t,r){k(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return k(e,function(){t++}),t},toArray:function(e){return k(e,function(e){return e})||[]},only:function(e){if(!M(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},r.Component=x,r.Fragment=i,r.Profiler=l,r.PureComponent=S,r.StrictMode=a,r.Suspense=d,r.ViewTransition=h,r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=T,r.__COMPILER_RUNTIME={__proto__:null,c:function(e){return T.H.useMemoCache(e)}},r.addTransitionType=I,r.cache=function(e){return function(){return e.apply(null,arguments)}},r.cacheSignal=function(){return null},r.cloneElement=function(e,t,r){if(null==e)throw Error("The argument must be a React element, but you passed "+e+".");var n=v({},e.props),o=e.key;if(null!=t)for(u in void 0!==t.key&&(o=""+t.key),t)P.call(t,u)&&"key"!==u&&"__self"!==u&&"__source"!==u&&("ref"!==u||void 0!==t.ref)&&(n[u]=t[u]);var u=arguments.length-2;if(1===u)n.children=r;else if(1<u){for(var i=Array(u),a=0;a<u;a++)i[a]=arguments[a+2];n.children=i}return R(e.type,o,n)},r.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider=e,e.Consumer={$$typeof:s,_context:e},e},r.createElement=function(e,t,r){var n,o={},u=null;if(null!=t)for(n in void 0!==t.key&&(u=""+t.key),t)P.call(t,n)&&"key"!==n&&"__self"!==n&&"__source"!==n&&(o[n]=t[n]);var i=arguments.length-2;if(1===i)o.children=r;else if(1<i){for(var a=Array(i),l=0;l<i;l++)a[l]=arguments[l+2];o.children=a}if(e&&e.defaultProps)for(n in i=e.defaultProps)void 0===o[n]&&(o[n]=i[n]);return R(e,u,o)},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:f,render:e}},r.isValidElement=M,r.lazy=function(e){return{$$typeof:y,_payload:{_status:-1,_result:e},_init:H}},r.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},r.startTransition=U,r.unstable_useCacheRefresh=function(){return T.H.useCacheRefresh()},r.use=function(e){return T.H.use(e)},r.useActionState=function(e,t,r){return T.H.useActionState(e,t,r)},r.useCallback=function(e,t){return T.H.useCallback(e,t)},r.useContext=function(e){return T.H.useContext(e)},r.useDebugValue=function(){},r.useDeferredValue=function(e,t){return T.H.useDeferredValue(e,t)},r.useEffect=function(e,t){return T.H.useEffect(e,t)},r.useEffectEvent=function(e){return T.H.useEffectEvent(e)},r.useId=function(){return T.H.useId()},r.useImperativeHandle=function(e,t,r){return T.H.useImperativeHandle(e,t,r)},r.useInsertionEffect=function(e,t){return T.H.useInsertionEffect(e,t)},r.useLayoutEffect=function(e,t){return T.H.useLayoutEffect(e,t)},r.useMemo=function(e,t){return T.H.useMemo(e,t)},r.useOptimistic=function(e,t){return T.H.useOptimistic(e,t)},r.useReducer=function(e,t,r){return T.H.useReducer(e,t,r)},r.useRef=function(e){return T.H.useRef(e)},r.useState=function(e){return T.H.useState(e)},r.useSyncExternalStore=function(e,t,r){return T.H.useSyncExternalStore(e,t,r)},r.useTransition=function(){return T.H.useTransition()},r.version="19.3.0-canary-3f0b9e61-20260317"},34416,(e,t,r)=>{"use strict";t.exports=e.r(65997)},27386,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={bindSnapshot:function(){return s},createAsyncLocalStorage:function(){return l},createSnapshot:function(){return c}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let u=Object.defineProperty(Error("Invariant: AsyncLocalStorage accessed in runtime where it is not available"),"__NEXT_ERROR_CODE",{value:"E504",enumerable:!1,configurable:!0});class i{disable(){throw u}getStore(){}run(){throw u}exit(){throw u}enterWith(){throw u}static bind(e){return e}}let a="u">typeof globalThis&&globalThis.AsyncLocalStorage;function l(){return a?new a:new i}function s(e){return a?a.bind(e):i.bind(e)}function c(){return a?a.snapshot():function(e,...t){return e(...t)}}},66596,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workAsyncStorageInstance",{enumerable:!0,get:function(){return n}});let n=(0,e.r(27386).createAsyncLocalStorage)()},54887,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workAsyncStorage",{enumerable:!0,get:function(){return n.workAsyncStorageInstance}});let n=e.r(66596)},64565,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"handleISRError",{enumerable:!0,get:function(){return o}});let n="u"<typeof window?e.r(54887).workAsyncStorage:void 0;function o({error:e}){if(n){let t=n.getStore();if(t?.isStaticGeneration)throw e&&console.error(e),e}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},45711,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useUntrackedPathname",{enumerable:!0,get:function(){return u}});let n=e.r(34416),o=e.r(21028);function u(){return!function(){if("u"<typeof window){let{workUnitAsyncStorage:t}=e.r(86432),r=t.getStore();if(!r)return!1;switch(r.type){case"prerender":case"prerender-client":case"prerender-ppr":case"validation-client":let n=r.fallbackRouteParams;return!!n&&n.size>0}}return!1}()?(0,n.useContext)(o.PathnameContext):null}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},54663,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={handleHardNavError:function(){return i},useNavFailureHandler:function(){return a}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});e.r(34416);let u=e.r(11190);function i(e){return!!(e&&"u">typeof window)&&!!window.next.__pendingUrl&&(0,u.createHrefFromUrl)(new URL(window.location.href))!==(0,u.createHrefFromUrl)(window.next.__pendingUrl)&&(console.error("Error occurred during navigation, falling back to hard navigation",e),window.location.href=window.next.__pendingUrl.toString(),!0)}function a(){}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},2020,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ErrorBoundary:function(){return b},ErrorBoundaryHandler:function(){return y}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let u=e.r(44066),i=e.r(54710),a=u._(e.r(34416)),l=e.r(45711),s=e.r(96658);e.r(54663);let c=e.r(64565),f=e.r(16987),d=e.r(61717),p="u">typeof window&&(0,f.isBot)(window.navigator.userAgent);class y extends a.default.Component{static{this.contextType=d.AppRouterContext}constructor(e){super(e),this.reset=()=>{this.setState({error:null})},this.unstable_retry=()=>{(0,a.startTransition)(()=>{this.context?.refresh(),this.reset()})},this.state={error:null,previousPathname:this.props.pathname}}static getDerivedStateFromError(e){if((0,s.isNextRouterError)(e))throw e;return{error:e}}static getDerivedStateFromProps(e,t){let{error:r}=t;return e.pathname!==t.previousPathname&&t.error?{error:null,previousPathname:e.pathname}:{error:t.error,previousPathname:e.pathname}}render(){return this.state.error&&!p?((0,c.handleISRError)({error:this.state.error}),(0,i.jsxs)(i.Fragment,{children:[this.props.errorStyles,this.props.errorScripts,(0,i.jsx)(this.props.errorComponent,{error:this.state.error,reset:this.reset,unstable_retry:this.unstable_retry})]})):this.props.children}}function b({errorComponent:e,errorStyles:t,errorScripts:r,children:n}){let o=(0,l.useUntrackedPathname)();return e?(0,i.jsx)(y,{pathname:o,errorComponent:e,errorStyles:t,errorScripts:r,children:n}):(0,i.jsx)(i.Fragment,{children:n})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},65250,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={RedirectBoundary:function(){return p},RedirectErrorBoundary:function(){return d}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let u=e.r(44066),i=e.r(54710),a=u._(e.r(34416)),l=e.r(2052),s=e.r(31960),c=e.r(67646);function f({redirect:e,reset:t,redirectType:r}){let n=(0,l.useRouter)();return(0,a.useEffect)(()=>{a.default.startTransition(()=>{"push"===r?n.push(e,{}):n.replace(e,{}),t()})},[e,r,t,n]),null}class d extends a.default.Component{constructor(e){super(e),this.state={redirect:null,redirectType:null}}static getDerivedStateFromError(e){if((0,c.isRedirectError)(e)){let t=(0,s.getURLFromRedirectError)(e),r=(0,s.getRedirectTypeFromError)(e);return"handled"in e?{redirect:null,redirectType:null}:{redirect:t,redirectType:r}}throw e}render(){let{redirect:e,redirectType:t}=this.state;return null!==e&&null!==t?(0,i.jsx)(f,{redirect:e,redirectType:t,reset:()=>this.setState({redirect:null})}):this.props.children}}function p({children:e}){let t=(0,l.useRouter)();return(0,i.jsx)(d,{router:t,children:e})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},44462,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"createRouterCacheKey",{enumerable:!0,get:function(){return o}});let n=e.r(28917);function o(e,t=!1){return Array.isArray(e)?`${e[0]}|${e[1]}|${e[2]}`:t&&e.startsWith(n.PAGE_SEGMENT_KEY)?n.PAGE_SEGMENT_KEY:e}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},8058,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unresolvedThenable",{enumerable:!0,get:function(){return n}});let n={then:()=>{}};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},83775,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={MetadataBoundary:function(){return a},OutletBoundary:function(){return s},RootLayoutBoundary:function(){return c},ViewportBoundary:function(){return l}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let u=e.r(47801),i={[u.METADATA_BOUNDARY_NAME]:function({children:e}){return e},[u.VIEWPORT_BOUNDARY_NAME]:function({children:e}){return e},[u.OUTLET_BOUNDARY_NAME]:function({children:e}){return e},[u.ROOT_LAYOUT_BOUNDARY_NAME]:function({children:e}){return e}},a=i[u.METADATA_BOUNDARY_NAME.slice(0)],l=i[u.VIEWPORT_BOUNDARY_NAME.slice(0)],s=i[u.OUTLET_BOUNDARY_NAME.slice(0)],c=i[u.ROOT_LAYOUT_BOUNDARY_NAME.slice(0)]},15181,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"setAttributesFromProps",{enumerable:!0,get:function(){return i}});let n={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv",noModule:"noModule"},o=["onLoad","onReady","dangerouslySetInnerHTML","children","onError","strategy","stylesheets"];function u(e){return["async","defer","noModule"].includes(e)}function i(e,t){for(let[r,i]of Object.entries(t)){if(!t.hasOwnProperty(r)||o.includes(r)||void 0===i)continue;let a=n[r]||r.toLowerCase();"SCRIPT"===e.tagName&&u(a)?e[a]=!!i:e.setAttribute(a,String(i)),(!1===i||"SCRIPT"===e.tagName&&u(a)&&(!i||"false"===i))&&(e.setAttribute(a,""),e.removeAttribute(a))}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},71982,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"HeadManagerContext",{enumerable:!0,get:function(){return n}});let n=e.r(81258)._(e.r(34416)).default.createContext({})},82276,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={WarningIcon:function(){return l},errorStyles:function(){return i},errorThemeCss:function(){return a}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});e.r(81258);let u=e.r(54710);e.r(34416);let i={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},a=`
2
+ :root {
3
+ --next-error-bg: #fff;
4
+ --next-error-text: #171717;
5
+ --next-error-title: #171717;
6
+ --next-error-message: #171717;
7
+ --next-error-digest: #666666;
8
+ --next-error-btn-text: #fff;
9
+ --next-error-btn-bg: #171717;
10
+ --next-error-btn-border: none;
11
+ --next-error-btn-secondary-text: #171717;
12
+ --next-error-btn-secondary-bg: transparent;
13
+ --next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);
14
+ }
15
+ @media (prefers-color-scheme: dark) {
16
+ :root {
17
+ --next-error-bg: #0a0a0a;
18
+ --next-error-text: #ededed;
19
+ --next-error-title: #ededed;
20
+ --next-error-message: #ededed;
21
+ --next-error-digest: #a0a0a0;
22
+ --next-error-btn-text: #0a0a0a;
23
+ --next-error-btn-bg: #ededed;
24
+ --next-error-btn-border: none;
25
+ --next-error-btn-secondary-text: #ededed;
26
+ --next-error-btn-secondary-bg: transparent;
27
+ --next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);
28
+ }
29
+ }
30
+ body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
31
+ `.replace(/\n\s*/g,"");function l(){return(0,u.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:i.icon,children:(0,u.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},51709,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return i}}),e.r(81258);let n=e.r(54710);e.r(34416);let o=e.r(64565),u=e.r(82276),i=function({error:e}){let t=e?.digest,r=!!t;return(0,o.handleISRError)({error:e}),(0,n.jsxs)("html",{id:"__next_error__",children:[(0,n.jsx)("head",{children:(0,n.jsx)("style",{dangerouslySetInnerHTML:{__html:u.errorThemeCss}})}),(0,n.jsxs)("body",{children:[(0,n.jsx)("div",{style:u.errorStyles.container,children:(0,n.jsxs)("div",{style:u.errorStyles.card,children:[(0,n.jsx)(u.WarningIcon,{}),(0,n.jsx)("h1",{style:u.errorStyles.title,children:"This page couldn’t load"}),(0,n.jsx)("p",{style:u.errorStyles.message,children:r?"A server error occurred. Reload to try again.":"Reload to try again, or go back."}),(0,n.jsxs)("div",{style:u.errorStyles.buttonGroup,children:[(0,n.jsx)("form",{style:u.errorStyles.form,children:(0,n.jsx)("button",{type:"submit",style:u.errorStyles.button,children:"Reload"})}),!r&&(0,n.jsx)("button",{type:"button",style:u.errorStyles.buttonSecondary,onClick:()=>{window.history.length>1?window.history.back():window.location.href="/"},children:"Back"})]})]})}),t&&(0,n.jsxs)("p",{style:u.errorStyles.digestFooter,children:["ERROR ",t]})]})]})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return i},formatWithValidation:function(){return u},urlObjectKeys:function(){return s}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let o=e.r(44066)._(e.r(78677)),l=/https?|ftp|gopher|file/;function i(e){let{auth:t,hostname:r}=e,n=e.protocol||"",a=e.pathname||"",i=e.hash||"",s=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),s&&"object"==typeof s&&(s=String(o.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||l.test(n))&&!1!==u?(u="//"+(u||""),a&&"/"!==a[0]&&(a="/"+a)):u||(u=""),i&&"#"!==i[0]&&(i="#"+i),c&&"?"!==c[0]&&(c="?"+c),a=a.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${a}${c}${i}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return i(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return a}});let n=e.r(34416);function a(e,t){let r=(0,n.useRef)(null),a=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=a.current;t&&(a.current=null,t())}else e&&(r.current=o(e,n)),t&&(a.current=o(t,n))},[e,t])}function o(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return o}});let n=e.r(31047),a=e.r(63334);function o(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,a.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return v}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let o=e.r(44066),l=e.r(54710),i=o._(e.r(34416)),s=e.r(42552),u=e.r(61717),c=e.r(37879),d=e.r(31047),f=e.r(20321);e.r(90503);let p=e.r(38520),h=e.r(19947),m=e.r(59246),b=e.r(99046);function g(t){var r,n;let a,o,g,[v,y]=(0,i.useOptimistic)(h.IDLE_LINK_STATUS),j=(0,i.useRef)(null),{href:_,as:k,children:w,prefetch:N=null,passHref:S,replace:T,shallow:E,scroll:O,onClick:R,onMouseEnter:C,onTouchStart:P,legacyBehavior:L=!1,onNavigate:M,transitionTypes:U,ref:A,unstable_dynamicOnHover:D,...I}=t;a=w,L&&("string"==typeof a||"number"==typeof a)&&(a=(0,l.jsx)("a",{children:a}));let B=i.default.useContext(u.AppRouterContext),K=!1!==N,$=!1!==N?null===(n=N)||"auto"===n?b.FetchStrategy.PPR:b.FetchStrategy.Full:b.FetchStrategy.PPR,F="string"==typeof(r=k||_)?r:(0,s.formatUrl)(r);if(L){if(a?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});o=i.default.Children.only(a)}let W=L?o&&"object"==typeof o&&o.ref:A,z=i.default.useCallback(e=>(null!==B&&(j.current=(0,h.mountLinkInstance)(e,F,B,$,K,y)),()=>{j.current&&((0,h.unmountLinkForCurrentNavigation)(j.current),j.current=null),(0,h.unmountPrefetchableInstance)(e)}),[K,F,B,$,y]),G={ref:(0,c.useMergedRef)(z,W),onClick(t){L||"function"!=typeof R||R(t),L&&o.props&&"function"==typeof o.props.onClick&&o.props.onClick(t),!B||t.defaultPrevented||function(t,r,n,a,o,l,s){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,m.isLocalURL)(r)){a&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);i.default.startTransition(()=>{d(r,a?"replace":"push",!1===o?p.ScrollBehavior.NoScroll:p.ScrollBehavior.Default,n.current,s)})}}(t,F,j,T,O,M,U)},onMouseEnter(e){L||"function"!=typeof C||C(e),L&&o.props&&"function"==typeof o.props.onMouseEnter&&o.props.onMouseEnter(e),B&&K&&(0,h.onNavigationIntent)(e.currentTarget,!0===D)},onTouchStart:function(e){L||"function"!=typeof P||P(e),L&&o.props&&"function"==typeof o.props.onTouchStart&&o.props.onTouchStart(e),B&&K&&(0,h.onNavigationIntent)(e.currentTarget,!0===D)}};return(0,d.isAbsoluteUrl)(F)?G.href=F:L&&!S&&("a"!==o.type||"href"in o.props)||(G.href=(0,f.addBasePath)(F)),g=L?i.default.cloneElement(o,G):(0,l.jsx)("a",{...I,...G,children:a}),(0,l.jsx)(x.Provider,{value:v,children:g})}e.r(10364);let x=(0,i.createContext)(h.IDLE_LINK_STATUS),v=()=>(0,i.useContext)(x);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28089,e=>{"use strict";var t=e.i(54710);e.s(["HelpIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),(0,t.jsx)("path",{d:"M12 17h.01"})]})}])},14574,e=>{"use strict";var t=e.i(34995);e.s(["get_tracker_keyboard_shortcut_sections",0,function(){return[...(0,t.get_app_keyboard_shortcut_sections)(),{title:"Tracker",entries:[{label:"C",description:"Check in (focus description)"},{label:"O",description:"Check out"},{label:"E",description:"Edit active entry description"},{label:"N",description:"Add note to active entry"},{label:"[",description:"Previous sheet"},{label:"]",description:"Next sheet"}]}]}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),a=e.i(34416),o=e.i(28089),l=e.i(88680),i=e.i(34995),s=e.i(14574);function u(){let e=(0,n.usePathname)(),r=(0,a.useMemo)(()=>"/"===e?(0,s.get_tracker_keyboard_shortcut_sections)():(0,i.get_app_keyboard_shortcut_sections)(),[e]);return(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Keyboard shortcuts","aria-describedby":"keyboard-shortcuts-tooltip",children:(0,t.jsx)(o.HelpIcon,{})}),(0,t.jsx)("div",{id:"keyboard-shortcuts-tooltip",role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-lg border border-panel-border bg-panel p-3 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(l.KeyboardShortcutsContent,{sections:r,compact:!0})})]})})]})}function c(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}function d(){return c()}function f(){return"dark"}var p=e.i(35434),h=e.i(17798),m=e.i(10464),b=e.i(81553);function g(){let e="dark"===c()?"light":"dark";(0,h.apply_theme)(e),(0,b.write_stored_theme)(e),m.theme_mode_preference.write(e),m.theme_mode_preference.notify(),(0,p.notify_theme_subscribers)()}function x(){let e=(0,a.useSyncExternalStore)(p.subscribe_theme,d,f),r="dark"===e?"Dark":"Light",n="dark"===e?"Switch to light theme":"Switch to dark theme";return(0,t.jsxs)("button",{type:"button",className:"inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60",onClick:g,"aria-label":`${r} theme. ${n}`,title:n,suppressHydrationWarning:!0,children:[(0,t.jsx)("span",{className:"text-base leading-none","aria-hidden":"true",children:"dark"===e?"☾":"☀"}),(0,t.jsx)("span",{suppressHydrationWarning:!0,children:r})]})}function v({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(v,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings/tags",children:"Manage tags"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings",children:"Settings"}),(0,t.jsx)(u,{}),(0,t.jsx)(x,{})]})]})})}],75404)},42800,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060);let a=[{href:"/settings",label:"General",match:e=>"/settings"===e},{href:"/settings/display",label:"Display & layout",match:e=>e.startsWith("/settings/display")},{href:"/settings/data",label:"Data & backup",match:e=>e.startsWith("/settings/data")},{href:"/settings/tags",label:"Tag management",match:e=>e.startsWith("/settings/tags")}];e.s(["SettingsNav",0,function(){let e=(0,n.usePathname)()??"/settings";return(0,t.jsx)("nav",{"aria-label":"Settings sections",className:"w-full",children:(0,t.jsx)("ul",{className:"m-0 flex w-full list-none flex-col gap-0.5 p-0",children:a.map(n=>{let a=n.match(e);return(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{href:n.href,"aria-current":a?"page":void 0,className:`block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 ${a?"bg-accent-soft text-foreground":"text-muted hover:bg-surface-hover hover:text-foreground"}`,children:n.label})},n.href)})})})}])},46549,e=>{"use strict";let t=new Set,r="Settings saved",n=null,a=r;e.s(["SETTINGS_SAVED_DEFAULT_MESSAGE",0,r,"notify_settings_saved",0,function(e=r){a=e,null!==n&&clearTimeout(n),n=setTimeout(()=>{n=null;let e=a;t.forEach(t=>{t(e)})},200)},"subscribe_settings_saved",0,function(e){return t.add(e),()=>{t.delete(e)}}])},17446,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(46549);e.s(["SettingsSavedToast",0,function(){let[e,a]=(0,r.useState)(null);return((0,r.useEffect)(()=>{let e=null,t=(0,n.subscribe_settings_saved)(t=>{a(t),null!==e&&clearTimeout(e),e=setTimeout(()=>{a(null),e=null},2800)});return()=>{t(),null!==e&&clearTimeout(e)}},[]),null===e)?null:(0,t.jsx)("div",{role:"status","aria-live":"polite","aria-atomic":"true",className:"pointer-events-none fixed bottom-6 left-1/2 z-50 -translate-x-1/2 rounded-md border border-accent-border bg-panel px-4 py-2.5 text-[0.88rem] font-medium text-foreground shadow-md transition-[opacity,transform] duration-200",children:e||n.SETTINGS_SAVED_DEFAULT_MESSAGE})}])},6216,e=>{"use strict";var t=e.i(54710),r=e.i(71060),n=e.i(34416),a=e.i(14974),o=e.i(52663);e.s(["BackupRestoreSetting",0,function({db_path:e}){let l=(0,r.useRouter)(),{confirm:i}=(0,a.use_confirm_dialog)(),s=(0,n.useRef)(null),[u,c]=(0,n.useState)(null),[d,f]=(0,n.useState)(null),[p,h]=(0,n.useState)(!1),[m,b]=(0,n.useState)(!1),g=async()=>{h(!0),c(null),f(null);try{let e=await fetch("/api/backup");if(!e.ok){let t=await e.json();throw Error(t.error??"Download failed")}let t=await e.blob(),r=URL.createObjectURL(t),n=document.createElement("a");n.href=r,n.download="db.json",n.click(),URL.revokeObjectURL(r),f("Backup downloaded.")}catch(e){c(e instanceof Error?e.message:String(e))}finally{h(!1)}},x=async e=>{let t=e.target.files?.[0];if((e.target.value="",void 0!==t)&&await i({title:"Restore backup?",message:"This will replace your current time tracker data with the uploaded backup file. This cannot be undone.",confirmLabel:"Restore",variant:"danger"})){b(!0),c(null),f(null);try{let e,r=await t.text();try{e=JSON.parse(r)}catch{throw Error("Invalid backup file: file is not valid JSON.")}let n=await fetch("/api/backup",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!n.ok){let e=await n.json();throw Error(e.error??"Restore failed")}f("Backup restored. Opening tracker…"),l.push("/"),l.refresh()}catch(e){c(e instanceof Error?e.message:String(e))}finally{b(!1)}}},v=p||m;return(0,t.jsxs)("div",{className:"flex w-full flex-col gap-3",children:[(0,t.jsxs)("div",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("h2",{className:"m-0 text-[0.95rem] font-semibold",children:"Backup and restore"}),(0,t.jsx)("p",{className:"m-0 text-[0.8rem] leading-snug text-muted",children:"Download a copy of your database or replace it with a previously saved backup file."})]}),(0,t.jsx)("p",{className:"m-0 overflow-wrap-anywhere font-mono text-[0.65rem] leading-snug text-muted",title:e,children:e}),(0,t.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,t.jsx)("button",{type:"button",className:(0,o.get_button_class_name)("ghost","small"),disabled:v,onClick:()=>void g(),children:p?"Downloading…":"Download backup"}),(0,t.jsx)("button",{type:"button",className:(0,o.get_button_class_name)("danger","small"),disabled:v,onClick:()=>{s.current?.click()},children:m?"Restoring…":"Restore from file"}),(0,t.jsx)("input",{ref:s,type:"file",accept:"application/json,.json",className:"hidden",onChange:e=>void x(e)})]}),null!==d?(0,t.jsx)("p",{className:"m-0 text-[0.82rem] text-accent",children:d}):null,null!==u?(0,t.jsx)("p",{className:"m-0 text-[0.82rem] text-danger",children:u}):null]})}],6216)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42800,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060);let a=[{href:"/settings",label:"General",match:e=>"/settings"===e},{href:"/settings/display",label:"Display & layout",match:e=>e.startsWith("/settings/display")},{href:"/settings/data",label:"Data & backup",match:e=>e.startsWith("/settings/data")},{href:"/settings/tags",label:"Tag management",match:e=>e.startsWith("/settings/tags")}];e.s(["SettingsNav",0,function(){let e=(0,n.usePathname)()??"/settings";return(0,t.jsx)("nav",{"aria-label":"Settings sections",className:"w-full",children:(0,t.jsx)("ul",{className:"m-0 flex w-full list-none flex-col gap-0.5 p-0",children:a.map(n=>{let a=n.match(e);return(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{href:n.href,"aria-current":a?"page":void 0,className:`block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 ${a?"bg-accent-soft text-foreground":"text-muted hover:bg-surface-hover hover:text-foreground"}`,children:n.label})},n.href)})})})}])},46549,e=>{"use strict";let t=new Set,r="Settings saved",n=null,a=r;e.s(["SETTINGS_SAVED_DEFAULT_MESSAGE",0,r,"notify_settings_saved",0,function(e=r){a=e,null!==n&&clearTimeout(n),n=setTimeout(()=>{n=null;let e=a;t.forEach(t=>{t(e)})},200)},"subscribe_settings_saved",0,function(e){return t.add(e),()=>{t.delete(e)}}])},17446,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(46549);e.s(["SettingsSavedToast",0,function(){let[e,a]=(0,r.useState)(null);return((0,r.useEffect)(()=>{let e=null,t=(0,n.subscribe_settings_saved)(t=>{a(t),null!==e&&clearTimeout(e),e=setTimeout(()=>{a(null),e=null},2800)});return()=>{t(),null!==e&&clearTimeout(e)}},[]),null===e)?null:(0,t.jsx)("div",{role:"status","aria-live":"polite","aria-atomic":"true",className:"pointer-events-none fixed bottom-6 left-1/2 z-50 -translate-x-1/2 rounded-md border border-accent-border bg-panel px-4 py-2.5 text-[0.88rem] font-medium text-foreground shadow-md transition-[opacity,transform] duration-200",children:e||n.SETTINGS_SAVED_DEFAULT_MESSAGE})}])},42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return o},formatWithValidation:function(){return u},urlObjectKeys:function(){return i}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let l=e.r(44066)._(e.r(78677)),s=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,n=e.protocol||"",a=e.pathname||"",o=e.hash||"",i=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),i&&"object"==typeof i&&(i=String(l.urlQueryToSearchParams(i)));let c=e.search||i&&`?${i}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||s.test(n))&&!1!==u?(u="//"+(u||""),a&&"/"!==a[0]&&(a="/"+a)):u||(u=""),o&&"#"!==o[0]&&(o="#"+o),c&&"?"!==c[0]&&(c="?"+c),a=a.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${a}${c}${o}`}let i=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return o(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return a}});let n=e.r(34416);function a(e,t){let r=(0,n.useRef)(null),a=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=a.current;t&&(a.current=null,t())}else e&&(r.current=l(e,n)),t&&(a.current=l(t,n))},[e,t])}function l(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return l}});let n=e.r(31047),a=e.r(63334);function l(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,a.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return x},useLinkStatus:function(){return y}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let l=e.r(44066),s=e.r(54710),o=l._(e.r(34416)),i=e.r(42552),u=e.r(61717),c=e.r(37879),d=e.r(31047),m=e.r(20321);e.r(90503);let f=e.r(38520),p=e.r(19947),h=e.r(59246),g=e.r(99046);function x(t){var r,n;let a,l,x,[y,v]=(0,o.useOptimistic)(p.IDLE_LINK_STATUS),_=(0,o.useRef)(null),{href:j,as:w,children:N,prefetch:S=null,passHref:k,replace:T,shallow:C,scroll:E,onClick:M,onMouseEnter:P,onTouchStart:$,legacyBehavior:R=!1,onNavigate:O,transitionTypes:A,ref:L,unstable_dynamicOnHover:D,...U}=t;a=N,R&&("string"==typeof a||"number"==typeof a)&&(a=(0,s.jsx)("a",{children:a}));let I=o.default.useContext(u.AppRouterContext),K=!1!==S,B=!1!==S?null===(n=S)||"auto"===n?g.FetchStrategy.PPR:g.FetchStrategy.Full:g.FetchStrategy.PPR,F="string"==typeof(r=w||j)?r:(0,i.formatUrl)(r);if(R){if(a?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});l=o.default.Children.only(a)}let W=R?l&&"object"==typeof l&&l.ref:L,z=o.default.useCallback(e=>(null!==I&&(_.current=(0,p.mountLinkInstance)(e,F,I,B,K,v)),()=>{_.current&&((0,p.unmountLinkForCurrentNavigation)(_.current),_.current=null),(0,p.unmountPrefetchableInstance)(e)}),[K,F,I,B,v]),G={ref:(0,c.useMergedRef)(z,W),onClick(t){R||"function"!=typeof M||M(t),R&&l.props&&"function"==typeof l.props.onClick&&l.props.onClick(t),!I||t.defaultPrevented||function(t,r,n,a,l,s,i){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){a&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),s){let e=!1;if(s({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);o.default.startTransition(()=>{d(r,a?"replace":"push",!1===l?f.ScrollBehavior.NoScroll:f.ScrollBehavior.Default,n.current,i)})}}(t,F,_,T,E,O,A)},onMouseEnter(e){R||"function"!=typeof P||P(e),R&&l.props&&"function"==typeof l.props.onMouseEnter&&l.props.onMouseEnter(e),I&&K&&(0,p.onNavigationIntent)(e.currentTarget,!0===D)},onTouchStart:function(e){R||"function"!=typeof $||$(e),R&&l.props&&"function"==typeof l.props.onTouchStart&&l.props.onTouchStart(e),I&&K&&(0,p.onNavigationIntent)(e.currentTarget,!0===D)}};return(0,d.isAbsoluteUrl)(F)?G.href=F:R&&!k&&("a"!==l.type||"href"in l.props)||(G.href=(0,m.addBasePath)(F)),x=R?o.default.cloneElement(l,G):(0,s.jsx)("a",{...U,...G,children:a}),(0,s.jsx)(b.Provider,{value:y,children:x})}e.r(10364);let b=(0,o.createContext)(p.IDLE_LINK_STATUS),y=()=>(0,o.useContext)(b);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28089,e=>{"use strict";var t=e.i(54710);e.s(["HelpIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),(0,t.jsx)("path",{d:"M12 17h.01"})]})}])},14574,e=>{"use strict";var t=e.i(34995);e.s(["get_tracker_keyboard_shortcut_sections",0,function(){return[...(0,t.get_app_keyboard_shortcut_sections)(),{title:"Tracker",entries:[{label:"C",description:"Check in (focus description)"},{label:"O",description:"Check out"},{label:"E",description:"Edit active entry description"},{label:"N",description:"Add note to active entry"},{label:"[",description:"Previous sheet"},{label:"]",description:"Next sheet"}]}]}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),a=e.i(34416),l=e.i(28089),s=e.i(88680),o=e.i(34995),i=e.i(14574);function u(){let e=(0,n.usePathname)(),r=(0,a.useMemo)(()=>"/"===e?(0,i.get_tracker_keyboard_shortcut_sections)():(0,o.get_app_keyboard_shortcut_sections)(),[e]);return(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Keyboard shortcuts","aria-describedby":"keyboard-shortcuts-tooltip",children:(0,t.jsx)(l.HelpIcon,{})}),(0,t.jsx)("div",{id:"keyboard-shortcuts-tooltip",role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-lg border border-panel-border bg-panel p-3 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(s.KeyboardShortcutsContent,{sections:r,compact:!0})})]})})]})}function c(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}function d(){return c()}function m(){return"dark"}var f=e.i(35434),p=e.i(17798),h=e.i(10464),g=e.i(81553);function x(){let e="dark"===c()?"light":"dark";(0,p.apply_theme)(e),(0,g.write_stored_theme)(e),h.theme_mode_preference.write(e),h.theme_mode_preference.notify(),(0,f.notify_theme_subscribers)()}function b(){let e=(0,a.useSyncExternalStore)(f.subscribe_theme,d,m),r="dark"===e?"Dark":"Light",n="dark"===e?"Switch to light theme":"Switch to dark theme";return(0,t.jsxs)("button",{type:"button",className:"inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60",onClick:x,"aria-label":`${r} theme. ${n}`,title:n,suppressHydrationWarning:!0,children:[(0,t.jsx)("span",{className:"text-base leading-none","aria-hidden":"true",children:"dark"===e?"☾":"☀"}),(0,t.jsx)("span",{suppressHydrationWarning:!0,children:r})]})}function y({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(y,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings/tags",children:"Manage tags"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings",children:"Settings"}),(0,t.jsx)(u,{}),(0,t.jsx)(b,{})]})]})})}],75404)},52405,e=>{"use strict";e.s(["get_input_class_name",0,function(e="default"){let t="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none";return"compact"===e?`${t} px-2.5 py-2`:t}])},14260,18774,e=>{"use strict";var t=e.i(54710),r=e.i(34416);function n(e){return e.startsWith("@")?e:`@${e}`}e.s(["format_display_tag",0,n],18774);var a=e.i(52405);e.s(["TagAutocompleteInput",0,function({id:e,value:l,known_tags:s,placeholder:o,disabled:i=!1,autoFocus:u=!1,on_change:c}){let d=(0,r.useRef)(null),m=(0,r.useRef)(null),f=(0,r.useRef)(null),[p,h]=(0,r.useState)(0),[g,x]=(0,r.useState)(0),b=function(e,t){let r=e.slice(0,t),n=r.lastIndexOf("@");if(-1===n)return null;let a=r.slice(n+1);return/\s/.test(a)?null:{query:a,start_index:n,end_index:t}}(l,p),y=null===b?[]:function(e,t,r=10){let n=t.toLowerCase();return e.filter(e=>{let t=e.replace(/^@/,"").toLowerCase();return 0===n.length||t.startsWith(n)}).slice(0,r)}(s,b.query),v=null!==b&&y.length>0&&!i;(0,r.useLayoutEffect)(()=>{null!==f.current&&null!==d.current&&(d.current.setSelectionRange(f.current,f.current),h(f.current),f.current=null)},[l]),(0,r.useEffect)(()=>{x(0)},[l,p,y.length]);let _=()=>{h(d.current?.selectionStart??l.length)},j=()=>{x(0)},w=e=>{let t,r,a;if(null===b)return;let{next_text:s,next_cursor:o}=(t=n(e),r=l.slice(0,b.start_index),a=l.slice(b.end_index),{next_text:`${r}${t}${a}`,next_cursor:r.length+t.length});f.current=o,c(s),j()};return(0,t.jsxs)("div",{className:"relative min-w-0",children:[(0,t.jsx)("input",{ref:d,id:e,type:"text",className:(0,a.get_input_class_name)(),value:l,placeholder:o,disabled:i,autoFocus:u,autoComplete:"off","aria-autocomplete":"list","aria-expanded":v,"aria-controls":v?`${e}-tag-suggestions`:void 0,onChange:e=>{c(e.target.value),h(e.target.selectionStart??e.target.value.length)},onClick:_,onKeyUp:_,onKeyDown:e=>{if(v){if("ArrowDown"===e.key){e.preventDefault(),x(e=>(e+1)%y.length);return}if("ArrowUp"===e.key){e.preventDefault(),x(e=>(e-1+y.length)%y.length);return}if("Enter"===e.key||"Tab"===e.key){e.preventDefault();let t=y[g];void 0!==t&&w(t);return}"Escape"===e.key&&(e.preventDefault(),j())}},onBlur:()=>{window.setTimeout(j,120)}}),v?(0,t.jsx)("ul",{ref:m,id:`${e}-tag-suggestions`,role:"listbox",className:"absolute left-0 right-0 top-full z-20 mt-1 max-h-48 list-none overflow-y-auto rounded-md border border-panel-border bg-panel p-1.5 shadow-md",children:y.map((e,r)=>(0,t.jsx)("li",{role:"option","aria-selected":r===g,children:(0,t.jsx)("button",{type:"button",className:`block w-full cursor-pointer rounded-[0.45rem] border-0 bg-transparent px-2.5 py-1.5 text-left font-inherit text-[0.85rem] text-inherit hover:bg-surface-hover ${r===g?"bg-surface-hover":""}`,onMouseDown:t=>{t.preventDefault(),w(e)},children:n(e)})},e))}):null]})}],14260)},2286,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(14974),a=e.i(42800),l=e.i(17446),s=e.i(75404);function o({breadcrumb:e,title:r,description:n,children:i}){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.SettingsSavedToast,{}),(0,t.jsx)(s.TrackerTopbar,{breadcrumb:e}),(0,t.jsxs)("main",{className:"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1",children:[(0,t.jsxs)("aside",{className:"flex flex-col gap-2",children:[(0,t.jsx)("h2",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted",children:"Settings"}),(0,t.jsx)(a.SettingsNav,{})]}),(0,t.jsxs)("section",{className:"flex min-w-0 flex-col gap-4",children:[(0,t.jsxs)("header",{className:"flex flex-col gap-1",children:[(0,t.jsx)("h1",{className:"m-0 text-[1.35rem] font-[650] tracking-tight",children:r}),void 0!==n?(0,t.jsx)("p",{className:"m-0 text-[0.9rem] leading-relaxed text-muted",children:n}):null]}),i]})]})]})}var i=e.i(14260),u=e.i(18774),c=e.i(52663),d=e.i(52405);function m(e,t,r){let n=e.map(e=>(0,u.format_display_tag)(e)).join(", "),a=(0,u.format_display_tag)(t),l=1===r?"1 entry will be updated.":`${r} entries will be updated.`;return{title:"Merge tags?",message:`Merge ${n} into ${a}? ${l}`,confirmLabel:"Merge tags",variant:"danger"}}e.s(["TagManagementView",0,function({initial_tags:e}){let{confirm:a}=(0,n.use_confirm_dialog)(),[l,s]=(0,r.useState)(e),[f,p]=(0,r.useState)(()=>new Set),[h,g]=(0,r.useState)({}),[x,b]=(0,r.useState)(""),[y,v]=(0,r.useState)(null),[_,j]=(0,r.useState)(null),[w,N]=(0,r.useState)(!1),S=(0,r.useMemo)(()=>l.map(e=>e.name),[l]),k=l.filter(e=>f.has(e.name)).reduce((e,t)=>e+t.entryCount,0),T=async e=>{let t=await fetch("/api/tags",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw Error((await t.json()).error??"Tag update failed");let r=await t.json();s(r.tags),p(new Set),j(1===r.entries_updated?"Updated 1 entry.":`Updated ${r.entries_updated} entries.`)},C=async e=>{let t=h[e]?.trim()??"";if(0===t.length)return void v("Enter a new tag name.");let r=l.find(t=>t.name===e);if(void 0===r)return;let n=l.find(e=>(0,u.format_display_tag)(e.name)===(0,u.format_display_tag)(t)),s=void 0!==n&&n.name!==e?r.entryCount+n.entryCount:r.entryCount;if(await a(m([e],t,s))){N(!0),v(null),j(null);try{await T({action:"rename",fromTag:e,toTag:t}),g(t=>{let r={...t};return delete r[e],r})}catch(e){v(e instanceof Error?e.message:String(e))}finally{N(!1)}}},E=async()=>{let e=[...f];if(e.length<2)return void v("Select at least two tags to merge.");if(0===x.trim().length)return void v("Enter a target tag for the merge.");if(await a(m(e,x,k))){N(!0),v(null),j(null);try{await T({action:"merge",sourceTags:e,targetTag:x}),b("")}catch(e){v(e instanceof Error?e.message:String(e))}finally{N(!1)}}};return(0,t.jsxs)(o,{breadcrumb:{current:"Tag management",parent:{label:"Settings",href:"/settings"}},title:"Tag management",description:"Rename or merge tags across every entry in your database.",children:[(0,t.jsxs)("section",{className:"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm",children:[(0,t.jsx)("h2",{className:"m-0 text-[0.95rem] font-semibold",children:"Merge tags"}),(0,t.jsx)("p",{className:"m-0 mt-1 text-[0.8rem] leading-snug text-muted",children:"Select two or more tags below, then choose the tag they should become."}),(0,t.jsxs)("label",{className:"mt-3 flex flex-col gap-1 text-[0.82rem] text-muted",children:["Target tag",(0,t.jsx)(i.TagAutocompleteInput,{id:"merge-target-tag",value:x,known_tags:S,placeholder:"e.g. @project",disabled:w,on_change:b})]}),(0,t.jsxs)("button",{type:"button",className:`${(0,c.get_button_class_name)("primary","small")} mt-3`,disabled:w||f.size<2,onClick:()=>void E(),children:["Merge ",f.size," tags"]})]}),0===l.length?(0,t.jsx)("p",{className:"m-0 text-[0.9rem] text-muted",children:"No tags yet. Add @tags when you check in to an entry."}):(0,t.jsx)("ul",{className:"m-0 flex list-none flex-col gap-2 p-0","aria-label":"Tags",children:l.map(e=>(0,t.jsx)("li",{className:"rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm",children:(0,t.jsxs)("form",{className:"flex flex-wrap items-center gap-x-3 gap-y-2",onSubmit:t=>{t.preventDefault(),C(e.name)},children:[(0,t.jsx)("input",{type:"checkbox",className:"shrink-0",checked:f.has(e.name),disabled:w,"aria-label":`Select ${(0,u.format_display_tag)(e.name)}`,onChange:()=>{var t;return t=e.name,void p(e=>{let r=new Set(e);return r.has(t)?r.delete(t):r.add(t),r})}}),(0,t.jsxs)("div",{className:"flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5",children:[(0,t.jsx)("span",{className:"font-semibold leading-tight",children:(0,u.format_display_tag)(e.name)}),(0,t.jsxs)("span",{className:"text-[0.82rem] text-muted",children:[e.entryCount," ",1===e.entryCount?"entry":"entries"]})]}),(0,t.jsxs)("div",{className:"ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs",children:[(0,t.jsx)("input",{className:(0,d.get_input_class_name)("compact"),value:h[e.name]??"",placeholder:"Rename to…","aria-label":`Rename ${(0,u.format_display_tag)(e.name)}`,disabled:w,onChange:t=>g(r=>({...r,[e.name]:t.target.value}))}),(0,t.jsx)("button",{type:"submit",className:`${(0,c.get_button_class_name)("ghost","small")} shrink-0`,disabled:w||(h[e.name]?.trim().length??0)===0,children:"Rename"})]})]})},e.name))}),null!==_?(0,t.jsx)("p",{className:"m-0 text-[0.9rem] text-accent",children:_}):null,null!==y?(0,t.jsx)("p",{className:"m-0 text-[0.9rem] text-danger",children:y}):null]})}],2286)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,90503,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},31047,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return g},MiddlewareNotFoundError:function(){return T},MissingStaticPage:function(){return y},NormalizeError:function(){return h},PageNotFoundError:function(){return b},SP:function(){return p},ST:function(){return E},WEB_VITALS:function(){return i},execOnce:function(){return o},getDisplayName:function(){return d},getLocationOrigin:function(){return u},getURL:function(){return c},isAbsoluteUrl:function(){return l},isResSent:function(){return f},loadGetInitialProps:function(){return _},normalizeRepeatedSlashes:function(){return m},stringifyError:function(){return O}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i=["CLS","FCP","FID","INP","LCP","TTFB"];function o(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let a=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,l=e=>a.test(e);function u(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function c(){let{href:e}=window.location,t=u();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function m(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function _(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await _(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&f(r))return n;if(!n)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E1025",enumerable:!1,configurable:!0});return n}let p="u">typeof performance,E=p&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class g extends Error{}class h extends Error{}class b extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class y extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class T extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function O(e){return JSON.stringify({message:e.message,stack:e.stack})}},78677,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return l},searchParamsToUrlQuery:function(){return i},urlQueryToSearchParams:function(){return a}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});function i(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function o(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function a(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,o(e));else t.set(r,o(n));return t}function l(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},71060,(e,t,r)=>{t.exports=e.r(2052)},88680,34995,e=>{"use strict";var t=e.i(54710);function r({label:e,description:n,compact:s}){return(0,t.jsxs)("div",{className:"contents",children:[(0,t.jsx)("dt",{className:"m-0",children:(0,t.jsx)("kbd",{className:`inline-block min-w-7 rounded border border-panel-border bg-surface text-center font-mono font-semibold text-foreground ${s?"px-1 py-0.5 text-[0.7rem]":"px-1.5 py-0.5 text-[0.78rem]"}`,children:e})}),(0,t.jsx)("dd",{className:`m-0 self-center leading-snug text-muted ${s?"text-[0.8rem]":"text-[0.9rem]"}`,children:n})]})}e.s(["KeyboardShortcutsContent",0,function({sections:e,compact:n=!1}){return(0,t.jsx)("div",{className:`flex flex-col ${n?"gap-2.5":"gap-4"}`,children:e.map(e=>(0,t.jsxs)("section",{children:[(0,t.jsx)("h3",{className:`m-0 font-semibold uppercase tracking-[0.04em] text-muted ${n?"text-[0.65rem]":"text-[0.72rem]"}`,children:e.title}),(0,t.jsx)("dl",{className:`m-0 grid grid-cols-[auto_minmax(0,1fr)] ${n?"mt-1.5 gap-x-3 gap-y-1.5":"mt-2 gap-x-4 gap-y-2"}`,children:e.entries.map(s=>(0,t.jsx)(r,{label:s.label,description:s.description,compact:n},`${e.title}-${s.label}-${s.description}`))})]},e.title))})}],88680),e.s(["get_app_keyboard_shortcut_sections",0,function(){return[{title:"General",entries:[{label:"?",description:"Show keyboard shortcuts"}]}]}],34995)},17798,e=>{"use strict";e.s(["apply_theme",0,function(e){document.documentElement.setAttribute("data-theme",e)}])},35434,e=>{"use strict";let t=new Set;e.s(["notify_theme_subscribers",0,function(){t.forEach(e=>{e()})},"subscribe_theme",0,function(e){return t.add(e),()=>{t.delete(e)}}])},34869,92629,e=>{"use strict";e.s(["create_ui_preference_store",0,function(e){let{default_value:t,is_valid:r,storage_key:n}=e,s=new Set,i=()=>{try{let e=window.localStorage.getItem(n);if(null!==e&&r(e))return e}catch{}return t};return{storage_key:n,default_value:t,is_valid:r,read:i,write:e=>{try{window.localStorage.setItem(n,e)}catch{}},subscribe:e=>(s.add(e),()=>{s.delete(e)}),notify:()=>{s.forEach(e=>{e()})},get_snapshot:i,get_server_snapshot:()=>t}}],34869),e.s(["CHECK_IN_FORM_COLLAPSED_DEFAULT",0,"false","CHECK_IN_FORM_COLLAPSED_STORAGE_KEY",0,"super-time-tracker-check-in-form-collapsed","CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_DEFAULT",0,"false","CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_STORAGE_KEY",0,"super-time-tracker-clear-tag-filters-on-sheet-change","COLOR_PALETTE_DEFAULT",0,"default","COLOR_PALETTE_STORAGE_KEY",0,"super-time-tracker-color-palette","COLOR_PALETTE_VALUES",0,["default","midnight","warm","ocean","forest","contrast"],"CONFIRM_BEFORE_CHECKOUT_DEFAULT",0,"false","CONFIRM_BEFORE_CHECKOUT_STORAGE_KEY",0,"super-time-tracker-confirm-before-checkout","CONFIRM_DESTRUCTIVE_ACTIONS_DEFAULT",0,"true","CONFIRM_DESTRUCTIVE_ACTIONS_STORAGE_KEY",0,"super-time-tracker-confirm-destructive-actions","DEFAULT_REPORTING_RANGE_DEFAULT",0,"none","DEFAULT_REPORTING_RANGE_STORAGE_KEY",0,"super-time-tracker-default-reporting-range","DEFAULT_REPORTING_SORT_DEFAULT",0,"duration","DEFAULT_REPORTING_SORT_STORAGE_KEY",0,"super-time-tracker-default-reporting-sort","DURATION_FORMAT_DEFAULT",0,"humanized","DURATION_FORMAT_STORAGE_KEY",0,"super-time-tracker-duration-format","ENTRY_LIST_SORT_DEFAULT",0,"newest","ENTRY_LIST_SORT_STORAGE_KEY",0,"super-time-tracker-entry-list-sort","TAG_FILTER_MODE_DEFAULT",0,"all","TAG_FILTER_MODE_STORAGE_KEY",0,"super-time-tracker-tag-filter-mode","THEME_MODE_DEFAULT",0,"system","THEME_MODE_STORAGE_KEY",0,"super-time-tracker-theme-mode","TIMER_IN_TITLE_DEFAULT",0,"true","TIMER_IN_TITLE_STORAGE_KEY",0,"super-time-tracker-timer-in-title","TIMER_SHOW_SECONDS_DEFAULT",0,"false","TIMER_SHOW_SECONDS_STORAGE_KEY",0,"super-time-tracker-timer-show-seconds","TIME_FORMAT_DEFAULT",0,"12h","TIME_FORMAT_STORAGE_KEY",0,"super-time-tracker-time-format","WEEK_STARTS_ON_DEFAULT",0,"monday","WEEK_STARTS_ON_STORAGE_KEY",0,"super-time-tracker-week-starts-on"],92629)},10464,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.THEME_MODE_STORAGE_KEY,default_value:r.THEME_MODE_DEFAULT,is_valid:e=>"light"===e||"dark"===e||"system"===e});e.s(["theme_mode_preference",0,n])},81553,e=>{"use strict";e.s(["write_stored_theme",0,function(e){try{window.localStorage.setItem("super-time-tracker-theme",e)}catch{}}],81553)},52663,e=>{"use strict";e.s(["get_button_class_name",0,function(e="ghost",t="default"){return`cursor-pointer rounded-[0.65rem] border border-transparent font-inherit font-semibold disabled:cursor-not-allowed disabled:opacity-55 ${({default:"px-3.5 py-2.5",small:"px-2.5 py-1.5 text-xs"})[t]} ${({primary:"bg-accent text-accent-text-on",ghost:"border-panel-border bg-ghost-bg text-inherit",danger:"border-danger-border bg-danger-soft text-danger"})[e]}`}])},14974,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(52663);function s({options:e,on_confirm:i,on_cancel:o}){let a=(0,r.useId)(),l=(0,r.useRef)(null),{cancelLabel:u="Cancel",confirmLabel:c="Confirm",message:d,title:f,variant:m="default"}=e;return(0,r.useEffect)(()=>{l.current?.focus();let e=e=>{"Escape"===e.key&&o()};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[o]),(0,t.jsxs)("div",{className:"fixed inset-0 z-100 flex items-center justify-center p-5",role:"presentation",children:[(0,t.jsx)("button",{type:"button",className:"absolute inset-0 cursor-default border-0 bg-overlay p-0","aria-label":"Dismiss dialog",onClick:o}),(0,t.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":a,className:"relative z-1 w-full max-w-md rounded-lg border border-panel-border bg-panel p-5 shadow-md",children:[(0,t.jsx)("h2",{id:a,className:"m-0 text-[1.1rem] font-[650] tracking-tight",children:f}),(0,t.jsx)("p",{className:"m-0 mt-2 text-[0.9rem] leading-relaxed text-muted",children:d}),(0,t.jsxs)("div",{className:"mt-5 flex flex-wrap justify-end gap-2",children:[(0,t.jsx)("button",{type:"button",className:(0,n.get_button_class_name)("ghost"),onClick:o,children:u}),(0,t.jsx)("button",{ref:l,type:"button",className:(0,n.get_button_class_name)("danger"===m?"danger":"primary"),onClick:i,children:c})]})]})]})}let i=(0,r.createContext)(null);e.s(["ConfirmDialogProvider",0,function({children:e}){let[n,o]=(0,r.useState)(null),a=(0,r.useCallback)(e=>new Promise(t=>{o({options:e,resolve:t})}),[]),l=e=>{n?.resolve(e),o(null)};return(0,t.jsxs)(i.Provider,{value:{confirm:a},children:[e,null!==n?(0,t.jsx)(s,{options:n.options,on_confirm:()=>l(!0),on_cancel:()=>l(!1)}):null]})},"use_confirm_dialog",0,function(){let e=(0,r.useContext)(i);if(null===e)throw Error("use_confirm_dialog must be used within ConfirmDialogProvider");return e}],14974)},70223,e=>{"use strict";e.s(["resolve_theme_mode_to_theme",0,function(e){return"light"===e||"dark"===e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}])},83391,72074,99211,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(88680),s=e.i(52663);function i(){return null!==document.querySelector('[role="dialog"][aria-modal="true"]')}e.s(["KeyboardShortcutsDialog",0,function({sections:e,on_close:i}){let o=(0,r.useId)(),a=(0,r.useRef)(null);return(0,r.useEffect)(()=>{a.current?.focus();let e=e=>{"Escape"===e.key&&i()};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[i]),(0,t.jsxs)("div",{className:"fixed inset-0 z-100 flex items-center justify-center p-5",role:"presentation",children:[(0,t.jsx)("button",{type:"button",className:"absolute inset-0 cursor-default border-0 bg-overlay p-0","aria-label":"Dismiss dialog",onClick:i}),(0,t.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":o,className:"relative z-1 w-full max-w-lg rounded-lg border border-panel-border bg-panel p-5 shadow-md",children:[(0,t.jsx)("h2",{id:o,className:"m-0 text-[1.1rem] font-[650] tracking-tight",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-4 max-h-[min(28rem,70vh)] overflow-y-auto pr-1",children:(0,t.jsx)(n.KeyboardShortcutsContent,{sections:e})}),(0,t.jsx)("div",{className:"mt-5 flex justify-end",children:(0,t.jsx)("button",{ref:a,type:"button",className:(0,s.get_button_class_name)("primary"),onClick:i,children:"Close"})})]})]})}],83391),e.s(["is_modal_dialog_open",0,i],72074),e.s(["use_document_keyboard_shortcuts",0,function(e){let t=(0,r.useRef)(e);t.current=e,(0,r.useEffect)(()=>{let e=e=>{if(!function(e){let t=e.target;if(!(t instanceof HTMLElement))return!1;if(t.isContentEditable)return!0;let r=t.tagName;return"INPUT"===r||"TEXTAREA"===r||"SELECT"===r}(e)&&!i()){for(let r of t.current)if(r.is_available?.()!==!1&&function(e,t){let r=t.modifiers??[],n=r.includes("alt"),s=r.includes("ctrl"),i=r.includes("meta"),o=r.includes("shift");return e.altKey===n&&e.ctrlKey===s&&e.metaKey===i&&e.shiftKey===o&&(1===e.key.length?e.key.toLowerCase():e.key)===(1===t.key.length?t.key.toLowerCase():t.key)}(e,r)){e.preventDefault(),r.action();return}}};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[])}],99211)},54842,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={cancelIdleCallback:function(){return o},requestIdleCallback:function(){return i}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i="u">typeof self&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(e){let t=Date.now();return self.setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)},o="u">typeof self&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(e){return clearTimeout(e)};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},83315,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ESCAPE_REGEX:function(){return o},htmlEscapeAttributeString:function(){return c},htmlEscapeJsonString:function(){return u}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},o=/[&><\u2028\u2029]/g,a={"&":"&amp;",'"':"&quot;","'":"&#39;","<":"&lt;",">":"&gt;"},l=/[&"'<>]/g;function u(e){return e.replace(o,e=>i[e])}function c(e){return e.replace(l,e=>a[e])}},2263,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return y},handleClientScriptLoad:function(){return g},initScriptLoader:function(){return h}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i=e.r(81258),o=e.r(44066),a=e.r(54710),l=i._(e.r(47869)),u=o._(e.r(34416)),c=e.r(71982),d=e.r(15181),f=e.r(54842),m=e.r(83315),_=new Map,p=new Set,E=e=>{let{src:t,id:r,onLoad:n=()=>{},onReady:s=null,dangerouslySetInnerHTML:i,children:o="",strategy:a="afterInteractive",onError:u,stylesheets:c}=e,f=r||t;if(f&&p.has(f))return;if(_.has(t)){p.add(f),_.get(t).then(n,u);return}let m=()=>{s&&s(),p.add(f)},E=document.createElement("script"),g=new Promise((e,t)=>{E.addEventListener("load",function(t){e(),n&&n.call(this,t),m()}),E.addEventListener("error",function(e){t(e)})}).catch(function(e){u&&u(e)});i?(E.innerHTML=i.__html||"",m()):o?(E.textContent="string"==typeof o?o:Array.isArray(o)?o.join(""):"",m()):t&&(E.src=t,_.set(t,g)),(0,d.setAttributesFromProps)(E,e),"worker"===a&&E.setAttribute("type","text/partytown"),E.setAttribute("data-nscript",a),c&&(e=>{if(l.default.preinit)return e.forEach(e=>{l.default.preinit(e,{as:"style"})});if("u">typeof window){let t=document.head;e.forEach(e=>{let r=document.createElement("link");r.type="text/css",r.rel="stylesheet",r.href=e,t.appendChild(r)})}})(c),document.body.appendChild(E)};function g(e){let{strategy:t="afterInteractive"}=e;"lazyOnload"===t?window.addEventListener("load",()=>{(0,f.requestIdleCallback)(()=>E(e))}):E(e)}function h(e){e.forEach(g),[...document.querySelectorAll('[data-nscript="beforeInteractive"]'),...document.querySelectorAll('[data-nscript="beforePageRender"]')].forEach(e=>{let t=e.id||e.getAttribute("src");p.add(t)})}function b(e){let{id:t,src:r="",onLoad:n=()=>{},onReady:s=null,strategy:i="afterInteractive",onError:o,stylesheets:d,..._}=e,{updateScripts:g,scripts:h,getIsSsr:b,appDir:y,nonce:T}=(0,u.useContext)(c.HeadManagerContext);T=_.nonce||T;let O=(0,u.useRef)(!1);(0,u.useEffect)(()=>{let e=t||r;O.current||(s&&e&&p.has(e)&&s(),O.current=!0)},[s,t,r]);let x=(0,u.useRef)(!1);if((0,u.useEffect)(()=>{if(!x.current){if("afterInteractive"===i)E(e);else"lazyOnload"===i&&("complete"===document.readyState?(0,f.requestIdleCallback)(()=>E(e)):window.addEventListener("load",()=>{(0,f.requestIdleCallback)(()=>E(e))}));x.current=!0}},[e,i]),("beforeInteractive"===i||"worker"===i)&&(g?(h[i]=(h[i]||[]).concat([{id:t,src:r,onLoad:n,onReady:s,onError:o,..._,nonce:T}]),g(h)):b&&b()?p.add(t||r):b&&!b()&&E({...e,nonce:T})),y){if(d&&d.forEach(e=>{l.default.preinit(e,{as:"style"})}),"beforeInteractive"===i)if(!r)return _.dangerouslySetInnerHTML&&(_.children=_.dangerouslySetInnerHTML.__html,delete _.dangerouslySetInnerHTML),(0,a.jsx)("script",{nonce:T,dangerouslySetInnerHTML:{__html:`(self.__next_s=self.__next_s||[]).push(${(0,m.htmlEscapeJsonString)(JSON.stringify([0,{..._,id:t}]))})`}});else return l.default.preload(r,_.integrity?{as:"script",integrity:_.integrity,nonce:T,crossOrigin:_.crossOrigin}:{as:"script",nonce:T,crossOrigin:_.crossOrigin}),(0,a.jsx)("script",{nonce:T,dangerouslySetInnerHTML:{__html:`(self.__next_s=self.__next_s||[]).push(${(0,m.htmlEscapeJsonString)(JSON.stringify([r,{..._,id:t}]))})`}});"afterInteractive"===i&&r&&l.default.preload(r,_.integrity?{as:"script",integrity:_.integrity,nonce:T,crossOrigin:_.crossOrigin}:{as:"script",nonce:T,crossOrigin:_.crossOrigin})}return null}Object.defineProperty(b,"__nextScript",{value:!0});let y=b;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},45452,e=>{"use strict";var t=e.i(54710),r=e.i(71060),n=e.i(34416),s=e.i(83391),i=e.i(34995),o=e.i(99211);e.s(["AppKeyboardShortcuts",0,function(){let e=(0,r.usePathname)(),[a,l]=(0,n.useState)(!1),u="/"===e,c=(0,n.useMemo)(()=>u?[]:[{id:"help",label:"?",description:"Show keyboard shortcuts",key:"?",modifiers:["shift"],action:()=>{l(e=>!e)}}],[u]);return((0,o.use_document_keyboard_shortcuts)(c),!a||u)?null:(0,t.jsx)(s.KeyboardShortcutsDialog,{sections:(0,i.get_app_keyboard_shortcut_sections)(),on_close:()=>l(!1)})}])},89391,e=>{"use strict";var t=e.i(34416),r=e.i(17798),n=e.i(35434),s=e.i(70223),i=e.i(10464),o=e.i(81553);e.s(["ThemeModeSystemListener",0,function(){return(0,t.useEffect)(()=>{let e=window.matchMedia("(prefers-color-scheme: light)"),t=()=>{if("system"!==i.theme_mode_preference.read())return;let e=(0,s.resolve_theme_mode_to_theme)("system");(0,r.apply_theme)(e),(0,o.write_stored_theme)(e),(0,n.notify_theme_subscribers)()};return e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),null}])}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,14574,e=>{"use strict";var t=e.i(34995);e.s(["get_tracker_keyboard_shortcut_sections",0,function(){return[...(0,t.get_app_keyboard_shortcut_sections)(),{title:"Tracker",entries:[{label:"C",description:"Check in (focus description)"},{label:"O",description:"Check out"},{label:"E",description:"Edit active entry description"},{label:"N",description:"Add note to active entry"},{label:"[",description:"Previous sheet"},{label:"]",description:"Next sheet"}]}]}])},42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return l},formatWithValidation:function(){return u},urlObjectKeys:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(44066)._(e.r(78677)),i=/https?|ftp|gopher|file/;function l(e){let{auth:t,hostname:r}=e,n=e.protocol||"",o=e.pathname||"",l=e.hash||"",s=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),s&&"object"==typeof s&&(s=String(a.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||i.test(n))&&!1!==u?(u="//"+(u||""),o&&"/"!==o[0]&&(o="/"+o)):u||(u=""),l&&"#"!==l[0]&&(l="#"+l),c&&"?"!==c[0]&&(c="?"+c),o=o.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${o}${c}${l}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return l(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return o}});let n=e.r(34416);function o(e,t){let r=(0,n.useRef)(null),o=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=o.current;t&&(o.current=null,t())}else e&&(r.current=a(e,n)),t&&(o.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return a}});let n=e.r(31047),o=e.r(63334);function a(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,o.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return b}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(44066),i=e.r(54710),l=a._(e.r(34416)),s=e.r(42552),u=e.r(61717),c=e.r(37879),d=e.r(31047),f=e.r(20321);e.r(90503);let _=e.r(38520),p=e.r(19947),h=e.r(59246),m=e.r(99046);function g(t){var r,n;let o,a,g,[b,v]=(0,l.useOptimistic)(p.IDLE_LINK_STATUS),x=(0,l.useRef)(null),{href:y,as:T,children:S,prefetch:O=null,passHref:k,replace:A,shallow:R,scroll:j,onClick:N,onMouseEnter:C,onTouchStart:I,legacyBehavior:L=!1,onNavigate:w,transitionTypes:D,ref:M,unstable_dynamicOnHover:F,...U}=t;o=S,L&&("string"==typeof o||"number"==typeof o)&&(o=(0,i.jsx)("a",{children:o}));let K=l.default.useContext(u.AppRouterContext),P=!1!==O,G=!1!==O?null===(n=O)||"auto"===n?m.FetchStrategy.PPR:m.FetchStrategy.Full:m.FetchStrategy.PPR,H="string"==typeof(r=T||y)?r:(0,s.formatUrl)(r);if(L){if(o?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});a=l.default.Children.only(o)}let $=L?a&&"object"==typeof a&&a.ref:M,Y=l.default.useCallback(e=>(null!==K&&(x.current=(0,p.mountLinkInstance)(e,H,K,G,P,v)),()=>{x.current&&((0,p.unmountLinkForCurrentNavigation)(x.current),x.current=null),(0,p.unmountPrefetchableInstance)(e)}),[P,H,K,G,v]),B={ref:(0,c.useMergedRef)(Y,$),onClick(t){L||"function"!=typeof N||N(t),L&&a.props&&"function"==typeof a.props.onClick&&a.props.onClick(t),!K||t.defaultPrevented||function(t,r,n,o,a,i,s){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){o&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);l.default.startTransition(()=>{d(r,o?"replace":"push",!1===a?_.ScrollBehavior.NoScroll:_.ScrollBehavior.Default,n.current,s)})}}(t,H,x,A,j,w,D)},onMouseEnter(e){L||"function"!=typeof C||C(e),L&&a.props&&"function"==typeof a.props.onMouseEnter&&a.props.onMouseEnter(e),K&&P&&(0,p.onNavigationIntent)(e.currentTarget,!0===F)},onTouchStart:function(e){L||"function"!=typeof I||I(e),L&&a.props&&"function"==typeof a.props.onTouchStart&&a.props.onTouchStart(e),K&&P&&(0,p.onNavigationIntent)(e.currentTarget,!0===F)}};return(0,d.isAbsoluteUrl)(H)?B.href=H:L&&!k&&("a"!==a.type||"href"in a.props)||(B.href=(0,f.addBasePath)(H)),g=L?l.default.cloneElement(a,B):(0,i.jsx)("a",{...U,...B,children:o}),(0,i.jsx)(E.Provider,{value:b,children:g})}e.r(10364);let E=(0,l.createContext)(p.IDLE_LINK_STATUS),b=()=>(0,l.useContext)(E);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28089,e=>{"use strict";var t=e.i(54710);e.s(["HelpIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),(0,t.jsx)("path",{d:"M12 17h.01"})]})}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),o=e.i(34416),a=e.i(28089),i=e.i(88680),l=e.i(34995),s=e.i(14574);function u(){let e=(0,n.usePathname)(),r=(0,o.useMemo)(()=>"/"===e?(0,s.get_tracker_keyboard_shortcut_sections)():(0,l.get_app_keyboard_shortcut_sections)(),[e]);return(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Keyboard shortcuts","aria-describedby":"keyboard-shortcuts-tooltip",children:(0,t.jsx)(a.HelpIcon,{})}),(0,t.jsx)("div",{id:"keyboard-shortcuts-tooltip",role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-lg border border-panel-border bg-panel p-3 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(i.KeyboardShortcutsContent,{sections:r,compact:!0})})]})})]})}function c(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}function d(){return c()}function f(){return"dark"}var _=e.i(35434),p=e.i(17798),h=e.i(10464),m=e.i(81553);function g(){let e="dark"===c()?"light":"dark";(0,p.apply_theme)(e),(0,m.write_stored_theme)(e),h.theme_mode_preference.write(e),h.theme_mode_preference.notify(),(0,_.notify_theme_subscribers)()}function E(){let e=(0,o.useSyncExternalStore)(_.subscribe_theme,d,f),r="dark"===e?"Dark":"Light",n="dark"===e?"Switch to light theme":"Switch to dark theme";return(0,t.jsxs)("button",{type:"button",className:"inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60",onClick:g,"aria-label":`${r} theme. ${n}`,title:n,suppressHydrationWarning:!0,children:[(0,t.jsx)("span",{className:"text-base leading-none","aria-hidden":"true",children:"dark"===e?"☾":"☀"}),(0,t.jsx)("span",{suppressHydrationWarning:!0,children:r})]})}function b({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(b,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings/tags",children:"Manage tags"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings",children:"Settings"}),(0,t.jsx)(u,{}),(0,t.jsx)(E,{})]})]})})}],75404)},52405,e=>{"use strict";e.s(["get_input_class_name",0,function(e="default"){let t="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none";return"compact"===e?`${t} px-2.5 py-2`:t}])},72550,e=>{"use strict";e.s(["ACTIVE_SHEET_COOKIE_NAME",0,"stt-active-sheet","ACTIVE_SHEET_STORAGE_KEY",0,"super-time-tracker-active-sheet","COMPACT_LISTS_STORAGE_KEY",0,"super-time-tracker-compact-lists","DEFAULT_SHEET_FIXED_NAME_COOKIE_NAME",0,"stt-default-sheet-fixed-name","DEFAULT_SHEET_FIXED_NAME_STORAGE_KEY",0,"super-time-tracker-default-sheet-fixed-name","DEFAULT_SHEET_SESSION_MODE_COOKIE_NAME",0,"stt-default-sheet-session-mode","DEFAULT_SHEET_SESSION_MODE_DEFAULT",0,"last_viewed","DEFAULT_SHEET_SESSION_MODE_STORAGE_KEY",0,"super-time-tracker-default-sheet-session-mode","SHEET_TAG_FILTERS_STORAGE_KEY",0,"super-time-tracker-sheet-tag-filters"])},97026,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.CONFIRM_BEFORE_CHECKOUT_STORAGE_KEY,default_value:r.CONFIRM_BEFORE_CHECKOUT_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["confirm_before_checkout_preference",0,n])},36405,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.CONFIRM_DESTRUCTIVE_ACTIONS_STORAGE_KEY,default_value:r.CONFIRM_DESTRUCTIVE_ACTIONS_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["confirm_destructive_actions_preference",0,n])},65742,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_STORAGE_KEY,default_value:r.CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["clear_tag_filters_on_sheet_change_preference",0,n])},8492,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DURATION_FORMAT_STORAGE_KEY,default_value:r.DURATION_FORMAT_DEFAULT,is_valid:e=>"humanized"===e||"clock"===e||"decimal"===e});e.s(["duration_format_preference",0,n])},50994,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.CHECK_IN_FORM_COLLAPSED_STORAGE_KEY,default_value:r.CHECK_IN_FORM_COLLAPSED_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["check_in_form_collapsed_preference",0,n])},62796,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TAG_FILTER_MODE_STORAGE_KEY,default_value:r.TAG_FILTER_MODE_DEFAULT,is_valid:e=>"all"===e||"any"===e});e.s(["tag_filter_mode_preference",0,n])},97891,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIME_FORMAT_STORAGE_KEY,default_value:r.TIME_FORMAT_DEFAULT,is_valid:e=>"12h"===e||"24h"===e});e.s(["time_format_preference",0,n])},60935,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIMER_SHOW_SECONDS_STORAGE_KEY,default_value:r.TIMER_SHOW_SECONDS_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["timer_show_seconds_preference",0,n])},16967,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIMER_IN_TITLE_STORAGE_KEY,default_value:r.TIMER_IN_TITLE_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["timer_in_title_preference",0,n])},4874,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.ENTRY_LIST_SORT_STORAGE_KEY,default_value:r.ENTRY_LIST_SORT_DEFAULT,is_valid:e=>"newest"===e||"oldest"===e||"duration"===e||"description"===e});e.s(["entry_list_sort_preference",0,n])},14260,18774,e=>{"use strict";var t=e.i(54710),r=e.i(34416);function n(e){return e.startsWith("@")?e:`@${e}`}e.s(["format_display_tag",0,n],18774);var o=e.i(52405);e.s(["TagAutocompleteInput",0,function({id:e,value:a,known_tags:i,placeholder:l,disabled:s=!1,autoFocus:u=!1,on_change:c}){let d=(0,r.useRef)(null),f=(0,r.useRef)(null),_=(0,r.useRef)(null),[p,h]=(0,r.useState)(0),[m,g]=(0,r.useState)(0),E=function(e,t){let r=e.slice(0,t),n=r.lastIndexOf("@");if(-1===n)return null;let o=r.slice(n+1);return/\s/.test(o)?null:{query:o,start_index:n,end_index:t}}(a,p),b=null===E?[]:function(e,t,r=10){let n=t.toLowerCase();return e.filter(e=>{let t=e.replace(/^@/,"").toLowerCase();return 0===n.length||t.startsWith(n)}).slice(0,r)}(i,E.query),v=null!==E&&b.length>0&&!s;(0,r.useLayoutEffect)(()=>{null!==_.current&&null!==d.current&&(d.current.setSelectionRange(_.current,_.current),h(_.current),_.current=null)},[a]),(0,r.useEffect)(()=>{g(0)},[a,p,b.length]);let x=()=>{h(d.current?.selectionStart??a.length)},y=()=>{g(0)},T=e=>{let t,r,o;if(null===E)return;let{next_text:i,next_cursor:l}=(t=n(e),r=a.slice(0,E.start_index),o=a.slice(E.end_index),{next_text:`${r}${t}${o}`,next_cursor:r.length+t.length});_.current=l,c(i),y()};return(0,t.jsxs)("div",{className:"relative min-w-0",children:[(0,t.jsx)("input",{ref:d,id:e,type:"text",className:(0,o.get_input_class_name)(),value:a,placeholder:l,disabled:s,autoFocus:u,autoComplete:"off","aria-autocomplete":"list","aria-expanded":v,"aria-controls":v?`${e}-tag-suggestions`:void 0,onChange:e=>{c(e.target.value),h(e.target.selectionStart??e.target.value.length)},onClick:x,onKeyUp:x,onKeyDown:e=>{if(v){if("ArrowDown"===e.key){e.preventDefault(),g(e=>(e+1)%b.length);return}if("ArrowUp"===e.key){e.preventDefault(),g(e=>(e-1+b.length)%b.length);return}if("Enter"===e.key||"Tab"===e.key){e.preventDefault();let t=b[m];void 0!==t&&T(t);return}"Escape"===e.key&&(e.preventDefault(),y())}},onBlur:()=>{window.setTimeout(y,120)}}),v?(0,t.jsx)("ul",{ref:f,id:`${e}-tag-suggestions`,role:"listbox",className:"absolute left-0 right-0 top-full z-20 mt-1 max-h-48 list-none overflow-y-auto rounded-md border border-panel-border bg-panel p-1.5 shadow-md",children:b.map((e,r)=>(0,t.jsx)("li",{role:"option","aria-selected":r===m,children:(0,t.jsx)("button",{type:"button",className:`block w-full cursor-pointer rounded-[0.45rem] border-0 bg-transparent px-2.5 py-1.5 text-left font-inherit text-[0.85rem] text-inherit hover:bg-surface-hover ${r===m?"bg-surface-hover":""}`,onMouseDown:t=>{t.preventDefault(),T(e)},children:n(e)})},e))}):null]})}],14260)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return o},formatWithValidation:function(){return c},urlObjectKeys:function(){return l}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(44066)._(e.r(78677)),i=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,n=e.protocol||"",s=e.pathname||"",o=e.hash||"",l=e.query||"",c=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?c=t+e.host:r&&(c=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(c+=":"+e.port)),l&&"object"==typeof l&&(l=String(a.urlQueryToSearchParams(l)));let u=e.search||l&&`?${l}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||i.test(n))&&!1!==c?(c="//"+(c||""),s&&"/"!==s[0]&&(s="/"+s)):c||(c=""),o&&"#"!==o[0]&&(o="#"+o),u&&"?"!==u[0]&&(u="?"+u),s=s.replace(/[?#]/g,encodeURIComponent),u=u.replace("#","%23"),`${n}${c}${s}${u}${o}`}let l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function c(e){return o(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return s}});let n=e.r(34416);function s(e,t){let r=(0,n.useRef)(null),s=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=s.current;t&&(s.current=null,t())}else e&&(r.current=a(e,n)),t&&(s.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return a}});let n=e.r(31047),s=e.r(63334);function a(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,s.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return b}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(44066),i=e.r(54710),o=a._(e.r(34416)),l=e.r(42552),c=e.r(61717),u=e.r(37879),d=e.r(31047),_=e.r(20321);e.r(90503);let p=e.r(38520),f=e.r(19947),h=e.r(59246),m=e.r(99046);function g(t){var r,n;let s,a,g,[b,x]=(0,o.useOptimistic)(f.IDLE_LINK_STATUS),y=(0,o.useRef)(null),{href:E,as:S,children:T,prefetch:k=null,passHref:j,replace:N,shallow:A,scroll:O,onClick:w,onMouseEnter:R,onTouchStart:L,legacyBehavior:C=!1,onNavigate:D,transitionTypes:I,ref:M,unstable_dynamicOnHover:F,...P}=t;s=T,C&&("string"==typeof s||"number"==typeof s)&&(s=(0,i.jsx)("a",{children:s}));let U=o.default.useContext(c.AppRouterContext),G=!1!==k,K=!1!==k?null===(n=k)||"auto"===n?m.FetchStrategy.PPR:m.FetchStrategy.Full:m.FetchStrategy.PPR,H="string"==typeof(r=S||E)?r:(0,l.formatUrl)(r);if(C){if(s?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});a=o.default.Children.only(s)}let Y=C?a&&"object"==typeof a&&a.ref:M,W=o.default.useCallback(e=>(null!==U&&(y.current=(0,f.mountLinkInstance)(e,H,U,K,G,x)),()=>{y.current&&((0,f.unmountLinkForCurrentNavigation)(y.current),y.current=null),(0,f.unmountPrefetchableInstance)(e)}),[G,H,U,K,x]),$={ref:(0,u.useMergedRef)(W,Y),onClick(t){C||"function"!=typeof w||w(t),C&&a.props&&"function"==typeof a.props.onClick&&a.props.onClick(t),!U||t.defaultPrevented||function(t,r,n,s,a,i,l){if("u">typeof window){let c,{nodeName:u}=t.currentTarget;if("A"===u.toUpperCase()&&((c=t.currentTarget.getAttribute("target"))&&"_self"!==c||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){s&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);o.default.startTransition(()=>{d(r,s?"replace":"push",!1===a?p.ScrollBehavior.NoScroll:p.ScrollBehavior.Default,n.current,l)})}}(t,H,y,N,O,D,I)},onMouseEnter(e){C||"function"!=typeof R||R(e),C&&a.props&&"function"==typeof a.props.onMouseEnter&&a.props.onMouseEnter(e),U&&G&&(0,f.onNavigationIntent)(e.currentTarget,!0===F)},onTouchStart:function(e){C||"function"!=typeof L||L(e),C&&a.props&&"function"==typeof a.props.onTouchStart&&a.props.onTouchStart(e),U&&G&&(0,f.onNavigationIntent)(e.currentTarget,!0===F)}};return(0,d.isAbsoluteUrl)(H)?$.href=H:C&&!j&&("a"!==a.type||"href"in a.props)||($.href=(0,_.addBasePath)(H)),g=C?o.default.cloneElement(a,$):(0,i.jsx)("a",{...P,...$,children:s}),(0,i.jsx)(v.Provider,{value:b,children:g})}e.r(10364);let v=(0,o.createContext)(f.IDLE_LINK_STATUS),b=()=>(0,o.useContext)(v);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28089,e=>{"use strict";var t=e.i(54710);e.s(["HelpIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),(0,t.jsx)("path",{d:"M12 17h.01"})]})}])},14574,e=>{"use strict";var t=e.i(34995);e.s(["get_tracker_keyboard_shortcut_sections",0,function(){return[...(0,t.get_app_keyboard_shortcut_sections)(),{title:"Tracker",entries:[{label:"C",description:"Check in (focus description)"},{label:"O",description:"Check out"},{label:"E",description:"Edit active entry description"},{label:"N",description:"Add note to active entry"},{label:"[",description:"Previous sheet"},{label:"]",description:"Next sheet"}]}]}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),s=e.i(34416),a=e.i(28089),i=e.i(88680),o=e.i(34995),l=e.i(14574);function c(){let e=(0,n.usePathname)(),r=(0,s.useMemo)(()=>"/"===e?(0,l.get_tracker_keyboard_shortcut_sections)():(0,o.get_app_keyboard_shortcut_sections)(),[e]);return(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Keyboard shortcuts","aria-describedby":"keyboard-shortcuts-tooltip",children:(0,t.jsx)(a.HelpIcon,{})}),(0,t.jsx)("div",{id:"keyboard-shortcuts-tooltip",role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-lg border border-panel-border bg-panel p-3 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(i.KeyboardShortcutsContent,{sections:r,compact:!0})})]})})]})}function u(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}function d(){return u()}function _(){return"dark"}var p=e.i(35434),f=e.i(17798),h=e.i(10464),m=e.i(81553);function g(){let e="dark"===u()?"light":"dark";(0,f.apply_theme)(e),(0,m.write_stored_theme)(e),h.theme_mode_preference.write(e),h.theme_mode_preference.notify(),(0,p.notify_theme_subscribers)()}function v(){let e=(0,s.useSyncExternalStore)(p.subscribe_theme,d,_),r="dark"===e?"Dark":"Light",n="dark"===e?"Switch to light theme":"Switch to dark theme";return(0,t.jsxs)("button",{type:"button",className:"inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60",onClick:g,"aria-label":`${r} theme. ${n}`,title:n,suppressHydrationWarning:!0,children:[(0,t.jsx)("span",{className:"text-base leading-none","aria-hidden":"true",children:"dark"===e?"☾":"☀"}),(0,t.jsx)("span",{suppressHydrationWarning:!0,children:r})]})}function b({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(b,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings/tags",children:"Manage tags"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/settings",children:"Settings"}),(0,t.jsx)(c,{}),(0,t.jsx)(v,{})]})]})})}],75404)},46549,e=>{"use strict";let t=new Set,r="Settings saved",n=null,s=r;e.s(["SETTINGS_SAVED_DEFAULT_MESSAGE",0,r,"notify_settings_saved",0,function(e=r){s=e,null!==n&&clearTimeout(n),n=setTimeout(()=>{n=null;let e=s;t.forEach(t=>{t(e)})},200)},"subscribe_settings_saved",0,function(e){return t.add(e),()=>{t.delete(e)}}])},42800,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060);let s=[{href:"/settings",label:"General",match:e=>"/settings"===e},{href:"/settings/display",label:"Display & layout",match:e=>e.startsWith("/settings/display")},{href:"/settings/data",label:"Data & backup",match:e=>e.startsWith("/settings/data")},{href:"/settings/tags",label:"Tag management",match:e=>e.startsWith("/settings/tags")}];e.s(["SettingsNav",0,function(){let e=(0,n.usePathname)()??"/settings";return(0,t.jsx)("nav",{"aria-label":"Settings sections",className:"w-full",children:(0,t.jsx)("ul",{className:"m-0 flex w-full list-none flex-col gap-0.5 p-0",children:s.map(n=>{let s=n.match(e);return(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{href:n.href,"aria-current":s?"page":void 0,className:`block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 ${s?"bg-accent-soft text-foreground":"text-muted hover:bg-surface-hover hover:text-foreground"}`,children:n.label})},n.href)})})})}])},17446,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(46549);e.s(["SettingsSavedToast",0,function(){let[e,s]=(0,r.useState)(null);return((0,r.useEffect)(()=>{let e=null,t=(0,n.subscribe_settings_saved)(t=>{s(t),null!==e&&clearTimeout(e),e=setTimeout(()=>{s(null),e=null},2800)});return()=>{t(),null!==e&&clearTimeout(e)}},[]),null===e)?null:(0,t.jsx)("div",{role:"status","aria-live":"polite","aria-atomic":"true",className:"pointer-events-none fixed bottom-6 left-1/2 z-50 -translate-x-1/2 rounded-md border border-accent-border bg-panel px-4 py-2.5 text-[0.88rem] font-medium text-foreground shadow-md transition-[opacity,transform] duration-200",children:e||n.SETTINGS_SAVED_DEFAULT_MESSAGE})}])},72550,e=>{"use strict";e.s(["ACTIVE_SHEET_COOKIE_NAME",0,"stt-active-sheet","ACTIVE_SHEET_STORAGE_KEY",0,"super-time-tracker-active-sheet","COMPACT_LISTS_STORAGE_KEY",0,"super-time-tracker-compact-lists","DEFAULT_SHEET_FIXED_NAME_COOKIE_NAME",0,"stt-default-sheet-fixed-name","DEFAULT_SHEET_FIXED_NAME_STORAGE_KEY",0,"super-time-tracker-default-sheet-fixed-name","DEFAULT_SHEET_SESSION_MODE_COOKIE_NAME",0,"stt-default-sheet-session-mode","DEFAULT_SHEET_SESSION_MODE_DEFAULT",0,"last_viewed","DEFAULT_SHEET_SESSION_MODE_STORAGE_KEY",0,"super-time-tracker-default-sheet-session-mode","SHEET_TAG_FILTERS_STORAGE_KEY",0,"super-time-tracker-sheet-tag-filters"])},7902,e=>{"use strict";var t=e.i(46549);e.s(["persist_ui_preference",0,function(e,r){e.read()!==r&&(e.write(r),e.notify(),(0,t.notify_settings_saved)())}])},8492,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DURATION_FORMAT_STORAGE_KEY,default_value:r.DURATION_FORMAT_DEFAULT,is_valid:e=>"humanized"===e||"clock"===e||"decimal"===e});e.s(["duration_format_preference",0,n])},68462,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DEFAULT_REPORTING_RANGE_STORAGE_KEY,default_value:r.DEFAULT_REPORTING_RANGE_DEFAULT,is_valid:e=>"none"===e||"today"===e||"week"===e});e.s(["default_reporting_range_preference",0,n])},1997,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.DEFAULT_REPORTING_SORT_STORAGE_KEY,default_value:r.DEFAULT_REPORTING_SORT_DEFAULT,is_valid:e=>"duration"===e||"name"===e||"entry_count"===e||"active_first"===e});e.s(["default_reporting_sort_preference",0,n])},57853,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.WEEK_STARTS_ON_STORAGE_KEY,default_value:r.WEEK_STARTS_ON_DEFAULT,is_valid:e=>"monday"===e||"sunday"===e});e.s(["week_starts_on_preference",0,n])},50994,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.CHECK_IN_FORM_COLLAPSED_STORAGE_KEY,default_value:r.CHECK_IN_FORM_COLLAPSED_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["check_in_form_collapsed_preference",0,n])},4874,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.ENTRY_LIST_SORT_STORAGE_KEY,default_value:r.ENTRY_LIST_SORT_DEFAULT,is_valid:e=>"newest"===e||"oldest"===e||"duration"===e||"description"===e});e.s(["entry_list_sort_preference",0,n])},62796,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TAG_FILTER_MODE_STORAGE_KEY,default_value:r.TAG_FILTER_MODE_DEFAULT,is_valid:e=>"all"===e||"any"===e});e.s(["tag_filter_mode_preference",0,n])},97891,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIME_FORMAT_STORAGE_KEY,default_value:r.TIME_FORMAT_DEFAULT,is_valid:e=>"12h"===e||"24h"===e});e.s(["time_format_preference",0,n])},16967,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIMER_IN_TITLE_STORAGE_KEY,default_value:r.TIMER_IN_TITLE_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["timer_in_title_preference",0,n])},60935,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.TIMER_SHOW_SECONDS_STORAGE_KEY,default_value:r.TIMER_SHOW_SECONDS_DEFAULT,is_valid:e=>"true"===e||"false"===e});e.s(["timer_show_seconds_preference",0,n])},28393,e=>{"use strict";var t=e.i(54710);e.s(["SettingRadioGroup",0,function({name:e,legend:r,description:n,value:s,options:a,disabled:i=!1,on_change:o}){return(0,t.jsxs)("fieldset",{className:"m-0 border-0 p-0",children:[(0,t.jsx)("legend",{className:"m-0 mb-1 text-[0.95rem] font-semibold",children:r}),void 0!==n?(0,t.jsx)("p",{className:"m-0 mb-2 text-[0.8rem] leading-snug text-muted",children:n}):null,(0,t.jsx)("div",{className:"flex flex-col gap-1.5",children:a.map(r=>{let n=r.value===s;return(0,t.jsxs)("label",{className:`flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 ${n?"border-accent-border bg-accent-soft":"border-panel-border hover:bg-surface-hover"}`,children:[(0,t.jsx)("input",{type:"radio",className:"mt-1 shrink-0",name:e,value:r.value,checked:n,disabled:i,onChange:()=>o(r.value)}),(0,t.jsxs)("span",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("span",{className:"text-[0.9rem] font-semibold",children:r.label}),void 0!==r.description?(0,t.jsx)("span",{className:"text-[0.8rem] leading-snug text-muted",children:r.description}):null]})]},r.value)})})]})}])},44250,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(46549),a=e.i(34869),i=e.i(92629);let o=new Set(i.COLOR_PALETTE_VALUES),l=(0,a.create_ui_preference_store)({storage_key:i.COLOR_PALETTE_STORAGE_KEY,default_value:i.COLOR_PALETTE_DEFAULT,is_valid:e=>o.has(e)}),c=[{value:"default",label:"Default",description:"Balanced blue-gray surfaces for light and dark."},{value:"midnight",label:"Midnight",description:"Cooler, deeper backgrounds with crisp panels."},{value:"warm",label:"Warm",description:"Stone and sepia tones, easy on the eyes."},{value:"ocean",label:"Ocean",description:"Soft blue-tinted surfaces and shadows."},{value:"forest",label:"Forest",description:"Muted green-gray backgrounds."},{value:"contrast",label:"High contrast",description:"Stronger text and border contrast for readability."}];e.s(["ColorPaletteSetting",0,function(){let e=(0,r.useSyncExternalStore)(l.subscribe,l.get_snapshot,l.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"color-palette",legend:"Color palette",description:"Backgrounds, surfaces, and highlight colors for light and dark mode.",value:e,options:c,on_change:t=>{t!==e&&(l.write(t),"u">typeof document&&document.documentElement.setAttribute("data-palette",t),l.notify(),(0,s.notify_settings_saved)())}})}],44250)},32889,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(50994),s=e.i(7902);e.s(["CheckInFormCollapsedSetting",0,function(){let e=(0,r.useSyncExternalStore)(n.check_in_form_collapsed_preference.subscribe,n.check_in_form_collapsed_preference.get_snapshot,n.check_in_form_collapsed_preference.get_server_snapshot);return(0,t.jsxs)("label",{className:"flex w-full cursor-pointer items-center gap-2.5",children:[(0,t.jsx)("input",{type:"checkbox",className:"shrink-0",checked:"true"===e,onChange:e=>{var t;return t=e.target.checked,void(0,s.persist_ui_preference)(n.check_in_form_collapsed_preference,t?"true":"false")}}),(0,t.jsxs)("span",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("span",{className:"text-[0.95rem] font-semibold",children:"Collapse check-in form"}),(0,t.jsx)("span",{className:"text-[0.8rem] leading-snug text-muted",children:"Show a single “Check in” button until clicked, instead of the full form."})]})]})}])},50823,e=>{"use strict";var t=e.i(54710),r=e.i(34416);function n(){return!("u"<typeof document)&&"true"===document.documentElement.getAttribute("data-compact-lists")}function s(){return!1}var a=e.i(46549);let i=new Set;function o(e){return i.add(e),()=>{i.delete(e)}}var l=e.i(72550);e.s(["CompactListsSetting",0,function(){let e=(0,r.useSyncExternalStore)(o,n,s);return(0,t.jsxs)("label",{className:"flex w-full cursor-pointer items-center gap-2.5",children:[(0,t.jsx)("input",{type:"checkbox",className:"shrink-0",checked:e,onChange:e=>{var t=e.target.checked;document.documentElement.setAttribute("data-compact-lists",t?"true":"false");try{window.localStorage.setItem(l.COMPACT_LISTS_STORAGE_KEY,t?"true":"false")}catch{}i.forEach(e=>{e()}),(0,a.notify_settings_saved)()}}),(0,t.jsxs)("span",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("span",{className:"text-[0.95rem] font-semibold",children:"Compact lists"}),(0,t.jsx)("span",{className:"text-[0.8rem] leading-snug text-muted",children:"Flatter, tighter rows in the sheet entry list"})]})]})}],50823)},49655,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(68462),a=e.i(7902);let i=[{value:"none",label:"All time",description:"Open with no date filter applied."},{value:"today",label:"Today",description:"Pre-select today’s date range."},{value:"week",label:"This week",description:"Pre-select the current week (respects week starts on)."}],o=e=>{(0,a.persist_ui_preference)(s.default_reporting_range_preference,e)};e.s(["DefaultReportingRangeSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.default_reporting_range_preference.subscribe,s.default_reporting_range_preference.get_snapshot,s.default_reporting_range_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"default-reporting-range",legend:"Default reporting range",description:"Date filter applied when you open the Reporting page.",value:e,options:i,on_change:o})}])},80032,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(1997),a=e.i(7902);let i=[{value:"duration",label:"Duration"},{value:"name",label:"Name"},{value:"entry_count",label:"Entries"},{value:"active_first",label:"Active first"}],o=e=>{(0,a.persist_ui_preference)(s.default_reporting_sort_preference,e)};e.s(["DefaultReportingSortSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.default_reporting_sort_preference.subscribe,s.default_reporting_sort_preference.get_snapshot,s.default_reporting_sort_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"default-reporting-sort",legend:"Default reporting sort",description:"The Reporting view opens with this sort selected.",value:e,options:i,on_change:o})}])},83662,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(8492),a=e.i(7902);let i=[{value:"humanized",label:"Humanized",description:"e.g. 1 hour 25 minutes"},{value:"clock",label:"Clock",description:"e.g. 01:25:00"},{value:"decimal",label:"Decimal hours",description:"e.g. 1.42h"}],o=e=>{(0,a.persist_ui_preference)(s.duration_format_preference,e)};e.s(["DurationFormatSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.duration_format_preference.subscribe,s.duration_format_preference.get_snapshot,s.duration_format_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"duration-format",legend:"Duration format",description:"Applies to entry durations, reporting totals, and the active timer.",value:e,options:i,on_change:o})}])},83487,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(4874),a=e.i(7902);let i=[{value:"newest",label:"Newest first"},{value:"oldest",label:"Oldest first"},{value:"duration",label:"Longest duration"},{value:"description",label:"Description (A–Z)"}],o=e=>{(0,a.persist_ui_preference)(s.entry_list_sort_preference,e)};e.s(["EntryListSortSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.entry_list_sort_preference.subscribe,s.entry_list_sort_preference.get_snapshot,s.entry_list_sort_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"entry-list-sort",legend:"Entry list sort",description:"How entries are ordered on the active sheet.",value:e,options:i,on_change:o})}])},45496,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(62796),a=e.i(7902);let i=[{value:"all",label:"Match all tags",description:"Entry must include every selected tag."},{value:"any",label:"Match any tag",description:"Entry can include any one of the selected tags."}],o=e=>{(0,a.persist_ui_preference)(s.tag_filter_mode_preference,e)};e.s(["TagFilterModeSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.tag_filter_mode_preference.subscribe,s.tag_filter_mode_preference.get_snapshot,s.tag_filter_mode_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"tag-filter-mode",legend:"Tag filter mode",description:"How entries match when multiple tags are selected on a sheet.",value:e,options:i,on_change:o})}])},4365,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(10464),a=e.i(46549),i=e.i(17798),o=e.i(35434),l=e.i(70223),c=e.i(81553);let u=[{value:"light",label:"Light",description:"Always use the light theme."},{value:"dark",label:"Dark",description:"Always use the dark theme."},{value:"system",label:"System",description:"Match the operating system preference."}];e.s(["ThemeModeSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.theme_mode_preference.subscribe,s.theme_mode_preference.get_snapshot,s.theme_mode_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"theme-mode",legend:"Light / dark mode",description:"Choose light, dark, or match the system. The topbar toggle flips light and dark.",value:e,options:u,on_change:e=>{let t;s.theme_mode_preference.write(e),s.theme_mode_preference.notify(),t=(0,l.resolve_theme_mode_to_theme)(e),(0,i.apply_theme)(t),(0,c.write_stored_theme)(t),(0,o.notify_theme_subscribers)(),(0,a.notify_settings_saved)()}})}],4365)},84592,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(97891),a=e.i(7902);let i=[{value:"12h",label:"12-hour",description:"e.g. 6:34 PM"},{value:"24h",label:"24-hour",description:"e.g. 18:34"}],o=e=>{(0,a.persist_ui_preference)(s.time_format_preference,e)};e.s(["TimeFormatSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.time_format_preference.subscribe,s.time_format_preference.get_snapshot,s.time_format_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"time-format",legend:"Time format",description:"Used for entry start/end times and notes timestamps.",value:e,options:i,on_change:o})}])},85215,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(16967),s=e.i(7902);e.s(["TimerInTitleSetting",0,function(){let e=(0,r.useSyncExternalStore)(n.timer_in_title_preference.subscribe,n.timer_in_title_preference.get_snapshot,n.timer_in_title_preference.get_server_snapshot);return(0,t.jsxs)("label",{className:"flex w-full cursor-pointer items-center gap-2.5",children:[(0,t.jsx)("input",{type:"checkbox",className:"shrink-0",checked:"true"===e,onChange:e=>{var t;return t=e.target.checked,void(0,s.persist_ui_preference)(n.timer_in_title_preference,t?"true":"false")}}),(0,t.jsxs)("span",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("span",{className:"text-[0.95rem] font-semibold",children:"Timer in tab title"}),(0,t.jsx)("span",{className:"text-[0.8rem] leading-snug text-muted",children:"Show elapsed time in the browser tab while a timer is running."})]})]})}])},35688,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(60935),s=e.i(7902);e.s(["TimerShowSecondsSetting",0,function(){let e=(0,r.useSyncExternalStore)(n.timer_show_seconds_preference.subscribe,n.timer_show_seconds_preference.get_snapshot,n.timer_show_seconds_preference.get_server_snapshot);return(0,t.jsxs)("label",{className:"flex w-full cursor-pointer items-center gap-2.5",children:[(0,t.jsx)("input",{type:"checkbox",className:"shrink-0",checked:"true"===e,onChange:e=>{var t;return t=e.target.checked,void(0,s.persist_ui_preference)(n.timer_show_seconds_preference,t?"true":"false")}}),(0,t.jsxs)("span",{className:"flex flex-col gap-0.5",children:[(0,t.jsx)("span",{className:"text-[0.95rem] font-semibold",children:"Show seconds on timer"}),(0,t.jsx)("span",{className:"text-[0.8rem] leading-snug text-muted",children:"Include seconds on the live active timer (humanized duration format)."})]})]})}])},85974,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(28393),s=e.i(57853),a=e.i(7902);let i=[{value:"monday",label:"Monday",description:"ISO 8601 week (default)."},{value:"sunday",label:"Sunday",description:"US-style week."}],o=e=>{(0,a.persist_ui_preference)(s.week_starts_on_preference,e)};e.s(["WeekStartsOnSetting",0,function(){let e=(0,r.useSyncExternalStore)(s.week_starts_on_preference.subscribe,s.week_starts_on_preference.get_snapshot,s.week_starts_on_preference.get_server_snapshot);return(0,t.jsx)(n.SettingRadioGroup,{name:"week-starts-on",legend:"Week starts on",description:'Used for the "this week" reporting shortcuts and totals.',value:e,options:i,on_change:o})}])}]);
@@ -0,0 +1,3 @@
1
+ @font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_f53a3a98-module__E6rLHq__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_f53a3a98-module__E6rLHq__variable{--font-geist-sans:"Geist", "Geist Fallback"}
2
+ @font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.0ee55_hj9qcer.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0.qu-9752pffj.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.0mao5jbfbduzp.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.0uzt.a6d44yda.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0mvwgmnhv29no.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.09zddjkbdep5a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_a0a08e0-module__UZhpWW__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_a0a08e0-module__UZhpWW__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
3
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-outline-style:solid;--tw-content:""}}}@layer theme{:root,:host{--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-md:28rem;--container-lg:32rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-normal:0em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-sm:var(--radius-sm);--radius-md:var(--radius-md);--radius-lg:var(--radius-lg);--shadow-sm:var(--shadow-sm);--shadow-md:var(--shadow-md);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-geist-sans), system-ui, sans-serif;--default-mono-font-family:var(--font-geist-mono), monospace}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.top-full{top:100%}.right-0{right:calc(var(--spacing) * 0)}.bottom-6{bottom:calc(var(--spacing) * 6)}.left-0{left:calc(var(--spacing) * 0)}.left-1\/2{left:50%}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-100{z-index:100}.m-0{margin:calc(var(--spacing) * 0)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-2\.5{margin-top:calc(var(--spacing) * 2.5)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-auto{margin-top:auto}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-3{height:calc(var(--spacing) * 3)}.h-4{height:calc(var(--spacing) * 4)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-\[0\.85rem\]{height:.85rem}.h-full{height:100%}.h-px{height:1px}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-\[min\(28rem\,70vh\)\]{max-height:min(28rem,70vh)}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-13{min-height:calc(var(--spacing) * 13)}.min-h-full{min-height:100%}.w-3{width:calc(var(--spacing) * 3)}.w-4{width:calc(var(--spacing) * 4)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-\[0\.85rem\]{width:.85rem}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[1120px\]{max-width:1120px}.max-w-\[min\(18rem\,calc\(100vw-2\.5rem\)\)\]{max-width:min(18rem,100vw - 2.5rem)}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-7{min-width:calc(var(--spacing) * 7)}.min-w-30{min-width:calc(var(--spacing) * 30)}.min-w-32{min-width:calc(var(--spacing) * 32)}.min-w-56{min-width:calc(var(--spacing) * 56)}.min-w-\[min\(100\%\,14rem\)\]{min-width:min(100%,14rem)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.basis-56{flex-basis:calc(var(--spacing) * 56)}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-90{rotate:90deg}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize-y{resize:vertical}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[auto_minmax\(0\,1fr\)\]{grid-template-columns:auto minmax(0,1fr)}.grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.grid-cols-\[minmax\(12rem\,16rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(12rem,16rem) minmax(0,1fr)}.grid-cols-\[minmax\(16rem\,20rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(16rem,20rem) minmax(0,1fr)}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0{gap:calc(var(--spacing) * 0)}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-3\.5{gap:calc(var(--spacing) * 3.5)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-x-2{column-gap:calc(var(--spacing) * 2)}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.gap-x-4{column-gap:calc(var(--spacing) * 4)}.gap-y-0\.5{row-gap:calc(var(--spacing) * .5)}.gap-y-1\.5{row-gap:calc(var(--spacing) * 1.5)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.self-center{align-self:center}.self-start{align-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[0\.2rem\]{border-radius:.2rem}.rounded-\[0\.35rem\]{border-radius:.35rem}.rounded-\[0\.45rem\]{border-radius:.45rem}.rounded-\[0\.65rem\]{border-radius:.65rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[color-mix\(in_srgb\,var\(--accent-border\)_65\%\,var\(--panel-border\)\)\]{border-color:var(--accent-border)}@supports (color:color-mix(in lab, red, red)){.border-\[color-mix\(in_srgb\,var\(--accent-border\)_65\%\,var\(--panel-border\)\)\]{border-color:color-mix(in srgb,var(--accent-border) 65%,var(--panel-border))}}.border-accent-border{border-color:var(--accent-border)}.border-danger-border{border-color:var(--danger-border)}.border-panel-border{border-color:var(--panel-border)}.border-transparent{border-color:#0000}.bg-\[color-mix\(in_srgb\,var\(--accent-soft\)_55\%\,var\(--panel\)\)\]{background-color:var(--accent-soft)}@supports (color:color-mix(in lab, red, red)){.bg-\[color-mix\(in_srgb\,var\(--accent-soft\)_55\%\,var\(--panel\)\)\]{background-color:color-mix(in srgb,var(--accent-soft) 55%,var(--panel))}}.bg-\[color-mix\(in_srgb\,var\(--panel\)_55\%\,var\(--background\)\)\]{background-color:var(--panel)}@supports (color:color-mix(in lab, red, red)){.bg-\[color-mix\(in_srgb\,var\(--panel\)_55\%\,var\(--background\)\)\]{background-color:color-mix(in srgb,var(--panel) 55%,var(--background))}}.bg-\[color-mix\(in_srgb\,var\(--panel\)_70\%\,var\(--background\)\)\]{background-color:var(--panel)}@supports (color:color-mix(in lab, red, red)){.bg-\[color-mix\(in_srgb\,var\(--panel\)_70\%\,var\(--background\)\)\]{background-color:color-mix(in srgb,var(--panel) 70%,var(--background))}}.bg-\[color-mix\(in_srgb\,var\(--panel\)_92\%\,var\(--background\)\)\]{background-color:var(--panel)}@supports (color:color-mix(in lab, red, red)){.bg-\[color-mix\(in_srgb\,var\(--panel\)_92\%\,var\(--background\)\)\]{background-color:color-mix(in srgb,var(--panel) 92%,var(--background))}}.bg-accent{background-color:var(--accent)}.bg-accent-soft{background-color:var(--accent-soft)}.bg-danger-soft{background-color:var(--danger-soft)}.bg-ghost-bg{background-color:var(--ghost-bg)}.bg-input-bg{background-color:var(--input-bg)}.bg-overlay{background-color:var(--overlay)}.bg-panel{background-color:var(--panel)}.bg-surface-hover{background-color:var(--surface-hover)}.bg-surface-raised,.bg-surface-raised\/60{background-color:var(--surface-raised)}@supports (color:color-mix(in lab, red, red)){.bg-surface-raised\/60{background-color:color-mix(in oklab, var(--surface-raised) 60%, transparent)}}.bg-tag-bg{background-color:var(--tag-bg)}.bg-transparent{background-color:#0000}.bg-\[image\:var\(--active-panel-bg\)\]{background-image:var(--active-panel-bg)}.p-0{padding:calc(var(--spacing) * 0)}.p-0\.5{padding:calc(var(--spacing) * .5)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-3\.5{padding:calc(var(--spacing) * 3.5)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-\[1\.1rem\]{padding:1.1rem}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-3\.5{padding-top:calc(var(--spacing) * 3.5)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pb-2\.5{padding-bottom:calc(var(--spacing) * 2.5)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-\[calc\(0\.85rem\+0\.5rem\+0\.35rem\)\]{padding-left:1.7rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-geist-mono), monospace}.font-sans{font-family:var(--font-geist-sans), system-ui, sans-serif}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[0\.65rem\]{font-size:.65rem}.text-\[0\.68rem\]{font-size:.68rem}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.78rem\]{font-size:.78rem}.text-\[0\.82rem\]{font-size:.82rem}.text-\[0\.85rem\]{font-size:.85rem}.text-\[0\.88rem\]{font-size:.88rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[1\.1rem\]{font-size:1.1rem}.text-\[1\.35rem\]{font-size:1.35rem}.text-\[1rem\]{font-size:1rem}.text-\[2rem\]{font-size:2rem}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[650\]{--tw-font-weight:650;font-weight:650}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.04em\]{--tw-tracking:.04em;letter-spacing:.04em}.tracking-\[0\.06em\]{--tw-tracking:.06em;letter-spacing:.06em}.tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent{color:var(--accent)}.text-accent-text-on{color:var(--accent-text-on)}.text-danger{color:var(--danger)}.text-danger-text{color:var(--danger-text)}.text-foreground{color:var(--foreground)}.text-inherit{color:inherit}.text-muted{color:var(--muted)}.text-tag-text{color:var(--tag-text)}.text-white{color:var(--color-white)}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.no-underline{text-decoration-line:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-85{opacity:.85}.opacity-100{opacity:1}.shadow-md{--tw-shadow:var(--shadow-md);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition-\[background-color\,border-color\]{transition-property:background-color,border-color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[background-color\,color\]{transition-property:background-color,color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[opacity\,transform\]{transition-property:opacity,transform;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.select-none{-webkit-user-select:none;user-select:none}.not-first\:-ml-px:not(:first-child){margin-left:-1px}.not-first\:min-w-12:not(:first-child){min-width:calc(var(--spacing) * 12)}.not-first\:border-l:not(:first-child){border-left-style:var(--tw-border-style);border-left-width:1px}.not-first\:border-l-\[color-mix\(in_srgb\,var\(--danger-text\)_30\%\,var\(--background\)\)\]:not(:first-child){border-left-color:var(--danger-text)}@supports (color:color-mix(in lab, red, red)){.not-first\:border-l-\[color-mix\(in_srgb\,var\(--danger-text\)_30\%\,var\(--background\)\)\]:not(:first-child){border-left-color:color-mix(in srgb,var(--danger-text) 30%,var(--background))}}.group-focus-within\:pointer-events-auto:is(:where(.group):focus-within *){pointer-events:auto}.group-focus-within\:opacity-100:is(:where(.group):focus-within *){opacity:1}@media (hover:hover){.group-hover\:pointer-events-auto:is(:where(.group):hover *){pointer-events:auto}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.peer-checked\:border-accent:is(:where(.peer):checked~*){border-color:var(--accent)}.peer-checked\:bg-accent:is(:where(.peer):checked~*){background-color:var(--accent)}.peer-indeterminate\:border-accent:is(:where(.peer):indeterminate~*){border-color:var(--accent)}.peer-indeterminate\:bg-accent:is(:where(.peer):indeterminate~*){background-color:var(--accent)}.peer-focus-visible\:outline:is(:where(.peer):focus-visible~*){outline-style:var(--tw-outline-style);outline-width:1px}.peer-focus-visible\:outline-2:is(:where(.peer):focus-visible~*){outline-style:var(--tw-outline-style);outline-width:2px}.peer-focus-visible\:outline-offset-1:is(:where(.peer):focus-visible~*){outline-offset:1px}.peer-focus-visible\:outline-input-focus-border:is(:where(.peer):focus-visible~*){outline-color:var(--input-focus-border)}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-55:is(:where(.peer):disabled~*){opacity:.55}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:top-\[44\%\]:after{content:var(--tw-content);top:44%}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:hidden:after{content:var(--tw-content);display:none}.after\:h-\[0\.28rem\]:after{content:var(--tw-content);height:.28rem}.after\:w-\[0\.45rem\]:after{content:var(--tw-content);width:.45rem}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.after\:-translate-y-\[60\%\]:after{content:var(--tw-content);--tw-translate-y:calc(60% * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.after\:rotate-\[-45deg\]:after{content:var(--tw-content);rotate:-45deg}.after\:border-b-\[1\.5px\]:after{content:var(--tw-content);border-bottom-style:var(--tw-border-style);border-bottom-width:1.5px}.after\:border-l-\[1\.5px\]:after{content:var(--tw-content);border-left-style:var(--tw-border-style);border-left-width:1.5px}.after\:border-accent-text-on:after{content:var(--tw-content);border-color:var(--accent-text-on)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.peer-checked\:after\:block:is(:where(.peer):checked~*):after{content:var(--tw-content);display:block}.peer-indeterminate\:after\:top-1\/2:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);top:50%}.peer-indeterminate\:after\:block:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);display:block}.peer-indeterminate\:after\:h-\[1\.5px\]:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);height:1.5px}.peer-indeterminate\:after\:w-\[0\.45rem\]:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);width:.45rem}.peer-indeterminate\:after\:-translate-x-1\/2:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.peer-indeterminate\:after\:-translate-y-1\/2:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.peer-indeterminate\:after\:rotate-0:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);rotate:none}.peer-indeterminate\:after\:border-0:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);border-style:var(--tw-border-style);border-width:0}.peer-indeterminate\:after\:bg-accent-text-on:is(:where(.peer):indeterminate~*):after{content:var(--tw-content);background-color:var(--accent-text-on)}.first\:rounded-l-\[0\.65rem\]:first-child{border-top-left-radius:.65rem;border-bottom-left-radius:.65rem}.last\:rounded-r-\[0\.65rem\]:last-child{border-top-right-radius:.65rem;border-bottom-right-radius:.65rem}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:bg-accent-soft:hover{background-color:var(--accent-soft)}.hover\:bg-surface-hover:hover{background-color:var(--surface-hover)}.hover\:text-danger:hover{color:var(--danger)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-75:hover{opacity:.75}}.focus\:border-input-focus-border:focus{border-color:var(--input-focus-border)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-accent:focus-visible{outline-color:var(--accent)}.focus-visible\:outline-input-focus-border:focus-visible{outline-color:var(--input-focus-border)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:opacity-55:disabled{opacity:.55}.disabled\:opacity-60:disabled{opacity:.6}.has-disabled\:cursor-not-allowed:has(:disabled){cursor:not-allowed}@media not all and (min-width:860px){.max-\[860px\]\:w-full{width:100%}.max-\[860px\]\:min-w-0{min-width:calc(var(--spacing) * 0)}.max-\[860px\]\:flex-1{flex:1}.max-\[860px\]\:basis-1\/2{flex-basis:50%}.max-\[860px\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-\[860px\]\:flex-col{flex-direction:column}.max-\[860px\]\:flex-wrap{flex-wrap:wrap}.max-\[860px\]\:items-stretch{align-items:stretch}.max-\[860px\]\:justify-end{justify-content:flex-end}.max-\[860px\]\:justify-stretch{justify-content:stretch}.max-\[860px\]\:gap-2\.5{gap:calc(var(--spacing) * 2.5)}.max-\[860px\]\:py-3{padding-block:calc(var(--spacing) * 3)}}@media (min-width:40rem){.sm\:max-w-xs{max-width:var(--container-xs)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.compact\:mt-px:is([data-compact-lists=true],[data-compact-lists=true] *){margin-top:1px}.compact\:mb-2:is([data-compact-lists=true],[data-compact-lists=true] *){margin-bottom:calc(var(--spacing) * 2)}.compact\:gap-0\.5:is([data-compact-lists=true],[data-compact-lists=true] *){gap:calc(var(--spacing) * .5)}.compact\:gap-1\.5:is([data-compact-lists=true],[data-compact-lists=true] *){gap:calc(var(--spacing) * 1.5)}.compact\:rounded-none:is([data-compact-lists=true],[data-compact-lists=true] *){border-radius:0}.compact\:p-3:is([data-compact-lists=true],[data-compact-lists=true] *){padding:calc(var(--spacing) * 3)}.compact\:px-1\.5:is([data-compact-lists=true],[data-compact-lists=true] *){padding-inline:calc(var(--spacing) * 1.5)}.compact\:py-1:is([data-compact-lists=true],[data-compact-lists=true] *){padding-block:calc(var(--spacing) * 1)}.compact\:py-1\.5:is([data-compact-lists=true],[data-compact-lists=true] *){padding-block:calc(var(--spacing) * 1.5)}.compact\:pt-0\.5:is([data-compact-lists=true],[data-compact-lists=true] *){padding-top:calc(var(--spacing) * .5)}.compact\:pr-0\.5:is([data-compact-lists=true],[data-compact-lists=true] *){padding-right:calc(var(--spacing) * .5)}.compact\:pb-1\.5:is([data-compact-lists=true],[data-compact-lists=true] *){padding-bottom:calc(var(--spacing) * 1.5)}.compact\:pl-\[calc\(0\.85rem\+0\.35rem\+0\.2rem\)\]:is([data-compact-lists=true],[data-compact-lists=true] *){padding-left:1.4rem}.compact\:text-\[0\.8rem\]:is([data-compact-lists=true],[data-compact-lists=true] *){font-size:.8rem}.compact\:text-\[0\.9rem\]:is([data-compact-lists=true],[data-compact-lists=true] *){font-size:.9rem}.compact\:text-\[0\.72rem\]:is([data-compact-lists=true],[data-compact-lists=true] *){font-size:.72rem}.compact\:leading-tight:is([data-compact-lists=true],[data-compact-lists=true] *){--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}}[data-theme=dark][data-palette=midnight]{--background:#05070b;--foreground:#e4eaf4;--panel:#0c1018;--panel-border:#1e2838;--surface-raised:#111722;--surface-hover:#182030;--muted:#8a97ad;--input-bg:#080c12;--ghost-bg:#151d2a;--tag-bg:#1a2434;--tag-text:#b4c2d8;--overlay:#0000008c;--accent:#60a5fa;--accent-soft:#0e2240;--accent-border:#60a5fa55;--accent-text-on:#0b1a32;--input-focus-border:#60a5fa88;--active-panel-bg:linear-gradient(160deg, #0e2240 0%, #0c1018 55%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #152238 0%, transparent 70%)}[data-theme=light][data-palette=midnight]{--background:#e4e9f2;--foreground:#0c1424;--panel:#f8fafc;--panel-border:#c5d0e2;--surface-raised:#eef2f8;--surface-hover:#e2e8f2;--muted:#4f5f78;--input-bg:#fff;--ghost-bg:#e8edf5;--tag-bg:#dce4f0;--tag-text:#2a3a52;--overlay:#0c142466;--accent:#2563eb;--accent-soft:#eff6ff;--accent-border:#93c5fd55;--accent-text-on:#fff;--input-focus-border:#2563eb88;--active-panel-bg:linear-gradient(160deg, #eff6ff 0%, #f8fafc 50%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #c8d8f0 0%, transparent 70%)}[data-theme=dark][data-palette=warm]{--background:#100e0c;--foreground:#f0ebe3;--panel:#1a1714;--panel-border:#322c26;--surface-raised:#211e1a;--surface-hover:#2c2722;--muted:#a89a8c;--input-bg:#141210;--ghost-bg:#252019;--tag-bg:#2e2820;--tag-text:#d4c8b8;--overlay:#00000080;--accent:#fbbf24;--accent-soft:#3a2a0a;--accent-border:#fbbf2455;--accent-text-on:#422006;--input-focus-border:#fbbf2488;--active-panel-bg:linear-gradient(160deg, #3a2a0a 0%, #1a1714 55%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #3a2a18 0%, transparent 70%)}[data-theme=light][data-palette=warm]{--background:#f3ede4;--foreground:#1c1814;--panel:#fffdf9;--panel-border:#ddd4c8;--surface-raised:#f8f4ec;--surface-hover:#efe8dc;--muted:#6b5f52;--input-bg:#fff;--ghost-bg:#f0e8dc;--tag-bg:#e8dfd0;--tag-text:#4a4034;--overlay:#1c181466;--accent:#b45309;--accent-soft:#fffbeb;--accent-border:#fcd34d55;--accent-text-on:#fff;--input-focus-border:#b4530988;--active-panel-bg:linear-gradient(160deg, #fffbeb 0%, #fffdf9 50%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #ead9c0 0%, transparent 70%)}[data-theme=dark][data-palette=ocean]{--background:#061018;--foreground:#e2edf5;--panel:#0c1620;--panel-border:#1a2a3c;--surface-raised:#101c28;--surface-hover:#162636;--muted:#88a0b4;--input-bg:#081018;--ghost-bg:#142030;--tag-bg:#1a2c40;--tag-text:#b8cce0;--overlay:#00000085;--accent:#38bdf8;--accent-soft:#0c2a40;--accent-border:#38bdf855;--accent-text-on:#082032;--input-focus-border:#38bdf888;--active-panel-bg:linear-gradient(160deg, #0c2a40 0%, #0c1620 55%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #123050 0%, transparent 70%)}[data-theme=light][data-palette=ocean]{--background:#e2eff8;--foreground:#0a1828;--panel:#f8fcff;--panel-border:#c4d8ea;--surface-raised:#eef6fc;--surface-hover:#e0eef8;--muted:#4a6478;--input-bg:#fff;--ghost-bg:#e4f0fa;--tag-bg:#d4e8f4;--tag-text:#2a4860;--overlay:#0a182866;--accent:#0284c7;--accent-soft:#e0f2fe;--accent-border:#7dd3fc55;--accent-text-on:#fff;--input-focus-border:#0284c788;--active-panel-bg:linear-gradient(160deg, #e0f2fe 0%, #f8fcff 50%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #b8daf0 0%, transparent 70%)}[data-theme=dark][data-palette=forest]{--background:#080e0a;--foreground:#e4ede6;--panel:#101814;--panel-border:#1e2e24;--surface-raised:#141e18;--surface-hover:#1a2a20;--muted:#8aa494;--input-bg:#0a100c;--ghost-bg:#162018;--tag-bg:#1c2e22;--tag-text:#b8d0be;--overlay:#00000080;--accent:#34d399;--accent-soft:#0d2f25;--accent-border:#34d39955;--accent-text-on:#022c22;--input-focus-border:#34d39988;--active-panel-bg:linear-gradient(160deg, #0d2f25 0%, #101814 55%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #143020 0%, transparent 70%)}[data-theme=light][data-palette=forest]{--background:#eaf2ec;--foreground:#0e1a12;--panel:#f9fbf9;--panel-border:#c8dcd0;--surface-raised:#f0f6f2;--surface-hover:#e4eee6;--muted:#4a6454;--input-bg:#fff;--ghost-bg:#e6f0e8;--tag-bg:#d8e8dc;--tag-text:#2a4434;--overlay:#0e1a1266;--accent:#047857;--accent-soft:#ecfdf5;--accent-border:#6ee7b755;--accent-text-on:#fff;--input-focus-border:#04785788;--active-panel-bg:linear-gradient(160deg, #ecfdf5 0%, #f9fbf9 50%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #c4e0cc 0%, transparent 70%)}[data-theme=dark][data-palette=contrast]{--background:#000;--foreground:#fff;--panel:#121212;--panel-border:#5a5a5a;--surface-raised:#1a1a1a;--surface-hover:#262626;--muted:#c8c8c8;--input-bg:#0a0a0a;--ghost-bg:#222;--tag-bg:#2e2e2e;--tag-text:#f0f0f0;--overlay:#000000b3;--accent:#fff;--accent-soft:#333;--accent-border:#fff6;--accent-text-on:#000;--input-focus-border:#fff8;--active-panel-bg:linear-gradient(160deg, #1a1a1a 0%, #121212 55%);--shadow-sm:0 1px 2px #00000080;--shadow-md:0 8px 24px #000000a0;--body-gradient:none}[data-theme=light][data-palette=contrast]{--background:#fff;--foreground:#000;--panel:#f5f5f5;--panel-border:#404040;--surface-raised:#eee;--surface-hover:#e0e0e0;--muted:#333;--input-bg:#fff;--ghost-bg:#e8e8e8;--tag-bg:#d8d8d8;--tag-text:#111;--overlay:#00000040;--accent:#000;--accent-soft:#e0e0e0;--accent-border:#0004;--accent-text-on:#fff;--input-focus-border:#0008;--active-panel-bg:linear-gradient(160deg, #eee 0%, #f5f5f5 50%);--shadow-sm:0 1px 2px #00000020;--shadow-md:0 8px 24px #00000030;--body-gradient:none}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#090b10;--foreground:#e8edf5;--panel:#12161f;--panel-border:#252f42;--surface-raised:#171d28;--surface-hover:#1e2634;--muted:#8b98ad;--accent:#5eead4;--accent-soft:#0f2e2b;--accent-border:#2dd4bf55;--accent-text-on:#042f2e;--danger:#fb7185;--danger-soft:#3a1520;--danger-border:#fb718544;--danger-text:#fecdd3;--input-bg:#0d1118;--ghost-bg:#1a2230;--tag-bg:#1f2a3d;--tag-text:#b9c7de;--overlay:#00000080;--active-panel-bg:linear-gradient(160deg, #0f2420 0%, #12161f 55%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #1a2a40 0%, transparent 70%);--input-focus-border:#2dd4bf88;--shadow-sm:0 1px 2px #00000040;--shadow-md:0 8px 24px #0005;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#eef1f6;--foreground:#0f1729;--panel:#fff;--panel-border:#d8e0ec;--surface-raised:#f8fafc;--surface-hover:#eef2f7;--muted:#5c6b82;--accent:#0d9488;--accent-soft:#ecfdf5;--accent-border:#99f6e455;--accent-text-on:#fff;--danger:#e11d48;--danger-soft:#fff1f2;--danger-border:#fecdd3;--danger-text:#9f1239;--input-bg:#fff;--ghost-bg:#f1f5f9;--tag-bg:#e8eef6;--tag-text:#3d4f66;--overlay:#0f172966;--active-panel-bg:linear-gradient(160deg, #ecfdf5 0%, #fff 50%);--body-gradient:radial-gradient(ellipse 80% 50% at 50% -10%, #dbeafe 0%, transparent 70%);--input-focus-border:#0d948888;--shadow-sm:0 1px 2px #0f172912;--shadow-md:0 10px 30px #0f172918;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem}html[data-theme=dark],html[data-theme=light]{background-color:var(--background);background-image:var(--body-gradient);min-height:100%;color:var(--foreground);accent-color:var(--accent);background-repeat:no-repeat;background-attachment:fixed}body{min-height:100%;color:inherit;background-color:#0000}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-soft);color:var(--foreground)}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--panel);color:var(--foreground)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-content{syntax:"*";inherits:false;initial-value:""}