:root {
  --bg: #f5f6fa;
  --panel: #ffffff;
  --ink: #171923;
  --muted: #717687;
  --line: #e7e8ee;
  --purple: #6d4aff;
  --purple-dark: #5735e8;
  --green: #16a36a;
  --red: #d74452;
  --sidebar: #11121a;
  --shadow: 0 16px 44px rgba(31, 35, 48, .07);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: var(--bg); color: var(--ink); font: 14px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
code { background: #f0eefb; color: #4e35ad; border-radius: 6px; padding: 2px 6px; font-size: 12px; word-break: break-all; }
.sidebar { width: 236px; height: 100vh; position: fixed; inset: 0 auto 0 0; background: var(--sidebar); color: #dfe0e8; padding: 24px 16px; display: flex; flex-direction: column; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; padding: 0 10px 24px; color: white; font-size: 18px; font-weight: 750; letter-spacing: -.3px; }
.brand-large { color: var(--ink); padding: 0 0 44px; font-size: 21px; }
.brand-mark { width: 31px; height: 31px; display: inline-grid; place-items: center; color: white; border-radius: 10px; background: linear-gradient(135deg, #8d6bff, #5531e8); box-shadow: 0 7px 20px rgba(109,74,255,.3); font-size: 15px; }
.sidebar nav { display: flex; flex-direction: column; gap: 4px; }
.sidebar nav a { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 9px; color: #aeb0bd; font-weight: 550; }
.sidebar nav a span { width: 20px; text-align: center; font-size: 16px; }
.sidebar nav a:hover, .sidebar nav a.active { color: white; background: #242532; }
.sidebar nav a.active { box-shadow: inset 3px 0 var(--purple); }
.sidebar nav a.disabled { opacity: .45; cursor: not-allowed; }
.nav-label { color: #626473; font-size: 10px; letter-spacing: 1.2px; font-weight: 750; padding: 20px 12px 6px; }
.sidebar-footer { margin-top: auto; display: flex; gap: 10px; align-items: center; padding: 12px; background: #1a1b25; border-radius: 10px; }
.sidebar-footer div { display: flex; flex-direction: column; }
.sidebar-footer strong { font-size: 12px; color: #eee; }.sidebar-footer small { font-size: 10px; color: #777b89; }
.status-dot { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(22,163,106,.12); }
.main { margin-left: 236px; min-height: 100vh; }
.topbar { height: 64px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); display: flex; justify-content: flex-end; align-items: center; padding: 0 32px; position: sticky; top: 0; z-index: 5; }
.topbar-right { display: flex; align-items: center; gap: 16px; }.topbar-right form { margin: 0; }
.user-pill { color: #555a6b; font-size: 12px; padding: 7px 11px; background: #f3f3f7; border-radius: 99px; }
.text-button { background: transparent; border: 0; color: #656979; }.text-button:hover { color: var(--purple); }
.mobile-brand { display: none; font-weight: 750; align-items: center; gap: 8px; }
.content { max-width: 1280px; padding: 38px 42px 70px; margin: auto; }.content.narrow { max-width: 900px; }
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-heading h1 { margin: 1px 0 5px; font-size: 31px; line-height: 1.15; letter-spacing: -1.1px; }
.eyebrow { color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: 1.45px; margin: 0 0 5px; }
.muted { color: var(--muted); margin: 0; }.back-link { color: var(--muted); display: inline-block; margin-bottom: 22px; }.back-link:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 16px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #3c4050; font-weight: 650; box-shadow: 0 3px 8px rgba(30,35,50,.03); }
.button:hover { border-color: #c9c5de; transform: translateY(-1px); }.button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.button-primary { color: white; border-color: var(--purple); background: var(--purple); }.button-primary:hover { background: var(--purple-dark); border-color: var(--purple-dark); }
.button-danger { color: white; background: var(--red); border-color: var(--red); }.button-wide { width: 100%; }.button-small { min-height: 32px; font-size: 12px; }
.alert { padding: 12px 15px; border-radius: 9px; margin: 0 0 22px; font-weight: 600; }.alert-error { color: #9d2e39; background: #fff0f1; border: 1px solid #ffdadd; }.alert-success { color: #08734a; background: #eafaf3; border: 1px solid #c8efdf; }.alert-warning { color: #80570f; background: #fff7e3; border: 1px solid #f1dfad; }
.status { display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; padding: 6px 10px; font-size: 11px; font-weight: 750; text-transform: capitalize; white-space: nowrap; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-running, .status-online, .status-success { color: #087a50; background: #e7f8f0; }.status-failed, .status-offline, .status-unavailable { color: #ac3541; background: #ffebed; }.status-unknown, .status-disabled, .status-stopped { color: #6d7180; background: #eff0f4; }.status-degraded, .status-warning { color: #94600b; background: #fff3d3; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.metric { min-height: 163px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 19px; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.metric > div:nth-child(2) { display: flex; flex-direction: column; margin-top: 15px; }.metric span { color: var(--muted); font-size: 12px; }.metric strong { font-size: 24px; letter-spacing: -.5px; }.metric small { color: #979aa7; }
.metric-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; font-size: 9px; font-weight: 850; }.violet { color: #6545d8; background: #efebff; }.cyan { color: #1685a8; background: #e6f8fd; }.amber { color: #aa6b0b; background: #fff5dd; }.green { color: #087e52; background: #e6f9f0; }
progress { width: 100%; height: 5px; margin-top: auto; border: 0; border-radius: 8px; overflow: hidden; background: #eeeef3; }
progress::-webkit-progress-bar { background: #eeeef3; border-radius: 8px; }
progress::-webkit-progress-value { background: linear-gradient(90deg, var(--purple), #9a84ff); border-radius: 8px; }
progress::-moz-progress-bar { background: linear-gradient(90deg, var(--purple), #9a84ff); border-radius: 8px; }
.two-column { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }
.monitor-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }.monitor-summary { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; transition: transform .15s ease, border-color .15s ease; }.monitor-summary:hover { transform: translateY(-2px); border-color: #d8d2f6; }.monitor-summary-top { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; }.monitor-summary > div:nth-child(2) { display: flex; flex-direction: column; }.monitor-summary strong { font-size: 22px; }.monitor-summary p { align-self: end; margin: 0; color: var(--muted); font-size: 12px; }
.panel { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 22px; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }.panel-heading h2 { margin: 0; font-size: 16px; }.panel-heading p { color: var(--muted); font-size: 12px; margin: 3px 0 0; }
.project-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 15px; }.project-summary div { padding: 13px; background: #f7f7fa; border-radius: 10px; display: flex; flex-direction: column; }.project-summary strong { font-size: 20px; }.project-summary span { color: var(--muted); font-size: 11px; }.green-text { color: var(--green); }.red-text { color: var(--red); }
.detail-list { margin: 0; }.detail-list div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #f0f0f3; }.detail-list div:last-child { border: 0; }.detail-list dt { color: var(--muted); }.detail-list dd { margin: 0; text-align: right; font-weight: 600; max-width: 65%; word-break: break-word; }
.empty { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.empty.compact { min-height: 190px; border-top: 1px solid var(--line); }.empty h2, .empty h3 { margin: 12px 0 3px; }.empty p { margin: 0 0 17px; color: var(--muted); }.empty-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #eeebff; color: var(--purple); font-size: 23px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.project-card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: var(--shadow); }.project-card-top { display: flex; justify-content: space-between; }.app-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg, #2a2b39, #74788d); font-weight: 800; text-transform: uppercase; }.app-icon-large { width: 56px; height: 56px; font-size: 20px; border-radius: 15px; }.project-card h2 { margin: 18px 0 0; font-size: 17px; }.project-type { color: var(--purple); font-size: 11px; font-weight: 700; text-transform: uppercase; margin: 2px 0 16px; }.card-details { margin: 0 0 18px; }.card-details div { margin-bottom: 9px; }.card-details dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .6px; }.card-details dd { margin: 2px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.discovery-panel { margin-top: 22px; }.discovery-list { display: grid; gap: 10px; }.discovery-card { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fafafd; }.discovery-card form { margin: 0; }.discovery-title { display: flex; align-items: center; gap: 10px; }.discovery-title h3 { margin: 0; font-size: 15px; }.discovery-card p { margin: 3px 0; color: var(--muted); font-size: 12px; word-break: break-all; }.discovery-card small { color: #888b97; }
.form-panel { padding: 28px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }.stack, label { display: flex; flex-direction: column; gap: 7px; }.span-two { grid-column: span 2; }label > span { font-weight: 700; font-size: 12px; }label em { color: var(--muted); font-style: normal; font-weight: 450; }label small { color: var(--muted); }
input, select { width: 100%; min-height: 43px; border: 1px solid #dfe0e7; border-radius: 9px; padding: 0 12px; color: var(--ink); background: white; outline: none; }input:focus, select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(109,74,255,.1); }.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.import-grid { display: grid; gap: 22px; }.import-panel { padding: 28px; }.import-panel-title { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 25px; }.import-panel-title h2 { margin: 0 0 3px; font-size: 20px; }.import-panel-title p:not(.eyebrow) { color: var(--muted); margin: 0; }.provider-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #20212a; border-radius: 13px; font-size: 11px; font-weight: 850; }.folder-provider { color: #6a4bcc; background: #eeeaff; font-size: 20px; }
.folder-input { display: flex; gap: 9px; }.folder-input input { flex: 1; }.folder-input .button { flex: 0 0 auto; }.folder-dialog { width: min(720px, calc(100% - 30px)); max-height: 82vh; border: 0; border-radius: 17px; padding: 0; color: var(--ink); box-shadow: 0 30px 100px rgba(20,18,35,.28); }.folder-dialog::backdrop { background: rgba(15,15,24,.62); backdrop-filter: blur(3px); }.folder-dialog-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 22px 24px 15px; border-bottom: 1px solid var(--line); }.folder-dialog-head h2 { margin: 0; }.dialog-close { border: 0; background: #f0f0f4; color: #606373; width: 34px; height: 34px; border-radius: 9px; font-size: 22px; }.folder-controls { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; padding: 17px 24px 5px; }.checkbox-label { flex-direction: row; align-items: center; padding-bottom: 11px; white-space: nowrap; }.checkbox-label input { width: auto; min-height: 0; }.folder-dialog .breadcrumbs { margin: 12px 24px; }.folder-dialog .breadcrumbs button { border: 0; padding: 0; color: var(--purple); background: transparent; font-weight: 650; }.folder-current { margin: 0 24px 13px; display: flex; flex-direction: column; gap: 5px; }.folder-current span { color: var(--muted); font-size: 11px; }.folder-warning { margin: 0 24px 12px; color: #80570f; font-size: 12px; }.folder-list { min-height: 240px; max-height: 340px; overflow: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.folder-choice { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 0 24px; border: 0; border-bottom: 1px solid #f0f0f3; background: white; text-align: left; font-weight: 650; }.folder-choice:hover { background: #f8f7fc; }.folder-choice span:first-child { color: #a77918; }.folder-choice.parent { color: var(--purple); }.folder-loading { padding: 55px 24px; text-align: center; color: var(--muted); }.folder-dialog .form-actions { margin: 0; padding: 16px 24px; }
.heading-with-icon { display: flex; align-items: center; gap: 16px; }.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin: -6px 0 22px; }.action-row form { margin: 0; }.danger-zone { border-color: #f2d6d9; margin-top: 20px; }.danger-zone > p { color: var(--muted); }.source-link { color: var(--purple); word-break: break-all; }.empty-source { color: var(--muted); }.empty-source p { margin-top: 0; }
.deployment-history { margin-top: 20px; }.deployment-list { display: grid; gap: 9px; }.deployment-item { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fafafd; }.deployment-item summary { min-height: 62px; display: grid; grid-template-columns: minmax(180px, 1fr) 90px auto; align-items: center; gap: 15px; padding: 10px 14px; cursor: pointer; list-style: none; }.deployment-item summary::-webkit-details-marker { display: none; }.deployment-item summary > span:first-child { display: flex; flex-direction: column; }.deployment-item summary small { color: var(--muted); }.deployment-revision { color: var(--purple); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }.deployment-output { padding: 15px; border-top: 1px solid var(--line); background: white; }.deployment-output .alert { margin-bottom: 12px; }.deployment-output pre { max-height: 360px; overflow: auto; margin: 0; padding: 14px; border-radius: 9px; color: #e9e9f2; background: #181922; white-space: pre-wrap; word-break: break-word; font: 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.table-panel { overflow-x: auto; padding: 0; }table { width: 100%; border-collapse: collapse; }th, td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }th { color: var(--muted); background: #fafafd; font-size: 10px; letter-spacing: .7px; text-transform: uppercase; }td { font-size: 12px; }td small { display: block; color: var(--muted); }.empty-cell { text-align: center; padding: 50px; color: var(--muted); }
.file-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding: 14px; margin-bottom: 14px; }.inline-form { display: flex; align-items: center; gap: 8px; }.inline-form input:not([type=file]) { width: 190px; min-height: 39px; }.file-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 16px 3px; color: var(--muted); font-size: 12px; }.breadcrumbs a:hover { color: var(--purple); }.file-panel { padding: 0; overflow: hidden; }.file-row { display: grid; grid-template-columns: minmax(220px, 2fr) 100px 130px minmax(180px, 1fr); align-items: center; min-height: 52px; padding: 0 16px; border-bottom: 1px solid var(--line); }.file-row:last-child { border: 0; }.file-header { min-height: 38px; color: var(--muted); background: #fafafd; font-size: 10px; font-weight: 750; letter-spacing: .6px; text-transform: uppercase; }.file-name { display: flex; align-items: center; gap: 10px; min-width: 0; }.file-name a { font-weight: 650; overflow: hidden; text-overflow: ellipsis; }.file-icon { width: 28px; height: 28px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 8px; }.file-icon.folder { color: #8d6713; background: #fff3d4; }.file-icon.document { color: #6042c4; background: #eeeaff; }.file-actions { display: flex; gap: 12px; justify-content: flex-end; align-items: center; font-size: 11px; }.file-actions a { color: var(--purple); font-weight: 650; }.file-actions form { margin: 0; }.link-danger, .env-remove { color: var(--red); border: 0; background: transparent; padding: 0; font-weight: 650; }.file-empty { padding: 60px; text-align: center; color: var(--muted); }
.editor-panel { padding: 0; overflow: hidden; }.code-editor { width: 100%; min-height: 520px; resize: vertical; border: 0; border-radius: 0; outline: 0; padding: 22px; color: #e7e7ef; background: #171821; font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; tab-size: 2; }.editor-panel .form-actions { margin: 0; padding: 16px 20px; }
.env-panel { padding: 0; overflow: hidden; }.env-head, .env-row { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(240px, 1.2fr) 70px; gap: 12px; align-items: center; padding: 10px 18px; }.env-head { color: var(--muted); background: #fafafd; font-size: 10px; font-weight: 750; letter-spacing: .6px; text-transform: uppercase; border-bottom: 1px solid var(--line); }.env-row { border-bottom: 1px solid #f0f0f3; }.secret-input { position: relative; }.secret-input button { position: absolute; right: 8px; top: 8px; border: 0; background: #eeebff; color: var(--purple); border-radius: 6px; padding: 4px 8px; font-size: 10px; font-weight: 700; }.secret-input:has(button) input { padding-right: 62px; }.form-note { color: var(--muted); font-size: 11px; margin: 16px 20px 0; }
.monitor-metrics .metric { min-height: 135px; }.monitor-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 180px 190px; gap: 12px; margin-bottom: 16px; padding: 14px; }.monitor-section { margin-top: 20px; }.protocol-badge { color: #4d35a9; background: #eeebff; border-radius: 6px; padding: 4px 7px; font-size: 10px; font-weight: 800; }.missing-port { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; margin-top: 8px; background: #fff7e3; border: 1px solid #f1dfad; border-radius: 9px; }.missing-port span { color: #80570f; }.monitor-updated { color: var(--muted); font-size: 11px; text-align: right; }.ollama-message { background: #f1effa; border: 1px solid #e1dcf6; color: #55468c; }.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.model-card { padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: #fafafd; }.model-card h3 { margin: 0; font-size: 14px; word-break: break-word; }.model-card > p { margin: 3px 0 13px; color: var(--muted); font-size: 11px; }.model-card dl { margin: 0; }.model-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; }.model-card dt { color: var(--muted); }.model-card dd { margin: 0; font-weight: 650; text-align: right; }.install-guide { margin-top: 24px; }.install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.install-grid h3 { margin-top: 0; }.install-grid pre { min-height: 150px; overflow: auto; padding: 14px; color: #e9e9f2; background: #181922; border-radius: 9px; font: 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }.doc-link { display: inline-block; margin-left: 10px; color: var(--purple); font-size: 12px; font-weight: 650; }
.login-body { background: #f4f3f9; display: grid; place-items: center; padding: 30px; }.login-shell { width: min(980px, 100%); min-height: 620px; background: white; border-radius: 22px; box-shadow: 0 30px 90px rgba(39,31,73,.14); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }.login-panel { padding: 54px 65px; display: flex; flex-direction: column; justify-content: center; }.login-panel h1 { font-size: 34px; letter-spacing: -1.2px; margin: 4px 0 5px; }.login-panel .stack { margin-top: 28px; gap: 17px; }.secure-note { color: #9a9ca8; font-size: 10px; text-align: center; margin-top: 18px; }
.login-art { position: relative; background: linear-gradient(145deg, #181526, #31245d); overflow: hidden; display: grid; place-items: center; }.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 330px; height: 330px; background: rgba(126,88,255,.35); top: -100px; right: -120px; }.orb-two { width: 280px; height: 280px; background: rgba(44,190,194,.16); bottom: -90px; left: -100px; }
.terminal-card { width: 72%; position: relative; padding: 26px; color: #d8d8e4; background: rgba(10,10,16,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: 0 30px 60px rgba(0,0,0,.3); font: 13px/1.9 ui-monospace, SFMono-Regular, Menlo, monospace; backdrop-filter: blur(12px); }.terminal-card p { margin: 4px 0; }.terminal-top { display: flex; gap: 6px; margin-bottom: 18px; }.terminal-top i { width: 8px; height: 8px; border-radius: 50%; background: #5f6070; }.terminal-green { color: #42d99b; }.terminal-label { color: #9f83ff; }
@media (max-width: 980px) { .metric-grid { grid-template-columns: 1fr 1fr; }.project-grid { grid-template-columns: 1fr 1fr; }.two-column { grid-template-columns: 1fr; }.model-grid { grid-template-columns: 1fr 1fr; }.login-shell { grid-template-columns: 1fr; }.login-art { display: none; }.login-panel { max-width: 520px; width: 100%; margin: auto; } }
@media (max-width: 720px) { .sidebar { display: none; }.main { margin-left: 0; }.topbar { justify-content: space-between; padding: 0 18px; }.mobile-brand { display: flex; }.content { padding: 28px 18px 55px; }.metric-grid, .project-grid, .form-grid, .monitor-summary-grid, .install-grid, .model-grid, .monitor-toolbar { grid-template-columns: 1fr; }.span-two { grid-column: auto; }.page-heading { flex-direction: column; }.page-heading > .button { width: 100%; }.project-summary { grid-template-columns: 1fr 1fr; }.login-body { padding: 0; }.login-shell { min-height: 100vh; border-radius: 0; }.login-panel { padding: 40px 26px; }.user-pill { display: none; }.file-toolbar, .inline-form, .folder-input { align-items: stretch; flex-direction: column; }.inline-form input:not([type=file]) { width: 100%; }.file-row { grid-template-columns: 1fr 80px; gap: 8px; padding: 11px 13px; }.file-row > span:nth-child(2), .file-row > span:nth-child(3), .file-header { display: none; }.file-actions { justify-content: flex-start; grid-column: 1 / -1; }.env-head { display: none; }.env-row { grid-template-columns: 1fr; }.env-remove { justify-self: start; }.folder-controls { grid-template-columns: 1fr; }.checkbox-label { padding-bottom: 0; }.deployment-item summary { grid-template-columns: 1fr auto; }.deployment-revision { display: none; } }
