/* Tactical Guardian Updates Command Center v12 — full professional redesign */
:root{--tg-navy:#0c1b31;--tg-navy2:#122745;--tg-blue:#3157ed;--tg-blue2:#5471ff;--tg-green:#139a66;--tg-red:#d64854;--tg-amber:#b96b0a;--tg-bg:#eef3f9;--tg-panel:#fff;--tg-soft:#f7f9fc;--tg-line:#d7e1ec;--tg-muted:#62738a;--tg-text:#122036;--tg-shadow:0 14px 34px rgba(15,35,65,.07);--tg-radius:18px}*{box-sizing:border-box}html{min-width:320px;background:var(--tg-bg)}body{margin:0;background:radial-gradient(circle at 50% -10%,#f9fbff 0,#eef3f9 45%,#e9f0f7 100%);color:var(--tg-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:var(--tg-blue)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.eyebrow{display:block;color:var(--tg-blue);font-size:10px;font-weight:950;letter-spacing:.14em}.smallNote{margin:7px 0 0;color:var(--tg-muted);font-size:11px;line-height:1.5}
/* Login/setup */
.tg-updates-login,.tg-updates-setup{min-height:100dvh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#081426,#112746)}.tg-updates-login .card,.tg-updates-setup .card{width:min(470px,100%);padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(3,12,25,.35)}.tg-updates-login .logo,.tg-updates-setup .logo,.tg-updates-setup .card img{width:auto;max-width:220px;max-height:58px;margin:0 0 18px}.tg-updates-login h1,.tg-updates-setup h1{margin:0 0 7px;font-size:28px;letter-spacing:-.04em}.tg-updates-login p,.tg-updates-setup p{color:var(--tg-muted);line-height:1.5}.tg-updates-login input,.tg-updates-setup input{width:100%;min-height:44px;margin:8px 0 4px;padding:9px 11px;border:1px solid #cad7e6;border-radius:11px}.tg-updates-login button,.tg-updates-setup button{width:100%;min-height:44px;margin-top:10px;border:0;border-radius:11px;background:var(--tg-navy);color:#fff;font-weight:900}.tg-updates-login .err{margin:10px 0;padding:10px;border-radius:10px;background:#fff0f2;color:#9e2330;text-align:center;font-weight:800}
/* Header */
.top{position:sticky;top:0;z-index:50;background:rgba(12,27,49,.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 9px 28px rgba(5,18,35,.18)}.topRow{width:min(1460px,calc(100% - 36px));min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.brandLogo{width:58px!important;height:46px!important;max-width:58px!important;object-fit:contain}.brandCopy h1{margin:0;color:#fff;font-size:18px;line-height:1.1;letter-spacing:-.025em}.brandCopy p{margin:4px 0 0;color:#aebdd0;font-size:11px;font-weight:650}.topActions{display:flex;align-items:center;gap:8px}.topLink,.logout{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;text-decoration:none;font-size:11px;font-weight:850}.logout{background:#fff;color:var(--tg-navy);border-color:#fff}
.wrap{width:min(1460px,calc(100% - 36px));margin:18px auto 48px;padding:0}.stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-bottom:12px}.stat{min-height:72px;padding:13px 15px;border:1px solid var(--tg-line);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(15,35,65,.035)}.stat b{display:block;margin-bottom:2px;font-size:23px;line-height:1;letter-spacing:-.04em}.stat span{color:var(--tg-muted);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.tabs{position:sticky;top:82px;z-index:35;display:flex;gap:5px;overflow-x:auto;margin:0 0 14px;padding:5px;border:1px solid var(--tg-line);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(15,35,65,.07);scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabBtn{flex:0 0 auto;min-height:36px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#52647d;font-size:11px;font-weight:900;white-space:nowrap}.tabBtn:hover{background:#f0f4fa;color:var(--tg-navy)}.tabBtn.active{background:var(--tg-navy);color:#fff;box-shadow:0 4px 12px rgba(12,27,49,.15)}.tab{display:none}.tab.active{display:block}.tab>*{min-width:0}
/* Cards/panels */
.panel,.miniCard,.stepCard,.helpCard,.ecosystemHero,.laneHero,.comparisonCard{border:1px solid var(--tg-line);border-radius:var(--tg-radius);background:var(--tg-panel);box-shadow:var(--tg-shadow)}.panel{overflow:hidden}.panelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:15px 17px;border-bottom:1px solid #e6edf5}.panelHead h2{margin:0;font-size:17px;line-height:1.2;letter-spacing:-.025em}.panelHead h3{margin:0}.panelHead p{max-width:850px;margin:5px 0 0;color:var(--tg-muted);font-size:11px;line-height:1.5}.panelBody{padding:16px 17px}.miniCard,.stepCard,.helpCard{padding:16px;align-self:start}.miniCard h3,.stepCard h3,.helpCard h3{margin:0 0 6px;font-size:16px;letter-spacing:-.02em}.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:start}.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.adminGrid,.builderGrid,.builderMatrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.stepCard{min-height:0!important;height:auto!important;background:linear-gradient(180deg,#fff,#fbfdff)}.stepLabel{display:inline-flex;margin-bottom:7px;padding:4px 7px;border-radius:999px;background:#eef3ff;color:#294bd0;font-size:9px;font-weight:950;letter-spacing:.08em}.sourceList{display:grid;gap:7px;margin-top:9px}.sourceVersionRow{min-height:0!important;display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:9px 10px;border:1px solid var(--tg-line);border-radius:12px;background:#fafcfe}.sourceVersionRow form{margin:0}.sourcePill{min-width:78px;padding:6px 9px;border-radius:999px;background:#eef3ff;color:#294bd0;font-size:11px;font-weight:900;text-align:center}
/* Forms/buttons */
label{font-size:11px;font-weight:850;color:#273b55}.stackForm{display:grid;gap:5px}.stackForm label{margin-top:3px}.stackForm input,.stackForm select,.stackForm textarea,.panel input,.panel select,.panel textarea{width:100%;max-width:100%;min-height:40px;margin:3px 0 7px;padding:8px 10px;border:1px solid #cad7e5;border-radius:10px;background:#fff;color:var(--tg-text);box-shadow:none}.panel textarea{min-height:110px;resize:vertical}.check{display:flex!important;align-items:center!important;gap:8px!important;margin:4px 0 9px!important;color:#43566f;font-size:11px;font-weight:750}.check input{width:auto!important;min-height:0!important;margin:0!important}.btn{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:0;border-radius:10px;background:var(--tg-navy);color:#fff;text-decoration:none;font-size:11px;font-weight:900;line-height:1.1}.btn:hover{filter:brightness(.97)}.btn.green{background:var(--tg-green)}.btn.blue{background:var(--tg-blue)}.btn.red{background:var(--tg-red)}.btn.amber{background:var(--tg-amber)}.btn.light{border:1px solid #d6e0ec;background:#f4f7fa;color:#263950}.btn.small{min-height:32px;padding:0 9px;font-size:10px}.btn.block{width:100%}.actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.formInline{margin:0}.dangerCompact{padding:12px}.dangerCompact h3{margin:0 0 5px}.dangerCompact p{margin:0 0 9px}.searchRow{display:flex;gap:8px;align-items:end}.searchRow>*{min-width:0}.searchRow input,.searchRow select{margin-bottom:0}.commandStrip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:12px}
/* Data tables */
.tableWrap{width:100%;overflow:auto;border:1px solid var(--tg-line);border-radius:13px;background:#fff;-webkit-overflow-scrolling:touch}.tableWrap table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.tableWrap th{position:sticky;top:0;z-index:2;padding:10px 11px;background:var(--tg-navy);color:#fff;text-align:left;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.tableWrap td{padding:10px 11px;border-bottom:1px solid #e7edf4;vertical-align:middle;font-size:11px;line-height:1.45}.tableWrap tr:last-child td{border-bottom:0}.tableWrap tbody tr:hover td{background:#fafcff}.badge{display:inline-flex;align-items:center;min-height:23px;padding:4px 7px;border-radius:999px;background:#edf1f6;color:#53647a;font-size:9px;font-weight:950;text-transform:uppercase}.badge.active{background:#e8f8f0;color:#08744d}.badge.draft{background:#fff6de;color:#935b05}.badge.retired{background:#f2f4f7;color:#758399}.empty{padding:18px;text-align:center;color:var(--tg-muted);font-size:11px;font-weight:700}.details{max-height:300px;overflow:auto;margin:10px 0 0;padding:11px;border-radius:10px;background:#08172b;color:#d7e6f8;font-size:10px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}
.flash{margin:0 0 12px;padding:11px 13px;border:1px solid;border-radius:12px;text-align:center;transition:opacity .3s}.flash.ok{background:#ecfaf4;border-color:#b8e7d1;color:#0d714c}.flash.err{background:#fff0f2;border-color:#f0bcc2;color:#9d2631}.flashText{font-size:11px;font-weight:850}
/* Main release lanes */
.ecosystemHero,.laneHero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:20px;align-items:center;margin-bottom:12px;padding:21px 23px}.ecosystemHero.pluginLane{background:linear-gradient(135deg,#fff,#f1f5ff)}.ecosystemHero.databaseLane,.laneHero.databaseLane{background:linear-gradient(135deg,#fff,#eefaf6)}.ecosystemHero h2,.laneHero h2{margin:4px 0 7px;font-size:34px;line-height:1.05;letter-spacing:-.055em}.ecosystemHero p,.laneHero p{margin:0;color:#53657d;font-size:12px;line-height:1.6}.flowPills,.laneFlow{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.flowPills span,.laneFlow span{display:inline-flex;align-items:center;gap:6px;min-height:35px;padding:6px 9px;border:1px solid #d3dfff;border-radius:999px;background:rgba(255,255,255,.92);color:#2d4262;font-size:10px;font-weight:900}.flowPills b,.laneFlow i{color:#7590bc;font-style:normal}.laneFlow span b{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--tg-blue);color:#fff;font-size:9px}.releasePushGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:9px;align-items:start}.releasePushCard{padding:14px;border:1px solid var(--tg-line);border-radius:14px;background:#fbfdff;align-self:start}.releasePushCard.isLive{border-color:#a9dfc9;background:#f5fff9;box-shadow:inset 0 3px 0 var(--tg-green)}.releasePushTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.releasePushTop h3{margin:3px 0 0;font-size:22px}.releaseFile{color:#576980;font-size:10px}.liveNotice{margin-top:9px;padding:8px 9px;border-radius:9px;background:#e7f8ef;color:#08744d;font-size:10px;font-weight:850}.liveDot{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:var(--tg-green)}
/* Build Releases — deliberately content-height, no stretched columns */
#builder .two,#builder .builderMatrix{align-items:start}.builderMatrix .stepCard{display:block}.builderMatrix form{display:grid;gap:3px}.builderMatrix .btn{justify-self:start}.builderMatrix+.sourceList{margin-top:10px}.pluginNameHint{color:var(--tg-muted);font-size:10px}.builderSourceSection{margin-top:12px}.builderSourceSection h3{margin:0 0 8px}.builderMatrix input[type=file]{padding:7px;height:auto}.builderMatrix .check{margin-block:5px!important}
/* Tenant DB guided migration */
.migrationExplainer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 12px}.migrationExplainer article{padding:13px 14px;border:1px solid var(--tg-line);border-radius:13px;background:#fff}.migrationExplainer strong{font-size:12px}.migrationExplainer strong small{margin-left:5px;padding:3px 5px;border-radius:6px;background:#eef3ff;color:#3157ed;font-family:ui-monospace,monospace;font-size:9px}.migrationExplainer p{margin:5px 0 0;color:var(--tg-muted);font-size:10px;line-height:1.5}.migrationBuilderGrid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:12px;align-items:start}.migrationSideStack{display:grid;gap:12px;align-items:start}.migrationSqlForm{display:grid;grid-template-columns:1fr 1fr;gap:9px 10px}.formGrid{display:grid;gap:10px}.migrationMetaGrid{grid-column:1/-1;grid-template-columns:1fr 1fr}.migrationSqlForm label{display:grid;gap:4px}.migrationSqlForm label>span{font-size:10px;font-weight:900}.migrationSqlForm label em{color:var(--tg-muted);font-size:9px;font-style:normal;font-weight:650}.migrationSqlForm input,.migrationSqlForm textarea{margin:0!important}.fullField{grid-column:1/-1}.sqlField{min-width:0}.sqlField textarea{min-height:220px!important;padding:11px!important;background:#08172b!important;color:#d9e7f7!important;border-color:#08172b!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:11px!important;line-height:1.5!important;tab-size:2}.migrationCreateFooter{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:3px}.migrationCreateFooter .smallNote{margin:0;max-width:580px}.compactForm input{margin-bottom:5px}.safetyList{display:grid;gap:7px}.safetyList>div{display:grid;gap:3px;padding:10px;border:1px solid #e0e8f1;border-radius:10px;background:#f9fbfd}.safetyList b{font-size:11px}.safetyList span{color:var(--tg-muted);font-size:10px;line-height:1.45}.migrationRegistryPanel,.migrationHistoryPanel{margin-top:12px}.migrationActions{min-width:250px}
/* Help/admin/danger */
.helpGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;align-items:start}.helpCard{min-height:0!important;background:#fbfdff}.helpCard.helpPrimary{border-color:#c8d6ff;background:linear-gradient(145deg,#f2f5ff,#fff)}.helpCard p{margin:0;color:#566880;font-size:10px;line-height:1.55;font-weight:600}.adminGrid{align-items:start}.danger{border-color:#efc5c9}.danger .panelHead{background:#fff7f8}.deployState{padding:12px;border-radius:12px;background:#f7f9fc;border:1px solid #dde6f0}.deployTable{margin-top:10px}
/* Modal */
.modalBackdrop{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:18px;background:rgba(6,17,31,.62);backdrop-filter:blur(2px)}.modalBackdrop.open{display:grid}.modal{width:min(500px,100%);max-height:calc(100dvh - 36px);overflow:auto;border:1px solid var(--tg-line);border-radius:19px;background:#fff;box-shadow:0 30px 90px rgba(4,14,28,.35)}.modalHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid var(--tg-line)}.modalHead h2{margin:0;font-size:18px}.x{width:34px;height:34px;border:1px solid var(--tg-line);border-radius:9px;background:#f7f9fc;font-size:18px}.modalBody{padding:16px 17px}.modalBody form{display:grid;gap:4px}
@media(max-width:1180px){.stats{grid-template-columns:repeat(3,1fr)}.three{grid-template-columns:1fr}.helpGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystemHero,.laneHero{grid-template-columns:1fr}.flowPills,.laneFlow{justify-content:flex-start}.migrationBuilderGrid{grid-template-columns:1fr}.migrationSideStack{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.topRow,.wrap{width:min(100% - 22px,1460px)}.brandCopy p{display:none}.tabs{top:80px}.two,.adminGrid,.builderGrid,.builderMatrix{grid-template-columns:1fr}.commandStrip{grid-template-columns:1fr}.migrationExplainer{grid-template-columns:1fr}.migrationSideStack{grid-template-columns:1fr}.helpGrid{grid-template-columns:1fr}.migrationSqlForm{grid-template-columns:1fr}.migrationMetaGrid{grid-template-columns:1fr}.fullField,.migrationMetaGrid,.migrationCreateFooter{grid-column:1}.migrationCreateFooter{align-items:stretch;flex-direction:column}.migrationCreateFooter .btn{align-self:flex-start}}
@media(max-width:640px){.topRow,.wrap{width:calc(100% - 14px)}.topRow{min-height:64px}.brandLogo{width:43px!important;height:38px!important}.brandCopy h1{font-size:15px}.topLink{display:none}.logout{min-height:35px;padding-inline:9px}.wrap{margin-top:10px}.stats{grid-template-columns:repeat(2,1fr);gap:6px}.stat{min-height:62px;padding:11px}.stat b{font-size:20px}.tabs{top:70px;margin-bottom:10px}.tabBtn{min-height:34px;padding-inline:10px}.panel,.miniCard,.stepCard,.helpCard,.ecosystemHero,.laneHero{border-radius:14px}.panelHead,.panelBody{padding:13px}.ecosystemHero,.laneHero{padding:16px}.ecosystemHero h2,.laneHero h2{font-size:28px}.laneFlow i,.flowPills b{display:none}.laneFlow span,.flowPills span{flex:1 1 125px;border-radius:9px;justify-content:center}.sourceVersionRow{align-items:stretch}.sourceVersionRow form{flex:1 1 130px}.sourceVersionRow .btn{width:100%}.actions form{flex:1 1 120px}.actions .btn{width:100%}.panel input,.panel select,.panel textarea{font-size:16px}.btn{min-height:42px}.tableWrap table{min-width:690px}.sqlField textarea{min-height:190px!important;font-size:11px!important}.migrationCreateFooter .btn{width:100%}.tg-updates-login,.tg-updates-setup{padding:10px;place-items:start stretch}.tg-updates-login .card,.tg-updates-setup .card{margin:auto;padding:20px 16px;border-radius:18px}}
@media(max-width:380px){.stats{grid-template-columns:1fr}.brandLogo{display:none}.ecosystemHero h2,.laneHero h2{font-size:25px}}
@media(max-height:600px) and (orientation:landscape){.top{position:relative}.tabs{position:relative;top:auto}.tg-updates-login,.tg-updates-setup{display:block}.tg-updates-login .card,.tg-updates-setup .card{margin:0 auto}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.proofMigrationForm{padding:0 16px 16px}.proofMigrationForm .smallNote{text-align:center;margin:8px 0 0}

/* Initial setup uses the same compact professional shell as the release console. */
.tg-updates-setup .setupCard{width:min(560px,100%)}
.tg-updates-setup .setupEyebrow{display:block;margin:0 0 7px;color:var(--tg-blue);font-size:9px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.tg-updates-setup .setupForm{display:grid;gap:10px;margin-top:18px}
.tg-updates-setup .setupForm label{display:grid;gap:5px;margin:0;color:var(--tg-ink);font-size:10px;font-weight:900}
.tg-updates-setup .setupForm input{margin:0}
.tg-updates-setup .setupPasswordGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tg-updates-setup .setupFoot{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--tg-line);font-size:10px}
.tg-updates-setup .setupFoot a{color:var(--tg-blue);font-weight:850}
@media(max-width:560px){.tg-updates-setup .setupPasswordGrid{grid-template-columns:1fr}}


/* v0.0.1 operational refinement: compact, content-driven command center */
#builder>.two{grid-template-columns:1fr;gap:14px}#builder>.two>.panel{overflow:visible}.builderMatrix{grid-template-columns:minmax(280px,.9fr) minmax(280px,1.1fr)}#builder .panelHead{align-items:center}#builder .panelBody>h3{margin:18px 0 8px}.stepCard form{display:grid;gap:5px}.stepCard input[type=file]{padding:7px;background:#f8fafc}.sourceList{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.sourceVersionRow{justify-content:flex-start}.pluginDeliveryTestPanel{margin-top:14px}.deliveryTestForm{display:grid;grid-template-columns:minmax(220px,1fr) minmax(200px,.7fr) auto;align-items:end;gap:10px;max-width:920px}.deliveryTestForm label{display:grid;gap:4px}.deliveryTestForm input,.deliveryTestForm select{margin:0!important}
.helpSections{display:grid;gap:10px;max-width:1180px}.helpSection{border:1px solid var(--tg-line);border-radius:15px;background:#fff;overflow:hidden}.helpSection>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;cursor:pointer;font-weight:950}.helpSection>summary::-webkit-details-marker{display:none}.helpSection>summary span{font-size:15px}.helpSection>summary small{color:var(--tg-muted);font-weight:650}.helpSection[open]>summary{background:#f7f9fc;border-bottom:1px solid #e5ebf3}.helpSectionBody{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.helpSectionBody article{padding:16px 17px;border-right:1px solid #e8eef5}.helpSectionBody article:last-child{border-right:0}.helpSectionBody h3{margin:4px 0 7px;font-size:15px}.helpSectionBody p{margin:0;color:#566981;font-size:11px;line-height:1.62}
.dangerCompact{max-width:980px;margin-inline:auto;padding:0;border-color:#efc8cc}.dangerBody{padding:14px}.dangerActionCard{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(340px,1.2fr);gap:24px;align-items:center;padding:18px}.dangerActionCopy p{max-width:520px}.dangerResetForm{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:center}.dangerResetForm>label:first-of-type,.dangerResetForm>input[name=confirm]{grid-column:1/-1}.dangerResetForm .check{margin:0!important}.dangerResetForm .btn{grid-column:2;grid-row:2/4;align-self:stretch}
.migrationBuilderGrid{align-items:start}.migrationSqlPanel,.migrationSideStack,.migrationRegistryPanel,.migrationHistoryPanel{align-self:start}.migrationSqlForm{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.migrationMetaGrid,.migrationSqlForm .fullField,.migrationCreateFooter{grid-column:1/-1}.migrationMetaGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.migrationSqlForm label{display:grid;gap:5px}.migrationSqlForm input,.migrationSqlForm textarea{margin:0!important}.migrationSqlForm textarea{min-height:220px}.migrationCreateFooter{display:flex;justify-content:space-between;align-items:center;gap:14px}.migrationCreateFooter p{max-width:760px}.migrationSideStack{display:grid;gap:12px}.migrationHistoryPanel{margin-top:14px}.tenantRunButton{min-height:34px;padding:5px 10px;border:1px solid #c9d7e6;border-radius:10px;background:#f7f9fc;color:#172941;font-weight:900}.tenantRunButton span{display:block;color:#b52f3a;font-size:9px}.directionPill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:950;text-transform:uppercase}.directionPill.push{background:#e7f8f0;color:#08744d}.directionPill.rollback{background:#fff3df;color:#9a5b05}.tenantRunModal{width:min(880px,calc(100vw - 28px));max-height:min(760px,calc(100dvh - 36px));display:flex;flex-direction:column}.tenantRunModal .modalBody{overflow:auto}.tenantResultToolbar{position:sticky;top:0;z-index:3;display:flex;gap:10px;align-items:center;padding-bottom:12px;background:#fff}.tenantResultToolbar>input{flex:1;margin:0!important}.tenantResultFilters{display:flex;gap:5px}.tenantFilter{min-height:36px;padding:0 10px;border:1px solid #d4dfeb;border-radius:9px;background:#fff;font-size:10px;font-weight:850}.tenantFilter.active{background:var(--tg-navy);border-color:var(--tg-navy);color:#fff}.tenantResultList{display:grid;gap:8px}.tenantResultCard{padding:13px;border:1px solid #dbe4ef;border-radius:13px;background:#fafcff}.tenantResultCard.failed{border-color:#efc1c6;background:#fff7f7}.tenantResultHead{display:flex;justify-content:space-between;gap:12px}.tenantResultHead strong,.tenantResultHead span{display:block}.tenantResultHead>div>span{margin-top:3px;color:var(--tg-muted);font-size:10px}.tenantResultCard p{margin:9px 0;color:#50637b;font-size:11px;line-height:1.5}.tenantResultMeta{display:flex;flex-wrap:wrap;gap:7px}.tenantResultMeta span{padding:5px 7px;border-radius:8px;background:#eef3f8;color:#5d6e82;font-size:9px}.tenantResultMeta b{color:#172941}.modalBackdrop{position:fixed;inset:0;z-index:1000;display:none;place-items:center;padding:18px;background:rgba(7,18,34,.62);backdrop-filter:blur(5px)}.modalBackdrop.open{display:grid}.modal{width:min(620px,100%);border:1px solid var(--tg-line);border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(7,18,34,.28);overflow:hidden}.modalHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e6edf5}.modalHead h2{margin:3px 0 0}.modalHead .x{width:36px;height:36px;border:1px solid #d5e0eb;border-radius:10px;background:#f7f9fc;font-size:22px}.modalBody{padding:16px 18px}
@media(max-width:900px){.helpSectionBody{grid-template-columns:1fr}.helpSectionBody article{border-right:0;border-bottom:1px solid #e8eef5}.helpSectionBody article:last-child{border-bottom:0}.deliveryTestForm{grid-template-columns:1fr}.dangerActionCard{grid-template-columns:1fr}.dangerResetForm{grid-template-columns:1fr}.dangerResetForm .btn{grid-column:auto;grid-row:auto}.migrationSqlForm{grid-template-columns:1fr}.migrationMetaGrid,.migrationSqlForm .fullField,.migrationCreateFooter{grid-column:1}.migrationMetaGrid{grid-template-columns:1fr}.migrationCreateFooter{align-items:flex-start;flex-direction:column}.tenantResultToolbar{align-items:stretch;flex-direction:column}.tenantResultFilters{overflow-x:auto}}


/* v0.0.1 command-center refinement — content-sized workflows, no stretched dead zones */
.builderIntro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;margin:0 0 12px;padding:18px 20px;border:1px solid var(--tg-line);border-radius:16px;background:linear-gradient(135deg,#0d1c33,#173458);color:#fff;box-shadow:var(--tg-shadow)}
.builderIntro h2{margin:4px 0 6px;color:#fff;font-size:24px;letter-spacing:-.035em}.builderIntro p{max-width:800px;margin:0;color:#c9d7e8;font-size:11px;line-height:1.6}.builderIntro .eyebrow{color:#70e5b5}.builderIntroLanes{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.builderIntroLanes span{display:inline-flex;min-height:34px;align-items:center;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:10px;font-weight:900}
#builder>.two{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}#builder .panel{align-self:start}#builder .panelBody{padding:14px 16px}#builder .builderMatrix{grid-template-columns:minmax(270px,.85fr) minmax(300px,1.15fr);gap:10px}#builder .stepCard{padding:14px;border-radius:13px;box-shadow:none}#builder .stepCard h3{font-size:15px}#builder .sourceList{grid-template-columns:repeat(auto-fit,minmax(230px,320px));align-items:start}#builder .sourceVersionRow{padding:8px;box-shadow:none}
.pluginDeliveryTestPanel{margin-top:12px!important}.deliveryTestForm{grid-template-columns:minmax(220px,320px) minmax(220px,320px) auto!important;max-width:none!important;justify-content:start}.deliveryTestForm label span{font-size:10px;font-weight:900}.deliveryTestForm label small{margin-top:2px;color:var(--tg-muted);font-size:9px;line-height:1.4}.deliveryChecklist{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.deliveryChecklist span{display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:0 9px;border-radius:999px;background:#f0f5fb;color:#4f6279;font-size:9px;font-weight:850}.deliveryChecklist span:before{content:"✓";color:var(--tg-green);font-weight:950}
/* Tenant migrations: one content-driven column first, then compact supporting cards. */
.migrationBuilderGrid{grid-template-columns:1fr!important;gap:10px!important}.migrationSideStack{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.migrationSqlPanel,.uploadMigrationPanel,.migrationSafetyPanel{height:auto!important;min-height:0!important}.migrationSqlForm textarea{min-height:150px!important;max-height:300px}.migrationExplainer article{height:auto;min-height:0}.safetyList{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.safetyList>div{padding:9px}.proofMigrationForm{display:flex;align-items:center;gap:12px;padding:0 14px 14px}.proofMigrationForm .btn{width:auto!important;white-space:nowrap}.proofMigrationForm .smallNote{text-align:left!important;margin:0!important}.migrationRegistryPanel,.migrationHistoryPanel{margin-top:10px!important}.migrationRegistryPanel .panelBody,.migrationHistoryPanel .panelBody{padding:12px 14px}.tenantRunButton{white-space:nowrap}
/* Help is a true grouped manual, not a wall of equal-size cards. */
#help .panelBody{padding:12px}.helpSections{max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.helpSection{align-self:start}.helpSection>summary{min-height:64px}.helpSectionBody{grid-template-columns:1fr!important}.helpSectionBody article{border-right:0!important;border-bottom:1px solid #e8eef5}.helpSectionBody article:last-child{border-bottom:0}.helpSection:not([open]) .helpSectionBody{display:none}
/* Danger Zone only uses the width its one operation needs. */
.dangerCompact{width:min(860px,100%)!important;max-width:860px!important;margin:0 auto!important}.dangerActionCard{grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr)!important;padding:14px!important;gap:18px!important}.dangerResetForm input[name=confirm]{max-width:360px!important}.dangerResetForm{align-items:center}.dangerResetForm .btn{min-width:130px}
@media(max-width:980px){.builderIntro{grid-template-columns:1fr}.builderIntroLanes{justify-content:flex-start}.helpSections{grid-template-columns:1fr}.migrationSideStack{grid-template-columns:1fr!important}.safetyList{grid-template-columns:1fr}.proofMigrationForm{align-items:stretch;flex-direction:column}.proofMigrationForm .btn{width:100%!important}.deliveryTestForm{grid-template-columns:1fr!important}.dangerActionCard{grid-template-columns:1fr!important}}

/* 0.0.1 operator-console finishing pass */
#builder .two{grid-template-columns:1fr!important;gap:12px!important;align-items:start!important}
#builder .panel{height:auto!important;min-height:0!important}
#builder .panelHead{display:grid!important;grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);align-items:start!important;gap:20px!important}
#builder .panelHead h2{margin:0!important;font-size:20px!important}
#builder .panelHead p{max-width:780px!important;margin:0!important}
#builder .builderMatrix{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:start!important}
#builder .stepCard{height:auto!important;min-height:0!important;padding:14px!important;background:#fbfdff!important}
#builder .sourceList{min-height:0!important;padding:10px!important}
#builder h3{margin:13px 0 7px!important}.sourceVersionRow{width:100%;justify-content:flex-start!important}
#help>.panel,#danger>.panel{height:auto!important;min-height:0!important}
#help .panelBody{padding:12px 14px!important}.helpSections{gap:9px!important}.helpSection>summary{padding:13px 15px!important;min-height:58px!important}.helpSection>summary span{font-size:14px!important}.helpSection>summary small{font-size:10px!important}.helpSectionBody article{padding:13px 15px!important}.helpSectionBody h3{font-size:13px!important;margin:3px 0 5px!important}.helpSectionBody p{font-size:10px!important;line-height:1.55!important}
#danger .panelHead{padding:13px 15px!important}.dangerBody{padding:10px!important}.dangerActionCard{padding:12px!important;border-radius:12px!important}.dangerActionCopy h3{margin:3px 0 4px!important}.dangerActionCopy p{font-size:10px!important;line-height:1.45!important}.dangerResetForm input[name=confirm]{min-height:38px!important}.dangerResetForm .check{font-size:10px!important}
#migrations .laneHero{margin-bottom:10px!important}.migrationExplainer{margin-bottom:9px!important}.migrationSqlPanel .panelBody{padding:12px 14px!important}.migrationSqlForm textarea{min-height:135px!important}.migrationSqlForm{gap:8px 10px!important}.migrationCreateFooter{padding-top:0!important}.migrationSideStack .panelBody{padding:11px 13px!important}.migrationRegistryPanel,.migrationHistoryPanel{height:auto!important;min-height:0!important}.migrationHistoryPanel .panelBody,.migrationRegistryPanel .panelBody{padding:10px 12px!important}
.pluginDeliveryTestPanel{margin-top:12px!important}.deliveryTestForm{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(220px,.8fr) auto;align-items:end;gap:10px!important}.deliveryTestForm label{display:grid;gap:4px}.deliveryTestForm label span{font-weight:900}.deliveryTestForm label small{font-size:9px;color:var(--tg-muted);line-height:1.4}.deliveryTestForm select,.deliveryTestForm input{margin:0!important}.deliveryChecklist{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important}.deliveryChecklist span{padding:6px 8px!important;border:1px solid #dce5ef!important;border-radius:999px!important;background:#f7f9fc!important;font-size:9px!important;font-weight:850!important}
@media(max-width:850px){#builder .panelHead{grid-template-columns:1fr!important;gap:7px!important}#builder .builderMatrix{grid-template-columns:1fr!important}.deliveryTestForm{grid-template-columns:1fr!important}}

/* Platform deployment protection checklist — 2026-07-24 */
.deployProtectionBox{margin:14px 0;padding:14px;border:1px solid #d7e2ee;border-radius:14px;background:#f8fbff}
.deployProtectionHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.deployProtectionHead b{display:block;color:#10223e;font-size:13px}.deployProtectionHead small{display:block;margin-top:4px;color:#64748b;line-height:1.45}.deployProtectionHead>span{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eaf2ff;color:#274caa;font-size:10px;font-weight:900}
.deployProtectionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.deployProtectionGrid label{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border:1px solid #dce5ef;border-radius:10px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:700}.deployProtectionGrid input{width:16px;height:16px;margin:0}
@media(max-width:760px){.deployProtectionHead{display:block}.deployProtectionHead>span{display:inline-flex;margin-top:8px}.deployProtectionGrid{grid-template-columns:1fr}}


/* 2026-07-24 follow-up: compact/mobile operator console + collapsed release lanes */
.builderCollapsiblePanel.is-collapsed .panelBody{display:none!important}
.builderCollapseHead{align-items:center!important;cursor:default}
.builderCollapseHead>div{min-width:0;flex:1 1 auto}
.builderCollapseHead .eyebrow{display:block;margin-bottom:5px}
.builderCollapseBtn{flex:0 0 auto;min-width:118px;white-space:nowrap}
.releaseSelectLabel{display:block;margin:7px 0 2px;font-size:10px;font-weight:900;color:#53657c;text-transform:uppercase;letter-spacing:.07em}
#platform-release-select optgroup{font-weight:900;color:#10223e}
#platform-release-select option{font-weight:600;color:#24364d}

@media(max-width:760px){
  .top{position:relative!important}
  .topRow{width:calc(100% - 16px)!important;min-height:0!important;padding:10px 0!important;align-items:flex-start!important;flex-wrap:wrap!important}
  .brand{flex:1 1 220px!important}
  .brandCopy{min-width:0!important}
  .brandCopy h1{font-size:15px!important;overflow-wrap:anywhere}
  .brandCopy p{display:none!important}
  .topActions{margin-left:auto;flex:0 0 auto!important}
  .topActions .topLink,.topActions .logout{min-height:34px!important;padding:0 9px!important;font-size:10px!important}
  .wrap{width:calc(100% - 14px)!important;margin:8px auto 28px!important}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tabs{position:relative!important;top:auto!important;padding:4px!important}
  .tabBtn{min-height:36px!important;max-width:72vw!important;overflow:hidden;text-overflow:ellipsis}
  .builderIntro{padding:14px!important;gap:10px!important}
  .builderIntro h2{font-size:20px!important}
  .builderIntroLanes{display:none!important}
  #builder .panelHead,.builderCollapseHead{display:flex!important;grid-template-columns:none!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:13px!important}
  .builderCollapseBtn{width:100%!important;min-width:0!important}
  #builder .panelBody{padding:10px!important}
  #builder .builderMatrix{grid-template-columns:1fr!important}
  #builder .stepCard{padding:11px!important}
  #builder .sourceList{grid-template-columns:1fr!important}
  .sourceVersionRow{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}
  .sourceVersionRow .sourcePill{width:max-content;max-width:100%;min-width:0!important}
  .sourceVersionRow form{width:100%!important;min-width:0!important}
  .sourceVersionRow .btn{width:100%!important}
  .btn{max-width:100%!important;min-width:0!important;height:auto!important;min-height:40px!important;padding:9px 10px!important;white-space:normal!important;text-align:center!important;overflow-wrap:anywhere!important}
  .btn.block{width:100%!important}
  .miniCard{padding:12px!important}
  .three,.two,.commandStrip,.adminGrid,.builderGrid,.builderMatrix{grid-template-columns:1fr!important}
  .deployProtectionBox{padding:11px!important;margin:10px 0!important}
  .deployProtectionGrid{grid-template-columns:1fr!important}
  .deployProtectionGrid label{min-width:0!important;overflow-wrap:anywhere}
  .deployProtectionHead{display:block!important}
  .deployProtectionHead>span{display:inline-flex!important;margin-top:8px!important;max-width:100%!important;white-space:normal!important}
  .tableWrap{max-width:100%!important;overflow:auto!important}
  .actions{align-items:stretch!important}
  .actions form,.actions>a,.actions>button{flex:1 1 100%!important;min-width:0!important}
  .ecosystemHero,.laneHero{padding:14px!important}
  .ecosystemHero h2,.laneHero h2{font-size:24px!important}
}
@media(max-width:420px){
  .stats{grid-template-columns:1fr 1fr!important}
  .stat{padding:9px!important}.stat b{font-size:18px!important}.stat span{font-size:8px!important}
  .brandLogo{display:none!important}
  .topActions{width:100%!important}.topActions .logout,.topActions .topLink{flex:1 1 auto!important}
}

/* FIX3 — dashboard release inventory lanes are deliberately independent. */
.inventoryLanes{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px}.inventoryLane{overflow:hidden}.inventoryHead{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.inventoryHead h2{margin:3px 0 4px!important}.inventoryCounts{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.inventoryCounts span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid #d8e3ef;border-radius:999px;background:#f8fbff;color:#63748b;font-size:9px;font-weight:900;white-space:nowrap}.inventoryCounts b{color:#10223e;font-size:13px}.inventorySearch{grid-template-columns:minmax(220px,1fr) 180px!important;margin-bottom:10px!important}.releaseInventoryTable{min-width:920px!important}.releaseInventoryTable td:first-child b{font-size:13px}.releaseInventoryTable small{color:#6b7b90}.retiredInventory{margin-top:12px;border:1px solid #dce5ef;border-radius:13px;background:#fafcff;overflow:hidden}.retiredInventory>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;cursor:pointer;list-style:none;color:#4e6078;font-size:10px;font-weight:900}.retiredInventory>summary::-webkit-details-marker{display:none}.retiredInventory>summary:before{content:'›';font-size:17px;line-height:1;transition:transform .15s}.retiredInventory[open]>summary:before{transform:rotate(90deg)}.retiredInventory>summary span{margin-right:auto}.retiredInventory>summary b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#edf1f6;color:#5f6f83}.retiredInventory .tableWrap{margin:0;border-width:1px 0 0!important;border-radius:0!important}
@media(max-width:760px){.inventoryHead{align-items:flex-start!important;flex-direction:column!important}.inventoryCounts{justify-content:flex-start}.inventorySearch{grid-template-columns:1fr!important}.inventorySearch input,.inventorySearch select{width:100%!important}.inventoryLane .panelBody{padding:11px!important}.retiredInventory>summary{padding:11px}}

/* Professional Danger Zone — 2026-07-28 */
#danger .dangerCommandPanel{overflow:hidden!important;border:1px solid #efc9cd!important;border-radius:18px!important;background:#fff!important;box-shadow:0 16px 42px rgba(80,20,27,.07)!important}
#danger .dangerCommandHead{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:21px 23px!important;background:linear-gradient(135deg,#fff5f5,#fff)!important;border-bottom:1px solid #f0dadd!important}
#danger .dangerCommandHead h2{margin:5px 0!important;font-size:24px!important;line-height:1.2!important;color:#57151b!important}
#danger .dangerCommandHead p{margin:0!important;max-width:850px!important;line-height:1.55!important;color:#78585d!important}
.dangerBaselineBadge{display:inline-flex!important;flex:0 0 auto!important;padding:7px 10px!important;border:1px solid #efc5c9!important;border-radius:999px!important;background:#fff!important;color:#a32934!important;font-size:10px!important;font-weight:950!important;letter-spacing:.05em!important;text-transform:uppercase!important}
#danger .dangerBody{padding:22px!important;background:#fff!important}
.dangerResetLayout{display:grid!important;gap:16px!important;max-width:1040px!important;margin:0 auto!important}
.dangerActionCopy{display:flex!important;align-items:flex-start!important;gap:13px!important;padding:16px!important;border:1px solid #ecd8da!important;border-radius:14px!important;background:#fffafa!important}
.dangerIcon{display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#fee7e9!important;color:#b92834!important;font-size:23px!important;font-weight:950!important}
.dangerActionCopy h3{margin:0 0 6px!important;font-size:17px!important;line-height:1.3!important;color:#4c1a1f!important}.dangerActionCopy p{margin:0!important;line-height:1.6!important;color:#715c60!important}
.dangerPreserveGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}.dangerPreserveGrid>div{display:grid!important;gap:3px!important;padding:11px 12px!important;border:1px solid #dbe5df!important;border-radius:11px!important;background:#f7fbf8!important}.dangerPreserveGrid b{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#11805a!important}.dangerPreserveGrid span{font-size:11px!important;font-weight:800!important;color:#40564d!important;line-height:1.35!important}
.dangerResetForm{display:grid!important;gap:15px!important;padding:18px!important;border:1px solid #eadadd!important;border-radius:14px!important;background:#fff!important}
.dangerConfirmField{display:grid!important;gap:6px!important;max-width:480px!important}.dangerConfirmField label{font-weight:900!important;color:#3f2528!important}.dangerConfirmField input{width:100%!important;min-height:44px!important;padding:9px 12px!important;border:1px solid #d5b9bd!important;border-radius:10px!important;background:#fff!important}.dangerConfirmField small{color:#7c686b!important;line-height:1.4!important}
.dangerCleanupOptions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:0!important;padding:13px!important;border:1px solid #e1e6ec!important;border-radius:12px!important}.dangerCleanupOptions legend{padding:0 7px!important;color:#5f6f82!important;font-size:10px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important}.dangerCleanupOptions .check{display:flex!important;align-items:flex-start!important;gap:9px!important;margin:0!important;padding:11px!important;border:1px solid #e2e7ee!important;border-radius:10px!important;background:#fafbfc!important}.dangerCleanupOptions .check input{flex:0 0 auto!important;margin:2px 0 0!important}.dangerCleanupOptions .check span{display:grid!important;gap:2px!important}.dangerCleanupOptions .check b{font-size:11px!important;color:#26384f!important}.dangerCleanupOptions .check small{font-size:9px!important;line-height:1.4!important;color:#77869a!important}
.dangerResetFooter{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding-top:13px!important;border-top:1px solid #ebeef2!important}.dangerResetFooter span{max-width:600px!important;color:#6b788a!important;font-size:10px!important;line-height:1.45!important}.dangerResetFooter .btn{min-height:42px!important;white-space:normal!important}
@media(max-width:780px){#danger .dangerCommandHead,.dangerResetFooter{align-items:stretch!important;flex-direction:column!important}.dangerPreserveGrid,.dangerCleanupOptions{grid-template-columns:1fr!important}.dangerBaselineBadge{align-self:flex-start!important}}

/* R14 login alignment and resilient session presentation. */
.tg-updates-login .card {
  text-align: center;
}
.tg-updates-login .logo {
  display: block;
  margin: 0 auto 18px !important;
  object-position: center;
}
.tg-updates-login input {
  text-align: center;
}
.tg-updates-login input::placeholder {
  text-align: center;
}

/* R15 compact release actions */
.buildReleaseActions .btn,.releaseBuildRow .btn,.release-card .btn{width:auto!important;min-width:0!important;display:inline-flex!important;padding:9px 13px!important}
.pluginPushActions .btn,.pluginPushRow .btn{width:auto!important;max-width:260px!important;display:inline-flex!important;padding:9px 13px!important}
