/* =============================================================================
   Ekran ozel yerlesimleri — olculer Templates/Layouts/*.qml'den
   ========================================================================== */

/* -----------------------------------------------------------------------------
   ACILIS — ONOFF_0028_SimplePanel_Welcome.qml
   animation/Welcome_Screen.png (800x480), efekt yok, 6 sn sabit.
   -------------------------------------------------------------------------- */
#scr-boot { background: #000; z-index: 200; }
#scr-boot .welcome {
  position: absolute; inset: 0; width: 800px; height: 480px;
  background: url("../assets/img/animation/Welcome_Screen.png") no-repeat 0 0;
}

/* -----------------------------------------------------------------------------
   ANA MENU — HMI_2115_MenuPopup_GeneralMenu.qml
   kutucuk 310/308x163, ikon 120x90, font 26, sol x:0 / sag x:492
   -------------------------------------------------------------------------- */
#scr-home {
  background: var(--px-color-fond0) url("../assets/img/ambiance_1/trameAbiance_MenuGeneral.png") no-repeat 0 0;
}
#scr-home .menu-gen { position: absolute; left: 0; top: 0; width: 800px; height: 480px; }
#scr-home .col { position: absolute; top: 0; height: 480px; display: flex; flex-direction: column; }
#scr-home .menu-tile { flex: 0 0 163px; width: 100%; height: 163px; margin-bottom: -1px; }
#scr-home .col-l { left: 0; }
#scr-home .col-l { width: 310px; }
#scr-home .col-r { left: 492px; width: 308px; }
#scr-home .col-l .menu-tile:last-child { flex-basis: 162px; height: 162px; }

.menu-tile {
  position: relative; padding: 0;
  cursor: pointer; background: transparent; border: 0; font-family: inherit;
}
.menu-tile .t-label {
  position: absolute; top: 0; height: 163px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: var(--px-color-btn); line-height: 1.1; white-space: pre-line; z-index: 2;
}
.menu-tile .t-icons { position: absolute; top: 36px; width: 90px; height: 90px; z-index: 2; }
.menu-tile .t-icon,
.menu-tile .t-icon-p,
.menu-tile .t-icon-d { position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: contain; }
.menu-tile .t-icon-p { opacity: 0; }
.menu-tile .t-icon-d { opacity: 0; }
.col-l .menu-tile .t-label { left: 0; width: 255px; text-align: center; }
.col-l .menu-tile .t-icons { left: 240px; }
.col-r .menu-tile .t-icons { left: -10px; }
.col-r .menu-tile .t-label { left: 65px; width: 243px; text-align: center; }
.menu-tile::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; opacity: 0; z-index: 1;
}
.col-l .menu-tile::before { right: -20px; }
.col-r .menu-tile::before { left: -20px; }
.menu-tile::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: url("../assets/img/ambiance_1/line_blue.png") repeat-x 0 0;
}
.menu-tile:last-child::after { display: none; }
/* DOWN: fond_clicked zemin + siyah etiket + click ikonu */
.menu-tile.press::before { opacity: 1; }
.menu-tile.press::after { opacity: 0; }
.menu-tile.press .t-label { color: var(--px-color-btn-down); }
.menu-tile.press .t-icon   { opacity: 0; }
.menu-tile.press .t-icon-p { opacity: 1; }

.menu-tile.is-disabled, .menu-tile[disabled] {
  pointer-events: none !important;
  cursor: default;
}
.menu-tile.is-disabled .t-label, .menu-tile[disabled] .t-label {
  color: var(--px-color-btn-disable);
}
.menu-tile.is-disabled .t-icon, .menu-tile[disabled] .t-icon { opacity: 0; }
.menu-tile.is-disabled .t-icon-d, .menu-tile[disabled] .t-icon-d { opacity: 1; }

/* -----------------------------------------------------------------------------
   RADYO — RADIO_0001_PrimaryPanel.qml
   -------------------------------------------------------------------------- */
#scr-radio .station-info { position: absolute; left: 127px; top: 126px; width: 550px; height: 97px; }
#scr-radio .cover { position: absolute; left: 0; top: 0; width: 97px; height: 97px; background: url("../assets/img/ambiance_1/Fond_Cadre_Info.png") no-repeat center/100% 100%; overflow: hidden; }
#scr-radio .cover img, #scr-media .art img {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 91px; height: 91px; object-fit: cover; border-radius: 2px;
}
#scr-radio .cover .fallback { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 91px; height: 91px; background: url("../assets/img/ambiance_1/Radio_pochette_defaut.png") no-repeat center/contain; }
#scr-radio .labels { position: absolute; left: 117px; right: 0; bottom: -5px; display: flex; flex-direction: column; gap: 4px; }
#scr-radio .l-multiplex { font-size: 20px; color: var(--px-color6); line-height: 1.05; }
#scr-radio .l-band { font-size: 28px; line-height: 1.05; font-family: var(--font-peugeot-light); white-space: nowrap; overflow: hidden; }
#scr-radio .l-band .band, #scr-radio .l-band .slash { color: var(--px-color6); }
#scr-radio .l-band .prog { color: var(--px-color-title); }
#scr-radio .l-meta { display: flex; align-items: center; gap: 10px; height: 24px; font-size: 20px; color: var(--px-color6); }
#scr-radio .l-meta .rt { flex: 1 1 auto; }

#scr-radio .freq-group   { position: absolute; inset: 0; transition: transform 200ms ease-out, opacity 200ms ease-out; }
#scr-radio .freq-group.off { transform: translateX(-800px); opacity: 0; pointer-events: none; }
#scr-radio .preset-group { position: absolute; inset: 0; transform: translateX(800px); opacity: 0; transition: transform 200ms ease-out, opacity 200ms ease-out; pointer-events: none; }
#scr-radio .preset-group.on { transform: translateX(0); opacity: 1; pointer-events: auto; }

#scr-radio .cur-freq { position: absolute; left: 0; top: 258px; width: 800px; text-align: center; font-size: 24px; color: var(--px-color5); }
#scr-radio .slider   { position: absolute; left: 118px; top: 291px; width: 564px; height: 44px; touch-action: none; }
#scr-radio .slider .track { position: absolute; left: 0; top: 21px; width: 564px; height: 2px; background: var(--px-color-line-secondary); }
#scr-radio .slider .fill  { position: absolute; left: 0; top: 21px; height: 2px; background: var(--px-color-line-primary); }
#scr-radio .slider .tick  { position: absolute; top: 18px; z-index: 2; width: 4px; height: 8px; background: var(--px-color-line-primary); opacity: .85; }
#scr-radio .slider .thumb { position: absolute; top: 2px; z-index: 3; width: 39px; height: 39px; margin-left: -19px; background: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal.png") no-repeat center/contain; }
#scr-radio .slider.press .thumb { background-image: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal_clicked.png"); }
#scr-radio .scale { position: absolute; left: 118px; top: 275px; width: 564px; height: 20px; }
#scr-radio .scale span { position: absolute; top: 0; transform: translateX(-50%); font-size: 18px; color: var(--px-color6); }
#scr-radio .seek { position: absolute; top: 274px; width: 80px; height: 80px; background: none; border: 0; padding: 0; cursor: pointer; background-repeat: no-repeat; background-position: center; }
#scr-radio .seek-dn { left: 25px;  background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar2_left.png"); }
#scr-radio .seek-up { left: 696px; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar2_right.png"); }
#scr-radio .seek-dn.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar2_left.png"); }
#scr-radio .seek-up.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar2_right.png"); }

#scr-radio .radio-options { position: absolute; left: 0; top: 385px; width: 800px; display: flex; align-items: center; justify-content: center; gap: 38px; transition: top 200ms ease-out, opacity 200ms ease-out; z-index: 45; }
#scr-radio .radio-options.presets { top: 395px; opacity: 0; pointer-events: none; }
#scr-radio .radio-options button { background: none; border: 0; padding: 4px 6px; cursor: pointer; line-height: 0; }
#scr-radio .radio-options button.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
#scr-radio .radio-options button.press img { filter: brightness(0); }

#scr-radio .presets { position: absolute; left: 60px; top: 250px; width: 680px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
#scr-radio .preset { height: 92px; background: var(--px-effetcolor-fond-led); border: 1px solid var(--px-color-line-secondary); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; padding: 4px; }
#scr-radio .preset .n { font-size: 18px; color: var(--px-color6); }
#scr-radio .preset .s { font-size: 19px; color: var(--px-color1); text-align: center; line-height: 1.05; }
#scr-radio .preset.sel { border-color: var(--px-color-line-primary); }
#scr-radio .preset.sel .s { color: var(--px-color-title); }
#scr-radio .preset.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
#scr-radio .preset.press .s, #scr-radio .preset.press .n { color: var(--px-color-btn-down); }

/* -----------------------------------------------------------------------------
   MEDYA — MEDIA_0001_PrimaryPanel_Music.qml
   -------------------------------------------------------------------------- */
#scr-media .art { position: absolute; left: 127px; top: 126px; width: 97px; height: 97px; background: url("../assets/img/ambiance_1/Fond_Cadre_Info.png") no-repeat center/100% 100%; }
#scr-media .art .ph { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; background: url("../assets/img/ambiance_1/PICTOS_tactile/0004_X80MusicNoteV1_Med.png") no-repeat center/contain; opacity: .85; }
#scr-media .labels { position: absolute; left: 244px; top: 126px; width: 433px; height: 97px; display: flex; flex-direction: column; justify-content: center; gap: 4px; overflow: hidden; }
#scr-media .m-src    { flex: 0 0 auto; font-size: 18px; line-height: 1.1; color: var(--px-color6); }
#scr-media .m-title  { flex: 0 0 auto; font-size: 28px; line-height: 1.08; color: var(--px-color-title); font-family: var(--font-peugeot-light); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#scr-media .m-artist { flex: 0 0 auto; font-size: 20px; line-height: 1.1; color: var(--px-color6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#scr-media .track-slider { position: absolute; left: 118px; top: 288px; width: 564px; height: 44px; touch-action: none; }
#scr-media .track-slider .track { position: absolute; left: 0; top: 21px; width: 564px; height: 2px; background: var(--px-color-line-secondary); }
#scr-media .track-slider .fill  { position: absolute; left: 0; top: 21px; height: 2px; background: var(--px-color-line-primary); }
#scr-media .track-slider .thumb { position: absolute; top: 2px; width: 39px; height: 39px; margin-left: -19px; background: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal.png") no-repeat center/contain; }
#scr-media .times { position: absolute; left: 118px; top: 268px; width: 564px; display: flex; justify-content: space-between; font-size: 20px; color: var(--px-color6); }
#scr-media .transport { position: absolute; left: 0; top: 336px; width: 800px; display: flex; justify-content: center; align-items: center; gap: 46px; }
#scr-media .transport button { background: none; border: 0; padding: 6px 10px; cursor: pointer; line-height: 0; }
#scr-media .transport button.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
#scr-media .transport button.press img { filter: brightness(0); }
#scr-media .transport img { display: block; height: 30px; }

/* -----------------------------------------------------------------------------
   ARAC AYARLARI — DRIVE_0001_PrimaryPanel_ADAS.qml
   TabView: bandeau_bas 66 px, iki sekme (Surus islevleri / Arac ayarlari)
   Icerik alani: 800x400
   Aciklama katmani DRIVE_2464: 800x425 y:55
     baslik  x:90  y:110 w:290 fs22 color_Primary
     metin   x:30  y:170 w:270 fs22 color_Secondary maxLines 8
     kapat   88x72 PICTO_Back
   -------------------------------------------------------------------------- */
#scr-drive .tab-body { position: absolute; left: 0; top: 56px; width: 800px; height: 362px; }
#scr-drive .fn-list  { position: absolute; left: 0; top: 0; width: 800px; height: 362px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
#scr-drive .fn-list::-webkit-scrollbar { width: 6px; }
#scr-drive .fn-list::-webkit-scrollbar-thumb { background: var(--px-color-line-secondary); }

.fn-row {
  position: relative; height: 72px; display: flex; align-items: center; gap: 14px;
  padding: 0 30px; border-bottom: 1px solid var(--px-color-line-secondary);
}
.fn-row .fn-info { flex: 0 0 auto; width: 42px; height: 42px; position: relative; z-index: 10; pointer-events: auto; background: none; border: 0; padding: 0; cursor: pointer; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/0079_N73Information_Little.png"); background-repeat: no-repeat; background-position: center; background-size: 34px 34px; }
.fn-row .fn-info.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/0079_N73Information_Little.png"); background-color: var(--px-effetcolor-btn); }
.fn-row .fn-name { flex: 1 1 auto; font-size: 24px; color: var(--px-color1); line-height: 1.1; }
.fn-row.dim .fn-name { color: var(--px-color-btn-disable); }

/* Tab 2 — ayar aileleri */
.fam-row { position: relative; height: 72px; display: flex; align-items: center; padding: 0 30px; gap: 16px; border-bottom: 1px solid var(--px-color-line-secondary); cursor: pointer; }
.fam-row .fam-name { flex: 1 1 auto; font-size: 26px; color: var(--px-color1); }
.fam-row .fam-arrow { font-size: 26px; color: var(--px-color6); }
.fam-row.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
.fam-row.press .fam-name, .fam-row.press .fam-arrow { color: var(--px-color-btn-down); }

/* aciklama katmani */
#drv-desc {
  position: absolute; left: 0; top: 55px; width: 800px; height: 425px; z-index: 80;
  background: var(--px-color-fond0);
  opacity: 0; visibility: hidden; transition: opacity 180ms ease-out;
}
#drv-desc.open { opacity: 1; visibility: visible; }
/* Firmware gorselleri iki boyutta gelir:
     560x417 -> surus islevleri (ADAS)      sagda dikey alan
     800x425 -> arac ayarlari parametreleri tam genislik
   Renk/kontrast MUDAHALESI YOK; gorseller oldugu gibi gosterilir. */
#drv-desc .d-img,
#drv-desc .d-img2 {
  position: absolute; right: 0; top: 20px; width: 400px; height: 298px;
  background-repeat: no-repeat; background-position: center right; background-size: contain;
}
#drv-desc.wide .d-img,
#drv-desc.wide .d-img2 {
  left: 0; right: 0; top: 118px; width: 800px; height: 297px;
  background-position: center bottom;
}
#drv-desc.wide .d-title { top: 84px; width: 720px; left: 40px; }
#drv-desc.wide .d-text  { top: 124px; width: 720px; left: 40px; height: 70px; }
#drv-desc .d-title { position: absolute; left: 90px; top: 110px; width: 290px; font-size: 22px; color: var(--px-color-primary); line-height: 1.15; }
#drv-desc .d-text  { position: absolute; left: 30px; top: 170px; width: 270px; height: 200px; font-size: 22px; color: var(--px-color-secondary); line-height: 1.2; overflow: hidden; }
#drv-desc .d-close { position: absolute; left: 8px; top: 8px; width: 88px; height: 72px; background: none; border: 0; cursor: pointer; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png"); background-repeat: no-repeat; background-position: center; }
#drv-desc .d-close.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png"); background-color: var(--px-effetcolor-btn); }

#set-desc {
  position: absolute; left: 0; top: 55px; width: 800px; height: 425px; z-index: 80;
  background: var(--px-color-fond0);
  opacity: 0; visibility: hidden; transition: opacity 180ms ease-out;
}
#set-desc.open { opacity: 1; visibility: visible; }
#set-desc .d-img { position: absolute; right: 20px; top: 40px; width: 340px; height: 250px; background-repeat: no-repeat; background-position: center; background-size: contain; filter: brightness(1.6); }
#set-desc .d-title { position: absolute; left: 40px; top: 110px; width: 330px; font-size: 22px; color: var(--px-color-primary); line-height: 1.15; }
#set-desc .d-text  { position: absolute; left: 40px; top: 170px; width: 330px; height: 200px; font-size: 22px; color: var(--px-color-secondary); line-height: 1.25; overflow: hidden; white-space: pre-line; }
#set-desc .d-close { position: absolute; left: 8px; top: 8px; width: 88px; height: 72px; background: none; border: 0; cursor: pointer; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png"); background-repeat: no-repeat; background-position: center; }
#set-desc .d-close.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png"); background-color: var(--px-effetcolor-btn); }

/* ayarlar listesi arac listesiyle ayni kabugu kullanir */
#scr-settings .tab-body { position: absolute; left: 0; top: 56px; width: 800px; height: 362px; }
#scr-settings .fn-list { position: absolute; left: 0; top: 0; width: 800px; height: 362px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
#scr-settings .fn-list::-webkit-scrollbar { width: 6px; }
#scr-settings .fn-list::-webkit-scrollbar-thumb { background: var(--px-color-line-secondary); }
.fn-spacer { flex: 0 0 auto; width: 42px; height: 42px; }

/* -----------------------------------------------------------------------------
   SES AYARLARI — AUDIO_0001_SettingsPanel.qml
   -------------------------------------------------------------------------- */
#scr-audio .main-frame {
  background: var(--px-color-fond0) url("../assets/img/ambiance_1/FOND_Utilitaire.png") no-repeat 0 0;
}
#scr-audio .tab-body { position: absolute; left: 0; top: 55px; width: 800px; height: 363px; }
#scr-audio .fn-list { position: absolute; inset: 0; width: 800px; height: 363px; overflow: hidden; }
.aud-header {
  position: absolute; left: 0; top: 0; width: 800px; height: 55px; z-index: 52;
  background: url("../assets/img/ambiance_1/fond_Bandeau_Haut.png") repeat-x 0 0;
}
.aud-close {
  position: absolute; left: 0; top: 0; width: 74px; height: 55px; border: 0; padding: 0;
  background: transparent url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png") no-repeat center;
}
.aud-close.press {
  background-color: var(--px-effetcolor-btn);
  background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png");
}
.aud-title {
  position: absolute; left: 100px; top: 0; right: 118px; height: 58px;
  display: flex; align-items: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  color: var(--px-color-title); font: 300 31px var(--font-peugeot-light); letter-spacing: 1.5px;
}
.aud-brand {
  position: absolute; right: 30px; top: 50%; max-width: 88px; max-height: 45px;
  transform: translateY(-50%); object-fit: contain;
}
.aud-page { position: absolute; inset: 0; width: 800px; height: 363px; }

.aud-list-button, .aud-check-row, .aud-reset, .aud-popup-row {
  position: absolute; border: 0; padding: 0; margin: 0; background: transparent;
  color: var(--px-color-btn); font-family: var(--font-peugeot); text-align: left;
}
.aud-list-button { height: 60px; width: 100%; border-bottom: 1px solid var(--px-color-line-secondary); }
.aud-list-button.press, .aud-check-row.press, .aud-reset.press, .aud-popup-row.press {
  background: url("../assets/img/ambiance_1/fond_clicked.png") repeat;
  color: var(--px-color-btn-down);
}
.aud-list-picto { position: absolute; left: 5px; top: 50%; width: 22px; height: 16px; transform: translateY(-50%); }
.aud-list-picto img { position: absolute; inset: 0; width: 22px; height: 16px; }
.aud-list-picto .aud-picto-down { opacity: 0; }
.aud-list-button.press .aud-picto-up { opacity: 0; }
.aud-list-button.press .aud-picto-down { opacity: 1; }
.aud-list-label {
  position: absolute; left: 42px; right: 10px; top: 0; height: 60px;
  display: flex; align-items: center; font-size: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.aud-check-row { height: 60px; width: 100%; border-bottom: 1px solid var(--px-color-line-secondary); }
.aud-check-box {
  position: absolute; left: 9px; top: 19px; width: 22px; height: 22px;
  border: 1px solid var(--px-color-btn-picto); background: var(--px-color3);
}
.aud-check-box.on {
  left: 4px; top: 16px; width: 38px; height: 27px; border: 0;
  background: url("../assets/img/ambiance_1/fond_checkbox_Tilt_Check.png") no-repeat center/contain;
}
.aud-check-row.press .aud-check-box.on {
  background-image: url("../assets/img/ambiance_1/fond_checkbox_Tilt_Check_clicked.png");
}
.aud-check-label {
  position: absolute; left: 50px; right: 10px; top: 0; height: 60px;
  display: flex; align-items: center; font-size: 24px; overflow: hidden; white-space: nowrap;
}

/* AUDIO_1501_Group_Ambiances.qml */
.aud-amb-left { position: absolute; left: 30px; top: 0; width: 320px; height: 363px; }
.aud-amb-left .aud-section-label {
  position: absolute; left: 0; top: 105px; width: 320px; height: 30px;
  color: var(--px-color6); font-size: 24px;
}
.aud-amb-left .aud-list-button { left: 0; top: 135px; width: 320px; }
.aud-amb-left .aud-check-row { left: 0; top: 224px; width: 320px; }
.aud-eq-lines { position: absolute; left: 434px; top: 105px; width: 323px; height: 179px; pointer-events: none; }
.aud-eq-lines i { position: absolute; left: 0; width: 323px; height: 1px; background: var(--px-color-line-secondary); }
.aud-eq-lines i:nth-child(1) { top: 0; }
.aud-eq-lines i:nth-child(2) { top: 89px; }
.aud-eq-lines i:nth-child(3) { top: 178px; }
.aud-vsliders { position: absolute; left: 440px; top: 28px; width: 336px; height: 336px; }
.aud-vcontrol { position: absolute; top: 0; width: 55px; height: 336px; touch-action: none; }
.aud-vcontrol:nth-child(1) { left: 0; }
.aud-vcontrol:nth-child(2) { left: 128px; }
.aud-vcontrol:nth-child(3) { left: 256px; }
.aud-vlabel {
  position: absolute; left: -23px; top: 0; width: 100px; height: 31px; display: flex;
  justify-content: center; align-items: center; color: var(--px-color6); font-size: 20px; text-align: center;
}
.aud-step { border: 0; padding: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.aud-vup, .aud-vdown { position: absolute; left: -7px; width: 68px; height: 63px; }
.aud-vup { top: 25px; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_up.png"); }
.aud-vdown { bottom: 0; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_down.png"); }
.aud-vup.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_up.png"); }
.aud-vdown.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_down.png"); }
.aud-vtrack {
  position: absolute; left: 26px; top: 88px; width: 5px; height: 194px; touch-action: none;
  background: url("../assets/img/ambiance_1/fond_slider_vertical_info.png") repeat-y center/5px 58px;
}
.aud-vknob {
  position: absolute; left: 50%; width: 19px; height: 19px; transform: translate(-50%, 50%);
  background: url("../assets/img/ambiance_1/indicateur.png") no-repeat center/contain;
}
.aud-vscale {
  position: absolute; left: 395px; top: 91px; width: 34px; height: 211px;
  color: var(--px-color6); font-size: 20px; pointer-events: none;
}
.aud-vscale span { position: absolute; right: 0; }
.aud-vscale span:nth-child(1) { top: 0; }
.aud-vscale span:nth-child(2) { top: 94px; }
.aud-vscale span:nth-child(3) { bottom: 0; }

/* AUDIO_1508_Group_Repartition.qml */
.aud-repart-left { position: absolute; left: 30px; top: 0; width: 416px; height: 363px; }
.aud-repart-left > .aud-list-button { left: 0; top: 0; width: 416px; height: 75px; }
.aud-repart-left > .aud-list-button .aud-list-label { height: 75px; }
.aud-level-control { position: absolute; left: 0; width: 416px; height: 106px; }
.aud-level-control:nth-child(2) { top: 75px; }
.aud-level-control:nth-child(3) { top: 181px; }
.aud-level-label {
  position: absolute; left: 58px; top: 4px; width: 300px; height: 40px;
  display: flex; align-items: center; justify-content: center; color: var(--px-color6); font-size: 22px;
}
.aud-level-row { position: absolute; left: 0; top: 37px; width: 416px; height: 69px; }
.aud-hleft, .aud-hright { width: 60px; height: 60px; }
.aud-hleft { background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_left.png"); }
.aud-hright { background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_right.png"); }
.aud-hleft.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_left.png"); }
.aud-hright.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_right.png"); }
.aud-level-row .aud-hleft { position: absolute; left: 0; top: 4px; }
.aud-level-row .aud-hright { position: absolute; right: 0; top: 4px; }
.aud-level-track {
  position: absolute; left: 60px; top: 33px; width: 296px; height: 2px;
  background: url("../assets/img/ambiance_1/fond_slider_volume.png") repeat-x center/auto 2px;
}
.aud-level-zero { position: absolute; left: 50%; top: -8px; width: 2px; height: 18px; background: var(--px-color-line-primary); }
.aud-level-knob {
  position: absolute; top: -8px; width: 19px; height: 19px; transform: translateX(-50%);
  background: url("../assets/img/ambiance_1/indicateur.png") no-repeat center/contain;
}
.aud-reset { left: 0; top: 287px; width: 416px; height: 76px; border-top: 1px solid var(--px-color-line-secondary); font-size: 26px; }
.aud-reset-icon {
  position: absolute; left: 5px; top: 30px; width: 22px; height: 16px;
  background: url("../assets/img/ambiance_1/PICTOS_tactile/0885_Reset_Tiny.png") no-repeat center/contain;
}
.aud-reset > span:last-child { position: absolute; left: 42px; right: 10px; top: 0; height: 76px; display: flex; align-items: center; }
.aud-repart-separator { position: absolute; left: 476px; top: 18px; width: 1px; height: 327px; background: var(--px-color-line-secondary); }
.aud-2d { position: absolute; left: 502px; top: 26px; width: 273px; height: 311px; }
.aud-2d-track {
  position: absolute; left: 44px; top: 49px; width: 185px; height: 213px; touch-action: none;
  background: url("../assets/img/ambiance_1/fond_Slider2D.png") no-repeat center/contain;
}
.aud-2d-thumb {
  position: absolute; width: 36px; height: 42px; transform: translate(-50%, -50%);
  background: url("../assets/img/ambiance_1/ThumbAudio.png") no-repeat center/contain;
}
.aud-2d-track:active .aud-2d-thumb { width: 47px; height: 47px; background-image: url("../assets/img/ambiance_1/ThumbAudio_clicked.png"); }
.aud-2d-axis { position: absolute; pointer-events: none; background: var(--px-color-line-primary); opacity: .38; }
.aud-2d-axis-x { left: 0; top: 50%; width: 100%; height: 1px; }
.aud-2d-axis-y { left: 50%; top: 0; width: 1px; height: 100%; }
.aud-2d-up, .aud-2d-down { position: absolute; left: 44px; width: 185px; height: 49px; }
.aud-2d-up { top: 0; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_up.png"); }
.aud-2d-down { bottom: 0; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_down.png"); }
.aud-2d-left, .aud-2d-right { position: absolute; top: 49px; height: 213px; }
.aud-2d-left { left: 0; width: 44px; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_left.png"); }
.aud-2d-right { right: 0; width: 44px; background-image: url("../assets/img/ambiance_1/PICTOS_tactile/fond_button_scroolbar_right.png"); }
.aud-2d-up.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_up.png"); }
.aud-2d-down.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_down.png"); }
.aud-2d-left.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_left.png"); }
.aud-2d-right.press { background-image: url("../assets/img/ambiance_1/PICTOS_click/fond_button_scroolbar_right.png"); }

/* AUDIO_1502_Group_SoundEffects.qml */
.aud-sound-label {
  position: absolute; left: 30px; top: 18px; width: 740px; height: 42px;
  color: var(--px-color6); font-size: 24px;
}
.aud-sound-list { position: absolute; left: 30px; top: 60px; width: 740px; height: 60px; }
.aud-sound-check { position: absolute; left: 30px; height: 60px; }
.aud-sound-check .aud-check-row { position: absolute; inset: 0; }
.aud-touch-check { top: 140px; width: 440px; }
.aud-speed-check { top: 200px; width: 740px; }
.aud-aux-check { top: 260px; width: 440px; }
.aud-sound-check.full { width: 740px; }
.aud-touch-slider, .aud-aux-slider { position: absolute; left: 480px; width: 260px; height: 80px; }
.aud-touch-slider { top: 160px; }
.aud-aux-slider { top: 280px; }
.aud-hslider { position: relative; width: 100%; height: 80px; }
.aud-hslider.disabled { opacity: .45; pointer-events: none; }
.aud-htrack {
  position: absolute; left: 70px; right: 70px; top: 34px; height: 9px; touch-action: none;
  background: var(--px-color-line-secondary);
}
.aud-touch-slider .aud-htrack, .aud-aux-slider .aud-htrack { left: -22px; right: -22px; top: 34px; height: 12px; }
.aud-hknob {
  position: absolute; top: 50%; width: 39px; height: 39px; transform: translate(-50%, -50%);
  background: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal.png") no-repeat center/contain;
}
.aud-touch-slider .aud-hknob, .aud-aux-slider .aud-hknob {
  width: 50px; height: 50px; background-image: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal_mini.png");
}
.aud-hfill {
  position: absolute; left: 0; top: 0; height: 9px;
  background: url("../assets/img/ambiance_1/line_slider2.png") repeat-x left center/64px 9px;
}
.aud-hvalue {
  position: absolute; top: -50px; width: 59px; height: 36px; transform: translateX(-50%);
  color: var(--px-color-title); font-size: 22px; text-align: center;
}
.aud-hslider > .aud-hleft { position: absolute; left: 0; top: 9px; }
.aud-hslider > .aud-hright { position: absolute; right: 0; top: 9px; }
.aud-hlabels {
  position: absolute; left: -22px; right: -22px; top: -2px; height: 24px; display: flex;
  justify-content: space-between; color: var(--px-color5); font-size: 20px; pointer-events: none;
}
.aud-hlabels span { min-width: 59px; text-align: center; }

/* AUDIO_1504_Group_VoiceSynthesis.qml + AUDIO_1505_Group_Ringtones.qml */
.aud-wide-label {
  position: absolute; left: 30px; top: 1px; width: 740px; height: 60px;
  display: flex; align-items: center; color: var(--px-color6); font-size: 24px;
}
.aud-wide-slider { position: absolute; left: 100px; top: 130px; width: 600px; height: 80px; }
.aud-wide-slider .aud-htrack { left: 70px; right: 70px; }
.aud-voice-description {
  position: absolute; left: 30px; top: 180px; width: 740px; height: 179px;
  display: flex; align-items: center; color: var(--px-color6); font-size: 22px; line-height: 1.25;
}

/* HMI_0019_SelectPanel alt sekmeleri */
#scr-audio .aud-row .aud-save {
  flex: 0 0 74px; width: 74px; min-width: 74px; max-width: 74px;
  background: transparent url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Valider.png") no-repeat center;
}
#scr-audio .aud-row .aud-save::after {
  content: ""; position: absolute; right: 0; top: 17px; width: 3px; height: 28px;
  background: url("../assets/img/ambiance_1/fond_bouton_valid_line.png") no-repeat center;
}
#scr-audio .aud-row .aud-save.press {
  background-color: var(--px-effetcolor-btn);
  background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Valider.png");
}
#scr-audio .aud-row .btn-rest { flex: 0 0 727px; width: 727px; }
#scr-audio .aud-row .btn-rest > .nac-btn { min-width: 0; font-size: 19px; padding: 0 10px; }

/* HMI_0010_ListPopup_Surface.qml */
.aud-popup {
  position: absolute; inset: 0; z-index: 190; width: 800px; height: 480px;
  background: url("../assets/img/ambiance_1/trameAbiance_Utilitaires.png") no-repeat 0 0;
}
.aud-popup[hidden] { display: none; }
.aud-popup-surface {
  position: absolute; left: 92px; top: 55px; width: 618px; height: 364px;
  background: var(--px-color-fond0); border: 1px solid var(--px-color-line-secondary);
}
.aud-popup-header {
  position: absolute; left: 1px; top: 1px; width: 616px; height: 62px;
  background: url("../assets/img/ambiance_1/fond_bandeau_Popup.png") no-repeat 0 0;
}
.aud-popup-back {
  position: absolute; left: 0; top: 0; width: 80px; height: 62px; border: 0;
  background: transparent url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png") no-repeat center;
}
.aud-popup-back.press {
  background-color: var(--px-effetcolor-btn);
  background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png");
}
.aud-popup-title {
  position: absolute; left: 95px; right: 0; top: 0; height: 62px; display: flex; align-items: center;
  color: var(--px-color-title); font: 300 31px var(--font-peugeot-light);
}
.aud-popup-list {
  position: absolute; left: 1px; top: 64px; width: 616px; height: 299px;
  overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;
}
.aud-popup-row {
  position: relative; display: flex; align-items: center; width: 616px; height: 75px;
  border-bottom: 1px solid var(--px-color-line-secondary); font-size: 26px; padding-left: 62px;
}
.aud-popup-radio {
  position: absolute; left: 18px; top: 24px; width: 26px; height: 26px;
  border: 1px solid var(--px-color-btn-picto); border-radius: 50%;
}
.aud-popup-row.selected .aud-popup-radio::after {
  content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--px-color-title);
}

/* -----------------------------------------------------------------------------
   BISIKLET TELEMETRI
   -------------------------------------------------------------------------- */
#scr-bike .speed-big  { position: absolute; left: 0; top: 90px; width: 800px; text-align: center; font-size: 130px; line-height: 1; color: var(--px-color-title); font-family: var(--font-peugeot-light); font-variant-numeric: tabular-nums; }
#scr-bike .speed-unit { position: absolute; left: 0; top: 224px; width: 800px; text-align: center; font-size: 24px; color: var(--px-color6); letter-spacing: 2px; }
#scr-bike .grid { position: absolute; left: 60px; top: 262px; width: 680px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--px-color-line-secondary); }
#scr-bike .cell { background: var(--px-color-fond0); padding: 8px 6px; text-align: center; }
#scr-bike .cell .k { font-size: 17px; color: var(--px-color6); }
#scr-bike .cell .v { font-size: 28px; color: var(--px-color1); font-variant-numeric: tabular-nums; margin-top: 2px; }

/* -----------------------------------------------------------------------------
   SISTEM AYARLARI
   -------------------------------------------------------------------------- */
#scr-settings .rows { position: absolute; left: 40px; top: 126px; width: 720px; }
.set-row { position: relative; height: 62px; display: flex; align-items: center; gap: 16px; padding: 0 12px; border-bottom: 1px solid var(--px-color-line-secondary); cursor: pointer; }
.set-row .s-key { flex: 1 1 auto; font-size: 26px; color: var(--px-color1); }
.set-row .s-val { font-size: 24px; color: var(--px-color-title); }
.set-row.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
.set-row.press .s-key, .set-row.press .s-val { color: var(--px-color-btn-down); }
.amb-swatches { display: flex; gap: 10px; }
.amb-swatches button { width: 34px; height: 34px; border: 1px solid var(--px-color-outline); cursor: pointer; padding: 0; }
.amb-swatches button.sel { outline: 2px solid var(--px-color-line-primary); outline-offset: 1px; }

/* -----------------------------------------------------------------------------
   KAYNAK SEÇİMİ — AUDIO_0009_MenuPopup_SourceSelection.qml
   fond_bandeauhaut 800x70 / başlık x:100 w:660 h:58
   ayırıcı çizgiler y:174 ve y:329
   buton 110x70 (Button_PS_Text_Picto_Secondary), ikon 68, font1 20px, spacing 70
   satır 1 y:85 (lineY1-89) | satır 2 y:240 (lineY2-89)
   -------------------------------------------------------------------------- */
#scr-source .src-haut { position: absolute; left: 0; top: 56px; width: 800px; height: 70px; }
#scr-source .src-heading {
  position: absolute; left: 100px; top: 6px; width: 660px; height: 58px;
  display: flex; align-items: center;
  font-family: var(--font-peugeot-light); font-weight: 300;
  font-size: 31px; color: var(--px-color-title); text-transform: uppercase;
}
#scr-source .src-line { position: absolute; left: 0; width: 800px; height: 1px; background: var(--px-color-line-secondary); }
#scr-source .src-line1 { top: 174px; }
#scr-source .src-line2 { top: 329px; }

#scr-source .src-row {
  position: absolute; left: 0; width: 800px; height: 89px;
  display: flex; align-items: flex-end; justify-content: center; gap: 70px;
}
#scr-source .src-row1 { top: 85px; }
#scr-source .src-row2 { top: 240px; }

.src-btn {
  position: relative; width: 110px; height: 70px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 2px;
  background: transparent; border: 0; padding: 0; cursor: pointer; font-family: inherit;
}
.src-btn .s-ic { position: relative; width: 100%; height: 68px; }
.src-btn .s-ic-n, .src-btn .s-ic-p {
  position: absolute; inset: 0;
  background-repeat: no-repeat; background-position: center bottom; background-size: contain;
}
.src-btn .s-ic-p { opacity: 0; }
.src-btn .s-tx { font-size: 20px; color: var(--px-color-btn); line-height: 1.05; white-space: nowrap; }
.src-btn.press { background: url("../assets/img/ambiance_1/fond_clicked.png") repeat; }
.src-btn.press .s-ic-n { opacity: 0; }
.src-btn.press .s-ic-p { opacity: 1; }
.src-btn.press .s-tx  { color: var(--px-color-btn-down); }
.src-btn.sel .s-tx    { color: var(--px-color-title); }
.src-btn.is-disabled  { pointer-events: none; }
.src-btn.is-disabled .s-tx { color: var(--px-color-btn-disable); }
.src-btn.is-disabled .s-ic-n { opacity: .28; }

/* HMI_2114_NotificationPanel + HMI_0008_MenuPopup_Surface2 */
.notification-panel {
  background: var(--px-color-fond0) url("../assets/img/ambiance_1/FOND_Utilitaire.png") no-repeat 0 0;
}
.notification-header {
  position: absolute; left: 0; top: 0; width: 800px; height: 55px;
  background: var(--px-color-header) url("../assets/img/ambiance_1/fond_Bandeau_Haut.png") repeat-x 0 0;
  z-index: 20;
}
.notification-back {
  position: absolute; left: 0; top: 0; width: 74px; height: 55px; border: 0; cursor: pointer;
  background: transparent url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png") no-repeat center/52px auto;
}
.notification-back.press {
  background-color: var(--px-effetcolor-btn);
  background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png");
}
.notification-heading {
  position: absolute; left: 100px; top: 0; width: 545px; height: 55px;
  display: flex; align-items: center; color: var(--px-color-title);
  font: 300 31px var(--font-peugeot-light); letter-spacing: 1.5px;
}
.notification-header-status { position: absolute; right: 10px; top: 0; width: 125px; height: 55px; }
.notification-list {
  position: absolute; left: 0; top: 55px; width: 800px; height: 425px;
  overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;
}
.notification-row {
  position: relative; width: 100%; height: 92px; display: flex; align-items: center;
  border-bottom: 1px solid var(--px-color-line-secondary);
}
.notification-copy { min-width: 0; flex: 1 1 auto; padding-left: 0; padding-right: 10px; }
.notification-title { font-size: 26px; color: var(--px-color-btn); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notification-text { height: 27px; font-size: 22px; color: var(--px-color6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notification-time { color: var(--px-color6); }
.notification-icon { position: relative; order: -1; flex: 0 0 80px; width: 80px; height: 92px; }
.notification-icon img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.empty-state { height: 425px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--px-color6); }

.enhancement-options, .regional-options {
  position: absolute; left: 40px; top: 126px; width: 720px; height: 246px; overflow-y: auto;
}
.enhancement-row {
  min-height: 72px; display: flex; align-items: center; gap: 20px; padding: 0 18px;
  border-bottom: 1px solid var(--px-color-line-secondary); font-size: 24px;
}
.enhancement-row > span { flex: 1 1 auto; }
.brightness-row input {
  --brightness-fill: 100%;
  flex: 0 0 370px; width: 370px; height: 50px; margin: 0; padding: 0;
  appearance: none; -webkit-appearance: none; background: transparent; touch-action: none;
}
.brightness-row input::-webkit-slider-runnable-track {
  width: 100%; height: 2px; border: 0;
  background: linear-gradient(to right, var(--px-color-line-primary) 0 var(--brightness-fill), var(--px-color-line-secondary) var(--brightness-fill) 100%);
}
.brightness-row input::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none; width: 32px; height: 32px; margin-top: -15px;
  border: 0; border-radius: 0;
  background: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal.png") no-repeat center/contain;
}
.brightness-row input::-moz-range-track { height: 2px; border: 0; background: var(--px-color-line-secondary); }
.brightness-row input::-moz-range-progress { height: 2px; background: var(--px-color-line-primary); }
.brightness-row input::-moz-range-thumb {
  width: 32px; height: 32px; border: 0; border-radius: 0;
  background: url("../assets/img/ambiance_1/Fond_Curseur_SliderHorizontal.png") no-repeat center/contain;
}
.brightness-row output { flex: 0 0 45px; color: var(--px-color-title); text-align: right; font-size: 23px; }
.regional-group {
  min-height: 76px; display: flex; align-items: center; gap: 9px; padding: 7px 10px;
  border-bottom: 1px solid var(--px-color-line-secondary);
}
.regional-group > span { flex: 1 1 auto; font-size: 22px; }
.regional-group button {
  min-width: 90px; height: 48px; padding: 0 10px; border: 1px solid var(--px-color-outline);
  background: transparent; color: var(--px-color1); font: 19px var(--font-peugeot); cursor: pointer;
}
.regional-group button.on { border-color: var(--px-color-primary); color: var(--px-color-title); background: var(--px-effetcolor-fond-led); }
.regional-group output { min-width: 105px; text-align: right; color: var(--px-color-title); font-size: 20px; }
.no-panel-transition .screen, .no-panel-transition #set-desc { transition: none !important; }
.no-scroll-text .scroll-label > span { transition: none !important; transform: none !important; }

/* USB akilli kutuphane — MEDIA_0008 / MEDIA_0066 */
.media-library-tabs {
  position: absolute; left: 20px; top: 119px; width: 760px; height: 47px;
  display: flex; border-bottom: 1px solid var(--px-color-line-secondary);
}
.media-library-tabs button {
  position: relative; flex: 1 1 20%; min-width: 0; border: 0; background: transparent;
  color: var(--px-color6); font: 18px var(--font-peugeot); cursor: pointer; padding: 0 2px;
}
.media-library-tabs button.sel { color: var(--px-color-title); }
.media-library-tabs button.sel::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 0; height: 2px; background: var(--px-color-primary);
}
#scr-medialist .media-library-list {
  left: 40px; top: 168px; width: 720px; height: 204px;
}
.library-track-copy { min-width: 0; flex: 1 1 auto; }
.library-track-copy .r-name { font-size: 23px; }
.library-subtitle { color: var(--px-color6); font-size: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.library-info {
  flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid var(--px-color-outline);
  border-radius: 50%; background: transparent; color: var(--px-color-title);
  font: 24px var(--font-peugeot); cursor: pointer;
}
#scr-medialist .bandeau-row .nac-btn { min-width: 0; font-size: 19px; }

/* SETTINGS_0006_SecondaryPanel + SETTINGS_0040_SettingsPanel_SystemConfig */
#statusline.system-panel-hidden { display: none; }
.system-secondary, .system-config {
  overflow: hidden;
}
.system-secondary {
  background: var(--px-color-fond0) url("../assets/img/ambiance_1/trameAbiance_PageSec.png") no-repeat 0 0;
}
.system-config {
  background: var(--px-color-fond0) url("../assets/img/ambiance_1/FOND_Utilitaire.png") no-repeat 0 0;
}
.system-header {
  position: absolute; left: 0; top: 0; width: 800px; height: 70px;
  background: var(--px-color-header) url("../assets/img/ambiance_1/fond_Bandeau_Haut.png") repeat-x 0 0; z-index: 20;
}
.system-back {
  position: absolute; left: 0; top: 0; width: 74px; height: 55px; border: 0; cursor: pointer;
  background: transparent url("../assets/img/ambiance_1/PICTOS_tactile/PICTO_Back.png") no-repeat center/52px auto;
}
.system-back.press {
  background-color: var(--px-effetcolor-btn);
  background-image: url("../assets/img/ambiance_1/PICTOS_click/PICTO_Back.png");
}
.system-title {
  position: absolute; left: 100px; top: 0; width: 660px; height: 58px;
  display: flex; align-items: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  color: var(--px-color-title); font: 300 31px var(--font-peugeot-light); letter-spacing: 1.5px;
}
.system-menu-row {
  position: absolute; left: 0; width: 800px; height: 70px;
  display: flex; justify-content: center; gap: 70px;
}
.system-menu-row.row-one { top: 70px; }
.system-menu-row.row-two { top: 247px; }
.system-menu-button {
  position: relative; flex: 0 0 110px; width: 110px; height: 70px; padding: 0; border: 0; background: transparent;
  color: var(--px-color-btn); font: 20px/1.05 var(--font-peugeot); cursor: pointer;
}
.system-menu-button.press {
  background: url("../assets/img/ambiance_1/fond_clicked.png") repeat;
  color: var(--px-color-btn);
}
.system-menu-icon {
  position: absolute; left: 10px; bottom: 0; width: 90px; height: 68px; pointer-events: none;
}
.system-menu-icon img {
  position: absolute; left: 50%; top: 50%; width: 120px; height: 90px;
  transform: translate(-50%, -50%); object-fit: contain;
}
.system-menu-button > span:last-child {
  position: absolute; left: 50%; top: 76px; width: 155px;
  transform: translateX(-50%); text-align: center; pointer-events: none;
}
.system-icon-down { opacity: 0; }
.press .system-icon-up { opacity: 0; }
.press .system-icon-down { opacity: 1; }

.system-config-pages {
  position: absolute; left: 0; top: 55px; width: 800px; height: 363px; z-index: 10;
}
.system-config-page {
  position: absolute; left: 30px; top: 0; width: 740px; height: 363px;
  opacity: 0; visibility: hidden; pointer-events: none;
}
.system-config-page.active { opacity: 1; visibility: visible; pointer-events: auto; }
.system-group-label {
  position: absolute; left: 0; width: 329px; display: flex; align-items: center;
  color: var(--px-color6); font-size: 24px;
}
.consumption-label { top: 5px; height: 70px; }
.temperature-label { top: 220px; height: 60px; }
.system-radio-column { position: absolute; right: 0; width: 330px; }
.consumption-options { top: 0; height: 211px; }
.temperature-options { top: 211px; }
.system-radio {
  position: relative; width: 330px; height: 70px; display: flex; align-items: center; gap: 18px;
  padding: 0 20px; border: 0; background: transparent; color: var(--px-color1);
  font: 24px var(--font-peugeot); text-align: left; cursor: pointer;
}
.consumption-options .system-radio:nth-child(2),
.consumption-options .system-radio:nth-child(3),
.temperature-options .system-radio { height: 60px; }
.system-radio.press { background: var(--px-effetcolor-btn); color: var(--px-color-btn-down); }
.system-radio-mark {
  position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--px-color-outline); border-radius: 50%;
}
.system-radio.on .system-radio-mark::after {
  content: ""; position: absolute; inset: 5px; background: var(--px-color-primary); border-radius: 50%;
}
.system-units-divider {
  position: absolute; left: 0; top: 210px; width: 740px; height: 1px; background: var(--px-color-line-secondary);
}
.system-page-message {
  position: absolute; left: 0; top: 58px; width: 740px; height: 190px;
  display: flex; align-items: center; justify-content: center; padding: 0 50px;
  color: var(--px-color6); font-size: 26px; line-height: 1.25; text-align: center;
}
.system-action-button {
  position: absolute; left: 410px; top: 266px; width: 330px; height: 65px;
  display: flex; align-items: center; gap: 14px; padding: 0 16px;
  border: 1px solid var(--px-color-line-secondary); background: transparent; color: var(--px-color1);
  font: 19px/1.05 var(--font-peugeot); text-align: left; cursor: pointer;
}
.system-action-button.press, .system-action-button[data-confirm="1"] {
  background: var(--px-effetcolor-btn); color: var(--px-color-btn-down);
}
.system-action-icon {
  position: relative; flex: 0 0 42px; width: 42px; height: 42px; pointer-events: none;
}
.system-action-icon img, .system-validate-icon img {
  position: absolute; left: 50%; top: 50%; width: auto; height: auto;
  transform: translate(-50%, -50%); object-fit: contain;
}
.system-bottom-band {
  position: absolute; left: 0; top: 373px; width: 800px; height: 107px;
  background: url("../assets/img/ambiance_1/FOND_BANDEAU_BAS.png") no-repeat 0 0; z-index: 8;
}
.system-validate {
  position: absolute; left: 0; top: 418px; width: 74px; height: 62px; border: 0; background: transparent; cursor: pointer; z-index: 15;
}
.system-validate-icon { position: absolute; inset: 0; pointer-events: none; }
.system-validate.press { background: var(--px-effetcolor-btn); }
.system-config-tabs {
  position: absolute; left: 75px; top: 418px; width: 725px; height: 62px; display: flex; z-index: 15;
}
.system-config-tabs button {
  position: relative; flex: 1 1 33.333%; min-width: 0; height: 62px; padding: 0 5px;
  border: 0; background: transparent; color: var(--px-color6); font: 19px/1.05 var(--font-peugeot); cursor: pointer;
}
.system-config-tabs button.sel { color: var(--px-color-title); }
.system-config-tabs button.sel::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--px-color-line-primary);
}
.system-config-tabs button.press { background: var(--px-effetcolor-btn); color: var(--px-color-btn-down); }
