:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fa;color:#18212f}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{border:0}.loginShell{min-height:100vh;display:grid;place-items:center;background:#eef2f7}.loginPanel{width:min(420px,calc(100vw - 32px));background:#fff;border:1px solid #dce3ec;border-radius:8px;padding:28px;box-shadow:0 18px 50px #2834461f}.loginPanel h1{margin:12px 0 20px;font-size:24px}.brandMark,.metricIcon{width:40px;height:40px;display:grid;place-items:center;color:#1d4ed8;background:#e8f0ff;border-radius:8px}.appShell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:#111827;color:#d9e2f0;padding:18px 14px;display:flex;flex-direction:column;min-height:100vh}.sidebarMain{min-width:0}.sidebarFooter{margin-top:auto;padding-top:16px}.sideTitle{height:42px;display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:18px}.navButton{width:100%;height:38px;display:flex;align-items:center;gap:10px;padding:0 10px;margin:3px 0;color:#b9c4d4;background:transparent;border-radius:6px;cursor:pointer}.navButton.active,.navButton:hover{color:#fff;background:#273244}.main{min-width:0;padding:22px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.topbar h1{margin:0;font-size:24px}.topbar p{margin:4px 0 0;color:#697589}.stack{display:flex;flex-direction:column;gap:14px}.metricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric,.panel{background:#fff;border:1px solid #dce3ec;border-radius:8px}.metric{padding:16px;display:grid;grid-template-columns:44px 1fr;gap:3px 12px;align-items:center}.metric strong{font-size:28px;line-height:1}.metric small{color:#697589}.panel{padding:14px}.panelHeader,.buttonRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.panelTitle{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:16px}.logsPanel{padding:10px}.logsPanel .panelHeader{gap:8px;margin-bottom:6px}.logsPanel .panelTitle{gap:5px;margin-bottom:0;font-size:12px;line-height:1.2}.logsPanel .panelTitle svg{width:13px;height:13px}.logsPanel select{width:auto;min-height:26px;padding:4px 7px;font-size:11px;border-radius:4px}.logsPanel .paginationBar{margin-top:6px;gap:8px;font-size:11px}.logsPanel .paginationControls{gap:5px}.logsPanel .paginationControls label{gap:4px;font-size:10px}.logsPanel .paginationControls select{width:60px;min-height:24px;padding:3px 5px}.apiTestMain .topbar{margin-bottom:12px}.apiTestMain .topbar h1{font-size:18px}.apiTestMain .topbar button{min-height:30px;padding:6px 10px;font-size:12px}.apiTestPage{gap:10px;font-size:12px}.apiTestPanel{padding:10px}.apiTestPanel .panelTitle{gap:6px;margin-bottom:9px;font-size:13px}.apiTestPanel .panelTitle svg{width:14px;height:14px}.apiTestPanel .formGrid{gap:7px}.apiTestPanel .fieldControl{grid-template-columns:62px minmax(0,1fr);gap:6px}.apiTestPanel .fieldControl.compact{grid-template-columns:62px minmax(64px,1fr)}.apiTestPanel .fieldControl span,.apiTestPanel label{font-size:11px}.apiTestPanel input,.apiTestPanel select,.apiTestPanel textarea{min-height:30px;padding:6px 8px;font-size:11px;border-radius:4px}.apiTestPanel textarea{line-height:1.4}.apiTestPanel .promptBox{min-height:180px}.apiTestPanel .referenceBox{min-height:150px}.apiTestPanel .yamlBox{min-height:180px}.apiTestPanel button{min-height:30px;padding:6px 10px;font-size:12px}.split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px}.table{width:100%;border-collapse:collapse}.tableWrap{width:100%;overflow-x:auto;border:1px solid #e3e9f2;border-radius:8px}.accountsTable{min-width:1360px;table-layout:fixed}.usersTable{min-width:980px}.accountsTable th:nth-child(1),.accountsTable td:nth-child(1){width:270px}.accountsTable th:nth-child(2),.accountsTable td:nth-child(2){width:84px}.accountsTable th:nth-child(3),.accountsTable td:nth-child(3){width:104px}.accountsTable th:nth-child(4),.accountsTable td:nth-child(4){width:94px}.accountsTable th:nth-child(5),.accountsTable td:nth-child(5){width:94px}.accountsTable th:nth-child(6),.accountsTable td:nth-child(6){width:72px}.accountsTable th:nth-child(8),.accountsTable td:nth-child(8){width:82px}.accountsTable th:nth-child(7),.accountsTable td:nth-child(7){width:158px}.accountsTable th:nth-child(9),.accountsTable td:nth-child(9){width:128px}.accountsTable th:nth-child(10),.accountsTable td:nth-child(10){width:120px}.accountsTable th:nth-child(11),.accountsTable td:nth-child(11){width:150px}.accountsTable th:nth-child(12),.accountsTable td:nth-child(12){width:64px}.accountsTable th:first-child,.accountsTable td:first-child{position:sticky;left:0;z-index:2;background:inherit;box-shadow:1px 0 #e8edf4}.accountsTable th:last-child,.accountsTable td:last-child{position:sticky;right:0;z-index:2;background:inherit;box-shadow:-1px 0 #e8edf4}.accountsTable th:first-child,.accountsTable th:last-child{z-index:3;background:#f8fafc}.accountInfoCell,.accountsTable td:nth-child(11){overflow:hidden}.accountInfoCell strong,.accountInfoCell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountInfoCell strong{color:#172033;font-size:13.5px;font-weight:700;line-height:1.3}.accountInfoCell small{margin-top:2px;color:#7a8798;font-size:11px;line-height:1.25}.accountInfoCell .accountEmail{color:#42526a;font-size:11.5px;font-weight:600}.accountInfoCell .accountProfile{color:#8a95a6}.subscriptionPeriodCell{white-space:nowrap}.metricCell,.priceCell{color:#172033;font-weight:700;font-variant-numeric:tabular-nums}.periodicityCell{color:#334155;font-size:12.5px;font-weight:650}.planPill,.subscriptionBadge,.cancelPill{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.planPill{color:#1f3a5f;background:#eef6ff;border:1px solid #cfe5ff}.subscriptionBadge.good,.cancelPill.good{color:#126247;background:#e5f7ef;border:1px solid #bfe8d4}.subscriptionBadge.warn,.cancelPill.warn{color:#8a4b0f;background:#fff4d9;border:1px solid #f4d792}.subscriptionBadge.bad{color:#9a251f;background:#fee9e7;border:1px solid #f5c1bc}.subscriptionBadge.neutral,.subscriptionBadge.empty,.cancelPill.empty,.planPill.empty{color:#7a8798;background:#f4f6f9;border:1px solid #e4e9f1}.jobsTable{min-width:940px;table-layout:fixed}.jobsTable th:nth-child(1),.jobsTable td:nth-child(1){width:260px}.jobsTable th:nth-child(2),.jobsTable td:nth-child(2){width:150px}.jobsTable th:nth-child(3),.jobsTable td:nth-child(3){width:108px}.jobsTable th:nth-child(4),.jobsTable td:nth-child(4){width:150px}.jobsTable th:nth-child(5),.jobsTable td:nth-child(5),.jobsTable th:nth-child(6),.jobsTable td:nth-child(6),.jobsTable th:nth-child(7),.jobsTable td:nth-child(7){width:86px}.jobsTable td{font-size:13px;color:#26364d;padding-top:7px;padding-bottom:7px;vertical-align:middle}.jobsTable th{padding-top:7px;padding-bottom:7px}.jobsTable tbody tr{cursor:pointer}.jobsTable tbody tr:hover{background:#f8fafc}.jobNameCell{max-width:260px}.jobNameCell strong,.jobNameCell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobNameCell strong{color:#172033;font-size:13px;font-weight:650;line-height:1.35}.jobNameCell small{margin-top:1px;color:#7a8798;font-size:11px}.jobStatusCell{display:inline-flex;align-items:center;gap:6px;max-width:100%}.jobErrorTip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;border-radius:999px;color:#b42318;background:#fff1f1;border:1px solid #ffd2d2;cursor:help}.jobErrorTip svg{width:14px;height:14px}.jobErrorTip:after{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:20;width:max-content;max-width:min(420px,60vw);padding:5px 8px;border:1px solid #9ca3af;border-radius:3px;color:#111827;background:#f3f4f6;box-shadow:0 4px 12px #0f172a29;content:attr(data-tooltip);font-size:11px;line-height:1.35;overflow-wrap:anywhere;opacity:0;pointer-events:none;text-align:left;transform:translate(-50%);white-space:pre-wrap}.jobErrorTip:before{position:absolute;left:50%;bottom:calc(100% + 3px);z-index:21;width:10px;height:10px;border-left:1px solid #9ca3af;border-top:1px solid #9ca3af;background:#f3f4f6;content:"";opacity:0;pointer-events:none;transform:translate(-50%) rotate(45deg)}.jobErrorTip:hover:after,.jobErrorTip:focus-visible:after,.jobErrorTip:hover:before,.jobErrorTip:focus-visible:before{opacity:1;transform:translate(-50%)}.table th{text-align:left;color:#6d7890;font-weight:750;font-size:11px;letter-spacing:0;background:#f8fafc;border-bottom:1px solid #e4eaf2;padding:8px 10px;white-space:nowrap}.table td{border-bottom:1px solid #eef2f7;padding:11px 10px;color:#25334a;font-size:13px;line-height:1.35;vertical-align:middle}.table.jobsTable th,.table.jobsTable td{padding-top:7px;padding-bottom:7px}.table tbody tr{background:#fff}.table tbody tr:hover{background:#f9fbfd}.table tbody tr:last-child td{border-bottom:0}.paginationBar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:#64748b;font-size:13px}.paginationMeta{white-space:nowrap}.paginationControls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.paginationControls label{display:inline-flex;align-items:center;gap:6px;color:#5c6a7f;font-size:12px;font-weight:700}.paginationControls select{width:76px;min-height:32px;padding:6px 8px}.pageButton{height:32px;padding:0 10px}.pageButton:disabled{cursor:not-allowed;opacity:.48}.pageIndicator{min-width:58px;color:#25334a;font-size:12px;font-weight:800;text-align:center}.table small{display:block;margin-top:3px;color:#778397}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.actions{white-space:nowrap}.actions button,.iconButton,.ghostButton,.primaryButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 12px;border-radius:6px;cursor:pointer}.actions button{width:32px;padding:0;color:#304159;background:#edf2f7;margin-right:4px}.actions button:hover,.iconButton:hover,.ghostButton:hover{background:#e2e8f0}.menuCell{text-align:left}.menuBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:transparent}.menuPopover{position:fixed;z-index:26;width:156px;padding:6px;border:1px solid #d7e0eb;border-radius:8px;background:#fff;box-shadow:0 14px 34px #0f172a29}.menuPopover.accountMenu{width:176px}.menuPopover button{width:100%;height:34px;display:flex;align-items:center;justify-content:flex-start;gap:8px;margin:0;padding:0 10px;color:#24344d;background:transparent;font-size:13px;line-height:1;text-align:left}.menuPopover button svg{width:14px;height:14px;flex:0 0 14px}.menuPopover button:hover,.menuPopover button:focus-visible{background:#edf2f7;color:#111827}.iconButton{width:34px;padding:0;color:#304159;background:#edf2f7}.ghostButton{color:#24344d;background:#edf2f7}.primaryButton{color:#fff;background:#1d4ed8}.primaryButton:hover{background:#1e40af}.toolbarForm,.formGrid{display:grid;gap:10px}.toolbarForm{grid-template-columns:150px minmax(210px,.9fr) 140px minmax(240px,1fr) 160px auto auto}.usersToolbar{grid-template-columns:minmax(180px,280px) auto minmax(220px,1fr) 150px}.formGrid{grid-template-columns:repeat(6,minmax(0,1fr))}.fieldControl{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:8px}.fieldControl span{color:#5c6a7f;font-size:12px;font-weight:700;white-space:nowrap}.fieldControl.compact{grid-template-columns:74px minmax(72px,1fr)}.jobForm{display:flex;flex-direction:column;gap:10px}label{display:grid;gap:6px;font-size:13px;color:#4c5b70}input,select,textarea{width:100%;border:1px solid #cfd8e5;border-radius:6px;background:#fff;color:#172033;padding:9px 10px;min-height:36px}textarea{min-height:78px;resize:vertical}.yamlBox{min-height:160px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.settingsForm{display:grid;max-width:760px;gap:14px}.toggleRow{display:flex;align-items:center}.toggleRow input{width:auto}.status{display:inline-flex;align-items:center;min-width:72px;justify-content:center;height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700;background:#edf2f7;color:#4b5b70}.status.running,.status.generating,.status.profile_running{background:#e0f2fe;color:#0369a1}.status.completed,.status.logged_in,.status.enabled{background:#dcfce7;color:#166534}.status.failed,.status.needs_attention,.status.disabled{background:#fee2e2;color:#991b1b}.status.paused,.status.warning{background:#fef3c7;color:#92400e}.status.pending,.status.draft{background:#eef2ff;color:#3730a3}.logList{display:flex;flex-direction:column;gap:4px;max-height:68vh;overflow:auto;font-size:11px;line-height:1.35}.logList.compact{max-height:330px;font-size:10px}.logLine{display:grid;grid-template-columns:128px 54px 1fr;gap:6px;align-items:start;padding:4px 6px;border:1px solid #e7edf5;border-radius:4px;background:#fafbfc}.logLine span{color:#718096;font-size:10px}.logLine b{font-size:10px;text-transform:uppercase}.logLine p{margin:0;overflow-wrap:anywhere}.logLine.error{border-color:#fecaca;background:#fff7f7}.logLine.warning{border-color:#fde68a;background:#fffbeb}.empty{color:#7b8798}.drawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0f172a29}.drawer{position:fixed;right:0;top:0;width:min(560px,100vw);height:100vh;background:#fff;border-left:1px solid #d8e0eb;box-shadow:-18px 0 42px #0f172a24;padding:18px;overflow:auto}.userDrawer{width:min(760px,100vw)}.drawerHeader{display:flex;justify-content:space-between;gap:14px;align-items:start;border-bottom:1px solid #e6ebf2;padding-bottom:14px;margin-bottom:14px}.drawerHeader h2{margin:0 0 8px}.drawerCloseButton{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;color:#24344d;background:#edf2f7;border-radius:6px;cursor:pointer}.drawerCloseButton:hover{background:#e2e8f0}.drawerSection{margin-bottom:18px}.drawerSection .table{font-size:13px}.tenantSummaryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px;margin-bottom:12px}.tenantSummaryGrid div{min-width:0;min-height:42px;padding:0}.tenantSummaryGrid span{display:block;color:#64748b;font-size:11px;font-weight:700;margin-bottom:3px}.tenantSummaryGrid strong,.tenantSummaryGrid code{display:block;min-width:0;overflow:hidden;color:#172033;font-size:16px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.tenantSummaryGrid code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.inlineForm{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;margin-bottom:10px}.compactButton{height:30px;padding:0 10px;font-size:12px}.keyPrefixCell,.keyActionGroup{display:inline-flex;align-items:center;gap:6px}.keyPrefixCell code{overflow-wrap:anywhere}.miniIconButton{width:28px;height:28px;padding:0}.dangerButton{color:#991b1b;background:#fee2e2}.dangerButton:hover{background:#fecaca}.amountPositive{color:#166534}.amountNegative{color:#991b1b}.drawerSection h3{margin:0 0 8px;font-size:14px}.detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.detailGrid div{padding:9px 10px;border:1px solid #e6ebf2;border-radius:6px;background:#f8fafc}.detailGrid dt{margin-bottom:3px;color:#697589;font-size:12px;font-weight:700}.detailGrid dd{margin:0}pre{margin:0;padding:12px;white-space:pre-wrap;background:#f8fafc;border:1px solid #e6ebf2;border-radius:6px}.artifact{display:flex;align-items:center;gap:8px;color:#1d4ed8;text-decoration:none;padding:8px 0}.assetGroups{display:grid;gap:10px}.assetGroup{display:grid;gap:6px;padding:10px;border:1px solid #e6ebf2;border-radius:6px;background:#f8fafc}.assetGroup strong{font-size:12px;color:#4c5b70}.assetGroup code{overflow-wrap:anywhere;color:#1f2a3d;font-size:12px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:22px;background:#0f172a8a}.videoModal{width:min(920px,100%);max-height:calc(100vh - 44px);overflow:hidden;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 26px 80px #0f172a47}.accountEditModal{width:min(680px,100%);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 26px 80px #0f172a47}.accountImportModal{width:min(820px,100%);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 26px 80px #0f172a47}.keyRevealModal{width:min(720px,100%);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 26px 80px #0f172a47}.secretBox{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px}.secretBox code{min-width:0;overflow-wrap:anywhere;padding:10px;border:1px solid #d8e0eb;border-radius:6px;background:#f8fafc}.vncOverlay{padding:14px}.vncModal{width:min(1180px,100%);height:min(760px,calc(100vh - 28px));overflow:hidden;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 26px 80px #0f172a47}.vncViewport{position:relative;height:calc(100% - 65px);overflow:hidden;background:#0f172a}.vncViewport canvas{display:block;margin:auto}.vncMessage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;color:#e2e8f0;text-align:center}.accountEditForm,.accountImportForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.accountEditForm .wideField,.profileFormGrid .wideField,.accountImportForm .wideField,.csvSpec{grid-column:1 / -1}.profileSettingsForm{display:grid;gap:12px;margin:0 16px 16px;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#f8fafc}.profileSettingsHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.profileStatusLine{display:flex;align-items:center;gap:8px;min-width:0;color:#64748b;font-size:12px}.profileStatusLine span{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profileFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profileSectionStack{display:grid;gap:20px}.profileConfigSection{display:grid;gap:12px}.profileConfigSection h3{margin:0;color:#64748b;font-size:12px;font-weight:800;letter-spacing:.08em}.profileConfigSection p{margin:0;color:#64748b;font-size:12px;line-height:1.5}.profileInlineControl{display:flex;gap:8px}.profileInlineControl input{min-width:0}.profileMiniButton{min-width:66px;flex:0 0 auto}.profileToggle{align-self:end;min-height:36px}.profileChipRow{display:flex;flex-wrap:wrap;gap:6px}.profileTagChip,.profileArgChip{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:4px 8px;border-radius:999px;background:#edf2f7;color:#334155;font-size:12px;font-weight:700}.profileArgChip{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600}.profileTagChip button,.profileArgChip button{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border-radius:999px;color:inherit;background:transparent}.profileTagChip button:hover,.profileArgChip button:hover{background:#0f172a14}.profileAddRow{display:flex;align-items:center;gap:8px}.profileAddRow input{min-width:0;flex:1}.profileColorDots{display:flex;gap:4px;flex:0 0 auto}.profileColorDots button{width:17px;height:17px;padding:0;border:2px solid transparent;border-radius:999px;transition:transform .12s ease,border-color .12s ease}.profileColorDots button.selected{border-color:#172033;transform:scale(1.14)}.profileAutoReadout{max-width:160px;color:#64748b;background:#eef2f7}.profileAdvanced{display:grid;gap:12px}.profileAdvanced summary{cursor:pointer;color:#334155;font-size:13px;font-weight:800}.profileAdvanced[open] summary{margin-bottom:12px}.profileAdvancedHint{margin:0 0 12px;color:#64748b;font-size:12px}.profileNotice{margin:0;padding:10px 12px;border:1px solid #fde68a;border-radius:6px;background:#fffbeb;color:#92400e;font-size:12px}.csvSpec{display:grid;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.csvSpec strong{color:#172033}.csvSpec p{margin:0;color:#58677c;font-size:13px}.csvSpec dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin:0}.csvSpec dl div{min-width:0}.csvSpec dt{color:#172033;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:800}.csvSpec dd{margin:2px 0 0;color:#64748b;font-size:12px}.csvSpec pre{margin:0;overflow-x:auto;padding:10px;border-radius:6px;background:#0f172a;color:#e2e8f0;font-size:12px}.modalHeader{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e6ebf2}.modalHeader h2{margin:0 0 4px;font-size:17px}.modalHeader small{display:block;max-width:760px;overflow:hidden;color:#697589;text-overflow:ellipsis;white-space:nowrap}.videoPlayer{display:block;width:100%;max-height:calc(100vh - 132px);background:#0f172a}.videoLoading{min-height:360px;display:grid;place-items:center;align-content:center;gap:10px;color:#697589}.toast{position:fixed;right:18px;bottom:18px;max-width:520px;min-height:42px;padding:0 16px;color:#fff;background:#18212f;border-radius:8px;box-shadow:0 12px 34px #0f172a38}.spin{animation:spin 1s linear infinite}.portalLoginShell{background:#edf1f6}.portalLoginPanel{box-shadow:0 20px 54px #18212f24}.portalShell{background:#f4f7fb}.portalSidebar{background:#101720}.portalMain{max-width:1500px;width:100%}.portalTopbar{min-height:54px}.portalTopbarActions{display:flex;align-items:center;gap:10px}.portalBalance{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border:1px solid #d7e0eb;border-radius:6px;color:#26364d;background:#fff;font-size:13px;font-weight:800}.portalMetricGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.portalSplit{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.portalKeyList{display:grid;gap:8px}.portalKeyRow{display:grid;grid-template-columns:minmax(160px,.9fr) minmax(220px,1.4fr) auto auto;align-items:center;gap:10px;padding:10px;border:1px solid #e1e8f1;border-radius:6px;background:#fbfcfe}.portalKeyRow strong,.portalKeyRow small{display:block}.portalKeyRow small{margin-top:3px;color:#6b778c;font-size:12px}.portalKeyRow code{min-width:0;overflow-wrap:anywhere;padding:7px 8px;border:1px solid #d8e0eb;border-radius:5px;background:#fff;color:#172033;font-size:12px}.portalToolbar{grid-template-columns:minmax(260px,1fr) 160px}.portalJobsTable{min-width:980px;table-layout:fixed}.portalJobsTable th:nth-child(1),.portalJobsTable td:nth-child(1){width:270px}.portalJobsTable th:nth-child(2),.portalJobsTable td:nth-child(2){width:120px}.portalJobsTable th:nth-child(3),.portalJobsTable td:nth-child(3){width:150px}.portalJobsTable th:nth-child(4),.portalJobsTable td:nth-child(4){width:110px}.portalJobsTable th:nth-child(7),.portalJobsTable td:nth-child(7){width:74px}.portalTestSplit{grid-template-columns:minmax(0,1fr);max-width:1080px}.portalTestGrid{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(120px,1fr));align-items:end}.portalTestPanel .fieldControl,.portalTestPanel .fieldControl.compact{grid-template-columns:1fr;align-items:stretch;gap:6px}.portalTestPanel .fieldControl span{color:#506078;font-size:12px;line-height:1.2}.portalTestPanel input,.portalTestPanel select{min-width:0;height:40px}.portalTestPanel .promptBox,.portalTestPanel .referenceBox{min-height:132px}.portalToggleGrid{display:grid;grid-template-columns:repeat(2,minmax(120px,180px));gap:10px}.portalResultPanel{align-self:start}.portalResponseBox{display:grid;gap:10px}.portalResponseBox>div:not(.assetGroups){display:grid;gap:4px;padding:10px;border:1px solid #e1e8f1;border-radius:6px;background:#fbfcfe}.portalResponseBox span{color:#657388;font-size:12px;font-weight:800}.portalResponseBox code{overflow-wrap:anywhere;font-size:12px}.portalLogsPanel{padding:14px}.portalLogFilters{display:grid;grid-template-columns:auto 150px minmax(220px,1fr) 150px;align-items:center;justify-content:initial}.portalLogFilters input{min-height:30px;padding:4px 7px;font-size:11px;border-radius:4px}.portalPasswordForm{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto}.portalAdminUserForm{grid-template-columns:minmax(170px,1fr) minmax(140px,.8fr) minmax(170px,1fr) auto}.resetPasswordModal{width:min(520px,100%)}.docsPage{max-width:1180px}.docsHero{padding-bottom:16px}.docsHeroHeader{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:12px}.docsHeroHeader .panelTitle{margin-bottom:0}.docsBaseUrl{display:grid;gap:5px;margin-bottom:12px;padding:10px 12px;border:1px solid #d7e0eb;border-radius:6px;background:#f8fafc}.docsBaseUrl span{color:#64748b;font-size:12px;font-weight:800}.docsBaseUrl code{overflow-wrap:anywhere;color:#172033;font-size:13px}.docsEndpointGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.docsEndpointGrid div{min-width:0;display:grid;gap:5px;padding:12px;border:1px solid #e1e8f1;border-radius:6px;background:#fbfcfe}.docsEndpointGrid span{color:#64748b;font-size:12px;font-weight:800}.docsEndpointGrid code,.docsPage .table code{overflow-wrap:anywhere;font-size:12px}.docsCodeGrid{display:grid;gap:14px}.codeExample{overflow:hidden;border:1px solid #d7e0eb;border-radius:8px;background:#0f172a}.codeExampleHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 10px;border-bottom:1px solid rgba(226,232,240,.16);color:#e5edf8;background:#111c2d}.codeExample pre{max-height:420px;overflow:auto;border:0;border-radius:0;background:#0f172a;color:#dbeafe;font-size:12px;line-height:1.55}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.appShell{grid-template-columns:1fr}.sidebar{display:flex;flex-direction:row;align-items:center;gap:6px;overflow-x:auto;min-height:auto}.sideTitle{margin:0 12px 0 0}.sidebarMain,.sidebarFooter{display:flex;align-items:center;gap:6px}.sidebarFooter{margin-top:0;padding-top:0;margin-left:auto}.navButton{width:auto;padding:0 12px}.metricGrid,.portalMetricGrid,.split,.portalSplit,.portalTestSplit,.toolbarForm,.portalToolbar,.formGrid,.portalTestPanel .formGrid,.portalKeyRow,.portalLogFilters,.portalPasswordForm,.portalAdminUserForm,.portalToggleGrid,.docsEndpointGrid,.tenantSummaryGrid,.inlineForm,.secretBox,.detailGrid{grid-template-columns:1fr}}
