:root {
  --bg: #070a0f;
  --panel: #0d121a;
  --panel-2: #111823;
  --panel-3: #151e2a;
  --line: rgba(255,255,255,.075);
  --line-bright: rgba(255,255,255,.13);
  --text: #f4f7fb;
  --muted: #7f8c9e;
  --muted-2: #a5b0bf;
  --cyan: #25d5f2;
  --cyan-rgb: 37,213,242;
  --violet: #9d7bff;
  --violet-rgb: 157,123,255;
  --amber: #f8b94f;
  --amber-rgb: 248,185,79;
  --green: #39d98a;
  --green-rgb: 57,217,138;
  --red: #ff6475;
  --red-rgb: 255,100,117;
  --radius: 16px;
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-geist-sans), Arial, sans-serif; min-height: 100vh; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
::selection { background: rgba(var(--cyan-rgb), .24); color: white; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #263142; border-radius: 20px; }

.app-frame { min-height: 100vh; background: radial-gradient(circle at 78% -10%, rgba(37,213,242,.055), transparent 28%), var(--bg); }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 258px; z-index: 30; display: flex; flex-direction: column; padding: 22px 15px 18px; border-right: 1px solid var(--line); background: rgba(10,14,21,.92); backdrop-filter: blur(18px); }
.brand { height: 46px; display: flex; align-items: center; gap: 11px; padding: 0 8px; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: #061015; background: linear-gradient(145deg, #71ebff, var(--cyan)); box-shadow: 0 8px 24px rgba(var(--cyan-rgb),.18), inset 0 1px rgba(255,255,255,.65); }
.brand > div:nth-child(2) { display: flex; align-items: baseline; gap: 5px; font-size: 17px; letter-spacing: -.3px; }
.brand strong { font-weight: 750; }.brand span { color: #8290a3; font-weight: 450; }
.sidebar-close { display: none !important; margin-left: auto; }
.environment-pill { margin: 25px 3px 24px; padding: 12px 11px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; background: linear-gradient(110deg, rgba(var(--green-rgb),.08), rgba(var(--cyan-rgb),.035)); border: 1px solid rgba(var(--green-rgb),.13); border-radius: 12px; }
.environment-pill .live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(var(--green-rgb),.1), 0 0 14px rgba(var(--green-rgb),.55); animation: pulse 2s infinite; }
.environment-pill div { min-width: 0; display: flex; flex-direction: column; gap: 1px; }.environment-pill div span { color: #778596; font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .7px; }.environment-pill div strong { font-size: 11.5px; font-weight: 620; color: #c9f7dd; }.environment-pill svg { color: #506071; }
.main-nav { display: flex; flex-direction: column; gap: 5px; }.nav-caption { font-size: 9px; letter-spacing: 1.4px; font-weight: 750; color: #4f5b6b; padding: 0 11px 7px; }
.nav-link { position: relative; width: 100%; height: 45px; padding: 0 11px; border: 0; border-radius: 11px; display: flex; align-items: center; gap: 11px; color: #788699; text-decoration: none; background: transparent; cursor: pointer; font-size: 13px; font-weight: 540; transition: color .2s, background .2s, transform .2s; }
.nav-link:hover { color: #cdd5df; background: rgba(255,255,255,.035); transform: translateX(2px); }.nav-link.active { color: #e7fbff; background: linear-gradient(90deg, rgba(var(--cyan-rgb),.13), rgba(var(--cyan-rgb),.04)); }.nav-link.active::before { content:""; position: absolute; left: 0; height: 21px; width: 2px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); border-radius: 4px; }.nav-link.active svg { color: var(--cyan); filter: drop-shadow(0 0 7px rgba(var(--cyan-rgb),.35)); }
.nav-chevron { margin-left: auto; opacity: 0; transition: opacity .2s, transform .2s; }.nav-link:hover .nav-chevron,.nav-link.active .nav-chevron { opacity: .7; transform: translateX(2px); }.nav-badge { margin-left: auto; min-width: 23px; height: 19px; padding: 0 6px; display: grid; place-items: center; border: 1px solid rgba(var(--amber-rgb),.15); background: rgba(var(--amber-rgb),.09); color: #f5bd60; border-radius: 9px; font-size: 9px; font-style: normal; font-weight: 700; }.nav-badge + .nav-chevron { margin-left: 0; }
.sidebar-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 3px; }.nav-link.subtle { height: 39px; font-size: 12px; }.user-card { margin-top: 15px; padding: 12px 8px 2px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }.avatar,.topbar-avatar { position: relative; display: grid; place-items: center; border-radius: 11px; font-size: 10px; color: #081015; font-weight: 800; background: linear-gradient(145deg,#b7f5ff,var(--cyan)); }.avatar { width: 36px; height: 36px; }.avatar span { position: absolute; width: 8px; height: 8px; right: -1px; bottom: -1px; border: 2px solid var(--panel); background: var(--green); border-radius: 50%; }.user-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }.user-copy strong { font-size: 11.5px; font-weight: 650; white-space: nowrap; }.user-copy span { display: flex; gap: 4px; align-items: center; color: #768395; font-size: 9.5px; }.user-copy span svg { color: var(--green); }.more-button { margin-left: auto; border: 0; background: transparent; color: #677487; letter-spacing: 1px; cursor: pointer; }

.main-area { min-height: 100vh; margin-left: 258px; }
.topbar { height: 66px; position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; border-bottom: 1px solid var(--line); background: rgba(7,10,15,.8); backdrop-filter: blur(20px); }.topbar-left { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #647184; }.topbar-left strong { color: #bdc7d4; font-weight: 580; }.topbar-left svg { color: #3e4b5d; }.topbar-actions { display: flex; align-items: center; gap: 9px; }.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.025); color: #8996a7; cursor: pointer; transition: .2s; }.icon-button:hover { color: white; border-color: var(--line-bright); background: rgba(255,255,255,.055); }.mobile-menu { display: none; }
.command-trigger { height: 35px; width: 204px; display: flex; align-items: center; gap: 8px; padding: 0 8px 0 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); color: #627084; font-size: 11px; cursor: pointer; transition: .2s; }.command-trigger:hover { border-color: var(--line-bright); color: #9ba8b8; }.command-trigger kbd { margin-left: auto; border: 1px solid rgba(255,255,255,.09); border-radius: 5px; background: rgba(255,255,255,.04); padding: 2px 6px; color: #6f7d90; font-size: 9px; }.notification { position: relative; }.notification i { position: absolute; width: 6px; height: 6px; top: 7px; right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--bg); }.topbar-avatar { width: 34px; height: 34px; margin-left: 3px; border-radius: 10px; }

.page-wrap { max-width: 1510px; margin: 0 auto; padding: 39px 38px 54px; animation: pageIn .38s cubic-bezier(.2,.75,.25,1) both; }.page-heading { min-height: 76px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 31px; }.eyebrow { display: flex; align-items: center; gap: 8px; color: #6f7e91; font-size: 9px; font-weight: 750; letter-spacing: 1.5px; margin-bottom: 8px; }.eyebrow span { width: 16px; height: 1px; background: var(--cyan); box-shadow: 0 0 7px rgba(var(--cyan-rgb),.7); }.page-heading h1 { margin: 0; font-size: clamp(29px,3vw,38px); letter-spacing: -1.45px; line-height: 1.05; font-weight: 690; }.page-heading p { margin: 9px 0 0; color: #778598; font-size: 12.5px; }.heading-actions { display: flex; gap: 9px; padding-bottom: 2px; }
.button { min-height: 37px; padding: 0 14px; border: 1px solid transparent; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: transparent; color: #d4dbe5; font-size: 11.5px; font-weight: 590; cursor: pointer; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }.button:hover { transform: translateY(-1px); }.button:active { transform: translateY(0) scale(.98); }.button.primary { color: #061115; background: linear-gradient(135deg,#72ebff,var(--cyan)); box-shadow: 0 8px 24px rgba(var(--cyan-rgb),.15); }.button.primary:hover { box-shadow: 0 10px 28px rgba(var(--cyan-rgb),.24); }.button.secondary { border-color: var(--line); background: rgba(255,255,255,.025); }.button.secondary:hover { border-color: var(--line-bright); background: rgba(255,255,255,.05); }.button.danger { color: white; background: #de4f61; }.button.success { color: #07140d; background: var(--green); }.button.compact { min-height: 34px; padding: 0 11px; }.button.flex { flex: 1; }.button:disabled { opacity: .35; pointer-events: none; }

.metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-bottom: 32px; }.metric-card { min-height: 112px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; align-items: center; gap: 15px; background: linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.01)); transition: transform .2s,border-color .2s; }.metric-card:hover { transform: translateY(-2px); border-color: var(--line-bright); }.metric-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; }.metric-icon svg { width: 19px; }.metric-icon.cyan { color: var(--cyan); background: rgba(var(--cyan-rgb),.09); }.metric-icon.violet { color: var(--violet); background: rgba(var(--violet-rgb),.1); }.metric-icon.amber { color: var(--amber); background: rgba(var(--amber-rgb),.1); }.metric-icon.green { color: var(--green); background: rgba(var(--green-rgb),.1); }.metric-card > div:last-child { display: flex; flex-direction: column; }.metric-card span { color: #69778a; font-size: 8.5px; letter-spacing: 1px; font-weight: 730; }.metric-card strong { margin-top: 3px; font-size: 22px; letter-spacing: -.5px; font-weight: 670; }.metric-card p { margin: 3px 0 0; color: #718093; font-size: 9px; display: flex; align-items: center; gap: 5px; }.metric-card p i { width: 5px; height: 5px; border-radius: 50%; }.metric-card p i.cyan { background: var(--cyan); }.metric-card p i.violet { background: var(--violet); }.metric-card p i.amber { background: var(--amber); }.metric-card p i.green { background: var(--green); }
.section-label { margin: 0 2px 13px; display: flex; align-items: center; justify-content: space-between; }.section-label > div { display: flex; align-items: baseline; gap: 10px; }.section-label h2 { margin: 0; font-size: 15px; font-weight: 630; letter-spacing: -.2px; }.section-label span { color: #596678; font-size: 9.5px; }
.server-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }.server-card { position: relative; overflow: hidden; min-height: 350px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg,rgba(255,255,255,.028),rgba(255,255,255,.007)); animation: cardIn .42s both; transition: transform .24s,border-color .24s,box-shadow .24s; }.server-card::before { content:""; position: absolute; inset: 0 0 auto; height: 1px; opacity: .5; }.server-card.accent-cyan::before { background: linear-gradient(90deg,transparent,var(--cyan),transparent); }.server-card.accent-violet::before { background: linear-gradient(90deg,transparent,var(--violet),transparent); }.server-card.accent-amber::before { background: linear-gradient(90deg,transparent,var(--amber),transparent); }.server-card:hover { transform: translateY(-3px); border-color: var(--line-bright); box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.server-card-top { min-height: 61px; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }.server-identity { display: flex; gap: 11px; min-width: 0; }.server-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(var(--cyan-rgb),.085); border: 1px solid rgba(var(--cyan-rgb),.08); }.accent-violet .server-icon { color: var(--violet); background: rgba(var(--violet-rgb),.085); border-color: rgba(var(--violet-rgb),.08); }.accent-amber .server-icon { color: var(--amber); background: rgba(var(--amber-rgb),.085); border-color: rgba(var(--amber-rgb),.08); }.server-tag { display: block; color: #687588; font-size: 7.5px; letter-spacing: 1.1px; font-weight: 760; margin-bottom: 3px; }.server-identity h3 { margin: 0; font-size: 15px; font-weight: 650; letter-spacing: -.2px; }.server-identity p { margin: 3px 0 0; color: #647185; font-size: 9.5px; }.status-pill { height: 25px; padding: 0 8px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 5px; border-radius: 12px; font-size: 8px; font-weight: 650; }.status-pill i { width: 5px; height: 5px; border-radius: 50%; }.status-pill.online { color: var(--green); background: rgba(var(--green-rgb),.08); border: 1px solid rgba(var(--green-rgb),.12); }.status-pill.online i { background: var(--green); box-shadow: 0 0 7px var(--green); }.status-pill.stopped { color: var(--red); background: rgba(var(--red-rgb),.08); border: 1px solid rgba(var(--red-rgb),.13); }.status-pill.stopped i { background: var(--red); }.status-pill.restarting { color: var(--amber); background: rgba(var(--amber-rgb),.08); border: 1px solid rgba(var(--amber-rgb),.13); }.status-pill.restarting i { background: var(--amber); animation: pulse 1s infinite; }
.player-line { margin: 24px 0 8px; display: flex; align-items: center; justify-content: space-between; }.player-line > div { display: flex; align-items: center; gap: 6px; color: #7b8899; font-size: 9.5px; }.player-line svg { color: #536174; }.player-line strong { font-size: 12px; }.player-line small { color: #657285; font-size: 9px; font-weight: 500; }.progress-track { height: 4px; overflow: hidden; background: #171f2a; border-radius: 10px; }.progress-track span { display: block; height: 100%; border-radius: 10px; background: linear-gradient(90deg,var(--cyan),#84efff); box-shadow: 0 0 10px rgba(var(--cyan-rgb),.35); transition: width .7s cubic-bezier(.2,.8,.2,1); }.accent-violet .progress-track span { background: linear-gradient(90deg,var(--violet),#c0aaff); box-shadow: 0 0 10px rgba(var(--violet-rgb),.35); }.accent-amber .progress-track span { background: linear-gradient(90deg,var(--amber),#ffd68b); box-shadow: 0 0 10px rgba(var(--amber-rgb),.3); }
.server-stats { margin: 19px 0 14px; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }.server-stats > div { min-width: 0; padding: 9px 6px; border: 1px solid rgba(255,255,255,.045); border-radius: 8px; background: rgba(255,255,255,.015); display: flex; flex-direction: column; align-items: center; gap: 3px; }.server-stats svg { width: 14px; color: #607084; }.server-stats span { color: #657286; font-size: 7px; text-transform: uppercase; letter-spacing: .5px; }.server-stats strong { font-size: 9px; font-weight: 620; }.server-meta { display: flex; justify-content: space-between; color: #606d7e; font-size: 8px; padding: 0 2px 14px; }.server-meta strong { color: #9ca7b6; font-family: var(--font-geist-mono); font-weight: 500; }.server-actions { padding-top: 13px; border-top: 1px solid var(--line); display: flex; gap: 7px; }.server-actions .button { min-height: 34px; font-size: 10px; }.button.danger-icon,.button.ghost-icon { width: 35px; padding: 0; border-color: var(--line); }.button.danger-icon { color: #f5818e; }.button.danger-icon:hover { background: rgba(var(--red-rgb),.08); border-color: rgba(var(--red-rgb),.2); }.button.ghost-icon { color: #8997a8; }.button.ghost-icon:hover { background: rgba(255,255,255,.05); }
.health-banner { margin-top: 14px; min-height: 65px; padding: 13px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(var(--green-rgb),.11); border-radius: 13px; background: linear-gradient(90deg,rgba(var(--green-rgb),.045),rgba(var(--cyan-rgb),.015)); }.health-check { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(var(--green-rgb),.09); }.health-banner > div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }.health-banner strong { font-size: 10.5px; }.health-banner > div:nth-child(2) span { color: #6d7a8b; font-size: 9px; }.health-services { margin-left: auto; display: flex; gap: 19px; }.health-services span { color: #829081; font-size: 8px; display: flex; align-items: center; gap: 5px; }.health-services i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px rgba(var(--green-rgb),.7); }

.resource-summary,.log-stats { min-height: 99px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: repeat(4,1fr); background: rgba(255,255,255,.014); }.resource-summary > div,.log-stats > div { padding: 19px 22px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }.resource-summary > div:last-child,.log-stats > div:last-child { border-right: 0; }.summary-icon,.log-stat-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; }.summary-icon svg,.log-stat-icon svg { width: 18px; }.summary-icon.cyan,.log-stat-icon.info { color: var(--cyan); background: rgba(var(--cyan-rgb),.08); }.summary-icon.green,.log-stat-icon.success { color: var(--green); background: rgba(var(--green-rgb),.08); }.summary-icon.amber,.log-stat-icon.warning { color: var(--amber); background: rgba(var(--amber-rgb),.08); }.summary-icon.violet { color: var(--violet); background: rgba(var(--violet-rgb),.08); }.log-stat-icon.error { color: var(--red); background: rgba(var(--red-rgb),.08); }.resource-summary p,.log-stats p { margin: 0; display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: baseline; }.resource-summary small,.log-stats small { grid-column: 1 / 3; color: #647184; font-size: 8px; letter-spacing: .8px; font-weight: 700; }.resource-summary strong,.log-stats strong { font-size: 20px; font-weight: 660; }.resource-summary em,.log-stats em { color: #6c798a; font-size: 8.5px; font-style: normal; }.log-stats em i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); }
.data-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.012); }.data-toolbar { min-height: 67px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }.table-search { width: min(345px,100%); height: 37px; padding: 0 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; background: #0a0e14; color: #5e6c7f; transition: border-color .2s; }.table-search:focus-within { border-color: rgba(var(--cyan-rgb),.32); box-shadow: 0 0 0 3px rgba(var(--cyan-rgb),.045); }.table-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: #cbd4df; background: transparent; font-size: 10.5px; }.table-search input::placeholder { color: #525f70; }.table-search button { border: 0; background: transparent; color: #647286; cursor: pointer; display: grid; place-items: center; }.toolbar-right { display: flex; align-items: center; gap: 8px; }.select-wrap { position: relative; height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 9px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.022); color: #7b899b; }.select-wrap select { appearance: none; min-width: 124px; padding-right: 19px; border: 0; outline: 0; background: transparent; color: #9ca8b8; font-size: 10px; cursor: pointer; }.select-wrap > svg:last-child { position: absolute; right: 7px; pointer-events: none; }.table-scroll { overflow-x: auto; }.resource-table { width: 100%; min-width: 920px; border-collapse: collapse; }.resource-table th { height: 42px; padding: 0 16px; text-align: left; color: #526073; background: rgba(255,255,255,.012); border-bottom: 1px solid var(--line); font-size: 7.5px; letter-spacing: .85px; font-weight: 720; }.resource-table td { height: 61px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.045); color: #9aa6b6; font-size: 10px; }.resource-table tr { animation: rowIn .3s both; transition: background .18s; }.resource-table tbody tr:hover { background: rgba(255,255,255,.023); }.resource-table tbody tr:last-child td { border-bottom: 0; }.resource-name { border: 0; background: transparent; color: inherit; display: flex; align-items: center; gap: 10px; cursor: pointer; text-align: left; }.resource-name > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.02); color: #8290a3; }.resource-name > div { display: flex; flex-direction: column; gap: 3px; }.resource-name strong { color: #d8dee7; font-size: 10.5px; font-family: var(--font-geist-mono); font-weight: 540; }.resource-name small { color: #566476; font-size: 8.5px; }.server-chip,.resource-status { display: inline-flex; align-items: center; gap: 6px; font-size: 8.5px; }.server-chip i,.resource-status i { width: 5px; height: 5px; border-radius: 50%; }.server-chip.cyan { color: #85dbea; }.server-chip.cyan i { background: var(--cyan); }.server-chip.violet { color: #ad9af0; }.server-chip.violet i { background: var(--violet); }.server-chip.amber { color: #deb76f; }.server-chip.amber i { background: var(--amber); }.resource-table code { padding: 3px 6px; border: 1px solid rgba(255,255,255,.045); border-radius: 5px; color: #7d8999; background: rgba(255,255,255,.018); font-size: 8.5px; }.resource-status.started { color: var(--green); }.resource-status.started i { background: var(--green); box-shadow: 0 0 6px rgba(var(--green-rgb),.55); }.resource-status.stopped { color: var(--amber); }.resource-status.stopped i { background: var(--amber); }.muted-cell { color: #657284; font-size: 9px; }.row-actions { display: flex; justify-content: flex-end; gap: 3px; }.row-actions button { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 7px; background: transparent; color: #657386; cursor: pointer; transition: .18s; }.row-actions button:hover { border-color: var(--line); background: rgba(255,255,255,.035); color: #bec7d3; }.row-actions button:disabled { opacity: .24; pointer-events: none; }.empty-state { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #4f5c6d; }.empty-state strong { color: #8793a4; font-size: 12px; }.empty-state span { font-size: 9px; }.table-footer { height: 54px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #606d7e; font-size: 9px; }.table-footer div { display: flex; align-items: center; gap: 5px; }.table-footer button,.table-footer b { min-width: 30px; height: 27px; padding: 0 9px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.02); color: #748194; font-size: 8px; }.table-footer b { display: grid; place-items: center; color: #082025; background: var(--cyan); border-color: var(--cyan); }.table-footer button:disabled { opacity: .35; }

.terminal-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #070a0f; box-shadow: 0 18px 50px rgba(0,0,0,.25); }.terminal-toolbar { min-height: 61px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #0d121a; }.terminal-title { display: flex; align-items: center; gap: 10px; color: var(--cyan); }.terminal-title > div { display: flex; flex-direction: column; gap: 3px; }.terminal-title strong { color: #d8dfe8; font-size: 11px; }.terminal-title span { display: flex; align-items: center; gap: 5px; color: #637184; font-size: 8px; }.terminal-title span i,.terminal-footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); }.terminal-title span i.paused,.terminal-footer i.paused { background: var(--amber); box-shadow: none; }.terminal-controls { display: flex; gap: 7px; }.log-filterbar { min-height: 58px; padding: 11px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); background: #090d13; }.table-search.dark { height: 34px; width: min(330px,100%); }.select-wrap.dark select { min-width: 88px; }.log-count { margin-left: auto; color: #526073; font-size: 8.5px; }.terminal-body { min-height: 430px; }.terminal-head { height: 36px; display: grid; grid-template-columns: 72px 80px 86px 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.04); color: #465365; background: #080c12; font-size: 7px; letter-spacing: .8px; font-weight: 750; }.log-stream { max-height: 465px; overflow: auto; }.log-row { min-height: 42px; padding: 8px 15px; display: grid; grid-template-columns: 72px 80px 86px 1fr; align-items: start; border-bottom: 1px solid rgba(255,255,255,.033); font-family: var(--font-geist-mono); animation: logIn .28s both; transition: background .15s; }.log-row:hover { background: rgba(255,255,255,.018); }.log-row time { padding-top: 2px; color: #4e5c6e; font-size: 8.5px; }.source-tag { width: max-content; min-width: 39px; padding: 3px 6px; text-align: center; border-radius: 4px; font-size: 7.5px; font-weight: 700; }.source-tag.rp { color: var(--cyan); background: rgba(var(--cyan-rgb),.07); }.source-tag.prison { color: var(--violet); background: rgba(var(--violet-rgb),.08); }.source-tag.test { color: var(--amber); background: rgba(var(--amber-rgb),.08); }.source-tag.system { color: #98a6b8; background: rgba(255,255,255,.045); }.level-tag { display: flex; align-items: center; gap: 5px; padding-top: 3px; color: #697688; font-size: 7px; }.level-tag i { width: 5px; height: 5px; border-radius: 50%; }.log-row.info .level-tag i { background: #5f83a8; }.log-row.success .level-tag { color: var(--green); }.log-row.success .level-tag i { background: var(--green); }.log-row.warning .level-tag { color: var(--amber); }.log-row.warning .level-tag i { background: var(--amber); }.log-row.error { background: rgba(var(--red-rgb),.025); }.log-row.error .level-tag { color: var(--red); }.log-row.error .level-tag i { background: var(--red); box-shadow: 0 0 6px rgba(var(--red-rgb),.55); }.log-row p { margin: 0; min-width: 0; display: flex; flex-wrap: wrap; gap: 6px; line-height: 1.5; }.log-row p strong { color: #aeb8c5; font-size: 8.7px; font-weight: 480; }.log-row p small { color: #526073; font-size: 8.2px; }.terminal-empty { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #455163; }.terminal-empty strong { color: #798697; font-size: 11px; }.terminal-empty span { font-size: 8.5px; }.terminal-footer { height: 39px; padding: 0 15px; border-top: 1px solid var(--line); background: #0b1017; display: flex; align-items: center; justify-content: space-between; color: #4f5c6c; font-size: 7.5px; }.terminal-footer span { display: flex; align-items: center; gap: 5px; }.terminal-footer code { color: #536a78; font-size: 7.5px; }

.modal-layer { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(3,5,8,.72); backdrop-filter: blur(8px); animation: fadeIn .2s both; }.confirm-modal { position: relative; width: min(410px,100%); padding: 29px; border: 1px solid var(--line-bright); border-radius: 18px; background: linear-gradient(145deg,#121923,#0b1017); box-shadow: 0 30px 90px rgba(0,0,0,.55); animation: modalIn .28s cubic-bezier(.2,.8,.2,1) both; }.modal-close { position: absolute; top: 14px; right: 14px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: #748194; cursor: pointer; }.confirm-icon { width: 47px; height: 47px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 13px; color: var(--cyan); background: rgba(var(--cyan-rgb),.09); }.confirm-icon svg { width: 21px; }.confirm-icon.danger { color: var(--red); background: rgba(var(--red-rgb),.09); }.modal-kicker { color: #657285; font-size: 8px; letter-spacing: 1.1px; font-weight: 720; }.confirm-modal h3 { margin: 6px 0 8px; font-size: 18px; letter-spacing: -.5px; }.confirm-modal p { margin: 0; color: #748194; font-size: 10px; line-height: 1.6; }.modal-actions { margin-top: 23px; display: flex; justify-content: flex-end; gap: 8px; }
.command-modal { width: min(550px,100%); overflow: hidden; border: 1px solid var(--line-bright); border-radius: 16px; background: #0f151e; box-shadow: 0 30px 100px rgba(0,0,0,.6); animation: modalIn .24s both; }.command-search { height: 60px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #6b788a; }.command-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: #dce3eb; background: transparent; font-size: 12px; }.command-search input::placeholder { color: #536073; }.command-search kbd { border: 1px solid var(--line); border-radius: 5px; padding: 3px 6px; color: #566476; font-size: 7px; }.command-results { padding: 11px; display: flex; flex-direction: column; gap: 4px; }.command-results > span { padding: 5px 8px; color: #4f5d6f; font-size: 7px; letter-spacing: 1px; font-weight: 700; }.command-results a { min-height: 54px; padding: 0 10px; display: flex; align-items: center; gap: 11px; border-radius: 10px; color: #8390a2; text-decoration: none; transition: .16s; }.command-results a:hover { color: var(--cyan); background: rgba(var(--cyan-rgb),.06); }.command-results a div { display: flex; flex-direction: column; gap: 2px; }.command-results a strong { color: #cbd3de; font-size: 10.5px; }.command-results a small { color: #5d6a7b; font-size: 8px; }.command-results a > svg:last-child { margin-left: auto; }
.drawer-layer { position: fixed; inset: 0; z-index: 90; display: flex; justify-content: flex-end; background: rgba(2,4,7,.55); backdrop-filter: blur(4px); animation: fadeIn .2s both; }.resource-drawer { position: relative; width: min(430px,94vw); height: 100%; padding: 38px 30px; border-left: 1px solid var(--line-bright); background: #0c1118; box-shadow: -30px 0 80px rgba(0,0,0,.35); animation: drawerIn .32s cubic-bezier(.2,.8,.2,1) both; }.drawer-icon { width: 49px; height: 49px; margin-bottom: 21px; display: grid; place-items: center; border-radius: 14px; color: var(--cyan); background: rgba(var(--cyan-rgb),.09); }.resource-drawer h2 { margin: 6px 0 7px; font-family: var(--font-geist-mono); font-size: 21px; letter-spacing: -.6px; }.resource-drawer > p { margin: 0; color: #728093; font-size: 10.5px; line-height: 1.6; }.resource-drawer > p strong { color: #aab5c4; }.drawer-details { margin-top: 28px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }.drawer-details > div { height: 51px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.drawer-details > div:last-child { border-bottom: 0; }.drawer-details span { color: #697688; font-size: 9px; }.drawer-details strong { display: flex; align-items: center; gap: 5px; color: #aab4c2; font-size: 9px; font-weight: 550; }.green-text { color: var(--green) !important; }.amber-text { color: var(--amber) !important; }.drawer-code { margin-top: 16px; padding: 13px 14px; display: flex; flex-direction: column; gap: 7px; border: 1px solid var(--line); border-radius: 11px; background: #080c11; }.drawer-code span { color: #596678; font-size: 8px; }.drawer-code code { color: #8a98aa; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.drawer-actions { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; gap: 8px; }
.toast { position: fixed; z-index: 150; right: 25px; bottom: 25px; min-width: 255px; min-height: 50px; padding: 10px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(var(--green-rgb),.17); border-radius: 12px; background: #101a17; box-shadow: 0 16px 50px rgba(0,0,0,.4); color: #c9e9d7; font-size: 10px; animation: toastIn .3s both; }.toast > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #08130d; background: var(--green); font-weight: 800; }.toast.warning { border-color: rgba(var(--amber-rgb),.17); background: #1a1710; color: #e8d8b9; }.toast.warning > span { background: var(--amber); }
.mobile-nav,.sidebar-backdrop { display: none; }

@keyframes pageIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes cardIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes rowIn { from { opacity: 0; transform: translateX(-5px); } to { opacity: 1; transform: none; } }
@keyframes logIn { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes drawerIn { from { transform: translateX(100%); } to { transform: none; } }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 1200px) {
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .server-grid { grid-template-columns: repeat(2,1fr); }.server-card:last-child { grid-column: 1 / 3; }
  .resource-summary,.log-stats { grid-template-columns: repeat(2,1fr); }.resource-summary > div:nth-child(2),.log-stats > div:nth-child(2) { border-right: 0; }.resource-summary > div:nth-child(-n+2),.log-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 840px) {
  .sidebar { transform: translateX(-105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); box-shadow: 20px 0 60px rgba(0,0,0,.45); }.sidebar-open { transform: none; }.sidebar-close { display: grid !important; }.sidebar-backdrop { display: block; position: fixed; inset: 0; z-index: 25; border: 0; background: rgba(0,0,0,.58); backdrop-filter: blur(3px); }
  .main-area { margin-left: 0; }.mobile-menu { display: grid; }.topbar { padding: 0 18px; }.topbar-left > span,.topbar-left > svg { display: none; }.command-trigger { width: 36px; padding: 0; justify-content: center; }.command-trigger span,.command-trigger kbd { display: none; }
  .page-wrap { padding: 31px 20px 90px; }.page-heading { align-items: flex-start; }.heading-actions .button span { display:none; }
  .server-grid { grid-template-columns: 1fr; }.server-card:last-child { grid-column: auto; }
  .health-services { display: none; }
  .mobile-nav { position: fixed; z-index: 22; left: 12px; right: 12px; bottom: 12px; height: 63px; padding: 6px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-bright); border-radius: 17px; background: rgba(12,17,24,.92); backdrop-filter: blur(18px); box-shadow: 0 16px 45px rgba(0,0,0,.4); }.mobile-nav a { border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #647184; text-decoration: none; font-size: 7.5px; }.mobile-nav a.active { color: var(--cyan); background: rgba(var(--cyan-rgb),.08); }
}
@media (max-width: 620px) {
  .page-heading { flex-direction: column; margin-bottom: 23px; }.heading-actions { width: 100%; }.heading-actions .button { flex: 1; }.metric-grid { grid-template-columns: 1fr; }.metric-card { min-height: 92px; }
  .server-stats { grid-template-columns: repeat(2,1fr); }.server-stats > div { flex-direction: row; justify-content: center; }.health-banner { align-items: flex-start; }.health-banner > div:nth-child(2) span { line-height: 1.5; }
  .resource-summary,.log-stats { grid-template-columns: 1fr 1fr; }.resource-summary > div,.log-stats > div { padding: 15px 13px; gap: 8px; }.summary-icon,.log-stat-icon { width: 34px; height: 34px; }.resource-summary strong,.log-stats strong { font-size: 17px; }
  .data-toolbar { align-items: stretch; flex-direction: column; }.table-search { width: 100%; }.toolbar-right { display: grid; grid-template-columns: 1fr auto; }.select-wrap select { width: 100%; }.table-footer div { display:none; }
  .log-filterbar { flex-wrap: wrap; }.table-search.dark { width: 100%; }.log-count { display:none; }.terminal-controls .button { width: 34px; padding:0; }.terminal-controls .button { font-size:0; }.terminal-head { grid-template-columns: 55px 58px 1fr; }.terminal-head span:nth-child(3){display:none}.terminal-head span:nth-child(4){grid-column:3}.log-row { grid-template-columns: 55px 58px 1fr; }.log-row .level-tag { display:none; }.log-row p { grid-column:3; }.terminal-footer code { display:none; }
  .toast { left: 15px; right: 15px; bottom: 88px; }.drawer-actions { left:20px; right:20px; }.resource-drawer { padding-left:20px; padding-right:20px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

/* Adaptation VPS : authentification Discord et données réelles sans framework. */
[hidden] { display: none !important; }
body { overflow-x: hidden; }
.brand-mark { font-size: 24px; font-weight: 900; line-height: 1; }
.nav-icon { width: 20px; display: grid; place-items: center; color: currentColor; font-family: var(--font-geist-mono); font-size: 15px; }
.nav-chevron { font-style: normal; font-size: 19px; }
.environment-pill > b { color: #506071; font-family: var(--font-geist-mono); font-size: 14px; }
.logout-button { width: 32px; height: 32px; border-radius: 8px; cursor: pointer; }
.logout-button:hover { color: var(--red); background: rgba(var(--red-rgb),.08); }
.user-avatar { object-fit: cover; border: 1px solid rgba(var(--cyan-rgb),.25); }
.topbar-left > b { color: #3e4b5d; font-size: 16px; }
.search-symbol { font-size: 17px; }
.connection-pill { height: 34px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(var(--green-rgb),.12); border-radius: 10px; background: rgba(var(--green-rgb),.045); color: #88a997; font-size: 9px; }
.connection-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px rgba(var(--green-rgb),.7); }
.app-page { animation: pageIn .38s cubic-bezier(.2,.75,.25,1) both; }
.notice-bar { position: sticky; top: 77px; z-index: 18; margin: -20px 0 20px; padding: 11px 14px; border: 1px solid rgba(var(--cyan-rgb),.14); border-radius: 10px; background: rgba(10,19,25,.94); color: #a8d9e1; box-shadow: 0 12px 35px rgba(0,0,0,.24); font-size: 10px; backdrop-filter: blur(14px); animation: toastIn .25s both; }
.notice-bar.error { border-color: rgba(var(--red-rgb),.2); background: rgba(29,13,17,.94); color: #f3a4ad; }
.metric-icon,.summary-icon,.log-stat-icon { font-family: var(--font-geist-mono); font-weight: 800; font-size: 16px; }
.server-card.loading-card { display: grid; place-items: center; min-height: 350px; color: #596779; }
.server-card .server-icon { font-family: var(--font-geist-mono); font-size: 13px; font-weight: 800; }
.server-card .status-pill { text-transform: none; }
.server-actions .button { white-space: nowrap; }
.button > span:first-child { font-size: 14px; }
.button.loading { pointer-events: none; opacity: .72; }
.button.loading::after { content: ""; width: 11px; height: 11px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.empty-state > span { font-size: 28px; }
.empty-state small { font-size: 9px; }
.resource-table td:last-child,.resource-table th:last-child { text-align: right; }
.resource-path { color: #566476; font-family: var(--font-geist-mono); font-size: 8px; }
.resource-copy-button { min-height: 30px; }
.table-footer > span:last-child { color: #4f5c6d; }
.select-wrap > b { position: absolute; right: 8px; color: #627084; pointer-events: none; }
.terminal-glyph { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(var(--cyan-rgb),.13); border-radius: 8px; background: rgba(var(--cyan-rgb),.055); font-family: var(--font-geist-mono); font-weight: 800; }
.log-row p strong { overflow-wrap: anywhere; }
.log-row.audit .source-tag { color: #9ba8b8; background: rgba(255,255,255,.05); }
.copy-form { margin-top: 19px; display: grid; gap: 12px; }
.copy-form label { display: grid; gap: 6px; color: #718093; font-size: 9px; }
.copy-form select { width: 100%; height: 39px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: #cbd4df; background: #080c12; font-size: 10px; }
.copy-form code { display: block; padding: 11px; overflow: hidden; text-overflow: ellipsis; border: 1px solid var(--line); border-radius: 9px; color: #91a0b2; background: #080c12; font-size: 9px; white-space: nowrap; }
.confirm-modal.busy .modal-close,.confirm-modal.busy #modalCancel { pointer-events: none; opacity: .35; }
.command-results:empty::after { content: "Aucun résultat"; padding: 22px 10px; color: #5d6a7b; text-align: center; font-size: 10px; }
.command-results a .command-key { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.02); color: var(--cyan); font-family: var(--font-geist-mono); }
.toast b { font-weight: 550; }
.toast.error { border-color: rgba(var(--red-rgb),.2); background: #1b1013; color: #f0c2c7; }
.toast.error > span { color: #19080b; background: var(--red); }
.login-screen { min-height: 100vh; padding: 28px; display: grid; place-items: center; background: radial-gradient(circle at 50% 5%, rgba(var(--cyan-rgb),.12), transparent 32%), radial-gradient(circle at 82% 82%, rgba(var(--violet-rgb),.08), transparent 30%), #070a0f; }
.login-card { position: relative; overflow: hidden; width: min(460px,100%); padding: 46px; border: 1px solid var(--line-bright); border-radius: 23px; background: linear-gradient(145deg,rgba(18,25,35,.98),rgba(9,13,19,.98)); box-shadow: 0 35px 110px rgba(0,0,0,.55); animation: modalIn .5s cubic-bezier(.2,.8,.2,1) both; }
.login-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg,transparent,var(--cyan),transparent); }
.login-mark { width: 47px; height: 47px; margin-bottom: 29px; border-radius: 14px; }
.login-kicker { margin: 0 0 9px !important; color: #677589 !important; font-size: 8px !important; font-weight: 750; letter-spacing: 1.6px; }
.login-card h1 { margin: 0; max-width: 330px; font-size: clamp(30px,7vw,41px); line-height: 1.05; letter-spacing: -1.5px; }
.login-card h1 span { color: var(--cyan); }
.login-card > p:not(.login-kicker) { margin: 15px 0 28px; color: #79879a; font-size: 12px; line-height: 1.65; }
.discord-login { min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 11px; color: white; background: linear-gradient(135deg,#6878f5,#5865f2); box-shadow: 0 13px 30px rgba(88,101,242,.22); text-decoration: none; font-size: 12px; font-weight: 650; transition: transform .18s,box-shadow .18s; }
.discord-login:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(88,101,242,.32); }
.login-card > small { display: block; margin-top: 15px; color: #596678; text-align: center; font-size: 8.5px; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 840px) {
  .sidebar-backdrop { display: none !important; }
  body.sidebar-visible .sidebar { transform: none; }
  body.sidebar-visible .sidebar-backdrop { display: block !important; position: fixed; inset: 0; z-index: 25; border: 0; background: rgba(0,0,0,.58); backdrop-filter: blur(3px); }
  .connection-pill span { display: none; }
  .connection-pill { width: 34px; padding: 0; justify-content: center; }
  .mobile-nav a small { font-size: 7.5px; }
  .mobile-nav a > span { font-family: var(--font-geist-mono); font-size: 17px; }
}
@media (max-width: 620px) {
  .login-screen { padding: 16px; }.login-card { padding: 33px 25px; }
  .table-footer > span:last-child { display: none; }
  .notice-bar { top: 73px; }
}
