.archive-header{margin-bottom:2rem}.filters{position:sticky;top:var(--nav-h);z-index:20;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0}.filters,[data-theme=dark] .filters{background:color-mix(in srgb,var(--bg) 92%,transparent)}.filters__inner{gap:.5rem}.filter-row,.filters__inner{display:flex;flex-wrap:wrap;align-items:center}.filter-row{gap:10px}.filter-row+.filter-row{margin-top:12px}.filter-label{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);margin-right:4px;flex-shrink:0}.chip,.filter-label{font-family:var(--font-sans)}.chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:100px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:500;color:var(--fg-soft);cursor:pointer;transition:all var(--transition);white-space:nowrap}.chip:hover{color:var(--fg)}.chip.is-on,.chip:hover{border-color:var(--accent)}.chip.is-on{background:var(--accent);color:#fff}.search-wrap{margin-left:auto;position:relative;flex-shrink:0}.search-input{width:220px;padding:9px 14px 9px 36px;border-radius:100px;border:1px solid var(--border);background:var(--surface);font-family:var(--font-sans);font-size:13px;color:var(--fg);outline:none;transition:all var(--transition)}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);width:260px}.search-input::-moz-placeholder{color:var(--fg-muted)}.search-input::placeholder{color:var(--fg-muted)}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--fg-muted);pointer-events:none}.result-count{font-family:var(--font-sans);font-size:13px;color:var(--fg-muted);margin-left:auto}.result-count strong{color:var(--accent);font-weight:600}.empty{grid-column:1/-1;padding:72px 24px;text-align:center;border:1px dashed var(--border);border-radius:var(--radius)}.empty,.empty__icon{color:var(--fg-muted)}.empty__icon{font-family:var(--font-serif);font-size:2rem}.empty__text{font-family:var(--font-sans);font-size:15px;color:var(--fg-soft);margin:0}.empty-roman{font-family:var(--font-serif);font-style:italic;font-size:42px;color:var(--accent);margin-bottom:12px}.doc-item-v4{display:grid;grid-template-columns:120px 110px 1fr 40px;gap:24px;align-items:center;padding:22px 8px;border-bottom:1px solid var(--border-light);text-decoration:none;color:inherit;cursor:pointer;transition:padding var(--transition),background var(--transition),border-color var(--transition)}.doc-item-v4:first-child{border-top:1px solid var(--border)}.doc-item-v4:hover{padding-left:20px;background:var(--accent-bg)}.doc-item-v4__date{font-family:var(--font-sans);font-size:13px;color:var(--fg-muted);font-variant-numeric:tabular-nums}.doc-item-v4__cat{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);padding:4px 10px;border:1px solid var(--accent);border-radius:100px;justify-self:start}.doc-item-v4__main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.doc-item-v4__title{font-family:var(--font-serif);font-size:21px;font-weight:600;line-height:1.3;margin:0 0 4px}.doc-item-v4__ref,.doc-item-v4__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-item-v4__ref{font-family:var(--font-sans);font-size:13px;color:var(--fg-muted)}.doc-item-v4__arrow{width:22px;height:22px;color:var(--fg-muted);justify-self:end;transition:transform var(--transition),color var(--transition)}.doc-item-v4:hover .doc-item-v4__arrow{transform:translateX(4px);color:var(--accent)}.docs-list-wrap{max-width:920px;margin:0 auto;padding:0 var(--gutter)}@media (max-width:768px){.doc-item-v4{grid-template-columns:1fr 40px;grid-template-rows:auto auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:6px;padding:16px 12px}.doc-item-v4:first-child{border-top:1px solid var(--border)}.doc-item-v4__date{grid-column:1;grid-row:1;font-size:12px}.doc-item-v4__cat{grid-column:1;grid-row:2;justify-self:start;font-size:10px;padding:3px 8px}.doc-item-v4__main{grid-column:1;grid-row:3}.doc-item-v4__title{font-size:16px;line-height:1.3;margin-bottom:2px}.doc-item-v4__ref{font-size:12px}.doc-item-v4__arrow{grid-column:2;grid-row:1/span 3;align-self:center;width:20px;height:20px}.search-input{min-width:150px;font-size:14px;padding:10px 14px 10px 36px}.search-icon{width:16px;height:16px}.chip{padding:8px 14px;font-size:12px;min-height:38px}.empty{padding:48px 20px}.empty-roman{font-size:36px;margin-bottom:10px}.empty__text{font-size:14px}.docs-list-wrap{padding:0 16px}}@media (max-width:520px){.filters{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;gap:6px;padding:0 12px}.filters::-webkit-scrollbar{display:none}.doc-item-v4{padding:14px 10px}.doc-item-v4__title{font-size:15px}.doc-item-v4__arrow{width:18px;height:18px}.search-input{min-width:140px;font-size:13px}.chip{padding:7px 12px;font-size:11px;min-height:36px}}@media (max-width:360px){.doc-item-v4{grid-template-columns:1fr 36px;padding:12px 8px}.doc-item-v4__title{font-size:14px}.doc-item-v4__date{font-size:11px}.doc-item-v4__cat{font-size:9px;padding:2px 6px}.doc-item-v4__arrow{width:16px;height:16px}.search-input{min-width:130px;font-size:12px;padding:9px 12px 9px 32px}.search-icon{left:10px;width:14px;height:14px}}.lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.92);padding:16px}.lightbox__close{position:absolute;right:16px;top:16px;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.1);display:grid;place-items:center;color:#fff;border:none;cursor:pointer;z-index:1;transition:background var(--transition)}.lightbox__close:hover{background:hsla(0,0%,100%,.2)}.lightbox__nav{position:absolute;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.1);display:grid;place-items:center;color:#fff;border:none;cursor:pointer;transition:background var(--transition)}.lightbox__nav:hover{background:hsla(0,0%,100%,.2)}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:64px}.lightbox__body{display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:80vh}.lightbox__img{max-width:90vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;display:block}.lightbox__img.safe-cover{width:90vw;height:80vh}.lightbox__img.safe-cover svg{width:100%;height:100%}.lightbox__counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);font-size:13px;color:hsla(0,0%,100%,.7);text-align:center}.detail__gallery-item--empty{display:flex;align-items:center;justify-content:center;color:var(--fg-muted);font-size:13px}.shortcut-grid{display:none}.section--hide-mobile{display:block}@media (max-width:768px){.lightbox__nav--prev{left:8px;top:50%;transform:translateY(-50%)}.lightbox__nav--next{right:8px;top:50%;transform:translateY(-50%);bottom:auto}.lightbox__close,.lightbox__nav{width:40px;height:40px}.lightbox__close{top:8px;right:8px}}@media (max-width:1280px){.works--compact{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.games-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.works,.works--compact{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero__stack{display:block;width:min(100%,440px);height:252px;margin:8px auto 0;touch-action:pan-y}.stack-card{width:72%}.stack-card:first-child{top:0;transform:translateX(-50%) rotate(-3deg)}.stack-card:nth-child(2){top:14px;transform:translateX(-50%) rotate(1.5deg)}.stack-card:nth-child(3){top:28px;transform:translateX(-50%) rotate(0deg)}.hero__stack:hover .stack-card:first-child,.hero__stack:hover .stack-card:nth-child(2),.hero__stack:hover .stack-card:nth-child(3){box-shadow:0 8px 32px rgba(120,90,60,.08)}.hero__stack:hover .stack-card:first-child{transform:translateX(-50%) rotate(-3deg);opacity:.7}.hero__stack:hover .stack-card:nth-child(2){transform:translateX(-50%) rotate(1.5deg);opacity:.85}.hero__stack:hover .stack-card:nth-child(3){transform:translateX(-50%) rotate(0deg);opacity:1}.stack-dots{bottom:-18px}.games-grid{grid-template-columns:repeat(2,1fr)}.game-detail-header{grid-template-columns:1fr;gap:24px}.game-detail-header__cover{aspect-ratio:4/3}}@media (max-width:1100px){.nav__links{display:none}.nav__links.open{display:flex;flex-direction:column;align-items:stretch;position:fixed;top:var(--nav-h);left:0;right:0;z-index:101;max-height:calc(100dvh - var(--nav-h));overflow-y:auto;padding:8px 16px 20px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.12)}.nav__links.open .nav__link{display:flex;align-items:center;height:44px;padding:0 12px;font-size:15px;border-radius:var(--radius-sm)}.nav__links.open .nav__theme{width:44px;height:44px}.nav__mobile{display:grid}.nav__overlay{display:block;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.4)}.float-contact{display:none}}@media (max-width:768px){body{padding-bottom:var(--bottom-nav-h)}:root{--nav-h:56px}.nav__logo{font-size:17px}.nav__inner{gap:8px}.nav__links,.nav__links.open,.nav__mobile,.nav__overlay{display:none}.nav__theme-mobile{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:var(--fg-soft);transition:all var(--transition)}.nav__theme-mobile:hover{background:var(--border-light);color:var(--accent)}.nav__theme-mobile svg{width:18px;height:18px}.filters{top:calc(var(--nav-h) + var(--safe-top))}.bottom-nav{display:flex}.bottom-nav__item{padding:10px 0;gap:4px;min-width:60px}.bottom-nav__item.active{color:var(--accent)}.bottom-nav__icon{width:24px;height:24px}.bottom-nav__label{font-size:11px;font-weight:500}.section--hide-mobile{display:none}.hero__stack{height:220px;margin-top:0;margin-bottom:18px}.stack-card{width:70%}.stack-card:first-child{top:0;transform:translateX(-50%) rotate(-2.5deg)}.stack-card:nth-child(2){top:10px;transform:translateX(-50%) rotate(1.25deg)}.stack-card:nth-child(3){top:20px;transform:translateX(-50%) rotate(0deg)}.stack-card__img,.stack-card__img--placeholder{aspect-ratio:16/8.4}.stack-card__body{padding:9px 12px 10px}.stack-card__cat{font-size:10px}.stack-card__title{font-size:14px;line-height:1.3}.shortcut-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;max-width:520px;margin:0 auto 18px;padding:0 16px}.shortcut-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px;border-radius:12px;background:var(--surface);border:1px solid var(--border-light);text-decoration:none;color:var(--fg);font-size:12px;font-weight:500;text-align:center;transition:all var(--transition);min-height:76px;justify-content:center;min-width:0}.shortcut-grid__item:active{transform:scale(.96);background:var(--bg-warm)}.shortcut-grid__icon{width:26px;height:26px;color:var(--accent);display:flex;align-items:center;justify-content:center}.shortcut-grid__icon svg{width:100%;height:100%}.filters-wrap{position:relative}.filters-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:32px;background:linear-gradient(90deg,transparent,var(--bg));pointer-events:none;z-index:1}.filters{flex-wrap:nowrap;overflow-x:auto;gap:8px;padding:0 16px;margin-bottom:18px;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start}.filters+.filters{margin-top:12px}.filters::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;min-height:40px;padding:8px 16px;font-size:13px;white-space:nowrap}.mods-toolbar{flex-direction:column;align-items:stretch;gap:10px;padding:0 16px}.mods-toolbar__search{min-width:0;max-width:none;width:100%;font-size:16px;padding:12px 18px}.mods-toolbar__right{margin-left:0;justify-content:space-between}.docs__tabs{flex-wrap:nowrap;overflow-x:auto;gap:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 16px 4px}.docs__tabs::-webkit-scrollbar{display:none}.docs__tab{flex-shrink:0;min-height:40px;white-space:nowrap;font-size:13px}.works--compact{grid-template-columns:repeat(2,1fr);gap:10px}.works{gap:10px;padding:0 16px;max-width:100%;overflow:hidden}.works--tools{grid-auto-rows:auto}.works--tools .work-card{height:auto}.mod-list-item{gap:12px;padding:12px 16px}.mod-list-item__thumb{width:60px;height:44px;border-radius:8px}.mod-list-item__title{font-size:14px;white-space:normal;line-height:1.3}.mod-list-item__desc{display:none}.mod-list-item__tag{font-size:11px;padding:3px 8px}.modal-overlay{align-items:flex-end;padding:0;background:rgba(0,0,0,.45)}.modal-content{max-width:none;width:100%;max-height:92dvh;border-radius:16px 16px 0 0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom,0);animation:modalSlideUp .28s ease}.modal-content:before{content:"";display:block;width:40px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 6px}.modal-close{width:48px;height:48px;top:8px;right:8px}.modal-content .detail-wrap{padding:14px 16px 24px}.lightbox{padding:0}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px;bottom:56px;top:auto}.lightbox__close{top:8px;right:8px}.lightbox__counter{bottom:12px;font-size:12px}.footer{flex-direction:column;text-align:center;padding:24px 16px;gap:8px}.footer__left{flex-direction:column;gap:2px}.footer__copy{font-size:12px}.footer__link{min-height:44px;display:flex;align-items:center;font-size:13px}.about-wrap{padding:16px}.about__eyebrow{font-size:11px;margin-bottom:12px}.about__title{font-size:1.6rem;margin-bottom:16px}.about__bio{font-size:14px;margin-bottom:32px}.about__stats{grid-template-columns:repeat(2,1fr);gap:1px}.about__stat{padding:16px 12px}.about__stat-val{font-size:22px}.about__stat-label{font-size:11px}.about__section-title{font-size:18px;margin-bottom:12px}.section{padding:28px 16px 0}.section__title{font-size:18px}.section__header{margin-bottom:16px}.game-detail-back-row{padding-left:16px;padding-right:16px}.game-detail-header{padding:0 16px;margin-bottom:20px}.game-detail-header__num{font-size:20px}.game-detail-header__eyebrow{font-size:11px}.game-detail-header__title{font-size:1.6rem}.game-detail-header__desc,.game-detail-header__subtitle{font-size:14px}.game-detail-header__meta{grid-template-columns:1fr;gap:8px}.game-detail-header__meta-item{font-size:13px}.game-detail-header__link{min-height:44px;padding:10px 16px;font-size:13px}.float-contact{display:none}.detail-wrap{padding:16px 16px 24px}.detail__title{font-size:1.5rem}.detail__gallery{gap:8px}.detail__gallery-item{border-radius:10px}.detail__actions{flex-direction:column;gap:10px;margin-top:20px}.detail__actions .btn{width:100%;justify-content:center;min-height:48px}.detail__content{font-size:14px}}@media (max-width:640px){.games-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:16px 16px 0}.game-detail-header__title{font-size:1.4rem}.game-detail-header__meta{grid-template-columns:1fr}}@media (max-width:480px){.works{padding:0 12px}.works,.works--compact{gap:8px}.shortcut-grid{gap:8px;padding:0 12px;margin-bottom:16px}.shortcut-grid__item{min-height:72px;font-size:12px;padding:10px 2px}.shortcut-grid__icon{width:24px;height:24px}.about__stats{grid-template-columns:1fr 1fr;gap:1px}.about__stat{padding:14px 10px}.about__stat-val{font-size:20px}.game-detail-header__title{font-size:1.4rem}.game-card__title,.work-card__title{font-size:13px}.section{padding:24px 12px 0}.section__title{font-size:16px}.hero__stack{height:210px;margin-bottom:16px}.stack-card{width:68%}.game-card__desc,.work-card__desc{font-size:11px;-webkit-line-clamp:1}.detail__title{font-size:1.3rem}.filter-btn{min-height:38px;padding:7px 14px;font-size:12px}.modal-content{max-height:90dvh;border-radius:14px 14px 0 0}}@media (max-width:360px){.works{padding:0 10px}.works,.works--compact{grid-template-columns:repeat(2,1fr);gap:6px}.hero__stack{height:194px}.shortcut-grid{gap:6px;padding-left:10px;padding-right:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.shortcut-grid__item{min-height:68px;font-size:11px}.game-card__title,.work-card__title{font-size:12px}.section__title{font-size:14px}.bottom-nav__label{font-size:10px}.nav__logo{font-size:16px}.nav__theme-mobile{width:40px;height:40px}.game-room__name,.hero__title{font-size:1.5rem}.work-card__body{padding:8px 10px 10px}.work-card__footer{padding:6px 10px;font-size:10px}.game-card__body{padding:8px 10px}.game-card__meta{font-size:10px;gap:6px}.bottom-nav__item{min-width:56px;padding:8px 0}.bottom-nav__icon{width:22px;height:22px}}@media (hover:none){.work-card:hover{transform:none;box-shadow:0 10px 38px rgba(120,90,60,.07)}.work-card:hover:after{transform:scaleX(0)}.work-card:hover .work-card__img{transform:none;filter:none}.cat-chip:hover,.game-card:hover{transform:none}}@media (max-width:768px){*{-webkit-overflow-scrolling:touch}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:16px}[role=button],button{min-height:var(--touch-target-min)}a{min-height:var(--touch-target-xs);display:inline-flex;align-items:center}img{max-width:100%;height:auto}table{width:100%;display:block}pre,table{overflow-x:auto}pre{-webkit-overflow-scrolling:touch}.flex-wrap-mobile{flex-wrap:wrap}.flex-column-mobile{flex-direction:column}.flex-center-mobile{justify-content:center;align-items:center}.grid-1-mobile{grid-template-columns:1fr}.grid-2-mobile{grid-template-columns:repeat(2,1fr)}.gap-mobile-sm{gap:8px}.gap-mobile-md{gap:12px}.gap-mobile-lg{gap:16px}.p-mobile-sm{padding:8px}.p-mobile-md{padding:12px}.p-mobile-lg{padding:16px}.m-mobile-sm{margin:8px}.m-mobile-md{margin:12px}.m-mobile-lg{margin:16px}.text-mobile-xs{font-size:var(--font-size-mobile-xs)}.text-mobile-sm{font-size:var(--font-size-mobile-sm)}.text-mobile-base{font-size:var(--font-size-mobile-base)}.text-mobile-md{font-size:var(--font-size-mobile-md)}.text-mobile-lg{font-size:var(--font-size-mobile-lg)}.text-mobile-xl{font-size:var(--font-size-mobile-xl)}.rounded-mobile{border-radius:var(--radius-mobile)}.rounded-mobile-sm{border-radius:8px}.rounded-mobile-lg{border-radius:16px}.shadow-mobile{box-shadow:0 4px 20px rgba(0,0,0,.08)}.shadow-mobile-lg{box-shadow:0 8px 32px rgba(0,0,0,.12)}.transition-mobile{transition:all .28s cubic-bezier(.4,0,.2,1)}.hide-mobile{display:none!important}.show-mobile{display:block!important}.show-mobile-flex{display:flex!important}.show-mobile-grid{display:grid!important}.text-center-mobile{text-align:center}.text-left-mobile{text-align:left}.text-right-mobile{text-align:right}.w-full-mobile{width:100%}.w-auto-mobile{width:auto}.h-full-mobile{height:100%}.h-auto-mobile{height:auto}.overflow-hidden-mobile{overflow:hidden}.overflow-auto-mobile{overflow:auto}.overflow-scroll-mobile{overflow:scroll}.relative-mobile{position:relative}.absolute-mobile{position:absolute}.fixed-mobile{position:fixed}.z-10-mobile{z-index:10}.z-20-mobile{z-index:20}.z-30-mobile{z-index:30}.z-40-mobile{z-index:40}.z-50-mobile{z-index:50}.bg-surface-mobile{background:var(--surface)}.bg-warm-mobile{background:var(--bg-warm)}.bg-accent-mobile{background:var(--accent)}.border-mobile{border:1px solid var(--border)}.border-light-mobile{border:1px solid var(--border-light)}.focus-visible-mobile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@media (max-width:480px){.hide-small-mobile{display:none!important}.show-small-mobile{display:block!important}.text-small-mobile-xs{font-size:10px}.text-small-mobile-sm{font-size:11px}.text-small-mobile-base{font-size:12px}.text-small-mobile-md{font-size:13px}.p-small-mobile-sm{padding:6px}.p-small-mobile-md{padding:8px}.p-small-mobile-lg{padding:12px}.gap-small-mobile-sm{gap:6px}.gap-small-mobile-md{gap:8px}.gap-small-mobile-lg{gap:10px}}@media (max-width:360px){.hide-xs-mobile{display:none!important}.show-xs-mobile{display:block!important}.text-xs-mobile-xs{font-size:9px}.text-xs-mobile-sm{font-size:10px}.text-xs-mobile-base{font-size:11px}.text-xs-mobile-md{font-size:12px}.p-xs-mobile-sm{padding:4px}.p-xs-mobile-md{padding:6px}.p-xs-mobile-lg{padding:8px}.gap-xs-mobile-sm{gap:4px}.gap-xs-mobile-md{gap:6px}.gap-xs-mobile-lg{gap:8px}}@media (max-height:500px) and (orientation:landscape){.hero__stack{height:180px}.bottom-nav{height:50px}.bottom-nav__item{padding:6px 0}.bottom-nav__icon{width:20px;height:20px}.bottom-nav__label{font-size:10px}}@media (min-resolution:192dpi){.border-retina{border-width:.5px}}@media (hover:none) and (pointer:coarse){.hover-touch-none:hover{transform:none;box-shadow:none}.active-touch-scale:active{transform:scale(.98)}}@media (hover:hover) and (pointer:fine){.hover-desktop:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(120,90,60,.08)}}*,:after,:before{--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:rgba(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:rgba(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
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-sans);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,pre,samp{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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{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}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.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:"\201C""\201D""\2018""\2019";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:rgba(17,24,39,.1);--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:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--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}.visible{visibility:visible}.absolute{position:absolute}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.min-h-screen{min-height:100vh}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.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)}.prose-custom{color:var(--tw-prose-body);max-width:65ch}.prose-custom :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-custom :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-custom :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose-custom :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose-custom :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :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-custom :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-custom :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-custom :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-custom :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-custom :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-custom :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-custom :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-custom :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-custom :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose-custom :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-custom :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose-custom :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose-custom :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose-custom :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-custom :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:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-custom :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose-custom :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose-custom :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-custom :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose-custom :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-custom :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose-custom :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-custom :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-custom :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-custom :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-custom :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-custom :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose-custom :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-custom :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-custom :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose-custom :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose-custom :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose-custom :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose-custom :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose-custom :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-custom :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-custom :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-custom :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose-custom :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose-custom :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-custom :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose-custom :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-custom :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose-custom :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose-custom :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose-custom :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose-custom :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose-custom :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose-custom :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-custom :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-custom{font-size:1rem;line-height:1.75}.prose-custom :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-custom :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-custom :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-custom :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-custom :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-custom :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-custom :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-custom :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-custom :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-custom :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-custom :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-custom :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-custom :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-custom :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-custom :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-custom :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-custom :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-custom :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-custom :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-custom :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-custom :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-custom :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-custom :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-custom :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-custom{--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:rgba(17,24,39,.1);--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:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;max-width:none}.prose-custom :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.5rem;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(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)}.prose-custom :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){scroll-margin-top:5rem}[data-theme=dark] .prose-custom{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}