:root{--luwi-accent:#6366f1;--luwi-accent-soft:rgba(99,102,241,0.10);--luwi-accent-ring:rgba(99,102,241,0.30);--luwi-accent-hover:#818cf8;--luwi-gradient:linear-gradient(135deg,#4f46e5,#6d28d9);--luwi-gradient-dark:linear-gradient(135deg,#a5b4fc,#c4b5fd);--luwi-radius-pill:999px;--luwi-radius-card:14px;--luwi-shadow-soft:0 8px 24px rgba(99,102,241,0.18);--luwi-shadow-hover:0 12px 32px rgba(99,102,241,0.28)}.luwi-cubes-bg{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden;perspective:1000px}html.light .luwi-cubes-bg{opacity:.55}.luwi-cube{position:absolute;width:64px;height:64px;transform-style:preserve-3d;animation:luwi-cube-float 24s ease-in-out infinite}.luwi-cube span{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(165,180,252,.7);background:rgba(99,102,241,.22);box-shadow:0 0 18px rgba(99,102,241,.35)}html.light .luwi-cube span{border-color:rgba(99,102,241,.45);background:rgba(99,102,241,.08);box-shadow:none}.luwi-cube span:first-child{transform:translateZ(32px)}.luwi-cube span:nth-child(2){transform:rotateY(90deg) translateZ(32px)}.luwi-cube span:nth-child(3){transform:rotateY(180deg) translateZ(32px)}.luwi-cube span:nth-child(4){transform:rotateY(-90deg) translateZ(32px)}.luwi-cube span:nth-child(5){transform:rotateX(90deg) translateZ(32px)}.luwi-cube span:nth-child(6){transform:rotateX(-90deg) translateZ(32px)}.luwi-cube--1{top:12%;left:6%;width:40px;height:40px;animation-duration:26s;animation-delay:0s}.luwi-cube--4{top:50%;right:10%;width:36px;height:36px;animation-duration:30s;animation-delay:6s}.luwi-cube--6{top:60%;left:7%;width:44px;height:44px;animation-duration:34s;animation-delay:3s}.luwi-cube--1 span:first-child{transform:translateZ(20px)}.luwi-cube--1 span:nth-child(2){transform:rotateY(90deg) translateZ(20px)}.luwi-cube--1 span:nth-child(3){transform:rotateY(180deg) translateZ(20px)}.luwi-cube--1 span:nth-child(4){transform:rotateY(-90deg) translateZ(20px)}.luwi-cube--1 span:nth-child(5){transform:rotateX(90deg) translateZ(20px)}.luwi-cube--1 span:nth-child(6){transform:rotateX(-90deg) translateZ(20px)}.luwi-cube--4 span:first-child{transform:translateZ(18px)}.luwi-cube--4 span:nth-child(2){transform:rotateY(90deg) translateZ(18px)}.luwi-cube--4 span:nth-child(3){transform:rotateY(180deg) translateZ(18px)}.luwi-cube--4 span:nth-child(4){transform:rotateY(-90deg) translateZ(18px)}.luwi-cube--4 span:nth-child(5){transform:rotateX(90deg) translateZ(18px)}.luwi-cube--4 span:nth-child(6){transform:rotateX(-90deg) translateZ(18px)}.luwi-cube--6 span:first-child{transform:translateZ(22px)}.luwi-cube--6 span:nth-child(2){transform:rotateY(90deg) translateZ(22px)}.luwi-cube--6 span:nth-child(3){transform:rotateY(180deg) translateZ(22px)}.luwi-cube--6 span:nth-child(4){transform:rotateY(-90deg) translateZ(22px)}.luwi-cube--6 span:nth-child(5){transform:rotateX(90deg) translateZ(22px)}.luwi-cube--6 span:nth-child(6){transform:rotateX(-90deg) translateZ(22px)}@keyframes luwi-cube-float{0%,to{transform:rotateX(0deg) rotateY(0deg) translateY(0) scale(1)}25%{transform:rotateX(180deg) rotateY(90deg) translateY(-14px) scale(1.15)}50%{transform:rotateX(1turn) rotateY(180deg) translateY(0) scale(.85)}75%{transform:rotateX(180deg) rotateY(270deg) translateY(14px) scale(1.1)}}@media (max-width:768px){.luwi-cube--1{width:44px;height:44px;top:8%;left:4%}.luwi-cube--1 span:first-child{transform:translateZ(22px)}.luwi-cube--1 span:nth-child(2){transform:rotateY(90deg) translateZ(22px)}.luwi-cube--1 span:nth-child(3){transform:rotateY(180deg) translateZ(22px)}.luwi-cube--1 span:nth-child(4){transform:rotateY(-90deg) translateZ(22px)}.luwi-cube--1 span:nth-child(5){transform:rotateX(90deg) translateZ(22px)}.luwi-cube--1 span:nth-child(6){transform:rotateX(-90deg) translateZ(22px)}.luwi-cube--6{width:34px;height:34px;top:56%;left:5%}.luwi-cube--6 span:first-child{transform:translateZ(17px)}.luwi-cube--6 span:nth-child(2){transform:rotateY(90deg) translateZ(17px)}.luwi-cube--6 span:nth-child(3){transform:rotateY(180deg) translateZ(17px)}.luwi-cube--6 span:nth-child(4){transform:rotateY(-90deg) translateZ(17px)}.luwi-cube--6 span:nth-child(5){transform:rotateX(90deg) translateZ(17px)}.luwi-cube--6 span:nth-child(6){transform:rotateX(-90deg) translateZ(17px)}}@media (prefers-reduced-motion:reduce){.luwi-cube{animation:none}}.luwi-theme-toggle{position:fixed;bottom:24px;right:24px;z-index:60;width:48px;height:48px;border-radius:var(--luwi-radius-pill);display:flex;align-items:center;justify-content:center;background:var(--luwi-gradient);backdrop-filter:blur(12px) saturate(140%);border:1px solid rgba(255,255,255,.15);color:#ffffff;cursor:pointer;box-shadow:0 8px 24px rgba(99,102,241,.35),inset 0 0 0 1px rgba(255,255,255,.08);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.luwi-theme-toggle:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.08);box-shadow:0 12px 32px rgba(99,102,241,.5),inset 0 0 0 1px rgba(255,255,255,.14)}.luwi-theme-toggle:focus-visible{outline:2px solid var(--luwi-accent);outline-offset:3px}.luwi-theme-toggle svg{width:20px;height:20px}.luwi-theme-toggle .luwi-icon-sun{display:none}html.light .luwi-theme-toggle{box-shadow:0 8px 24px rgba(99,102,241,.25)}html.light .luwi-theme-toggle .luwi-icon-sun{display:block}html.light .luwi-theme-toggle .luwi-icon-moon{display:none}@media (max-width:768px){.luwi-theme-toggle{bottom:16px;right:16px;width:44px;height:44px}.luwi-theme-toggle svg{width:18px;height:18px}}html.light body{color:#1a1a1a!important}html.light body,html.light html{background:#fafafa!important;background-color:#fafafa!important}html.light [class*="bg-[#030303]"],html.light [class*="bg-[#050505]"],html.light [class*="bg-[#0a0a0a]"],html.light [class*="bg-[#0f0f0f]"],html.light [class*="bg-[#111]"],html.light [class*="bg-[#161616]"],html.light [class*="bg-[#1a1a1a]"]{background-color:rgba(250,250,250,.85)!important}html.light .h-full[class*="bg-[#030303]"],html.light .h-full[class*="bg-[#0a0a0a]"],html.light .h-screen[class*="bg-[#030303]"],html.light .h-screen[class*="bg-[#050505]"],html.light .h-screen[class*="bg-[#0a0a0a]"],html.light .h-screen[class*=bg-black],html.light .min-h-\[100vh\][class*="bg-[#0a0a0a]"],html.light .min-h-screen[class*="bg-[#030303]"],html.light .min-h-screen[class*="bg-[#050505]"],html.light .min-h-screen[class*="bg-[#0a0a0a]"],html.light .min-h-screen[class*=bg-black]{background-color:transparent!important}html.light{--background:0 0% 98%;--foreground:240 10% 10%;--card:0 0% 100%;--card-foreground:240 10% 10%;--popover:0 0% 100%;--popover-foreground:240 10% 10%;--primary:239 84% 67%;--primary-foreground:0 0% 100%;--secondary:240 5% 96%;--secondary-foreground:240 10% 10%;--muted:240 5% 96%;--muted-foreground:240 4% 35%;--accent:239 84% 67%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:240 6% 90%;--input:240 6% 90%;--ring:239 84% 67%;--background-hex:#fafafa;--foreground-hex:#1a1a1a;--card-hex:#ffffff;--border-hex:#e5e7eb}html.light #__next,html.light #__next>div,html.light #__next>main,html.light body>div,html.light body>main{background-color:transparent!important}html.light .bg-\[\#030303\],html.light .bg-\[\#050505\],html.light .bg-\[\#0a0a0a\],html.light .bg-\[\#0a0a0a\]\/40,html.light .bg-\[\#0a0a0a\]\/60,html.light .bg-\[\#0a0a0a\]\/80,html.light .bg-\[\#0a0a0a\]\/95,html.light .bg-\[\#0f0f0f\],html.light .bg-\[\#111111\],html.light .bg-\[\#111\],html.light .bg-\[\#161616\],html.light .bg-\[\#1a1a1a\],html.light .bg-black,html.light .bg-black\/20,html.light .bg-black\/30,html.light .bg-black\/40,html.light .bg-black\/50,html.light .bg-black\/60,html.light .bg-black\/80,html.light .bg-black\/95{background-color:rgba(245,245,247,.85)!important}html.light .bg-app-bg{background-color:transparent!important}html.light .bg-panel-bg{background-color:rgba(255,255,255,.72)!important}html.light .bg-card-bg{background-color:#ffffff!important}html.dark .bg-app-bg{background-color:transparent!important}html.light .bg-gray-900,html.light .bg-gray-950,html.light .bg-neutral-900,html.light .bg-neutral-950,html.light .bg-slate-900,html.light .bg-slate-950,html.light .bg-stone-900,html.light .bg-stone-950,html.light .bg-zinc-900,html.light .bg-zinc-950{background-color:#f4f4f5!important}html.light .bg-gray-800,html.light .bg-neutral-800,html.light .bg-slate-800,html.light .bg-stone-800,html.light .bg-zinc-800{background-color:#e4e4e7!important}html.light .bg-gray-800\/50,html.light .bg-neutral-800\/50,html.light .bg-stone-800\/50,html.light .bg-zinc-800\/50{background-color:rgba(228,228,231,.6)!important}html.light .border-gray-800,html.light .border-gray-900,html.light .border-neutral-800,html.light .border-neutral-900,html.light .border-stone-800,html.light .border-stone-900,html.light .border-white\/10,html.light .border-white\/20,html.light .border-white\/5,html.light .border-white\/\[0\.03\],html.light .border-zinc-800,html.light .border-zinc-900{border-color:rgba(0,0,0,.08)!important}html.light .text-white{color:#1a1a1a!important}html.light .text-white\/90{color:rgba(0,0,0,.85)!important}html.light .text-white\/80{color:rgba(0,0,0,.75)!important}html.light .text-white\/70{color:rgba(0,0,0,.7)!important}html.light .text-white\/60{color:rgba(0,0,0,.6)!important}html.light .text-white\/40,html.light .text-white\/50{color:rgba(0,0,0,.55)!important}html.light .text-white\/30{color:rgba(0,0,0,.45)!important}html.light .text-white\/20{color:rgba(0,0,0,.35)!important}html.light .text-white\/10{color:rgba(0,0,0,.3)!important}html.light .text-gray-100,html.light .text-gray-200,html.light .text-gray-300,html.light .text-neutral-100,html.light .text-neutral-200,html.light .text-neutral-300,html.light .text-zinc-100,html.light .text-zinc-200,html.light .text-zinc-300{color:#1a1a1a!important}html.light .text-gray-400,html.light .text-gray-500,html.light .text-neutral-400,html.light .text-neutral-500,html.light .text-zinc-400,html.light .text-zinc-500{color:#525252!important}.backdrop-blur,.backdrop-blur-2xl,.backdrop-blur-lg,.backdrop-blur-md,.backdrop-blur-sm,.backdrop-blur-xl{backdrop-filter:blur(14px) saturate(140%)}html.dark .backdrop-blur-md.bg-\[\#0a0a0a\]\/40,html.dark .backdrop-blur-md.bg-\[\#0a0a0a\]\/60,html.dark .backdrop-blur-xl.bg-\[\#0a0a0a\]\/40,html.dark .backdrop-blur-xl.bg-\[\#0a0a0a\]\/60,html.dark header.backdrop-blur-md,html.dark header.backdrop-blur-xl{background-color:rgba(15,16,30,.55)!important;border-color:rgba(99,102,241,.18)!important}html.light .backdrop-blur-2xl,html.light .backdrop-blur-md,html.light .backdrop-blur-xl{backdrop-filter:blur(14px) saturate(140%)}html.light header.backdrop-blur-md,html.light header.backdrop-blur-xl{background-color:rgba(255,255,255,.7)!important;border-color:rgba(99,102,241,.12)!important}.rounded-2xl.bg-\[\#0a0a0a\]\/40,.rounded-2xl.bg-\[\#0a0a0a\]\/60,.rounded-2xl.bg-zinc-900\/50{background-color:rgba(99,102,241,.06)!important;border:1px solid rgba(99,102,241,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 8px 32px rgba(99,102,241,.12)}html.light header.bg-black\/20,html.light header.bg-neutral-900\/50,html.light header.bg-zinc-900\/50{background-color:rgba(255,255,255,.78)!important}html.light .bg-\[\#0a0a0a\]\/40{background-color:rgba(250,250,252,.8)!important}.bg-\[\#6366f1\]{background-image:var(--luwi-gradient)!important;background-color:transparent!important;color:#ffffff!important;font-weight:600;letter-spacing:.01em;box-shadow:var(--luwi-shadow-soft);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.bg-\[\#6366f1\]:hover{transform:translateY(-1px);box-shadow:var(--luwi-shadow-hover);filter:brightness(1.06)}.bg-\[\#818cf8\],.hover\:bg-\[\#818cf8\]:hover{background-image:var(--luwi-gradient)!important;filter:brightness(1.1)}.text-\[\#6366f1\]{background:var(--luwi-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent!important;font-weight:600}html.dark .text-\[\#6366f1\]{background:var(--luwi-gradient-dark);-webkit-background-clip:text;background-clip:text}.border-\[\#6366f1\]{border-color:var(--luwi-accent)!important}.ring-\[\#6366f1\]{--tw-ring-color:var(--luwi-accent)!important}body,html{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}body{line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:-.01em}html.light .text-white\/\[0\.02\],html.light .text-white\/\[0\.03\],html.light .text-white\/\[0\.05\]{color:rgba(0,0,0,.04)!important}html.dark .h-full.bg-\[\#030303\],html.dark .h-full.bg-\[\#0a0a0a\],html.dark .h-screen.bg-\[\#030303\],html.dark .h-screen.bg-\[\#050505\],html.dark .h-screen.bg-\[\#0a0a0a\],html.dark .h-screen.bg-black,html.dark .min-h-\[100vh\].bg-\[\#0a0a0a\],html.dark .min-h-screen.bg-\[\#030303\],html.dark .min-h-screen.bg-\[\#050505\],html.dark .min-h-screen.bg-\[\#0a0a0a\],html.dark .min-h-screen.bg-black,html.dark .min-h-screen.bg-neutral-950,html.dark .min-h-screen.bg-zinc-950,html.light .h-full.bg-\[\#030303\],html.light .h-full.bg-\[\#0a0a0a\],html.light .h-screen.bg-\[\#030303\],html.light .h-screen.bg-\[\#050505\],html.light .h-screen.bg-\[\#0a0a0a\],html.light .h-screen.bg-black,html.light .min-h-\[100vh\].bg-\[\#0a0a0a\],html.light .min-h-screen.bg-\[\#030303\],html.light .min-h-screen.bg-\[\#050505\],html.light .min-h-screen.bg-\[\#0a0a0a\],html.light .min-h-screen.bg-black,html.light .min-h-screen.bg-neutral-950,html.light .min-h-screen.bg-zinc-950{background-color:transparent!important}html.light .h-full.text-white,html.light .h-screen.text-white{color:#1a1a1a!important}.rounded-2xl.bg-\[\#0a0a0a\],.rounded-2xl.bg-\[\#0a0a0a\]\/40,.rounded-2xl.bg-\[\#0a0a0a\]\/60,.rounded-2xl.bg-\[\#0a0a0a\]\/80,.rounded-2xl.bg-neutral-900,.rounded-2xl.bg-zinc-900,.rounded-2xl.bg-zinc-900\/50,.rounded-3xl.bg-\[\#0a0a0a\],.rounded-3xl.bg-zinc-900{background-color:rgba(15,16,30,.55)!important;border:1px solid rgba(99,102,241,.22)!important;backdrop-filter:blur(20px) saturate(160%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 24px 60px rgba(0,0,0,.45),0 0 80px rgba(99,102,241,.18)!important}html.light .rounded-2xl.bg-\[\#0a0a0a\],html.light .rounded-2xl.bg-neutral-900,html.light .rounded-2xl.bg-zinc-900,html.light .rounded-3xl.bg-\[\#0a0a0a\]{background-color:rgba(255,255,255,.72)!important;border-color:rgba(99,102,241,.2)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),0 24px 60px rgba(99,102,241,.15),0 0 80px rgba(99,102,241,.08)!important}.luwi-orbs{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.luwi-orbs:after,.luwi-orbs:before{content:"";position:absolute;width:520px;height:520px;filter:blur(60px);opacity:.55;will-change:transform,border-radius}.luwi-orbs:before{background:radial-gradient(circle,rgba(99,102,241,.45) 0,transparent 70%);top:-120px;left:-120px;animation:luwi-orb-morph-a 18s ease-in-out infinite}.luwi-orbs:after{background:radial-gradient(circle,rgba(109,40,217,.4) 0,transparent 70%);bottom:-160px;right:-160px;animation:luwi-orb-morph-b 22s ease-in-out infinite}html.light .luwi-orbs:after,html.light .luwi-orbs:before{opacity:.32;filter:blur(50px)}@keyframes luwi-orb-morph-a{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(0deg) scale(1)}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%;transform:rotate(180deg) scale(1.1)}}@keyframes luwi-orb-morph-b{0%,to{border-radius:40% 60% 40% 60%/70% 30% 60% 40%;transform:rotate(0deg) scale(1)}50%{border-radius:60% 40% 70% 30%/40% 60% 30% 70%;transform:rotate(-180deg) scale(1.12)}}@media (prefers-reduced-motion:reduce){.luwi-orbs:after,.luwi-orbs:before{animation:none}}.bg-\[\#6366f1\]{position:relative;overflow:hidden;isolation:isolate}.bg-\[\#6366f1\]:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.28) 50%,transparent);transform:translateX(-100%);transition:transform .6s ease;z-index:-1}.bg-\[\#6366f1\]:hover:before{transform:translateX(100%)}@keyframes luwi-fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes luwi-fade-in{0%{opacity:0}to{opacity:1}}@keyframes luwi-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.rounded-2xl,.rounded-3xl,.rounded-xl{animation:luwi-fade-in-up .55s ease both}.rounded-2xl:nth-child(2),.rounded-xl:nth-child(2){animation-delay:.06s}.rounded-2xl:nth-child(3),.rounded-xl:nth-child(3){animation-delay:.12s}.rounded-2xl:nth-child(4),.rounded-xl:nth-child(4){animation-delay:.18s}.rounded-2xl:nth-child(5),.rounded-xl:nth-child(5){animation-delay:.24s}.rounded-2xl:nth-child(n+6),.rounded-xl:nth-child(n+6){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.rounded-2xl,.rounded-3xl,.rounded-xl{animation:none}}[role=button]:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:none!important;box-shadow:0 0 0 2px rgba(99,102,241,.45),0 0 24px rgba(99,102,241,.2)!important;border-color:var(--luwi-accent)!important}@keyframes luwi-focus-pulse{0%,to{box-shadow:0 0 0 2px rgba(99,102,241,.45),0 0 24px rgba(99,102,241,.2)}50%{box-shadow:0 0 0 3px rgba(99,102,241,.65),0 0 32px rgba(99,102,241,.32)}}input:focus-visible,textarea:focus-visible{animation:luwi-focus-pulse 2.4s ease-in-out infinite}.text-\[\#6366f1\]{background-size:200% 200%;animation:luwi-shimmer 6s ease-in-out infinite}@keyframes luwi-shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media (prefers-reduced-motion:reduce){.text-\[\#6366f1\]{animation:none}}[class*="bottom-[calc(100%"][class*=absolute]{backdrop-filter:blur(20px) saturate(160%)!important;border-radius:14px!important}html.dark [class*="bottom-[calc(100%"][class*=absolute]{background-color:rgba(15,16,30,.72)!important;border:1px solid rgba(99,102,241,.22)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 16px 48px rgba(0,0,0,.5)!important}html.light [class*="bottom-[calc(100%"][class*=absolute]{background-color:rgba(255,255,255,.72)!important;border:1px solid rgba(99,102,241,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 16px 48px rgba(99,102,241,.16)!important}[class*="bottom-[calc(100%"][class*=absolute]{padding:8px!important}[class*="bottom-[calc(100%"][class*=absolute] [class*="p-3.5"]{padding:7px 9px!important}[class*="bottom-[calc(100%"][class*=absolute] [class*="gap-3.5"]{gap:10px!important}[class*="bottom-[calc(100%"][class*=absolute] [class*=w-10][class*=h-10]{width:32px!important;height:32px!important}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}