/* RustOps operations shell: horizontal navigation and full-width work area */
.shell{display:block;min-height:100vh;background:#090e14}
.shell.dashboard-themed{position:relative;isolation:isolate;background:#090e14!important}.shell.dashboard-themed::before{content:"";position:fixed;z-index:0;inset:0;pointer-events:none;background-image:linear-gradient(180deg,rgba(7,12,17,.38),rgba(7,12,17,.66)),var(--dashboard-bg);background-position:center;background-size:cover;background-repeat:no-repeat}.dashboard-themed>.app-header,.dashboard-themed>.content{position:relative;z-index:1}.dashboard-themed>.content{min-height:calc(100vh - 72px);background:linear-gradient(90deg,rgba(8,13,19,.05),rgba(8,13,19,.16))}.dashboard-themed .page{position:relative}.dashboard-themed .panel,.dashboard-themed .stat,.dashboard-themed .server-cards>article,.dashboard-themed .board>section,.dashboard-themed .task-toolbar{background:rgba(15,22,30,.86);backdrop-filter:blur(7px)}
.app-header{position:sticky;top:0;z-index:30;width:100%;height:72px;min-height:72px;padding:0 24px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px;border:0;border-bottom:1px solid #283340;background:#0c1219}
.app-header .brand{flex:0 0 auto;width:auto;margin:0;padding:0 22px 0 0;border-right:1px solid #283340}
.app-header nav{display:flex;flex-direction:row;align-items:center;gap:4px;min-width:0;margin:0}
.app-header nav p{display:none}
.app-header nav button{width:auto;min-height:38px;padding:0 13px;border-radius:4px;white-space:nowrap}
.app-header nav button.active{box-shadow:none;background:#1a2a25;color:#dff9ee;border-bottom:2px solid var(--green)}
.app-header nav button i{width:auto;margin-right:6px;font-size:15px}
.app-header nav button b{margin-left:7px}
.app-header .side-foot{position:static;display:flex;flex-direction:row;align-items:center;gap:12px;margin:0 0 0 auto;min-width:0;width:auto}
.app-header .health{margin:0;padding:8px 10px;border:0;background:transparent;white-space:nowrap}
.app-header .health strong{font-size:11px}.app-header .health small{display:none}
.app-header .profile{display:flex;flex-direction:row;align-items:center;width:auto;min-width:190px;margin:0;padding:0 0 0 14px;border:0;border-left:1px solid #283340}
.app-header .profile .avatar{width:34px;height:34px}.app-header .profile>b{margin-left:auto}
.content{width:100%;min-width:0}
.content>.topbar{position:sticky;top:72px;z-index:20;height:58px;padding:0 clamp(24px,3vw,52px);background:#0a1016;border-bottom:1px solid #202a35}
.content>.topbar .search{width:min(640px,55vw);border:0;background:transparent;padding-left:0}
.content>.topbar .search input{font-size:13px}
.content>.topbar>div{margin-left:auto}.content>.topbar>button{display:none}
.page{padding-top:28px}.page-title{align-items:center;padding-bottom:22px;border-bottom:1px solid #202a35}
.stats{grid-template-columns:repeat(4,minmax(170px,1fr));gap:0;border:1px solid #283340;border-radius:5px;background:#111820}
.stat{min-height:118px;border:0;border-right:1px solid #283340;border-radius:0;background:transparent}.stat:last-child{border-right:0}
.overview-grid{grid-template-columns:minmax(0,1.6fr) minmax(340px,.8fr)}
.panel,.server-cards>article{background:#0f161e}.board>section{min-height:460px}.table{width:100%}
/* Restrained operational glass: translucent depth without sacrificing data contrast. */
.dashboard-themed .stats,.dashboard-themed .panel,.dashboard-themed .server-cards>article,.dashboard-themed .board>section,.dashboard-themed .integration,.dashboard-themed .task-toolbar{border-color:rgba(171,194,214,.2);background:linear-gradient(145deg,rgba(24,34,44,.76),rgba(10,17,24,.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 18px 45px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}
.dashboard-themed .stats{overflow:hidden}.dashboard-themed .stat{background:linear-gradient(150deg,rgba(255,255,255,.035),rgba(255,255,255,.008));border-color:rgba(171,194,214,.16)}
.dashboard-themed .task{border-color:rgba(180,201,220,.16);background:linear-gradient(145deg,rgba(32,43,55,.78),rgba(15,23,32,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.dashboard-themed .task:hover{border-color:rgba(82,224,160,.35);background:linear-gradient(145deg,rgba(38,51,63,.84),rgba(17,27,36,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 14px 30px rgba(0,0,0,.24)}
.dashboard-themed .panel>header,.dashboard-themed .tr,.dashboard-themed .server-row,.dashboard-themed .event{border-color:rgba(171,194,214,.12)}
.dashboard-themed .server-row:hover,.dashboard-themed .tr:not(.th):hover{background:rgba(255,255,255,.025)}
.dashboard-themed dialog{border-color:rgba(184,205,224,.24);background:linear-gradient(145deg,rgba(25,35,45,.96),rgba(10,16,23,.95));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 30px 80px rgba(0,0,0,.58);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}
@media(max-width:1180px){.app-header{gap:12px;padding:0 14px}.app-header nav button{padding:0 9px;font-size:12px}.app-header nav button i{display:none}.app-header .health{display:none}.app-header .profile{min-width:165px}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid #283340}}
@media(max-width:820px){.app-header{height:64px;min-height:64px;justify-content:space-between}.app-header .brand{border:0}.app-header nav{display:none;position:absolute;left:0;right:0;top:64px;padding:10px;flex-direction:column;align-items:stretch;background:#0c1219;border-bottom:1px solid #283340;box-shadow:0 18px 30px #0008}.app-header.open nav{display:flex}.app-header nav button{width:100%;justify-content:flex-start}.app-header .profile{min-width:0;border:0;padding:0}.app-header .profile>span:nth-child(2),.app-header .profile>b{display:none}.content>.topbar{top:64px;padding:0 14px}.content>.topbar>button{display:grid;order:-1;margin-right:10px}.content>.topbar .search{width:calc(100vw - 110px)}.content>.topbar>div{display:none}.stats{grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid #283340}.stat:last-child{border-bottom:0}.overview-grid{grid-template-columns:1fr}}
