/* Unisefe Shell 1.0.0 — volutamente indipendente dal tema attivo */
html:has(body.unisefe-shell-page),
html:has(body.unisefe-shell-page) body{
  margin:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.unisefe-shell-page{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  color:#111!important;
  background:#fff!important;
}
body.unisefe-shell-page *{box-sizing:border-box}
body.unisefe-shell-page a{color:inherit;text-decoration:none}
body.unisefe-shell-page .unisefe-shell{
  display:flex!important;
  width:100%!important;
  height:100vh!important;
  height:100dvh!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.unisefe-shell-page .unisefe-apps{
  width:64px!important;
  flex:0 0 64px!important;
  height:100%!important;
  margin:0!important;
  padding:8px!important;
  border:0!important;
  border-right:1px solid #ddd!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  background:#fff!important;
}
body.unisefe-shell-page .unisefe-app{
  width:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  height:46px!important;
  min-height:46px!important;
  flex:0 0 46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f3f3f3!important;
  color:#111!important;
  font:500 18px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-decoration:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body.unisefe-shell-page .unisefe-app:hover{background:#e8e8e8!important}
body.unisefe-shell-page .unisefe-app.is-active{background:#111!important;color:#fff!important}
body.unisefe-shell-page .unisefe-main{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
}
body.unisefe-shell-page .unisefe-top{
  height:48px!important;
  min-height:48px!important;
  flex:0 0 48px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-bottom:1px solid #ddd!important;
  display:flex!important;
  align-items:center!important;
  background:#fff!important;
  color:#111!important;
  font:600 16px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body.unisefe-shell-page .unisefe-workspace{
  position:relative!important;
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.unisefe-shell-page .unisefe-content{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.unisefe-shell-page .unisefe-content>p:empty{display:none!important}
body.unisefe-shell-page .unisefe-content iframe{max-width:100%!important}

/* Compensa la toolbar di WordPress quando l'utente è autenticato. */
body.admin-bar.unisefe-shell-page .unisefe-shell{
  height:calc(100vh - 32px)!important;
  height:calc(100dvh - 32px)!important;
}

@media(max-width:900px){
  body.unisefe-shell-page .unisefe-apps{width:58px!important;flex-basis:58px!important;padding:6px!important;gap:6px!important}
  body.unisefe-shell-page .unisefe-app{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;flex-basis:44px!important;border-radius:9px!important;font-size:16px!important}
  body.unisefe-shell-page .unisefe-top{height:46px!important;min-height:46px!important;flex-basis:46px!important;padding:0 12px!important;font-size:15px!important}
}
@media(max-width:782px){
  body.admin-bar.unisefe-shell-page .unisefe-shell{height:calc(100vh - 46px)!important;height:calc(100dvh - 46px)!important}
}
@media(max-width:600px){
  body.unisefe-shell-page .unisefe-apps{width:50px!important;flex-basis:50px!important;padding:5px 4px!important;gap:5px!important;overscroll-behavior:contain!important}
  body.unisefe-shell-page .unisefe-app{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;flex-basis:40px!important;border-radius:8px!important;font-size:14px!important}
  body.unisefe-shell-page .unisefe-top{height:44px!important;min-height:44px!important;flex-basis:44px!important;padding:0 10px!important;font-size:14px!important}
}
@media(max-width:380px){
  body.unisefe-shell-page .unisefe-apps{width:46px!important;flex-basis:46px!important;padding-inline:3px!important}
  body.unisefe-shell-page .unisefe-app{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;flex-basis:38px!important;font-size:13px!important}
}
