.config-page { scroll-behavior: auto; }
.config-v2 { overflow-x: clip; }
.config-v2 .page { padding: 68px 0 24px; }
.config-v2 .config-wrap { max-width: 1160px; }
.config-v2 [hidden] { display: none !important; }
.config-v2 .config-progress { margin-left: auto; color: #666d79; font-size: 12px; }
.config-v2 .config-intro { max-width: 760px; margin-bottom: 46px; }
.config-v2 .config-intro h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.02; margin-bottom: 24px; }
.config-v2 .config-intro > p { max-width: 620px; font-size: 17px; line-height: 1.65; margin-bottom: 23px; }
.config-intro-note { display: flex; gap: 11px; align-items: center; font-size: 12px; color: #666d79; }
.config-intro-note > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #e9e9fc; color: #5151d7; flex-shrink: 0; }
.config-skip { position: fixed; top: 8px; left: 10px; z-index: 100; background: #111317; color: white; padding: 10px 18px; transform: translateY(-150%); }
.config-skip:focus { transform: none; }
.config-v2 :is(a,button,input,textarea,select,summary):focus-visible { outline: 3px solid #6c6cff; outline-offset: 4px; }
.accordion-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.accordion-toolbar p { margin: 0; font-size: 13px; }
.accordion-toolbar strong { color: #111317; }
.accordion-toolbar > div { display: flex; gap: 16px; }
.accordion-toolbar button, .text-button { border: 0; background: transparent; padding: 6px 0; color: #5050cf; font-size: 12px; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.config-v2 .configurator { display: grid; gap: 14px; }
.config-v2 .config-step { background: white; border: 1px solid #e1e3e9; border-radius: 22px; padding: 0; overflow: visible; scroll-margin-top: 100px; box-shadow: none; }
.config-v2 .config-step[open] { border-color: #c7c8f2; box-shadow: 0 8px 32px #11131704; }
.config-v2 .step-head { display: flex; align-items: center; gap: 20px; margin: 0; padding: 26px 30px; list-style: none; cursor: pointer; user-select: none; scroll-margin-top: 96px; }
.config-v2 summary::-webkit-details-marker { display: none; }
.config-v2 .step-head:hover { background: #fafaff; border-radius: 22px; }
.config-v2 .step-head > .step-number { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #f1f1f7; color: #626776; font-size: 12px; font-weight: 700; }
.config-v2 .config-step[open] .step-number { background: #e8e8ff; color: #5353d4; }
.config-v2 .step-head > div { min-width: 0; flex: 1; }
.config-v2 .step-head h2 { font-size: 21px; line-height: 1.25; letter-spacing: -.025em; margin: 0 0 4px; }
.config-v2 .step-head p { font-size: 12px; line-height: 1.5; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.config-v2 .step-head > .step-chevron, .control-chevron { display: block; background: transparent; border-radius: 0; width: 9px; height: 9px; flex: 0 0 9px; border-right: 1.5px solid #707584; border-bottom: 1.5px solid #707584; transform: rotate(45deg); transition: transform .16s; margin-right: 4px; }
.config-step[open] > summary .step-chevron, .language-picker[open] .control-chevron { transform: rotate(225deg); }
.config-v2 .step-content { padding: 0 30px 28px; border-top: 1px solid #f0f1f5; padding-top: 25px; }
.step-intro { font-size: 14px; margin-bottom: 24px; max-width: 700px; }
.config-v2 .form { gap: 22px; }
.config-v2 .field { min-width: 0; }
.config-v2 .field label, .config-v2 .field-label { display: block; font-size: 13px; font-weight: 650; color: #424954; margin: 0 0 9px; }
.config-v2 .field label > span { color: #6868dd; }
.config-v2 .field label small { color: #848a96; font-size: 11px; font-weight: 400; margin-left: 5px; }
.config-v2 :is(input:not([type='checkbox']):not([type='file']):not([type='hidden']),textarea,select) { width: 100%; min-width: 0; border: 1px solid #dfe2e9; border-radius: 12px; padding: 13px 15px; background: #fcfcfc; color: #252b35; font-size: 14px; line-height: 1.5; }
.config-v2 textarea { min-height: 120px; resize: vertical; }
.config-v2 #knowledgeNotes { min-height: 214px; }
.config-v2 input::placeholder, .config-v2 textarea::placeholder { color: #89909b; }
.config-v2 input[type='checkbox'] { width: 17px; height: 17px; accent-color: #6464ed; flex-shrink: 0; }
.config-v2 select:disabled { color: #818793; opacity: .75; background: #f4f5f7; }
.config-v2 .field-help { font-size: 12px; margin: 0 0 12px; line-height: 1.65; }
.config-v2 .field-counter { display: block; text-align: right; font-size: 10px; color: #858b98; margin-top: 6px; }
.config-v2 .top-gap { margin-top: 23px; }
.step-footer { border-top: 1px solid #eeeef4; padding-top: 23px; margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.step-footer > span { max-width: 480px; font-size: 11px; color: #7a818e; }
.step-footer .button { flex-shrink: 0; }
.knowledge-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: start; }
.pdf-card { padding: 24px; border: 1px solid #e1e1f5; border-radius: 20px; background: #f9f9ff; }
.panel-eyebrow { font-size: 9px; font-weight: 700; color: #6464ce; text-transform: uppercase; letter-spacing: .14em; }
.pdf-card h3 { font-size: 27px; margin: 12px 0 10px; }
.pdf-card > p:not(.pdf-limits):not(.attachment-note):not(.inline-error):not(.pdf-usage) { font-size: 12px; line-height: 1.6; margin-bottom: 20px; }
.pdf-dropzone { border: 1px dashed #b8b8e7; border-radius: 14px; padding: 23px 15px; text-align: center; background: white; transition: background .15s; }
.pdf-dropzone.is-dragging { background: #ededff; border: 2px solid #6c6cff; padding: 22px 14px; }
.pdf-dropzone p { color: #4c5260; font-size: 12px; margin: 12px 0 16px; }
.pdf-dropzone p span { color: #9095a0; font-size: 10px; }
.pdf-dropzone .button { font-size: 12px; background: #17191e; color: white; border-color: #17191e; }
.pdf-limits { font-size: 10px; margin: 11px 0 0; line-height: 1.6; color: #7b8091; }
.pdf-usage { font-size: 11px; color: #5151b7; margin: 12px 0 0; }
.pdf-list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.pdf-list:empty { margin: 0; }
.pdf-list li { display: flex; gap: 10px; align-items: center; padding: 11px 10px; background: white; border: 1px solid #e1e2ee; border-radius: 10px; }
.pdf-list li > div { flex: 1; min-width: 0; }
.pdf-list strong { display: block; font-weight: 600; font-size: 11px; overflow-wrap: anywhere; }
.pdf-list small { display: block; font-size: 10px; color: #9296a0; }
.pdf-list button { border: 1px solid #e4e6ee; border-radius: 50%; width: 28px; height: 28px; background: white; cursor: pointer; flex-shrink: 0; color: #676d7b; }
.inline-error { color: #b42318; font-size: 11px; line-height: 1.55; margin: 10px 0 0; }
.inline-error:empty { display: none; }
.attachment-note { font-size: 10px; line-height: 1.7; color: #878c98; margin: 15px 0 0; }
.config-v2 fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.config-v2 legend { font-size: 13px; font-weight: 650; color: #424954; margin-bottom: 13px; }
.config-v2 .knowledge-sources { margin-top: 28px; }
.config-v2 .choice-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.config-v2 .choice { padding: 17px 14px; border: 1px solid #e1e3eb; border-radius: 13px; display: flex; flex-direction: column; align-items: flex-start; background: white; cursor: pointer; min-width: 0; }
.config-v2 .choice:has(input:checked) { border-color: #9393f4; background: #f4f4ff; box-shadow: 0 0 0 1px #9393f425; }
.config-v2 .choice:has(input:focus-visible) { outline: 3px solid #6c6cff; outline-offset: 3px; }
.config-v2 .choice input { position: static; opacity: 1; margin: 0 0 12px; }
.config-v2 .choice strong { display: block; font-size: 12px; margin-bottom: 4px; }
.config-v2 .choice small { font-size: 10px; line-height: 1.5; color: #818793; }
.behaviour-field { max-width: 525px; margin-top: 24px; }
.experience-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 36px; align-items: start; }
.mode-options { display: grid; gap: 10px; }
.config-v2 .mode-choice { display: flex; flex-direction: row; align-items: center; gap: 14px; padding: 17px; }
.config-v2 .mode-choice > input { margin: 0; }
.mode-icon { width: 35px; height: 35px; flex-shrink: 0; display: grid; place-items: center; color: #5e5ecc; background: #ededfa; border-radius: 9px; font-size: 21px; }
.config-v2 .mode-choice strong { font-size: 13px; margin: 0 0 4px; }
.config-v2 .mode-choice small { font-size: 11px; }
.language-picker { border: 1px solid #dfe2e9; border-radius: 12px; background: #fcfcfc; position: relative; }
.language-picker > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; cursor: pointer; gap: 14px; min-height: 48px; font-size: 14px; }
#languageSummary { min-width: 0; overflow-wrap: anywhere; }
.language-picker[open] { border-color: #9d9deb; }
.language-menu { padding: 0 16px 15px; border-top: 1px solid #e8e9f0; background: white; border-radius: 0 0 12px 12px; }
.language-menu > p { font-size: 11px; margin: 13px 0; }
.language-options { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }
.config-v2 .language-options label { display: flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 400; padding: 5px 0; margin: 0; cursor: pointer; }
.config-v2 .language-options input { margin: 0; }
.language-done { display: flex; gap: 15px; margin-top: 14px; width: 100%; justify-content: space-between; background: #f2f2fc; color: #5353ca; border: 0; border-radius: 8px; padding: 10px 12px; font-size: 11px; font-weight: 600; cursor: pointer; }
.other-languages { margin-top: 15px; }
.config-v2 #languageCountLabel { display: block; font-size: 10px; color: #818895; margin-top: 8px; }
.experience-preview { padding: 20px; border-radius: 21px; background: #f0f1f7; position: sticky; top: 100px; min-width: 0; }
.preview-heading { padding: 0 0 17px; }
.preview-heading strong { display: block; margin-top: 7px; font-size: 16px; font-weight: 650; }
.example-widget { padding: 18px; background: #15171e; color: white; border: 1px solid #30333e; border-radius: 24px; box-shadow: 0 18px 25px #11131712; overflow: hidden; }
.example-widget-head { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.example-widget-head b { font-size: 12px; letter-spacing: .03em; max-width: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.example-status { color: #acafbc; font-size: 8px; display: flex; align-items: center; gap: 7px; }
.example-status i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #8c8cff; }
.example-nav { display: flex; background: #0d0f15; border-radius: 12px; padding: 4px; margin: 19px 0 0; gap: 3px; }
.example-nav > span { flex: 1; text-align: center; font-size: 10px; padding: 10px 3px; color: #c0c3cf; border: 1px solid transparent; border-radius: 9px; }
.example-nav > .active { background: #252631; color: #beb6ff; border-color: #39364f; }
.example-chat { min-height: 315px; padding: 31px 0 23px; }
.example-bubble { font-size: 12px; line-height: 1.7; border-radius: 15px; padding: 14px; max-width: 91%; }
.example-bubble.user { background: #413763; margin-left: auto; max-width: 80%; margin-bottom: 18px; }
.example-bubble.ai { background: #242730; }
.example-source { display: flex; gap: 7px; align-items: center; color: #aeb1c2; font-size: 9px; margin-top: 15px; padding: 0 7px; }
.example-source span { color: #aba2ff; font-size: 16px; }
.example-input { display: flex; justify-content: space-between; gap: 10px; background: #23252e; border: 1px solid #353744; border-radius: 100px; padding: 11px 14px; font-size: 10px; color: #a3a8b8; align-items: center; }
.example-input > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #6c6cff; color: white; font-size: 17px; }
.example-voice { min-height: 331px; padding: 40px 0 15px; text-align: center; }
.voice-orb { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 25px; background: radial-gradient(circle at 30% 24%,#e1dcff 0%,#a499fc 22%,#7963e6 51%,#5944b8 86%); box-shadow: 0 0 50px #8969ff33,inset -9px -12px 27px #3c2d6522; }
.example-voice > strong { display: block; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.example-voice p { font-size: 10px; color: #b3abd7; margin: 12px 0 15px; }
.voice-bars { height: 25px; display: flex; justify-content: center; align-items: center; gap: 4px; }
.voice-bars i { display: block; height: 7px; width: 3px; border-radius: 3px; background: #aaa0ff; }
.voice-bars i:nth-child(2n) { height: 16px; }.voice-bars i:nth-child(3n) { height: 25px; }
.voice-example-note { text-align: center; font-size: 9px; color: #999caf; border-top: 1px solid #30333d; padding-top: 17px; margin-top: 11px; }
.example-avatar { height: 325px; position: relative; overflow: hidden; margin-inline: -18px; background: radial-gradient(ellipse at 50% 20%,#4b425f 0%,#1e1d29 52%,#171920 80%); }
.example-avatar img { width: 88%; height: 425px; position: absolute; top: 3px; left: 6%; object-fit: contain; object-position: top; }
.example-avatar > div { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px 18px 17px; background: linear-gradient(transparent,#15171eed 45%); text-align: center; }
.example-avatar strong { display: block; font-size: 13px; }
.example-avatar strong span { overflow-wrap: anywhere; }
.example-avatar > div > span { display: block; font-size: 10px; color: #b8b6ce; margin-top: 4px; }
.kiosk-scene { height: 475px; position: relative; overflow: hidden; border-radius: 18px; background: #3a322f; }
.kiosk-scene > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.kiosk-scene:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,#11131700 40%,#111317c0 100%); }
.kiosk-scene-copy { position: absolute; z-index: 1; bottom: 23px; left: 23px; right: 23px; color: white; }
.kiosk-scene-copy > span { font-size: 8px; text-transform: uppercase; letter-spacing: .14em; color: #e5dfed; }
.kiosk-scene-copy strong { display: block; font-size: 30px; line-height: 1.1; letter-spacing: -.04em; margin: 11px 0; }
.kiosk-scene-copy p { font-size: 10px; color: #e0dce6; margin: 0; }
.kiosk-example-tag { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 7px 10px; font-size: 8px; letter-spacing: .1em; border-radius: 100px; background: #ffffffea; color: #34333c; }
.preview-caption { font-size: 10px; line-height: 1.65; margin: 16px 0 0; color: #7b8090; }
.preview-empty { min-height: 400px; display: grid; align-content: center; text-align: center; padding: 30px; border: 1px dashed #c5c7df; border-radius: 18px; }
.preview-empty > span { font-size: 45px; color: #8282da; margin-bottom: 15px; }
.preview-empty strong { font-size: 20px; }.preview-empty p { font-size: 12px; margin-top: 9px; }
.language-recap { padding: 13px 16px; border-radius: 12px; background: #f7f7fc; }
.language-recap strong { display: block; font-size: 13px; overflow-wrap: anywhere; }
.language-recap .text-button { display: block; font-size: 10px; margin-top: 8px; }
.config-v2 .field label.check { display: flex; gap: 11px; align-items: flex-start; font-weight: 400; font-size: 12px; line-height: 1.7; }
.config-v2 .check input { margin-top: 3px; }.config-v2 .check > span { color: #656c7a; }.config-v2 .check a { text-decoration: underline; text-underline-offset: 3px; color: #5555cb; }
.config-v2 .config-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 30px; }
.config-v2 .summary-row { padding: 12px 0; display: flex; flex-direction: column; gap: 5px; border-bottom: 1px solid #ebeef3; min-width: 0; }
.config-v2 .summary-row > span { font-size: 10px; color: #858b99; }.config-v2 .summary-row strong { font-size: 12px; color: #39414e; font-weight: 500; overflow-wrap: anywhere; white-space: pre-wrap; }
.config-v2 .summary-row.summary-wide { grid-column: auto; }
.config-v2 .estimate { margin-top: 26px; padding: 23px; border-radius: 15px; background: #f0f0ff; color: #252541; }
.config-v2 .estimate > span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; color: #6a68b6; margin-bottom: 9px; }
.config-v2 .estimate > strong { display: block; font-size: 21px; }.config-v2 .estimate > b { display: block; font-size: 16px; margin-top: 6px; font-weight: 500; }
.config-v2 .estimate > small { display: block; font-size: 10px; line-height: 1.65; margin-top: 12px; color: #87859d; }
.config-v2 .config-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }.config-v2 .micro { margin: 14px 0 0; font-size: 11px; }
.config-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding: 22px 0; border-top: 1px solid #e1e3eb; font-size: 10px; color: #8b909b; }
.noscript-message { background: #eeeefb; border-radius: 15px; padding: 20px; font-size: 13px; }
@media(max-width:900px) {
  .config-v2 .config-intro h1 { font-size: 62px; }
  .knowledge-layout { gap: 22px; grid-template-columns: 1fr 1fr; }
  .experience-layout { gap: 22px; }
  .config-v2 .choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .experience-preview { padding: 15px; }.example-widget { padding: 13px; }.example-avatar { margin-inline: -13px; }
  .config-v2 .mode-choice { gap: 9px; padding: 14px 11px; }.mode-icon { width: 29px; height: 29px; font-size: 18px; }
  .example-bubble { font-size: 11px; padding: 12px; }.example-nav > span { font-size: 9px; }
}
@media(max-width:700px) {
  .config-v2 .page { padding-top: 39px; }.config-v2 .wrap { width: calc(100% - 32px); }
  .config-v2 .nav-inner { height: 70px; gap: 15px; }.config-v2 .brand { width: 105px; flex-basis: 105px; height: 30px; }.config-v2 .nav .button { margin-left: auto; font-size: 11px; min-height: 37px; padding-inline: 13px; }
  .config-v2 .config-progress { display: none; }.config-v2 .config-intro { margin-bottom: 34px; }.config-v2 .config-intro h1 { font-size: 50px; }.config-v2 .config-intro > p { font-size: 14px; }
  .config-intro-note { font-size: 10px; gap: 8px; align-items: flex-start; }.config-intro-note > span { width: 23px; height: 23px; }
  .accordion-toolbar { align-items: flex-start; gap: 12px; }.accordion-toolbar p { font-size: 11px; max-width: 135px; }.accordion-toolbar > div { gap: 12px; }.accordion-toolbar button { font-size: 10px; padding-top: 0; }
  .config-v2 .config-step { border-radius: 17px; }.config-v2 .step-head { padding: 20px 17px; gap: 12px; }.config-v2 .step-head > .step-number { width: 34px; height: 34px; flex-basis: 34px; border-radius: 10px; font-size: 10px; }.config-v2 .step-head h2 { font-size: 16px; }.config-v2 .step-head p { font-size: 10px; line-height: 1.55; }
  .config-v2 .step-content { padding: 21px 17px; }.config-v2 .form { grid-template-columns: 1fr; gap: 19px; }.config-v2 .field.full { grid-column: auto; }.step-intro { font-size: 12px; }
  .config-v2 .field label, .config-v2 .field-label, .config-v2 legend { font-size: 12px; }.config-v2 :is(input:not([type='checkbox']):not([type='file']):not([type='hidden']),textarea,select) { font-size: 16px; padding: 12px; }
  .knowledge-layout, .experience-layout { grid-template-columns: 1fr; gap: 25px; }.pdf-card { padding: 19px; }.config-v2 .knowledge-sources { margin-top: 24px; }.config-v2 .choice { padding: 14px 11px; }.config-v2 .choice strong { font-size: 11px; }
  .config-v2 .mode-choice { padding: 16px 14px; gap: 13px; }.config-v2 .mode-choice strong { font-size: 13px; }.config-v2 .mode-choice small { font-size: 10px; }.mode-icon { width: 35px; height: 35px; font-size: 21px; }
  .experience-preview { position: static; max-width: 430px; width: 100%; justify-self: center; padding: 17px; }.example-widget { padding: 17px; }.example-avatar { margin-inline: -17px; }.example-chat { min-height: 290px; }.example-bubble { font-size: 12px; }.example-nav > span { font-size: 10px; }.kiosk-scene { height: 420px; }
  .language-picker > summary { font-size: 14px; }.config-v2 .language-options label { font-size: 12px; }
  .step-footer { align-items: stretch; flex-direction: column; gap: 17px; }.step-footer > span { font-size: 10px; }.step-footer .button { font-size: 12px; min-height: 44px; }
  .config-v2 .config-summary { grid-template-columns: 1fr; }.config-v2 .summary-row.summary-wide { grid-column: auto; }.config-v2 .estimate { padding: 18px; }.config-v2 .estimate > strong { font-size: 19px; }.config-v2 .estimate > b { font-size: 14px; }.config-v2 .config-actions { flex-direction: column; }.config-v2 .config-actions .button { width: 100%; font-size: 12px; }
  .config-footer { font-size: 8px; margin-top: 28px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; }.config-v2 *, .config-v2 *:before, .config-v2 *:after { transition: none !important; animation: none !important; } }

.selected-offer { margin-top: 18px; padding: 18px 19px; border: 1px solid #dadaf3; border-radius: 13px; background: #f5f5ff; }
.selected-offer > span { display: block; font-size: 9px; color: #7070a2; letter-spacing: .12em; text-transform: uppercase; }
.selected-offer > strong { display: block; font-size: 16px; margin-top: 8px; color: #33334d; }
.selected-offer > b { display: block; font-size: 14px; margin-top: 5px; color: #5050bd; font-weight: 600; }
.selected-offer > small { display: block; font-size: 11px; line-height: 1.6; color: #797d90; margin-top: 10px; }

.config-review { padding: 28px 30px; margin-top: 14px; border: 1px solid #dddfea; border-radius: 22px; background: white; }
.review-heading { margin-bottom: 15px; }.review-heading h2 { font-size: 26px; margin: 10px 0 7px; letter-spacing: -.035em; }.review-heading p { margin: 0; font-size: 12px; }
.config-v2 .config-review .summary-row { padding-block: 10px; }
@media(min-width:701px) and (max-width:900px) { .config-v2 .config-summary { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:700px) { .config-review { padding: 23px 17px; border-radius: 17px; }.review-heading h2 { font-size: 23px; } }
/* Language choice remains visible throughout the six-step brief. */
.config-language-switch{display:flex;align-items:center;gap:7px;margin-left:auto;white-space:nowrap;font-size:12px;font-weight:700;color:#888b96}
.config-language-switch a{padding:7px 2px}.config-language-switch a[aria-current="page"]{color:#242632}.config-language-switch a:hover{color:#6262e3}
@media(max-width:660px){.config-progress{display:none}.config-language-switch{margin-left:auto}.nav-inner{gap:12px}}
