/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.grid{display:grid}.hidden{display:none}}:root{--brand-pink:#ff006e;--brand-purple:#8338ec;--grad:linear-gradient(135deg,#ff006e,#8338ec);--surface-0:#0c0c12;--surface-1:#14141d;--surface-2:#1b1b27;--surface-3:#232333;--surface-4:#2c2c3f;--on-surface:#ececf2;--on-variant:#9d9daf;--on-dim:#6b6b80;--outline:#ffffff14;--primary:#ff006e;--primary-container:#ff006e24;--secondary:#8338ec;--secondary-container:#8338ec24;--success:#4ade80;--success-container:#4ade801f;--info:#60a5fa;--info-container:#60a5fa1f;--warning:#fbbf24;--warning-container:#fbbf241f;--r-sm:12px;--r-md:16px;--r-lg:24px;--r-full:999px;--shadow-pink:0 8px 24px #ff006e47}*{box-sizing:border-box}body{background:var(--surface-0);color:var(--on-surface);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}a{color:inherit;text-decoration:none}body:after,body:before{content:"";filter:blur(120px);opacity:.18;pointer-events:none;z-index:0;border-radius:50%;position:fixed}body:before{background:var(--brand-pink);width:480px;height:480px;top:-160px;left:-120px}body:after{background:var(--brand-purple);width:560px;height:560px;bottom:-200px;right:-160px}.shell{z-index:1;max-width:1200px;margin:0 auto;padding:28px 24px 60px;position:relative}.topbar{flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:28px}.brand,.topbar{align-items:center;display:flex}.brand{gap:12px}.brand__logo{background:var(--grad);border-radius:var(--r-sm);width:44px;height:44px;box-shadow:var(--shadow-pink);place-items:center;display:grid}.brand__logo svg{color:#fff;width:26px;height:26px}.brand__title{letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.brand__sub{color:var(--on-variant);font-size:.8rem}.range-pills{background:var(--surface-1);gap:6px;padding:4px;display:flex}.range-pill,.range-pills{border-radius:var(--r-full)}.range-pill{color:var(--on-variant);padding:7px 16px;font-size:.8125rem;font-weight:600;transition:all .18s}.range-pill.active{background:var(--grad);color:#fff}.range-pill:hover:not(.active){color:var(--on-surface)}.logout{border-radius:var(--r-full);background:var(--surface-2);color:var(--on-variant);align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.logout:hover{color:var(--on-surface);background:var(--surface-3)}.platforms{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;display:grid}.pcard{background:var(--surface-1);border-radius:var(--r-lg);padding:20px;position:relative;overflow:hidden}.pcard__top{align-items:center;gap:10px;margin-bottom:16px;display:flex}.pcard__icon{border-radius:var(--r-sm);place-items:center;width:38px;height:38px;display:grid}.pcard__icon svg{width:20px;height:20px}.pcard--webapp .pcard__icon{background:var(--info-container);color:var(--info)}.pcard--phone .pcard__icon{background:var(--secondary-container);color:var(--secondary)}.pcard--firetv .pcard__icon{background:var(--primary-container);color:var(--primary)}.pcard__name{font-size:.95rem;font-weight:600}.pcard__live{color:var(--success);align-items:center;gap:5px;margin-left:auto;font-size:.72rem;font-weight:600;display:inline-flex}.pcard__live .dot{background:var(--success);border-radius:50%;width:7px;height:7px;animation:pulse 1.8s infinite;box-shadow:0 0 #4ade8099}@keyframes pulse{50%{opacity:.5}}.pcard__metrics{gap:20px;display:flex}.pmetric__val{letter-spacing:-.02em;font-size:1.7rem;font-weight:700;line-height:1.1}.pmetric__lbl{color:var(--on-variant);font-size:.75rem}.card{background:var(--surface-1);border-radius:var(--r-lg);margin-bottom:16px;padding:22px}.card__title{align-items:center;gap:9px;margin:0 0 18px;font-size:1rem;font-weight:600;display:flex}.card__title-icon{background:var(--primary-container);width:30px;height:30px;color:var(--primary);border-radius:9px;place-items:center;display:grid}.card__title-icon svg{width:17px;height:17px}.card__counter{color:var(--on-variant);background:var(--surface-3);border-radius:var(--r-full);margin-left:auto;padding:2px 10px;font-size:.75rem;font-weight:600}.grid-2{grid-template-columns:1.6fr 1fr;gap:16px;display:grid}.grid-2>*{min-width:0}.grid-2 .card{overflow:hidden}.chart{align-items:flex-end;gap:5px;height:180px;padding:6px 0 0;display:flex}.chart__col{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.chart__barwrap{flex-direction:column;justify-content:flex-end;width:100%;height:calc(100% - 18px);display:flex}.chart__bar{background:var(--grad);border-radius:6px 6px 0 0;width:100%;min-height:4px;transition:opacity .18s}.chart__col.empty .chart__bar{background:var(--surface-3)}.chart__col:hover .chart__bar{opacity:.82}.chart__lbl{height:18px;color:var(--on-variant);white-space:nowrap;text-align:center;font-size:.62rem;line-height:18px}.toplist{flex-direction:column;gap:8px}.toplist,.toprow{min-width:0;display:flex}.toprow{align-items:center;gap:10px}.toprow__path{min-width:0;color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:JetBrains Mono,monospace;font-size:.85rem;overflow:hidden}.toprow__bar{background:var(--grad);border-radius:4px;min-width:4px;height:6px}.toprow__count{color:var(--on-variant);text-align:right;min-width:32px;font-size:.8rem;font-weight:600}.feed{flex-direction:column;display:flex}.feed__item{border-bottom:1px solid var(--outline);align-items:flex-start;gap:12px;padding:11px 0;display:flex}.feed__item:last-child{border-bottom:none}.feed__icon{border-radius:var(--r-full);flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.feed__icon svg{width:17px;height:17px}.feed__icon.webapp{background:var(--info-container);color:var(--info)}.feed__icon.phone{background:var(--secondary-container);color:var(--secondary)}.feed__icon.firetv{background:var(--primary-container);color:var(--primary)}.feed__body{flex:1;min-width:0}.feed__title{font-size:.875rem;font-weight:600}.feed__sub{color:var(--on-variant);text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.78rem;overflow:hidden}.feed__time{color:var(--on-dim);white-space:nowrap;font-size:.72rem}.empty{text-align:center;color:var(--on-variant);padding:32px 16px;font-size:.875rem}.chip{border-radius:var(--r-full);align-items:center;gap:4px;padding:3px 9px;font-size:.72rem;font-weight:600;display:inline-flex}.chip.pink{background:var(--primary-container);color:var(--primary)}.login-wrap{z-index:1;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}.login-card{background:var(--surface-1);border-radius:var(--r-lg);flex-direction:column;align-items:center;gap:14px;width:100%;max-width:380px;padding:36px 32px;display:flex}.login-logo{background:var(--grad);border-radius:var(--r-md);width:56px;height:56px;box-shadow:var(--shadow-pink);color:#fff;place-items:center;display:grid}.login-title{background:linear-gradient(90deg,var(--brand-pink),var(--brand-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:4px 0 0;font-size:1.4rem;font-weight:700}.login-sub{color:var(--on-variant);margin:0 0 8px;font-size:.85rem}.login-input{background:var(--surface-2);border-radius:var(--r-sm);width:100%;color:var(--on-surface);border:1px solid #0000;padding:13px 16px;font-size:.95rem}.login-input:focus{border-color:var(--primary);background:var(--surface-3);outline:none}.login-btn{border-radius:var(--r-full);background:var(--grad);color:#fff;cursor:pointer;border:none;width:100%;padding:13px;font-size:.95rem;font-weight:700}.login-btn:hover{box-shadow:var(--shadow-pink)}.login-error{text-align:center;color:#f87171;border-radius:var(--r-sm);background:#f871711f;width:100%;padding:8px;font-size:.82rem}.topnav{background:var(--surface-1);border-radius:var(--r-full);gap:20px;margin-bottom:22px;padding:8px 10px 8px 16px}.topnav,.topnav__brand{align-items:center;display:flex}.topnav__brand{gap:9px}.topnav__logo{background:var(--grad);color:#fff;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.topnav__title{font-size:.95rem;font-weight:700}.topnav__links{gap:4px;display:flex}.topnav__link{border-radius:var(--r-full);color:var(--on-variant);padding:8px 16px;font-size:.85rem;font-weight:600}.topnav__link:hover{color:var(--on-surface);background:var(--surface-2)}.topnav__link.active{background:var(--primary-container);color:var(--primary)}.topnav__user{align-items:center;gap:12px;margin-left:auto;display:flex}.topnav__name{color:var(--on-surface);text-align:right;flex-direction:column;font-size:.82rem;line-height:1.2;display:flex}.topnav__role{color:var(--on-variant);font-size:.68rem}.topnav__logout{border-radius:var(--r-full);background:var(--surface-2);width:34px;height:34px;color:var(--on-variant);place-items:center;display:grid}.topnav__logout:hover{background:var(--surface-3);color:var(--on-surface)}.page-h1{letter-spacing:-.02em;margin:0 0 18px;font-size:1.5rem;font-weight:700}.form{flex-direction:column;gap:12px;display:flex}.finput{background:var(--surface-2);border-radius:var(--r-sm);width:100%;color:var(--on-surface);border:1px solid #0000;padding:12px 14px;font-size:.92rem}.finput:focus{border-color:var(--primary);background:var(--surface-3);outline:none}.fbtn{border-radius:var(--r-full);background:var(--grad);color:#fff;cursor:pointer;border:none;padding:12px;font-size:.9rem;font-weight:700}.fbtn:hover{box-shadow:var(--shadow-pink)}.fmsg{border-radius:var(--r-sm);padding:9px 12px;font-size:.82rem}.fmsg.ok{background:var(--success-container);color:var(--success)}.fmsg.err{color:#f87171;background:#f871711f}.ulist{flex-direction:column;gap:8px;display:flex}.urow{background:var(--surface-2);border-radius:var(--r-sm);align-items:center;gap:12px;padding:12px 14px;display:flex}.urow__name{font-size:.9rem;font-weight:600}.urow__date{color:var(--on-variant);font-size:.75rem}.urow__action,.urow__you{margin-left:auto}.urow__you{color:var(--on-dim);font-size:.75rem}.ubtn-del{border-radius:var(--r-full);color:#f87171;cursor:pointer;background:#f8717124;border:none;padding:6px 12px;font-size:.78rem;font-weight:600}.ubtn-del:hover{background:#f871713d}.livehero{border:1px solid var(--outline);border-radius:var(--r-lg);background:linear-gradient(135deg,#ff006e1a,#8338ec1a);flex-wrap:wrap;justify-content:space-between;gap:18px;margin-bottom:16px;padding:18px 24px}.livehero,.livehero__main{align-items:center;display:flex}.livehero__main{gap:12px}.livehero__dot{background:var(--success);border-radius:50%;width:12px;height:12px;animation:pulse 1.8s infinite}.livehero.idle .livehero__dot{background:var(--on-dim);animation:none}.livehero__num{letter-spacing:-.02em;font-size:2.1rem;font-weight:800;line-height:1}.livehero__lbl{color:var(--on-variant);font-size:.9rem}.livehero__plats{flex-wrap:wrap;gap:18px;display:flex}.livehero__plat{color:var(--on-variant);align-items:center;gap:7px;font-size:.82rem;display:inline-flex}.livehero__plat svg{width:15px;height:15px}.livehero__plat b{color:var(--on-surface);font-size:.95rem}.live-list{flex-direction:column;gap:8px;display:flex}.live-row{background:var(--surface-2);border-radius:var(--r-sm);align-items:center;gap:12px;padding:11px 13px;display:flex}.live-row__ic{border-radius:var(--r-full);flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.live-row__ic svg{width:17px;height:17px}.live-row__ic.webapp{background:var(--info-container);color:var(--info)}.live-row__ic.phone{background:var(--secondary-container);color:var(--secondary)}.live-row__ic.firetv{background:var(--primary-container);color:var(--primary)}.live-row__body{flex:1;min-width:0}.live-row__page{text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;overflow:hidden}.live-row__meta{color:var(--on-variant);gap:6px;font-size:.74rem;display:flex}.live-row__loc{color:var(--on-variant);white-space:nowrap;flex-shrink:0;font-size:.78rem}.statlist{flex-direction:column;gap:11px}.statlist,.statrow{min-width:0;display:flex}.statrow{align-items:center;gap:10px}.statrow__flag{text-align:center;flex-shrink:0;width:22px;font-size:1.05rem;line-height:1}.statrow__ic{background:var(--surface-2);width:28px;height:28px;color:var(--on-variant);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.statrow__ic svg{width:15px;height:15px}.statrow__lbl{width:108px;color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;flex-shrink:0;font-size:.84rem;overflow:hidden}.statrow__track{background:var(--surface-3);border-radius:4px;flex:1;min-width:16px;height:7px;overflow:hidden}.statrow__fill{background:var(--grad);border-radius:4px;height:100%;display:block}.statrow__val{color:var(--on-surface);text-align:right;min-width:26px;font-size:.8rem;font-weight:700}.tech-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.tech-col__h{text-transform:uppercase;letter-spacing:.05em;color:var(--on-dim);margin:0 0 14px;font-size:.72rem;font-weight:700}.empty.sm{padding:14px 8px;font-size:.8rem}.profile{margin-left:auto;position:relative}.profile__btn{background:var(--surface-2);cursor:pointer;border-radius:var(--r-full);color:var(--on-surface);border:none;align-items:center;gap:10px;padding:5px 12px 5px 5px;font-family:inherit;display:flex}.profile__btn:hover{background:var(--surface-3)}.profile__avatar{background:var(--grad);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:grid}.profile__meta{text-align:left;flex-direction:column;line-height:1.18;display:flex}.profile__name{font-size:.82rem;font-weight:600}.profile__role{color:var(--on-variant);font-size:.68rem}.profile__caret{color:var(--on-variant);place-items:center;transition:transform .2s;display:grid}.profile__caret.open{transform:rotate(180deg)}.menu{background:var(--surface-2);border:1px solid var(--outline);border-radius:var(--r-md);z-index:30;flex-direction:column;gap:2px;min-width:196px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #00000073}.menu__item{border-radius:var(--r-sm);color:var(--on-surface);align-items:center;gap:11px;padding:10px 12px;font-size:.85rem;font-weight:500;display:flex}.menu__item svg{width:17px;height:17px;color:var(--on-variant)}.menu__item:hover{background:var(--surface-3)}.menu__item.active,.menu__item.active svg{color:var(--primary)}.menu__item.danger,.menu__item.danger svg{color:#f87171}.menu__div{background:var(--outline);height:1px;margin:4px 6px}.kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.kpi{background:var(--surface-1);border-radius:var(--r-lg);padding:18px 20px}.kpi__val{letter-spacing:-.02em;gap:9px;font-size:1.95rem;font-weight:800;line-height:1.1}.kpi__row,.kpi__val{align-items:center;display:flex}.kpi__row{gap:8px;margin-top:4px}.kpi__lbl{color:var(--on-variant);font-size:.78rem}.kpi__trend{font-size:.72rem;font-weight:700}.kpi__trend.up{color:var(--success)}.kpi__trend.down{color:#f87171}.kpi--live .kpi__val{color:var(--on-surface)}.livedot{background:var(--success);border-radius:50%;width:11px;height:11px;animation:pulse 1.8s infinite}.livedot.off{background:var(--on-dim);animation:none}.heat{flex-direction:column;gap:4px;display:flex}.heat__row{align-items:center;gap:10px;display:flex}.heat__day{width:26px;color:var(--on-variant);text-align:right;flex-shrink:0;font-size:.72rem}.heat__cells{flex:1;grid-template-columns:repeat(24,1fr);gap:4px;display:grid}.heat__cell{aspect-ratio:1;background:var(--surface-3);border-radius:3px;transition:transform .1s}.heat__cell:hover{outline:1px solid var(--primary);transform:scale(1.25)}.heat__axis{margin-top:2px}.heat__h{color:var(--on-dim);text-align:left;font-size:.6rem}.chart--24{grid-template-columns:repeat(24,minmax(0,1fr));align-items:stretch;gap:3px;height:150px;display:grid}.chart--24 .chart__lbl{font-size:.58rem}.tech-grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:860px){.grid-2,.platforms{grid-template-columns:1fr}.topnav{flex-wrap:wrap;gap:12px}.tech-grid,.tech-grid--2{grid-template-columns:1fr;gap:18px}.livehero{gap:12px}.kpis{grid-template-columns:repeat(2,1fr)}}@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"}