@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap";.toggle-theme{display:flex;align-items:center;border:1px solid var(--color-border-strong)}.toggle-theme:hover,.toggle-theme:focus{outline:none;border-color:var(--color-border-strong)}.toggle-theme__mode{display:flex;align-items:center;justify-content:center;width:42px;height:36px;color:var(--color-fg);font-size:18px}.toggle-lang{display:flex;align-items:center;border:1px solid var(--color-border-strong)}.toggle-lang__lang{width:48px;height:36px;color:var(--color-fg-tertiary);font-size:12px;transition:background-color .15s ease,color .15s ease}.toggle-lang__lang:focus{outline:none}.toggle-lang__lang--active{color:var(--color-fg);background:var(--color-surface-2)}@keyframes header-menu-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes header-backdrop-in{0%{opacity:0}to{opacity:.5}}.header{position:sticky;top:0;left:0;z-index:10;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.header__logo{height:30px}@media (min-width: 768px){.header__burger{display:none}}.header__burger{position:relative;width:36px;height:36px;color:var(--color-fg);border:1px solid var(--color-border-strong)}.header__burger-icon{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;font-size:18px;transition:opacity .2s ease,transform .2s ease}.header__burger-icon--menu{opacity:1;transform:rotate(0)}.header__burger-icon--close{opacity:0;transform:rotate(-90deg)}.header__burger--open .header__burger-icon--menu{opacity:0;transform:rotate(90deg)}.header__burger--open .header__burger-icon--close{opacity:1;transform:rotate(0)}@media (min-width: 768px){.header__menu{display:none}}.header__menu{position:absolute;top:100%;left:0;width:100%;background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);box-shadow:0 24px 48px -12px #0000004d;padding:0 24px;z-index:10;animation:header-menu-in .2s ease}.header__nav{display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase;font-size:14px}.header__nav ul{display:flex;width:100%;flex-direction:column;align-items:flex-start}.header__nav ul li{width:100%;padding:16px 0;border-bottom:1px solid var(--color-surface-2);color:var(--color-fg);white-space:nowrap}.header__nav ul li a{display:flex;align-items:center;justify-content:space-between;font-family:IBM Plex Mono,monospace;width:100%}.header__nav ul li a span{color:var(--color-fg-tertiary)}.header__nav--persistent{display:none;gap:22px}@media (min-width: 768px){.header__nav--persistent{display:flex;flex-direction:row;align-items:center;font-size:12px}}.header__nav--persistent ul{display:flex;flex-direction:row;align-items:center;gap:22px}.header__nav--persistent ul li{padding:0;border:none;color:var(--color-fg-secondary)}.header__nav--persistent ul li span{display:none}.header__nav--persistent .header__controls{padding:0;gap:22px}.header__backdrop{position:fixed;width:100%}@media (min-width: 768px){.header__backdrop{display:none}}.header__backdrop{bottom:0;left:0;top:66px;background:var(--color-fg-secondary);z-index:1;opacity:.5;animation:header-backdrop-in .2s ease}.header__controls{display:flex;width:100%;align-items:center;justify-content:space-between;padding:20px 0}.text-accent{text-decoration:underline;text-decoration-color:var(--color-border-strong);text-decoration-thickness:2px;text-underline-offset:4px}@media (min-width: 768px){.text-accent{text-decoration-thickness:3px;text-underline-offset:6px}}@media (min-width: 1024px){.text-accent{text-decoration-thickness:4px;text-underline-offset:10px}}.hero{position:relative;overflow:hidden;background:var(--color-bg)}.hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:repeat;background-size:32px 32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M8 20h8M20 8v8' stroke='rgba(0,0,0,0.06)' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E")}.dark .hero__pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M8 20h8M20 8v8' stroke='rgba(255,255,255,0.07)' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E")}.hero__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,var(--color-bg) 92%)}.hero__inner{position:relative;padding-top:52px;padding-bottom:40px}@media (min-width: 768px){.hero__inner{padding-top:72px;padding-bottom:56px}}.hero__eyebrow{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--color-fg-tertiary);margin-bottom:14px}@media (min-width: 768px){.hero__eyebrow{font-size:12px;margin-bottom:16px}}@media (min-width: 1024px){.hero__eyebrow{font-size:14px}}.hero__eyebrow-mark{color:var(--color-fg-secondary)}.hero__title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:34px;line-height:1.12;color:var(--color-fg);margin:0 0 18px}@media (min-width: 768px){.hero__title{font-size:52px;line-height:1.08;margin-bottom:22px}}@media (min-width: 1024px){.hero__title{font-size:68px}}.hero__description{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:14px;line-height:1.75;color:var(--color-fg-secondary)}@media (min-width: 768px){.hero__description{font-size:15.5px;max-width:560px}}@media (min-width: 1024px){.hero__description{font-size:18px}}.hero__links{display:flex;flex-direction:column;gap:.625rem;margin-top:22px}@media (min-width: 768px){.hero__links{flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:26px}}.hero__link{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-weight:500;border:1px solid var(--color-border-strong);color:var(--color-fg);font-size:13px;padding:10px 14px;transition:background-color .15s ease,border-color .15s ease}.hero__link:hover{background:var(--color-surface-2);border-color:var(--color-fg)}@media (min-width: 768px){.hero__link{width:auto;justify-content:flex-start}}@media (min-width: 1024px){.hero__link{font-size:14px;padding:11px 20px}}.hero__link-icon{font-size:1rem;line-height:1.5rem;flex-shrink:0}.hero__scroll{position:relative;display:flex;justify-content:center;padding-bottom:20px}@media (min-width: 768px){.hero__scroll{padding-bottom:22px}}.hero__scroll-link{display:flex;flex-direction:column;align-items:center;gap:.375rem;font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--color-fg-tertiary)}.hero__scroll-link:hover{color:var(--color-fg)}@media (min-width: 768px){.hero__scroll-link{font-size:12px}}@media (min-width: 1024px){.hero__scroll-link{font-size:14px}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.hero__scroll-icon{animation:bounce 1s infinite;font-size:1.5rem;line-height:2rem}.hero__scroll-link--hidden .hero__scroll-icon{visibility:hidden}.section-label{display:flex;align-items:center;gap:10px;margin-bottom:24px}@media (min-width: 768px){.section-label{gap:12px;margin-bottom:30px}}@media (min-width: 1024px){.section-label{gap:14px;margin-bottom:36px}}.section-label__num{font-family:IBM Plex Mono,monospace;width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);color:var(--color-fg-secondary);font-size:11px}@media (min-width: 768px){.section-label__num{width:30px;height:30px;font-size:13px}}.section-label__lbl{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-fg)}@media (min-width: 768px){.section-label__lbl{font-size:14px;letter-spacing:.13em}}@media (min-width: 1024px){.section-label__lbl{letter-spacing:.14em}}.section-label__rule{flex:1;height:1px;background:var(--color-border)}.about{background:var(--color-bg-alt)}.about__inner{padding-block:60px}@media (min-width: 768px){.about__inner{padding-block:80px}}@media (min-width: 1024px){.about__inner{padding-block:112px}}.about__heading{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:26px;line-height:1.25;color:var(--color-fg);margin:0 0 18px}@media (min-width: 768px){.about__heading{font-size:33px;line-height:1.2;margin-bottom:22px}}@media (min-width: 1024px){.about__heading{font-size:44px;max-width:820px;margin-bottom:28px}}.about__content{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:13.5px;line-height:1.85;color:var(--color-fg-secondary)}@media (min-width: 768px){.about__content{font-size:14.5px}}@media (min-width: 1024px){.about__content{font-size:16px;max-width:760px}}.about__emphasis{color:var(--color-fg-secondary);font-weight:600}.item-experience{position:relative;list-style:none;padding-left:38px;padding-bottom:48px}@media (min-width: 768px){.item-experience{padding-left:42px;padding-bottom:56px}}@media (min-width: 1024px){.item-experience{padding-left:46px;padding-bottom:64px}}.item-experience:before{content:"";position:absolute;top:0;bottom:0;left:11px;width:1px;background:var(--color-border)}@media (min-width: 768px){.item-experience:before{left:12px}}@media (min-width: 1024px){.item-experience:before{left:13px}}.item-experience:last-child{padding-bottom:0}.item-experience:last-child:before{display:none}.item-experience__dot{position:absolute;left:0;top:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-strong);background:var(--color-bg);color:var(--color-fg);font-size:12px}@media (min-width: 768px){.item-experience__dot{width:24px;height:24px;font-size:13px}}@media (min-width: 1024px){.item-experience__dot{width:26px;height:26px;font-size:14px}}.item-experience__period{font-family:IBM Plex Mono,monospace;font-size:10.5px;color:var(--color-fg-tertiary);margin-bottom:6px}@media (min-width: 768px){.item-experience__period{font-size:11.5px;margin-bottom:7px}}@media (min-width: 1024px){.item-experience__period{font-size:12.5px;margin-bottom:8px}}.item-experience__title{font-family:Space Grotesk,sans-serif;font-weight:600;display:flex;flex-direction:column;gap:2px;font-size:15px;color:var(--color-fg);margin:0 0 8px}@media (min-width: 768px){.item-experience__title{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:17px;margin-bottom:4px}}@media (min-width: 1024px){.item-experience__title{gap:10px;font-size:19px}}.item-experience__subtitle{font-family:IBM Plex Sans,sans-serif;font-weight:500;color:var(--color-fg-secondary);font-size:12.5px}@media (min-width: 768px){.item-experience__subtitle{font-size:14.5px}}@media (min-width: 1024px){.item-experience__subtitle{font-size:16px}}.item-experience__description{font-family:IBM Plex Sans,sans-serif;font-weight:300;font-size:12.5px;line-height:1.75;color:var(--color-fg-secondary)}@media (min-width: 768px){.item-experience__description{font-size:14px}}@media (min-width: 1024px){.item-experience__description{font-size:16px}}.item-experience__emphasis{color:var(--color-fg-secondary);font-weight:500}.experience{position:relative;overflow:hidden;background:var(--color-bg)}.experience__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:repeat;background-size:32px 32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M8 20h8M20 8v8' stroke='rgba(0,0,0,0.06)' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E")}.dark .experience__pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M8 20h8M20 8v8' stroke='rgba(255,255,255,0.07)' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E")}.experience__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--color-bg) 0%,transparent 12%,transparent 88%,var(--color-bg) 100%)}.experience__inner{position:relative;padding-top:60px;padding-bottom:48px}@media (min-width: 768px){.experience__inner{padding-top:80px;padding-bottom:64px}}@media (min-width: 1024px){.experience__inner{padding-top:112px;padding-bottom:80px}}.experience__timeline{list-style:none;margin:0 0 40px;padding:0}@media (min-width: 768px){.experience__timeline{margin-bottom:52px}}@media (min-width: 1024px){.experience__timeline{max-width:830px;margin-bottom:82px}}.experience__companies-label{font-family:IBM Plex Mono,monospace;text-align:center;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--color-fg-tertiary);margin-bottom:18px}@media (min-width: 768px){.experience__companies-label{font-size:12px;margin-bottom:24px}}@media (min-width: 1024px){.experience__companies-label{font-size:14px;margin-bottom:28px}}.experience__companies{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:28px}@media (min-width: 768px){.experience__companies{gap:40px}}@media (min-width: 1024px){.experience__companies{gap:56px}}.experience__company-logo{height:24px;width:auto;opacity:.55;filter:grayscale(1) invert(1)}.dark .experience__company-logo{filter:none}@media (min-width: 768px){.experience__company-logo{height:32px}}@media (min-width: 1024px){.experience__company-logo{height:40px}}.project-card{display:flex;flex-direction:column;border:1px solid var(--color-border)}.project-card__image{height:180px;width:100%;position:relative;overflow:hidden;border-bottom:1px solid var(--color-border)}@media (min-width: 1024px){.project-card__image{height:225px}}.project-card__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card__image:hover img{transform:scale(1.05)}.project-card__image:hover .project-card__image--preview{opacity:1}.project-card__image--preview{display:flex;align-items:center;justify-content:center;font-family:IBM Plex Sans,sans-serif;font-weight:600;position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--color-bg) 58%,transparent);color:var(--color-fg);opacity:0;transition:opacity .3s ease}.project-card__content{display:flex;flex-direction:column;justify-content:space-between;padding:20px;flex-grow:1;gap:16px;background:var(--color-bg)}@media (min-width: 768px){.project-card__content{padding:26px;font-size:20px;gap:20px}}.project-card__title{font-family:Space Grotesk,sans-serif;font-weight:600;color:var(--color-fg);font-size:16px;margin-bottom:8px}@media (min-width: 1024px){.project-card__title{font-size:18px}}.project-card__title--link{display:flex;align-items:center;gap:.5rem}.project-card__title--link:hover{text-decoration:underline;text-decoration-color:#000;text-underline-offset:4px}.project-card__description{font-family:IBM Plex Sans,sans-serif;font-weight:300;color:var(--color-fg-secondary);font-size:13px;line-height:1.7}@media (min-width: 768px){.project-card__description{font-size:14px}}@media (min-width: 1024px){.project-card__description{font-size:16px}}.project-card__footer{display:flex;justify-content:space-between}.project-card__link{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-weight:500;border:1px solid var(--color-border-strong);color:var(--color-fg);font-size:12px;padding:8px 12px;transition:background-color .15s ease,border-color .15s ease}.project-card__link:hover{background:var(--color-surface-2);border-color:var(--color-fg)}@media (min-width: 1024px){.project-card__link{padding:10px 14px;font-size:14px}}.project-card__stack{display:flex;align-items:center;gap:.75rem}@media (min-width: 1024px){.project-card__stack{gap:1rem}}.project-card__lang{color:var(--color-fg-secondary);font-size:18px}.project{background:var(--color-bg-alt)}.project__inner{padding-block:60px}@media (min-width: 768px){.project__inner{padding-top:80px;padding-bottom:88px}}@media (min-width: 1024px){.project__inner{padding-top:112px;padding-bottom:120px}}.project__grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.project__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 1024px){.project__grid{gap:26px}}.skill-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border-strong);padding:18px 0;gap:4px}@media (min-width: 768px){.skill-card{padding:20px 10px;min-width:82px}}@media (min-width: 1024px){.skill-card{padding:28px 18px;min-width:110px;gap:14px}}.skill-card__icon-wrap{display:flex;align-items:center;justify-content:center}.skill-card__icon{width:16px;height:16px}@media (min-width: 1024px){.skill-card__icon{width:20px;height:20px}}.skill-card__title{font-family:IBM Plex Mono,monospace;color:var(--color-fg-secondary);font-size:10px}@media (min-width: 1024px){.skill-card__title{font-size:12px}}.skills{background:var(--color-bg);padding:56px 0}@media (min-width: 768px){.skills{padding:80px 0}}@media (min-width: 1024px){.skills{padding:110px 0}}.skills__wrapper{display:flex;flex-direction:column;gap:2.25rem}@media (min-width: 768px){.skills__wrapper{gap:2.75rem}}@media (min-width: 1024px){.skills__wrapper{gap:3.5rem}}.skills__group{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.skills__group{gap:1.5rem}}.skills__group-name{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--color-fg-tertiary);text-transform:uppercase}@media (min-width: 768px){.skills__group-name{font-size:14px}}.skills__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (min-width: 768px){.skills__grid{grid-template-columns:repeat(6,1fr);gap:10px;width:-moz-fit-content;width:fit-content}}.footer{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.footer__inner{display:flex;flex-direction:column;padding-top:44px;padding-bottom:28px;gap:32px}@media (min-width: 768px){.footer__inner{flex-direction:row;justify-content:space-between;padding-top:56px;padding-bottom:32px;gap:40px}}@media (min-width: 1024px){.footer__inner{flex-direction:row;justify-content:space-between;padding-top:64px;padding-bottom:36px}}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:block}.footer__logo img{height:24px}@media (min-width: 768px){.footer__logo img{height:30px}}@media (min-width: 1024px){.footer__logo img{height:36px}}.footer__copyright{font-family:IBM Plex Mono,monospace;font-size:10.5px;color:var(--color-fg-tertiary)}@media (min-width: 768px){.footer__copyright{font-size:11px}}@media (min-width: 1024px){.footer__copyright{font-size:12px}}.footer__columns{display:flex;gap:40px}@media (min-width: 768px){.footer__columns{gap:56px}}@media (min-width: 1024px){.footer__columns{gap:80px}}.footer__column{display:flex;flex-direction:column;gap:12px}.footer__column-label{font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-fg-tertiary)}@media (min-width: 768px){.footer__column-label{font-size:11.5px;letter-spacing:.12em}}.footer__links{display:flex;flex-direction:column;gap:8px}.footer__link{display:flex;align-items:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:12.5px;color:var(--color-fg-secondary);transition:color .15s ease}.footer__link:hover{color:var(--color-fg)}@media (min-width: 768px){.footer__link{font-size:13.5px}}@media (min-width: 1024px){.footer__link{font-size:14px}}:root{--color-bg: #f6f6f6;--color-bg-alt: #eeeeee;--color-surface: #e6e6e6;--color-surface-2: #dadada;--color-border: #cfcfcf;--color-border-strong: #9a9a9a;--color-fg: #141414;--color-fg-secondary: #4d4d4d;--color-fg-tertiary: #6f6f6f;--color-fg-faint: #a3a3a3}.dark{--color-bg: #0a0a0a;--color-bg-alt: #0e0e0f;--color-surface: #151516;--color-surface-2: #1c1c1e;--color-border: #28282a;--color-border-strong: #454548;--color-fg: #f5f5f4;--color-fg-secondary: #a9a9ae;--color-fg-tertiary: #78787e;--color-fg-faint: #3c3c3f}*,: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: }*,: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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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%}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}.mx-auto{margin-left:auto;margin-right:auto}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.h-svh{height:100svh}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.overflow-y-hidden{overflow-y:hidden}.scroll-smooth{scroll-behavior:smooth}.px-6{padding-left:1.5rem;padding-right:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.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)}.duration-75{transition-duration:75ms}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}}
