@property --banner-height{syntax: "<length>"; inherits: true; initial-value: 0px;}@property --mobile-banner-height{syntax: "<length>"; inherits: true; initial-value: 0px;}.room-layout{--room-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) ;height:var(--room-height);width:100vw;overflow:hidden;pointer-events:none}@supports (height: 100svh){.room-layout{--room-height: calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) ;height:var(--room-height)}}.room-layout__desktop{display:none}@media (min-width: 1024px){.room-layout__desktop{--room-size-base: min(calc(var(--room-height) - 2rem), calc(100vw - 250px - 2.5rem) );--banner-height: 0px;display:flex;flex-direction:row;gap:.5rem;height:100%;padding:1rem;align-items:center;justify-content:center}.room-layout__mobile{display:none}.room-layout__main-area{pointer-events:auto;--banner-height: 0px;display:flex;flex-direction:column;flex-shrink:0;width:var(--room-size-base);height:var(--room-size-base);justify-content:flex-end;align-items:flex-end;transition:--banner-height .3s ease-out}.room-layout__main-area--with-banner{--banner-height: 44px}.room-layout__main-area--no-transition{transition:none}.room-layout__banner{flex-shrink:0;width:calc(var(--room-size-base) - var(--banner-height));height:var(--banner-height);overflow:hidden;opacity:0;pointer-events:none;box-shadow:1px 0 1px #0000000d,2px 0 3px #0000000a,4px 0 8px #00000006;clip-path:inset(0 -16px 0 0);transition:opacity .1s ease-out}.room-layout__banner--visible{opacity:1;pointer-events:auto;transition:opacity .2s ease-out .1s}.room-layout__main{position:relative;display:flex;flex-direction:column;flex-shrink:0;width:calc(var(--room-size-base) - var(--banner-height));height:calc(var(--room-size-base) - var(--banner-height));margin-top:auto}.room-layout__sidebar{pointer-events:auto;position:relative;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;background-color:var(--h-surface);border-radius:0 10px 10px 0;box-shadow:var(--h-shadow-1);width:clamp(250px,calc(100vw - var(--room-size-base) - 2.5rem),300px);height:var(--room-size-base)}.room-layout__live-frame{display:flex;flex-direction:column}}.room-layout__mobile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;width:100%;padding:.75rem .5rem .5rem}@media (min-width: 1024px){.room-layout__mobile{display:none}}.room-layout__mobile-wrapper{pointer-events:auto;--activity-base: 160px;--activity-max: 210px;--mobile-room-max-height: calc(var(--room-height) - var(--activity-base) - 50px - 2rem);--mobile-room-max-width: calc(100vw - 1rem) ;--mobile-room-size: min(var(--mobile-room-max-height), var(--mobile-room-max-width));--activity-height: var(--activity-base);display:flex;flex-direction:column;align-items:center;width:var(--mobile-room-size)}.room-layout__mobile-activity{flex-shrink:0;min-height:var(--activity-height);width:100%}.room-layout__mobile-room{--mobile-banner-height: 0px;position:relative;flex-shrink:0;width:100%;transition:--mobile-banner-height .3s ease-out}.room-layout__mobile-room--with-banner{--mobile-banner-height: 36px}.room-layout__mobile-room--no-transition{transition:none}@media (max-width: 768px){.room-layout__mobile-room--with-banner{--mobile-banner-height: 28px}}.room-layout__mobile-banner{width:100%;height:var(--mobile-banner-height);overflow:hidden;opacity:0;pointer-events:none;transition:opacity .1s ease-out}.room-layout__mobile-banner--visible{opacity:1;pointer-events:auto;transition:opacity .2s ease-out .1s}.room-layout__mobile-nowplaying{flex-shrink:0;width:100%;padding:3px 6px 4px;background-color:var(--h-surface);border-radius:0 0 10px 10px;box-shadow:var(--h-shadow-1)}.room-layout__main--mobile{width:var(--mobile-room-size);height:var(--mobile-room-size)}.room-layout__main--mobile{--room-label-size: 9px;--room-label-pad-v: 1px;--room-label-pad-h: 5px;--room-label-exit-extra: 7px;--room-label-exit-corner: 12px}@media (min-width: 768px){.room-layout__main--mobile{--room-label-size: 12px;--room-label-pad-h: 9px}}.room-layout__main--mobile{--room-audio-btn-size: 28px;--room-audio-btn-offset: 10px;--room-audio-icon-size: 16px}.room-layout__main--mobile.room-zoomed{--room-label-size: 4.5px;--room-label-pad-v: .5px;--room-label-pad-h: 2.5px;--room-label-exit-extra: 3.5px;--room-label-exit-corner: 6px;--room-audio-btn-size: 14px;--room-audio-btn-offset: 5px;--room-audio-icon-size: 8px}@media (min-width: 768px){.room-layout__main--mobile.room-zoomed{--room-label-size: 6px;--room-label-pad-h: 4.5px}}.room-layout__mobile-room--zoomed{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:910!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;touch-action:none}.room-layout__mobile-room--zoomed .room-layout__main--mobile{will-change:transform}.room-zoom-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:900}@supports not (backdrop-filter: blur(1px)){.room-zoom-backdrop{background:var(--h-backdrop-heavy)}}@media (prefers-reduced-motion: reduce){.room-layout__mobile-room--zoomed .room-layout__main--mobile{transition:none!important}}@media (min-width: 768px) and (max-width: 1023px){.room-layout__mobile{padding-top:.5rem}.room-layout__mobile-wrapper{--activity-base: 160px;--activity-max: 200px}.room-layout__mobile-nowplaying{padding:.125rem 6px .125rem 12px}}@media (max-width: 480px){.room-layout__mobile{padding-top:.25rem}.room-layout__mobile-wrapper{--activity-base: 120px;--activity-max: 180px}}@media (max-width: 390px){.room-layout__mobile{padding-top:.125rem}.room-layout__mobile-wrapper{--activity-base: 110px;--activity-max: 160px}}@media (max-height: 500px){.room-layout__mobile-wrapper{--activity-base: 90px}}.autoplay-pulse{animation:autoplay-glow 2.5s ease-in-out infinite}@keyframes autoplay-glow{0%,to{box-shadow:0 1px 3px #0000001f,0 0 8px 2px #4b556333}50%{box-shadow:0 1px 3px #00000014,0 0 10px 3px #fff8e633}}:root{--ticker-paper-color: #f5f0e6;--ticker-ink-color: #4a3728;--ticker-ink-light: #5a5550;--ticker-feed-zone-width: 36px;--ticker-text-start: 40px}.ticker-tape{position:relative;flex:1;height:38px;margin-right:4px;border-radius:3px 19px 19px 3px;overflow:hidden;perspective:150px}.ticker-tape--sm{height:32px;border-radius:3px 16px 16px 3px}@media (max-width: 768px){:root{--ticker-text-start: 12px}.ticker-tape{margin-right:0}.ticker-tape__feed-zone{display:none}.ticker-tape__track{padding-left:12px!important}.ticker-tape__placeholder{left:12px!important;font-size:12px}.ticker-tape__char{transform:none!important;opacity:1!important;font-size:12px}.ticker-tape__measure{font-size:12px}}.ticker-tape__paper{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/textures/beam.jpg);background-repeat:repeat;background-size:180px auto;filter:sepia(5%);opacity:.7;pointer-events:none;transition:background-position .08s ease-out}.ticker-tape__feed-zone{position:absolute;left:0;top:0;bottom:0;width:var(--ticker-feed-zone-width);background:linear-gradient(to right,#f5f2eb 0%,rgba(245,242,235,.85) 30%,rgba(245,242,235,.5) 55%,rgba(245,242,235,.2) 80%,transparent 100%);z-index:10;pointer-events:none}.ticker-tape__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:5;cursor:text}.ticker-tape__display{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.ticker-tape__track{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;padding-left:var(--ticker-text-start);white-space:pre;transition:transform .08s ease-out;transform-style:preserve-3d}.ticker-tape__char{display:inline-block;font-family:Courier New,monospace;font-size:14px;font-weight:700;color:var(--ticker-ink-color);text-shadow:0 .5px 0 rgba(0,0,0,.1);transform-style:preserve-3d;transition:transform .06s ease-out,opacity .06s ease-out;transform-origin:left center}.ticker-tape__char--striking{animation:ticker-keystrike .15s ease-out}@keyframes ticker-keystrike{0%{transform:translateY(-4px) scale(1.15);opacity:.6}50%{transform:translateY(1px) scale(.98)}to{transform:translateY(0) scale(1);opacity:1}}.ticker-tape__placeholder{position:absolute;top:50%;left:var(--ticker-text-start);transform:translateY(-50%);font-family:Courier New,monospace;font-size:14px;font-weight:700;color:#8b7355;opacity:.7;pointer-events:none;white-space:nowrap}.ticker-tape__carriage{position:absolute;bottom:7px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid var(--ticker-ink-color);opacity:.5;z-index:15;transition:left .04s ease-out;pointer-events:none}.ticker-tape--sm .ticker-tape__carriage{bottom:4px}.ticker-tape__carriage--hidden{opacity:0}.ticker-tape__carriage--blink{animation:ticker-carriage-blink 5s infinite}@keyframes ticker-carriage-blink{0%,90%{opacity:.5}95%{opacity:0}to{opacity:.5}}.ticker-tape__carriage--returning{transition:left .14s cubic-bezier(.2,0,.2,1.4)}.ticker-tape__echo{position:absolute;font-family:Courier New,monospace;font-size:18px;color:var(--ticker-ink-color);pointer-events:none;z-index:20;animation:ticker-echo .28s ease-out forwards}@keyframes ticker-echo{0%{opacity:.35;transform:translateY(0) scale(1.2)}to{opacity:0;transform:translateY(-20px) scale(.6)}}.ticker-tape--sending .ticker-tape__track{transition:transform .18s cubic-bezier(.55,0,1,.45),opacity .18s cubic-bezier(.55,0,1,.45);transform:translate(-150%)!important;opacity:0}.ticker-tape--sending .ticker-tape__paper{transition:background-position .18s cubic-bezier(.55,0,1,.45)}.ticker-tape__measure{position:absolute;visibility:hidden;white-space:pre;font-family:Courier New,monospace;font-size:14px;font-weight:700;display:inline-block;pointer-events:none}@media (prefers-reduced-motion: reduce){.ticker-tape__char--striking{animation:none}.ticker-tape__echo{animation:none;display:none}.ticker-tape--sending .ticker-tape__track,.ticker-tape--sending .ticker-tape__paper,.ticker-tape__carriage--returning{transition:none}}@media (max-width: 540px){.ticker-tape__placeholder,.ticker-tape__char,.ticker-tape__measure{font-size:11px}}@media (max-width: 390px){.ticker-tape__placeholder{font-size:10px;left:8px!important}.ticker-tape__char,.ticker-tape__measure{font-size:10px}.ticker-tape__track{padding-left:8px!important}}:root{--bm-texture-light: url(/textures/paper-light.jpg);--bm-texture-dark: url(/textures/paper-dark.jpg);--bm-paper-texture: var(--bm-texture-light);--bm-texture-light-avg: #e3dfdc;--bm-texture-dark-avg: #1c2023;--bm-cream: #f5f3ef;--bm-cream-dark: #e8e4dd;--bm-ink: #1a1a1a;--bm-ink-soft: #2a2520;--bm-warm-black: #2a2826;--bm-light-angle: 315deg;--bm-tint-light: rgba(245, 238, 225, .85);--bm-tint-dark: rgba(50, 40, 30, .15);--bm-cream-70: rgba(245, 243, 239, .7);--bm-cream-50: rgba(245, 243, 239, .5);--bm-cream-35: rgba(245, 243, 239, .35);--bm-cream-20: rgba(245, 243, 239, .2);--bm-cream-10: rgba(245, 243, 239, .1);--bm-dark-error: rgba(255, 160, 140, .9)}.bm-paper{position:relative;background-color:var(--bm-texture-light-avg);background-image:var(--bm-texture-light);background-size:180%;background-position:center}.bm-paper-lit{position:relative;overflow:hidden;background-color:var(--bm-texture-light-avg);background-image:var(--bm-texture-light);background-size:180%;background-position:center}.bm-paper-lit:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bm-tint-light);mix-blend-mode:soft-light;border-radius:inherit;pointer-events:none;z-index:1}.bm-paper-lit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(var(--bm-light-angle),rgba(255,255,255,.35) 0%,rgba(255,255,255,.12) 5%,transparent 18%),linear-gradient(calc(var(--bm-light-angle) + 180deg),transparent 60%,rgba(0,0,0,.1) 80%,rgba(0,0,0,.22) 100%);box-shadow:inset -4px -4px 12px #00000014;pointer-events:none;z-index:10}.bm-paper-lit>*{position:relative;z-index:5}.bm-paper-warm{position:relative;overflow:hidden;background-color:var(--bm-texture-light-avg);background-image:var(--bm-texture-light);background-size:180%;background-position:center}.bm-paper-warm:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bm-tint-light);mix-blend-mode:overlay;border-radius:inherit;pointer-events:none;z-index:1}.bm-paper-warm>*{position:relative;z-index:5}.bm-grid{position:relative}.bm-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.025) 3px,rgba(0,0,0,.025) 4px),repeating-linear-gradient(90deg,transparent,transparent 3px,rgba(0,0,0,.025) 3px,rgba(0,0,0,.025) 4px);pointer-events:none;z-index:1;border-radius:inherit}.bm-grid>*{position:relative;z-index:2}.bm-stock-thin{border-radius:6px;box-shadow:0 1px 1px #0000001a,1px 2px 3px #00000014,2px 4px 8px #0000000d}.bm-stock-medium{border-radius:12px;box-shadow:1px 1px 1px #0003,2px 3px 4px #0003,4px 6px 12px #00000026,8px 12px 24px #0000001a}.bm-stock-medium.bm-stock-inner-border{box-shadow:1px 1px 1px #0003,2px 3px 4px #0003,4px 6px 12px #00000026,8px 12px 24px #0000001a,inset 0 0 0 1px #1a1a1a1f}.bm-stock-thick{border-radius:10px;box-shadow:2px 2px 2px #00000038,4px 6px 8px #00000038,8px 12px 24px #0000002e,16px 24px 48px #0000001f}.bm-switch{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0;background:transparent;border:none;cursor:pointer}.bm-switch-housing{width:18px;height:32px;border:1.5px solid var(--bm-ink);border-radius:2px;position:relative;background:transparent;transform:rotate(-.3deg);transition:border-color .15s ease}.bm-switch-housing:before{content:"";position:absolute;top:5px;bottom:5px;left:50%;width:3px;transform:translate(-50%);border:1px solid var(--bm-ink);border-radius:1px}.bm-switch-toggle{position:absolute;width:12px;height:12px;border:1.5px solid var(--bm-ink);border-radius:2px;left:50%;transform:translate(-50%) rotate(.5deg);bottom:4px;background:var(--bm-cream);transition:bottom .12s cubic-bezier(.2,0,.2,1.4)}.bm-switch.on .bm-switch-toggle{bottom:16px;background:repeating-linear-gradient(45deg,transparent 0px,transparent 2.5px,rgba(26,26,26,.35) 2.5px,rgba(26,26,26,.35) 3px),repeating-linear-gradient(-45deg,transparent 0px,transparent 2.5px,rgba(26,26,26,.35) 2.5px,rgba(26,26,26,.35) 3px);background-color:var(--bm-cream)}.bm-switch-label{font-family:Silkscreen,monospace;font-size:8px;text-transform:lowercase;color:var(--bm-ink);opacity:.7;letter-spacing:.03em}.bm-switch:hover .bm-switch-housing{border-color:#6b8e6b}.bm-switch:active .bm-switch-toggle{transform:translate(-50%) scale(.92)}.bm-vu-meter-analog{display:flex;flex-direction:column;align-items:center;gap:5px}.bm-vu-svg{width:46px;height:32px;border:1.5px solid var(--bm-ink);border-radius:4px 4px 2px 2px;background:#f5f2eb66;transform:rotate(-.3deg);overflow:visible}.bm-vu-tick{stroke:var(--bm-ink);stroke-width:1;opacity:.5}.bm-vu-tick-red{stroke:var(--h-action-danger);stroke-width:1.5;opacity:.7}.bm-vu-needle{stroke:var(--bm-ink);stroke-width:1.5;stroke-linecap:round}.bm-vu-pivot{fill:var(--bm-ink)}.bm-edit-btn{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0;background:transparent;border:none;cursor:pointer}.bm-edit-btn .bm-bulb-amber{width:8px;height:8px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:radial-gradient(circle at 30% 30%,#e8e8e8,silver,#a0a0a0);transition:all .15s ease}.bm-edit-btn.on .bm-bulb-amber{background:radial-gradient(circle at 30% 30%,#fef3c7,#f59e0b 40%,#b45309);box-shadow:0 0 6px 1px #f59e0b99}.bm-edit-pencil{width:18px;height:32px;color:#555;transform:rotate(-.3deg) scaleY(-1);transition:color .15s ease}.bm-edit-pencil .bm-pencil-ferrule{fill:silver;fill-opacity:.4}.bm-edit-pencil .bm-pencil-eraser{fill:#f5d4a0;fill-opacity:.7}.bm-edit-btn:hover .bm-edit-pencil{color:#6b8e6b}.bm-edit-btn.on .bm-edit-pencil{color:#b45309;transform:rotate(-.3deg)}.bm-edit-btn.on .bm-pencil-eraser{fill:#f59e0b;fill-opacity:.5}.bm-edit-btn:active .bm-edit-pencil{transform:rotate(-.3deg) scale(.95)}.bm-divider{width:1px;height:36px;background:var(--bm-ink);opacity:.12}.bm-rule{height:1px;background-color:currentColor;opacity:.85;margin:16px 0}.bm-rule--thick{height:1.5px}.bm-rule--subtle{opacity:.4}.bm-rule--inked{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 10px;mask-size:200px 10px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.bm-rule--inked-heavy{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0.5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0.5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 10px;mask-size:200px 10px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.bm-rule--inked-subtle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0.15'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0.15'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 10px;mask-size:200px 10px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.bm-rule--inked-alt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' seed='42' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.65 0.35'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' seed='42' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.65 0.35'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 10px;mask-size:200px 10px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.bm-field-line--inked{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 10px;mask-size:200px 10px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.bm-card-dark{position:relative;background-color:var(--bm-texture-dark-avg);background-image:var(--bm-texture-dark);background-size:cover;background-position:center;color:var(--bm-cream);overflow:hidden}.bm-card-dark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#32281e47;mix-blend-mode:overlay;border-radius:inherit;pointer-events:none;z-index:1}.bm-card-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(var(--bm-light-angle),rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 6%,transparent 20%),linear-gradient(calc(var(--bm-light-angle) + 180deg),transparent 80%,rgba(0,0,0,.06) 90%,rgba(0,0,0,.14) 100%);box-shadow:inset -3px -3px 8px #00000014;pointer-events:none;z-index:10}.bm-card-dark.bm-stock-double-border{border-radius:10px;box-shadow:0 8px 40px #00000080,0 2px 8px #0000004d,inset 0 0 0 4px var(--h-surface-dark),inset 0 0 0 5.5px var(--bm-cream-20)}.bm-card-dark>.bm-card-content{position:relative;z-index:5}.bm-card-dark .bm-rule{color:var(--bm-cream)}.bm-card-dark .bm-rule--dim{color:var(--bm-cream-20);margin:0}.bm-card-dark .bm-field{border-color:var(--bm-cream-20);color:var(--bm-cream);background:transparent}.bm-card-dark .bm-field::-moz-placeholder{color:var(--bm-cream-35);font-style:italic}.bm-card-dark .bm-field::placeholder{color:var(--bm-cream-35);font-style:italic}.bm-card-dark .bm-field:focus{border-color:var(--bm-cream-50);box-shadow:0 0 0 1px var(--bm-cream-20)}.bm-card-dark .bm-btn{border-color:var(--bm-cream-20);color:var(--bm-cream)}.bm-card-dark .bm-btn:disabled{border-color:var(--bm-cream-10);color:var(--bm-cream-20)}.bm-card-dark .bm-btn-primary{background-color:var(--bm-cream-10);color:var(--bm-cream)}.bm-card-dark .bm-btn-primary:hover:not(:disabled){opacity:1;background-color:var(--bm-cream-20)}.bm-card-dark .bm-btn-primary:active:not(:disabled){opacity:1;background-color:var(--bm-cream-20)}.bm-field{display:block;width:100%;border:1.5px solid var(--bm-ink);padding:8px 10px;min-height:36px;background:transparent;color:var(--bm-ink);font-family:var(--t-font-lexend);font-weight:400;font-size:13px;line-height:1.4;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.bm-field::-moz-placeholder{font-family:var(--t-font-lexend);font-weight:300;font-style:italic;color:var(--t-warm-gray)}.bm-field::placeholder{font-family:var(--t-font-lexend);font-weight:300;font-style:italic;color:var(--t-warm-gray)}.bm-field:focus{border-color:var(--bm-ink);box-shadow:0 0 0 1px var(--bm-ink)}.bm-field--no-italic::-moz-placeholder{font-style:normal}.bm-field--no-italic::placeholder{font-style:normal}select.bm-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:28px}.bm-field-label{display:block;font-family:var(--t-font-jost);font-weight:500;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--bm-ink-soft);margin-bottom:5px}.bm-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--t-font-jost);font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.1em;padding:9px 20px;border:1.5px solid var(--bm-ink);border-radius:2px;cursor:pointer;transition:opacity .15s ease,background-color .15s ease;outline:none;min-height:36px;line-height:1}.bm-btn:focus-visible{box-shadow:0 0 0 2px var(--bm-cream),0 0 0 4px var(--bm-ink)}.bm-btn:disabled{opacity:.35;cursor:not-allowed}.bm-btn-primary{background-color:var(--bm-ink);color:var(--bm-cream)}.bm-btn-primary:hover:not(:disabled){opacity:.85}.bm-btn-primary:active:not(:disabled){opacity:.75}.bm-btn-secondary{background-color:transparent;color:var(--bm-ink)}.bm-btn-secondary:hover:not(:disabled){background-color:#1a1a1a0d}.bm-btn-secondary:active:not(:disabled){background-color:#1a1a1a1a}@keyframes bm-hue-cycle{0%{filter:sepia(1) hue-rotate(0deg) saturate(1.4)}to{filter:sepia(1) hue-rotate(360deg) saturate(1.4)}}.bm-btn-celebrate{filter:sepia(1) hue-rotate(0deg) saturate(1.4);animation:bm-hue-cycle 8s linear infinite}.bm-btn-celebrate:hover:not(:disabled){filter:sepia(1) hue-rotate(0deg) saturate(1.8);animation-duration:4s;opacity:1}.bm-btn-celebrate:active:not(:disabled){filter:sepia(1) hue-rotate(0deg) saturate(2);animation-duration:4s;opacity:1}.bm-btn-celebrate:disabled{animation:none;filter:sepia(1) saturate(.5)}@keyframes bm-hue-cycle-subtle{0%{filter:sepia(.3) hue-rotate(0deg) saturate(.8)}to{filter:sepia(.3) hue-rotate(360deg) saturate(.8)}}.bm-btn-celebrate-subtle{background-color:#7864500f;filter:sepia(.3) hue-rotate(0deg) saturate(.8);animation:bm-hue-cycle-subtle 16s linear infinite;transition:background-color .2s ease}.bm-btn-celebrate-subtle:hover{background-color:#7864501f;filter:sepia(.4) hue-rotate(0deg) saturate(1.2);animation-duration:8s}.bm-dropzone{border:none;cursor:pointer;text-align:center;color:var(--h-action-primary);background-color:transparent;background-image:repeating-linear-gradient(0deg,var(--h-action-primary),var(--h-action-primary) 2px,transparent 2px,transparent 8px),repeating-linear-gradient(90deg,var(--h-action-primary),var(--h-action-primary) 2px,transparent 2px,transparent 8px),repeating-linear-gradient(180deg,var(--h-action-primary),var(--h-action-primary) 2px,transparent 2px,transparent 8px),repeating-linear-gradient(270deg,var(--h-action-primary),var(--h-action-primary) 2px,transparent 2px,transparent 8px);background-size:1.5px 100%,100% 1.5px,1.5px 100%,100% 1.5px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.25' numOctaves='5' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.75 0.25'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.25' numOctaves='5' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.75 0.25'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");-webkit-mask-size:200px 200px;mask-size:200px 200px;transition:background-color .2s ease,color .2s ease}.bm-dropzone:hover,.bm-dropzone--active{color:#3d6b3d;background-image:repeating-linear-gradient(0deg,#3d6b3d,#3d6b3d 2px,transparent 2px,transparent 8px),repeating-linear-gradient(90deg,#3d6b3d,#3d6b3d 2px,transparent 2px,transparent 8px),repeating-linear-gradient(180deg,#3d6b3d,#3d6b3d 2px,transparent 2px,transparent 8px),repeating-linear-gradient(270deg,#3d6b3d,#3d6b3d 2px,transparent 2px,transparent 8px)}.bm-dropzone--active{background-color:color-mix(in srgb,var(--h-action-primary) 10%,transparent)}.bm-icon-eroded{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.45 0.55'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.45 0.55'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");-webkit-mask-size:200px 200px;mask-size:200px 200px}.bm-icon-gray{filter:grayscale(1) brightness(.7) contrast(2) brightness(1.15) opacity(.8)}.bm-icon-gold{filter:grayscale(1) sepia(.8) hue-rotate(-5deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.6) opacity(.8)}.bm-icon-rust{filter:grayscale(1) sepia(.6) hue-rotate(-15deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.5) opacity(.8);transition:filter .2s ease}.bm-icon-copper{filter:grayscale(1) sepia(.7) hue-rotate(0deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.5) opacity(.8)}.bm-icon-sage{filter:grayscale(1) sepia(.5) hue-rotate(60deg) brightness(.65) contrast(2) brightness(1.1) saturate(1.2) opacity(.8)}.bm-icon-slate{filter:grayscale(1) sepia(.2) hue-rotate(180deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.3) opacity(.8)}.bm-icon-plum{filter:grayscale(1) sepia(.5) hue-rotate(240deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.5) opacity(.8)}.bm-icon-dusk{filter:grayscale(1) sepia(.4) hue-rotate(210deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.3) opacity(.8)}.bm-icon-mango{filter:grayscale(1) sepia(.7) hue-rotate(5deg) brightness(.7) contrast(2) brightness(1.15) saturate(2.2) opacity(.85)}.bm-icon-muted-red{filter:saturate(.55) brightness(.82) contrast(1.15) opacity(.85)}.group:hover>.bm-icon-to-gold,.group:hover .bm-icon-to-gold{filter:grayscale(1) sepia(.8) hue-rotate(-5deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.6) opacity(.8);transition:filter .2s ease}.group:hover>.bm-icon-to-rust,.group:hover .bm-icon-to-rust{filter:grayscale(1) sepia(.6) hue-rotate(-15deg) brightness(.7) contrast(2) brightness(1.15) saturate(1.5) opacity(.8);transition:filter .2s ease}.group:hover>.bm-icon-to-sage,.group:hover .bm-icon-to-sage{filter:grayscale(1) sepia(.5) hue-rotate(60deg) brightness(.65) contrast(2) brightness(1.1) saturate(1.2) opacity(.8);transition:filter .2s ease}@font-face{font-family:"Knockout 50";src:url(/type/Knockout-HTF50-Welterweight.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--t-ink: #1a1a1a;--t-ink-70: rgba(26, 26, 26, .7);--t-ink-60: rgba(26, 26, 26, .6);--t-ink-50: rgba(26, 26, 26, .5);--t-cream: #f5f2eb;--t-cream-dark: #e8e4dd;--t-warm-gray: #888580;--t-gold: #c4a77d;--t-gold-dark: #a8905f;--t-amber: #b8860b;--t-amber-soft: #c9973d;--t-sage: #7a9a7a;--t-sage-light: #a8c4a8;--t-sage-muted: #94a894;--t-font-knockout: "Knockout 50", "League Gothic", Impact, sans-serif;--t-font-league: "League Gothic", Impact, sans-serif;--t-font-jost: "Jost", system-ui, sans-serif;--t-font-lexend: "Lexend", system-ui, sans-serif;--t-font-silkscreen: "Silkscreen", monospace}.t-room-title{font-family:var(--t-font-knockout);font-size:22px;text-transform:uppercase;letter-spacing:.05em;line-height:1.1;color:var(--t-ink)}.t-ownership{font-family:var(--t-font-jost);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--t-amber)}.t-username{font-family:var(--t-font-jost);font-weight:400;font-size:11px;letter-spacing:.08em;color:var(--t-ink)}.t-action{font-family:var(--t-font-jost);font-weight:400;font-size:11px;letter-spacing:.08em;color:var(--t-warm-gray);text-decoration:none;cursor:pointer;transition:color .15s ease}.t-action:hover{color:var(--t-ink)}.t-description,.t-presence{font-family:var(--t-font-lexend);font-weight:300;font-size:12px;color:var(--t-ink-70)}.t-chat-author{font-family:var(--t-font-lexend);font-weight:500;font-size:13px;color:var(--t-ink)}.t-chat-message{font-family:var(--t-font-lexend);font-weight:400;font-size:13px;color:var(--t-ink)}.chat-link-wrap{position:relative;display:inline}.chat-link{color:var(--t-ink);text-decoration:underline;text-decoration-color:#0000001f;text-underline-offset:2px;cursor:pointer;transition:text-decoration-color .12s ease}.chat-link:hover{text-decoration-color:#0000004d}.chat-link-popover{position:fixed;z-index:9999;background:var(--h-surface);padding:3px 7px;border-radius:4px;box-shadow:0 1px 3px #00000014;white-space:normal;overflow-wrap:break-word;max-width:400px;text-indent:0;transition:opacity .12s ease-in;pointer-events:none}.chat-link-popover-url{font-family:var(--t-font-lexend);font-size:11px;font-weight:300;color:var(--t-ink);opacity:.75;line-height:1.4}.t-motion{font-family:var(--t-font-lexend);font-weight:300;font-size:12px;font-style:italic;color:var(--t-warm-gray);line-height:1.1}.t-broadcast-on{font-family:var(--t-font-lexend);font-weight:400;font-size:12px;color:var(--t-amber)}.t-broadcast-off{font-family:var(--t-font-lexend);font-weight:400;font-size:12px;color:var(--t-sage)}.t-tag{font-family:var(--t-font-jost);font-weight:400;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px 1px;border-radius:3px;display:inline-block;text-decoration:none;transition:all .15s ease}.t-tag-inactive{color:var(--t-ink);border:none;background:#0000000a}.t-tag-inactive:hover{background:#00000014}.t-tag-active{color:var(--t-ink);background:var(--t-sage-light);border:none}.t-timestamp{font-family:var(--t-font-lexend);font-weight:300;font-size:10px;color:var(--t-warm-gray)}.t-now-playing{font-family:var(--t-font-league);font-size:14px;text-transform:uppercase;letter-spacing:.02em}.t-now-playing-artist{color:var(--t-ink)}.t-now-playing-separator{color:var(--t-warm-gray);margin:0 2px}.t-now-playing-title{color:var(--t-ink-70)}.t-now-playing-container{cursor:pointer;transition:all .15s ease;padding:4px 8px;margin:-4px -8px;border-radius:4px}.t-now-playing-container:hover{background:#1a1a1a0d}.t-now-playing-container:hover .t-now-playing-artist{color:var(--t-gold-dark)}.t-control{font-family:var(--t-font-silkscreen);font-size:8px;text-transform:uppercase;color:var(--t-ink-60)}.t-placeholder{font-family:var(--t-font-lexend);font-weight:300;font-size:13px;font-style:italic;color:var(--t-warm-gray)}@media (max-width: 768px){.t-room-title{font-size:15px}}@media (max-width: 540px){.t-room-title{font-size:14px}.t-description,.t-presence,.t-motion{font-size:11px}.t-chat-author,.t-chat-message{font-size:12px}.t-ownership{font-size:10px}}.t-wobble-processed span{display:inline-block}:root{--h-surface: var(--bm-cream);--h-surface-warm: #ecdccc;--h-surface-frosted: rgba(255, 255, 255, .95);--h-surface-dark: #1a1916;--h-shadow-1: 0px 1px 1px rgba(0, 0, 0, .1), 1px 2px 3px rgba(0, 0, 0, .08), 2px 4px 8px rgba(0, 0, 0, .05);--h-shadow-2: 1px 1px 1px rgba(0, 0, 0, .12), 2px 3px 4px rgba(0, 0, 0, .12), 4px 6px 12px rgba(0, 0, 0, .08), 8px 12px 24px rgba(0, 0, 0, .06);--h-shadow-3: 0px 4px 6px rgba(0, 0, 0, .1), 0px 10px 20px rgba(0, 0, 0, .12), 0px 20px 40px rgba(0, 0, 0, .08);--h-radius-sharp: 1px;--h-radius-card: 6px;--h-radius-panel: 10px;--h-duration-fast: .15s;--h-duration-normal: .2s;--h-ease: cubic-bezier(.2, 0, .4, 1);--h-pad-compact: 16px;--h-pad-normal: 20px;--h-pad-roomy: 24px;--h-gap-section: 16px;--h-gap-field: 12px;--h-backdrop-light: rgba(0, 0, 0, .2);--h-backdrop-medium: rgba(0, 0, 0, .4);--h-backdrop-heavy: rgba(0, 0, 0, .6);--h-backdrop-dramatic: rgba(0, 0, 0, .85);--h-action-primary: #6b8e6b;--h-action-primary-hover: #5a7d5a;--h-action-danger: #dc2626;--h-action-danger-hover: #b91c1c;--h-action-tool: #f59e0b;--h-action-tool-hover: #d97706;--h-border: rgba(0, 0, 0, .1);--h-border-field: rgba(0, 0, 0, .15);--h-input-bg: rgba(0, 0, 0, .04);--h-input-bg-focus: rgba(0, 0, 0, .02)}.h-ring-primary:focus{--tw-ring-color: color-mix(in srgb, var(--h-action-primary) 30%, transparent);border-color:var(--h-action-primary)}.h-ring-tool:focus{--tw-ring-color: color-mix(in srgb, var(--h-action-tool) 40%, transparent);border-color:var(--h-action-tool)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-stone{--tw-prose-body: #44403c;--tw-prose-headings: #1c1917;--tw-prose-lead: #57534e;--tw-prose-links: #1c1917;--tw-prose-bold: #1c1917;--tw-prose-counters: #78716c;--tw-prose-bullets: #d6d3d1;--tw-prose-hr: #e7e5e4;--tw-prose-quotes: #1c1917;--tw-prose-quote-borders: #e7e5e4;--tw-prose-captions: #78716c;--tw-prose-kbd: #1c1917;--tw-prose-kbd-shadows: rgb(28 25 23 / 10%);--tw-prose-code: #1c1917;--tw-prose-pre-code: #e7e5e4;--tw-prose-pre-bg: #292524;--tw-prose-th-borders: #d6d3d1;--tw-prose-td-borders: #e7e5e4;--tw-prose-invert-body: #d6d3d1;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a8a29e;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a8a29e;--tw-prose-invert-bullets: #57534e;--tw-prose-invert-hr: #44403c;--tw-prose-invert-quotes: #f5f5f4;--tw-prose-invert-quote-borders: #44403c;--tw-prose-invert-captions: #a8a29e;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d6d3d1;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #57534e;--tw-prose-invert-td-borders: #44403c}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.-bottom-3\.5{bottom:-.875rem}.-bottom-4{bottom:-1rem}.-bottom-5{bottom:-1.25rem}.-left-3\.5{left:-.875rem}.-left-4{left:-1rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-right-5{right:-1.25rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-4{top:-1rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-\[22px\]{bottom:22px}.bottom-\[60px\]{bottom:60px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[15px\]{right:15px}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-\[46px\]{top:46px}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1500\]{z-index:1500}.z-\[1999\]{z-index:1999}.z-\[2000\]{z-index:2000}.z-\[5\]{z-index:5}.z-\[60\]{z-index:60}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.float-right{float:right}.m-auto{margin:auto}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-1{margin-bottom:-.25rem}.-ml-1{margin-left:-.25rem}.-mr-1{margin-right:-.25rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[52px\]{height:52px}.h-full{height:100%}.max-h-\[280px\]{max-height:280px}.max-h-\[30vh\]{max-height:30vh}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[calc\(100\%-6rem\)\]{max-height:calc(100% - 6rem)}.max-h-\[calc\(100vh-64px\)\]{max-height:calc(100vh - 64px)}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.w-0{width:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[200px\]{width:200px}.w-\[340px\]{width:340px}.w-\[35\%\]{width:35%}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[50px\]{min-width:50px}.max-w-0{max-width:0px}.max-w-2xl{max-width:42rem}.max-w-\[150px\]{max-width:150px}.max-w-\[270px\]{max-width:270px}.max-w-\[280px\]{max-width:280px}.max-w-\[360px\]{max-width:360px}.max-w-\[400px\]{max-width:400px}.max-w-\[4rem\]{max-width:4rem}.max-w-\[700px\]{max-width:700px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[calc\(100vw-32px\)\]{max-width:calc(100vw - 32px)}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-8{--tw-translate-x: -2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-8{--tw-translate-x: 2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[185deg\]{--tw-rotate: 185deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-ns-resize{cursor:ns-resize}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-black\/5>:not([hidden])~:not([hidden]){border-color:#0000000d}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[1px\]{border-radius:1px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-black\/10{border-color:#0000001a}.border-black\/5{border-color:#0000000d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-neutral-300{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))}.border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500\/30{border-color:#ef44444d}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/30{border-color:#ffffff4d}.bg-\[\#6b8e6b\]\/20{background-color:#6b8e6b33}.bg-\[\#e8d0d0\]{--tw-bg-opacity: 1;background-color:rgb(232 208 208 / var(--tw-bg-opacity, 1))}.bg-\[\#e8e4dc\]{--tw-bg-opacity: 1;background-color:rgb(232 228 220 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f2eb\]{--tw-bg-opacity: 1;background-color:rgb(245 242 235 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/80{background-color:#f59e0bcc}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/95{background-color:#111827f2}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600\/90{background-color:#dc2626e6}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-rose-400\/80{background-color:#fb7185cc}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-amber-900\/90{--tw-gradient-from: rgb(120 53 15 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-amber-950\/90{--tw-gradient-to: rgb(69 26 3 / .9) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[17px\]{padding-left:17px;padding-right:17px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pb-\[12px\]{padding-bottom:12px}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[10px\]{padding-top:10px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8em\]{font-size:.8em}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#228B22\]{--tw-text-opacity: 1;color:rgb(34 139 34 / var(--tw-text-opacity, 1))}.text-\[\#2d7a2d\]{--tw-text-opacity: 1;color:rgb(45 122 45 / var(--tw-text-opacity, 1))}.text-\[\#6b8e6b\]{--tw-text-opacity: 1;color:rgb(107 142 107 / var(--tw-text-opacity, 1))}.text-\[\#8b2020\]{--tw-text-opacity: 1;color:rgb(139 32 32 / var(--tw-text-opacity, 1))}.text-\[\#a8905f\]{--tw-text-opacity: 1;color:rgb(168 144 95 / var(--tw-text-opacity, 1))}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-200\/70{color:#fde68ab3}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.text-stone-800{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity, 1))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/30{color:#ffffff4d}.text-white\/40{color:#fff6}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.underline{text-decoration-line:underline}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(75 85 99 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgb(75 85 99 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/30{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/50{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.-outline-offset-1{outline-offset:-1px}.outline-amber-500{outline-color:#f59e0b}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-amber-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.ring-transparent{--tw-ring-color: transparent}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[filter\]{transition-property:filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[filter\:none\]{filter:none}html{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);overscroll-behavior-y:none}@font-face{font-family:Lexend;src:url(/type/lexend.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:League Gothic;src:url(/type/league-gothic.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Urania Czech;src:url(/type/urania-czech.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Urania Fallback;src:local("Courier New");size-adjust:84%}@font-face{font-family:Silkscreen;src:url(/type/silkscreen.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}body{margin:0;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f2eb;color:#2a2a2a}@media (max-width: 768px){.mobile-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.mobile-hide-scrollbar::-webkit-scrollbar{display:none}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.touch-target-44:before{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;transform:translate(-50%,-50%)}@media (max-width: 768px){.touch-target-44:before{width:44px;height:44px}}.animate-fade-in{animation:fadeIn .1s cubic-bezier(.2,0,.4,1)}.animate-fade-out{animation:fadeOut .08s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.room-transition-container{position:relative;width:100%;height:100%}.room-layer{position:absolute;top:0;right:0;bottom:0;left:0;will-change:opacity}.room-dim-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1;pointer-events:none;animation:dim-progress 2s linear forwards}@keyframes dim-progress{0%{opacity:0}5%{opacity:.08}15%{opacity:.2}35%{opacity:.4}to{opacity:1}}.room-layer--outgoing{animation:film-dissolve-out .3s ease-out .1s forwards;z-index:1}.room-layer--incoming{animation:film-dissolve-in .4s ease-out forwards;z-index:2}@keyframes film-dissolve-out{0%{opacity:1}to{opacity:0}}@keyframes film-dissolve-in{0%{opacity:0}to{opacity:1}}.animate-label-flash{animation:labelFlash 1.5s ease-out}@keyframes labelFlash{0%{filter:brightness(2.5) drop-shadow(0 0 8px rgba(255,255,255,.9))}10%{filter:brightness(2) drop-shadow(0 0 12px rgba(255,255,200,.8))}30%{filter:brightness(1.3) drop-shadow(0 0 6px rgba(255,255,200,.4))}to{filter:brightness(1) drop-shadow(0 0 0 transparent)}}.animate-label-fadeout{animation:labelFadeout 5s ease-out forwards}@keyframes label-entrance-wave{0%{opacity:0}to{opacity:1}}@keyframes labelFadeout{0%{opacity:1}to{opacity:.1}}.animate-countdown-sweep{animation:countdownSweep 5s linear forwards}@keyframes countdownSweep{0%{stroke-dashoffset:0}to{stroke-dashoffset:-37.7}}.animate-iridescent{animation:iridescent 3s ease-in-out infinite}@keyframes iridescent{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shrink-out{animation:shrinkOut .3s ease-out forwards}@keyframes shrinkOut{0%{max-height:100px;opacity:1}to{max-height:0;opacity:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}.animate-expand-in{animation:expandIn .3s ease-out forwards}@keyframes expandIn{0%{max-height:0;opacity:0;overflow:hidden}to{max-height:100px;opacity:1}}.animate-welcome-card{animation:welcomeCardIn 1s cubic-bezier(.22,1,.36,1) both}@keyframes welcomeCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.marquee-container{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.marquee-container .marquee-text{display:inline-block;max-width:100%;vertical-align:top}.marquee-container.is-truncated{padding-right:2px}.marquee-container.is-truncated:hover{text-overflow:clip;mask-image:linear-gradient(to right,black calc(100% - 16px),transparent 100%);-webkit-mask-image:linear-gradient(to right,black calc(100% - 16px),transparent 100%)}.marquee-container.is-truncated:hover .marquee-text{animation:marquee-scroll 4s ease-in-out infinite;will-change:transform}@keyframes marquee-scroll{0%,20%{transform:translate(0)}80%,to{transform:translate(calc(-1 * var(--overflow-px, 50px)))}}.nav-tag{transition:color .5s ease-out;position:relative;overflow:hidden;z-index:0}.nav-tag-active{animation:nav-text-green .5s ease-out forwards}.nav-tag-active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#2d7a2d1a;animation:nav-sweep-in .5s ease-out forwards;transform-origin:left center}@keyframes nav-sweep-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes nav-text-green{0%{color:#374151}50%{color:#374151}to{color:#2d6b2d}}.nav-tag-leaving{animation:nav-text-grey .5s ease-out forwards;color:#2d6b2d}.nav-tag-leaving:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#2d7a2d1a;animation:nav-sweep-out .5s ease-out forwards;transform-origin:right center}@keyframes nav-sweep-out{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes nav-text-grey{0%{color:#2d6b2d}50%{color:#2d6b2d}to{color:#374151}}.animate-whisper-out,.animate-artifact-out{animation:artifactOut 80ms ease-out forwards}@keyframes artifactOut{0%{opacity:1}to{opacity:0}}.canvas-inline-blur{position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none;opacity:0}.canvas-inline-blur--active{opacity:1}.canvas-inline-vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.canvas-inline-vignette--active{opacity:1}@supports not (backdrop-filter: blur(1px)){.canvas-inline-blur{background:#00000014}}@media (max-width: 768px){.canvas-inline-blur,.canvas-inline-vignette{display:none}}@media (prefers-reduced-motion: reduce){.animate-fade-in,.animate-fade-out,.animate-label-flash,.animate-label-fadeout,.animate-countdown-sweep,.animate-iridescent,.animate-shrink-out,.animate-expand-in,.animate-welcome-card,.animate-whisper-in,.animate-whisper-out,.animate-artifact-text-in,.animate-artifact-article-in,.animate-artifact-document-in,.animate-artifact-link-in,.animate-artifact-image-in,.animate-artifact-video-in,.animate-artifact-embed-in,.animate-artifact-audio-in,.animate-artifact-out,.marquee-container:hover .marquee-text,.nav-tag-active,.nav-tag-active:before,.nav-tag-leaving,.nav-tag-leaving:before,.bm-btn-celebrate{animation:none}.bm-btn-celebrate{filter:sepia(1) hue-rotate(180deg) saturate(1.2)}.nav-tag-active{color:#2d6b2d;background-color:#2d7a2d1a}.nav-tag-leaving{color:#374151;background-color:#0000000d}.animate-shrink-out{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.animate-label-fadeout{opacity:.3}.animate-countdown-sweep{stroke-dashoffset:-18.85}.animate-welcome-card{opacity:1;transform:none}.room-layer--outgoing,.room-layer--incoming{animation:none}.room-layer--outgoing{opacity:0}.room-layer--incoming{opacity:1}.room-dim-overlay{display:none}}.tiptap-editor .ProseMirror{display:block;width:100%;border:1.5px solid var(--bm-ink);padding:10px 12px;min-height:100px;max-height:320px;overflow-y:auto;background:transparent;color:var(--bm-ink);font-family:var(--t-font-lexend);font-weight:400;font-size:13px;line-height:1.5;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.tiptap-editor .ProseMirror:focus{border-color:var(--bm-ink);box-shadow:0 0 0 1px var(--bm-ink)}.tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--t-warm-gray, #999);font-weight:300;font-style:italic;pointer-events:none;height:0}.tiptap-editor .ProseMirror h1{font-size:1.15em;font-weight:600;color:var(--bm-ink);margin:.15em 0 .4em;line-height:1.3}.tiptap-editor .ProseMirror h2{font-size:1em;font-weight:600;color:var(--bm-ink);margin:.1em 0 .35em;line-height:1.3}.tiptap-editor .ProseMirror h3{font-size:.95em;font-weight:500;color:var(--bm-ink);margin:.55em 0 .25em;line-height:1.3}.tiptap-editor .ProseMirror p{margin:.35em 0}.tiptap-editor .ProseMirror p:first-child{margin-top:0}.tiptap-editor .ProseMirror p:last-child{margin-bottom:0}.tiptap-editor .ProseMirror ul{list-style:disc;padding-left:1.25em;margin:.35em 0}.tiptap-editor .ProseMirror ol{list-style:decimal;padding-left:1.25em;margin:.35em 0}.tiptap-editor .ProseMirror li{margin:.15em 0}.tiptap-editor .ProseMirror li p{margin:0}.tiptap-editor .ProseMirror blockquote{border-left:3px solid var(--bm-ink-soft, #999);padding-left:.75em;margin:.5em 0;color:var(--bm-ink-soft, #666);font-style:italic}.tiptap-editor .ProseMirror hr{border:none;border-top:1px solid var(--bm-ink-soft, #ccc);margin:.75em 0}.tiptap-editor .ProseMirror a{color:#2563eb;text-decoration:underline}.tiptap-editor .ProseMirror code{font-size:.9em;background:#0000000f;padding:.15em .3em;border-radius:3px}.tiptap-editor .ProseMirror strong{font-weight:600}.tiptap-editor .ProseMirror em{font-style:italic}.tiptap-editor .ProseMirror s{text-decoration:line-through}.tiptap-editor .ProseMirror img{max-width:100%;height:auto;border-radius:3px;margin:.5em 0;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:2px solid transparent;outline-offset:2px;transition:outline-color .1s ease}.tiptap-editor .ProseMirror img.ProseMirror-selectednode{outline-color:var(--h-action-primary, #6366f1)}.tiptap-image-placeholder{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:.5em 0;border:1.5px dashed var(--bm-ink-soft, #999);border-radius:3px;background:#00000008;font-family:var(--t-font-jost);font-size:11px;color:var(--bm-ink-soft)}.tiptap-image-placeholder .placeholder-spinner{width:14px;height:14px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--bm-ink-soft);border-radius:50%;flex-shrink:0;animation:tiptap-spin .8s linear infinite}@keyframes tiptap-spin{to{transform:rotate(360deg)}}.artifact-prose h1{font-size:1.15em;font-weight:600;color:var(--bm-ink);margin:.15em 0 .4em;line-height:1.3}.artifact-prose h2{font-size:1em;font-weight:600;color:var(--bm-ink);margin:.1em 0 .35em;line-height:1.3}.artifact-prose h3{font-size:.95em;font-weight:500;color:var(--bm-ink);margin:.1em 0 .3em;line-height:1.3}.artifact-preset-literary,.artifact-preset-literary h1,.artifact-preset-literary h2,.artifact-preset-literary h3{font-family:Georgia,Times New Roman,serif}.artifact-preset-mono,.artifact-preset-mono h1,.artifact-preset-mono h2,.artifact-preset-mono h3{font-family:Courier New,Courier,monospace}.artifact-preset-display{font-family:var(--t-font-knockout);text-transform:uppercase;letter-spacing:.04em;font-size:1.5em;line-height:1.15}.artifact-align-center{text-align:center}.artifact-align-right{text-align:right}.tiptap-editor.preset-literary .ProseMirror{font-family:Georgia,Times New Roman,serif}.tiptap-editor.preset-mono .ProseMirror{font-family:Courier New,Courier,monospace}.tiptap-editor.preset-display .ProseMirror{font-family:var(--t-font-knockout);text-transform:uppercase;letter-spacing:.04em;font-size:1.3em;line-height:1.2}.tiptap-editor.align-center .ProseMirror{text-align:center}.tiptap-editor.align-right .ProseMirror{text-align:right}.tiptap-editor .ProseMirror pre{font-family:inherit;white-space:pre-wrap;border:1.5px dashed var(--bm-ink-soft, #999);border-radius:4px;padding:.4em .5em;margin:.25em 0;background:transparent}.tiptap-editor .ProseMirror pre code{font-family:inherit;font-size:inherit;background:none;padding:0}.artifact-prose pre{font-family:inherit;white-space:pre-wrap;border:none;padding:.2em 0;margin:.25em 0;background:transparent;color:inherit}.artifact-prose pre code{font-family:inherit;font-size:inherit;background:none;padding:0;color:inherit}.artifact-prose img{max-width:100%;height:auto;border-radius:4px;margin:.5em 0}.artifact-transparent .artifact-prose,.artifact-transparent .artifact-prose *,.artifact-transparent>p{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.7),0 0 12px rgba(0,0,0,.3)}[data-artifact-type=document]:hover .pdf-frost-overlay{opacity:1!important}[data-artifact-type=document]:hover .pdf-chevron-hint{color:#6b382099!important;bottom:10px!important}.version-panel-scroll::-webkit-scrollbar{display:none}.label-focusable:has(:focus-visible){outline:2px solid var(--bm-ink);outline-offset:3px}.placeholder\:text-\[\#2a2a2a\]\/30::-moz-placeholder{color:#2a2a2a4d}.placeholder\:text-\[\#2a2a2a\]\/30::placeholder{color:#2a2a2a4d}.last\:border-0:last-child{border-width:0px}.hover\:-translate-y-px:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-\[175deg\]:hover{--tw-rotate: 175deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-\[1deg\]:hover{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-amber-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#6b8e6b\]\/20:hover{background-color:#6b8e6b33}.hover\:bg-\[\#e8d0d0\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 208 208 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/20:hover{background-color:#0003}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-500:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-600:hover{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:text-\[\#1f5c1f\]:hover{--tw-text-opacity: 1;color:rgb(31 92 31 / var(--tw-text-opacity, 1))}.hover\:text-\[\#4a5a2f\]:hover{--tw-text-opacity: 1;color:rgb(74 90 47 / var(--tw-text-opacity, 1))}.hover\:text-\[\#a8905f\]:hover{--tw-text-opacity: 1;color:rgb(168 144 95 / var(--tw-text-opacity, 1))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-stone-600:hover{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/60:hover{color:#fff9}.hover\:text-white\/80:hover{color:#fffc}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-amber-300\/60:hover{--tw-ring-color: rgb(252 211 77 / .6)}.hover\:brightness-\[0\.93\]:hover{--tw-brightness: brightness(.93);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-white\/30:focus{border-color:#ffffff4d}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-amber-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-white\/5:disabled{background-color:#ffffff0d}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-75{opacity:.75}.group:hover .group-hover\:opacity-80{opacity:.8}.prose-headings\:font-serif :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.prose-headings\:font-medium :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500}.prose-headings\:text-gray-900 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.prose-headings\:text-stone-900 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.prose-h1\:mb-1 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem}.prose-h1\:mt-3 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem}.prose-h1\:text-sm :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-h2\:mb-1 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem}.prose-h2\:mt-3 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem}.prose-h2\:text-xs :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.75rem;line-height:1rem}.prose-h3\:mb-1 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem}.prose-h3\:mt-2 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem}.prose-h3\:text-xs :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.75rem;line-height:1rem}.prose-p\:my-1 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-p\:leading-relaxed :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.625}.prose-p\:leading-snug :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.375}.prose-p\:text-gray-600 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.prose-p\:text-stone-800 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity, 1))}.prose-a\:cursor-pointer :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){cursor:pointer}.prose-a\:text-gray-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.prose-a\:text-stone-700 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.prose-a\:underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:underline}.prose-strong\:text-gray-800 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.prose-strong\:text-stone-900 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.prose-ol\:my-1 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-ul\:my-1 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-li\:my-0\.5 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.125rem;margin-bottom:.125rem}.prose-img\:my-1\.5 :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.375rem;margin-bottom:.375rem}.prose-img\:rounded :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.25rem}.prose-img\:rounded-lg :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.5rem}.prose-img\:shadow-md :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media not all and (min-width: 768px){.max-md\:\!opacity-30{opacity:.3!important}}@media not all and (min-width: 640px){.max-sm\:w-\[55\%\]{width:55%}.max-sm\:w-\[65\%\]{width:65%}.max-sm\:text-\[17px\]{font-size:17px}}@media (max-width: 390px){.max-\[390px\]\:bottom-\[6px\]{bottom:6px}.max-\[390px\]\:text-\[14px\]{font-size:14px}.max-\[390px\]\:text-\[17px\]{font-size:17px}}@media (min-width: 640px){.sm\:w-\[65\%\]{width:65%}.sm\:w-\[80\%\]{width:80%}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pt-2{padding-top:.5rem}.sm\:text-\[20px\]{font-size:20px}}@media (min-width: 768px){.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}}.\[\&\:\:-moz-range-thumb\]\:h-2\.5::-moz-range-thumb{height:.625rem}.\[\&\:\:-moz-range-thumb\]\:w-2\.5::-moz-range-thumb{width:.625rem}.\[\&\:\:-moz-range-thumb\]\:cursor-pointer::-moz-range-thumb{cursor:pointer}.\[\&\:\:-moz-range-thumb\]\:rounded-full::-moz-range-thumb{border-radius:9999px}.\[\&\:\:-moz-range-thumb\]\:border-0::-moz-range-thumb{border-width:0px}.\[\&\:\:-moz-range-thumb\]\:bg-\[var\(--h-action-primary\)\]::-moz-range-thumb{background-color:var(--h-action-primary)}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:\:-webkit-slider-thumb\]\:h-2\.5::-webkit-slider-thumb{height:.625rem}.\[\&\:\:-webkit-slider-thumb\]\:h-3::-webkit-slider-thumb{height:.75rem}.\[\&\:\:-webkit-slider-thumb\]\:w-2\.5::-webkit-slider-thumb{width:.625rem}.\[\&\:\:-webkit-slider-thumb\]\:w-3::-webkit-slider-thumb{width:.75rem}.\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb{cursor:pointer}.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{border-radius:9999px}.\[\&\:\:-webkit-slider-thumb\]\:bg-\[var\(--h-action-primary\)\]::-webkit-slider-thumb{background-color:var(--h-action-primary)}.\[\&\:\:-webkit-slider-thumb\]\:bg-\[var\(--h-action-tool\)\]::-webkit-slider-thumb{background-color:var(--h-action-tool)}.\[\&\:\:-webkit-slider-thumb\]\:hover\:bg-\[var\(--h-action-tool-hover\)\]:hover::-webkit-slider-thumb{background-color:var(--h-action-tool-hover)}.\[\&\:\:placeholder\]\:not-italic::-moz-placeholder{font-style:normal}.\[\&\:\:placeholder\]\:not-italic::placeholder{font-style:normal}
