:root{--mz-teal:#09c48c;--mz-teal-hover:#0bd699;--mz-cyan:#2bbdee;--mz-bg:#05080f;--mz-bg-panel:#0b1120;--mz-text:#f0f4ff;--mz-text-muted:rgba(240,244,255,.45);--mz-text-soft:rgba(240,244,255,.55);--mz-text-faint:rgba(240,244,255,.18);--mz-border:hsla(0,0%,100%,.09);--mz-border-hover:hsla(0,0%,100%,.18);--mz-border-soft:hsla(0,0%,100%,.06);--mz-border-focus:rgba(9,196,140,.5);--mz-focus-glow:rgba(9,196,140,.08);--mz-surface:hsla(0,0%,100%,.04);--mz-surface-hover:hsla(0,0%,100%,.07);--mz-surface-teal:rgba(9,196,140,.04);--mz-pill-teal-bg:rgba(9,196,140,.1);--mz-pill-teal-border:rgba(9,196,140,.22);--mz-card-teal-bg:rgba(9,196,140,.08);--mz-card-teal-border:rgba(9,196,140,.2);--mz-danger-bg:rgba(220,50,50,.1);--mz-danger-border:rgba(220,50,50,.25);--mz-danger-text:#ff6b6b;--mz-radius-sm:8px;--mz-radius:10px;--mz-radius-lg:14px;--mz-radius-pill:99px;--mz-space-xs:4px;--mz-space-sm:8px;--mz-space-md:16px;--mz-space-lg:24px;--mz-space-xl:48px;--mz-font-display:var(--font-syne,"Syne"),"Inter",system-ui,sans-serif;--mz-font-body:var(--font-inter,"Inter"),system-ui,-apple-system,sans-serif;--mz-transition:all 0.2s ease;--mz-transition-fast:all 0.12s ease}.mz-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:var(--mz-space-sm);background:var(--mz-teal);color:#05080f;border:none;border-radius:var(--mz-radius);padding:14px 24px;font-family:var(--mz-font-display);font-weight:600;font-size:15px;letter-spacing:.02em;cursor:pointer;transition:background .2s,transform .12s,box-shadow .2s}.mz-btn-primary:hover:not(:disabled){background:var(--mz-teal-hover);transform:translateY(-1px);box-shadow:0 8px 28px rgba(9,196,140,.22)}.mz-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:none}.mz-btn-primary:disabled{opacity:.55;cursor:not-allowed}.mz-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:var(--mz-space-sm);background:var(--mz-surface);border:1px solid var(--mz-border);border-radius:var(--mz-radius);padding:13px 16px;font-family:var(--mz-font-body);font-size:14px;font-weight:400;color:var(--mz-text-muted);cursor:pointer;transition:var(--mz-transition)}.mz-btn-ghost:hover:not(:disabled){border-color:var(--mz-border-hover);background:var(--mz-surface-hover);color:var(--mz-text)}.mz-input{width:100%;background:var(--mz-surface);border:1px solid var(--mz-border);border-radius:var(--mz-radius);padding:13px 16px;font-family:var(--mz-font-body);font-size:15px;color:var(--mz-text);transition:border-color .2s,background .2s,box-shadow .2s;outline:none}.mz-input::placeholder{color:var(--mz-text-faint)}.mz-input:focus{border-color:var(--mz-border-focus);background:var(--mz-surface-teal);box-shadow:0 0 0 3px var(--mz-focus-glow)}.mz-pill{display:inline-flex;align-items:center;gap:6px;background:var(--mz-pill-teal-bg);border:1px solid var(--mz-pill-teal-border);border-radius:var(--mz-radius-pill);padding:4px 12px;font-family:var(--mz-font-body);font-size:11px;font-weight:500;color:var(--mz-teal);letter-spacing:.08em;text-transform:uppercase}.mz-card{background:var(--mz-bg-panel);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--mz-radius-lg);padding:20px 24px}@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root,[data-theme=light]{--bg:#f5f5f7;--surface:#fff;--surface-hover:rgba(0,0,0,.015);--border:rgba(0,0,0,.08);--border-light:rgba(0,0,0,.04);--input-bg:rgba(0,0,0,.04);--text:#1d1d1f;--text-sec:#6e6e73;--text-ter:#86868b;--text-quat:#aeaeb2;--accent:#2bbdee;--accent-bg:rgba(43,189,238,.1);--accent-gradient:#2bbdee;--green:#09c48c;--green-bg:rgba(9,196,140,.1);--orange:#f59e0b;--orange-bg:rgba(245,158,11,.08);--red:#fc3841;--red-bg:rgba(252,56,65,.08);--purple:#5c3f96;--yellow:#ffd60a;--navy:#1d1d1f;--navy2:#1d1d1f;--navy3:#1d1d1f;--blue:#2bbdee;--blue2:#2bbdee;--cyan:#2bbdee;--gold:#f59e0b;--ok:#09c48c;--err:#fc3841;--g50:#f5f5f7;--g100:rgba(0,0,0,.04);--g200:rgba(0,0,0,.08);--g300:#aeaeb2;--g400:#86868b;--g500:#6e6e73;--g600:#6e6e73;--g800:#1d1d1f;--sw:240px;--rad:14px;--ff-head:var(--font-syne,"Syne"),-apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;--ff-body:var(--font-inter,"Inter"),-apple-system,BlinkMacSystemFont,"SF Pro Text","DM Sans",sans-serif}[data-theme=dark]{--bg:#05080f;--surface:#0b1120;--surface-hover:hsla(0,0%,100%,.04);--border:hsla(0,0%,100%,.09);--border-light:hsla(0,0%,100%,.06);--input-bg:hsla(0,0%,100%,.04);--text:#f0f4ff;--text-sec:rgba(240,244,255,.65);--text-ter:rgba(240,244,255,.45);--text-quat:rgba(240,244,255,.3);--accent:#09c48c;--accent-bg:rgba(9,196,140,.1);--accent-gradient:#09c48c;--green:#09c48c;--green-bg:rgba(9,196,140,.1);--orange:#fbbf24;--orange-bg:rgba(251,191,36,.12);--red:#fb7185;--red-bg:rgba(251,113,133,.12);--purple:#a78bfa;--yellow:#ffd60a;--navy:#f0f4ff;--navy2:#f0f4ff;--navy3:#f0f4ff;--blue:#09c48c;--blue2:#09c48c;--cyan:#2bbdee;--gold:#fbbf24;--ok:#09c48c;--err:#fb7185;--g50:hsla(0,0%,100%,.04);--g100:hsla(0,0%,100%,.06);--g200:hsla(0,0%,100%,.09);--g300:rgba(240,244,255,.3);--g400:rgba(240,244,255,.45);--g500:rgba(240,244,255,.55);--g600:rgba(240,244,255,.65);--g800:#f0f4ff}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden;max-width:100vw}body{font-family:var(--ff-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}.card-title,.modal-title,.page-title,.stat-value,.title,h1,h2,h3,h4,h5,h6{font-family:var(--ff-head)}a{text-decoration:none;color:inherit}button{cursor:pointer}button,input,select,textarea{font-family:var(--ff-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-quat)}.card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);padding:20px;transition:background .3s ease,border .3s ease}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border:none;border-radius:10px;font-size:13px;font-weight:600;transition:background .2s ease,transform .12s ease,box-shadow .2s ease;font-family:var(--ff-body);white-space:nowrap}.btn-primary{background:#09c48c;color:#05080f;font-family:var(--ff-head);font-weight:600;letter-spacing:.02em}.btn-primary:hover:not(:disabled){background:#0bd699;transform:translateY(-1px);box-shadow:0 8px 24px rgba(9,196,140,.22)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--input-bg);color:var(--text-sec);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-quat);color:var(--text)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(252,56,65,.18)}.btn-sm{padding:7px 12px;font-size:12px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-new{background:var(--accent-bg);color:var(--accent)}.badge-processing{background:var(--orange-bg);color:var(--orange)}.badge-completed{background:var(--green-bg);color:var(--green)}.badge-cancelled{background:var(--red-bg);color:var(--red)}.input{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:var(--ff-body);outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;background:var(--surface);color:var(--text)}.input::placeholder{color:var(--text-quat)}.input:focus{border-color:rgba(9,196,140,.5);background:var(--surface-hover);box-shadow:0 0 0 3px rgba(9,196,140,.08)}.label{display:block;font-size:11px;font-weight:600;color:var(--text-ter);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.form-group{margin-bottom:14px}.grid-4{grid-template-columns:repeat(4,1fr);grid-gap:12px}.grid-3,.grid-4{display:grid;gap:12px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.stat-card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);padding:18px 20px;transition:background .3s ease}.stat-card[style*=border-top]{border-top-width:3px!important;border-top-style:solid!important}.stat-value{font-size:24px;font-weight:700;color:var(--text);margin:6px 0 4px;letter-spacing:-.8px;font-family:var(--ff-head)}.stat-label{font-size:12px;color:var(--text-ter);font-weight:500}.stat-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:600;color:var(--text-quat);letter-spacing:.5px;text-transform:uppercase;border-bottom:.5px solid var(--border)}.table td{padding:12px;border-bottom:.5px solid var(--border-light);color:var(--text)}.table tr:hover td{background:var(--surface-hover)}.product-card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);overflow:hidden;transition:border .15s ease,box-shadow .15s ease}.product-card:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-bg)}.product-img{height:160px;background:var(--input-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{max-height:100%;max-width:100%;object-fit:contain}.product-body{padding:14px}.product-name{font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px;line-height:1.35}.product-sku{font-size:11px;color:var(--text-quat);margin-bottom:8px}.product-prices{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.price-dealer{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.5px}.price-retail{font-size:12px;color:var(--text-quat);text-decoration:line-through}.price-discount{font-size:11px;font-weight:600;color:var(--green);background:var(--green-bg);padding:1px 6px;border-radius:5px}.search-bar{display:flex;align-items:center;gap:8px;background:var(--surface);border:.5px solid var(--border);border-radius:10px;padding:8px 14px;width:320px}.search-bar input{border:none;outline:none;flex:1 1;font-size:13px;color:var(--text);background:transparent}.search-bar input::placeholder{color:var(--text-quat)}.search-bar svg{color:var(--text-quat);flex-shrink:0}.filters{gap:8px;flex-wrap:wrap;margin-bottom:20px}.filters,.modal-overlay{display:flex;align-items:center}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;justify-content:center}.modal{background:var(--surface);border-radius:16px;padding:28px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;border:.5px solid var(--border)}.modal-title{font-size:17px;font-weight:700;color:var(--text);margin-bottom:20px;letter-spacing:-.3px}.toast{position:fixed;bottom:24px;right:24px;background:var(--text);color:var(--bg);padding:12px 20px;border-radius:12px;font-size:13px;font-weight:500;z-index:999;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.layout{display:flex;min-height:100vh}.sidebar{display:none}.main{flex:1 1;display:flex;flex-direction:column;margin-left:0}.topbar{display:none}.page-content{padding:0;flex:1 1}.logout-btn,.nav-item,.nav-section,.sidebar-logo,.sidebar-nav,.sidebar-user,.user-avatar,.user-name,.user-role{display:none}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top:3px solid #09c48c;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}.spinner-sm{width:20px;height:20px;border-width:2px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--text-ter);font-size:13px;font-weight:500}@media (max-width:767px){.grid-2,.grid-3{grid-template-columns:1fr!important}.grid-4{grid-template-columns:1fr 1fr!important}.card{padding:14px!important}table:not(.catalog-table){display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;width:100%!important}table:not(.catalog-table) tbody,table:not(.catalog-table) thead,table:not(.catalog-table) tr{min-width:600px}body,html{overflow-x:hidden;max-width:100vw}.content-wrap,.page-content,article,main,section{max-width:100%;overflow-x:auto}code,pre{word-break:break-all;overflow-wrap:anywhere}[style*="grid-template-columns: 220px"],[style*="grid-template-columns: 240px"],[style*="grid-template-columns: 260px"],[style*="grid-template-columns: 280px"],[style*="grid-template-columns: 300px"],[style*="grid-template-columns: 320px"],[style*="grid-template-columns: 340px"],[style*="grid-template-columns: 360px"],[style*="grid-template-columns: 380px"],[style*="grid-template-columns: 400px"],[style*="grid-template-columns: 420px"],[style*="grid-template-columns: 440px"],[style*="grid-template-columns: 460px"],[style*="grid-template-columns: 480px"],[style*="grid-template-columns: 500px"],[style*="grid-template-columns:220px"],[style*="grid-template-columns:240px"],[style*="grid-template-columns:340px"]{grid-template-columns:1fr!important}.card h1,.card h2,.card h3,.card h4,.card li,.card p,article h1,article h2,article h3,article li,article p{overflow-wrap:break-word;word-break:break-word}.catalog-table{width:100%!important}.catalog-table .col-cart,.catalog-table .col-discount,.catalog-table .col-price-retail,.catalog-table .col-sku,.catalog-table .col-stock{display:none!important}.catalog-table .col-product{padding-left:12px!important}.catalog-table .col-price-dealer{padding-right:12px!important}.catalog-table th{position:static!important;font-size:9px!important;padding:8px!important}.catalog-table td{padding:10px 8px!important}.product-modal-overlay{padding:10px!important}.product-modal-card{border-radius:16px!important;max-height:92vh!important}.product-modal-card .modal-product-grid{grid-template-columns:1fr!important}.product-modal-card .modal-product-grid>div:first-child{max-height:260px!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.catalog-grid>div{border-radius:12px!important}.catalog-grid>div>div:last-child{padding:10px 10px 12px!important}.catalog-grid>div span[style*=monospace]{display:none!important}.modal{max-width:100%!important;border-radius:12px!important;margin:8px!important}.modal,.search-bar{width:100%!important}.stat-value{font-size:20px}.toast{left:16px;right:16px;bottom:16px;text-align:center}.product-img{height:120px}.hide-mobile{display:none!important}.show-mobile{display:flex!important}.catalog-sidebar{display:none!important}.catalog-sidebar.mobile-open{display:block!important;position:fixed;top:0;left:0;right:0;bottom:0;z-index:250;width:100%!important;max-width:100%!important;overflow-y:auto;border-radius:0!important;padding:16px!important;background:var(--surface)}.catalog-sort-row{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important}.cart-layout{grid-template-columns:1fr!important}.cart-item-grid{grid-template-columns:48px 1fr!important;gap:8px!important;padding:12px 14px!important}.cart-item-subtotal{display:none!important}.cart-item-info-mobile{display:flex!important}.order-info-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.order-header-badges{flex-wrap:wrap!important}.order-header{padding:16px!important}.order-items-expanded{padding:12px 14px 14px!important}.orders-filter-bar{flex-direction:column!important;gap:10px!important;align-items:stretch!important}.orders-filter-buttons{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;padding-bottom:2px}.orders-filter-buttons button{flex-shrink:0!important}.recl-info-grid,.recl-layout{grid-template-columns:1fr!important}.recl-info-grid{gap:8px!important}.profile-header-inner{flex-direction:column!important;gap:16px!important}.profile-discount,.profile-header-inner{text-align:center!important}.profile-brands{flex-direction:column!important}.profile-brands>div{min-width:0!important}.profile-form-grid,.profile-pw-grid,.promos-grid{grid-template-columns:1fr!important}.promo-photo{height:180px!important}.levels-hero{padding:24px 20px 20px!important}.levels-hero-inner{flex-direction:column!important;gap:20px!important}.levels-hero-inner>div{border-right:none!important;padding:0!important}.levels-progress-row{flex-direction:column!important;gap:16px!important}.levels-card{padding:20px!important}.levels-conditions-grid{grid-template-columns:1fr 1fr!important}.levels-bento [style*=grid-column]{grid-column:span 1!important}.contract-container{max-width:100%!important}.requisites-grid{grid-template-columns:1fr!important}.login-card{width:100%!important;padding:32px 20px!important}.dash-orders-grid{grid-template-columns:1fr!important}.dash-stats-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.dash-stats-grid>div{padding:12px 14px!important}.dash-stats-grid>div div[style*="fontSize: 20"]{font-size:16px!important}.dash-manager-card{flex-direction:column!important;gap:10px!important;padding:14px!important}.dash-manager-contacts{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}.dash-manager-contacts>a,.dash-manager-contacts>div{font-size:11px!important;padding:5px 10px!important;white-space:normal!important;word-break:break-all!important}.dash-orders-grid>div{overflow:hidden!important;min-width:0!important}.dash-orders-grid>div>div{min-width:0!important}.admin-stats{flex-direction:row!important;flex-wrap:wrap!important}.admin-stats>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:140px!important;padding:14px 16px!important}.admin-stats>div>div>div:nth-child(2){font-size:22px!important}.admin-layout-flex{flex-direction:column!important}.admin-layout-flex>div{min-width:0!important;flex:none!important;width:100%!important}.admin-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.admin-table-wrap table{min-width:500px}[style*="max-width: 1200px"],[style*="max-width: 780px"],[style*="maxWidth: 1200"],[style*="maxWidth: 780"],[style*="maxWidth:'780px'"]{max-width:100%!important}[style*="width: fit-content"],[style*="width:'fit-content'"]{width:100%!important}[style*="minWidth: 100"],[style*="minWidth: 120"],[style*="minWidth: 80"],[style*="minWidth: 90"],[style*="minWidth:100"],[style*="minWidth:120"],[style*="minWidth:80"],[style*="minWidth:90"]{min-width:0!important}.page-content>div{overflow-x:hidden}[style*="position: fixed"][style*="inset: 0"]>div,[style*="position:fixed"][style*="inset:0"]>div{max-width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important;margin:8px!important}[style*="width: 380px"],[style*="width: 420px"],[style*="width: 440px"],[style*="width: 500px"],[style*="width: 520px"],[style*="width: 680px"],[style*="width: 780px"],[style*="width: 960px"],[style*="width:380px"],[style*="width:420px"],[style*="width:440px"],[style*="width:500px"],[style*="width:520px"],[style*="width:680px"],[style*="width:780px"],[style*="width:960px"]{width:calc(100vw - 32px)!important;max-width:100%!important}[style*="width: 640px"],[style*="width: 740px"],[style*="width:640px"],[style*="width:740px"]{width:calc(100vw - 16px)!important;max-width:100%!important}.modal-product-grid{grid-template-columns:1fr!important}[style*="width: 224px"],[style*="width:224px"]{width:100%!important}[style*="grid-template-columns: 1fr 360px"],[style*="grid-template-columns:1fr 360px"],[style*="gridTemplateColumns:'1fr 360px'"]{grid-template-columns:1fr!important}}@media (max-width:374px){.stat-value{font-size:18px}.btn{padding:8px 14px;font-size:12px}.product-body{padding:10px}.product-name{font-size:13px}}.show-mobile{display:none!important}.cart-item-info-mobile{display:none}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:300;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_a21d67;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:300;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_a21d67;font-style:normal;font-weight:300;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_a21d67;font-style:normal;font-weight:300;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_a21d67;font-style:normal;font-weight:300;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_a21d67;font-style:normal;font-weight:400;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_a21d67;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:400;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_a21d67;font-style:normal;font-weight:400;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_a21d67;font-style:normal;font-weight:400;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_a21d67;font-style:normal;font-weight:400;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_a21d67;font-style:normal;font-weight:500;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_a21d67;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a21d67;font-style:normal;font-weight:500;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_a21d67;font-style:normal;font-weight:500;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_a21d67;font-style:normal;font-weight:500;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_a21d67;font-style:normal;font-weight:500;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_a21d67;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_a21d67{font-family:__Inter_a21d67,__Inter_Fallback_a21d67;font-style:normal}.__variable_a21d67{--font-inter:"__Inter_a21d67","__Inter_Fallback_a21d67"}@font-face{font-family:__Syne_6cda1e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_6cda1e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.p.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:__Syne_6cda1e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_6cda1e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_6cda1e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.p.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:__Syne_6cda1e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_6cda1e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_6cda1e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.p.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:__Syne_6cda1e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_6cda1e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_6cda1e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.p.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:__Syne_6cda1e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_6cda1e;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-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:__Syne_6cda1e;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.p.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:__Syne_6cda1e;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-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:__Syne_Fallback_6cda1e;src:local("Arial");ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.00%;size-adjust:98.47%}.__className_6cda1e{font-family:__Syne_6cda1e,__Syne_Fallback_6cda1e;font-style:normal}.__variable_6cda1e{--font-syne:"__Syne_6cda1e","__Syne_Fallback_6cda1e"}