/* SNHL 8.2 — administrations spécialisées */
.snhl-specialized-admin{
 --admin-accent:#32a8f2;--admin-border:rgba(74,151,207,.32);
 min-width:0;overflow-x:hidden;
 background:
  radial-gradient(circle at 8% 0,rgba(28,139,217,.16),transparent 32rem),
  linear-gradient(145deg,#06111e,#081827 48%,#050c16)!important;
}
.snhl-specialized-admin::before{
 content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;opacity:.12;
 background:linear-gradient(112deg,transparent 0 31%,rgba(205,238,255,.15) 31.15%,transparent 31.55%),
 linear-gradient(168deg,transparent 0 62%,rgba(205,238,255,.1) 62.15%,transparent 62.5%);
 background-size:900px 630px,760px 540px;
}
.snhl-specialized-admin main,.snhl-specialized-admin .admin-shell,
.snhl-specialized-admin .admin-layout,.snhl-specialized-admin .page{
 width:min(calc(100% - 32px),1540px);margin-inline:auto;
}
.snhl-specialized-admin .hero,.snhl-specialized-admin .fa-portal-hero,
.snhl-specialized-admin>header:not(.site-header){
 position:relative;overflow:hidden;border-color:var(--admin-border)!important;
 background:linear-gradient(120deg,rgba(14,48,78,.95),rgba(7,24,41,.94))!important;
 box-shadow:0 18px 50px rgba(0,0,0,.24);
}
.snhl-specialized-admin .hero::after,.snhl-specialized-admin .fa-portal-hero::after{
 content:"SNHL";position:absolute;right:2%;top:-45%;pointer-events:none;
 color:rgba(115,191,241,.045);font:190px/1 "Bebas Neue","Oswald",sans-serif;
}
.snhl-specialized-admin .panel,.snhl-specialized-admin .card,
.snhl-specialized-admin .controlbox,.snhl-specialized-admin details{
 border-color:var(--admin-border)!important;border-radius:14px!important;
 box-shadow:0 15px 42px rgba(0,0,0,.14);
}
.snhl-specialized-admin :where(input,textarea,select){
 max-width:100%;min-height:43px;border-color:rgba(74,145,198,.42)!important;
 border-radius:9px!important;background:rgba(4,17,30,.84)!important;color:#eef7ff!important;
}
.snhl-specialized-admin :where(input,textarea,select):focus{
 border-color:#42a8f4!important;outline:3px solid rgba(50,161,242,.17)!important;outline-offset:1px;
}
.snhl-specialized-admin :where(a,button,input,textarea,select,summary):focus-visible{
 outline:3px solid #67baff!important;outline-offset:3px!important;
}
.snhl-specialized-admin :where(button,.button,.btn){
 min-height:40px;border-radius:9px!important;touch-action:manipulation;
}
.snhl-specialized-admin :where(.table-wrap,.admin-table-wrap){
 max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch;
}
.snhl-specialized-admin table{max-width:100%}
.snhl-specialized-admin .admin-actions,.snhl-specialized-admin .actions,
.snhl-specialized-admin .row-actions{flex-wrap:wrap}

html[data-theme=light] .snhl-specialized-admin{
 background:radial-gradient(circle at 8% 0,rgba(20,131,205,.12),transparent 32rem),
 linear-gradient(145deg,#f8fbfd,#e7f1f7)!important;color:#153047;
}
html[data-theme=light] .snhl-specialized-admin .hero,
html[data-theme=light] .snhl-specialized-admin .fa-portal-hero,
html[data-theme=light] .snhl-specialized-admin>header:not(.site-header){
 border-color:#b9d1e1!important;background:linear-gradient(120deg,#f9fcfe,#e4f0f7)!important;
}
html[data-theme=light] .snhl-specialized-admin .panel,
html[data-theme=light] .snhl-specialized-admin .card,
html[data-theme=light] .snhl-specialized-admin .controlbox,
html[data-theme=light] .snhl-specialized-admin details{
 border-color:#bfd3e1!important;background-color:#f8fbfd!important;color:#153047;
}
html[data-theme=light] .snhl-specialized-admin :where(input,textarea,select){
 border-color:#b9cedd!important;background:#fff!important;color:#153047!important;
}
@media(max-width:760px){
 .snhl-specialized-admin main,.snhl-specialized-admin .admin-shell,
 .snhl-specialized-admin .admin-layout,.snhl-specialized-admin .page{width:calc(100% - 14px)}
 .snhl-specialized-admin :where(input,textarea,select){font-size:16px!important}
 .snhl-specialized-admin :where(.admin-grid,.admin-top,.round-admin-grid,.admin-actions-row){grid-template-columns:1fr!important}
 .snhl-specialized-admin :where(.panel-head,.section-title,.detailhead){align-items:flex-start;flex-direction:column}
}
@media(max-width:390px){
 .snhl-specialized-admin main,.snhl-specialized-admin .admin-shell,
 .snhl-specialized-admin .admin-layout,.snhl-specialized-admin .page{width:calc(100% - 10px)}
}
@media(prefers-reduced-motion:reduce){
 .snhl-specialized-admin *,.snhl-specialized-admin *::before,.snhl-specialized-admin *::after{
  animation-duration:.01ms!important;transition-duration:.01ms!important;
 }
}
