@ug.software/opposer 3.0.10 → 3.0.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 (227) hide show
  1. package/lib/bin/commands/build.js +15 -28
  2. package/lib/bin/commands/init.js +27 -30
  3. package/lib/esm/server/security/jwt/index.d.ts +1 -1
  4. package/lib/esm/server/security/jwt/index.js +21 -29
  5. package/lib/esm/system/index.d.ts +1 -1
  6. package/lib/esm/system/index.js +42 -55
  7. package/package.json +3 -3
  8. package/lib/cjs/examples/full-app/index.d.ts +0 -1
  9. package/lib/cjs/examples/full-app/index.js +0 -102
  10. package/lib/cjs/examples/full-app/models/author.d.ts +0 -7
  11. package/lib/cjs/examples/full-app/models/author.js +0 -42
  12. package/lib/cjs/examples/full-app/models/book.d.ts +0 -9
  13. package/lib/cjs/examples/full-app/models/book.js +0 -51
  14. package/lib/cjs/examples/full-app/models/category.d.ts +0 -4
  15. package/lib/cjs/examples/full-app/models/category.js +0 -26
  16. package/lib/cjs/examples/full-app/schedules/catalog-refresh.d.ts +0 -28
  17. package/lib/cjs/examples/full-app/schedules/catalog-refresh.js +0 -149
  18. package/lib/cjs/examples/full-app/schedules/inventory-sync.d.ts +0 -12
  19. package/lib/cjs/examples/full-app/schedules/inventory-sync.js +0 -61
  20. package/lib/cjs/examples/full-app/schedules/library-alerts.d.ts +0 -11
  21. package/lib/cjs/examples/full-app/schedules/library-alerts.js +0 -55
  22. package/lib/cjs/examples/minimal/src/handlers/book.d.ts +0 -11
  23. package/lib/cjs/examples/minimal/src/handlers/book.js +0 -51
  24. package/lib/cjs/examples/minimal/src/index.d.ts +0 -1
  25. package/lib/cjs/examples/minimal/src/index.js +0 -14
  26. package/lib/cjs/examples/minimal/src/models/books.d.ts +0 -4
  27. package/lib/cjs/examples/minimal/src/models/books.js +0 -26
  28. package/lib/cjs/examples/orm/models/permission.d.ts +0 -6
  29. package/lib/cjs/examples/orm/models/permission.js +0 -38
  30. package/lib/cjs/examples/orm/models/profile.d.ts +0 -7
  31. package/lib/cjs/examples/orm/models/profile.js +0 -42
  32. package/lib/cjs/examples/orm/models/user.d.ts +0 -11
  33. package/lib/cjs/examples/orm/models/user.js +0 -70
  34. package/lib/cjs/examples/orm/mysql/index.d.ts +0 -1
  35. package/lib/cjs/examples/orm/mysql/index.js +0 -44
  36. package/lib/cjs/examples/orm/postgres/index.d.ts +0 -1
  37. package/lib/cjs/examples/orm/postgres/index.js +0 -40
  38. package/lib/cjs/examples/orm/sqlite/index.d.ts +0 -1
  39. package/lib/cjs/examples/orm/sqlite/index.js +0 -41
  40. package/lib/cjs/index.d.ts +0 -2
  41. package/lib/cjs/index.js +0 -23
  42. package/lib/cjs/interfaces/controller.d.ts +0 -109
  43. package/lib/cjs/interfaces/controller.js +0 -2
  44. package/lib/cjs/interfaces/field.d.ts +0 -23
  45. package/lib/cjs/interfaces/field.js +0 -2
  46. package/lib/cjs/interfaces/handler.d.ts +0 -18
  47. package/lib/cjs/interfaces/handler.js +0 -2
  48. package/lib/cjs/interfaces/jwt.d.ts +0 -21
  49. package/lib/cjs/interfaces/jwt.js +0 -2
  50. package/lib/cjs/interfaces/model.d.ts +0 -9
  51. package/lib/cjs/interfaces/model.js +0 -2
  52. package/lib/cjs/interfaces/request.d.ts +0 -13
  53. package/lib/cjs/interfaces/request.js +0 -2
  54. package/lib/cjs/interfaces/schema.d.ts +0 -9
  55. package/lib/cjs/interfaces/schema.js +0 -2
  56. package/lib/cjs/interfaces/security.d.ts +0 -32
  57. package/lib/cjs/interfaces/security.js +0 -2
  58. package/lib/cjs/interfaces/server.d.ts +0 -37
  59. package/lib/cjs/interfaces/server.js +0 -2
  60. package/lib/cjs/interfaces/system.d.ts +0 -41
  61. package/lib/cjs/interfaces/system.js +0 -2
  62. package/lib/cjs/orm/decorators/index.d.ts +0 -33
  63. package/lib/cjs/orm/decorators/index.js +0 -131
  64. package/lib/cjs/orm/driver/mysql.d.ts +0 -14
  65. package/lib/cjs/orm/driver/mysql.js +0 -103
  66. package/lib/cjs/orm/driver/postgres.d.ts +0 -14
  67. package/lib/cjs/orm/driver/postgres.js +0 -105
  68. package/lib/cjs/orm/driver/sqlite.d.ts +0 -14
  69. package/lib/cjs/orm/driver/sqlite.js +0 -143
  70. package/lib/cjs/orm/index.d.ts +0 -8
  71. package/lib/cjs/orm/index.js +0 -28
  72. package/lib/cjs/orm/metadata.d.ts +0 -47
  73. package/lib/cjs/orm/metadata.js +0 -47
  74. package/lib/cjs/orm/opposer.d.ts +0 -30
  75. package/lib/cjs/orm/opposer.js +0 -33
  76. package/lib/cjs/orm/query-builder.d.ts +0 -32
  77. package/lib/cjs/orm/query-builder.js +0 -278
  78. package/lib/cjs/orm/repository.d.ts +0 -54
  79. package/lib/cjs/orm/repository.js +0 -325
  80. package/lib/cjs/orm/validation.d.ts +0 -44
  81. package/lib/cjs/orm/validation.js +0 -128
  82. package/lib/cjs/package.json +0 -3
  83. package/lib/cjs/persistent/cache/core-context.d.ts +0 -17
  84. package/lib/cjs/persistent/cache/core-context.js +0 -39
  85. package/lib/cjs/persistent/cache/global.d.ts +0 -18
  86. package/lib/cjs/persistent/cache/global.js +0 -22
  87. package/lib/cjs/persistent/cache/index.d.ts +0 -3
  88. package/lib/cjs/persistent/cache/index.js +0 -12
  89. package/lib/cjs/persistent/cache/session.d.ts +0 -19
  90. package/lib/cjs/persistent/cache/session.js +0 -39
  91. package/lib/cjs/persistent/cache/storage.d.ts +0 -14
  92. package/lib/cjs/persistent/cache/storage.js +0 -88
  93. package/lib/cjs/persistent/cache/store.d.ts +0 -16
  94. package/lib/cjs/persistent/cache/store.js +0 -112
  95. package/lib/cjs/persistent/context/index.d.ts +0 -3
  96. package/lib/cjs/persistent/context/index.js +0 -5
  97. package/lib/cjs/persistent/decorators/global.d.ts +0 -1
  98. package/lib/cjs/persistent/decorators/global.js +0 -25
  99. package/lib/cjs/persistent/decorators/session.d.ts +0 -1
  100. package/lib/cjs/persistent/decorators/session.js +0 -27
  101. package/lib/cjs/persistent/index.d.ts +0 -6
  102. package/lib/cjs/persistent/index.js +0 -18
  103. package/lib/cjs/persistent/interfaces/context.d.ts +0 -5
  104. package/lib/cjs/persistent/interfaces/context.js +0 -2
  105. package/lib/cjs/persistent/interfaces/system.d.ts +0 -47
  106. package/lib/cjs/persistent/interfaces/system.js +0 -29
  107. package/lib/cjs/persistent/system/index.d.ts +0 -7
  108. package/lib/cjs/persistent/system/index.js +0 -44
  109. package/lib/cjs/persistent/utils/memory.d.ts +0 -8
  110. package/lib/cjs/persistent/utils/memory.js +0 -44
  111. package/lib/cjs/persistent/utils/timer.d.ts +0 -14
  112. package/lib/cjs/persistent/utils/timer.js +0 -21
  113. package/lib/cjs/playground/build/client/assets/AddRounded-ByHfnsiW.js +0 -4
  114. package/lib/cjs/playground/build/client/assets/Button-DLrxHRm7.js +0 -1
  115. package/lib/cjs/playground/build/client/assets/Container-CgITmmbk.js +0 -1
  116. package/lib/cjs/playground/build/client/assets/Divider-B_Wx9srO.js +0 -1
  117. package/lib/cjs/playground/build/client/assets/List-juBjUmfP.js +0 -1
  118. package/lib/cjs/playground/build/client/assets/ListItemText-DgWZmgzc.js +0 -1
  119. package/lib/cjs/playground/build/client/assets/MenuItem-D_5SuVKQ.js +0 -1
  120. package/lib/cjs/playground/build/client/assets/Modal-BwXR_5Bh.js +0 -1
  121. package/lib/cjs/playground/build/client/assets/TableRow-B9hAmlnV.js +0 -2
  122. package/lib/cjs/playground/build/client/assets/TextField-UybdTIGB.js +0 -3
  123. package/lib/cjs/playground/build/client/assets/Tooltip-BGcUWUcF.js +0 -1
  124. package/lib/cjs/playground/build/client/assets/auth-CD1rXHzz.js +0 -1
  125. package/lib/cjs/playground/build/client/assets/auth-GyTIVKy5.js +0 -1
  126. package/lib/cjs/playground/build/client/assets/confirm-Dr0pbiV6.js +0 -1
  127. package/lib/cjs/playground/build/client/assets/dividerClasses-CIiqeEPO.js +0 -1
  128. package/lib/cjs/playground/build/client/assets/entry.client-D6FYz1yh.js +0 -13
  129. package/lib/cjs/playground/build/client/assets/index-CJ0wdt6Z.js +0 -1
  130. package/lib/cjs/playground/build/client/assets/index-CQc11yq_.js +0 -1153
  131. package/lib/cjs/playground/build/client/assets/index-Cr4I-4J2.js +0 -1
  132. package/lib/cjs/playground/build/client/assets/index-CtPqstFl.js +0 -26
  133. package/lib/cjs/playground/build/client/assets/index-Ct_NE85o.js +0 -1
  134. package/lib/cjs/playground/build/client/assets/index-D0I6xwmb.js +0 -1
  135. package/lib/cjs/playground/build/client/assets/index-DmDCpKb3.js +0 -1
  136. package/lib/cjs/playground/build/client/assets/index-DsSkAwyn.js +0 -1
  137. package/lib/cjs/playground/build/client/assets/index-_DMgWZ3Y.js +0 -1
  138. package/lib/cjs/playground/build/client/assets/listItemIconClasses-39Itzgzt.js +0 -1
  139. package/lib/cjs/playground/build/client/assets/listItemTextClasses-EQFLPLzt.js +0 -1
  140. package/lib/cjs/playground/build/client/assets/manifest-c06e9a7f.js +0 -1
  141. package/lib/cjs/playground/build/client/assets/mergeSlotProps-DptgQgAT.js +0 -1
  142. package/lib/cjs/playground/build/client/assets/playground-Hl52p9f5.js +0 -108
  143. package/lib/cjs/playground/build/client/assets/root-CQTBmuv8.js +0 -1
  144. package/lib/cjs/playground/build/client/assets/toast-CsAH5FIf.js +0 -1
  145. package/lib/cjs/playground/build/client/assets/use-request-BZNkzlTr.js +0 -1
  146. package/lib/cjs/playground/build/client/favicon.ico +0 -0
  147. package/lib/cjs/playground/build/client/index.html +0 -6
  148. package/lib/cjs/playground/index.d.ts +0 -2
  149. package/lib/cjs/playground/index.js +0 -135
  150. package/lib/cjs/scheduler/controllers/index.d.ts +0 -19
  151. package/lib/cjs/scheduler/controllers/index.js +0 -62
  152. package/lib/cjs/scheduler/decorators/index.d.ts +0 -9
  153. package/lib/cjs/scheduler/decorators/index.js +0 -21
  154. package/lib/cjs/scheduler/handlers/index.d.ts +0 -19
  155. package/lib/cjs/scheduler/handlers/index.js +0 -62
  156. package/lib/cjs/scheduler/index.d.ts +0 -24
  157. package/lib/cjs/scheduler/index.js +0 -110
  158. package/lib/cjs/scheduler/models/history.d.ts +0 -10
  159. package/lib/cjs/scheduler/models/history.js +0 -50
  160. package/lib/cjs/server/constants/index.d.ts +0 -78
  161. package/lib/cjs/server/constants/index.js +0 -372
  162. package/lib/cjs/server/context/index.d.ts +0 -17
  163. package/lib/cjs/server/context/index.js +0 -33
  164. package/lib/cjs/server/controller/index.d.ts +0 -3
  165. package/lib/cjs/server/controller/index.js +0 -217
  166. package/lib/cjs/server/controllers/index.d.ts +0 -5
  167. package/lib/cjs/server/controllers/index.js +0 -72
  168. package/lib/cjs/server/core/index.d.ts +0 -16
  169. package/lib/cjs/server/core/index.js +0 -110
  170. package/lib/cjs/server/core/middleware/body-parser.d.ts +0 -2
  171. package/lib/cjs/server/core/middleware/body-parser.js +0 -27
  172. package/lib/cjs/server/core/middleware/cors.d.ts +0 -4
  173. package/lib/cjs/server/core/middleware/cors.js +0 -32
  174. package/lib/cjs/server/core/middleware/logger.d.ts +0 -2
  175. package/lib/cjs/server/core/middleware/logger.js +0 -15
  176. package/lib/cjs/server/decorators/controller.d.ts +0 -3
  177. package/lib/cjs/server/decorators/controller.js +0 -14
  178. package/lib/cjs/server/decorators/field.d.ts +0 -2
  179. package/lib/cjs/server/decorators/field.js +0 -36
  180. package/lib/cjs/server/decorators/handler.d.ts +0 -3
  181. package/lib/cjs/server/decorators/handler.js +0 -14
  182. package/lib/cjs/server/decorators/index.d.ts +0 -7
  183. package/lib/cjs/server/decorators/index.js +0 -26
  184. package/lib/cjs/server/decorators/is-public-method.d.ts +0 -3
  185. package/lib/cjs/server/decorators/is-public-method.js +0 -16
  186. package/lib/cjs/server/decorators/is-public.d.ts +0 -3
  187. package/lib/cjs/server/decorators/is-public.js +0 -14
  188. package/lib/cjs/server/decorators/method.d.ts +0 -3
  189. package/lib/cjs/server/decorators/method.js +0 -16
  190. package/lib/cjs/server/decorators/payload.d.ts +0 -3
  191. package/lib/cjs/server/decorators/payload.js +0 -15
  192. package/lib/cjs/server/handlers/index.d.ts +0 -5
  193. package/lib/cjs/server/handlers/index.js +0 -72
  194. package/lib/cjs/server/helpers/index.d.ts +0 -17
  195. package/lib/cjs/server/helpers/index.js +0 -39
  196. package/lib/cjs/server/index.d.ts +0 -12
  197. package/lib/cjs/server/index.js +0 -176
  198. package/lib/cjs/server/security/controller/auth.d.ts +0 -76
  199. package/lib/cjs/server/security/controller/auth.js +0 -346
  200. package/lib/cjs/server/security/index.d.ts +0 -2
  201. package/lib/cjs/server/security/index.js +0 -10
  202. package/lib/cjs/server/security/jwt/index.d.ts +0 -23
  203. package/lib/cjs/server/security/jwt/index.js +0 -108
  204. package/lib/cjs/server/security/middleware/autorization.d.ts +0 -3
  205. package/lib/cjs/server/security/middleware/autorization.js +0 -46
  206. package/lib/cjs/server/security/middleware/permission.d.ts +0 -3
  207. package/lib/cjs/server/security/middleware/permission.js +0 -138
  208. package/lib/cjs/server/security/models/crp.d.ts +0 -8
  209. package/lib/cjs/server/security/models/crp.js +0 -42
  210. package/lib/cjs/server/security/models/ke.d.ts +0 -7
  211. package/lib/cjs/server/security/models/ke.js +0 -38
  212. package/lib/cjs/server/security/models/rl.d.ts +0 -9
  213. package/lib/cjs/server/security/models/rl.js +0 -50
  214. package/lib/cjs/server/security/models/se.d.ts +0 -11
  215. package/lib/cjs/server/security/models/se.js +0 -54
  216. package/lib/cjs/server/security/models/usr.d.ts +0 -14
  217. package/lib/cjs/server/security/models/usr.js +0 -82
  218. package/lib/cjs/server/services/delete.d.ts +0 -13
  219. package/lib/cjs/server/services/delete.js +0 -49
  220. package/lib/cjs/server/services/get.d.ts +0 -4
  221. package/lib/cjs/server/services/get.js +0 -145
  222. package/lib/cjs/server/services/insert.d.ts +0 -13
  223. package/lib/cjs/server/services/insert.js +0 -74
  224. package/lib/cjs/server/services/update.d.ts +0 -13
  225. package/lib/cjs/server/services/update.js +0 -60
  226. package/lib/cjs/system/index.d.ts +0 -13
  227. package/lib/cjs/system/index.js +0 -237
@@ -1,108 +0,0 @@
1
- import{b as w,B as Mr,v as V,R as ye,C as pt}from"./index-CtPqstFl.js";function yo(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function bo(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var vo=(function(){function e(r){var n=this;this._insertTag=function(o){var i;n.tags.length===0?n.insertionPoint?i=n.insertionPoint.nextSibling:n.prepend?i=n.container.firstChild:i=n.before:i=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,i),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(bo(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var i=yo(o);try{i.insertRule(n,i.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var o;return(o=n.parentNode)==null?void 0:o.removeChild(n)}),this.tags=[],this.ctr=0},e})(),Z="-ms-",xt="-moz-",_="-webkit-",bn="comm",fr="rule",dr="decl",So="@import",vn="@keyframes",xo="@layer",Co=Math.abs,$t=String.fromCharCode,wo=Object.assign;function ko(e,t){return X(e,0)^45?(((t<<2^X(e,0))<<2^X(e,1))<<2^X(e,2))<<2^X(e,3):0}function Sn(e){return e.trim()}function To(e,t){return(e=t.exec(e))?e[0]:e}function I(e,t,r){return e.replace(t,r)}function Xt(e,t){return e.indexOf(t)}function X(e,t){return e.charCodeAt(t)|0}function et(e,t,r){return e.slice(t,r)}function fe(e){return e.length}function pr(e){return e.length}function ht(e,t){return t.push(e),e}function Eo(e,t){return e.map(t).join("")}var Pt=1,We=1,xn=0,J=0,K=0,Ue="";function Rt(e,t,r,n,o,i,a){return{value:e,root:t,parent:r,type:n,props:o,children:i,line:Pt,column:We,length:a,return:""}}function Ye(e,t){return wo(Rt("",null,null,"",null,null,0),e,{length:-e.length},t)}function $o(){return K}function Po(){return K=J>0?X(Ue,--J):0,We--,K===10&&(We=1,Pt--),K}function te(){return K=J<xn?X(Ue,J++):0,We++,K===10&&(We=1,Pt++),K}function he(){return X(Ue,J)}function gt(){return J}function it(e,t){return et(Ue,e,t)}function tt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Cn(e){return Pt=We=1,xn=fe(Ue=e),J=0,[]}function wn(e){return Ue="",e}function yt(e){return Sn(it(J-1,Qt(e===91?e+2:e===40?e+1:e)))}function Ro(e){for(;(K=he())&&K<33;)te();return tt(e)>2||tt(K)>3?"":" "}function Ao(e,t){for(;--t&&te()&&!(K<48||K>102||K>57&&K<65||K>70&&K<97););return it(e,gt()+(t<6&&he()==32&&te()==32))}function Qt(e){for(;te();)switch(K){case e:return J;case 34:case 39:e!==34&&e!==39&&Qt(K);break;case 40:e===41&&Qt(e);break;case 92:te();break}return J}function Oo(e,t){for(;te()&&e+K!==57;)if(e+K===84&&he()===47)break;return"/*"+it(t,J-1)+"*"+$t(e===47?e:te())}function Mo(e){for(;!tt(he());)te();return it(e,J)}function Bo(e){return wn(bt("",null,null,null,[""],e=Cn(e),0,[0],e))}function bt(e,t,r,n,o,i,a,s,c){for(var u=0,p=0,h=a,y=0,f=0,m=0,d=1,v=1,k=1,$=0,E="",C=o,b=i,S=n,P=E;v;)switch(m=$,$=te()){case 40:if(m!=108&&X(P,h-1)==58){Xt(P+=I(yt($),"&","&\f"),"&\f")!=-1&&(k=-1);break}case 34:case 39:case 91:P+=yt($);break;case 9:case 10:case 13:case 32:P+=Ro(m);break;case 92:P+=Ao(gt()-1,7);continue;case 47:switch(he()){case 42:case 47:ht(_o(Oo(te(),gt()),t,r),c);break;default:P+="/"}break;case 123*d:s[u++]=fe(P)*k;case 125*d:case 59:case 0:switch($){case 0:case 125:v=0;case 59+p:k==-1&&(P=I(P,/\f/g,"")),f>0&&fe(P)-h&&ht(f>32?_r(P+";",n,r,h-1):_r(I(P," ","")+";",n,r,h-2),c);break;case 59:P+=";";default:if(ht(S=Br(P,t,r,u,p,o,s,E,C=[],b=[],h),i),$===123)if(p===0)bt(P,t,S,S,C,i,h,s,b);else switch(y===99&&X(P,3)===110?100:y){case 100:case 108:case 109:case 115:bt(e,S,S,n&&ht(Br(e,S,S,0,0,o,s,E,o,C=[],h),b),o,b,h,s,n?C:b);break;default:bt(P,S,S,S,[""],b,0,s,b)}}u=p=f=0,d=k=1,E=P="",h=a;break;case 58:h=1+fe(P),f=m;default:if(d<1){if($==123)--d;else if($==125&&d++==0&&Po()==125)continue}switch(P+=$t($),$*d){case 38:k=p>0?1:(P+="\f",-1);break;case 44:s[u++]=(fe(P)-1)*k,k=1;break;case 64:he()===45&&(P+=yt(te())),y=he(),p=h=fe(E=P+=Mo(gt())),$++;break;case 45:m===45&&fe(P)==2&&(d=0)}}return i}function Br(e,t,r,n,o,i,a,s,c,u,p){for(var h=o-1,y=o===0?i:[""],f=pr(y),m=0,d=0,v=0;m<n;++m)for(var k=0,$=et(e,h+1,h=Co(d=a[m])),E=e;k<f;++k)(E=Sn(d>0?y[k]+" "+$:I($,/&\f/g,y[k])))&&(c[v++]=E);return Rt(e,t,r,o===0?fr:s,c,u,p)}function _o(e,t,r){return Rt(e,t,r,bn,$t($o()),et(e,2,-2),0)}function _r(e,t,r,n){return Rt(e,t,r,dr,et(e,0,n),et(e,n+1,-1),n)}function je(e,t){for(var r="",n=pr(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}function Io(e,t,r,n){switch(e.type){case xo:if(e.children.length)break;case So:case dr:return e.return=e.return||e.value;case bn:return"";case vn:return e.return=e.value+"{"+je(e.children,n)+"}";case fr:e.value=e.props.join(",")}return fe(r=je(e.children,n))?e.return=e.value+"{"+r+"}":""}function No(e){var t=pr(e);return function(r,n,o,i){for(var a="",s=0;s<t;s++)a+=e[s](r,n,o,i)||"";return a}}function Fo(e){return function(t){t.root||(t=t.return)&&e(t)}}var Ir=function(t){var r=new WeakMap;return function(n){if(r.has(n))return r.get(n);var o=t(n);return r.set(n,o),o}};function kn(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Do=function(t,r,n){for(var o=0,i=0;o=i,i=he(),o===38&&i===12&&(r[n]=1),!tt(i);)te();return it(t,J)},Lo=function(t,r){var n=-1,o=44;do switch(tt(o)){case 0:o===38&&he()===12&&(r[n]=1),t[n]+=Do(J-1,r,n);break;case 2:t[n]+=yt(o);break;case 4:if(o===44){t[++n]=he()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=$t(o)}while(o=te());return t},jo=function(t,r){return wn(Lo(Cn(t),r))},Nr=new WeakMap,zo=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!Nr.get(n))&&!o){Nr.set(t,!0);for(var i=[],a=jo(r,i),s=n.props,c=0,u=0;c<a.length;c++)for(var p=0;p<s.length;p++,u++)t.props[u]=i[c]?a[c].replace(/&\f/g,s[p]):s[p]+" "+a[c]}}},Wo=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function Tn(e,t){switch(ko(e,t)){case 5103:return _+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return _+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return _+e+xt+e+Z+e+e;case 6828:case 4268:return _+e+Z+e+e;case 6165:return _+e+Z+"flex-"+e+e;case 5187:return _+e+I(e,/(\w+).+(:[^]+)/,_+"box-$1$2"+Z+"flex-$1$2")+e;case 5443:return _+e+Z+"flex-item-"+I(e,/flex-|-self/,"")+e;case 4675:return _+e+Z+"flex-line-pack"+I(e,/align-content|flex-|-self/,"")+e;case 5548:return _+e+Z+I(e,"shrink","negative")+e;case 5292:return _+e+Z+I(e,"basis","preferred-size")+e;case 6060:return _+"box-"+I(e,"-grow","")+_+e+Z+I(e,"grow","positive")+e;case 4554:return _+I(e,/([^-])(transform)/g,"$1"+_+"$2")+e;case 6187:return I(I(I(e,/(zoom-|grab)/,_+"$1"),/(image-set)/,_+"$1"),e,"")+e;case 5495:case 3959:return I(e,/(image-set\([^]*)/,_+"$1$`$1");case 4968:return I(I(e,/(.+:)(flex-)?(.*)/,_+"box-pack:$3"+Z+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+_+e+e;case 4095:case 3583:case 4068:case 2532:return I(e,/(.+)-inline(.+)/,_+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(fe(e)-1-t>6)switch(X(e,t+1)){case 109:if(X(e,t+4)!==45)break;case 102:return I(e,/(.+:)(.+)-([^]+)/,"$1"+_+"$2-$3$1"+xt+(X(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Xt(e,"stretch")?Tn(I(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(X(e,t+1)!==115)break;case 6444:switch(X(e,fe(e)-3-(~Xt(e,"!important")&&10))){case 107:return I(e,":",":"+_)+e;case 101:return I(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+_+(X(e,14)===45?"inline-":"")+"box$3$1"+_+"$2$3$1"+Z+"$2box$3")+e}break;case 5936:switch(X(e,t+11)){case 114:return _+e+Z+I(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return _+e+Z+I(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return _+e+Z+I(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return _+e+Z+e+e}return e}var Vo=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case dr:t.return=Tn(t.value,t.length);break;case vn:return je([Ye(t,{value:I(t.value,"@","@"+_)})],o);case fr:if(t.length)return Eo(t.props,function(i){switch(To(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return je([Ye(t,{props:[I(i,/:(read-\w+)/,":"+xt+"$1")]})],o);case"::placeholder":return je([Ye(t,{props:[I(i,/:(plac\w+)/,":"+_+"input-$1")]}),Ye(t,{props:[I(i,/:(plac\w+)/,":"+xt+"$1")]}),Ye(t,{props:[I(i,/:(plac\w+)/,Z+"input-$1")]})],o)}return""})}},Uo=[Vo],Go=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(d){var v=d.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(d),d.setAttribute("data-s",""))})}var o=t.stylisPlugins||Uo,i={},a,s=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(d){for(var v=d.getAttribute("data-emotion").split(" "),k=1;k<v.length;k++)i[v[k]]=!0;s.push(d)});var c,u=[zo,Wo];{var p,h=[Io,Fo(function(d){p.insert(d)})],y=No(u.concat(o,h)),f=function(v){return je(Bo(v),y)};c=function(v,k,$,E){p=$,f(v?v+"{"+k.styles+"}":k.styles),E&&(m.inserted[k.name]=!0)}}var m={key:r,sheet:new vo({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:i,registered:{},insert:c};return m.sheet.hydrate(s),m};function rt(){return rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rt.apply(null,arguments)}var Wt={exports:{}},F={};var Fr;function Ho(){if(Fr)return F;Fr=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,f=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,$=e?Symbol.for("react.scope"):60119;function E(b){if(typeof b=="object"&&b!==null){var S=b.$$typeof;switch(S){case t:switch(b=b.type,b){case c:case u:case n:case i:case o:case h:return b;default:switch(b=b&&b.$$typeof,b){case s:case p:case m:case f:case a:return b;default:return S}}case r:return S}}}function C(b){return E(b)===u}return F.AsyncMode=c,F.ConcurrentMode=u,F.ContextConsumer=s,F.ContextProvider=a,F.Element=t,F.ForwardRef=p,F.Fragment=n,F.Lazy=m,F.Memo=f,F.Portal=r,F.Profiler=i,F.StrictMode=o,F.Suspense=h,F.isAsyncMode=function(b){return C(b)||E(b)===c},F.isConcurrentMode=C,F.isContextConsumer=function(b){return E(b)===s},F.isContextProvider=function(b){return E(b)===a},F.isElement=function(b){return typeof b=="object"&&b!==null&&b.$$typeof===t},F.isForwardRef=function(b){return E(b)===p},F.isFragment=function(b){return E(b)===n},F.isLazy=function(b){return E(b)===m},F.isMemo=function(b){return E(b)===f},F.isPortal=function(b){return E(b)===r},F.isProfiler=function(b){return E(b)===i},F.isStrictMode=function(b){return E(b)===o},F.isSuspense=function(b){return E(b)===h},F.isValidElementType=function(b){return typeof b=="string"||typeof b=="function"||b===n||b===u||b===i||b===o||b===h||b===y||typeof b=="object"&&b!==null&&(b.$$typeof===m||b.$$typeof===f||b.$$typeof===a||b.$$typeof===s||b.$$typeof===p||b.$$typeof===v||b.$$typeof===k||b.$$typeof===$||b.$$typeof===d)},F.typeOf=E,F}var Dr;function Ko(){return Dr||(Dr=1,Wt.exports=Ho()),Wt.exports}var Vt,Lr;function Yo(){if(Lr)return Vt;Lr=1;var e=Ko(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};i[e.ForwardRef]=n,i[e.Memo]=o;function a(m){return e.isMemo(m)?o:i[m.$$typeof]||t}var s=Object.defineProperty,c=Object.getOwnPropertyNames,u=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,y=Object.prototype;function f(m,d,v){if(typeof d!="string"){if(y){var k=h(d);k&&k!==y&&f(m,k,v)}var $=c(d);u&&($=$.concat(u(d)));for(var E=a(m),C=a(d),b=0;b<$.length;++b){var S=$[b];if(!r[S]&&!(v&&v[S])&&!(C&&C[S])&&!(E&&E[S])){var P=p(d,S);try{s(m,S,P)}catch{}}}}return m}return Vt=f,Vt}Yo();var qo=!0;function En(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var hr=function(t,r,n){var o=t.key+"-"+r.name;(n===!1||qo===!1)&&t.registered[o]===void 0&&(t.registered[o]=r.styles)},mr=function(t,r,n){hr(t,r,n);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var i=r;do t.insert(r===i?"."+o:"",i,t.sheet,!0),i=i.next;while(i!==void 0)}};function Xo(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Qo={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Zo=/[A-Z]|^ms/g,Jo=/_EMO_([^_]+?)_([^]*?)_EMO_/g,$n=function(t){return t.charCodeAt(1)===45},jr=function(t){return t!=null&&typeof t!="boolean"},Ut=kn(function(e){return $n(e)?e:e.replace(Zo,"-$&").toLowerCase()}),zr=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(Jo,function(n,o,i){return de={name:o,styles:i,next:de},o})}return Qo[t]!==1&&!$n(t)&&typeof r=="number"&&r!==0?r+"px":r};function nt(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return de={name:o.name,styles:o.styles,next:de},o.name;var i=r;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)de={name:a.name,styles:a.styles,next:de},a=a.next;var s=i.styles+";";return s}return ei(e,t,r)}case"function":{if(e!==void 0){var c=de,u=r(e);return de=c,nt(e,t,u)}break}}var p=r;if(t==null)return p;var h=t[p];return h!==void 0?h:p}function ei(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=nt(e,t,r[o])+";";else for(var i in r){var a=r[i];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=i+"{"+t[s]+"}":jr(s)&&(n+=Ut(i)+":"+zr(i,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var c=0;c<a.length;c++)jr(a[c])&&(n+=Ut(i)+":"+zr(i,a[c])+";");else{var u=nt(e,t,a);switch(i){case"animation":case"animationName":{n+=Ut(i)+":"+u+";";break}default:n+=i+"{"+u+"}"}}}return n}var Wr=/label:\s*([^\s;{]+)\s*(;|$)/g,de;function at(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";de=void 0;var i=e[0];if(i==null||i.raw===void 0)n=!1,o+=nt(r,t,i);else{var a=i;o+=a[0]}for(var s=1;s<e.length;s++)if(o+=nt(r,t,e[s]),n){var c=i;o+=c[s]}Wr.lastIndex=0;for(var u="",p;(p=Wr.exec(o))!==null;)u+="-"+p[1];var h=Xo(o)+u;return{name:h,styles:o,next:de}}var ti=function(t){return t()},Pn=Mr.useInsertionEffect?Mr.useInsertionEffect:!1,Rn=Pn||ti,Vr=Pn||w.useLayoutEffect,An=w.createContext(typeof HTMLElement<"u"?Go({key:"css"}):null);An.Provider;var gr=function(t){return w.forwardRef(function(r,n){var o=w.useContext(An);return t(r,o,n)})},Ve=w.createContext({}),ri=function(t,r){if(typeof r=="function"){var n=r(t);return n}return rt({},t,r)},ni=Ir(function(e){return Ir(function(t){return ri(e,t)})}),Fl=function(t){var r=w.useContext(Ve);return t.theme!==r&&(r=ni(r)(t.theme)),w.createElement(Ve.Provider,{value:r},t.children)},yr={}.hasOwnProperty,Zt="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",oi=function(t,r){var n={};for(var o in r)yr.call(r,o)&&(n[o]=r[o]);return n[Zt]=t,n},ii=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return hr(r,n,o),Rn(function(){return mr(r,n,o)}),null},ai=gr(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Zt],i=[n],a="";typeof e.className=="string"?a=En(t.registered,i,e.className):e.className!=null&&(a=e.className+" ");var s=at(i,void 0,w.useContext(Ve));a+=t.key+"-"+s.name;var c={};for(var u in e)yr.call(e,u)&&u!=="css"&&u!==Zt&&(c[u]=e[u]);return c.className=a,r&&(c.ref=r),w.createElement(w.Fragment,null,w.createElement(ii,{cache:t,serialized:s,isStringTag:typeof o=="string"}),w.createElement(o,c))}),si=ai,Ur=function(t,r){var n=arguments;if(r==null||!yr.call(r,"css"))return w.createElement.apply(void 0,n);var o=n.length,i=new Array(o);i[0]=si,i[1]=oi(t,r);for(var a=2;a<o;a++)i[a]=n[a];return w.createElement.apply(null,i)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(Ur||(Ur={}));var li=gr(function(e,t){var r=e.styles,n=at([r],void 0,w.useContext(Ve)),o=w.useRef();return Vr(function(){var i=t.key+"-global",a=new t.sheet.constructor({key:i,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),s=!1,c=document.querySelector('style[data-emotion="'+i+" "+n.name+'"]');return t.sheet.tags.length&&(a.before=t.sheet.tags[0]),c!==null&&(s=!0,c.setAttribute("data-emotion",i),a.hydrate([c])),o.current=[a,s],function(){a.flush()}},[t]),Vr(function(){var i=o.current,a=i[0],s=i[1];if(s){i[1]=!1;return}if(n.next!==void 0&&mr(t,n.next,!0),a.tags.length){var c=a.tags[a.tags.length-1].nextElementSibling;a.before=c,a.flush()}t.insert("",n,a,!1)},[t,n.name]),null});function br(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return at(t)}function st(){var e=br.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}const ot={black:"#000",white:"#fff"},Be={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},_e={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},Ie={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",500:"#2196f3",700:"#1976d2",800:"#1565c0"},Ne={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Fe={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"},qe={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},ci={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};function Re(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(n=>r.searchParams.append("args[]",n)),`Minified MUI error #${e}; visit ${r} for the full message.`}const At="$$material";var ui=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,fi=kn(function(e){return ui.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),di=fi,pi=function(t){return t!=="theme"},Gr=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?di:pi},Hr=function(t,r,n){var o;if(r){var i=r.shouldForwardProp;o=t.__emotion_forwardProp&&i?function(a){return t.__emotion_forwardProp(a)&&i(a)}:i}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},hi=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return hr(r,n,o),Rn(function(){return mr(r,n,o)}),null},mi=function e(t,r){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,i,a;r!==void 0&&(i=r.label,a=r.target);var s=Hr(t,r,n),c=s||Gr(o),u=!c("as");return function(){var p=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(i!==void 0&&h.push("label:"+i+";"),p[0]==null||p[0].raw===void 0)h.push.apply(h,p);else{var y=p[0];h.push(y[0]);for(var f=p.length,m=1;m<f;m++)h.push(p[m],y[m])}var d=gr(function(v,k,$){var E=u&&v.as||o,C="",b=[],S=v;if(v.theme==null){S={};for(var P in v)S[P]=v[P];S.theme=w.useContext(Ve)}typeof v.className=="string"?C=En(k.registered,b,v.className):v.className!=null&&(C=v.className+" ");var D=at(h.concat(b),k.registered,S);C+=k.key+"-"+D.name,a!==void 0&&(C+=" "+a);var B=u&&s===void 0?Gr(E):c,N={};for(var M in v)u&&M==="as"||B(M)&&(N[M]=v[M]);return N.className=C,$&&(N.ref=$),w.createElement(w.Fragment,null,w.createElement(hi,{cache:k,serialized:D,isStringTag:typeof E=="string"}),w.createElement(E,N))});return d.displayName=i!==void 0?i:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",d.defaultProps=t.defaultProps,d.__emotion_real=d,d.__emotion_base=o,d.__emotion_styles=h,d.__emotion_forwardProp=s,Object.defineProperty(d,"toString",{value:function(){return"."+a}}),d.withComponent=function(v,k){var $=e(v,rt({},r,k,{shouldForwardProp:Hr(d,k,!0)}));return $.apply(void 0,h)},d}},gi=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Jt=mi.bind(null);gi.forEach(function(e){Jt[e]=Jt(e)});function yi(e){return e==null||Object.keys(e).length===0}function bi(e){const{styles:t,defaultTheme:r={}}=e,n=typeof t=="function"?o=>t(yi(o)?r:o):t;return V.jsx(li,{styles:n})}function On(e,t){return Jt(e,t)}function vi(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const Kr=[];function Se(e){return Kr[0]=e,at(Kr)}var Gt={exports:{}},z={};var Yr;function Si(){if(Yr)return z;Yr=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),a=Symbol.for("react.context"),s=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),y=Symbol.for("react.view_transition"),f=Symbol.for("react.client.reference");function m(d){if(typeof d=="object"&&d!==null){var v=d.$$typeof;switch(v){case e:switch(d=d.type,d){case r:case o:case n:case c:case u:case y:return d;default:switch(d=d&&d.$$typeof,d){case a:case s:case h:case p:return d;case i:return d;default:return v}}case t:return v}}}return z.ContextConsumer=i,z.ContextProvider=a,z.Element=e,z.ForwardRef=s,z.Fragment=r,z.Lazy=h,z.Memo=p,z.Portal=t,z.Profiler=o,z.StrictMode=n,z.Suspense=c,z.SuspenseList=u,z.isContextConsumer=function(d){return m(d)===i},z.isContextProvider=function(d){return m(d)===a},z.isElement=function(d){return typeof d=="object"&&d!==null&&d.$$typeof===e},z.isForwardRef=function(d){return m(d)===s},z.isFragment=function(d){return m(d)===r},z.isLazy=function(d){return m(d)===h},z.isMemo=function(d){return m(d)===p},z.isPortal=function(d){return m(d)===t},z.isProfiler=function(d){return m(d)===o},z.isStrictMode=function(d){return m(d)===n},z.isSuspense=function(d){return m(d)===c},z.isSuspenseList=function(d){return m(d)===u},z.isValidElementType=function(d){return typeof d=="string"||typeof d=="function"||d===r||d===o||d===n||d===c||d===u||typeof d=="object"&&d!==null&&(d.$$typeof===h||d.$$typeof===p||d.$$typeof===a||d.$$typeof===i||d.$$typeof===s||d.$$typeof===f||d.getModuleId!==void 0)},z.typeOf=m,z}var qr;function xi(){return qr||(qr=1,Gt.exports=Si()),Gt.exports}var Mn=xi();function pe(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Bn(e){if(w.isValidElement(e)||Mn.isValidElementType(e)||!pe(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=Bn(e[r])}),t}function re(e,t,r={clone:!0}){const n=r.clone?{...e}:e;return pe(e)&&pe(t)&&Object.keys(t).forEach(o=>{w.isValidElement(t[o])||Mn.isValidElementType(t[o])?n[o]=t[o]:pe(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&pe(e[o])?n[o]=re(e[o],t[o],r):r.clone?n[o]=pe(t[o])?Bn(t[o]):t[o]:n[o]=t[o]}),n}const Ci=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,n)=>r.val-n.val),t.reduce((r,n)=>({...r,[n.key]:n.val}),{})};function wi(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5,...o}=e,i=Ci(t),a=Object.keys(i);function s(y){return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${r})`}function c(y){return`@media (max-width:${(typeof t[y]=="number"?t[y]:y)-n/100}${r})`}function u(y,f){const m=a.indexOf(f);return`@media (min-width:${typeof t[y]=="number"?t[y]:y}${r}) and (max-width:${(m!==-1&&typeof t[a[m]]=="number"?t[a[m]]:f)-n/100}${r})`}function p(y){return a.indexOf(y)+1<a.length?u(y,a[a.indexOf(y)+1]):s(y)}function h(y){const f=a.indexOf(y);return f===0?s(a[1]):f===a.length-1?c(a[f]):u(y,a[a.indexOf(y)+1]).replace("@media","@media not all and")}return{keys:a,values:i,up:s,down:c,between:u,only:p,not:h,unit:r,...o}}function Xr(e,t){if(!e.containerQueries)return t;const r=Object.keys(t).filter(n=>n.startsWith("@container")).sort((n,o)=>{const i=/min-width:\s*([0-9.]+)/;return+(n.match(i)?.[1]||0)-+(o.match(i)?.[1]||0)});return r.length?r.reduce((n,o)=>{const i=t[o];return delete n[o],n[o]=i,n},{...t}):t}function ki(e,t){return t==="@"||t.startsWith("@")&&(e.some(r=>t.startsWith(`@${r}`))||!!t.match(/^@\d/))}function Ti(e,t){const r=t.match(/^@([^/]+)?\/?(.+)?$/);if(!r)return null;const[,n,o]=r,i=Number.isNaN(+n)?n||0:+n;return e.containerQueries(o).up(i)}function Ei(e){const t=(i,a)=>i.replace("@media",a?`@container ${a}`:"@container");function r(i,a){i.up=(...s)=>t(e.breakpoints.up(...s),a),i.down=(...s)=>t(e.breakpoints.down(...s),a),i.between=(...s)=>t(e.breakpoints.between(...s),a),i.only=(...s)=>t(e.breakpoints.only(...s),a),i.not=(...s)=>{const c=t(e.breakpoints.not(...s),a);return c.includes("not all and")?c.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):c}}const n={},o=i=>(r(n,i),n);return r(o),{...e,containerQueries:o}}const $i={borderRadius:4};function Je(e,t){return t?re(e,t,{clone:!1}):e}const Ot={xs:0,sm:600,md:900,lg:1200,xl:1536},Qr={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Ot[e]}px)`},Pi={containerQueries:e=>({up:t=>{let r=typeof t=="number"?t:Ot[t]||t;return typeof r=="number"&&(r=`${r}px`),e?`@container ${e} (min-width:${r})`:`@container (min-width:${r})`}})};function be(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const i=n.breakpoints||Qr;return t.reduce((a,s,c)=>(a[i.up(i.keys[c])]=r(t[c]),a),{})}if(typeof t=="object"){const i=n.breakpoints||Qr;return Object.keys(t).reduce((a,s)=>{if(ki(i.keys,s)){const c=Ti(n.containerQueries?n:Pi,s);c&&(a[c]=r(t[s],s))}else if(Object.keys(i.values||Ot).includes(s)){const c=i.up(s);a[c]=r(t[s],s)}else{const c=s;a[c]=t[c]}return a},{})}return r(t)}function Ri(e={}){return e.keys?.reduce((r,n)=>{const o=e.up(n);return r[o]={},r},{})||{}}function Zr(e,t){return e.reduce((r,n)=>{const o=r[n];return(!o||Object.keys(o).length===0)&&delete r[n],r},t)}function ne(e){if(typeof e!="string")throw new Error(Re(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Mt(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const n=`vars.${t}`.split(".").reduce((o,i)=>o&&o[i]?o[i]:null,e);if(n!=null)return n}return t.split(".").reduce((n,o)=>n&&n[o]!=null?n[o]:null,e)}function Ct(e,t,r,n=r){let o;return typeof e=="function"?o=e(r):Array.isArray(e)?o=e[r]||n:o=Mt(e,r)||n,t&&(o=t(o,n,e)),o}function H(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:o}=e,i=a=>{if(a[t]==null)return null;const s=a[t],c=a.theme,u=Mt(c,n)||{};return be(a,s,h=>{let y=Ct(u,o,h);return h===y&&typeof h=="string"&&(y=Ct(u,o,`${t}${h==="default"?"":ne(h)}`,h)),r===!1?y:{[r]:y}})};return i.propTypes={},i.filterProps=[t],i}function Ai(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const Oi={m:"margin",p:"padding"},Mi={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Jr={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Bi=Ai(e=>{if(e.length>2)if(Jr[e])e=Jr[e];else return[e];const[t,r]=e.split(""),n=Oi[t],o=Mi[r]||"";return Array.isArray(o)?o.map(i=>n+i):[n+o]}),vr=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Sr=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];[...vr,...Sr];function lt(e,t,r,n){const o=Mt(e,t,!0)??r;return typeof o=="number"||typeof o=="string"?i=>typeof i=="string"?i:typeof o=="string"?o.startsWith("var(")&&i===0?0:o.startsWith("var(")&&i===1?o:`calc(${i} * ${o})`:o*i:Array.isArray(o)?i=>{if(typeof i=="string")return i;const a=Math.abs(i),s=o[a];return i>=0?s:typeof s=="number"?-s:typeof s=="string"&&s.startsWith("var(")?`calc(-1 * ${s})`:`-${s}`}:typeof o=="function"?o:()=>{}}function xr(e){return lt(e,"spacing",8)}function ct(e,t){return typeof t=="string"||t==null?t:e(t)}function _i(e,t){return r=>e.reduce((n,o)=>(n[o]=ct(t,r),n),{})}function Ii(e,t,r,n){if(!t.includes(r))return null;const o=Bi(r),i=_i(o,n),a=e[r];return be(e,a,i)}function _n(e,t){const r=xr(e.theme);return Object.keys(e).map(n=>Ii(e,t,n,r)).reduce(Je,{})}function U(e){return _n(e,vr)}U.propTypes={};U.filterProps=vr;function G(e){return _n(e,Sr)}G.propTypes={};G.filterProps=Sr;function In(e=8,t=xr({spacing:e})){if(e.mui)return e;const r=(...n)=>(n.length===0?[1]:n).map(i=>{const a=t(i);return typeof a=="number"?`${a}px`:a}).join(" ");return r.mui=!0,r}function Bt(...e){const t=e.reduce((n,o)=>(o.filterProps.forEach(i=>{n[i]=o}),n),{}),r=n=>Object.keys(n).reduce((o,i)=>t[i]?Je(o,t[i](n)):o,{});return r.propTypes={},r.filterProps=e.reduce((n,o)=>n.concat(o.filterProps),[]),r}function ae(e){return typeof e!="number"?e:`${e}px solid`}function se(e,t){return H({prop:e,themeKey:"borders",transform:t})}const Ni=se("border",ae),Fi=se("borderTop",ae),Di=se("borderRight",ae),Li=se("borderBottom",ae),ji=se("borderLeft",ae),zi=se("borderColor"),Wi=se("borderTopColor"),Vi=se("borderRightColor"),Ui=se("borderBottomColor"),Gi=se("borderLeftColor"),Hi=se("outline",ae),Ki=se("outlineColor"),_t=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=lt(e.theme,"shape.borderRadius",4),r=n=>({borderRadius:ct(t,n)});return be(e,e.borderRadius,r)}return null};_t.propTypes={};_t.filterProps=["borderRadius"];Bt(Ni,Fi,Di,Li,ji,zi,Wi,Vi,Ui,Gi,_t,Hi,Ki);const It=e=>{if(e.gap!==void 0&&e.gap!==null){const t=lt(e.theme,"spacing",8),r=n=>({gap:ct(t,n)});return be(e,e.gap,r)}return null};It.propTypes={};It.filterProps=["gap"];const Nt=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=lt(e.theme,"spacing",8),r=n=>({columnGap:ct(t,n)});return be(e,e.columnGap,r)}return null};Nt.propTypes={};Nt.filterProps=["columnGap"];const Ft=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=lt(e.theme,"spacing",8),r=n=>({rowGap:ct(t,n)});return be(e,e.rowGap,r)}return null};Ft.propTypes={};Ft.filterProps=["rowGap"];const Yi=H({prop:"gridColumn"}),qi=H({prop:"gridRow"}),Xi=H({prop:"gridAutoFlow"}),Qi=H({prop:"gridAutoColumns"}),Zi=H({prop:"gridAutoRows"}),Ji=H({prop:"gridTemplateColumns"}),ea=H({prop:"gridTemplateRows"}),ta=H({prop:"gridTemplateAreas"}),ra=H({prop:"gridArea"});Bt(It,Nt,Ft,Yi,qi,Xi,Qi,Zi,Ji,ea,ta,ra);function ze(e,t){return t==="grey"?t:e}const na=H({prop:"color",themeKey:"palette",transform:ze}),oa=H({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:ze}),ia=H({prop:"backgroundColor",themeKey:"palette",transform:ze});Bt(na,oa,ia);function ee(e){return e<=1&&e!==0?`${e*100}%`:e}const aa=H({prop:"width",transform:ee}),Cr=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{const n=e.theme?.breakpoints?.values?.[r]||Ot[r];return n?e.theme?.breakpoints?.unit!=="px"?{maxWidth:`${n}${e.theme.breakpoints.unit}`}:{maxWidth:n}:{maxWidth:ee(r)}};return be(e,e.maxWidth,t)}return null};Cr.filterProps=["maxWidth"];const sa=H({prop:"minWidth",transform:ee}),la=H({prop:"height",transform:ee}),ca=H({prop:"maxHeight",transform:ee}),ua=H({prop:"minHeight",transform:ee});H({prop:"size",cssProperty:"width",transform:ee});H({prop:"size",cssProperty:"height",transform:ee});const fa=H({prop:"boxSizing"});Bt(aa,Cr,sa,la,ca,ua,fa);const ut={border:{themeKey:"borders",transform:ae},borderTop:{themeKey:"borders",transform:ae},borderRight:{themeKey:"borders",transform:ae},borderBottom:{themeKey:"borders",transform:ae},borderLeft:{themeKey:"borders",transform:ae},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:ae},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:_t},color:{themeKey:"palette",transform:ze},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:ze},backgroundColor:{themeKey:"palette",transform:ze},p:{style:G},pt:{style:G},pr:{style:G},pb:{style:G},pl:{style:G},px:{style:G},py:{style:G},padding:{style:G},paddingTop:{style:G},paddingRight:{style:G},paddingBottom:{style:G},paddingLeft:{style:G},paddingX:{style:G},paddingY:{style:G},paddingInline:{style:G},paddingInlineStart:{style:G},paddingInlineEnd:{style:G},paddingBlock:{style:G},paddingBlockStart:{style:G},paddingBlockEnd:{style:G},m:{style:U},mt:{style:U},mr:{style:U},mb:{style:U},ml:{style:U},mx:{style:U},my:{style:U},margin:{style:U},marginTop:{style:U},marginRight:{style:U},marginBottom:{style:U},marginLeft:{style:U},marginX:{style:U},marginY:{style:U},marginInline:{style:U},marginInlineStart:{style:U},marginInlineEnd:{style:U},marginBlock:{style:U},marginBlockStart:{style:U},marginBlockEnd:{style:U},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:It},rowGap:{style:Ft},columnGap:{style:Nt},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ee},maxWidth:{style:Cr},minWidth:{transform:ee},height:{transform:ee},maxHeight:{transform:ee},minHeight:{transform:ee},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function da(...e){const t=e.reduce((n,o)=>n.concat(Object.keys(o)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function pa(e,t){return typeof e=="function"?e(t):e}function ha(){function e(r,n,o,i){const a={[r]:n,theme:o},s=i[r];if(!s)return{[r]:n};const{cssProperty:c=r,themeKey:u,transform:p,style:h}=s;if(n==null)return null;if(u==="typography"&&n==="inherit")return{[r]:n};const y=Mt(o,u)||{};return h?h(a):be(a,n,m=>{let d=Ct(y,p,m);return m===d&&typeof m=="string"&&(d=Ct(y,p,`${r}${m==="default"?"":ne(m)}`,m)),c===!1?d:{[c]:d}})}function t(r){const{sx:n,theme:o={},nested:i}=r||{};if(!n)return null;const a=o.unstable_sxConfig??ut;function s(c){let u=c;if(typeof c=="function")u=c(o);else if(typeof c!="object")return c;if(!u)return null;const p=Ri(o.breakpoints),h=Object.keys(p);let y=p;return Object.keys(u).forEach(f=>{const m=pa(u[f],o);if(m!=null)if(typeof m=="object")if(a[f])y=Je(y,e(f,m,o,a));else{const d=be({theme:o},m,v=>({[f]:v}));da(d,m)?y[f]=t({sx:m,theme:o,nested:!0}):y=Je(y,d)}else y=Je(y,e(f,m,o,a))}),!i&&o.modularCssLayers?{"@layer sx":Xr(o,Zr(h,y))}:Xr(o,Zr(h,y))}return Array.isArray(n)?n.map(s):s(n)}return t}const Ae=ha();Ae.filterProps=["sx"];function ma(e,t){const r=this;if(r.vars){if(!r.colorSchemes?.[e]||typeof r.getColorSchemeSelector!="function")return{};let n=r.getColorSchemeSelector(e);return n==="&"?t:((n.includes("data-")||n.includes("."))&&(n=`*:where(${n.replace(/\s*&$/,"")}) &`),{[n]:t})}return r.palette.mode===e?t:{}}function wr(e={},...t){const{breakpoints:r={},palette:n={},spacing:o,shape:i={},...a}=e,s=wi(r),c=In(o);let u=re({breakpoints:s,direction:"ltr",components:{},palette:{mode:"light",...n},spacing:c,shape:{...$i,...i}},a);return u=Ei(u),u.applyStyles=ma,u=t.reduce((p,h)=>re(p,h),u),u.unstable_sxConfig={...ut,...a?.unstable_sxConfig},u.unstable_sx=function(h){return Ae({sx:h,theme:this})},u}function ga(e){return Object.keys(e).length===0}function ya(e=null){const t=w.useContext(Ve);return!t||ga(t)?e:t}const ba=wr();function kr(e=ba){return ya(e)}function Ht(e){const t=Se(e);return e!==t&&t.styles?(t.styles.match(/^@layer\s+[^{]*$/)||(t.styles=`@layer global{${t.styles}}`),t):e}function va({styles:e,themeId:t,defaultTheme:r={}}){const n=kr(r),o=t&&n[t]||n;let i=typeof e=="function"?e(o):e;return o.modularCssLayers&&(Array.isArray(i)?i=i.map(a=>Ht(typeof a=="function"?a(o):a)):i=Ht(i)),V.jsx(bi,{styles:i})}const Sa=e=>{const t={systemProps:{},otherProps:{}},r=e?.theme?.unstable_sxConfig??ut;return Object.keys(e).forEach(n=>{r[n]?t.systemProps[n]=e[n]:t.otherProps[n]=e[n]}),t};function Nn(e){const{sx:t,...r}=e,{systemProps:n,otherProps:o}=Sa(r);let i;return Array.isArray(t)?i=[n,...t]:typeof t=="function"?i=(...a)=>{const s=t(...a);return pe(s)?{...n,...s}:n}:i={...n,...t},{...o,sx:i}}const en=e=>e,xa=()=>{let e=en;return{configure(t){e=t},generate(t){return e(t)},reset(){e=en}}},Fn=xa();function Dn(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=Dn(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Y(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=Dn(e))&&(n&&(n+=" "),n+=t);return n}function Ca(e={}){const{themeId:t,defaultTheme:r,defaultClassName:n="MuiBox-root",generateClassName:o}=e,i=On("div",{shouldForwardProp:s=>s!=="theme"&&s!=="sx"&&s!=="as"})(Ae);return w.forwardRef(function(c,u){const p=kr(r),{className:h,component:y="div",...f}=Nn(c);return V.jsx(i,{as:y,ref:u,className:Y(h,o?o(n):n),theme:t&&p[t]||p,...f})})}const wa={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Oe(e,t,r="Mui"){const n=wa[t];return n?`${r}-${n}`:`${Fn.generate(e)}-${t}`}function Ce(e,t,r="Mui"){const n={};return t.forEach(o=>{n[o]=Oe(e,o,r)}),n}function Ln(e){const{variants:t,...r}=e,n={variants:t,style:Se(r),isProcessed:!0};return n.style===r||t&&t.forEach(o=>{typeof o.style!="function"&&(o.style=Se(o.style))}),n}const ka=wr();function Kt(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function $e(e,t){return t&&e&&typeof e=="object"&&e.styles&&!e.styles.startsWith("@layer")&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function Ta(e){return e?(t,r)=>r[e]:null}function Ea(e,t,r){e.theme=Ra(e.theme)?r:e.theme[t]||e.theme}function vt(e,t,r){const n=typeof t=="function"?t(e):t;if(Array.isArray(n))return n.flatMap(o=>vt(e,o,r));if(Array.isArray(n?.variants)){let o;if(n.isProcessed)o=r?$e(n.style,r):n.style;else{const{variants:i,...a}=n;o=r?$e(Se(a),r):a}return jn(e,n.variants,[o],r)}return n?.isProcessed?r?$e(Se(n.style),r):n.style:r?$e(Se(n),r):n}function jn(e,t,r=[],n=void 0){let o;e:for(let i=0;i<t.length;i+=1){const a=t[i];if(typeof a.props=="function"){if(o??={...e,...e.ownerState,ownerState:e.ownerState},!a.props(o))continue}else for(const s in a.props)if(e[s]!==a.props[s]&&e.ownerState?.[s]!==a.props[s])continue e;typeof a.style=="function"?(o??={...e,...e.ownerState,ownerState:e.ownerState},r.push(n?$e(Se(a.style(o)),n):a.style(o))):r.push(n?$e(Se(a.style),n):a.style)}return r}function $a(e={}){const{themeId:t,defaultTheme:r=ka,rootShouldForwardProp:n=Kt,slotShouldForwardProp:o=Kt}=e;function i(s){Ea(s,t,r)}return(s,c={})=>{vi(s,S=>S.filter(P=>P!==Ae));const{name:u,slot:p,skipVariantsResolver:h,skipSx:y,overridesResolver:f=Ta(Oa(p)),...m}=c,d=u&&u.startsWith("Mui")||p?"components":"custom",v=h!==void 0?h:p&&p!=="Root"&&p!=="root"||!1,k=y||!1;let $=Kt;p==="Root"||p==="root"?$=n:p?$=o:Aa(s)&&($=void 0);const E=On(s,{shouldForwardProp:$,label:Pa(),...m}),C=S=>{if(S.__emotion_real===S)return S;if(typeof S=="function")return function(D){return vt(D,S,D.theme.modularCssLayers?d:void 0)};if(pe(S)){const P=Ln(S);return function(B){return P.variants?vt(B,P,B.theme.modularCssLayers?d:void 0):B.theme.modularCssLayers?$e(P.style,d):P.style}}return S},b=(...S)=>{const P=[],D=S.map(C),B=[];if(P.push(i),u&&f&&B.push(function(T){const R=T.theme.components?.[u]?.styleOverrides;if(!R)return null;const O={};for(const Q in R)O[Q]=vt(T,R[Q],T.theme.modularCssLayers?"theme":void 0);return f(T,O)}),u&&!v&&B.push(function(T){const R=T.theme?.components?.[u]?.variants;return R?jn(T,R,[],T.theme.modularCssLayers?"theme":void 0):null}),k||B.push(Ae),Array.isArray(D[0])){const l=D.shift(),T=new Array(P.length).fill(""),x=new Array(B.length).fill("");let R;R=[...T,...l,...x],R.raw=[...T,...l.raw,...x],P.unshift(R)}const N=[...P,...D,...B],M=E(...N);return s.muiName&&(M.muiName=s.muiName),M};return E.withConfig&&(b.withConfig=E.withConfig),b}}function Pa(e,t){return void 0}function Ra(e){for(const t in e)return!1;return!0}function Aa(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Oa(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function er(e,t,r=!1){const n={...t};for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)){const i=o;if(i==="components"||i==="slots")n[i]={...e[i],...n[i]};else if(i==="componentsProps"||i==="slotProps"){const a=e[i],s=t[i];if(!s)n[i]=a||{};else if(!a)n[i]=s;else{n[i]={...s};for(const c in a)if(Object.prototype.hasOwnProperty.call(a,c)){const u=c;n[i][u]=er(a[u],s[u],r)}}}else i==="className"&&r&&t.className?n.className=Y(e?.className,t?.className):i==="style"&&r&&t.style?n.style={...e?.style,...t?.style}:n[i]===void 0&&(n[i]=e[i])}return n}const Ma=typeof window<"u"?w.useLayoutEffect:w.useEffect;function Ba(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}function Tr(e,t=0,r=1){return Ba(e,t,r)}function _a(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&r[0].length===1&&(r=r.map(n=>n+n)),r?`rgb${r.length===4?"a":""}(${r.map((n,o)=>o<3?parseInt(n,16):Math.round(parseInt(n,16)/255*1e3)/1e3).join(", ")})`:""}function xe(e){if(e.type)return e;if(e.charAt(0)==="#")return xe(_a(e));const t=e.indexOf("("),r=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(r))throw new Error(Re(9,e));let n=e.substring(t+1,e.length-1),o;if(r==="color"){if(n=n.split(" "),o=n.shift(),n.length===4&&n[3].charAt(0)==="/"&&(n[3]=n[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(o))throw new Error(Re(10,o))}else n=n.split(",");return n=n.map(i=>parseFloat(i)),{type:r,values:n,colorSpace:o}}const Ia=e=>{const t=xe(e);return t.values.slice(0,3).map((r,n)=>t.type.includes("hsl")&&n!==0?`${r}%`:r).join(" ")},Xe=(e,t)=>{try{return Ia(e)}catch{return e}};function Dt(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return t.includes("rgb")?n=n.map((o,i)=>i<3?parseInt(o,10):o):t.includes("hsl")&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),t.includes("color")?n=`${r} ${n.join(" ")}`:n=`${n.join(", ")}`,`${t}(${n})`}function zn(e){e=xe(e);const{values:t}=e,r=t[0],n=t[1]/100,o=t[2]/100,i=n*Math.min(o,1-o),a=(u,p=(u+r/30)%12)=>o-i*Math.max(Math.min(p-3,9-p,1),-1);let s="rgb";const c=[Math.round(a(0)*255),Math.round(a(8)*255),Math.round(a(4)*255)];return e.type==="hsla"&&(s+="a",c.push(t[3])),Dt({type:s,values:c})}function tr(e){e=xe(e);let t=e.type==="hsl"||e.type==="hsla"?xe(zn(e)).values:e.values;return t=t.map(r=>(e.type!=="color"&&(r/=255),r<=.03928?r/12.92:((r+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Na(e,t){const r=tr(e),n=tr(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function wt(e,t){return e=xe(e),t=Tr(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Dt(e)}function ke(e,t,r){try{return wt(e,t)}catch{return e}}function Lt(e,t){if(e=xe(e),t=Tr(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]*=1-t;return Dt(e)}function L(e,t,r){try{return Lt(e,t)}catch{return e}}function jt(e,t){if(e=xe(e),t=Tr(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.includes("color"))for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return Dt(e)}function j(e,t,r){try{return jt(e,t)}catch{return e}}function Fa(e,t=.15){return tr(e)>.5?Lt(e,t):jt(e,t)}function mt(e,t,r){try{return Fa(e,t)}catch{return e}}const Da=w.createContext(void 0);function La(e){const{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;const o=t.components[r];return o.defaultProps?er(o.defaultProps,n,t.components.mergeClassNameAndStyle):!o.styleOverrides&&!o.variants?er(o,n,t.components.mergeClassNameAndStyle):n}function ja({props:e,name:t}){const r=w.useContext(Da);return La({props:e,name:t,theme:{components:r}})}const tn={theme:void 0};function za(e){let t,r;return function(o){let i=t;return(i===void 0||o.theme!==r)&&(tn.theme=o.theme,i=Ln(e(tn)),t=i,r=o.theme),i}}function Wa(e=""){function t(...n){if(!n.length)return"";const o=n[0];return typeof o=="string"&&!o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${o}${t(...n.slice(1))})`:`, ${o}`}return(n,...o)=>`var(--${e?`${e}-`:""}${n}${t(...o)})`}const rn=(e,t,r,n=[])=>{let o=e;t.forEach((i,a)=>{a===t.length-1?Array.isArray(o)?o[Number(i)]=r:o&&typeof o=="object"&&(o[i]=r):o&&typeof o=="object"&&(o[i]||(o[i]=n.includes(i)?[]:{}),o=o[i])})},Va=(e,t,r)=>{function n(o,i=[],a=[]){Object.entries(o).forEach(([s,c])=>{(!r||r&&!r([...i,s]))&&c!=null&&(typeof c=="object"&&Object.keys(c).length>0?n(c,[...i,s],Array.isArray(c)?[...a,s]:a):t([...i,s],c,a))})}n(e)},Ua=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(n=>e.includes(n))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function Yt(e,t){const{prefix:r,shouldSkipGeneratingVar:n}=t||{},o={},i={},a={};return Va(e,(s,c,u)=>{if((typeof c=="string"||typeof c=="number")&&(!n||!n(s,c))){const p=`--${r?`${r}-`:""}${s.join("-")}`,h=Ua(s,c);Object.assign(o,{[p]:h}),rn(i,s,`var(${p})`,u),rn(a,s,`var(${p}, ${h})`,u)}},s=>s[0]==="vars"),{css:o,vars:i,varsWithDefaults:a}}function Ga(e,t={}){const{getSelector:r=k,disableCssColorScheme:n,colorSchemeSelector:o,enableContrastVars:i}=t,{colorSchemes:a={},components:s,defaultColorScheme:c="light",...u}=e,{vars:p,css:h,varsWithDefaults:y}=Yt(u,t);let f=y;const m={},{[c]:d,...v}=a;if(Object.entries(v||{}).forEach(([C,b])=>{const{vars:S,css:P,varsWithDefaults:D}=Yt(b,t);f=re(f,D),m[C]={css:P,vars:S}}),d){const{css:C,vars:b,varsWithDefaults:S}=Yt(d,t);f=re(f,S),m[c]={css:C,vars:b}}function k(C,b){let S=o;if(o==="class"&&(S=".%s"),o==="data"&&(S="[data-%s]"),o?.startsWith("data-")&&!o.includes("%s")&&(S=`[${o}="%s"]`),C){if(S==="media")return e.defaultColorScheme===C?":root":{[`@media (prefers-color-scheme: ${a[C]?.palette?.mode||C})`]:{":root":b}};if(S)return e.defaultColorScheme===C?`:root, ${S.replace("%s",String(C))}`:S.replace("%s",String(C))}return":root"}return{vars:f,generateThemeVars:()=>{let C={...p};return Object.entries(m).forEach(([,{vars:b}])=>{C=re(C,b)}),C},generateStyleSheets:()=>{const C=[],b=e.defaultColorScheme||"light";function S(B,N){Object.keys(N).length&&C.push(typeof B=="string"?{[B]:{...N}}:B)}S(r(void 0,{...h}),h);const{[b]:P,...D}=m;if(P){const{css:B}=P,N=a[b]?.palette?.mode,M=!n&&N?{colorScheme:N,...B}:{...B};S(r(b,{...M}),M)}return Object.entries(D).forEach(([B,{css:N}])=>{const M=a[B]?.palette?.mode,l=!n&&M?{colorScheme:M,...N}:{...N};S(r(B,{...l}),l)}),i&&C.push({":root":{"--__l-threshold":"0.7","--__l":"clamp(0, (l / var(--__l-threshold) - 1) * -infinity, 1)","--__a":"clamp(0.87, (l / var(--__l-threshold) - 1) * -infinity, 1)"}}),C}}}function Ha(e){return function(r){return e==="media"?`@media (prefers-color-scheme: ${r})`:e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${r}"] &`:e==="class"?`.${r} &`:e==="data"?`[data-${r}] &`:`${e.replace("%s",r)} &`:"&"}}function Ge(e,t,r=void 0){const n={};for(const o in e){const i=e[o];let a="",s=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(s===!0?"":" ")+t(u),s=!1,r&&r[u]&&(a+=" "+r[u]))}n[o]=a}return n}function Wn(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:ot.white,default:ot.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const Vn=Wn();function Un(){return{text:{primary:ot.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:ot.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const rr=Un();function nn(e,t,r,n){const o=n.light||n,i=n.dark||n*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=jt(e.main,o):t==="dark"&&(e.dark=Lt(e.main,i)))}function on(e,t,r,n,o){const i=o.light||o,a=o.dark||o*1.5;t[r]||(t.hasOwnProperty(n)?t[r]=t[n]:r==="light"?t.light=`color-mix(in ${e}, ${t.main}, #fff ${(i*100).toFixed(0)}%)`:r==="dark"&&(t.dark=`color-mix(in ${e}, ${t.main}, #000 ${(a*100).toFixed(0)}%)`))}function Ka(e="light"){return e==="dark"?{main:Ie[200],light:Ie[50],dark:Ie[400]}:{main:Ie[700],light:Ie[400],dark:Ie[800]}}function Ya(e="light"){return e==="dark"?{main:_e[200],light:_e[50],dark:_e[400]}:{main:_e[500],light:_e[300],dark:_e[700]}}function qa(e="light"){return e==="dark"?{main:Be[500],light:Be[300],dark:Be[700]}:{main:Be[700],light:Be[400],dark:Be[800]}}function Xa(e="light"){return e==="dark"?{main:Ne[400],light:Ne[300],dark:Ne[700]}:{main:Ne[700],light:Ne[500],dark:Ne[900]}}function Qa(e="light"){return e==="dark"?{main:Fe[400],light:Fe[300],dark:Fe[700]}:{main:Fe[800],light:Fe[500],dark:Fe[900]}}function Za(e="light"){return e==="dark"?{main:qe[400],light:qe[300],dark:qe[700]}:{main:"#ed6c02",light:qe[500],dark:qe[900]}}function Ja(e){return`oklch(from ${e} var(--__l) 0 h / var(--__a))`}function Er(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2,colorSpace:o,...i}=e,a=e.primary||Ka(t),s=e.secondary||Ya(t),c=e.error||qa(t),u=e.info||Xa(t),p=e.success||Qa(t),h=e.warning||Za(t);function y(v){return o?Ja(v):Na(v,rr.text.primary)>=r?rr.text.primary:Vn.text.primary}const f=({color:v,name:k,mainShade:$=500,lightShade:E=300,darkShade:C=700})=>{if(v={...v},!v.main&&v[$]&&(v.main=v[$]),!v.hasOwnProperty("main"))throw new Error(Re(11,k?` (${k})`:"",$));if(typeof v.main!="string")throw new Error(Re(12,k?` (${k})`:"",JSON.stringify(v.main)));return o?(on(o,v,"light",E,n),on(o,v,"dark",C,n)):(nn(v,"light",E,n),nn(v,"dark",C,n)),v.contrastText||(v.contrastText=y(v.main)),v};let m;return t==="light"?m=Wn():t==="dark"&&(m=Un()),re({common:{...ot},mode:t,primary:f({color:a,name:"primary"}),secondary:f({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:f({color:c,name:"error"}),warning:f({color:h,name:"warning"}),info:f({color:u,name:"info"}),success:f({color:p,name:"success"}),grey:ci,contrastThreshold:r,getContrastText:y,augmentColor:f,tonalOffset:n,...m},i)}function es(e){const t={};return Object.entries(e).forEach(n=>{const[o,i]=n;typeof i=="object"&&(t[o]=`${i.fontStyle?`${i.fontStyle} `:""}${i.fontVariant?`${i.fontVariant} `:""}${i.fontWeight?`${i.fontWeight} `:""}${i.fontStretch?`${i.fontStretch} `:""}${i.fontSize||""}${i.lineHeight?`/${i.lineHeight} `:""}${i.fontFamily||""}`)}),t}function ts(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function rs(e){return Math.round(e*1e5)/1e5}const an={textTransform:"uppercase"},sn='"Roboto", "Helvetica", "Arial", sans-serif';function ns(e,t){const{fontFamily:r=sn,fontSize:n=14,fontWeightLight:o=300,fontWeightRegular:i=400,fontWeightMedium:a=500,fontWeightBold:s=700,htmlFontSize:c=16,allVariants:u,pxToRem:p,...h}=typeof t=="function"?t(e):t,y=n/14,f=p||(v=>`${v/c*y}rem`),m=(v,k,$,E,C)=>({fontFamily:r,fontWeight:v,fontSize:f(k),lineHeight:$,...r===sn?{letterSpacing:`${rs(E/k)}em`}:{},...C,...u}),d={h1:m(o,96,1.167,-1.5),h2:m(o,60,1.2,-.5),h3:m(i,48,1.167,0),h4:m(i,34,1.235,.25),h5:m(i,24,1.334,0),h6:m(a,20,1.6,.15),subtitle1:m(i,16,1.75,.15),subtitle2:m(a,14,1.57,.1),body1:m(i,16,1.5,.15),body2:m(i,14,1.43,.15),button:m(a,14,1.75,.4,an),caption:m(i,12,1.66,.4),overline:m(i,12,2.66,1,an),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return re({htmlFontSize:c,pxToRem:f,fontFamily:r,fontSize:n,fontWeightLight:o,fontWeightRegular:i,fontWeightMedium:a,fontWeightBold:s,...d},h,{clone:!1})}const os=.2,is=.14,as=.12;function W(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${os})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${is})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${as})`].join(",")}const ss=["none",W(0,2,1,-1,0,1,1,0,0,1,3,0),W(0,3,1,-2,0,2,2,0,0,1,5,0),W(0,3,3,-2,0,3,4,0,0,1,8,0),W(0,2,4,-1,0,4,5,0,0,1,10,0),W(0,3,5,-1,0,5,8,0,0,1,14,0),W(0,3,5,-1,0,6,10,0,0,1,18,0),W(0,4,5,-2,0,7,10,1,0,2,16,1),W(0,5,5,-3,0,8,10,1,0,3,14,2),W(0,5,6,-3,0,9,12,1,0,3,16,2),W(0,6,6,-3,0,10,14,1,0,4,18,3),W(0,6,7,-4,0,11,15,1,0,4,20,3),W(0,7,8,-4,0,12,17,2,0,5,22,4),W(0,7,8,-4,0,13,19,2,0,5,24,4),W(0,7,9,-4,0,14,21,2,0,5,26,4),W(0,8,9,-5,0,15,22,2,0,6,28,5),W(0,8,10,-5,0,16,24,2,0,6,30,5),W(0,8,11,-5,0,17,26,2,0,6,32,5),W(0,9,11,-5,0,18,28,2,0,7,34,6),W(0,9,12,-6,0,19,29,2,0,7,36,6),W(0,10,13,-6,0,20,31,3,0,8,38,7),W(0,10,13,-6,0,21,33,3,0,8,40,7),W(0,10,14,-6,0,22,35,3,0,8,42,7),W(0,11,14,-7,0,23,36,3,0,9,44,8),W(0,11,15,-7,0,24,38,3,0,9,46,8)],ls={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},cs={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function ln(e){return`${Math.round(e)}ms`}function us(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function fs(e){const t={...ls,...e.easing},r={...cs,...e.duration};return{getAutoHeightDuration:us,create:(o=["all"],i={})=>{const{duration:a=r.standard,easing:s=t.easeInOut,delay:c=0,...u}=i;return(Array.isArray(o)?o:[o]).map(p=>`${p} ${typeof a=="string"?a:ln(a)} ${s} ${typeof c=="string"?c:ln(c)}`).join(",")},...e,easing:t,duration:r}}const ds={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function ps(e){return pe(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function Gn(e={}){const t={...e};function r(n){const o=Object.entries(n);for(let i=0;i<o.length;i++){const[a,s]=o[i];!ps(s)||a.startsWith("unstable_")?delete n[a]:pe(s)&&(n[a]={...s},r(n[a]))}}return r(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
2
-
3
- const theme = ${JSON.stringify(t,null,2)};
4
-
5
- theme.breakpoints = createBreakpoints(theme.breakpoints || {});
6
- theme.transitions = createTransitions(theme.transitions || {});
7
-
8
- export default theme;`}function cn(e){return typeof e=="number"?`${(e*100).toFixed(0)}%`:`calc((${e}) * 100%)`}const hs=e=>{if(!Number.isNaN(+e))return+e;const t=e.match(/\d*\.?\d+/g);if(!t)return 0;let r=0;for(let n=0;n<t.length;n+=1)r+=+t[n];return r};function ms(e){Object.assign(e,{alpha(t,r){const n=this||e;return n.colorSpace?`oklch(from ${t} l c h / ${typeof r=="string"?`calc(${r})`:r})`:n.vars?`rgba(${t.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g,"var(--$1Channel)")} / ${typeof r=="string"?`calc(${r})`:r})`:wt(t,hs(r))},lighten(t,r){const n=this||e;return n.colorSpace?`color-mix(in ${n.colorSpace}, ${t}, #fff ${cn(r)})`:jt(t,r)},darken(t,r){const n=this||e;return n.colorSpace?`color-mix(in ${n.colorSpace}, ${t}, #000 ${cn(r)})`:Lt(t,r)}})}function nr(e={},...t){const{breakpoints:r,mixins:n={},spacing:o,palette:i={},transitions:a={},typography:s={},shape:c,colorSpace:u,...p}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(Re(20));const h=Er({...i,colorSpace:u}),y=wr(e);let f=re(y,{mixins:ts(y.breakpoints,n),palette:h,shadows:ss.slice(),typography:ns(h,s),transitions:fs(a),zIndex:{...ds}});return f=re(f,p),f=t.reduce((m,d)=>re(m,d),f),f.unstable_sxConfig={...ut,...p?.unstable_sxConfig},f.unstable_sx=function(d){return Ae({sx:d,theme:this})},f.toRuntimeSource=Gn,ms(f),f}function or(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const gs=[...Array(25)].map((e,t)=>{if(t===0)return"none";const r=or(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function Hn(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function Kn(e){return e==="dark"?gs:[]}function ys(e){const{palette:t={mode:"light"},opacity:r,overlays:n,colorSpace:o,...i}=e,a=Er({...t,colorSpace:o});return{palette:a,opacity:{...Hn(a.mode),...r},overlays:n||Kn(a.mode),...i}}function bs(e){return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}const vs=e=>[...[...Array(25)].map((t,r)=>`--${e?`${e}-`:""}overlays-${r}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],Ss=e=>(t,r)=>{const n=e.rootSelector||":root",o=e.colorSchemeSelector;let i=o;if(o==="class"&&(i=".%s"),o==="data"&&(i="[data-%s]"),o?.startsWith("data-")&&!o.includes("%s")&&(i=`[${o}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const a={};return vs(e.cssVarPrefix).forEach(s=>{a[s]=r[s],delete r[s]}),i==="media"?{[n]:r,"@media (prefers-color-scheme: dark)":{[n]:a}}:i?{[i.replace("%s",t)]:a,[`${n}, ${i.replace("%s",t)}`]:r}:{[n]:{...r,...a}}}if(i&&i!=="media")return`${n}, ${i.replace("%s",String(t))}`}else if(t){if(i==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[n]:r}};if(i)return i.replace("%s",String(t))}return n};function xs(e,t){t.forEach(r=>{e[r]||(e[r]={})})}function g(e,t,r){!e[t]&&r&&(e[t]=r)}function Qe(e){return typeof e!="string"||!e.startsWith("hsl")?e:zn(e)}function me(e,t){`${t}Channel`in e||(e[`${t}Channel`]=Xe(Qe(e[t])))}function Cs(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const ue=e=>{try{return e()}catch{}},ws=(e="mui")=>Wa(e);function qt(e,t,r,n,o){if(!r)return;r=r===!0?{}:r;const i=o==="dark"?"dark":"light";if(!n){t[o]=ys({...r,palette:{mode:i,...r?.palette},colorSpace:e});return}const{palette:a,...s}=nr({...n,palette:{mode:i,...r?.palette},colorSpace:e});return t[o]={...r,palette:a,opacity:{...Hn(i),...r?.opacity},overlays:r?.overlays||Kn(i)},s}function ks(e={},...t){const{colorSchemes:r={light:!0},defaultColorScheme:n,disableCssColorScheme:o=!1,cssVarPrefix:i="mui",nativeColor:a=!1,shouldSkipGeneratingVar:s=bs,colorSchemeSelector:c=r.light&&r.dark?"media":void 0,rootSelector:u=":root",...p}=e,h=Object.keys(r)[0],y=n||(r.light&&h!=="light"?"light":h),f=ws(i),{[y]:m,light:d,dark:v,...k}=r,$={...k};let E=m;if((y==="dark"&&!("dark"in r)||y==="light"&&!("light"in r))&&(E=!0),!E)throw new Error(Re(21,y));let C;a&&(C="oklch");const b=qt(C,$,E,p,y);d&&!$.light&&qt(C,$,d,void 0,"light"),v&&!$.dark&&qt(C,$,v,void 0,"dark");let S={defaultColorScheme:y,...b,cssVarPrefix:i,colorSchemeSelector:c,rootSelector:u,getCssVar:f,colorSchemes:$,font:{...es(b.typography),...b.font},spacing:Cs(p.spacing)};Object.keys(S.colorSchemes).forEach(M=>{const l=S.colorSchemes[M].palette,T=R=>{const O=R.split("-"),Q=O[1],oe=O[2];return f(R,l[Q][oe])};l.mode==="light"&&(g(l.common,"background","#fff"),g(l.common,"onBackground","#000")),l.mode==="dark"&&(g(l.common,"background","#000"),g(l.common,"onBackground","#fff"));function x(R,O,Q){if(C){let oe;return R===ke&&(oe=`transparent ${((1-Q)*100).toFixed(0)}%`),R===L&&(oe=`#000 ${(Q*100).toFixed(0)}%`),R===j&&(oe=`#fff ${(Q*100).toFixed(0)}%`),`color-mix(in ${C}, ${O}, ${oe})`}return R(O,Q)}if(xs(l,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),l.mode==="light"){g(l.Alert,"errorColor",x(L,a?f("palette-error-light"):l.error.light,.6)),g(l.Alert,"infoColor",x(L,a?f("palette-info-light"):l.info.light,.6)),g(l.Alert,"successColor",x(L,a?f("palette-success-light"):l.success.light,.6)),g(l.Alert,"warningColor",x(L,a?f("palette-warning-light"):l.warning.light,.6)),g(l.Alert,"errorFilledBg",T("palette-error-main")),g(l.Alert,"infoFilledBg",T("palette-info-main")),g(l.Alert,"successFilledBg",T("palette-success-main")),g(l.Alert,"warningFilledBg",T("palette-warning-main")),g(l.Alert,"errorFilledColor",ue(()=>l.getContrastText(l.error.main))),g(l.Alert,"infoFilledColor",ue(()=>l.getContrastText(l.info.main))),g(l.Alert,"successFilledColor",ue(()=>l.getContrastText(l.success.main))),g(l.Alert,"warningFilledColor",ue(()=>l.getContrastText(l.warning.main))),g(l.Alert,"errorStandardBg",x(j,a?f("palette-error-light"):l.error.light,.9)),g(l.Alert,"infoStandardBg",x(j,a?f("palette-info-light"):l.info.light,.9)),g(l.Alert,"successStandardBg",x(j,a?f("palette-success-light"):l.success.light,.9)),g(l.Alert,"warningStandardBg",x(j,a?f("palette-warning-light"):l.warning.light,.9)),g(l.Alert,"errorIconColor",T("palette-error-main")),g(l.Alert,"infoIconColor",T("palette-info-main")),g(l.Alert,"successIconColor",T("palette-success-main")),g(l.Alert,"warningIconColor",T("palette-warning-main")),g(l.AppBar,"defaultBg",T("palette-grey-100")),g(l.Avatar,"defaultBg",T("palette-grey-400")),g(l.Button,"inheritContainedBg",T("palette-grey-300")),g(l.Button,"inheritContainedHoverBg",T("palette-grey-A100")),g(l.Chip,"defaultBorder",T("palette-grey-400")),g(l.Chip,"defaultAvatarColor",T("palette-grey-700")),g(l.Chip,"defaultIconColor",T("palette-grey-700")),g(l.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),g(l.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),g(l.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),g(l.LinearProgress,"primaryBg",x(j,a?f("palette-primary-main"):l.primary.main,.62)),g(l.LinearProgress,"secondaryBg",x(j,a?f("palette-secondary-main"):l.secondary.main,.62)),g(l.LinearProgress,"errorBg",x(j,a?f("palette-error-main"):l.error.main,.62)),g(l.LinearProgress,"infoBg",x(j,a?f("palette-info-main"):l.info.main,.62)),g(l.LinearProgress,"successBg",x(j,a?f("palette-success-main"):l.success.main,.62)),g(l.LinearProgress,"warningBg",x(j,a?f("palette-warning-light"):l.warning.main,.62)),g(l.Skeleton,"bg",C?x(ke,a?f("palette-text-primary"):l.text.primary,.11):`rgba(${T("palette-text-primaryChannel")} / 0.11)`),g(l.Slider,"primaryTrack",x(j,a?f("palette-primary-main"):l.primary.main,.62)),g(l.Slider,"secondaryTrack",x(j,a?f("palette-secondary-main"):l.secondary.main,.62)),g(l.Slider,"errorTrack",x(j,a?f("palette-error-main"):l.error.main,.62)),g(l.Slider,"infoTrack",x(j,a?f("palette-info-main"):l.info.main,.62)),g(l.Slider,"successTrack",x(j,a?f("palette-success-main"):l.success.main,.62)),g(l.Slider,"warningTrack",x(j,a?f("palette-warning-main"):l.warning.main,.62));const R=C?x(L,a?f("palette-background-default"):l.background.default,.6825):mt(l.background.default,.8);g(l.SnackbarContent,"bg",R),g(l.SnackbarContent,"color",ue(()=>C?rr.text.primary:l.getContrastText(R))),g(l.SpeedDialAction,"fabHoverBg",mt(l.background.paper,.15)),g(l.StepConnector,"border",T("palette-grey-400")),g(l.StepContent,"border",T("palette-grey-400")),g(l.Switch,"defaultColor",T("palette-common-white")),g(l.Switch,"defaultDisabledColor",T("palette-grey-100")),g(l.Switch,"primaryDisabledColor",x(j,a?f("palette-primary-main"):l.primary.main,.62)),g(l.Switch,"secondaryDisabledColor",x(j,a?f("palette-secondary-main"):l.secondary.main,.62)),g(l.Switch,"errorDisabledColor",x(j,a?f("palette-error-main"):l.error.main,.62)),g(l.Switch,"infoDisabledColor",x(j,a?f("palette-info-main"):l.info.main,.62)),g(l.Switch,"successDisabledColor",x(j,a?f("palette-success-main"):l.success.main,.62)),g(l.Switch,"warningDisabledColor",x(j,a?f("palette-warning-main"):l.warning.main,.62)),g(l.TableCell,"border",x(j,ke(a?f("palette-divider"):l.divider,1),.88)),g(l.Tooltip,"bg",x(ke,a?f("palette-grey-700"):l.grey[700],.92))}if(l.mode==="dark"){g(l.Alert,"errorColor",x(j,a?f("palette-error-light"):l.error.light,.6)),g(l.Alert,"infoColor",x(j,a?f("palette-info-light"):l.info.light,.6)),g(l.Alert,"successColor",x(j,a?f("palette-success-light"):l.success.light,.6)),g(l.Alert,"warningColor",x(j,a?f("palette-warning-light"):l.warning.light,.6)),g(l.Alert,"errorFilledBg",T("palette-error-dark")),g(l.Alert,"infoFilledBg",T("palette-info-dark")),g(l.Alert,"successFilledBg",T("palette-success-dark")),g(l.Alert,"warningFilledBg",T("palette-warning-dark")),g(l.Alert,"errorFilledColor",ue(()=>l.getContrastText(l.error.dark))),g(l.Alert,"infoFilledColor",ue(()=>l.getContrastText(l.info.dark))),g(l.Alert,"successFilledColor",ue(()=>l.getContrastText(l.success.dark))),g(l.Alert,"warningFilledColor",ue(()=>l.getContrastText(l.warning.dark))),g(l.Alert,"errorStandardBg",x(L,a?f("palette-error-light"):l.error.light,.9)),g(l.Alert,"infoStandardBg",x(L,a?f("palette-info-light"):l.info.light,.9)),g(l.Alert,"successStandardBg",x(L,a?f("palette-success-light"):l.success.light,.9)),g(l.Alert,"warningStandardBg",x(L,a?f("palette-warning-light"):l.warning.light,.9)),g(l.Alert,"errorIconColor",T("palette-error-main")),g(l.Alert,"infoIconColor",T("palette-info-main")),g(l.Alert,"successIconColor",T("palette-success-main")),g(l.Alert,"warningIconColor",T("palette-warning-main")),g(l.AppBar,"defaultBg",T("palette-grey-900")),g(l.AppBar,"darkBg",T("palette-background-paper")),g(l.AppBar,"darkColor",T("palette-text-primary")),g(l.Avatar,"defaultBg",T("palette-grey-600")),g(l.Button,"inheritContainedBg",T("palette-grey-800")),g(l.Button,"inheritContainedHoverBg",T("palette-grey-700")),g(l.Chip,"defaultBorder",T("palette-grey-700")),g(l.Chip,"defaultAvatarColor",T("palette-grey-300")),g(l.Chip,"defaultIconColor",T("palette-grey-300")),g(l.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),g(l.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),g(l.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),g(l.LinearProgress,"primaryBg",x(L,a?f("palette-primary-main"):l.primary.main,.5)),g(l.LinearProgress,"secondaryBg",x(L,a?f("palette-secondary-main"):l.secondary.main,.5)),g(l.LinearProgress,"errorBg",x(L,a?f("palette-error-main"):l.error.main,.5)),g(l.LinearProgress,"infoBg",x(L,a?f("palette-info-main"):l.info.main,.5)),g(l.LinearProgress,"successBg",x(L,a?f("palette-success-main"):l.success.main,.5)),g(l.LinearProgress,"warningBg",x(L,a?f("palette-warning-main"):l.warning.main,.5)),g(l.Skeleton,"bg",C?x(ke,a?f("palette-text-primary"):l.text.primary,.13):`rgba(${T("palette-text-primaryChannel")} / 0.13)`),g(l.Slider,"primaryTrack",x(L,a?f("palette-primary-main"):l.primary.main,.5)),g(l.Slider,"secondaryTrack",x(L,a?f("palette-secondary-main"):l.secondary.main,.5)),g(l.Slider,"errorTrack",x(L,a?f("palette-error-main"):l.error.main,.5)),g(l.Slider,"infoTrack",x(L,a?f("palette-info-main"):l.info.main,.5)),g(l.Slider,"successTrack",x(L,a?f("palette-success-main"):l.success.main,.5)),g(l.Slider,"warningTrack",x(L,a?f("palette-warning-light"):l.warning.main,.5));const R=C?x(j,a?f("palette-background-default"):l.background.default,.985):mt(l.background.default,.98);g(l.SnackbarContent,"bg",R),g(l.SnackbarContent,"color",ue(()=>C?Vn.text.primary:l.getContrastText(R))),g(l.SpeedDialAction,"fabHoverBg",mt(l.background.paper,.15)),g(l.StepConnector,"border",T("palette-grey-600")),g(l.StepContent,"border",T("palette-grey-600")),g(l.Switch,"defaultColor",T("palette-grey-300")),g(l.Switch,"defaultDisabledColor",T("palette-grey-600")),g(l.Switch,"primaryDisabledColor",x(L,a?f("palette-primary-main"):l.primary.main,.55)),g(l.Switch,"secondaryDisabledColor",x(L,a?f("palette-secondary-main"):l.secondary.main,.55)),g(l.Switch,"errorDisabledColor",x(L,a?f("palette-error-main"):l.error.main,.55)),g(l.Switch,"infoDisabledColor",x(L,a?f("palette-info-main"):l.info.main,.55)),g(l.Switch,"successDisabledColor",x(L,a?f("palette-success-main"):l.success.main,.55)),g(l.Switch,"warningDisabledColor",x(L,a?f("palette-warning-light"):l.warning.main,.55)),g(l.TableCell,"border",x(L,ke(a?f("palette-divider"):l.divider,1),.68)),g(l.Tooltip,"bg",x(ke,a?f("palette-grey-700"):l.grey[700],.92))}me(l.background,"default"),me(l.background,"paper"),me(l.common,"background"),me(l.common,"onBackground"),me(l,"divider"),Object.keys(l).forEach(R=>{const O=l[R];R!=="tonalOffset"&&O&&typeof O=="object"&&(O.main&&g(l[R],"mainChannel",Xe(Qe(O.main))),O.light&&g(l[R],"lightChannel",Xe(Qe(O.light))),O.dark&&g(l[R],"darkChannel",Xe(Qe(O.dark))),O.contrastText&&g(l[R],"contrastTextChannel",Xe(Qe(O.contrastText))),R==="text"&&(me(l[R],"primary"),me(l[R],"secondary")),R==="action"&&(O.active&&me(l[R],"active"),O.selected&&me(l[R],"selected")))})}),S=t.reduce((M,l)=>re(M,l),S);const P={prefix:i,disableCssColorScheme:o,shouldSkipGeneratingVar:s,getSelector:Ss(S),enableContrastVars:a},{vars:D,generateThemeVars:B,generateStyleSheets:N}=Ga(S,P);return S.vars=D,Object.entries(S.colorSchemes[S.defaultColorScheme]).forEach(([M,l])=>{S[M]=l}),S.generateThemeVars=B,S.generateStyleSheets=N,S.generateSpacing=function(){return In(p.spacing,xr(this))},S.getColorSchemeSelector=Ha(c),S.spacing=S.generateSpacing(),S.shouldSkipGeneratingVar=s,S.unstable_sxConfig={...ut,...p?.unstable_sxConfig},S.unstable_sx=function(l){return Ae({sx:l,theme:this})},S.toRuntimeSource=Gn,S}function un(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...r!==!0&&r,palette:Er({...r===!0?{}:r.palette,mode:t})})}function Yn(e={},...t){const{palette:r,cssVariables:n=!1,colorSchemes:o=r?void 0:{light:!0},defaultColorScheme:i=r?.mode,...a}=e,s=i||"light",c=o?.[s],u={...o,...r?{[s]:{...typeof c!="boolean"&&c,palette:r}}:void 0};if(n===!1){if(!("colorSchemes"in e))return nr(e,...t);let p=r;"palette"in e||u[s]&&(u[s]!==!0?p=u[s].palette:s==="dark"&&(p={mode:"dark"}));const h=nr({...e,palette:p},...t);return h.defaultColorScheme=s,h.colorSchemes=u,h.palette.mode==="light"&&(h.colorSchemes.light={...u.light!==!0&&u.light,palette:h.palette},un(h,"dark",u.dark)),h.palette.mode==="dark"&&(h.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:h.palette},un(h,"light",u.light)),h}return!r&&!("light"in u)&&s==="light"&&(u.light=!0),ks({...a,colorSchemes:u,defaultColorScheme:s,...typeof n!="boolean"&&n},...t)}const $r=Yn();function qn(){const e=kr($r);return e[At]||e}function Ts(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Es=e=>Ts(e)&&e!=="classes",ce=$a({themeId:At,defaultTheme:$r,rootShouldForwardProp:Es});function $s(e){return V.jsx(va,{...e,defaultTheme:$r,themeId:At})}function Dl(e){return function(r){return V.jsx($s,{styles:typeof e=="function"?n=>e({theme:n,...r}):e})}}function Ps(){return Nn}const He=za;function Me(e){return ja(e)}function Rs(e){return Oe("MuiSvgIcon",e)}Ce("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const As=e=>{const{color:t,fontSize:r,classes:n}=e,o={root:["root",t!=="inherit"&&`color${ne(t)}`,`fontSize${ne(r)}`]};return Ge(o,Rs,n)},Os=ce("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.color!=="inherit"&&t[`color${ne(r.color)}`],t[`fontSize${ne(r.fontSize)}`]]}})(He(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:t=>!t.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,t])=>t&&t.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),ir=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiSvgIcon"}),{children:o,className:i,color:a="inherit",component:s="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:p=!1,titleAccess:h,viewBox:y="0 0 24 24",...f}=n,m=w.isValidElement(o)&&o.type==="svg",d={...n,color:a,component:s,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:p,viewBox:y,hasSvgAsChild:m},v={};p||(v.viewBox=y);const k=As(d);return V.jsxs(Os,{as:s,className:Y(k.root,i),focusable:"false",color:u,"aria-hidden":h?void 0:!0,role:h?"img":void 0,ref:r,...v,...f,...m&&o.props,ownerState:d,children:[m?o.props.children:o,h?V.jsx("title",{children:h}):null]})});ir.muiName="SvgIcon";function Ll(e,t){function r(n,o){return V.jsx(ir,{"data-testid":void 0,ref:o,...n,children:e})}return r.muiName=ir.muiName,w.memo(w.forwardRef(r))}function jl(e){return e&&e.ownerDocument||document}function St(e){const t=w.useRef(e);return Ma(()=>{t.current=e}),w.useRef((...r)=>(0,t.current)(...r)).current}function kt(...e){const t=w.useRef(void 0),r=w.useCallback(n=>{const o=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,s=a(n);return typeof s=="function"?s:()=>{a(null)}}return i.current=n,()=>{i.current=null}});return()=>{o.forEach(i=>i?.())}},e);return w.useMemo(()=>e.every(n=>n==null)?null:n=>{t.current&&(t.current(),t.current=void 0),n!=null&&(t.current=r(n))},e)}function Xn(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)!==-1)continue;r[n]=e[n]}return r}function ar(e,t){return ar=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ar(e,t)}function Qn(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ar(e,t)}const fn={disabled:!1},Tt=ye.createContext(null);var Ms=function(t){return t.scrollTop},Ze="unmounted",Te="exited",Ee="entering",Le="entered",sr="exiting",ve=(function(e){Qn(t,e);function t(n,o){var i;i=e.call(this,n,o)||this;var a=o,s=a&&!a.isMounting?n.enter:n.appear,c;return i.appearStatus=null,n.in?s?(c=Te,i.appearStatus=Ee):c=Le:n.unmountOnExit||n.mountOnEnter?c=Ze:c=Te,i.state={status:c},i.nextCallback=null,i}t.getDerivedStateFromProps=function(o,i){var a=o.in;return a&&i.status===Ze?{status:Te}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(o){var i=null;if(o!==this.props){var a=this.state.status;this.props.in?a!==Ee&&a!==Le&&(i=Ee):(a===Ee||a===Le)&&(i=sr)}this.updateStatus(!1,i)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var o=this.props.timeout,i,a,s;return i=a=s=o,o!=null&&typeof o!="number"&&(i=o.exit,a=o.enter,s=o.appear!==void 0?o.appear:a),{exit:i,enter:a,appear:s}},r.updateStatus=function(o,i){if(o===void 0&&(o=!1),i!==null)if(this.cancelNextCallback(),i===Ee){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:pt.findDOMNode(this);a&&Ms(a)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Te&&this.setState({status:Ze})},r.performEnter=function(o){var i=this,a=this.props.enter,s=this.context?this.context.isMounting:o,c=this.props.nodeRef?[s]:[pt.findDOMNode(this),s],u=c[0],p=c[1],h=this.getTimeouts(),y=s?h.appear:h.enter;if(!o&&!a||fn.disabled){this.safeSetState({status:Le},function(){i.props.onEntered(u)});return}this.props.onEnter(u,p),this.safeSetState({status:Ee},function(){i.props.onEntering(u,p),i.onTransitionEnd(y,function(){i.safeSetState({status:Le},function(){i.props.onEntered(u,p)})})})},r.performExit=function(){var o=this,i=this.props.exit,a=this.getTimeouts(),s=this.props.nodeRef?void 0:pt.findDOMNode(this);if(!i||fn.disabled){this.safeSetState({status:Te},function(){o.props.onExited(s)});return}this.props.onExit(s),this.safeSetState({status:sr},function(){o.props.onExiting(s),o.onTransitionEnd(a.exit,function(){o.safeSetState({status:Te},function(){o.props.onExited(s)})})})},r.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(o,i){i=this.setNextCallback(i),this.setState(o,i)},r.setNextCallback=function(o){var i=this,a=!0;return this.nextCallback=function(s){a&&(a=!1,i.nextCallback=null,o(s))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},r.onTransitionEnd=function(o,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:pt.findDOMNode(this),s=o==null&&!this.props.addEndListener;if(!a||s){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],p=c[1];this.props.addEndListener(u,p)}o!=null&&setTimeout(this.nextCallback,o)},r.render=function(){var o=this.state.status;if(o===Ze)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var s=Xn(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return ye.createElement(Tt.Provider,{value:null},typeof a=="function"?a(o,s):ye.cloneElement(ye.Children.only(a),s))},t})(ye.Component);ve.contextType=Tt;ve.propTypes={};function De(){}ve.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:De,onEntering:De,onEntered:De,onExit:De,onExiting:De,onExited:De};ve.UNMOUNTED=Ze;ve.EXITED=Te;ve.ENTERING=Ee;ve.ENTERED=Le;ve.EXITING=sr;function Bs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Pr(e,t){var r=function(i){return t&&w.isValidElement(i)?t(i):i},n=Object.create(null);return e&&w.Children.map(e,function(o){return o}).forEach(function(o){n[o.key]=r(o)}),n}function _s(e,t){e=e||{},t=t||{};function r(p){return p in t?t[p]:e[p]}var n=Object.create(null),o=[];for(var i in e)i in t?o.length&&(n[i]=o,o=[]):o.push(i);var a,s={};for(var c in t){if(n[c])for(a=0;a<n[c].length;a++){var u=n[c][a];s[n[c][a]]=r(u)}s[c]=r(c)}for(a=0;a<o.length;a++)s[o[a]]=r(o[a]);return s}function Pe(e,t,r){return r[t]!=null?r[t]:e.props[t]}function Is(e,t){return Pr(e.children,function(r){return w.cloneElement(r,{onExited:t.bind(null,r),in:!0,appear:Pe(r,"appear",e),enter:Pe(r,"enter",e),exit:Pe(r,"exit",e)})})}function Ns(e,t,r){var n=Pr(e.children),o=_s(t,n);return Object.keys(o).forEach(function(i){var a=o[i];if(w.isValidElement(a)){var s=i in t,c=i in n,u=t[i],p=w.isValidElement(u)&&!u.props.in;c&&(!s||p)?o[i]=w.cloneElement(a,{onExited:r.bind(null,a),in:!0,exit:Pe(a,"exit",e),enter:Pe(a,"enter",e)}):!c&&s&&!p?o[i]=w.cloneElement(a,{in:!1}):c&&s&&w.isValidElement(u)&&(o[i]=w.cloneElement(a,{onExited:r.bind(null,a),in:u.props.in,exit:Pe(a,"exit",e),enter:Pe(a,"enter",e)}))}}),o}var Fs=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},Ds={component:"div",childFactory:function(t){return t}},Rr=(function(e){Qn(t,e);function t(n,o){var i;i=e.call(this,n,o)||this;var a=i.handleExited.bind(Bs(i));return i.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},i}var r=t.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(o,i){var a=i.children,s=i.handleExited,c=i.firstRender;return{children:c?Is(o,s):Ns(o,a,s),firstRender:!1}},r.handleExited=function(o,i){var a=Pr(this.props.children);o.key in a||(o.props.onExited&&o.props.onExited(i),this.mounted&&this.setState(function(s){var c=rt({},s.children);return delete c[o.key],{children:c}}))},r.render=function(){var o=this.props,i=o.component,a=o.childFactory,s=Xn(o,["component","childFactory"]),c=this.state.contextValue,u=Fs(this.state.children).map(a);return delete s.appear,delete s.enter,delete s.exit,i===null?ye.createElement(Tt.Provider,{value:c},u):ye.createElement(Tt.Provider,{value:c},ye.createElement(i,s,u))},t})(ye.Component);Rr.propTypes={};Rr.defaultProps=Ds;const dn={};function Zn(e,t){const r=w.useRef(dn);return r.current===dn&&(r.current=e(t)),r}const Ls=[];function js(e){w.useEffect(e,Ls)}class Ar{static create(){return new Ar}currentId=null;start(t,r){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,r()},t)}clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function zs(){const e=Zn(Ar.create).current;return js(e.disposeEffect),e}const Ws=e=>e.scrollTop;function pn(e,t){const{timeout:r,easing:n,style:o={}}=e;return{duration:o.transitionDuration??(typeof r=="number"?r:r[t.mode]||0),easing:o.transitionTimingFunction??(typeof n=="object"?n[t.mode]:n),delay:o.transitionDelay}}function Vs(e){return typeof e=="string"}function Us(e,t,r){return e===void 0||Vs(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function Gs(e,t,r){return typeof e=="function"?e(t,r):e}function Hs(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function hn(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function Ks(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:o,className:i}=e;if(!t){const f=Y(r?.className,i,o?.className,n?.className),m={...r?.style,...o?.style,...n?.style},d={...r,...o,...n};return f.length>0&&(d.className=f),Object.keys(m).length>0&&(d.style=m),{props:d,internalRef:void 0}}const a=Hs({...o,...n}),s=hn(n),c=hn(o),u=t(a),p=Y(u?.className,r?.className,i,o?.className,n?.className),h={...u?.style,...r?.style,...o?.style,...n?.style},y={...u,...r,...c,...s};return p.length>0&&(y.className=p),Object.keys(h).length>0&&(y.style=h),{props:y,internalRef:u.ref}}function mn(e,t){const{className:r,elementType:n,ownerState:o,externalForwardedProps:i,internalForwardedProps:a,shouldForwardComponentProp:s=!1,...c}=t,{component:u,slots:p={[e]:void 0},slotProps:h={[e]:void 0},...y}=i,f=p[e]||n,m=Gs(h[e],o),{props:{component:d,...v},internalRef:k}=Ks({className:r,...c,externalForwardedProps:e==="root"?y:void 0,externalSlotProps:m}),$=kt(k,m?.ref,t.ref),E=e==="root"?d||u:d,C=Us(f,{...e==="root"&&!u&&!p[e]&&a,...e!=="root"&&!p[e]&&a,...v,...E&&!s&&{as:E},...E&&s&&{component:E},ref:$},o);return[f,C]}function Ys(e){return Oe("MuiPaper",e)}Ce("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const qs=e=>{const{square:t,elevation:r,variant:n,classes:o}=e,i={root:["root",n,!t&&"rounded",n==="elevation"&&`elevation${r}`]};return Ge(i,Ys,o)},Xs=ce("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,r.variant==="elevation"&&t[`elevation${r.elevation}`]]}})(He(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:t})=>!t.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),zl=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiPaper"}),o=qn(),{className:i,component:a="div",elevation:s=1,square:c=!1,variant:u="elevation",...p}=n,h={...n,component:a,elevation:s,square:c,variant:u},y=qs(h);return V.jsx(Xs,{as:a,ownerState:h,className:Y(y.root,i),ref:r,...p,style:{...u==="elevation"&&{"--Paper-shadow":(o.vars||o).shadows[s],...o.vars&&{"--Paper-overlay":o.vars.overlays?.[s]},...!o.vars&&o.palette.mode==="dark"&&{"--Paper-overlay":`linear-gradient(${wt("#fff",or(s))}, ${wt("#fff",or(s))})`}},...p.style}})});function gn(e){try{return e.matches(":focus-visible")}catch{}return!1}class Et{static create(){return new Et}static use(){const t=Zn(Et.create).current,[r,n]=w.useState(!1);return t.shouldMount=r,t.setShouldMount=n,w.useEffect(t.mountEffect,[r]),t}constructor(){this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}mount(){return this.mounted||(this.mounted=Zs(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}mountEffect=()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())};start(...t){this.mount().then(()=>this.ref.current?.start(...t))}stop(...t){this.mount().then(()=>this.ref.current?.stop(...t))}pulsate(...t){this.mount().then(()=>this.ref.current?.pulsate(...t))}}function Qs(){return Et.use()}function Zs(){let e,t;const r=new Promise((n,o)=>{e=n,t=o});return r.resolve=e,r.reject=t,r}function Js(e){const{className:t,classes:r,pulsate:n=!1,rippleX:o,rippleY:i,rippleSize:a,in:s,onExited:c,timeout:u}=e,[p,h]=w.useState(!1),y=Y(t,r.ripple,r.rippleVisible,n&&r.ripplePulsate),f={width:a,height:a,top:-(a/2)+i,left:-(a/2)+o},m=Y(r.child,p&&r.childLeaving,n&&r.childPulsate);return!s&&!p&&h(!0),w.useEffect(()=>{if(!s&&c!=null){const d=setTimeout(c,u);return()=>{clearTimeout(d)}}},[c,s,u]),V.jsx("span",{className:y,style:f,children:V.jsx("span",{className:m})})}const ie=Ce("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),lr=550,el=80,tl=st`
9
- 0% {
10
- transform: scale(0);
11
- opacity: 0.1;
12
- }
13
-
14
- 100% {
15
- transform: scale(1);
16
- opacity: 0.3;
17
- }
18
- `,rl=st`
19
- 0% {
20
- opacity: 1;
21
- }
22
-
23
- 100% {
24
- opacity: 0;
25
- }
26
- `,nl=st`
27
- 0% {
28
- transform: scale(1);
29
- }
30
-
31
- 50% {
32
- transform: scale(0.92);
33
- }
34
-
35
- 100% {
36
- transform: scale(1);
37
- }
38
- `,ol=ce("span",{name:"MuiTouchRipple",slot:"Root"})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),il=ce(Js,{name:"MuiTouchRipple",slot:"Ripple"})`
39
- opacity: 0;
40
- position: absolute;
41
-
42
- &.${ie.rippleVisible} {
43
- opacity: 0.3;
44
- transform: scale(1);
45
- animation-name: ${tl};
46
- animation-duration: ${lr}ms;
47
- animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
48
- }
49
-
50
- &.${ie.ripplePulsate} {
51
- animation-duration: ${({theme:e})=>e.transitions.duration.shorter}ms;
52
- }
53
-
54
- & .${ie.child} {
55
- opacity: 1;
56
- display: block;
57
- width: 100%;
58
- height: 100%;
59
- border-radius: 50%;
60
- background-color: currentColor;
61
- }
62
-
63
- & .${ie.childLeaving} {
64
- opacity: 0;
65
- animation-name: ${rl};
66
- animation-duration: ${lr}ms;
67
- animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
68
- }
69
-
70
- & .${ie.childPulsate} {
71
- position: absolute;
72
- /* @noflip */
73
- left: 0px;
74
- top: 0;
75
- animation-name: ${nl};
76
- animation-duration: 2500ms;
77
- animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
78
- animation-iteration-count: infinite;
79
- animation-delay: 200ms;
80
- }
81
- `,al=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiTouchRipple"}),{center:o=!1,classes:i={},className:a,...s}=n,[c,u]=w.useState([]),p=w.useRef(0),h=w.useRef(null);w.useEffect(()=>{h.current&&(h.current(),h.current=null)},[c]);const y=w.useRef(!1),f=zs(),m=w.useRef(null),d=w.useRef(null),v=w.useCallback(C=>{const{pulsate:b,rippleX:S,rippleY:P,rippleSize:D,cb:B}=C;u(N=>[...N,V.jsx(il,{classes:{ripple:Y(i.ripple,ie.ripple),rippleVisible:Y(i.rippleVisible,ie.rippleVisible),ripplePulsate:Y(i.ripplePulsate,ie.ripplePulsate),child:Y(i.child,ie.child),childLeaving:Y(i.childLeaving,ie.childLeaving),childPulsate:Y(i.childPulsate,ie.childPulsate)},timeout:lr,pulsate:b,rippleX:S,rippleY:P,rippleSize:D},p.current)]),p.current+=1,h.current=B},[i]),k=w.useCallback((C={},b={},S=()=>{})=>{const{pulsate:P=!1,center:D=o||b.pulsate,fakeElement:B=!1}=b;if(C?.type==="mousedown"&&y.current){y.current=!1;return}C?.type==="touchstart"&&(y.current=!0);const N=B?null:d.current,M=N?N.getBoundingClientRect():{width:0,height:0,left:0,top:0};let l,T,x;if(D||C===void 0||C.clientX===0&&C.clientY===0||!C.clientX&&!C.touches)l=Math.round(M.width/2),T=Math.round(M.height/2);else{const{clientX:R,clientY:O}=C.touches&&C.touches.length>0?C.touches[0]:C;l=Math.round(R-M.left),T=Math.round(O-M.top)}if(D)x=Math.sqrt((2*M.width**2+M.height**2)/3),x%2===0&&(x+=1);else{const R=Math.max(Math.abs((N?N.clientWidth:0)-l),l)*2+2,O=Math.max(Math.abs((N?N.clientHeight:0)-T),T)*2+2;x=Math.sqrt(R**2+O**2)}C?.touches?m.current===null&&(m.current=()=>{v({pulsate:P,rippleX:l,rippleY:T,rippleSize:x,cb:S})},f.start(el,()=>{m.current&&(m.current(),m.current=null)})):v({pulsate:P,rippleX:l,rippleY:T,rippleSize:x,cb:S})},[o,v,f]),$=w.useCallback(()=>{k({},{pulsate:!0})},[k]),E=w.useCallback((C,b)=>{if(f.clear(),C?.type==="touchend"&&m.current){m.current(),m.current=null,f.start(0,()=>{E(C,b)});return}m.current=null,u(S=>S.length>0?S.slice(1):S),h.current=b},[f]);return w.useImperativeHandle(r,()=>({pulsate:$,start:k,stop:E}),[$,k,E]),V.jsx(ol,{className:Y(ie.root,i.root,a),ref:d,...s,children:V.jsx(Rr,{component:null,exit:!0,children:c})})});function sl(e){return Oe("MuiButtonBase",e)}const ll=Ce("MuiButtonBase",["root","disabled","focusVisible"]),cl=e=>{const{disabled:t,focusVisible:r,focusVisibleClassName:n,classes:o}=e,a=Ge({root:["root",t&&"disabled",r&&"focusVisible"]},sl,o);return r&&n&&(a.root+=` ${n}`),a},ul=ce("button",{name:"MuiButtonBase",slot:"Root"})({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",boxSizing:"border-box",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none",textDecoration:"none",color:"inherit","&::-moz-focus-inner":{borderStyle:"none"},[`&.${ll.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),Wl=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiButtonBase"}),{action:o,centerRipple:i=!1,children:a,className:s,component:c="button",disabled:u=!1,disableRipple:p=!1,disableTouchRipple:h=!1,focusRipple:y=!1,focusVisibleClassName:f,LinkComponent:m="a",onBlur:d,onClick:v,onContextMenu:k,onDragLeave:$,onFocus:E,onFocusVisible:C,onKeyDown:b,onKeyUp:S,onMouseDown:P,onMouseLeave:D,onMouseUp:B,onTouchEnd:N,onTouchMove:M,onTouchStart:l,tabIndex:T=0,TouchRippleProps:x,touchRippleRef:R,type:O,...Q}=n,oe=w.useRef(null),q=Qs(),eo=kt(q.ref,R),[we,ft]=w.useState(!1);u&&we&&ft(!1),w.useImperativeHandle(o,()=>({focusVisible:()=>{ft(!0),oe.current.focus()}}),[]);const to=q.shouldMount&&!p&&!u;w.useEffect(()=>{we&&y&&!p&&q.pulsate()},[p,y,we,q]);const ro=ge(q,"start",P,h),no=ge(q,"stop",k,h),oo=ge(q,"stop",$,h),io=ge(q,"stop",B,h),ao=ge(q,"stop",A=>{we&&A.preventDefault(),D&&D(A)},h),so=ge(q,"start",l,h),lo=ge(q,"stop",N,h),co=ge(q,"stop",M,h),uo=ge(q,"stop",A=>{gn(A.target)||ft(!1),d&&d(A)},!1),fo=St(A=>{oe.current||(oe.current=A.currentTarget),gn(A.target)&&(ft(!0),C&&C(A)),E&&E(A)}),zt=()=>{const A=oe.current;return c&&c!=="button"&&!(A.tagName==="A"&&A.href)},po=St(A=>{y&&!A.repeat&&we&&A.key===" "&&q.stop(A,()=>{q.start(A)}),A.target===A.currentTarget&&zt()&&A.key===" "&&A.preventDefault(),b&&b(A),A.target===A.currentTarget&&zt()&&A.key==="Enter"&&!u&&(A.preventDefault(),v&&v(A))}),ho=St(A=>{y&&A.key===" "&&we&&!A.defaultPrevented&&q.stop(A,()=>{q.pulsate(A)}),S&&S(A),v&&A.target===A.currentTarget&&zt()&&A.key===" "&&!A.defaultPrevented&&v(A)});let dt=c;dt==="button"&&(Q.href||Q.to)&&(dt=m);const Ke={};if(dt==="button"){const A=!!Q.formAction;Ke.type=O===void 0&&!A?"button":O,Ke.disabled=u}else!Q.href&&!Q.to&&(Ke.role="button"),u&&(Ke["aria-disabled"]=u);const mo=kt(r,oe),Or={...n,centerRipple:i,component:c,disabled:u,disableRipple:p,disableTouchRipple:h,focusRipple:y,tabIndex:T,focusVisible:we},go=cl(Or);return V.jsxs(ul,{as:dt,className:Y(go.root,s),ownerState:Or,onBlur:uo,onClick:v,onContextMenu:no,onFocus:fo,onKeyDown:po,onKeyUp:ho,onMouseDown:ro,onMouseLeave:ao,onMouseUp:io,onDragLeave:oo,onTouchEnd:lo,onTouchMove:co,onTouchStart:so,ref:mo,tabIndex:u?-1:T,type:O,...Ke,...Q,children:[a,to?V.jsx(al,{ref:eo,center:i,...x}):null]})});function ge(e,t,r,n=!1){return St(o=>(r&&r(o),n||e[t](o),!0))}function fl(e){return typeof e.main=="string"}function dl(e,t=[]){if(!fl(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function Jn(e=[]){return([,t])=>t&&dl(t,e)}function pl(e){return Oe("MuiCircularProgress",e)}Ce("MuiCircularProgress",["root","determinate","indeterminate","colorPrimary","colorSecondary","svg","track","circle","circleDeterminate","circleIndeterminate","circleDisableShrink"]);const le=44,cr=st`
82
- 0% {
83
- transform: rotate(0deg);
84
- }
85
-
86
- 100% {
87
- transform: rotate(360deg);
88
- }
89
- `,ur=st`
90
- 0% {
91
- stroke-dasharray: 1px, 200px;
92
- stroke-dashoffset: 0;
93
- }
94
-
95
- 50% {
96
- stroke-dasharray: 100px, 200px;
97
- stroke-dashoffset: -15px;
98
- }
99
-
100
- 100% {
101
- stroke-dasharray: 1px, 200px;
102
- stroke-dashoffset: -126px;
103
- }
104
- `,hl=typeof cr!="string"?br`
105
- animation: ${cr} 1.4s linear infinite;
106
- `:null,ml=typeof ur!="string"?br`
107
- animation: ${ur} 1.4s ease-in-out infinite;
108
- `:null,gl=e=>{const{classes:t,variant:r,color:n,disableShrink:o}=e,i={root:["root",r,`color${ne(n)}`],svg:["svg"],track:["track"],circle:["circle",`circle${ne(r)}`,o&&"circleDisableShrink"]};return Ge(i,pl,t)},yl=ce("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,t[r.variant],t[`color${ne(r.color)}`]]}})(He(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:hl||{animation:`${cr} 1.4s linear infinite`}},...Object.entries(e.palette).filter(Jn()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),bl=ce("svg",{name:"MuiCircularProgress",slot:"Svg"})({display:"block"}),vl=ce("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.circle,t[`circle${ne(r.variant)}`],r.disableShrink&&t.circleDisableShrink]}})(He(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:t})=>t.variant==="indeterminate"&&!t.disableShrink,style:ml||{animation:`${ur} 1.4s ease-in-out infinite`}}]}))),Sl=ce("circle",{name:"MuiCircularProgress",slot:"Track"})(He(({theme:e})=>({stroke:"currentColor",opacity:(e.vars||e).palette.action.activatedOpacity}))),Vl=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiCircularProgress"}),{className:o,color:i="primary",disableShrink:a=!1,enableTrackSlot:s=!1,size:c=40,style:u,thickness:p=3.6,value:h=0,variant:y="indeterminate",...f}=n,m={...n,color:i,disableShrink:a,size:c,thickness:p,value:h,variant:y,enableTrackSlot:s},d=gl(m),v={},k={},$={};if(y==="determinate"){const E=2*Math.PI*((le-p)/2);v.strokeDasharray=E.toFixed(3),$["aria-valuenow"]=Math.round(h),v.strokeDashoffset=`${((100-h)/100*E).toFixed(3)}px`,k.transform="rotate(-90deg)"}return V.jsx(yl,{className:Y(d.root,o),style:{width:c,height:c,...k,...u},ownerState:m,ref:r,role:"progressbar",...$,...f,children:V.jsxs(bl,{className:d.svg,ownerState:m,viewBox:`${le/2} ${le/2} ${le} ${le}`,children:[s?V.jsx(Sl,{className:d.track,ownerState:m,cx:le,cy:le,r:(le-p)/2,fill:"none",strokeWidth:p,"aria-hidden":"true"}):null,V.jsx(vl,{className:d.circle,style:v,ownerState:m,cx:le,cy:le,r:(le-p)/2,fill:"none",strokeWidth:p})]})})});function xl(e){return Oe("MuiTypography",e)}const Ul=Ce("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]),Cl={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},wl=Ps(),kl=e=>{const{align:t,gutterBottom:r,noWrap:n,paragraph:o,variant:i,classes:a}=e,s={root:["root",i,e.align!=="inherit"&&`align${ne(t)}`,r&&"gutterBottom",n&&"noWrap",o&&"paragraph"]};return Ge(s,xl,a)},Tl=ce("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],r.align!=="inherit"&&t[`align${ne(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})(He(({theme:e})=>({margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([t,r])=>t!=="inherit"&&r&&typeof r=="object").map(([t,r])=>({props:{variant:t},style:r})),...Object.entries(e.palette).filter(Jn()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette?.text||{}).filter(([,t])=>typeof t=="string").map(([t])=>({props:{color:`text${ne(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:t})=>t.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:t})=>t.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:t})=>t.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:t})=>t.paragraph,style:{marginBottom:16}}]}))),yn={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},Gl=w.forwardRef(function(t,r){const{color:n,...o}=Me({props:t,name:"MuiTypography"}),i=!Cl[n],a=wl({...o,...i&&{color:n}}),{align:s="inherit",className:c,component:u,gutterBottom:p=!1,noWrap:h=!1,paragraph:y=!1,variant:f="body1",variantMapping:m=yn,...d}=a,v={...a,align:s,color:n,className:c,component:u,gutterBottom:p,noWrap:h,paragraph:y,variant:f,variantMapping:m},k=u||(y?"p":m[f]||yn[f])||"span",$=kl(v);return V.jsx(Tl,{as:k,ref:r,className:Y($.root,c),...d,ownerState:v,style:{...s!=="inherit"&&{"--Typography-textAlign":s},...d.style}})});function El(e){return parseInt(w.version,10)>=19?e?.props?.ref||null:e?.ref||null}const $l={entering:{opacity:1},entered:{opacity:1}},Pl=w.forwardRef(function(t,r){const n=qn(),o={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:i,appear:a=!0,children:s,easing:c,in:u,onEnter:p,onEntered:h,onEntering:y,onExit:f,onExited:m,onExiting:d,style:v,timeout:k=o,TransitionComponent:$=ve,...E}=t,C=w.useRef(null),b=kt(C,El(s),r),S=x=>R=>{if(x){const O=C.current;R===void 0?x(O):x(O,R)}},P=S(y),D=S((x,R)=>{Ws(x);const O=pn({style:v,timeout:k,easing:c},{mode:"enter"});x.style.webkitTransition=n.transitions.create("opacity",O),x.style.transition=n.transitions.create("opacity",O),p&&p(x,R)}),B=S(h),N=S(d),M=S(x=>{const R=pn({style:v,timeout:k,easing:c},{mode:"exit"});x.style.webkitTransition=n.transitions.create("opacity",R),x.style.transition=n.transitions.create("opacity",R),f&&f(x)}),l=S(m),T=x=>{i&&i(C.current,x)};return V.jsx($,{appear:a,in:u,nodeRef:C,onEnter:D,onEntered:B,onEntering:P,onExit:M,onExited:l,onExiting:N,addEndListener:T,timeout:k,...E,children:(x,{ownerState:R,...O})=>w.cloneElement(s,{style:{opacity:0,visibility:x==="exited"&&!u?"hidden":void 0,...$l[x],...v,...s.props.style},ref:b,...O})})});function Rl(e){return Oe("MuiBackdrop",e)}Ce("MuiBackdrop",["root","invisible"]);const Al=e=>{const{classes:t,invisible:r}=e;return Ge({root:["root",r&&"invisible"]},Rl,t)},Ol=ce("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:r}=e;return[t.root,r.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),Hl=w.forwardRef(function(t,r){const n=Me({props:t,name:"MuiBackdrop"}),{children:o,className:i,component:a="div",invisible:s=!1,open:c,components:u={},componentsProps:p={},slotProps:h={},slots:y={},TransitionComponent:f,transitionDuration:m,...d}=n,v={...n,component:a,invisible:s},k=Al(v),$={transition:f,root:u.Root,...y},E={...p,...h},C={component:a,slots:$,slotProps:E},[b,S]=mn("root",{elementType:Ol,externalForwardedProps:C,className:Y(k.root,i),ownerState:v}),[P,D]=mn("transition",{elementType:Pl,externalForwardedProps:C,ownerState:v});return V.jsx(P,{in:c,timeout:m,...d,...D,children:V.jsx(b,{"aria-hidden":!0,...S,ref:r,children:o})})}),Ml=Ce("MuiBox",["root"]),Bl=Yn(),Kl=Ca({themeId:At,defaultTheme:Bl,defaultClassName:Ml.root,generateClassName:Fn.generate});async function _l(){return await fetch("/opposer-map.json",{method:"GET"}).then(async e=>({success:!0,data:await e.json()})).catch(e=>({success:!1,error:e.message}))}async function Il(e){try{const t=await fetch("/opposer",{method:"POST",body:e,headers:{"Content-Type":"application/json"}}),r=t.status;let n=null;try{n=await t.json()}catch{}return t.ok?{success:!0,status:r,data:n}:{success:!1,status:r,error:n?.error||`HTTP ${r}`,data:n}}catch(t){return{success:!1,status:0,error:t.message||"Erro de conexão"}}}const Yl={getAppMap:_l,sendRequestOpposer:Il};export{Hs as $,He as A,Kl as B,Vl as C,Es as D,Ma as E,Wl as F,Vs as G,Ul as H,Jn as I,jl as J,zs as K,St as L,Ar as M,gn as N,Pl as O,zl as P,$a as Q,er as R,kr as S,Fl as T,wr as U,Gs as V,Ks as W,Us as X,Re as Y,re as Z,Ts as _,ci as a,Fa as a0,Ll as b,Yn as c,Gl as d,Ie as e,Fe as f,Dl as g,Hl as h,Yl as i,qn as j,ve as k,jt as l,kt as m,El as n,qe as o,Ws as p,pn as q,Be as r,ce as s,Oe as t,Me as u,Ce as v,mn as w,Y as x,ne as y,Ge as z};
@@ -1 +0,0 @@
1
- import{v as e,b as u,w as f,M as h,L as g,S as x,x as y,O as b}from"./index-CtPqstFl.js";import{u as S,g as p,c as j,a as v,T as F}from"./playground-Hl52p9f5.js";import{A as C}from"./auth-CD1rXHzz.js";import{T as k}from"./toast-CsAH5FIf.js";import{C as E}from"./confirm-Dr0pbiV6.js";import"./auth-GyTIVKy5.js";import"./Modal-BwXR_5Bh.js";import"./Divider-B_Wx9srO.js";import"./dividerClasses-CIiqeEPO.js";import"./Button-DLrxHRm7.js";const l=typeof p({})=="function",O=(o,t)=>({WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!o.vars&&{colorScheme:o.palette.mode}}),B=o=>({color:(o.vars||o).palette.text.primary,...o.typography.body1,backgroundColor:(o.vars||o).palette.background.default,"@media print":{backgroundColor:(o.vars||o).palette.common.white}}),m=(o,t=!1)=>{const r={};t&&o.colorSchemes&&typeof o.getColorSchemeSelector=="function"&&Object.entries(o.colorSchemes).forEach(([i,d])=>{const c=o.getColorSchemeSelector(i);c.startsWith("@")?r[c]={":root":{colorScheme:d.palette?.mode}}:r[c.replace(/\s*&/,"")]={colorScheme:d.palette?.mode}});let s={html:O(o,t),"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:o.typography.fontWeightBold},body:{margin:0,...B(o),"&::backdrop":{backgroundColor:(o.vars||o).palette.background.default}},...r};const a=o.components?.MuiCssBaseline?.styleOverrides;return a&&(s=[s,a]),s},n="mui-ecs",T=o=>{const t=m(o,!1),r=Array.isArray(t)?t[0]:t;return!o.vars&&r&&(r.html[`:root:has(${n})`]={colorScheme:o.palette.mode}),o.colorSchemes&&Object.entries(o.colorSchemes).forEach(([s,a])=>{const i=o.getColorSchemeSelector(s);i.startsWith("@")?r[i]={[`:root:not(:has(.${n}))`]:{colorScheme:a.palette?.mode}}:r[i.replace(/\s*&/,"")]={[`&:not(:has(.${n}))`]:{colorScheme:a.palette?.mode}}}),t},M=p(l?({theme:o,enableColorScheme:t})=>m(o,t):({theme:o})=>T(o));function D(o){const t=S({props:o,name:"MuiCssBaseline"}),{children:r,enableColorScheme:s=!1}=t;return e.jsxs(u.Fragment,{children:[l&&e.jsx(M,{enableColorScheme:s}),!l&&!s&&e.jsx("span",{className:n,style:{display:"none"}}),r]})}const W=j({palette:{mode:"dark",primary:{main:"#00B686",light:"#33CDA1",dark:"#00966E",contrastText:"#FFFFFF"},secondary:{main:"#00796B",light:"#26A69A",dark:"#004D40",contrastText:"#FFFFFF"},background:{default:"#0D1117",paper:"#161B22"},text:{primary:"#E6F4F1",secondary:"#9DB6AE",disabled:"#5E6D67"},error:{main:"#E57373"},warning:{main:"#FFB74D"},info:{main:"#4DD0E1"},success:{main:"#81C784"},divider:"rgba(0, 182, 134, 0.2)"},typography:{fontFamily:"'Inter', 'Roboto', sans-serif",fontSize:14,h1:{fontWeight:600,letterSpacing:"-0.02em"},h2:{fontWeight:500},button:{textTransform:"none",fontWeight:500}},shape:{borderRadius:10},components:{MuiButton:{defaultProps:{disableElevation:!0}},MuiListItemIcon:{styleOverrides:{root:{minWidth:"30px"}}},MuiListItemButton:{styleOverrides:{root:{borderRadius:"8px","&.Mui-disabled":{opacity:1}}}},MuiListItemText:{styleOverrides:{root:{margin:0},inset:{paddingLeft:"20px",color:v[500]}}},MuiCssBaseline:{styleOverrides:({palette:o})=>({".ace_editor":{height:"100% !important",overflow:"hidden"},".ace-dracula":{backgroundColor:o.background.default},".ace-dracula .ace_print-margin":{background:"none"}})}}});function N({children:o}){return e.jsxs("html",{lang:"en",children:[e.jsxs("head",{children:[e.jsx("meta",{charSet:"UTF-8"}),e.jsx("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),e.jsx("title",{children:"Opposer"}),e.jsx(h,{}),e.jsx(g,{})]}),e.jsxs("body",{children:[e.jsxs(F,{theme:W,children:[e.jsx(D,{}),e.jsx(k,{children:e.jsx(E,{children:e.jsx(C,{children:o})})})]}),e.jsx(x,{}),e.jsx(y,{})]})]})}const U=f(function(){return e.jsx(b,{})});export{N as Layout,U as default};
@@ -1 +0,0 @@
1
- import{B as Lt,b as c,v as a}from"./index-CtPqstFl.js";import{t as Z,v as q,u as J,x as ot,y as w,z as Y,s as T,F as Tt,A as K,I as G,C as zt,b as V,w as L,P as ft,m as gt,n as vt,L as tt,J as _,k as jt,K as yt,j as mt,p as Bt,q as rt,$ as st,a0 as at}from"./playground-Hl52p9f5.js";let it=0;function $t(t){const[e,o]=c.useState(t),n=t||e;return c.useEffect(()=>{e==null&&(it+=1,o(`mui-${it}`))},[e]),n}const Ot={...Lt},lt=Ot.useId;function Ht(t){if(lt!==void 0){const e=lt();return t??e}return $t(t)}function Ft(t){return Z("MuiAlert",t)}const ct=q("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"]);function Wt(t){return Z("MuiIconButton",t)}const dt=q("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge","loading","loadingIndicator","loadingWrapper"]),Dt=t=>{const{classes:e,disabled:o,color:n,edge:i,size:d,loading:v}=t,f={root:["root",v&&"loading",o&&"disabled",n!=="default"&&`color${w(n)}`,i&&`edge${w(i)}`,`size${w(d)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]};return Y(f,Wt,e)},Nt=T(Tt,{name:"MuiIconButton",slot:"Root",overridesResolver:(t,e)=>{const{ownerState:o}=t;return[e.root,o.loading&&e.loading,o.color!=="default"&&e[`color${w(o.color)}`],o.edge&&e[`edge${w(o.edge)}`],e[`size${w(o.size)}`]]}})(K(({theme:t})=>({textAlign:"center",flex:"0 0 auto",fontSize:t.typography.pxToRem(24),padding:8,borderRadius:"50%",color:(t.vars||t).palette.action.active,transition:t.transitions.create("background-color",{duration:t.transitions.duration.shortest}),variants:[{props:e=>!e.disableRipple,style:{"--IconButton-hoverBg":t.alpha((t.vars||t).palette.action.active,(t.vars||t).palette.action.hoverOpacity),"&:hover":{backgroundColor:"var(--IconButton-hoverBg)","@media (hover: none)":{backgroundColor:"transparent"}}}},{props:{edge:"start"},style:{marginLeft:-12}},{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:{edge:"end"},style:{marginRight:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}}]})),K(({theme:t})=>({variants:[{props:{color:"inherit"},style:{color:"inherit"}},...Object.entries(t.palette).filter(G()).map(([e])=>({props:{color:e},style:{color:(t.vars||t).palette[e].main}})),...Object.entries(t.palette).filter(G()).map(([e])=>({props:{color:e},style:{"--IconButton-hoverBg":t.alpha((t.vars||t).palette[e].main,(t.vars||t).palette.action.hoverOpacity)}})),{props:{size:"small"},style:{padding:5,fontSize:t.typography.pxToRem(18)}},{props:{size:"large"},style:{padding:12,fontSize:t.typography.pxToRem(28)}}],[`&.${dt.disabled}`]:{backgroundColor:"transparent",color:(t.vars||t).palette.action.disabled},[`&.${dt.loading}`]:{color:"transparent"}}))),Ut=T("span",{name:"MuiIconButton",slot:"LoadingIndicator"})(({theme:t})=>({display:"none",position:"absolute",visibility:"visible",top:"50%",left:"50%",transform:"translate(-50%, -50%)",color:(t.vars||t).palette.action.disabled,variants:[{props:{loading:!0},style:{display:"flex"}}]})),Gt=c.forwardRef(function(e,o){const n=J({props:e,name:"MuiIconButton"}),{edge:i=!1,children:d,className:v,color:f="default",disabled:g=!1,disableFocusRipple:y=!1,size:m="medium",id:C,loading:x=null,loadingIndicator:S,...p}=n,s=Ht(C),h=S??a.jsx(zt,{"aria-labelledby":s,color:"inherit",size:16}),r={...n,edge:i,color:f,disabled:g,disableFocusRipple:y,loading:x,loadingIndicator:h,size:m},u=Dt(r);return a.jsxs(Nt,{id:x?s:C,className:ot(u.root,v),centerRipple:!0,focusRipple:!y,disabled:g||x,ref:o,...p,ownerState:r,children:[typeof x=="boolean"&&a.jsx("span",{className:u.loadingWrapper,style:{display:"contents"},children:a.jsx(Ut,{className:u.loadingIndicator,ownerState:r,children:x&&h})}),d]})}),Kt=V(a.jsx("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"})),Vt=V(a.jsx("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"})),Xt=V(a.jsx("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})),Zt=V(a.jsx("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"})),qt=V(a.jsx("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})),Jt=t=>{const{variant:e,color:o,severity:n,classes:i}=t,d={root:["root",`color${w(o||n)}`,`${e}${w(o||n)}`,`${e}`],icon:["icon"],message:["message"],action:["action"]};return Y(d,Ft,i)},Yt=T(ft,{name:"MuiAlert",slot:"Root",overridesResolver:(t,e)=>{const{ownerState:o}=t;return[e.root,e[o.variant],e[`${o.variant}${w(o.color||o.severity)}`]]}})(K(({theme:t})=>{const e=t.palette.mode==="light"?t.darken:t.lighten,o=t.palette.mode==="light"?t.lighten:t.darken;return{...t.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(t.palette).filter(G(["light"])).map(([n])=>({props:{colorSeverity:n,variant:"standard"},style:{color:t.vars?t.vars.palette.Alert[`${n}Color`]:e(t.palette[n].light,.6),backgroundColor:t.vars?t.vars.palette.Alert[`${n}StandardBg`]:o(t.palette[n].light,.9),[`& .${ct.icon}`]:t.vars?{color:t.vars.palette.Alert[`${n}IconColor`]}:{color:t.palette[n].main}}})),...Object.entries(t.palette).filter(G(["light"])).map(([n])=>({props:{colorSeverity:n,variant:"outlined"},style:{color:t.vars?t.vars.palette.Alert[`${n}Color`]:e(t.palette[n].light,.6),border:`1px solid ${(t.vars||t).palette[n].light}`,[`& .${ct.icon}`]:t.vars?{color:t.vars.palette.Alert[`${n}IconColor`]}:{color:t.palette[n].main}}})),...Object.entries(t.palette).filter(G(["dark"])).map(([n])=>({props:{colorSeverity:n,variant:"filled"},style:{fontWeight:t.typography.fontWeightMedium,...t.vars?{color:t.vars.palette.Alert[`${n}FilledColor`],backgroundColor:t.vars.palette.Alert[`${n}FilledBg`]}:{backgroundColor:t.palette.mode==="dark"?t.palette[n].dark:t.palette[n].main,color:t.palette.getContrastText(t.palette[n].main)}}}))]}})),_t=T("div",{name:"MuiAlert",slot:"Icon"})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),Qt=T("div",{name:"MuiAlert",slot:"Message"})({padding:"8px 0",minWidth:0,overflow:"auto"}),te=T("div",{name:"MuiAlert",slot:"Action"})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),ut={success:a.jsx(Kt,{fontSize:"inherit"}),warning:a.jsx(Vt,{fontSize:"inherit"}),error:a.jsx(Xt,{fontSize:"inherit"}),info:a.jsx(Zt,{fontSize:"inherit"})},ee=c.forwardRef(function(e,o){const n=J({props:e,name:"MuiAlert"}),{action:i,children:d,className:v,closeText:f="Close",color:g,components:y={},componentsProps:m={},icon:C,iconMapping:x=ut,onClose:S,role:p="alert",severity:s="success",slotProps:h={},slots:r={},variant:u="standard",...E}=n,b={...n,color:g,severity:s,variant:u,colorSeverity:g||s},I=Jt(b),z={slots:{closeButton:y.CloseButton,closeIcon:y.CloseIcon,...r},slotProps:{...m,...h}},[A,U]=L("root",{ref:o,shouldForwardComponentProp:!0,className:ot(I.root,v),elementType:Yt,externalForwardedProps:{...z,...E},ownerState:b,additionalProps:{role:p,elevation:0}}),[O,H]=L("icon",{className:I.icon,elementType:_t,externalForwardedProps:z,ownerState:b}),[F,W]=L("message",{className:I.message,elementType:Qt,externalForwardedProps:z,ownerState:b}),[D,N]=L("action",{className:I.action,elementType:te,externalForwardedProps:z,ownerState:b}),[l,P]=L("closeButton",{elementType:Gt,externalForwardedProps:z,ownerState:b}),[k,B]=L("closeIcon",{elementType:qt,externalForwardedProps:z,ownerState:b});return a.jsxs(A,{...U,children:[C!==!1?a.jsx(O,{...H,children:C||x[s]||ut[s]}):null,a.jsx(F,{...W,children:d}),i!=null?a.jsx(D,{...N,children:i}):null,i==null&&S?a.jsx(D,{...N,children:a.jsx(l,{size:"small","aria-label":f,title:f,color:"inherit",onClick:S,...P,children:a.jsx(k,{fontSize:"small",...B})})}):null]})});function pt(t){return t.substring(2).toLowerCase()}function ne(t,e){return e.documentElement.clientWidth<t.clientX||e.documentElement.clientHeight<t.clientY}function oe(t){const{children:e,disableReactTree:o=!1,mouseEvent:n="onClick",onClickAway:i,touchEvent:d="onTouchEnd"}=t,v=c.useRef(!1),f=c.useRef(null),g=c.useRef(!1),y=c.useRef(!1);c.useEffect(()=>(setTimeout(()=>{g.current=!0},0),()=>{g.current=!1}),[]);const m=gt(vt(e),f),C=tt(p=>{const s=y.current;y.current=!1;const h=_(f.current);if(!g.current||!f.current||"clientX"in p&&ne(p,h))return;if(v.current){v.current=!1;return}let r;p.composedPath?r=p.composedPath().includes(f.current):r=!h.documentElement.contains(p.target)||f.current.contains(p.target),!r&&(o||!s)&&i(p)}),x=p=>s=>{y.current=!0;const h=e.props[p];h&&h(s)},S={ref:m};return d!==!1&&(S[d]=x(d)),c.useEffect(()=>{if(d!==!1){const p=pt(d),s=_(f.current),h=()=>{v.current=!0};return s.addEventListener(p,C),s.addEventListener("touchmove",h),()=>{s.removeEventListener(p,C),s.removeEventListener("touchmove",h)}}},[C,d]),n!==!1&&(S[n]=x(n)),c.useEffect(()=>{if(n!==!1){const p=pt(n),s=_(f.current);return s.addEventListener(p,C),()=>{s.removeEventListener(p,C)}}},[C,n]),c.cloneElement(e,S)}function et(t){return`scale(${t}, ${t**2})`}const re={entering:{opacity:1,transform:et(1)},entered:{opacity:1,transform:"none"}},Q=typeof navigator<"u"&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),nt=c.forwardRef(function(e,o){const{addEndListener:n,appear:i=!0,children:d,easing:v,in:f,onEnter:g,onEntered:y,onEntering:m,onExit:C,onExited:x,onExiting:S,style:p,timeout:s="auto",TransitionComponent:h=jt,...r}=e,u=yt(),E=c.useRef(),b=mt(),I=c.useRef(null),z=gt(I,vt(d),o),A=l=>P=>{if(l){const k=I.current;P===void 0?l(k):l(k,P)}},U=A(m),O=A((l,P)=>{Bt(l);const{duration:k,delay:B,easing:R}=rt({style:p,timeout:s,easing:v},{mode:"enter"});let j;s==="auto"?(j=b.transitions.getAutoHeightDuration(l.clientHeight),E.current=j):j=k,l.style.transition=[b.transitions.create("opacity",{duration:j,delay:B}),b.transitions.create("transform",{duration:Q?j:j*.666,delay:B,easing:R})].join(","),g&&g(l,P)}),H=A(y),F=A(S),W=A(l=>{const{duration:P,delay:k,easing:B}=rt({style:p,timeout:s,easing:v},{mode:"exit"});let R;s==="auto"?(R=b.transitions.getAutoHeightDuration(l.clientHeight),E.current=R):R=P,l.style.transition=[b.transitions.create("opacity",{duration:R,delay:k}),b.transitions.create("transform",{duration:Q?R:R*.666,delay:Q?k:k||R*.333,easing:B})].join(","),l.style.opacity=0,l.style.transform=et(.75),C&&C(l)}),D=A(x),N=l=>{s==="auto"&&u.start(E.current||0,l),n&&n(I.current,l)};return a.jsx(h,{appear:i,in:f,nodeRef:I,onEnter:O,onEntered:H,onEntering:U,onExit:W,onExited:D,onExiting:F,addEndListener:N,timeout:s==="auto"?null:s,...r,children:(l,{ownerState:P,...k})=>c.cloneElement(d,{style:{opacity:0,transform:et(.75),visibility:l==="exited"&&!f?"hidden":void 0,...re[l],...p,...d.props.style},ref:z,...k})})});nt&&(nt.muiSupportAuto=!0);function se(t={}){const{autoHideDuration:e=null,disableWindowBlurListener:o=!1,onClose:n,open:i,resumeHideDuration:d}=t,v=yt();c.useEffect(()=>{if(!i)return;function r(u){u.defaultPrevented||u.key==="Escape"&&n?.(u,"escapeKeyDown")}return document.addEventListener("keydown",r),()=>{document.removeEventListener("keydown",r)}},[i,n]);const f=tt((r,u)=>{n?.(r,u)}),g=tt(r=>{!n||r==null||v.start(r,()=>{f(null,"timeout")})});c.useEffect(()=>(i&&g(e),v.clear),[i,e,g,v]);const y=r=>{n?.(r,"clickaway")},m=v.clear,C=c.useCallback(()=>{e!=null&&g(d??e*.5)},[e,d,g]),x=r=>u=>{const E=r.onBlur;E?.(u),C()},S=r=>u=>{const E=r.onFocus;E?.(u),m()},p=r=>u=>{const E=r.onMouseEnter;E?.(u),m()},s=r=>u=>{const E=r.onMouseLeave;E?.(u),C()};return c.useEffect(()=>{if(!o&&i)return window.addEventListener("focus",C),window.addEventListener("blur",m),()=>{window.removeEventListener("focus",C),window.removeEventListener("blur",m)}},[o,i,C,m]),{getRootProps:(r={})=>{const u={...st(t),...st(r)};return{role:"presentation",...r,...u,onBlur:x(u),onFocus:S(u),onMouseEnter:p(u),onMouseLeave:s(u)}},onClickAway:y}}function ae(t){return Z("MuiSnackbarContent",t)}q("MuiSnackbarContent",["root","message","action"]);const ie=t=>{const{classes:e}=t;return Y({root:["root"],action:["action"],message:["message"]},ae,e)},le=T(ft,{name:"MuiSnackbarContent",slot:"Root"})(K(({theme:t})=>{const e=t.palette.mode==="light"?.8:.98;return{...t.typography.body2,color:t.vars?t.vars.palette.SnackbarContent.color:t.palette.getContrastText(at(t.palette.background.default,e)),backgroundColor:t.vars?t.vars.palette.SnackbarContent.bg:at(t.palette.background.default,e),display:"flex",alignItems:"center",flexWrap:"wrap",padding:"6px 16px",flexGrow:1,[t.breakpoints.up("sm")]:{flexGrow:"initial",minWidth:288}}})),ce=T("div",{name:"MuiSnackbarContent",slot:"Message"})({padding:"8px 0"}),de=T("div",{name:"MuiSnackbarContent",slot:"Action"})({display:"flex",alignItems:"center",marginLeft:"auto",paddingLeft:16,marginRight:-8}),ue=c.forwardRef(function(e,o){const n=J({props:e,name:"MuiSnackbarContent"}),{action:i,className:d,message:v,role:f="alert",...g}=n,y=n,m=ie(y);return a.jsxs(le,{role:f,elevation:6,className:ot(m.root,d),ownerState:y,ref:o,...g,children:[a.jsx(ce,{className:m.message,ownerState:y,children:v}),i?a.jsx(de,{className:m.action,ownerState:y,children:i}):null]})});function pe(t){return Z("MuiSnackbar",t)}q("MuiSnackbar",["root","anchorOriginTopCenter","anchorOriginBottomCenter","anchorOriginTopRight","anchorOriginBottomRight","anchorOriginTopLeft","anchorOriginBottomLeft"]);const fe=t=>{const{classes:e,anchorOrigin:o}=t,n={root:["root",`anchorOrigin${w(o.vertical)}${w(o.horizontal)}`]};return Y(n,pe,e)},ge=T("div",{name:"MuiSnackbar",slot:"Root",overridesResolver:(t,e)=>{const{ownerState:o}=t;return[e.root,e[`anchorOrigin${w(o.anchorOrigin.vertical)}${w(o.anchorOrigin.horizontal)}`]]}})(K(({theme:t})=>({zIndex:(t.vars||t).zIndex.snackbar,position:"fixed",display:"flex",left:8,right:8,justifyContent:"center",alignItems:"center",variants:[{props:({ownerState:e})=>e.anchorOrigin.vertical==="top",style:{top:8,[t.breakpoints.up("sm")]:{top:24}}},{props:({ownerState:e})=>e.anchorOrigin.vertical!=="top",style:{bottom:8,[t.breakpoints.up("sm")]:{bottom:24}}},{props:({ownerState:e})=>e.anchorOrigin.horizontal==="left",style:{justifyContent:"flex-start",[t.breakpoints.up("sm")]:{left:24,right:"auto"}}},{props:({ownerState:e})=>e.anchorOrigin.horizontal==="right",style:{justifyContent:"flex-end",[t.breakpoints.up("sm")]:{right:24,left:"auto"}}},{props:({ownerState:e})=>e.anchorOrigin.horizontal==="center",style:{[t.breakpoints.up("sm")]:{left:"50%",right:"auto",transform:"translateX(-50%)"}}}]}))),ve=c.forwardRef(function(e,o){const n=J({props:e,name:"MuiSnackbar"}),i=mt(),d={enter:i.transitions.duration.enteringScreen,exit:i.transitions.duration.leavingScreen},{action:v,anchorOrigin:{vertical:f,horizontal:g}={vertical:"bottom",horizontal:"left"},autoHideDuration:y=null,children:m,className:C,ClickAwayListenerProps:x,ContentProps:S,disableWindowBlurListener:p=!1,message:s,onBlur:h,onClose:r,onFocus:u,onMouseEnter:E,onMouseLeave:b,open:I,resumeHideDuration:z,slots:A={},slotProps:U={},TransitionComponent:O,transitionDuration:H=d,TransitionProps:{onEnter:F,onExited:W,...D}={},...N}=n,l={...n,anchorOrigin:{vertical:f,horizontal:g},autoHideDuration:y,disableWindowBlurListener:p,TransitionComponent:O,transitionDuration:H},P=fe(l),{getRootProps:k,onClickAway:B}=se(l),[R,j]=c.useState(!0),ht=$=>{j(!0),W&&W($)},xt=($,M)=>{j(!1),F&&F($,M)},X={slots:{transition:O,...A},slotProps:{content:S,clickAwayListener:x,transition:D,...U}},[bt,St]=L("root",{ref:o,className:[P.root,C],elementType:ge,getSlotProps:k,externalForwardedProps:{...X,...N},ownerState:l}),[Et,{ownerState:kt,...wt}]=L("clickAwayListener",{elementType:oe,externalForwardedProps:X,getSlotProps:$=>({onClickAway:(...M)=>{const Mt=M[0];$.onClickAway?.(...M),!Mt?.defaultMuiPrevented&&B(...M)}}),ownerState:l}),[It,At]=L("content",{elementType:ue,shouldForwardComponentProp:!0,externalForwardedProps:X,additionalProps:{message:s,action:v},ownerState:l}),[Pt,Rt]=L("transition",{elementType:nt,externalForwardedProps:X,getSlotProps:$=>({onEnter:(...M)=>{$.onEnter?.(...M),xt(...M)},onExited:(...M)=>{$.onExited?.(...M),ht(...M)}}),additionalProps:{appear:!0,in:I,timeout:H,direction:f==="top"?"down":"up"},ownerState:l});return!I&&R?null:a.jsx(Et,{...wt,...A.clickAwayListener&&{ownerState:kt},children:a.jsx(bt,{...St,children:a.jsx(Pt,{...Rt,children:m||a.jsx(It,{...At})})})})}),Ct=c.createContext(void 0),Ce=({children:t})=>{const[e,o]=c.useState(!1),[n,i]=c.useState(""),[d,v]=c.useState("info"),f=c.useCallback((y,m="info")=>{i(y),v(m),o(!0)},[]),g=(y,m)=>{m!=="clickaway"&&o(!1)};return a.jsxs(Ct.Provider,{value:{showToast:f},children:[t,a.jsx(ve,{open:e,autoHideDuration:6e3,onClose:g,anchorOrigin:{vertical:"bottom",horizontal:"right"},children:a.jsx(ee,{onClose:g,severity:d,variant:"filled",sx:{width:"100%"},children:n})})]})},he=()=>{const t=c.useContext(Ct);if(t===void 0)throw new Error("useToast must be used within a ToastProvider");return t};export{nt as G,Gt as I,Ce as T,Ht as a,he as u};
@@ -1 +0,0 @@
1
- import{b as n}from"./index-CtPqstFl.js";const c=s=>{const[r,t]=n.useState(!1);return[r,async(...a)=>(t(!0),s(...a).then(e=>e).catch(e=>e).finally(()=>t(!1)))]};export{c as u};
@@ -1,6 +0,0 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Opposer</title><link rel="modulepreload" href="/playground/assets/manifest-c06e9a7f.js"/><link rel="modulepreload" href="/playground/assets/entry.client-D6FYz1yh.js"/><link rel="modulepreload" href="/playground/assets/index-CtPqstFl.js"/><link rel="modulepreload" href="/playground/assets/root-CQTBmuv8.js"/><link rel="modulepreload" href="/playground/assets/playground-Hl52p9f5.js"/><link rel="modulepreload" href="/playground/assets/auth-CD1rXHzz.js"/><link rel="modulepreload" href="/playground/assets/toast-CsAH5FIf.js"/><link rel="modulepreload" href="/playground/assets/confirm-Dr0pbiV6.js"/><link rel="modulepreload" href="/playground/assets/auth-GyTIVKy5.js"/><link rel="modulepreload" href="/playground/assets/Modal-BwXR_5Bh.js"/><link rel="modulepreload" href="/playground/assets/Divider-B_Wx9srO.js"/><link rel="modulepreload" href="/playground/assets/dividerClasses-CIiqeEPO.js"/><link rel="modulepreload" href="/playground/assets/Button-DLrxHRm7.js"/></head><body><style data-emotion="css-global hnmazf">html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#E6F4F1;font-family:'Inter','Roboto',sans-serif;font-weight:400;font-size:1rem;line-height:1.5;background-color:#0D1117;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#0D1117;}.ace_editor{height:100%!important;overflow:hidden;}.ace-dracula{background-color:#0D1117;}.ace-dracula .ace_print-margin{background:none;}</style><style data-emotion="css 1lb6n3v">.css-1lb6n3v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;}</style><div class="MuiBox-root css-1lb6n3v"><style data-emotion="css ea8bxr animation-61bdi0">.css-ea8bxr{display:inline-block;-webkit-animation:animation-61bdi0 1.4s linear infinite;animation:animation-61bdi0 1.4s linear infinite;color:#00B686;}@-webkit-keyframes animation-61bdi0{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes animation-61bdi0{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}</style><span class="MuiCircularProgress-root MuiCircularProgress-indeterminate MuiCircularProgress-colorPrimary css-ea8bxr" style="width:40px;height:40px" role="progressbar"><style data-emotion="css 4ejps8">.css-4ejps8{display:block;}</style><svg class="MuiCircularProgress-svg css-4ejps8" viewBox="22 22 44 44"><style data-emotion="css 13odlrs animation-1o38n3e">.css-13odlrs{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;-webkit-animation:animation-1o38n3e 1.4s ease-in-out infinite;animation:animation-1o38n3e 1.4s ease-in-out infinite;}@-webkit-keyframes animation-1o38n3e{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0;}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px;}100%{stroke-dasharray:1px,200px;stroke-dashoffset:-126px;}}@keyframes animation-1o38n3e{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0;}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px;}100%{stroke-dasharray:1px,200px;stroke-dashoffset:-126px;}}</style><circle class="MuiCircularProgress-circle MuiCircularProgress-circleIndeterminate css-13odlrs" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6"></circle></svg></span></div><style data-emotion="css depviu">@media print{.css-depviu{position:absolute!important;}}</style><script>window.__reactRouterContext = {"basename":"/playground/","future":{"unstable_optimizeDeps":false,"unstable_subResourceIntegrity":false,"unstable_trailingSlashAwareDataRequests":false,"unstable_previewServerPrerendering":false,"v8_middleware":false,"v8_splitRouteModules":false,"v8_viteEnvironmentApi":false},"routeDiscovery":{"mode":"initial"},"ssr":false,"isSpaMode":true};window.__reactRouterContext.stream = new ReadableStream({start(controller){window.__reactRouterContext.streamController = controller;}}).pipeThrough(new TextEncoderStream());</script><script type="module" async="">import "/playground/assets/manifest-c06e9a7f.js";
2
- import * as route0 from "/playground/assets/root-CQTBmuv8.js";
3
-
4
- window.__reactRouterRouteModules = {"root":route0};
5
-
6
- import("/playground/assets/entry.client-D6FYz1yh.js");</script><!--$--><script>window.__reactRouterContext.streamController.enqueue("[{\"_1\":2,\"_3\":-5,\"_4\":-5},\"loaderData\",{},\"actionData\",\"errors\"]\n");</script><!--$--><script>window.__reactRouterContext.streamController.close();</script><!--/$--><!--/$--></body></html>
@@ -1,2 +0,0 @@
1
- import type { Request, Response } from '../interfaces/server.js';
2
- export default function Playground(req: Request, res: Response, next: () => void): Promise<void>;