
body{background:#f3f5f8;}
.lstudi-mobile-shell{max-width:720px;margin:0 auto;padding:18px 14px 42px;color:#111827;font-family:inherit;}
.lstudi-mobile-topbar{padding:8px 2px 18px;}
.lstudi-mobile-topbar span{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#667085;margin-bottom:4px;}
.lstudi-mobile-topbar h1{margin:0;font-size:30px;line-height:1.1;color:#111827;}
.lstudi-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.06);}
.lstudi-mobile-success{margin-bottom:14px;background:#edf8ef;border:1px solid #cde8d1;color:#225c2b;border-radius:14px;padding:13px 15px;font-weight:700;}
.lstudi-mobile-form{display:grid;gap:15px;}
.lstudi-mobile-form label{display:grid;gap:7px;font-size:14px;font-weight:700;color:#111827;}
.lstudi-mobile-form input[type="text"],.lstudi-mobile-form input[type="date"],.lstudi-mobile-form select,.lstudi-mobile-form textarea{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;border-radius:13px;background:#fff;padding:13px 14px;font:inherit;font-size:16px;color:#111827;}
.lstudi-mobile-form textarea{resize:vertical;min-height:105px;}
.lstudi-mobile-form small{font-size:12px;line-height:1.4;font-weight:500;color:#667085;}
.lstudi-mobile-photo-field{border:1.5px dashed #b9c5d4;border-radius:16px;padding:16px;background:#f8fafc;}
.lstudi-mobile-photo-field input[type="file"]{width:100%;font-size:14px;}
.lstudi-mobile-photo-field strong{font-size:14px;color:#17375e;}
.lstudi-mobile-toggle{display:flex!important;align-items:center;gap:10px!important;padding:13px 14px;border-radius:13px;background:#f7f9fc;}
.lstudi-mobile-toggle input{width:20px;height:20px;margin:0;}
.lstudi-mobile-submit{width:100%;border:0;border-radius:14px;background:#17375e;color:#fff;font-size:17px;font-weight:800;padding:15px 18px;cursor:pointer;}
.lstudi-mobile-section-title{margin:24px 2px 10px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#667085;}
.lstudi-mobile-recent{display:grid;gap:10px;}
.lstudi-mobile-visit-card{display:grid;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;padding:14px 15px;}
.lstudi-mobile-visit-card strong{color:#111827;}
.lstudi-mobile-visit-card span{color:#344054;}
.lstudi-mobile-visit-card small,.lstudi-mobile-visit-meta{font-size:12px;color:#667085;}
@media(max-width:520px){
  .lstudi-mobile-shell{padding-left:10px;padding-right:10px;}
  .lstudi-mobile-card{border-radius:16px;padding:15px;}
  .lstudi-mobile-topbar h1{font-size:26px;}
}

.lstudi-mobile-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;}
.lstudi-mobile-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#fff;
  border:1px solid #d0d5dd;
  color:#344054;
  border-radius:11px;
  padding:9px 12px;
  font-size:13px;
  font-weight:700;
}
.lstudi-mobile-login-shell{
  min-height:72vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lstudi-mobile-login-card{
  width:100%;
  max-width:480px;
}
.lstudi-mobile-login-brand{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#667085;
  margin-bottom:8px;
}
.lstudi-mobile-login-card h1{
  margin:0 0 8px;
  font-size:28px;
  color:#111827;
}
.lstudi-mobile-login-card p{
  margin:0 0 18px;
  color:#667085;
}
.lstudi-mobile-login-error{
  margin-bottom:15px;
  padding:12px 14px;
  border:1px solid #f1c9c9;
  background:#fff5f5;
  color:#8a2727;
  border-radius:12px;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}

#lstudi-visit-photos{
  display:block;
  min-height:44px;
  padding:8px 0;
  cursor:pointer;
}
#lstudi-photo-selection{
  display:block;
  min-height:18px;
}

/* v0.11.2 — tamaño controlado de desplegables en móvil */
.lstudi-obra-shell select,
.lstudi-obra-shell input,
.lstudi-obra-shell textarea,
.lstudi-obra-shell button {
  font-size: 16px !important;
  line-height: 1.35;
}

.lstudi-obra-shell select {
  min-height: 44px;
  padding: 9px 34px 9px 11px !important;
}

.lstudi-obra-shell select option {
  font-size: 16px !important;
}

@media (max-width: 700px) {
  .lstudi-obra-shell select,
  .lstudi-obra-shell input,
  .lstudi-obra-shell textarea,
  .lstudi-obra-shell button {
    font-size: 15px !important;
  }

  .lstudi-obra-shell select option {
    font-size: 15px !important;
  }
}

/* v0.11.5 — corrección de texto recortado en desplegables */
.lstudi-obra-shell select {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: none !important;
  padding: 0 38px 0 14px !important;
  font-size: 15px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
  overflow: visible !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
}

.lstudi-obra-shell select option {
  font-size: 15px !important;
  line-height: normal !important;
  padding: 6px 8px !important;
  font-weight: 400 !important;
}

@supports (-webkit-touch-callout: none) {
  .lstudi-obra-shell select {
    line-height: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 700px) {
  .lstudi-obra-shell select {
    height: 46px !important;
    min-height: 46px !important;
    font-size: 15px !important;
    line-height: normal !important;
  }
}
