:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-background:#f5f6f8;--surface:#fff;--border:#e5e7eb;--border-subtle:#edf0f2;--text:#202b36;--text-muted:#667085;--flux-orange:#e7662f;--flux-orange-soft:#fff3ed;--sidebar:#17232d;--shadow-sm:0 1px 2px #1018280a;--shadow-md:0 10px 30px #10182812}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--app-background);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.page-shell{max-width:1500px;margin:0 auto;padding:32px}.page-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-heading h1{color:#18232d;letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(26px,2vw,32px);font-weight:700;line-height:1.15}.page-heading p{color:var(--text-muted);max-width:720px;margin:0;font-size:14px;line-height:1.6}.json-editor{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.admin-layout{min-height:100vh}.admin-sider{z-index:20;position:relative;box-shadow:8px 0 28px #10182812}.admin-brand{color:#fff;white-space:nowrap;align-items:center;gap:12px;height:72px;padding:0 20px;display:flex;overflow:hidden}.admin-brand__mark{color:#f58b5b;background:#e7662f29;border:1px solid #f68f614d;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex}.admin-brand__name{letter-spacing:-.01em;font-size:15px;font-weight:650}.ant-layout-sider-collapsed .admin-brand{padding:0 23px}.ant-layout-sider-collapsed .admin-brand__name{display:none}.admin-navigation{padding:6px 10px;background:0 0!important;border:0!important}.admin-navigation .ant-menu-item{margin-block:5px;font-weight:500}.admin-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:15;border-bottom:1px solid #e5e7ebd9;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.admin-header__context{align-items:center;gap:10px;min-width:0;display:flex}.admin-header__divider{background:var(--border);width:1px;height:22px}.admin-header__section{color:#344054;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-mobile-menu{display:none!important}.admin-account-button{align-items:center;gap:10px;height:auto!important;padding:5px 6px 5px 10px!important;display:flex!important}.admin-account-copy{text-align:right;flex-direction:column;line-height:1.25;display:flex}.admin-account-email{font-size:12px;font-weight:400}.admin-content{min-width:0}.page-shell>.ant-card,.page-shell>.ant-space>.ant-space-item>.ant-card,.page-shell .ant-col>.ant-card{border-color:var(--border-subtle);box-shadow:var(--shadow-sm)}.page-shell .ant-card-head{min-height:60px}.page-shell .ant-card-head-title{color:#263441;font-size:15px;font-weight:650}.page-shell .ant-table-wrapper .ant-table{border-radius:0 0 14px 14px}.page-shell .ant-table-thead>tr>th{letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:650}.page-shell .ant-table-cell{vertical-align:middle}.page-shell .ant-btn-link{font-weight:550}.page-shell .ant-pagination{margin-inline:18px}.machine-toolbar{border-bottom:1px solid var(--border-subtle);padding:18px}.machine-toolbar__primary,.machine-toolbar__secondary{justify-content:space-between;align-items:center;gap:12px;display:flex}.machine-toolbar__primary .ant-input-search{max-width:620px}.machine-toolbar__secondary{margin-top:12px}.machine-column-menu{border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);background:#fff;border-radius:12px;min-width:300px;padding:16px}.machine-column-menu__help{color:var(--text-muted);margin:3px 0 14px;font-size:12px;line-height:1.5}.machine-column-menu__scope{color:#98a2b3}.machine-column-menu__empty{color:var(--text-muted);margin-top:12px}.machine-filter-panel{border-bottom:1px solid var(--border-subtle);background:#fafbfc;padding:16px 18px 18px}.machine-filter-panel__heading{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.machine-filter-panel__heading>div{flex-direction:column;gap:2px;display:flex}.machine-filter-panel__heading span{color:var(--text-muted);font-size:12px}.machine-filter-grid{grid-template-columns:minmax(160px,1.1fr) minmax(180px,1.1fr) minmax(140px,.8fr) minmax(190px,1.2fr) minmax(160px,1fr) auto;align-items:center;gap:10px;display:grid}.machine-filter-grid .ant-select,.machine-filter-grid .ant-input-number{width:100%}.machine-filter-grid>.ant-btn-link{grid-column:4/-1;justify-self:end}.machine-selection-bar{background:var(--flux-orange-soft);color:#9a3e18;border-bottom:1px solid #f7d5c5;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.admin-mobile-drawer .ant-drawer-body{background:var(--sidebar)}@media (max-width:991px){.admin-sider{display:none}.admin-desktop-menu,.admin-header__divider{display:none!important}.admin-mobile-menu{display:inline-flex!important}.admin-header{padding:0 16px}.page-shell{padding:24px}.machine-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machine-filter-grid>.ant-btn-link{grid-column:auto}}@media (max-width:640px){.page-shell{padding:20px 16px 32px}.page-heading{margin-bottom:18px;display:block}.page-heading h1{font-size:26px}.admin-header{height:58px;padding:0 10px}.admin-header__section{font-size:13px}.admin-account-copy,.admin-access-tag{display:none!important}.admin-account-button{gap:0;padding:3px!important}.page-shell .ant-card-head{padding-block:16px}.page-shell .ant-card-head-wrapper{flex-direction:column;align-items:stretch;gap:10px;width:100%}.page-shell .ant-card-extra{width:100%;margin-inline-start:0}.page-shell .ant-card-extra .ant-space{width:100%}.page-shell .ant-card-extra .ant-space-item{flex:auto}.page-shell .ant-card-extra .ant-btn{width:100%}.machine-toolbar,.machine-filter-panel{padding:14px}.machine-toolbar__primary,.machine-toolbar__secondary{flex-direction:column;align-items:stretch}.machine-toolbar__primary .ant-input-search,.machine-toolbar__primary>.ant-btn{width:100%;max-width:none}.machine-toolbar__secondary>.ant-space,.machine-toolbar__secondary>.ant-space>.ant-space-item,.machine-toolbar__secondary>.ant-space>.ant-space-item>.ant-btn{width:100%}.machine-toolbar__secondary>.ant-space{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.machine-toolbar__actions{border-top:1px solid var(--border-subtle);padding-top:12px}.machine-filter-grid{grid-template-columns:1fr}.machine-filter-grid>.ant-btn{width:100%}.machine-selection-bar{flex-direction:column;align-items:stretch;gap:10px}.machine-selection-bar .ant-space{grid-template-columns:.7fr 1.3fr;display:grid}}
