.code-main { padding: 0 !important; overflow: hidden; background: #f5f6f3; color: #202923; }
.code-app { display: grid; grid-template-columns: 285px minmax(0, 1fr); height: 100%; min-height: 0; font-size: 14px; }
.code-app * { box-sizing: border-box; }
.code-app button, .code-app input, .code-app textarea, .code-app select { font: inherit; }
.code-app.busy { cursor: progress; }
.code-sidebar { display: grid; grid-template-rows: auto auto minmax(0, 1fr); min-height: 0; border-right: 1px solid #dfe3dd; background: #f8f9f6; }
.code-sidebar > header { display: flex; align-items: center; justify-content: space-between; padding: 22px 18px 16px; border-bottom: 1px solid #e5e8e2; }
.code-sidebar > header span, .code-kicker, .code-dialog header span { color: #7e887f; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.code-sidebar h1 { margin: 2px 0 0; font-size: 24px; letter-spacing: -.04em; }
.code-repository-list { min-height: 0; overflow: auto; padding: 10px; }
.code-source-sidebar { display: grid; grid-template-rows: auto minmax(0,1fr); min-height: 0; }
.code-source-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 9px 10px 0; border-radius: 8px; padding: 3px; background: #edf0eb; }
.code-source-switch button { border: 0; border-radius: 6px; padding: 6px 4px; color: #78827a; background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; }
.code-source-switch button.active { color: #315e3e; background: white; box-shadow: 0 1px 4px rgba(40,55,43,.08); }
.code-component-list { min-height: 0; overflow: auto; padding: 10px; }
.code-component-group { margin-bottom: 13px; overflow: hidden; border: 1px solid #e0e5df; border-radius: 11px; background: rgba(255,255,255,.6); }
.code-component-group > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 10px 7px; }
.code-component-identity { min-width: 0; border: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.code-component-identity span, .code-component-identity strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.code-component-identity span { color: #879087; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.code-component-identity strong { margin-top: 2px; font-size: 11px; }
.code-component-group > header > div:last-child { display: flex; gap: 3px; }
.code-component-group > header > div:last-child button { border: 1px solid #d9dfd8; border-radius: 6px; padding: 4px 5px; color: #53675a; background: white; cursor: pointer; font-size: 8px; font-weight: 750; }
.code-component-group .code-repository-card { margin: 0; border-width: 1px 0 0; border-radius: 0; padding: 9px 10px; }
.code-component-group .code-repository-card.active { border-color: #b9cfbe; }
.code-component-empty { margin: 0; border-top: 1px solid #edf0ec; padding: 12px; color: #8b938d; font-size: 9px; text-align: center; }
.code-component-group.unassigned { border-style: dashed; background: transparent; }
.code-repository-card { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; width: 100%; margin-bottom: 6px; border: 1px solid transparent; border-radius: 11px; padding: 11px; color: inherit; background: transparent; cursor: pointer; text-align: left; }
.code-repository-card:hover { border-color: #dce2da; background: white; }
.code-repository-card.active { border-color: #b9cfbe; background: #edf5ee; box-shadow: 0 5px 16px rgba(38, 78, 48, .07); }
.code-repository-card > span:nth-child(2) { min-width: 0; }
.code-repository-card strong, .code-repository-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.code-repository-card strong { font-size: 13px; }.code-repository-card small { margin-top: 4px; color: #7b847d; font-size: 10px; }
.code-repository-card i { grid-column: 2; width: max-content; border-radius: 12px; padding: 3px 7px; color: #317146; background: #e5f5e9; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.code-repo-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; color: #eaf5ec; background: #263f2d; font: 9px ui-monospace, monospace; }
.code-sidebar-empty { padding: 42px 18px; color: #7d877f; text-align: center; }.code-sidebar-empty p { font-size: 11px; line-height: 1.6; }
.code-workspace { position: relative; min-width: 0; min-height: 0; overflow: auto; }
.code-welcome { display: grid; min-height: 100%; place-items: center; align-content: center; padding: 60px; text-align: center; }
.code-welcome-mark { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 22px; color: white; background: linear-gradient(145deg, #233b2b, #477653); box-shadow: 0 18px 42px rgba(36, 65, 44, .22); font: 19px ui-monospace, monospace; }
.code-welcome > span { margin-top: 24px; color: #64806c; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.code-welcome h2 { max-width: 560px; margin: 9px 0; font-size: 34px; letter-spacing: -.045em; }.code-welcome p { max-width: 590px; margin: 0 0 24px; color: #707a73; line-height: 1.65; }
.code-primary, .code-secondary, .code-danger, .code-icon-button { border-radius: 8px; padding: 9px 13px; cursor: pointer; font-weight: 700; }
.code-primary { border: 1px solid #294e34; color: white; background: #315e3e; }.code-primary:hover { background: #264c32; }.code-primary.compact { width: 34px; height: 34px; padding: 0; }
.code-secondary { border: 1px solid #d2d9d1; color: #465149; background: white; }.code-secondary:hover { border-color: #9eb1a1; }.code-secondary:disabled { cursor: not-allowed; opacity: .45; }
.code-danger { border: 1px solid #e4b8b8; color: #9b3030; background: #fff7f7; }
.code-icon-button { width: 36px; border: 1px solid #d5dcd4; padding: 8px; color: #617066; background: white; }
.code-banner { padding: 10px 24px; color: #24623a; border-bottom: 1px solid #bde0c6; background: #eaf8ee; font-size: 12px; font-weight: 650; }.code-banner.error { color: #982f2f; border-color: #ebc2c2; background: #fff0f0; }
.code-repository { display: grid; grid-template-rows: auto auto minmax(0, 1fr); min-height: 100%; }
.code-repository-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 28px 32px 22px; background: rgba(255,255,255,.7); }
.code-repository-header h1 { margin: 5px 0 4px; font-size: 27px; letter-spacing: -.04em; }.code-repository-header p { margin: 0; color: #737d75; }.code-header-actions { display: flex; gap: 8px; }
.code-tabs { display: flex; gap: 24px; padding: 0 32px; border-bottom: 1px solid #dfe4de; background: rgba(255,255,255,.7); }
.code-tabs button { border: 0; border-bottom: 2px solid transparent; padding: 12px 1px; color: #748078; background: transparent; cursor: pointer; }.code-tabs button.active { color: #315e3e; border-color: #3f7650; font-weight: 800; }.code-tabs b { border-radius: 10px; padding: 2px 6px; background: #e8ede8; font-size: 9px; }
.code-tab-content { min-height: 0; padding: 24px 32px 40px; }
.code-browser { overflow: hidden; border: 1px solid #dce2db; border-radius: 13px; background: white; box-shadow: 0 12px 30px rgba(39, 52, 42, .05); }
.code-browser-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 14px 16px; border-bottom: 1px solid #e3e7e2; background: #fafbf9; }
.code-browser-toolbar label span, .code-current-oid span { display: block; margin-bottom: 4px; color: #838c85; font-size: 9px; font-weight: 800; text-transform: uppercase; }.code-browser-toolbar select { min-width: 190px; border: 1px solid #d5dcd4; border-radius: 7px; padding: 7px 10px; background: white; }.code-current-oid { text-align: right; }.code-current-oid code { color: #365740; }
.code-breadcrumbs { display: flex; align-items: center; gap: 6px; min-height: 43px; padding: 0 16px; border-bottom: 1px solid #ebeeea; }.code-breadcrumbs button { border: 0; padding: 4px; color: #3f684a; background: transparent; cursor: pointer; font-weight: 700; }.code-breadcrumbs span { color: #a2aaa4; }
.code-browser-grid { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(360px, 1.15fr); min-height: 480px; }
.code-tree { min-width: 0; border-right: 1px solid #e3e7e2; }.code-tree > header { display: grid; grid-template-columns: 1fr 80px; padding: 10px 14px; color: #8b948d; border-bottom: 1px solid #edf0ec; background: #fbfcfa; font-size: 9px; font-weight: 800; text-transform: uppercase; }.code-tree > header span:last-child { text-align: right; }
.code-tree-row { display: grid; grid-template-columns: 24px minmax(0,1fr) 75px; align-items: center; width: 100%; min-height: 40px; border: 0; border-bottom: 1px solid #f0f2ef; padding: 0 14px; color: inherit; background: white; cursor: pointer; text-align: left; }.code-tree-row:hover, .code-tree-row.selected { background: #f2f7f3; }.code-tree-row span.folder { color: #ba8b35; }.code-tree-row span.file { color: #71877a; }.code-tree-row strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.code-tree-row small { color: #8a938c; font-size: 9px; text-align: right; }.code-tree-empty { padding: 30px; color: #879088; text-align: center; }
.code-preview { min-width: 0; overflow: hidden; background: #fbfcfa; }.code-preview > header { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 8px 14px; border-bottom: 1px solid #e4e8e3; }.code-preview > header strong, .code-preview > header small { display: block; }.code-preview > header small { margin-top: 3px; color: #89928b; font-size: 9px; }.code-preview > header button { border: 0; color: #768078; background: transparent; cursor: pointer; font-size: 20px; }.code-preview pre { overflow: auto; max-height: 620px; margin: 0; padding: 18px; color: #26332a; background: #fbfcfa; font: 11px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; tab-size: 2; }.code-preview.empty { display: grid; place-items: center; align-content: center; color: #879088; text-align: center; }.code-preview.empty > span { font-size: 32px; }.code-preview.empty h3 { margin: 12px 0 3px; }.code-preview.empty p { margin: 0; font-size: 11px; }.code-binary { display: grid; place-items: center; align-content: center; min-height: 400px; color: #7e8880; }.code-binary span { border-radius: 9px; padding: 13px; color: white; background: #607368; font: 11px ui-monospace, monospace; }
.code-commits { max-width: 900px; margin: 0 auto; border: 1px solid #dce2db; border-radius: 13px; background: white; }.code-commits > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #e4e8e3; }.code-commits h2 { margin: 3px 0 0; font-size: 18px; }.code-commits article { position: relative; display: grid; grid-template-columns: 24px minmax(0,1fr) 100px 70px; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #edf0ec; }.code-commits article:last-child { border-bottom: 0; }.code-commit-node { width: 10px; height: 10px; border: 2px solid #4e805b; border-radius: 50%; background: white; }.code-commits article strong, .code-commits article p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.code-commits article p { margin: 4px 0 0; color: #879088; font-size: 10px; }.code-commits article code { color: #607168; font-size: 10px; }.code-commits article button { border: 1px solid #d8ded7; border-radius: 6px; padding: 5px; color: #4b6653; background: white; cursor: pointer; font-size: 10px; }
.code-settings { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 20px; max-width: 1000px; margin: 0 auto; }.code-settings form, .code-settings aside { border: 1px solid #dce2db; border-radius: 13px; padding: 24px; background: white; }.code-settings h2 { margin: 5px 0 20px; font-size: 19px; }.code-settings label, .code-dialog label { display: grid; gap: 6px; margin: 14px 0; color: #59645c; font-size: 11px; font-weight: 700; }.code-settings input, .code-settings textarea, .code-dialog input, .code-dialog textarea, .code-dialog select { width: 100%; border: 1px solid #d5dcd4; border-radius: 8px; padding: 9px 10px; color: #263029; background: #fbfcfa; outline: 0; }.code-settings textarea, .code-dialog textarea { min-height: 90px; resize: vertical; }.code-settings input:focus, .code-settings textarea:focus, .code-dialog input:focus, .code-dialog textarea:focus { border-color: #8fb198; box-shadow: 0 0 0 3px rgba(67, 117, 80, .1); }.code-settings footer { margin-top: 18px; }.code-settings aside p { color: #737e76; line-height: 1.6; }.code-settings aside button { display: block; width: 100%; margin-top: 9px; }.code-settings aside hr { margin: 24px 0; border: 0; border-top: 1px solid #e4e8e3; }
.code-dialog label.code-checkbox { display: flex; align-items: center; gap: 8px; }.code-dialog label.code-checkbox input { width: auto; }
.code-repository-associations article { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #edf0ec; padding: 8px 0; }.code-repository-associations strong, .code-repository-associations small { display: block; }.code-repository-associations small { margin-top: 3px; color: #879087; font-size: 9px; }.code-repository-associations article button { width: auto; margin: 0; border: 0; padding: 4px; color: #9b4444; background: transparent; font-size: 9px; }
.code-component-packages { margin: 5px 8px 10px 30px; border-left: 1px solid #dce6dc; padding-left: 8px; }.code-package-card { display: grid; grid-template-columns: 24px minmax(0,1fr) 18px; gap: 7px; align-items: center; border-radius: 7px; padding: 7px; background: #f7faf7; }.code-package-mark { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 6px; color: #47674f; background: #e1eee3; font-size: 10px; }.code-package-card strong, .code-package-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.code-package-card strong { font-size: 9px; }.code-package-card small { margin-top: 2px; color: #7e8980; font-size: 8px; }.code-package-card button { border: 0; color: #9b5555; background: transparent; cursor: pointer; }
.code-access { max-width: 900px; margin: 0 auto; border: 1px solid #dce2db; border-radius: 13px; background: white; box-shadow: 0 12px 30px rgba(39, 52, 42, .05); }
.code-access > header { padding: 23px 25px 18px; border-bottom: 1px solid #e4e8e3; }.code-access h2 { margin: 5px 0 4px; font-size: 20px; }.code-access header p { max-width: 650px; margin: 0; color: #778178; font-size: 11px; line-height: 1.55; }
.code-access > form { display: grid; grid-template-columns: minmax(0, 1fr) 260px auto; gap: 10px; align-items: end; padding: 16px 25px; border-bottom: 1px solid #e4e8e3; background: #fafbf9; }.code-access form label { display: grid; gap: 5px; color: #6c766e; font-size: 9px; font-weight: 800; }.code-access form select, .code-access-list select { min-height: 35px; border: 1px solid #d3dad2; border-radius: 7px; padding: 7px 9px; color: #37423a; background: white; }
.code-access-list article { display: grid; grid-template-columns: 38px minmax(0, 1fr) 160px; gap: 11px; align-items: center; min-height: 62px; padding: 9px 25px; border-bottom: 1px solid #edf0ec; }.code-access-list strong, .code-access-list small { display: block; }.code-access-list strong { font-size: 12px; }.code-access-list small { margin-top: 3px; color: #8a938c; font-size: 9px; }
.code-access-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: #567461; font-size: 10px; font-weight: 800; }.code-access-avatar.group { border-radius: 10px; background: #596c84; }
.code-access-level { justify-self: end; color: #68736b; font-size: 10px; text-transform: capitalize; }.code-access-empty { padding: 30px 25px; color: #879088; text-align: center; }
.code-access > aside { margin: 18px 25px 25px; border: 1px solid #d8e4d9; border-radius: 9px; padding: 13px 15px; color: #42604a; background: #f2f8f3; }.code-access > aside strong { font-size: 10px; }.code-access > aside p { margin: 4px 0 0; color: #6c7c70; font-size: 9px; line-height: 1.5; }
.code-empty-state { display: grid; min-height: 430px; place-items: center; align-content: center; text-align: center; }.code-empty-state > span { color: #5d8066; font-weight: 800; }.code-empty-state h2 { margin: 10px 0 5px; }.code-empty-state p { max-width: 560px; color: #79837b; line-height: 1.6; }
.code-dialog { width: min(560px, calc(100vw - 40px)); border: 1px solid #d4dbd4; border-radius: 15px; padding: 0; color: #263029; box-shadow: 0 25px 80px rgba(24, 39, 28, .24); }.code-dialog::backdrop { background: rgba(23, 31, 25, .38); backdrop-filter: blur(3px); }.code-dialog form { padding: 22px; }.code-dialog header, .code-dialog footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.code-dialog header { margin-bottom: 18px; }.code-dialog header h2 { margin: 4px 0 0; }.code-dialog header button { border: 0; color: #758078; background: transparent; cursor: pointer; font-size: 22px; }.code-dialog footer { justify-content: flex-end; margin-top: 20px; }
.code-section-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 10px; border-bottom: 1px solid #e5e8e2; }.code-section-nav button { display: flex; align-items: center; gap: 7px; min-width: 0; border: 1px solid transparent; border-radius: 8px; padding: 8px; color: #6f7971; background: transparent; cursor: pointer; }.code-section-nav button:hover { background: white; }.code-section-nav button.active { color: #315e3e; border-color: #c8d8ca; background: #edf5ee; }.code-section-nav span { font: 10px ui-monospace, monospace; }.code-section-nav strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
.code-build-sidebar { min-height: 0; overflow: auto; padding: 10px; }.code-build-sidebar > header { display: flex; justify-content: space-between; padding: 5px 7px 10px; color: #849087; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.code-build-sidebar > header b { border-radius: 10px; padding: 1px 6px; background: #e8ede8; }.code-build-sidebar > p { padding: 28px 12px; color: #8a938c; font-size: 10px; text-align: center; }
.code-build-run-card { display: grid; grid-template-columns: 9px minmax(0,1fr); gap: 9px; align-items: center; width: 100%; margin-bottom: 5px; border: 1px solid transparent; border-radius: 9px; padding: 10px; color: inherit; background: transparent; cursor: pointer; text-align: left; }.code-build-run-card:hover { background: white; }.code-build-run-card.active { border-color: #c5d7c8; background: #edf5ee; }.code-build-run-card strong, .code-build-run-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.code-build-run-card strong { font-size: 11px; }.code-build-run-card small { margin-top: 3px; color: #879088; font-size: 9px; }
.code-build-state { display: block; width: 8px; height: 8px; border-radius: 50%; background: #9aa39c; box-shadow: 0 0 0 3px #edf0ed; }.code-build-state.running, .code-build-state.executing, .code-build-state.publishing, .code-build-state.qualifying, .code-build-state.provisioning { background: #d7982f; box-shadow: 0 0 0 3px #fff0d5; }.code-build-state.completed, .code-build-state.succeeded { background: #3a8a55; box-shadow: 0 0 0 3px #e4f4e9; }.code-build-state.failed, .code-build-state.lost { background: #b84949; box-shadow: 0 0 0 3px #fbe5e5; }
.code-builds, .code-build-detail { min-height: 100%; padding-bottom: 52px; }.code-builds-header, .code-build-detail-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 28px 34px 22px; border-bottom: 1px solid #e1e5df; background: rgba(255,255,255,.72); }.code-builds-header h1, .code-build-detail-header h1 { margin: 5px 0 4px; font-size: 28px; letter-spacing: -.04em; }.code-builds-header p { max-width: 700px; margin: 0; color: #737d75; line-height: 1.55; }
.code-build-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; max-width: 1120px; margin: 22px auto; padding: 0 32px; }.code-build-metrics article { border: 1px solid #dce2db; border-radius: 12px; padding: 17px 19px; background: white; box-shadow: 0 8px 22px rgba(39,52,42,.04); }.code-build-metrics span, .code-build-summary dt { display: block; color: #869087; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.code-build-metrics strong { display: block; margin-top: 7px; font-size: 25px; }
.code-build-section, .code-build-attempts { max-width: 1120px; margin: 22px auto; padding: 0 32px; }.code-build-section > header, .code-build-attempts > header { margin-bottom: 10px; }.code-build-section h2, .code-build-attempts h2 { margin: 4px 0 0; font-size: 18px; }.code-build-definitions { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 10px; }.code-build-definition-card { border: 1px solid #dce2db; border-radius: 11px; padding: 15px; background: white; }.code-build-definition-card header, .code-build-definition-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.code-build-definition-card header span { border-radius: 12px; padding: 3px 7px; color: #386246; background: #e9f3eb; font-size: 9px; font-weight: 800; }.code-build-definition-card p { overflow: hidden; margin: 9px 0 15px; color: #78827a; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.code-build-definition-card footer { justify-content: flex-start; color: #6f7b72; font-size: 9px; }
.code-build-runs { overflow: hidden; border: 1px solid #dce2db; border-radius: 12px; background: white; }.code-build-run-row { display: grid; grid-template-columns: 12px minmax(0,1fr) 110px 175px 12px; gap: 12px; align-items: center; width: 100%; min-height: 60px; border: 0; border-bottom: 1px solid #edf0ec; padding: 10px 16px; color: inherit; background: white; cursor: pointer; text-align: left; }.code-build-run-row:last-child { border-bottom: 0; }.code-build-run-row:hover { background: #f7faf7; }.code-build-run-row strong, .code-build-run-row small { display: block; }.code-build-run-row small { margin-top: 4px; color: #89928b; font-size: 9px; }.code-build-run-row time { color: #7d877f; font-size: 10px; }.code-build-run-row > b { color: #819087; font-size: 18px; }
.code-build-phase { width: max-content; border-radius: 14px; padding: 4px 8px; color: #59645c; background: #edf0ed; font-size: 9px; font-weight: 800; text-transform: uppercase; }.code-build-phase.running, .code-build-phase.executing, .code-build-phase.publishing, .code-build-phase.qualifying, .code-build-phase.provisioning { color: #865d1c; background: #fff0d4; }.code-build-phase.completed, .code-build-phase.succeeded { color: #2f7245; background: #e5f4e9; }.code-build-phase.failed, .code-build-phase.lost { color: #9e3838; background: #fbe6e6; }
.code-build-empty, .code-build-loading { display: grid; min-height: 150px; place-items: center; align-content: center; padding: 28px; color: #7d877f; text-align: center; }.code-build-empty p { max-width: 520px; margin: 7px 0 0; font-size: 10px; line-height: 1.55; }.code-build-loading { min-height: 100%; }
.code-build-detail-header { display: grid; grid-template-columns: minmax(0,1fr) auto; }.code-build-back { grid-column: 1 / -1; width: max-content; border: 0; padding: 0; color: #3f684a; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }.code-build-detail-header p { margin: 0; color: #758078; font-size: 9px; }.code-build-detail-actions { display: flex; align-items: center; gap: 8px; }.code-build-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 1120px; margin: 20px auto; padding: 0 32px; }.code-build-summary > div { min-width: 0; border: 1px solid #dce2db; border-right: 0; padding: 14px; background: white; }.code-build-summary > div:first-child { border-radius: 10px 0 0 10px; }.code-build-summary > div:last-child { border-right: 1px solid #dce2db; border-radius: 0 10px 10px 0; }.code-build-summary dd { overflow: hidden; margin: 7px 0 0; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.code-build-reason { margin: 10px 0; border-radius: 8px; padding: 9px 11px; color: #8d3d3d; background: #fff0f0; font-size: 10px; }.code-build-reason.detail { max-width: 1056px; margin: 12px auto; }
.code-build-attempt { overflow: hidden; margin-bottom: 13px; border: 1px solid #dce2db; border-radius: 12px; background: white; }.code-build-attempt > header { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px solid #e7eae6; background: #fafbf9; }.code-build-attempt > header > div { display: flex; align-items: center; gap: 11px; }.code-build-attempt > header strong, .code-build-attempt > header small { display: block; }.code-build-attempt > header small { margin-top: 3px; color: #879088; font-size: 9px; }.code-build-attempt-number { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: white; background: #3f684a; font-size: 10px; font-weight: 800; }.code-build-evidence { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; border-bottom: 1px solid #edf0ec; }.code-build-evidence > div { min-width: 0; padding: 12px 17px; }.code-build-evidence dt { color: #889189; font-size: 8px; font-weight: 800; text-transform: uppercase; }.code-build-evidence dd { overflow: hidden; margin: 5px 0 0; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.code-build-attempt-section { padding: 13px 17px 16px; border-bottom: 1px solid #edf0ec; }.code-build-attempt-section:last-child { border-bottom: 0; }.code-build-attempt-section h3 { margin: 0 0 9px; color: #69746c; font-size: 10px; text-transform: uppercase; }.code-build-attempt-section > p, .code-build-awaiting { margin: 0; padding: 18px; color: #818b83; font-size: 10px; }.code-build-command, .code-build-output { display: grid; grid-template-columns: 25px minmax(0,1fr) auto; gap: 10px; align-items: center; min-height: 45px; border-top: 1px solid #f0f2ef; }.code-build-command > span, .code-build-output > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: white; background: #65756b; font-size: 9px; font-weight: 900; }.code-build-command > span.passed { background: #408058; }.code-build-command > span.failed { background: #b54848; }.code-build-command strong, .code-build-command small, .code-build-output strong, .code-build-output small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.code-build-command strong, .code-build-output strong { font-size: 10px; }.code-build-command small, .code-build-output small { margin-top: 3px; color: #869087; font-size: 8px; }.code-build-command code, .code-build-output code { color: #68756c; font-size: 8px; }
.code-build-checks { margin-top: 17px; }.code-build-checks > header { margin-bottom: 8px; }.code-build-checks h2 { margin: 3px 0 0; font-size: 16px; }.code-build-check-list { overflow: hidden; border: 1px solid #dce2db; border-radius: 12px; padding: 0 16px; background: white; }.code-build-check-list > p { margin: 0; padding: 18px 0; color: #818b83; font-size: 10px; }.code-check-run:first-child { border-top: 0; }.code-build-command > span.pending { background: #87958c; }
.code-qualification-block:first-child .code-qualification { border-top: 0; }.code-provenance-button { border: 1px solid #d9dfda; border-radius: 7px; padding: 5px 8px; color: #4f5e54; background: #f7f9f7; font-size: 8px; font-weight: 700; }.code-provenance { margin: 0 0 12px 35px; overflow: hidden; border: 1px solid #e1e6e1; border-radius: 9px; background: #f8faf8; }.code-provenance header { display: flex; justify-content: space-between; gap: 12px; padding: 8px 10px; border-bottom: 1px solid #e5e9e5; font-size: 8px; }.code-provenance pre { max-height: 320px; margin: 0; overflow: auto; padding: 11px; color: #405047; font-size: 8px; line-height: 1.55; white-space: pre; }
@media (max-width: 900px) { .code-app { grid-template-columns: 220px minmax(0,1fr); }.code-browser-grid { grid-template-columns: 1fr; }.code-preview { min-height: 360px; border-top: 1px solid #e3e7e2; }.code-tree { border-right: 0; }.code-settings { grid-template-columns: 1fr; }.code-access > form { grid-template-columns: 1fr; }.code-access-list article { grid-template-columns: 38px minmax(0, 1fr); }.code-access-list select, .code-access-level { grid-column: 2; justify-self: stretch; }.code-build-run-row { grid-template-columns: 12px minmax(0,1fr) 95px 12px; }.code-build-run-row time { display: none; }.code-build-summary { grid-template-columns: 1fr 1fr; }.code-build-summary > div { border-right: 1px solid #dce2db; }.code-build-summary > div:first-child, .code-build-summary > div:last-child { border-radius: 0; } }
