:root {
    --ink: #182027;
    --muted: #6f7a81;
    --line: #dfe4e7;
    --soft: #f3f5f5;
    --paper: #fff;
    --nav: #182126;
    --teal: #087f6c;
    --teal-soft: #e5f3f0;
    --amber: #d99a24;
    --amber-soft: #fbf1dc;
    --red: #c94e45;
    --red-soft: #fae9e7;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; background: var(--soft); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
button { color: inherit; font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(8, 127, 108, .28); outline-offset: 2px; }
h1:focus { outline: none; }
.app-shell { min-height: 100vh; display: flex; }

.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; width: 224px; display: flex; flex-direction: column; padding: 22px 16px; color: #d9e0e3; background: var(--nav); border-right: 1px solid #2a353b; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 27px; }
.brand-icon { width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid #35b59d; color: #58c8b3; font-size: 12px; font-weight: 800; }
.brand-name { display: flex; flex-direction: column; }
.brand-name strong { color: #fff; font-size: 15px; line-height: 1; }
.brand-name strong span { color: #58c8b3; }
.brand-name small { margin-top: 5px; color: #98a4aa; font-size: 10px; }
.sidebar nav { display: grid; gap: 5px; }
.nav-item { min-height: 42px; display: flex; align-items: center; gap: 13px; padding: 0 13px; border: 0; border-radius: 5px; color: #9ea9ae; background: transparent; cursor: pointer; text-align: left; }
.sidebar a.nav-item { text-decoration: none; }
.nav-item b { width: 19px; font-size: 17px; font-weight: 400; text-align: center; }
.nav-item span { font-size: 13px; font-weight: 550; }
.nav-item:hover { color: #fff; background: #222d33; }
.nav-item.active { color: #fff; background: #2a373c; box-shadow: inset 3px 0 #39b9a1; }
.edge-status { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 16px 10px 0; border-top: 1px solid #334047; }
.edge-status div { display: flex; flex-direction: column; }
.edge-status strong { font-size: 11px; }
.edge-status small { margin-top: 3px; color: #7f8d93; font-size: 9px; }
.live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #39b99f; box-shadow: 0 0 0 4px rgba(57, 185, 159, .12); }

.workspace { width: calc(100% - 224px); min-width: 0; margin-left: 224px; }
.topbar { position: sticky; top: 0; z-index: 10; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 13px 28px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.topbar small { color: #7d898f; font-size: 10px; font-weight: 700; }
.topbar h1 { margin: 5px 0 0; font-size: 22px; }
.top-actions { display: flex; align-items: center; gap: 14px; }
.top-actions form { margin: 0; }
.live-label { display: flex; align-items: center; gap: 7px; padding: 7px 9px; color: var(--teal); background: var(--teal-soft); border-radius: 4px; font-size: 9px; font-weight: 800; }
.live-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.live-label.stale { color: #657177; background: #edf0f1; }
.live-label.stale i { background: #929da3; }
.avatar { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #3c5059; font-size: 11px; font-weight: 750; cursor: pointer; }
.content { max-width: 1500px; margin: 0 auto; padding: 22px 28px 40px; }
.dashboard-alert { min-height: 58px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-bottom: 14px; padding: 10px 14px; color: #782c27; background: var(--red-soft); border: 1px solid #ebc5c1; border-left: 4px solid var(--red); text-decoration: none; }
.dashboard-alert-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 15px; font-weight: 800; }
.dashboard-alert > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.dashboard-alert strong { font-size: 12px; }.dashboard-alert small { margin-top: 4px; color: #8d5551; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.dashboard-alert > b { font-size: 9px; }

.metrics { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: 6px; background: var(--paper); overflow: hidden; }
.metrics article { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics article > span { margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.metrics strong { font-size: 27px; line-height: 1; }
.metrics strong small { color: #8b969c; font-size: 14px; font-weight: 500; }
.metrics article > small { margin-top: 9px; color: #7e898f; font-size: 9px; }
.metrics .positive { color: var(--teal); }
.state-dots { position: absolute; right: 20px; display: grid; grid-template-columns: repeat(3, 8px); gap: 7px; }
.state-dots i { width: 8px; height: 8px; border-radius: 2px; background: #9aa4aa; }
.progress { height: 4px; margin-top: 12px; background: #edf0f1; overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--teal); }

.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.primary-grid { display: grid; grid-template-columns: minmax(520px, 1.65fr) minmax(300px, .8fr); gap: 14px; margin-top: 14px; }
.panel-title { min-height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 13px 17px; border-bottom: 1px solid #edf0f1; }
.panel-title small { display: block; margin-bottom: 4px; color: #7d898f; font-size: 9px; font-weight: 700; }
.panel-title h2 { margin: 0; font-size: 15px; }
.panel-title > span { display: flex; align-items: center; gap: 7px; color: #839097; font-size: 9px; }
.machine-list { display: grid; }
.machine-row { min-height: 67px; display: grid; grid-template-columns: 18px 1.5fr 1fr 70px 12px; align-items: center; gap: 10px; padding: 9px 16px; border: 0; border-bottom: 1px solid #edf0f1; background: #fff; cursor: pointer; text-align: left; }
.machine-row:last-child { border-bottom: 0; }
.machine-row:hover { background: #f8faf9; }
.machine-row.selected { background: #f0f7f5; box-shadow: inset 3px 0 var(--teal); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #9ca6ab; box-shadow: 0 0 0 3px #edf0f1; }
.running { background-color: var(--teal) !important; }.idle { background-color: var(--amber) !important; }.alarm { background-color: var(--red) !important; }.offline { background-color: #929da3 !important; }
.machine-name, .machine-state { min-width: 0; display: flex; flex-direction: column; }
.machine-name strong, .machine-state strong, .machine-count strong { font-size: 11px; }
.machine-name small, .machine-state small, .machine-count small { margin-top: 3px; color: #7f8b91; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.machine-count { text-align: right; }
.machine-row > b { color: #9aa4a9; font-size: 20px; font-weight: 400; }

.detail-panel { min-height: 401px; }
.detail-header { min-height: 92px; display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 17px 12px; }
.detail-header h2 { margin: 9px 0 0; font-size: 18px; }.detail-header p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.detail-live { min-height: 28px; display: inline-flex; align-items: center; padding: 0 8px; border-radius: 4px; color: var(--teal); background: var(--teal-soft); font-size: 8px; font-weight: 800; }
.status-pill { display: inline-block; padding: 4px 7px; border-radius: 3px; color: #fff; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.tabs { display: flex; gap: 18px; padding: 0 17px; border-bottom: 1px solid var(--line); }
.tabs button { height: 35px; padding: 0; border: 0; color: #829097; background: transparent; font-size: 10px; }
.tabs .active { color: var(--ink); border-bottom: 2px solid var(--teal); font-weight: 700; }
.detail-body { padding: 15px 17px; }
.detail-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #edf0f1; }
.detail-metrics div { padding: 11px; border-right: 1px solid #edf0f1; }.detail-metrics div:last-child { border-right: 0; }
.detail-metrics span, .job span, .condition span { display: block; color: #879198; font-size: 8px; }
.detail-metrics strong { display: block; margin-top: 5px; font-size: 17px; }.detail-metrics small { color: #8a959b; font-size: 9px; }
.job, .condition { display: flex; flex-direction: column; margin-top: 12px; padding: 12px; border-left: 3px solid #3c6f91; background: #f6f8f8; }
.job strong, .condition strong { margin-top: 5px; font-size: 11px; }.job small, .condition small { margin-top: 4px; color: #7d898f; font-size: 9px; }
.condition.idle { color: var(--ink); border-color: var(--amber); background: var(--amber-soft) !important; }.condition.alarm { color: var(--ink); border-color: var(--red); background: var(--red-soft) !important; }.condition.running { color: var(--ink); border-color: var(--teal); background: var(--teal-soft) !important; }

.secondary-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; margin-top: 14px; }
.panel-title > strong { font-size: 17px; }.panel-title > strong small { color: #879198; font-size: 9px; font-weight: 500; }
.bars { height: 185px; display: flex; align-items: flex-end; gap: 8px; padding: 28px 18px 14px; }
.bars div { height: 100%; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 7px; }
.bars i { width: 100%; min-height: 3px; background: #bfd2d5; border-radius: 2px 2px 0 0; }.bars i.current { background: var(--teal); }
.bars small { color: #8b969c; font-size: 8px; }
.events { padding: 4px 17px 10px; }
.events > p { color: var(--muted); font-size: 10px; }
.events > div { min-height: 35px; display: grid; grid-template-columns: 7px 37px 52px 1fr; align-items: center; gap: 7px; border-bottom: 1px solid #edf0f1; }
.events i { width: 6px; height: 6px; border-radius: 50%; }.events time { color: #8c979d; font-size: 8px; }.events strong { font-size: 8px; }.events span { color: #627077; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-nav { display: none; }
.error-page { max-width: 580px; margin: 15vh auto; padding: 24px; }.error-page a { color: var(--teal); }

.login-page { min-height: 100vh; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.15fr); background: #eef1f2; }
.login-brand { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 48px; color: #fff; background: var(--nav); border-right: 1px solid #2a353b; }
.login-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid #35b59d; color: #58c8b3; font-size: 18px; font-weight: 800; }
.login-brand div { display: flex; flex-direction: column; }.login-brand strong { font-size: 29px; }.login-brand strong span { color: #58c8b3; }.login-brand small { margin-top: 7px; color: #9ba8ae; font-size: 12px; }
.login-panel { width: min(430px, calc(100% - 40px)); align-self: center; justify-self: center; padding: 32px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.login-panel header small { color: var(--teal); font-size: 9px; font-weight: 800; }.login-panel h1 { margin: 8px 0 0; font-size: 24px; }.login-panel header p { margin: 8px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.login-panel form { display: grid; gap: 15px; }.login-panel label { display: grid; gap: 6px; color: #56636a; font-size: 11px; font-weight: 650; }
.login-panel input[type="email"], .login-panel input[type="password"] { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #cfd6d9; border-radius: 4px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.login-panel input:focus { border-color: var(--teal); outline: 3px solid rgba(8, 127, 108, .12); }
.login-panel .remember { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 8px; font-weight: 500; }.login-panel .remember input { accent-color: var(--teal); }
.login-panel button { height: 42px; border: 0; border-radius: 4px; color: #fff; background: var(--teal); font-weight: 750; cursor: pointer; }.login-panel button:hover { background: #076e5e; }
.login-error { margin: -8px 0 17px; padding: 10px 12px; color: #8f302a; background: var(--red-soft); border-left: 3px solid var(--red); font-size: 11px; }
.login-success { margin: -8px 0 17px; padding: 10px 12px; color: #126655; background: var(--teal-soft); border-left: 3px solid var(--teal); font-size: 11px; }
.login-panel footer { margin-top: 24px; padding-top: 16px; border-top: 1px solid #edf0f1; color: #89949a; font-size: 9px; text-align: center; }

.admin-page { min-height: 100vh; background: #f2f4f4; }
.admin-topbar { min-height: 76px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 22px; padding: 12px 28px; background: #fff; border-bottom: 1px solid var(--line); }
.admin-brand { display: flex; align-items: center; gap: 9px; }.admin-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--teal); color: var(--teal); font-size: 11px; font-weight: 800; }.admin-brand strong { font-size: 15px; }.admin-brand em { color: var(--teal); font-style: normal; }
.admin-topbar small, .admin-tool header small, .tenant-section header small, .secret-panel small { color: #7d898f; font-size: 9px; font-weight: 800; }.admin-topbar h1 { margin: 3px 0 0; font-size: 20px; }
.admin-content { max-width: 1500px; margin: 0 auto; padding: 22px 28px 44px; }
.admin-summary { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }.admin-summary div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--line); }.admin-summary div:last-child { border-right: 0; }.admin-summary span { color: var(--muted); font-size: 10px; }.admin-summary strong { margin-top: 7px; font-size: 24px; }
.admin-message { margin-top: 14px; padding: 11px 14px; border-left: 3px solid var(--teal); color: #126655; background: var(--teal-soft); font-size: 11px; }.admin-message.error { border-color: var(--red); color: #8f302a; background: var(--red-soft); }
.secret-panel { display: grid; grid-template-columns: minmax(190px, .35fr) 1fr; gap: 22px; margin-top: 14px; padding: 17px 20px; border: 1px solid #d9b45d; border-left: 4px solid var(--amber); background: #fffaf0; }.secret-panel h2 { margin: 5px 0 0; font-size: 15px; }.secret-panel dl { display: grid; grid-template-columns: 110px 1fr; gap: 7px 12px; margin: 0; }.secret-panel dt { color: var(--muted); font-size: 9px; }.secret-panel dd { min-width: 0; margin: 0; font-size: 11px; overflow-wrap: anywhere; }.secret-panel code { padding: 2px 4px; background: #f3ead6; }
.admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; margin-top: 14px; }.admin-tool { background: #fff; border: 1px solid var(--line); border-radius: 6px; }.admin-tool header { padding: 16px 18px; border-bottom: 1px solid var(--line); }.admin-tool h2, .tenant-section h2 { margin: 5px 0 0; font-size: 15px; }
.admin-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 18px; }.admin-form label { display: grid; gap: 6px; color: #56636a; font-size: 10px; font-weight: 650; }.admin-form label:nth-child(5), .admin-form .form-note, .admin-form button { grid-column: 1 / -1; }.admin-form input, .admin-form select { width: 100%; height: 39px; padding: 0 10px; border: 1px solid #ccd4d7; border-radius: 4px; color: var(--ink); background: #fff; font: inherit; font-size: 11px; }.admin-form input:focus, .admin-form select:focus { border-color: var(--teal); outline: 3px solid rgba(8, 127, 108, .1); }.form-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.primary-button, .secondary-button { min-height: 36px; padding: 0 13px; border-radius: 4px; font: inherit; font-size: 10px; font-weight: 750; cursor: pointer; }.primary-button { border: 0; color: #fff; background: var(--teal); }.secondary-button { border: 1px solid #cbd3d6; color: #425058; background: #fff; }.primary-button:hover { background: #076e5e; }.primary-button:disabled, .secondary-button:disabled { opacity: .55; cursor: wait; }
.tenant-section { margin-top: 14px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }.tenant-section > header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--line); }.tenant-table-wrap { overflow-x: auto; }.tenant-table { width: 100%; min-width: 900px; border-collapse: collapse; }.tenant-table th { height: 36px; padding: 0 13px; color: #7b878d; background: #f7f8f8; border-bottom: 1px solid var(--line); font-size: 8px; text-align: left; text-transform: uppercase; }.tenant-table td { height: 56px; padding: 9px 13px; border-bottom: 1px solid #edf0f1; color: #59666d; font-size: 10px; }.tenant-table tr:last-child td { border-bottom: 0; }.tenant-table td > strong, .tenant-table td > small { display: block; }.tenant-table td > strong { color: var(--ink); font-size: 10px; }.tenant-table td > small { margin-top: 3px; color: #8b969c; font-size: 8px; }.usage { width: 70px; height: 3px; display: block; margin-top: 6px; background: #e8ecec; }.usage i { display: block; height: 100%; background: var(--teal); }.status-tag { display: inline-block; padding: 4px 6px; border-radius: 3px; color: #6d777c; background: #edf0f1; font-size: 8px; font-weight: 750; }.status-tag.active { color: var(--teal); background: var(--teal-soft); }
.subscription-editor { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(190px, .8fr) minmax(430px, 1.7fr) auto; align-items: end; gap: 16px; padding: 16px 18px; background: #f7f9f9; border-bottom: 1px solid var(--line); }.editor-customer { align-self: center; display: flex; flex-direction: column; }.editor-customer small { color: #7d898f; font-size: 8px; font-weight: 800; }.editor-customer strong { margin-top: 5px; font-size: 12px; }.editor-customer span { margin-top: 3px; color: var(--muted); font-size: 9px; }.subscription-editor label, .status-field { display: grid; gap: 6px; color: #56636a; font-size: 9px; font-weight: 650; }.subscription-editor select { width: 100%; height: 36px; padding: 0 9px; border: 1px solid #ccd4d7; border-radius: 4px; background: #fff; font: inherit; font-size: 10px; }.status-selector { height: 36px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #ccd4d7; border-radius: 4px; overflow: hidden; }.status-selector button { min-width: 0; padding: 0 8px; border: 0; border-right: 1px solid #d9dfe1; background: #fff; color: #667279; font-size: 9px; cursor: pointer; }.status-selector button:last-child { border-right: 0; }.status-selector button.selected { color: #fff; background: #3b5059; font-weight: 750; }.editor-actions { min-width: 230px; display: grid; grid-template-columns: auto auto; align-items: center; gap: 8px; }.editor-actions .capacity-warning { grid-column: 1 / -1; color: #9a5524; font-size: 8px; text-align: right; }.row-actions { display: flex; gap: 6px; align-items: center; }.row-action { min-height: 28px; padding: 0 9px; border: 1px solid #ccd4d7; border-radius: 4px; color: #4e5d64; background: #fff; font-size: 8px; font-weight: 700; cursor: pointer; }.row-action:hover { border-color: var(--teal); color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 8px; }.header-actions form { margin: 0; }.header-actions a { display: inline-flex; align-items: center; text-decoration: none; }
.user-layout > * { min-width: 0; }
.user-layout { display: grid; grid-template-columns: minmax(250px, .42fr) minmax(640px, 1.58fr); align-items: start; gap: 14px; margin-top: 14px; }.user-layout .tenant-section { margin-top: 0; }.single-column-form { grid-template-columns: 1fr; }.single-column-form label, .single-column-form button { grid-column: 1; }.user-table { min-width: 680px; }.user-editor { display: grid; grid-template-columns: minmax(190px, 1fr) 170px 130px auto; align-items: end; gap: 14px; padding: 15px 18px; background: #f7f9f9; border-bottom: 1px solid var(--line); }.user-editor > div:first-child { align-self: center; display: flex; flex-direction: column; }.user-editor small { color: #7d898f; font-size: 8px; font-weight: 800; }.user-editor strong { margin-top: 5px; font-size: 11px; overflow-wrap: anywhere; }.user-editor label { display: grid; gap: 6px; color: #56636a; font-size: 9px; font-weight: 650; }.user-editor select { height: 36px; padding: 0 9px; border: 1px solid #ccd4d7; border-radius: 4px; background: #fff; font: inherit; font-size: 10px; }.user-editor .active-toggle { height: 36px; display: flex; flex-direction: row; align-items: center; gap: 7px; }.active-toggle input { accent-color: var(--teal); }.user-editor .editor-actions { display: flex; min-width: 0; }.owner-lock { color: #7c888e; font-size: 8px; }

.machine-directory-content { max-width: 1560px; }
.machine-summary { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.machine-summary div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--line); }
.machine-summary div:last-child { border-right: 0; }
.machine-summary span { color: var(--muted); font-size: 10px; }
.machine-summary strong { margin-top: 7px; font-size: 24px; }
.machine-summary .summary-running { color: var(--teal); }.machine-summary .summary-idle { color: #a66b08; }.machine-summary .summary-alert { color: var(--red); }
.machine-directory-toolbar { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; padding: 10px 12px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.machine-filter { display: flex; align-items: center; gap: 4px; }
.machine-filter button { min-height: 34px; padding: 0 10px; border: 1px solid transparent; border-radius: 4px; color: #69767d; background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.machine-filter button:hover { background: #f3f5f5; }.machine-filter button.active { color: var(--ink); background: #edf3f2; border-color: #c8ddd8; }
.machine-filter button span { min-width: 18px; display: inline-block; margin-left: 4px; padding: 2px 4px; border-radius: 3px; background: #e4e9e9; font-size: 8px; text-align: center; }
.machine-filter button.active span { color: var(--teal); background: #d7ebe6; }
.machine-search { width: min(330px, 38vw); display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 9px; color: #68757b; font-size: 9px; font-weight: 700; }
.machine-search input { width: 100%; height: 36px; padding: 0 11px; border: 1px solid #ccd4d7; border-radius: 4px; color: var(--ink); background: #fff; font: inherit; font-size: 10px; }
.machine-search input:focus { border-color: var(--teal); outline: 3px solid rgba(8, 127, 108, .1); }
.machine-directory-grid { display: grid; grid-template-columns: minmax(670px, 1.55fr) minmax(280px, .65fr); align-items: start; gap: 14px; margin-top: 14px; }
.machine-directory-list-panel { min-width: 0; overflow: hidden; }
.machine-directory-list { display: grid; }
.machine-directory-row { min-height: 76px; display: grid; grid-template-columns: 18px minmax(135px, 1.2fr) 82px minmax(115px, 1fr) 110px 60px 9px; align-items: center; gap: 10px; padding: 10px 14px; border: 0; border-bottom: 1px solid #edf0f1; background: #fff; cursor: pointer; text-align: left; }
.machine-directory-row:last-child { border-bottom: 0; }.machine-directory-row:hover { background: #f8faf9; }.machine-directory-row.selected { background: #eef7f5; box-shadow: inset 3px 0 var(--teal); }
.machine-directory-identity, .machine-directory-status, .machine-directory-job, .machine-directory-progress, .machine-directory-utilization { min-width: 0; display: flex; flex-direction: column; }
.machine-directory-row strong { min-width: 0; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.machine-directory-row small { min-width: 0; margin-top: 4px; color: #7f8b91; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.machine-directory-progress > i { height: 3px; display: block; margin-top: 7px; background: #e6ebeb; overflow: hidden; }.machine-directory-progress > i b { height: 100%; display: block; background: var(--teal); }
.machine-directory-utilization { text-align: right; }.row-chevron { color: #9aa4a9; font-size: 20px !important; font-weight: 400; }
.machine-directory-empty { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; color: #526067; text-align: center; }.machine-directory-empty strong { font-size: 13px; }.machine-directory-empty span { margin-top: 7px; color: var(--muted); font-size: 9px; }
.machine-inspector { position: sticky; top: 90px; overflow: hidden; }
.machine-inspector-header { min-height: 106px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 17px; border-bottom: 1px solid var(--line); }
.machine-inspector-header > div { min-width: 0; }.machine-inspector-header h2 { margin: 10px 0 0; font-size: 18px; }.machine-inspector-header p { margin: 4px 0 0; color: var(--muted); font-size: 9px; overflow-wrap: anywhere; }
.machine-alert-link { min-height: 31px; display: inline-flex; align-items: center; padding: 0 9px; border: 1px solid #e4aaa5; border-radius: 4px; color: #9b3730; background: var(--red-soft); font-size: 8px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.machine-inspector-body { padding: 14px; }
.machine-inspector-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #e8ecee; }
.machine-inspector-metrics div { min-width: 0; padding: 11px 9px; border-right: 1px solid #e8ecee; }.machine-inspector-metrics div:last-child { border-right: 0; }
.machine-inspector-metrics span { color: #879198; font-size: 7px; }.machine-inspector-metrics strong { display: block; margin-top: 6px; font-size: 15px; }.machine-inspector-metrics small { color: #879198; font-size: 8px; }
.machine-facts { display: grid; margin: 14px 0 0; }
.machine-facts div { min-width: 0; display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 10px; padding: 9px 2px; border-bottom: 1px solid #edf0f1; }.machine-facts dt { color: #879198; font-size: 8px; }.machine-facts dd { min-width: 0; margin: 0; color: #45545b; font-size: 9px; text-align: right; overflow-wrap: anywhere; }
.machine-event-history { margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); }.machine-event-history header { display: flex; align-items: center; justify-content: space-between; }.machine-event-history header span { color: #657279; font-size: 8px; font-weight: 800; }.machine-event-history header small { color: #8a959b; font-size: 8px; }.machine-event-history > p { color: var(--muted); font-size: 9px; }
.machine-event-history > div { min-height: 32px; display: grid; grid-template-columns: 6px 72px minmax(0, 1fr); align-items: center; gap: 8px; border-bottom: 1px solid #edf0f1; }.machine-event-history > div i { width: 6px; height: 6px; border-radius: 50%; }.machine-event-history time { color: #879299; font-size: 8px; }.machine-event-history > div span { min-width: 0; color: #4f5e65; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.boss-shell { min-height: 100vh; padding-bottom: 78px; background: #eef2f1; }
.boss-hero { color: #fff; background: #142023; border-bottom: 1px solid #253236; }
.boss-hero-top { max-width: 780px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 17px 18px 8px; }
.boss-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.boss-brand span { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid #41bca5; color: #5bcab7; font-size: 10px; font-weight: 850; }
.boss-brand strong { font-size: 14px; }.boss-brand em { color: #5bcab7; font-style: normal; }
.boss-live { min-height: 29px; display: inline-flex; align-items: center; gap: 7px; padding: 0 9px; color: #94f0df; background: #203134; border: 1px solid #2b4a4a; border-radius: 5px; font-size: 8px; font-weight: 850; }
.boss-live i { width: 6px; height: 6px; border-radius: 50%; background: #38c6aa; box-shadow: 0 0 0 4px rgba(56, 198, 170, .14); }.boss-live.stale { color: #c9d1d3; }.boss-live.stale i { background: #9aa4a8; }
.boss-hero-main { max-width: 780px; margin: 0 auto; min-height: 154px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding: 16px 18px 24px; }
.boss-hero-main div { min-width: 0; }.boss-hero-main small { color: #8fa1a5; font-size: 9px; font-weight: 800; }.boss-hero-main h1 { max-width: 510px; margin: 8px 0 0; font-size: 34px; line-height: 1.02; letter-spacing: 0; }.boss-hero-main p { max-width: 590px; margin: 10px 0 0; color: #bac6c9; font-size: 12px; line-height: 1.45; }
.boss-avatar { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #314145; border-radius: 50%; color: #fff; background: #26363a; font-size: 11px; font-weight: 800; cursor: pointer; }
.boss-content { width: min(780px, 100%); margin: -14px auto 0; padding: 0 14px 30px; }
.boss-alert-strip { min-height: 56px; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 10px; margin-bottom: 12px; padding: 11px 12px; color: #812d27; background: #fff; border: 1px solid #e9c4c0; border-left: 4px solid var(--red); border-radius: 6px; text-decoration: none; box-shadow: 0 8px 24px rgba(24, 32, 39, .08); }
.boss-alert-strip span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-weight: 850; }.boss-alert-strip strong { min-width: 0; font-size: 12px; }.boss-alert-strip small { grid-column: 2; min-width: 0; margin-top: -6px; color: #8f5550; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.boss-market { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.boss-market article { min-width: 0; min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 12px 10px; border: 1px solid #dbe2e3; border-radius: 6px; background: #fff; box-shadow: 0 6px 18px rgba(24, 32, 39, .05); }
.boss-market span { color: #6e7b81; font-size: 9px; font-weight: 700; }.boss-market strong { margin-top: 7px; font-size: 24px; line-height: 1; }.boss-market small { margin-top: 7px; color: #79868c; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.boss-card { margin-top: 10px; border: 1px solid #dbe2e3; border-radius: 6px; background: #fff; box-shadow: 0 6px 18px rgba(24, 32, 39, .05); overflow: hidden; }
.boss-card > header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-bottom: 1px solid #edf0f1; }
.boss-card header small { display: block; margin-bottom: 4px; color: #7c898f; font-size: 8px; font-weight: 850; }.boss-card h2 { margin: 0; font-size: 15px; }.boss-card header a { color: var(--teal); font-size: 9px; font-weight: 800; text-decoration: none; }.boss-card header > strong { color: var(--teal); font-size: 9px; }
.boss-line-chart { width: 100%; height: 170px; display: block; padding: 8px 10px 0; }.boss-chart-grid { stroke: #e6ecec; stroke-width: 1; fill: none; }.boss-chart-area { fill: rgba(8, 127, 108, .12); stroke: none; }.boss-chart-line { fill: none; stroke: var(--teal); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }.boss-line-chart circle { fill: #fff; stroke: #8eb9b0; stroke-width: 2; }.boss-line-chart circle.current { fill: var(--teal); stroke: #fff; stroke-width: 2.5; }
.boss-chart-footer { display: flex; justify-content: space-between; padding: 0 18px 14px; color: #88949a; font-size: 8px; }
.boss-heat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; padding: 12px; }
.boss-machine-tile { min-width: 0; min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 10px; border-radius: 6px; color: #fff; text-decoration: none; background: #718087; }
.boss-machine-tile.running { background: #087f6c !important; }.boss-machine-tile.idle { background: #b37612 !important; }.boss-machine-tile.alarm { background: #c94e45 !important; }.boss-machine-tile.offline { background: #667279 !important; }
.boss-machine-tile span { font-size: 10px; font-weight: 850; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.boss-machine-tile strong { font-size: 14px; }.boss-machine-tile small { color: rgba(255,255,255,.82); font-size: 8px; }.boss-machine-tile i { height: 4px; display: block; background: rgba(255,255,255,.25); overflow: hidden; }.boss-machine-tile i b { height: 100%; display: block; background: rgba(255,255,255,.88); }
.boss-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.boss-focus { min-height: 72px; display: grid; grid-template-columns: 12px minmax(0, 1fr); align-items: center; gap: 11px; padding: 14px; }.boss-focus div { min-width: 0; display: flex; flex-direction: column; }.boss-focus strong { min-width: 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.boss-focus small { min-width: 0; margin-top: 5px; color: #69767d; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.boss-focus.risk small { color: #8b4d47; }
.boss-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }.boss-actions a { min-height: 42px; display: grid; place-items: center; border: 1px solid #cbd5d7; border-radius: 6px; color: #324249; background: #fff; font-size: 10px; font-weight: 850; text-decoration: none; }

.alert-content { max-width: 1180px; }
.alert-summary { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }.alert-summary div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--line); }.alert-summary div:last-child { border-right: 0; }.alert-summary span { color: var(--muted); font-size: 10px; }.alert-summary strong { margin-top: 7px; font-size: 24px; }
.alert-center { margin-top: 14px; background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }.alert-toolbar { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--line); }.alert-tabs { align-self: stretch; display: flex; gap: 20px; }.alert-tabs button { display: flex; align-items: center; gap: 7px; padding: 0 2px; border: 0; border-bottom: 2px solid transparent; color: #718087; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }.alert-tabs button.active { color: var(--ink); border-bottom-color: var(--teal); }.alert-tabs span { min-width: 20px; padding: 3px 5px; border-radius: 3px; color: #69767c; background: #edf0f1; font-size: 8px; text-align: center; }.alert-tabs .active span { color: var(--teal); background: var(--teal-soft); }
.alert-toolbar-actions { display: flex; align-items: center; gap: 8px; }.alert-toolbar-actions a { display: inline-flex; align-items: center; text-decoration: none; }
.push-button.active { border-color: #78b9ac; color: var(--teal); background: var(--teal-soft); }
.alert-list { display: grid; }.alert-row { min-width: 0; display: grid; grid-template-columns: 34px minmax(230px, 1fr) minmax(210px, .65fr) auto; align-items: center; gap: 16px; min-height: 116px; padding: 16px 18px; border-bottom: 1px solid #edf0f1; }.alert-row:last-child { border-bottom: 0; }.alert-row.resolved { background: #fafbfb; }.alert-severity { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 15px; font-weight: 850; }.alert-row.acknowledged .alert-severity { background: var(--amber); }.alert-row.resolved .alert-severity { color: #647178; background: #e4e8e9; }.alert-copy { min-width: 0; }.alert-copy > div { display: flex; align-items: center; gap: 8px; }.alert-copy > div > strong { font-size: 12px; }.alert-copy h2 { margin: 8px 0 0; font-size: 13px; }.alert-copy p { margin: 4px 0 0; color: var(--muted); font-size: 10px; overflow-wrap: anywhere; }.alert-status { padding: 4px 6px; border-radius: 3px; font-size: 8px; font-weight: 800; }.alert-status.open { color: #a43730; background: var(--red-soft); }.alert-status.acknowledged { color: #8b6013; background: var(--amber-soft); }.alert-status.resolved { color: #526168; background: #edf0f1; }.alert-times { display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 5px 8px; margin: 0; }.alert-times dt { color: #8a959b; font-size: 8px; }.alert-times dd { min-width: 0; margin: 0; color: #536169; font-size: 9px; overflow-wrap: anywhere; }.alert-acknowledge { min-width: 76px; }.alert-empty { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; color: #536169; text-align: center; }.alert-empty strong { font-size: 14px; }.alert-empty span { margin-top: 7px; color: var(--muted); font-size: 10px; }

.notification-content { max-width: 1320px; }.notification-summary { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }.notification-summary div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--line); }.notification-summary div:last-child { border-right: 0; }.notification-summary span { color: var(--muted); font-size: 10px; }.notification-summary strong { margin-top: 7px; font-size: 20px; }.notification-grid { display: grid; grid-template-columns: minmax(260px, .42fr) minmax(640px, 1.58fr); align-items: start; gap: 14px; margin-top: 14px; }.notification-grid > * { min-width: 0; }.notification-grid .tenant-section { margin-top: 0; }.notification-form { display: grid; gap: 16px; padding: 18px; }.notification-form > label:not(.notification-toggle) { display: grid; gap: 6px; color: #56636a; font-size: 10px; font-weight: 650; }.notification-form input[type="email"] { width: 100%; height: 39px; padding: 0 10px; border: 1px solid #ccd4d7; border-radius: 4px; font: inherit; font-size: 11px; }.notification-toggle { min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--line); background: #f8f9f9; }.notification-toggle input { width: 17px; height: 17px; accent-color: var(--teal); }.notification-toggle span { display: flex; flex-direction: column; }.notification-toggle strong { font-size: 10px; }.notification-toggle small { margin-top: 4px; color: var(--muted); font-size: 8px; }.provider-state { display: flex; align-items: center; gap: 8px; color: #7b601f; font-size: 9px; }.provider-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }.provider-state.ready { color: var(--teal); }.provider-state.ready i { background: var(--teal); }.delivery-table { min-width: 720px; }.delivery-status { display: inline-block; padding: 4px 6px; border-radius: 3px; color: #5e6a70; background: #edf0f1; font-size: 8px; font-weight: 750; }.delivery-status.sent { color: var(--teal); background: var(--teal-soft); }.delivery-status.failed { color: #9d3932; background: var(--red-soft); }.delivery-status.processing { color: #876016; background: var(--amber-soft); }.delivery-table td:last-child small { max-width: 160px; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.empty-table { height: 120px !important; color: var(--muted) !important; text-align: center; }

@media (max-width: 1050px) {
    .sidebar { width: 72px; padding-inline: 10px; }.brand-name, .nav-item span, .edge-status div { display: none; }.nav-item { justify-content: center; padding: 0; }.edge-status { justify-content: center; }
    .workspace { width: calc(100% - 72px); margin-left: 72px; }.metrics { grid-template-columns: repeat(2, 1fr); }.metrics article:nth-child(2) { border-right: 0; }.metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 1180px) {
    .machine-directory-grid { grid-template-columns: 1fr; }.machine-inspector { position: static; }.machine-directory-row { grid-template-columns: 18px minmax(140px, 1.2fr) 82px minmax(110px, 1fr) 110px 60px 9px; }
}

@media (max-width: 760px) {
    .sidebar { display: none; }.workspace { width: 100%; margin-left: 0; padding-bottom: 60px; }.topbar { min-height: 64px; padding: 11px 16px; }.topbar h1 { font-size: 19px; }
    .content { padding: 12px 12px 24px; }.metrics article { min-height: 98px; padding: 14px; }.metrics strong { font-size: 23px; }.state-dots { right: 13px; }
    .primary-grid, .secondary-grid { grid-template-columns: 1fr; }.machine-row { grid-template-columns: 16px 1.2fr .9fr 50px 8px; gap: 7px; padding-inline: 12px; }.machine-name small { max-width: 95px; }.bars { gap: 5px; padding-inline: 12px; }
    .mobile-nav { position: fixed; inset: auto 0 0; z-index: 40; height: 58px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-top: 1px solid var(--line); }.mobile-nav button, .mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; color: #7b878d; background: transparent; font-size: 14px; text-decoration: none; }.mobile-nav span { font-size: 8px; }.mobile-nav .active { color: var(--teal); }
    .mobile-nav.three { grid-template-columns: repeat(3, 1fr); }
    .login-page { grid-template-columns: 1fr; align-content: start; }.login-brand { justify-content: flex-start; padding: 25px 22px; }.login-mark { width: 42px; height: 42px; font-size: 13px; }.login-brand strong { font-size: 21px; }.login-brand small { font-size: 10px; }.login-panel { margin: 28px auto; padding: 25px 22px; }
    .admin-topbar { grid-template-columns: 1fr auto; padding: 12px 16px; }.admin-topbar > div:nth-child(2) { display: none; }.admin-content { padding: 12px; }.admin-summary { grid-template-columns: repeat(2, 1fr); }.admin-summary div:nth-child(2) { border-right: 0; }.admin-summary div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.admin-grid { grid-template-columns: 1fr; }.secret-panel { grid-template-columns: 1fr; gap: 12px; }.admin-form { grid-template-columns: 1fr; }.admin-form label, .admin-form label:nth-child(5) { grid-column: 1; }
    .subscription-editor { grid-template-columns: 1fr; align-items: stretch; }.editor-actions { min-width: 0; }.status-selector button { padding-inline: 4px; font-size: 8px; }
    .user-layout { grid-template-columns: 1fr; }.user-editor { grid-template-columns: 1fr; align-items: stretch; }.user-editor .editor-actions { flex-wrap: wrap; }.header-actions .secondary-button:first-child { display: none; }
    .dashboard-alert { grid-template-columns: 30px minmax(0, 1fr); }.dashboard-alert > b { display: none; }
    .alert-summary { grid-template-columns: repeat(3, 1fr); }.alert-summary div { min-height: 76px; padding: 12px; }.alert-summary strong { font-size: 21px; }.alert-toolbar { padding-inline: 12px; }.alert-row { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; padding: 14px 12px; }.alert-times { grid-column: 2; }.alert-acknowledge { grid-column: 2; width: 100%; }.alert-severity { width: 27px; height: 27px; }.alert-copy > div { flex-wrap: wrap; }
    .alert-toolbar-actions a { display: none; }.notification-summary { grid-template-columns: repeat(2, 1fr); }.notification-summary div:nth-child(2) { border-right: 0; }.notification-summary div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.notification-grid { grid-template-columns: 1fr; }
    .notification-page .header-actions .secondary-button:first-child { display: inline-flex; }.notification-page .header-actions form { display: none; }
    .machine-summary { grid-template-columns: repeat(2, 1fr); }.machine-summary div:nth-child(2) { border-right: 0; }.machine-summary div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.machine-directory-toolbar { align-items: stretch; flex-direction: column; }.machine-filter { overflow-x: auto; padding-bottom: 2px; }.machine-search { width: 100%; }.machine-directory-row { grid-template-columns: 16px minmax(120px, 1.2fr) 76px 76px 8px; gap: 7px; padding-inline: 11px; }.machine-directory-job, .machine-directory-utilization { display: none; }.machine-directory-progress { text-align: right; }.machine-inspector { position: static; }
    .boss-shell { padding-bottom: 72px; }.boss-hero-top { padding-inline: 14px; }.boss-hero-main { min-height: 150px; padding: 14px 14px 23px; }.boss-hero-main h1 { font-size: 29px; }.boss-hero-main p { font-size: 11px; }.boss-content { margin-top: -12px; padding-inline: 10px; }.boss-market { grid-template-columns: repeat(2, 1fr); }.boss-market article { min-height: 82px; }.boss-heat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.boss-machine-tile { min-height: 104px; }.boss-split { grid-template-columns: 1fr; }.boss-nav { display: grid; }
}

@media (max-width: 410px) {
    .metrics article { min-height: 92px; padding: 12px; }.machine-state small, .machine-count small { display: none; }.machine-row { grid-template-columns: 14px 1.2fr .85fr 38px 8px; }.detail-metrics div { padding: 9px 7px; }
    .machine-directory-row { grid-template-columns: 14px minmax(105px, 1fr) 67px 58px 7px; }.machine-directory-row small { font-size: 7px; }.machine-inspector-metrics div { padding-inline: 6px; }.machine-facts div { grid-template-columns: 82px minmax(0, 1fr); }
    .boss-hero-main { align-items: flex-end; }.boss-hero-main h1 { font-size: 25px; }.boss-market strong { font-size: 22px; }.boss-line-chart { height: 148px; }.boss-machine-tile { min-height: 96px; padding: 9px; }.boss-machine-tile strong { font-size: 13px; }.boss-actions a { min-height: 39px; }
}
