/*
 * Portal typography: MiSans by Xiaomi Inc.
 * Used under the MiSans Fonts Intellectual Property License Agreement.
 * Original, unmodified webfont files from https://hyperos.mi.com/font/
 * Visual weight mapping is softened by one step: 500->Regular, 600->Medium,
 * and 700+->Semibold. Semantic CSS weights remain stable for accessibility.
 */

@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSansLatin-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-024F,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-214F,U+2190-22FF,U+25A0-26FF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSansLatin-Regular.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;unicode-range:U+0000-024F,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-214F,U+2190-22FF,U+25A0-26FF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSansLatin-Medium.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap;unicode-range:U+0000-024F,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-214F,U+2190-22FF,U+25A0-26FF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSansLatin-Semibold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap;unicode-range:U+0000-024F,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-214F,U+2190-22FF,U+25A0-26FF}

@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSans-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+2E80-2FFF,U+3000-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSans-Regular.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;unicode-range:U+2E80-2FFF,U+3000-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSans-Medium.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap;unicode-range:U+2E80-2FFF,U+3000-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF}
@font-face{font-family:"MiSans Portal";src:url("./fonts/MiSans-Semibold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap;unicode-range:U+2E80-2FFF,U+3000-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF}

:root{--portal-font:"MiSans Portal","MiSans",system-ui,-apple-system,"Segoe UI",sans-serif}
html,body,button,input,select,textarea,dialog,table{font-family:var(--portal-font)!important;font-synthesis:none}
body{font-weight:400;font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5,h6,.st,.page-head h1,.offer-title{font-weight:700}
button,.nav-btn,.mobile-nav-btn,label,th{font-weight:600}
code,pre,kbd,samp,.portal-code,.import-preview{font-family:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace!important;font-synthesis:auto}

.hero{padding:28px 20px 22px}
.hero-logo{margin-bottom:5px;font-weight:500}
.hero h1{margin:0;font-size:clamp(1.55rem,4vw,2rem);font-weight:700;line-height:1.15;letter-spacing:-.35px}
.hero>p{display:none!important}
.hero-badge{margin-top:9px}

@media(max-width:720px){
  .hero{min-height:64px;padding:10px 16px;display:flex;align-items:center;justify-content:center}
  .hero h1{font-size:1.25rem;line-height:1.15}
}
