:root{--bg:#f8f7f4;--bg-pure:#ffffff;--peach:#ffb088;--peach-soft:#ffd4be;--lavender:#c4b5f0;--lavender-soft:#e0d7fa;--rose:#f9a8c9;--rose-soft:#fdd5e5;--mint:#a8e6cf;--sky:#a8d8ea;--ink:#1a1a2e;--ink-secondary:#4a4a5e;--ink-muted:#8e8ea0;--ink-faint:#b8b8c8;--glass-bg:rgba(255,255,255,0.55);--glass-bg-hover:rgba(255,255,255,0.72);--glass-border:rgba(255,255,255,0.7);--glass-shadow:0 8px 32px rgba(0,0,0,0.06);--glass-shadow-hover:0 12px 40px rgba(0,0,0,0.1);--accent:#ff8c61;--accent-soft:rgba(255,140,97,0.12);--good:#2dba6e;--good-bg:rgba(45,186,110,0.1);--neutral-bg:rgba(142,142,160,0.08);--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:32px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100vh;height:100dvh;font-family:var(--font-body),system-ui,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--peach);color:var(--ink)}.app{height:100vh;height:100dvh;display:flex;flex-direction:column;position:relative;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.app,.aurora{overflow:hidden}.aurora{position:fixed;inset:0;pointer-events:none;z-index:0}.aurora__blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.55;will-change:transform}.aurora__blob:first-child{width:500px;height:500px;background:var(--peach-soft);top:-8%;right:-5%;animation:blobDrift1 20s ease-in-out infinite}.aurora__blob:nth-child(2){width:450px;height:450px;background:var(--lavender-soft);bottom:-10%;left:-8%;animation:blobDrift2 25s ease-in-out infinite}.aurora__blob:nth-child(3){width:350px;height:350px;background:var(--rose-soft);top:40%;left:50%;transform:translateX(-50%);animation:blobDrift3 18s ease-in-out infinite}.aurora__blob:nth-child(4){width:300px;height:300px;background:linear-gradient(135deg,var(--peach-soft),var(--lavender-soft));top:10%;left:15%;animation:blobDrift4 22s ease-in-out infinite}.aurora__blob:nth-child(5){width:250px;height:250px;background:linear-gradient(135deg,var(--lavender-soft),var(--rose-soft));bottom:15%;right:10%;animation:blobDrift5 28s ease-in-out infinite}.scene{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;position:relative;z-index:2}.glass{background:var(--glass-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:var(--r-lg);box-shadow:var(--glass-shadow);transition:all .3s ease}.glass:hover{background:var(--glass-bg-hover);box-shadow:var(--glass-shadow-hover)}.brand{font-family:var(--font-display),sans-serif;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(90deg,var(--ink) 0,var(--accent) 20%,var(--lavender) 40%,var(--rose) 60%,var(--accent) 80%,var(--ink) 100%);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px;position:relative;opacity:0;animation:fadeUp .6s ease .1s forwards,brandShimmer 6s ease-in-out .7s infinite}.brand:after{content:"";display:block;width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--peach),var(--lavender));margin:10px auto 0}.brand-sub{font-size:.84rem;font-weight:400;color:var(--ink-muted);margin-bottom:36px;opacity:0;animation:fadeUp .6s ease .2s forwards}.upload-card{max-width:480px;padding:36px 32px;gap:24px;opacity:0;animation:fadeUp .6s ease .25s forwards}.upload-card,.upload-zone{width:100%;display:flex;flex-direction:column;align-items:center}.upload-zone{aspect-ratio:4/3;border:2px dashed var(--ink-faint);border-radius:var(--r-md);justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;position:relative;background:rgba(255,255,255,.3)}.upload-zone:hover{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 4px rgba(255,140,97,.08)}.upload-zone.drag-over{border-color:var(--accent);border-style:solid;background:rgba(255,140,97,.08);box-shadow:0 0 0 6px rgba(255,140,97,.12);transform:scale(1.01)}.upload-zone__icon{width:40px;height:40px;stroke:var(--ink-muted);stroke-width:1.5;transition:all .3s ease}.upload-zone:hover .upload-zone__icon{stroke:var(--accent);transform:translateY(-3px)}.upload-zone__text{font-size:.88rem;font-weight:500;color:var(--ink-secondary)}.upload-zone__hint{font-size:.72rem;color:var(--ink-faint)}.upload-zone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.actions-row{display:flex;align-items:center;gap:16px;width:100%}.actions-row .mode-selector{flex:1 1}.mode-selector{display:flex;background:rgba(0,0,0,.03);border-radius:100px;padding:3px;border:1px solid rgba(0,0,0,.06)}.mode-btn{background:none;border:none;font-family:var(--font-body),sans-serif;font-size:.74rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);cursor:pointer;padding:8px 18px;border-radius:100px;transition:all .25s ease}.mode-btn:hover{color:var(--ink-secondary)}.mode-btn.active{background:var(--bg-pure);color:var(--ink);box-shadow:0 1px 6px rgba(0,0,0,.08)}.camera-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),var(--peach));border:none;font-family:var(--font-body),sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.02em;color:white;cursor:pointer;padding:10px 20px;border-radius:100px;white-space:nowrap;flex-shrink:0;transition:all .25s ease;box-shadow:0 2px 12px rgba(255,140,97,.25)}.camera-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(255,140,97,.35)}.camera-btn__icon{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;fill:none}.btn{font-family:var(--font-body),sans-serif;font-size:.8rem;font-weight:500;padding:11px 26px;border-radius:100px;cursor:pointer;transition:all .25s ease}.btn--ghost{background:none;border:1px solid rgba(0,0,0,.12);color:var(--ink-secondary)}.btn--ghost:hover{border-color:rgba(0,0,0,.25);color:var(--ink);background:rgba(0,0,0,.02)}.btn--accent{background:linear-gradient(135deg,var(--accent),var(--peach));border:none;color:white;font-weight:600;box-shadow:0 2px 12px rgba(255,140,97,.2)}.btn--accent:hover{box-shadow:0 4px 20px rgba(255,140,97,.35);transform:translateY(-1px)}.camera-card{width:100%;max-width:640px;padding:20px;display:flex;flex-direction:column;gap:16px;opacity:0;animation:fadeUp .5s ease forwards}.camera-view__video{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-md);background:var(--bg);transform:scaleX(-1)}.camera-view__actions{display:flex;justify-content:center;gap:12px}.processing-card{width:100%;max-width:460px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:20px;opacity:0;animation:fadeUp .5s ease forwards}.processing__image{width:100%;max-width:260px;border-radius:var(--r-md);opacity:.5}.processing__label{font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted)}.processing__bar{width:160px;height:3px;background:rgba(0,0,0,.06);border-radius:4px;overflow:hidden}.processing__bar:after{content:"";display:block;height:100%;width:40%;background:linear-gradient(90deg,var(--peach),var(--accent));border-radius:4px;animation:loadSlide 1.4s ease-in-out infinite}.results{display:flex;flex-direction:column;height:100vh;height:100dvh;padding:40px;gap:24px;max-width:960px;margin:0 auto;width:100%;position:relative;z-index:2;overflow:hidden}.results__hero{display:flex;gap:24px;align-items:stretch;flex-shrink:0;opacity:0;animation:fadeUp .6s ease .1s forwards}.results__image-card{flex-shrink:0;width:200px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px}.results__image-container{position:relative;width:100%;border-radius:var(--r-sm);overflow:hidden;cursor:pointer;transition:transform .3s ease}.results__image-container:hover{transform:scale(1.02)}.results__image{display:block}.results__image,.results__overlay{width:100%;border-radius:var(--r-sm)}.results__overlay{position:absolute;inset:0;height:100%;pointer-events:none}.results__expand-hint{font-size:.62rem;color:var(--ink-faint);transition:color .3s ease}.results__image-card:hover .results__expand-hint{color:var(--accent)}.results__image-backdrop{position:fixed;inset:0;background:rgba(248,247,244,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:99;opacity:0;animation:fadeIn .3s ease forwards}.results__image-container.expanded{position:fixed;inset:0;width:100vw;height:100vh;max-width:none;z-index:100;cursor:zoom-out;display:flex;align-items:center;justify-content:center;padding:60px;border-radius:0;overflow:visible;background:transparent}.results__image-container.expanded:hover{transform:none}.results__image-container.expanded .results__image{max-width:100%;max-height:calc(100vh - 120px);width:auto;height:auto;object-fit:contain;border-radius:var(--r-md);box-shadow:0 20px 60px rgba(0,0,0,.15)}.results__score-card{flex:1 1;padding:32px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.results__score-card:before{content:"";position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);width:220px;height:220px;background:radial-gradient(circle,rgba(255,176,136,.25) 0,transparent 70%);pointer-events:none}.results__score-number{font-family:var(--font-display),sans-serif;font-size:5rem;font-weight:800;line-height:1;position:relative;background:linear-gradient(135deg,var(--ink) 30%,var(--accent),var(--lavender));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.results__score-label{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-top:8px;position:relative}.results__warnings{margin-top:14px;position:relative}.results__warning{font-size:.7rem;color:var(--ink-muted);line-height:1.5}.results__metrics-panel{padding:24px;display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;opacity:0;animation:fadeUp .6s ease .25s forwards}.results__metrics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.results__metrics-title{font-family:var(--font-display),sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.04em;color:var(--ink)}.results__download{background:none;border:none;font-family:var(--font-body),sans-serif;font-size:.7rem;font-weight:600;color:var(--accent);cursor:pointer;padding:5px 14px;border-radius:100px;transition:all .25s ease}.results__download:hover{background:var(--accent-soft)}.results__metrics-list{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0 -24px;padding:0 24px}.results__metrics-list::-webkit-scrollbar{width:4px}.results__metrics-list::-webkit-scrollbar-track{background:transparent}.results__metrics-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.08);border-radius:10px}.results__footer{display:flex;justify-content:center;gap:12px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.metric-row{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:var(--r-sm);cursor:pointer;transition:background .2s ease}.metric-row:hover{background:rgba(0,0,0,.025)}.metric-row.active{background:var(--accent-soft)}.metric-row__name{font-size:.8rem;font-weight:500;color:var(--ink)}.metric-row__value{display:flex;align-items:center;gap:12px}.metric-row__number{font-family:var(--font-display),sans-serif;font-size:.88rem;font-weight:600;color:var(--ink)}.metric-row__rating{font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:100px;background:var(--neutral-bg);color:var(--ink-muted)}.metric-row__rating--ideal{background:var(--good-bg);color:var(--good)}.results__suggestions{padding:20px 24px;display:flex;flex-direction:column;gap:14px;flex-shrink:0;opacity:0;animation:fadeUp .6s ease .18s forwards}.suggestions__title{font-family:var(--font-display),sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.04em;color:var(--ink)}.suggestion-row{display:flex;align-items:flex-start;gap:12px}.suggestion-row__badge{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:100px;white-space:nowrap;flex-shrink:0;margin-top:2px}.suggestion-row__badge--softmaxx{background:var(--good-bg);color:var(--good)}.suggestion-row__badge--hardmaxx{background:var(--accent-soft);color:var(--accent)}.suggestion-row__text{display:flex;flex-direction:column;gap:2px}.suggestion-row__name{font-size:.8rem;font-weight:600;color:var(--ink)}.suggestion-row__desc{font-size:.72rem;color:var(--ink-muted);line-height:1.45}.error-card{width:100%;max-width:400px;padding:48px 36px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;opacity:0;animation:fadeUp .5s ease forwards}.error__message{font-size:.88rem;color:var(--ink-secondary);line-height:1.6}@keyframes brandShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes loadSlide{0%{transform:translateX(-150%)}to{transform:translateX(400%)}}@keyframes blobDrift1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-60px,40px) scale(1.08)}50%{transform:translate(-30px,80px) scale(.95)}75%{transform:translate(40px,30px) scale(1.04)}}@keyframes blobDrift2{0%,to{transform:translate(0) scale(1)}30%{transform:translate(70px,-50px) scale(1.1)}60%{transform:translate(30px,-90px) scale(.92)}}@keyframes blobDrift3{0%,to{transform:translateX(-50%) translate(0) scale(1)}33%{transform:translateX(-50%) translate(80px,-40px) scale(1.12)}66%{transform:translateX(-50%) translate(-60px,50px) scale(.9)}}@keyframes blobDrift4{0%,to{transform:translate(0) scale(1)}40%{transform:translate(50px,60px) scale(1.06)}80%{transform:translate(-40px,-30px) scale(.94)}}@keyframes blobDrift5{0%,to{transform:translate(0) scale(1)}35%{transform:translate(-50px,-40px) scale(1.08)}70%{transform:translate(30px,60px) scale(.96)}}@media (max-width:767px){body,html{overflow:hidden}.scene{padding:0 20px;justify-content:center;height:100vh;height:100dvh}.brand{font-size:2.5rem;margin-bottom:4px}.brand:after{width:36px;height:2.5px;margin:8px auto 0}.brand-sub{font-size:.76rem;margin-bottom:24px}.upload-card{padding:24px 22px;gap:20px;max-width:360px}.upload-zone{aspect-ratio:1/1;padding:18px;gap:10px}.upload-zone__icon{width:32px;height:32px}.upload-zone__text{font-size:.84rem}.upload-zone__hint{font-size:.7rem}.actions-row{flex-direction:row;gap:10px;justify-content:center}.actions-row .mode-selector{flex:none}.camera-btn{padding:10px 18px;font-size:.76rem}.camera-card{max-width:100%;padding:16px;gap:14px}.camera-view__video{aspect-ratio:3/4;max-height:58dvh;object-fit:cover}.processing-card{padding:36px 28px;gap:18px}.processing__image{max-width:200px}.results{padding:20px 16px;gap:14px;height:100vh;height:100dvh;min-height:0;overflow:hidden}.results__hero{flex-direction:row;align-items:stretch;gap:14px;flex-shrink:0}.results__image-card{width:110px;padding:10px;gap:6px;flex-shrink:0}.results__image-container:hover{transform:none}.results__expand-hint{font-size:.6rem}.results__score-card{padding:20px;flex:1 1;min-width:0}.results__score-card:before{width:160px;height:160px}.results__score-number{font-size:3.4rem}.results__score-label{font-size:.68rem;letter-spacing:.1em;margin-top:6px}.results__warnings{margin-top:10px}.results__warning{font-size:.66rem}.results__metrics-panel{flex:1 1;min-height:0;max-height:none;padding:14px 16px;display:flex;flex-direction:column;overflow:hidden}.results__metrics-header{margin-bottom:10px;padding-bottom:10px}.results__metrics-title{font-size:.82rem}.results__download{font-size:.68rem;padding:5px 12px}.results__metrics-list{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px}.metric-row{padding:11px 12px}.metric-row__name{font-size:.76rem}.metric-row__number{font-size:.8rem}.metric-row__rating{font-size:.6rem;padding:3px 8px}.results__footer{margin-top:10px;padding-top:10px;gap:10px;flex-shrink:0}.results__footer .btn{font-size:.76rem;padding:10px 20px}.results__suggestions{padding:16px;gap:12px}.suggestions__title{font-size:.82rem}.suggestion-row__name{font-size:.76rem}.suggestion-row__desc{font-size:.68rem}.error-card{padding:40px 28px;gap:20px}.aurora__blob:first-child{width:420px;height:420px}.aurora__blob:nth-child(2){width:380px;height:380px}.aurora__blob:nth-child(3){width:320px;height:320px}.aurora__blob:nth-child(4){width:280px;height:280px}.aurora__blob:nth-child(5){display:none}}@media (max-width:767px) and (max-height:700px){.brand{font-size:2.1rem}.brand-sub{margin-bottom:16px}.upload-card{padding:20px 18px;gap:16px}.upload-zone{padding:28px 16px}.results{padding:14px 12px;gap:10px}.results__image-card{width:90px;padding:8px}.results__score-number{font-size:2.8rem}.results__score-card{padding:14px}.results__metrics-panel{padding:12px}.metric-row{padding:9px 10px}.results__footer .btn{padding:8px 16px;font-size:.72rem}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_62df8c{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_62df8c{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Figtree;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-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:Figtree;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-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:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-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:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-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:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-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:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:Figtree Fallback;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_689e3f{font-family:Figtree,Figtree Fallback;font-style:normal}.__variable_689e3f{--font-body:"Figtree","Figtree Fallback"}