:root{--primary:#0d9488;--primary-500:#14b8a6;--primary-600:#0f766e;--primary-700:#115e59;--primary-50:#f0fdfa;--primary-100:#ccfbf1;--primary-200:#99f6e4;--bg:#f8fafc;--surface:#fff;--surface-raised:#fff;--border:#e2e8f0;--border-light:#f1f5f9;--text:#0f172a;--text-heading:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-subtle:#94a3b8;--success:#10b981;--success-bg:#ecfdf5;--warning:#f59e0b;--warning-bg:#fffbeb;--danger:#ef4444;--danger-bg:#fef2f2;--info:#3b82f6;--info-bg:#eff6ff;--radius:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--maxw:1200px;--shadow-sm:0 1px 2px 0 rgba(15,23,42,.04);--shadow:0 1px 3px 0 rgba(15,23,42,.08),0 1px 2px -1px rgba(15,23,42,.06);--shadow-md:0 4px 6px -1px rgba(15,23,42,.08),0 2px 4px -2px rgba(15,23,42,.06);--shadow-lg:0 10px 15px -3px rgba(15,23,42,.08),0 4px 6px -4px rgba(15,23,42,.06);--shadow-ring:0 0 0 3px rgba(20,184,166,.15);--font-sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;--leading-base:1.6;--leading-snug:1.35;--leading-tight:1.2}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:var(--leading-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary-600);text-decoration:none;transition:color .12s ease}a:hover{color:var(--primary-700);text-decoration:underline}button{font-family:inherit}img,svg{display:block;max-width:100%}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}ol,ul{padding:0 0 0 1.25rem}li{margin:.35rem 0}.font-sans{font-family:var(--font-sans)}.page{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.main{flex:1 1;padding:32px 0 80px}section{margin:64px 0}.section-sm{margin:40px 0}.section-lg{margin:80px 0}.text-display{font-size:clamp(2.25rem,5vw,3.5rem);line-height:var(--leading-tight);font-weight:800;letter-spacing:-.03em;color:var(--text-heading)}.text-title{font-size:1.875rem;font-weight:700;letter-spacing:-.02em}.text-subtitle,.text-title{line-height:var(--leading-snug);color:var(--text-heading)}.text-subtitle{font-size:1.25rem;font-weight:600}.text-lead{font-size:1.125rem;line-height:1.75}.text-body,.text-lead{color:var(--text-secondary)}.text-body{font-size:1rem;line-height:var(--leading-base)}.text-small{font-size:.875rem;line-height:1.55;color:var(--text-muted)}.text-caption{font-size:.75rem;line-height:1.5;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;font-size:.875rem;font-weight:600;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.btn,.btn:hover{text-decoration:none}.btn:hover{background:var(--bg);border-color:var(--primary-200);color:var(--primary-700)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-600);border-color:var(--primary-600);color:#fff}.btn-ghost{background:transparent;border-color:transparent;color:var(--primary-600)}.btn-ghost:hover{background:var(--primary-50)}.btn-sm{padding:6px 12px;font-size:.8125rem}.badge,.tag{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-full);background:var(--primary-50);color:var(--primary-700);border:1px solid var(--primary-100);white-space:nowrap}.badge-remote{background:var(--success-bg);color:#047857;border-color:#d1fae5}.badge-transport{background:var(--info-bg);color:#1d4ed8;border-color:#dbeafe}.badge-stars{background:#fffbeb;color:#b45309;border-color:#fef3c7}.badge-license{background:var(--border-light);color:var(--text-muted);border-color:var(--border)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;letter-spacing:-.02em}.brand,.brand:hover{color:var(--text-heading)}.brand:hover{text-decoration:none}.brand-mark{display:inline-flex;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--primary);color:#fff;font-size:.875rem;font-weight:800}.brand-mark,.nav{align-items:center}.nav{display:flex;gap:6px}.nav a{padding:6px 12px;border-radius:var(--radius);font-size:.9375rem;font-weight:500;color:var(--text-secondary)}.nav a:hover{color:var(--text-heading);background:var(--bg);text-decoration:none}.header-search{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg);font-size:.875rem;color:var(--text-muted);transition:all .15s ease;min-width:180px}.header-search:hover{border-color:var(--primary-200);color:var(--text-secondary);text-decoration:none}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:56px 0 32px;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:40px;gap:40px}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.125rem;color:var(--text-heading);margin-bottom:14px}.footer-about{font-size:.875rem;line-height:1.65;color:var(--text-muted);max-width:280px}.footer-col h4{font-size:.875rem;font-weight:700;color:var(--text-heading);margin-bottom:14px;letter-spacing:.01em}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:0}.footer-col a{display:block;padding:5px 0;font-size:.875rem;color:var(--text-muted)}.footer-col a:hover{color:var(--primary-600)}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:.8125rem;color:var(--text-subtle);flex-wrap:wrap}.footer-bottom a{color:var(--text-muted)}.hero{text-align:center;padding:48px 0 24px;max-width:760px;margin:0 auto}.hero h1{font-size:clamp(2.25rem,5vw,3.25rem);line-height:var(--leading-tight);font-weight:800;letter-spacing:-.03em;color:var(--text-heading);margin-bottom:16px}.hero h1 span{color:var(--primary)}.hero-description{font-size:1.125rem;line-height:1.75;color:var(--text-secondary);max-width:620px;margin:0 auto 28px}.hero-search{max-width:640px;margin:0 auto 20px}.hero-stats{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);font-size:.875rem;color:var(--text-muted);font-weight:500}.hero-stats strong{color:var(--text-heading);font-weight:700}.searchbox{display:flex;gap:10px;width:100%}.searchbox-input-wrap{flex:1 1;position:relative}.searchbox-input-wrap svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-subtle);pointer-events:none}.searchbox input{width:100%;padding:14px 16px 14px 46px;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;outline:none;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);transition:all .15s ease}.searchbox input::placeholder{color:var(--text-subtle)}.searchbox input:focus{border-color:var(--primary-500);box-shadow:var(--shadow-ring)}.searchbox button{padding:14px 28px;border:0;background:var(--primary);color:#fff;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .15s ease}.searchbox button:hover{background:var(--primary-600)}.search-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.search-chips a{padding:5px 12px;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);font-size:.8125rem;font-weight:500;color:var(--text-muted)}.search-chips a:hover{border-color:var(--primary-200);color:var(--primary-700);background:var(--primary-50);text-decoration:none}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-header h2{font-size:1.5rem;font-weight:700;color:var(--text-heading);letter-spacing:-.01em}.section-header a{font-size:.875rem;font-weight:600;color:var(--primary-600)}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:14px;gap:14px}.cat-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;color:var(--text);box-shadow:var(--shadow-sm);transition:all .15s ease}.cat-card:hover{border-color:var(--primary-200);background:var(--surface-raised);box-shadow:var(--shadow-md);transform:translateY(-2px);text-decoration:none;color:var(--text)}.cat-name{font-weight:600;text-transform:capitalize;font-size:.9375rem}.cat-count{color:var(--text-muted);font-size:.8125rem;font-weight:600;background:var(--bg);padding:3px 10px;border-radius:var(--radius-full)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px;gap:20px}.card{display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;color:var(--text);box-shadow:var(--shadow-sm);transition:all .18s ease;height:100%}.card:hover{border-color:var(--primary-200);box-shadow:var(--shadow-lg);transform:translateY(-3px);text-decoration:none;color:var(--text)}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-title{gap:10px;min-width:0}.card-icon,.card-title{display:flex;align-items:center}.card-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--primary-50);color:var(--primary-600);justify-content:center;font-weight:700;font-size:.875rem;border:1px solid var(--primary-100)}.card-title h3{font-size:1.05rem;font-weight:700;color:var(--text-heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}.card-meta{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:4px}.card-footer,.card-meta{display:flex;align-items:center}.card-footer{justify-content:space-between;gap:12px;font-size:.8125rem;color:var(--text-subtle);margin-top:4px}.card-transport{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.server-page{max-width:1000px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.875rem;margin-bottom:20px}.breadcrumb,.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary-600)}.server-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm);margin-bottom:28px}.server-hero-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}.server-hero-icon{flex-shrink:0;width:56px;height:56px;border-radius:14px;background:var(--primary-50);color:var(--primary-600);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;border:1px solid var(--primary-100)}.server-hero-title h1{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--text-heading);line-height:var(--leading-tight);margin-bottom:10px}.badges{display:flex;flex-wrap:wrap;gap:8px}.server-lead{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:20px}.server-actions{display:flex;flex-wrap:wrap;gap:10px}.detail-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:28px;gap:28px;align-items:start}@media (max-width:860px){.detail-layout{grid-template-columns:1fr}}.detail-main section{margin:28px 0}.detail-main h2{font-size:1.25rem;font-weight:700;color:var(--text-heading);margin-bottom:12px;letter-spacing:-.01em}.detail-main li,.detail-main p{color:var(--text-secondary);line-height:1.7}.detail-sidebar{display:flex;flex-direction:column;gap:20px;position:-webkit-sticky;position:sticky;top:88px}.sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.sidebar-card h3{font-size:.875rem;font-weight:700;color:var(--text-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.meta-list{list-style:none;padding:0;margin:0}.meta-list li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-light);font-size:.875rem}.meta-list li:last-child{border-bottom:0}.meta-label{color:var(--text-muted);font-weight:500}.meta-value{color:var(--text-heading);font-weight:600;text-align:right}.code-block{position:relative;background:#0f172a;border-radius:var(--radius);padding:16px 18px;overflow-x:auto}.code-block pre{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8125rem;line-height:1.5;color:#e2e8f0}.code-block code{font-family:inherit;color:#e2e8f0}.copy-btn{position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:6px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:#e2e8f0;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .12s ease}.copy-btn:hover{background:hsla(0,0%,100%,.15)}.cons-list,.pros-list,.security-list,.usecase-list{list-style:none;padding:0}.cons-list li,.pros-list li,.security-list li,.usecase-list li{position:relative;padding-left:26px;margin:12px 0;color:var(--text-secondary)}.pros-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--success);font-weight:700}.cons-list li:before{content:"•";position:absolute;left:0;top:-1px;color:var(--warning);font-weight:700}.security-list li:before{content:"✓"}.security-list li:before,.usecase-list li:before{position:absolute;left:0;top:0;color:var(--primary-500);font-weight:700}.usecase-list li:before{content:"→"}.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.pros-cons-grid>div{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}.pros-cons-grid h3{font-size:1rem;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:8px}@media (max-width:640px){.pros-cons-grid{grid-template-columns:1fr}}.alternatives{margin-top:40px}.disclaimer{margin-top:48px;padding:18px 20px;background:var(--border-light);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--text-muted);line-height:1.6}.page-header{max-width:760px;margin-bottom:32px}.page-header h1{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--text-heading);margin-bottom:10px}.page-header p{font-size:1.0625rem;color:var(--text-secondary)}.results-meta{font-size:.9375rem;color:var(--text-muted);margin-bottom:18px}.empty-state{text-align:center;padding:64px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.empty-state h3{font-size:1.125rem;font-weight:700;color:var(--text-heading);margin-bottom:8px}.empty-state p{color:var(--text-muted);margin-bottom:18px}.static-page{max-width:720px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 48px;box-shadow:var(--shadow-sm)}.static-page h1{font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:16px;color:var(--text-heading)}.static-page h2{font-size:1.25rem;font-weight:700;margin:28px 0 12px;color:var(--text-heading)}.static-page li,.static-page p{color:var(--text-secondary);line-height:1.75;margin:.75rem 0}.static-page a{color:var(--primary-600)}@media (max-width:640px){.static-page{padding:28px 24px}}.ad-unit{margin:40px 0;min-height:90px;background:var(--bg);border:1px dashed var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.ad-unit:before{content:"Advertisement";color:var(--text-subtle);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}@media (max-width:768px){.container{padding:0 16px}.main{padding:24px 0 56px}section{margin:48px 0}.hero{padding:32px 0 16px}.grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.server-hero{padding:24px}.server-hero-head{flex-direction:column;gap:14px}.header-search{display:none}.nav a{padding:6px 8px;font-size:.875rem}}@media (max-width:480px){.cat-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start}.footer-bottom,.searchbox{flex-direction:column}.searchbox button{width:100%}}:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}::selection{background:var(--primary-100);color:var(--primary-700)}.compare-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;background:hsla(0,0%,100%,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border);box-shadow:0 -4px 12px rgba(15,23,42,.06);padding:12px 0}.compare-bar-inner{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.compare-bar-items{display:flex;align-items:center;gap:10px;flex-wrap:wrap;overflow:hidden}.compare-bar-label{font-size:.875rem;font-weight:700;color:var(--text-heading)}.compare-bar-chip{gap:6px;padding:6px 10px 6px 14px;background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600}.compare-bar-chip,.compare-bar-chip button{display:inline-flex;align-items:center;color:var(--primary-700)}.compare-bar-chip button{justify-content:center;width:18px;height:18px;border:0;border-radius:9999px;background:var(--primary-100);font-size:.875rem;line-height:1;cursor:pointer}.compare-bar-chip button:hover{background:var(--primary-200)}.compare-bar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.compare-table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.compare-table{width:100%;border-collapse:collapse;min-width:640px;font-size:.9375rem}.compare-table td,.compare-table th{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border-light);vertical-align:top}.compare-table thead th{background:var(--bg);font-weight:700;color:var(--text-heading);white-space:nowrap}.compare-table td:first-child,.compare-table th:first-child{width:160px;min-width:160px}.compare-row-label{font-weight:600;color:var(--text-muted);font-size:.875rem}.compare-cell{color:var(--text-secondary);line-height:1.6}.compare-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.compare-remove{width:22px;height:22px;border:0;border-radius:9999px;background:var(--border-light);color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer}.compare-remove:hover{background:var(--danger-bg);color:var(--danger)}.best-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:18px;gap:18px}.best-card{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm);transition:all .18s ease}.best-card,.best-card:hover{color:var(--text);text-decoration:none}.best-card:hover{border-color:var(--primary-200);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.best-card h2{font-size:1.125rem;font-weight:700;color:var(--text-heading);letter-spacing:-.01em}.best-card p{font-size:.9375rem;color:var(--text-muted);line-height:1.55;margin:0;flex:1 1}.best-card-link{font-size:.875rem;font-weight:600;color:var(--primary-600)}.best-article{display:flex;flex-direction:column;gap:28px}.best-article h2{font-size:1.375rem;font-weight:700;color:var(--text-heading);margin:8px 0 0;letter-spacing:-.01em}.page{padding-bottom:64px}@media (max-width:768px){.compare-bar-inner{flex-direction:column;align-items:flex-start;gap:10px}.compare-bar-actions{width:100%;justify-content:flex-end}.page{padding-bottom:110px}}@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}