
/* Mallorca Admin — estética exclusiva del tema.
   No modifica la lógica ni los componentes compartidos de AuPro. */
html[data-theme="mallorca"]{
  --mallorca-admin-black:#090909;
  --mallorca-admin-ink:#151515;
  --mallorca-admin-paper:#f5f5f2;
  --mallorca-admin-soft:#ecece8;
  --mallorca-admin-line:#d9d9d4;
  --mallorca-admin-muted:#6d6d68;
}
html[data-theme="mallorca"] .admin-shell{
  --primary:#111111;
  --accent:#ffffff;
  --ink:#171717;
  --muted:#6d6d68;
  --line:#deded9;
  --soft:#f5f5f2;
  --shadow:0 18px 45px rgba(0,0,0,.07);
  background:#f3f3f0;
}
html[data-theme="mallorca"] .admin-nav{
  background:#090909!important;
  color:#fff;
  border-right:1px solid #232323;
}
html[data-theme="mallorca"] .admin-brand>a{
  min-height:82px;
  background:#090909;
  border:1px solid #292929;
  border-radius:12px;
  box-shadow:none;
}
html[data-theme="mallorca"] .admin-brand img{
  width:100%;
  max-width:220px;
  height:58px;
  object-fit:contain;
}
html[data-theme="mallorca"] .nav-label{color:#888883}
html[data-theme="mallorca"] .admin-nav nav a,
html[data-theme="mallorca"] .nav-group summary{color:#e5e5e1}
html[data-theme="mallorca"] .admin-nav nav a:hover,
html[data-theme="mallorca"] .nav-group summary:hover{
  background:#171717;
  border-color:#2c2c2c;
}
html[data-theme="mallorca"] .admin-nav nav a.on{
  background:#f4f4f1;
  border-color:#f4f4f1;
  color:#101010;
  box-shadow:none;
}
html[data-theme="mallorca"] .admin-nav nav a.on .nav-ico{
  background:#deded8;
  color:#111;
}
html[data-theme="mallorca"] .nav-ico{background:#222;color:#eee}
html[data-theme="mallorca"] .nav-user{border-top-color:#282828}
html[data-theme="mallorca"] .nav-user small{color:#8d8d87}
html[data-theme="mallorca"] .nav-user .logout{color:#d8d8d3}
html[data-theme="mallorca"] .admin-top{border-bottom-color:#deded9}
html[data-theme="mallorca"] .admin-user{
  border-color:#d8d8d3;
  border-radius:10px;
  box-shadow:none;
}
html[data-theme="mallorca"] .eyebrow{color:#686863}
html[data-theme="mallorca"] .welcome-card{
  background:linear-gradient(115deg,#080808 0%,#181818 58%,#3b3b38 100%)!important;
  border-radius:18px;
  box-shadow:none;
}
html[data-theme="mallorca"] .welcome-card .eyebrow{color:#c7c7c1}
html[data-theme="mallorca"] .admin-card,
html[data-theme="mallorca"] .stat-grid article{
  border-color:#deded9;
  border-radius:14px;
  box-shadow:none;
}
html[data-theme="mallorca"] .btn{
  background:#111;
  border-radius:8px;
  box-shadow:none;
}
html[data-theme="mallorca"] .btn:hover{background:#292929}
html[data-theme="mallorca"] .btn.ghost{
  background:#fff;
  color:#111;
  border-color:#cfcfca;
}
html[data-theme="mallorca"] .pill{background:#ecece8;color:#30302d}
html[data-theme="mallorca"] .pill.published{background:#ecece8;color:#242421}
html[data-theme="mallorca"] .pill.sold{background:#272727;color:#fff}
html[data-theme="mallorca"] input:focus,
html[data-theme="mallorca"] select:focus,
html[data-theme="mallorca"] textarea:focus{border-color:#555;box-shadow:0 0 0 3px rgba(0,0,0,.07)}
html[data-theme="mallorca"] .login-screen{
  --primary:#111;
  background:#efefeb;
}
html[data-theme="mallorca"] .login-card{border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.10)}
html[data-theme="mallorca"] .login-card img{
  display:block;
  width:min(300px,100%);
  height:74px;
  object-fit:contain;
  margin:-8px 0 28px;
  padding:12px 18px;
  background:#090909;
  border-radius:8px;
}
@media(max-width:980px){
  html[data-theme="mallorca"] .admin-nav{box-shadow:18px 0 45px rgba(0,0,0,.18)}
}

/* Mallorca 5.4.4 · control visible de tamaño de portada */
html[data-theme="mallorca"] .hero-size-panel{
  margin:18px 0 26px;
  padding:24px;
  border:2px solid #111;
  border-radius:14px;
  background:#f8f8f5;
}
html[data-theme="mallorca"] .hero-size-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:18px;
}
html[data-theme="mallorca"] .hero-size-head h3{margin:5px 0 6px;font-size:24px}
html[data-theme="mallorca"] .hero-size-head p{margin:0;color:#6c6c66}
html[data-theme="mallorca"] .hero-size-head>strong{
  padding:7px 10px;
  background:#111;
  color:#fff;
  border-radius:6px;
  font-size:10px;
  letter-spacing:.12em;
}
html[data-theme="mallorca"] .hero-size-options{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
html[data-theme="mallorca"] .hero-size-option{
  display:block!important;
  padding:0!important;
  cursor:pointer;
}
html[data-theme="mallorca"] .hero-size-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
html[data-theme="mallorca"] .hero-size-option span{
  display:flex;
  min-height:82px;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:14px;
  border:1px solid #d3d3ce;
  border-radius:10px;
  background:#fff;
}
html[data-theme="mallorca"] .hero-size-option small{color:#74746e}
html[data-theme="mallorca"] .hero-size-option input:checked+span{
  background:#111;
  color:#fff;
  border-color:#111;
}
html[data-theme="mallorca"] .hero-size-option input:checked+span small{color:#c9c9c4}
html[data-theme="mallorca"] .hero-size-range{
  display:grid!important;
  gap:7px;
  margin-top:18px;
}
html[data-theme="mallorca"] .hero-auto-compact{margin-top:14px}
@media(max-width:820px){
  html[data-theme="mallorca"] .hero-size-options{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  html[data-theme="mallorca"] .hero-size-options{grid-template-columns:1fr}
  html[data-theme="mallorca"] .hero-size-head{display:block}
  html[data-theme="mallorca"] .hero-size-head>strong{display:inline-block;margin-top:10px}
}


/* Mallorca 5.4.5 · altura manual explícita */
html[data-theme="mallorca"] .hero-size-options.five{grid-template-columns:repeat(5,minmax(0,1fr))}
html[data-theme="mallorca"] .hero-manual-height{
  display:grid;
  grid-template-columns:minmax(220px,.75fr) minmax(280px,1.25fr);
  gap:18px;
  align-items:end;
  margin-top:20px;
  padding:18px;
  border:1px solid #d6d6d1;
  border-radius:10px;
  background:#fff;
}
html[data-theme="mallorca"] .hero-height-number{display:flex;align-items:center;gap:8px;margin-top:7px}
html[data-theme="mallorca"] .hero-height-number input{width:120px;font-size:22px;font-weight:800;text-align:center}
html[data-theme="mallorca"] .hero-height-number b{font-size:20px}
html[data-theme="mallorca"] .hero-manual-height input[type="range"]{width:100%;margin-top:12px}
html[data-theme="mallorca"] .hero-size-note{margin:12px 0 0;color:#686863;font-size:12px}
@media(max-width:1050px){
 html[data-theme="mallorca"] .hero-size-options.five{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
 html[data-theme="mallorca"] .hero-size-options.five{grid-template-columns:1fr 1fr}
 html[data-theme="mallorca"] .hero-manual-height{grid-template-columns:1fr}
}
@media(max-width:520px){
 html[data-theme="mallorca"] .hero-size-options.five{grid-template-columns:1fr}
}
