.app-body{background:#f5f1eb;padding-bottom:0}
.app-header{
  height:88px;position:sticky;top:0;z-index:40;background:rgba(255,253,249,.95);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(103,16,26,.08)
}
.app-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 28px}
.app-brand{display:flex;align-items:center;gap:12px}
.app-brand img{width:58px;height:58px;object-fit:contain}
.app-brand small{display:block;font-size:9px;font-weight:900;letter-spacing:.15em;color:var(--gold)}
.app-brand strong{display:block;font-family:var(--serif);font-size:24px;color:var(--wine-dark);margin-top:3px}
.header-action{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:999px}
.header-action__avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--wine);color:#fff;font-weight:900}
.header-action__text{font-size:13px;font-weight:800}
.app-layout{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:calc(100vh - 88px)}
.desktop-sidebar{
  position:sticky;top:88px;height:calc(100vh - 88px);padding:24px 18px;border-right:1px solid var(--line);background:#fffaf5;
  display:flex;flex-direction:column;justify-content:space-between
}
.desktop-nav{display:flex;flex-direction:column;gap:7px}
.desktop-nav a{
  min-height:48px;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:13px;color:#625a54;font-size:13px;font-weight:800
}
.desktop-nav a:hover,.desktop-nav a.is-active{background:#f3e8dc;color:var(--wine)}
.desktop-nav__add{background:var(--wine)!important;color:#fff!important;margin:8px 0 3px}
.sidebar-note{padding:16px;border-radius:16px;background:#f8eedf;border:1px solid #ecd9b8}
.sidebar-note p{font-family:var(--serif);font-size:18px;line-height:1.35;color:#4b3024;margin:7px 0 0}
.app-main{min-width:0;padding:34px 34px 70px}
.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.dashboard-head h1{font-family:var(--serif);font-size:50px;line-height:1;color:var(--wine-dark);margin:8px 0 6px}
.dashboard-head p{color:var(--muted);margin:0}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:20px}
.section-card{padding:22px}
.section-card__head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}
.section-card__head h2{font-family:var(--serif);font-size:28px;color:var(--wine-dark);margin:3px 0 0}
.empty-state{
  padding:38px 24px;text-align:center;border:1px dashed #d9c9b7;border-radius:20px;background:linear-gradient(180deg,#fffdfa,#faf4ec)
}
.empty-state__icon{width:64px;height:64px;margin:0 auto 14px;border-radius:20px;background:#f4e5c6;display:grid;place-items:center;color:#8c681c}
.empty-state h3{font-family:var(--serif);font-size:28px;color:var(--wine-dark);margin:0 0 8px}
.empty-state p{max-width:530px;margin:0 auto 18px;color:var(--muted);line-height:1.6}
.vehicle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vehicle-card{overflow:hidden;border-radius:20px;border:1px solid var(--line);background:#fff;transition:.18s ease}
.vehicle-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.vehicle-card__cover{
  height:150px;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;
  background:
    radial-gradient(circle at 80% 20%,rgba(201,155,54,.28),transparent 35%),
    linear-gradient(145deg,#550b14,#821722);color:#fff
}
.vehicle-card__cover span{font-family:var(--serif);font-size:46px;color:#f1d591}
.vehicle-card__body{padding:16px}
.vehicle-card__body h3{font-family:var(--serif);font-size:24px;color:var(--wine-dark);margin:0 0 5px}
.vehicle-card__body p{font-size:13px;color:var(--muted);margin:0 0 14px}
.vehicle-card__link{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:900;color:var(--wine)}
.attention-card{padding:22px;background:linear-gradient(145deg,#5e0d16,#7e1521);color:#fff}
.attention-card h2{font-family:var(--serif);font-size:28px;margin:8px 0 8px}
.attention-card p{color:rgba(255,255,255,.72);line-height:1.6}
.attention-card__line{height:1px;background:rgba(255,255,255,.13);margin:18px 0}
.attention-item{display:flex;gap:12px;align-items:flex-start;padding:10px 0}
.attention-item__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.1);color:var(--gold-soft);flex:0 0 auto}
.attention-item strong{display:block;font-size:14px}
.attention-item span{display:block;font-size:12px;color:rgba(255,255,255,.65);margin-top:3px}
.mobile-nav{display:none}
.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}
.page-head h1{font-family:var(--serif);font-size:46px;line-height:1;color:var(--wine-dark);margin:8px 0 6px}
.page-head p{margin:0;color:var(--muted)}
.content-card{padding:24px}
.vehicle-hero{
  display:grid;grid-template-columns:190px 1fr auto;gap:22px;align-items:center;padding:24px;
  background:linear-gradient(145deg,#fff,#fffaf3);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm)
}
.vehicle-hero__cover{height:150px;border-radius:20px;background:linear-gradient(145deg,#5e0d16,#821721);display:grid;place-items:center;color:#f0d48e;font-family:var(--serif);font-size:58px}
.vehicle-hero h1{font-family:var(--serif);font-size:42px;line-height:1.02;color:var(--wine-dark);margin:0 0 6px}
.vehicle-meta{display:flex;gap:8px;flex-wrap:wrap}
.vehicle-meta span{padding:7px 9px;border-radius:999px;background:#f3e9dd;color:#66574e;font-size:11px;font-weight:800}
.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.module-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.module-card span{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--gold)}
.module-card strong{display:block;font-family:var(--serif);font-size:22px;color:var(--wine-dark);margin-top:7px}
.module-card p{font-size:12px;color:var(--muted);line-height:1.5;margin:8px 0 0}
.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.account-panel{padding:22px}
.account-panel h2{font-family:var(--serif);font-size:27px;color:var(--wine-dark);margin:6px 0 14px}
.info-list{display:flex;flex-direction:column}
.info-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}
.info-row:last-child{border-bottom:0}
.info-row span{color:var(--muted)}
.info-row strong{text-align:right}


/* =========================================================
   MEU CLÁSSICO V0.2 — VEÍCULO COMO CENTRO DO PORTAL
   ========================================================= */

.vehicle-card__cover{
  background-size:cover!important;
  background-position:center!important;
  position:relative;
  isolation:isolate;
}
.vehicle-card__cover--photo small,
.vehicle-card__cover--photo span{
  position:relative;
  z-index:1;
  text-shadow:0 2px 12px rgba(0,0,0,.34);
}
.vehicle-card__cover--photo small{color:#fff}
.vehicle-card__cover--photo span{color:#f7dfa0}

.vehicle-form-card{max-width:860px}
.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}

.vehicle-page-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.vehicle-page-head__actions{display:flex;gap:9px}

.vehicle-profile{
  display:grid;
  grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);
  min-height:370px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fffdf9;
  box-shadow:var(--shadow);
}
.vehicle-profile__visual{
  min-height:370px;
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  background:
    radial-gradient(circle at 75% 18%,rgba(224,183,86,.32),transparent 32%),
    linear-gradient(145deg,#4c0911,#861622);
  background-size:cover;
  background-position:center;
  color:#fff;
}
.vehicle-profile__visual>span{
  font-family:var(--serif);
  font-size:86px;
  line-height:.9;
  color:#f1d790;
}
.vehicle-profile__visual>small{
  max-width:290px;
  margin-top:12px;
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.72);
}
.vehicle-profile__content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.vehicle-profile__content h1{
  font-family:var(--serif);
  font-size:clamp(42px,4vw,62px);
  line-height:.98;
  letter-spacing:-.03em;
  color:var(--wine-dark);
  margin:10px 0 8px;
}
.vehicle-profile__nickname{
  margin:0 0 15px;
  color:#876f5c;
  font-family:var(--serif);
  font-size:20px;
}
.vehicle-meta--large span{
  font-size:12px;
  padding:8px 11px;
}
.vehicle-completion{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.vehicle-completion__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  font-size:12px;
  font-weight:800;
  color:#655c55;
}
.vehicle-completion__head strong{
  font-family:var(--serif);
  font-size:23px;
  color:var(--wine);
}
.vehicle-completion__bar{
  height:7px;
  margin:9px 0 7px;
  overflow:hidden;
  border-radius:999px;
  background:#ede4da;
}
.vehicle-completion__bar span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--wine),var(--gold));
}
.vehicle-completion small{color:var(--muted);font-size:11px}

.vehicle-quick-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.vehicle-quick-card{
  min-height:118px;
  display:grid;
  grid-template-columns:52px 1fr 28px;
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  transition:.18s ease;
}
.vehicle-quick-card:hover{transform:translateY(-2px);border-color:#d3b77b}
.vehicle-quick-card__icon{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:#f5e6c7;color:#805f1b;
}
.vehicle-quick-card small{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--gold)}
.vehicle-quick-card strong{display:block;font-family:var(--serif);font-size:23px;color:var(--wine-dark);margin-top:4px}
.vehicle-quick-card p{font-size:12px;line-height:1.45;color:var(--muted);margin:5px 0 0}
.vehicle-quick-card>svg{color:var(--wine)}

.vehicle-section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:34px 0 14px;
}
.vehicle-section-title h2{
  margin:6px 0 0;
  font-family:var(--serif);
  font-size:32px;
  color:var(--wine-dark);
}
.module-grid--vehicle{margin-top:0}
.module-card--coming{background:linear-gradient(180deg,#fff,#fdf9f4)}
.module-card--coming span{color:#a48a5b}

.vehicle-photo-layout{
  display:grid;
  grid-template-columns:minmax(300px,.55fr) minmax(0,1.45fr);
  gap:18px;
  align-items:start;
}
.vehicle-photo-upload{display:flex;flex-direction:column;gap:13px}
.photo-drop{
  position:relative;
  min-height:260px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:1.5px dashed #d9c5ad;
  border-radius:20px;
  background:linear-gradient(180deg,#fffdfa,#fbf4ea);
  cursor:pointer;
  transition:.18s ease;
}
.photo-drop:hover{border-color:#bd933a;background:#fffaf0}
.photo-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}
.photo-drop__content{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;
  padding:25px;color:#5d5149
}
.photo-drop__content strong{font-family:var(--serif);font-size:22px;color:var(--wine-dark)}
.photo-drop__content small{font-size:12px;color:var(--muted)}
.photo-drop__icon{
  width:52px;height:52px;border-radius:17px;display:grid;place-items:center;
  background:var(--wine);color:#fff;margin-bottom:5px
}
.photo-drop__preview{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
}
.photo-drop__preview::after{
  content:"Trocar foto";position:absolute;right:12px;bottom:12px;
  padding:7px 10px;border-radius:999px;background:rgba(63,9,16,.82);color:#fff;
  font-size:10px;font-weight:900;letter-spacing:.05em
}
.photo-drop--compact{min-height:170px}
.photo-drop--compact .photo-drop__content strong{font-size:19px}

.photo-empty{
  padding:48px 20px;text-align:center;border:1px dashed #d9c9b7;border-radius:20px;background:#fffaf4
}
.photo-empty>div{width:54px;height:54px;margin:0 auto 12px;border-radius:16px;display:grid;place-items:center;background:#f4e6c8;color:#8b671c}
.photo-empty strong{font-family:var(--serif);font-size:23px;color:var(--wine-dark)}
.photo-empty p{max-width:480px;margin:7px auto 0;color:var(--muted);font-size:13px;line-height:1.55}

.vehicle-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.gallery-card{
  overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff
}
.gallery-card__image{
  position:relative;aspect-ratio:4/3;background:#eee5db;overflow:hidden
}
.gallery-card__image img{width:100%;height:100%;object-fit:cover}
.gallery-cover{
  position:absolute;left:10px;top:10px;padding:6px 9px;border-radius:999px;
  background:rgba(89,11,20,.9);color:#f7dfa0;font-size:9px;font-weight:900;letter-spacing:.1em
}
.gallery-card__actions{
  display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px
}
.gallery-card__actions form{margin:0}
.photo-action{
  padding:0;border:0;background:transparent;color:var(--wine);font-size:10px;font-weight:900
}
.photo-action--static{color:#7b6c5f}
.photo-action--danger{color:#9c2b37}


/* =========================================================
   MEU CLÁSSICO V0.3 — FOTOS PREMIUM / PERFORMANCE
   ========================================================= */

.focus-x-0{--focus-x:0%}
.focus-x-5{--focus-x:5%}
.focus-x-10{--focus-x:10%}
.focus-x-15{--focus-x:15%}
.focus-x-20{--focus-x:20%}
.focus-x-25{--focus-x:25%}
.focus-x-30{--focus-x:30%}
.focus-x-35{--focus-x:35%}
.focus-x-40{--focus-x:40%}
.focus-x-45{--focus-x:45%}
.focus-x-50{--focus-x:50%}
.focus-x-55{--focus-x:55%}
.focus-x-60{--focus-x:60%}
.focus-x-65{--focus-x:65%}
.focus-x-70{--focus-x:70%}
.focus-x-75{--focus-x:75%}
.focus-x-80{--focus-x:80%}
.focus-x-85{--focus-x:85%}
.focus-x-90{--focus-x:90%}
.focus-x-95{--focus-x:95%}
.focus-x-100{--focus-x:100%}
.focus-y-0{--focus-y:0%}
.focus-y-5{--focus-y:5%}
.focus-y-10{--focus-y:10%}
.focus-y-15{--focus-y:15%}
.focus-y-20{--focus-y:20%}
.focus-y-25{--focus-y:25%}
.focus-y-30{--focus-y:30%}
.focus-y-35{--focus-y:35%}
.focus-y-40{--focus-y:40%}
.focus-y-45{--focus-y:45%}
.focus-y-50{--focus-y:50%}
.focus-y-55{--focus-y:55%}
.focus-y-60{--focus-y:60%}
.focus-y-65{--focus-y:65%}
.focus-y-70{--focus-y:70%}
.focus-y-75{--focus-y:75%}
.focus-y-80{--focus-y:80%}
.focus-y-85{--focus-y:85%}
.focus-y-90{--focus-y:90%}
.focus-y-95{--focus-y:95%}
.focus-y-100{--focus-y:100%}
.progress-0{width:0%}
.progress-5{width:5%}
.progress-10{width:10%}
.progress-15{width:15%}
.progress-20{width:20%}
.progress-25{width:25%}
.progress-30{width:30%}
.progress-35{width:35%}
.progress-40{width:40%}
.progress-45{width:45%}
.progress-50{width:50%}
.progress-55{width:55%}
.progress-60{width:60%}
.progress-65{width:65%}
.progress-70{width:70%}
.progress-75{width:75%}
.progress-80{width:80%}
.progress-85{width:85%}
.progress-90{width:90%}
.progress-95{width:95%}
.progress-100{width:100%}

.vehicle-card__cover,
.vehicle-profile__visual{
  overflow:hidden;
}
.vehicle-card__cover-image,
.vehicle-profile__cover-image,
.gallery-card__image img,
.mc-positioner__stage img{
  object-position:var(--focus-x,50%) var(--focus-y,50%);
}
.vehicle-card__cover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.vehicle-card__cover::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(40,5,9,.02),rgba(40,5,9,.68));
  pointer-events:none;
}
.vehicle-card__cover small,
.vehicle-card__cover span{
  position:relative;
  z-index:2;
}
.vehicle-profile__visual{
  position:relative;
  padding:0;
}
.vehicle-profile__cover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.vehicle-profile__visual.has-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(37,5,9,.02),rgba(37,5,9,.08));
  pointer-events:none;
}

.photo-page-eyebrow{display:block;margin-top:18px}
.vehicle-photo-layout--premium{
  grid-template-columns:minmax(330px,.55fr) minmax(0,1.45fr);
}
.photo-upload-panel{position:sticky;top:112px}
.photo-drop--multi{
  min-height:245px;
  border-width:2px;
}
.photo-drop--multi.is-dragover{
  border-color:var(--gold);
  background:#fff6df;
  box-shadow:0 0 0 5px rgba(201,155,54,.09) inset;
}
.photo-drop--multi input{z-index:3}
.photo-selection{
  padding:13px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fffaf5;
}
.photo-selection__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:11px;
}
.photo-selection__head strong{
  display:block;
  color:var(--wine-dark);
  font-size:12px;
}
.photo-selection__head span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:10px;
}
.photo-selection__clear{
  border:0;
  background:transparent;
  color:var(--wine);
  font-size:10px;
  font-weight:900;
}
.photo-selection__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.photo-selected{
  position:relative;
  overflow:hidden;
  aspect-ratio:1;
  border-radius:12px;
  background:#eee4d9;
}
.photo-selected img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.photo-selected button{
  position:absolute;
  top:5px;
  right:5px;
  width:24px;
  height:24px;
  border:0;
  border-radius:50%;
  background:rgba(86,10,18,.88);
  color:#fff;
  font-size:15px;
  line-height:1;
}
.photo-batch-progress{
  padding:12px 13px;
  border:1px solid #e2d4c4;
  border-radius:15px;
  background:#fffaf2;
}
.photo-batch-progress__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
  color:#665a52;
  font-size:11px;
}
.photo-batch-progress__bar{
  height:6px;
  overflow:hidden;
  border-radius:999px;
  background:#eadfd4;
}
.photo-batch-progress__bar span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--wine),var(--gold));
  transition:width .18s ease;
}
.gallery-help{
  color:var(--muted);
  font-size:10px;
}
.vehicle-gallery--premium{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.gallery-card--premium{
  border-radius:20px;
  box-shadow:0 8px 24px rgba(63,23,14,.04);
}
.gallery-card__image-button{
  width:100%;
  padding:0;
  border:0;
  cursor:zoom-in;
  display:block;
  text-align:initial;
}
.gallery-card__image-button img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-zoom{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(42,8,12,.76);
  color:#fff;
  font-size:9px;
  font-weight:900;
  opacity:0;
  transform:translateY(4px);
  transition:.18s ease;
}
.gallery-card__image-button:hover .gallery-zoom{
  opacity:1;
  transform:translateY(0);
}
.gallery-card__main-actions{
  min-width:0;
}
.photo-action--position{color:#8d651b}
.gallery-card__actions{
  min-height:44px;
}

/* LIGHTBOX */
body.mc-lightbox-open,
body.mc-positioner-open{overflow:hidden}
.mc-lightbox,
.mc-positioner{
  position:fixed;
  inset:0;
  z-index:10080;
}
.mc-lightbox[hidden],
.mc-positioner[hidden]{display:none!important}
.mc-lightbox__backdrop,
.mc-positioner__backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,10,9,.9);
  backdrop-filter:blur(9px);
}
.mc-lightbox__dialog{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns:74px minmax(0,1fr) 74px;
  grid-template-rows:minmax(0,1fr) auto;
  align-items:center;
  padding:30px;
}
.mc-lightbox__stage{
  min-width:0;
  min-height:0;
  height:100%;
  display:grid;
  place-items:center;
  position:relative;
}
.mc-lightbox__stage img{
  display:block;
  max-width:100%;
  max-height:calc(100vh - 110px);
  object-fit:contain;
  border-radius:15px;
  box-shadow:0 20px 80px rgba(0,0,0,.35);
}
.mc-lightbox__loader{
  position:absolute;
  color:#fff;
  font-size:12px;
  opacity:.7;
}
.mc-lightbox__close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:28px;
}
.mc-lightbox__nav{
  width:48px;
  height:48px;
  justify-self:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:36px;
}
.mc-lightbox__caption{
  grid-column:1/-1;
  padding-top:12px;
  color:rgba(255,255,255,.78);
  text-align:center;
  font-size:12px;
}

/* POSICIONADOR DA CAPA */
.mc-positioner{
  display:grid;
  place-items:center;
  padding:20px;
}
.mc-positioner__backdrop{
  background:rgba(29,15,13,.64);
}
.mc-positioner__dialog{
  position:relative;
  z-index:1;
  width:min(880px,100%);
  padding:25px;
  border:1px solid rgba(103,16,26,.12);
  border-radius:25px;
  background:#fffdf9;
  box-shadow:0 35px 100px rgba(38,5,10,.3);
}
.mc-positioner__dialog h2{
  margin:6px 0 6px;
  color:var(--wine-dark);
  font-family:var(--serif);
  font-size:34px;
}
.mc-positioner__dialog>p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:13px;
}
.mc-positioner__close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#f5ede4;
  color:var(--wine);
  font-size:23px;
}
.mc-positioner__stage{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/7;
  border-radius:19px;
  background:#2f080d;
  cursor:grab;
  touch-action:none;
  user-select:none;
}
.mc-positioner__stage.is-dragging{cursor:grabbing}
.mc-positioner__stage img{
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
}
.mc-positioner__guide{
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:13px;
  box-shadow:0 0 0 999px rgba(0,0,0,.08);
  pointer-events:none;
}
.mc-positioner__guide::before,
.mc-positioner__guide::after{
  content:"";
  position:absolute;
  background:rgba(255,255,255,.26);
}
.mc-positioner__guide::before{
  top:0;bottom:0;left:50%;width:1px
}
.mc-positioner__guide::after{
  left:0;right:0;top:50%;height:1px
}
.mc-positioner__hint{
  margin:9px 0 0;
  text-align:center;
  color:#8a796d;
  font-size:10px;
  font-weight:800;
}
.mc-positioner__actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:18px;
  padding-top:17px;
  border-top:1px solid var(--line);
}

/* Progresso de upload sem style inline (compatível com CSP) */
.upload-progress-0{width:0%!important}
.upload-progress-5{width:5%!important}
.upload-progress-10{width:10%!important}
.upload-progress-15{width:15%!important}
.upload-progress-20{width:20%!important}
.upload-progress-25{width:25%!important}
.upload-progress-30{width:30%!important}
.upload-progress-35{width:35%!important}
.upload-progress-40{width:40%!important}
.upload-progress-45{width:45%!important}
.upload-progress-50{width:50%!important}
.upload-progress-55{width:55%!important}
.upload-progress-60{width:60%!important}
.upload-progress-65{width:65%!important}
.upload-progress-70{width:70%!important}
.upload-progress-75{width:75%!important}
.upload-progress-80{width:80%!important}
.upload-progress-85{width:85%!important}
.upload-progress-90{width:90%!important}
.upload-progress-95{width:95%!important}
.upload-progress-100{width:100%!important}
