:root{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,sans-serif;line-height:1.5;font-weight:500;color:#17202a;background:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--panel-bg: #ffffff;--panel-border: rgba(16, 35, 52, .08);--panel-shadow: 0 8px 24px rgba(41, 58, 79, .06);--text-muted: #536271;--brand: #1764a6;--brand-strong: #15568d;--accent: #1764a6;--success: #2d8a4a;--warning: #c17911;--danger: #b43b36;--slate: #6d7782}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(16,35,52,.08)}.brand{display:inline-flex;flex-direction:column;gap:2px}.brand__eyebrow,.eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--brand)}.brand__title{font-size:22px;font-weight:800;letter-spacing:-.03em}.topnav{display:flex;align-items:center;gap:8px}.topnav__link{padding:10px 14px;border-radius:999px;color:var(--text-muted);transition:.16s ease}.topnav__link:hover,.topnav__link--active{color:#fff;background:var(--brand)}.page{max-width:1580px;margin:0 auto;padding:24px 20px 32px}.stack-lg{display:flex;flex-direction:column;gap:24px}.stack-md{display:flex;flex-direction:column;gap:16px}.hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:24px;padding:28px;border-radius:20px;background:#eef4fa;color:#17202a;box-shadow:var(--panel-shadow);border:1px solid var(--panel-border)}.hero--simple{grid-template-columns:1fr}.hero--compact h1,.hero h1{margin:8px 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:.95;letter-spacing:-.05em}.hero--detail h1{margin:6px 0 10px;font-size:clamp(1.1rem,1.6vw,1.8rem);line-height:1.15;letter-spacing:-.03em}.hero--detail p{font-size:.92rem}.hero--detail{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px}.hero p{max-width:760px;margin:0;color:var(--text-muted)}.hero__meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}.hero__meta--summary{margin-top:0;justify-content:flex-end}.hero-meta-item{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:#ffffffd1;border:1px solid rgba(16,35,52,.08)}.hero-meta-item__label{color:var(--text-muted);font-size:.86rem}.hero-meta-item strong{display:inline-flex;align-items:center;font-size:.98rem}.hero__stats{display:grid;gap:16px;align-self:stretch}.stat-card{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:18px 20px;border-radius:16px;background:#fff;border:1px solid rgba(16,35,52,.08)}.stat-card__value{font-size:2rem;font-weight:800;letter-spacing:-.04em}.stat-card__label{font-size:.9rem;color:var(--text-muted)}.panel{padding:24px;border-radius:18px;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow)}.panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.panel__header h2,.panel__header h1{margin:6px 0 0;font-size:1.45rem;letter-spacing:-.04em}.panel__subheading{margin:20px 0 10px;font-size:1rem}.panel__subheader{display:flex;flex-direction:column;gap:6px;margin:20px 0 14px}.workspace-grid,.detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px}.detail-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.8fr) minmax(320px,.8fr)}.detail-grid--simple{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)}.detail-grid--triple{grid-template-columns:minmax(280px,.8fr) minmax(0,1.1fr) minmax(320px,.8fr);align-items:start}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.project-card{display:flex;flex-direction:column;gap:12px;min-height:190px;padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(16,35,52,.08)}.project-card__header,.project-card__footer,.filter-row,.kv-grid,.artifact-card__actions,.timeline__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.project-card__client{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.project-card__version,.project-card__meta,.muted{color:var(--text-muted)}.project-card h3{margin:0;font-size:1.18rem}.project-card p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag,.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#0f6d7314;color:var(--brand-strong);font-size:.82rem;font-weight:700}.tag--filled,.chip--soft{background:#1764a614;color:var(--brand-strong)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:14px;background:transparent;transition:.16s ease}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{color:#fff;background:var(--brand)}.button--primary:hover:not(:disabled){background:var(--brand-strong)}.button--ghost{color:var(--brand-strong);background:#0f6d7314;border-color:#0f6d731a}.button--ghost.is-active{color:#fff;background:var(--brand);border-color:var(--brand)}.button--danger{color:#8b2c28;background:#b43b3614;border-color:#b43b361f}.button--danger:hover:not(:disabled){background:#b43b3624}.button--small{min-height:34px;padding:0 12px;border-radius:12px;font-size:.86rem}.button--wide{width:100%}.field,.form-stack{display:flex;flex-direction:column;gap:12px}.form-stack{gap:16px}.form-stack--compact{gap:14px}.project-run-form__submit{margin-top:18px}.field__label{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700}.field__required{display:inline-flex;padding:2px 8px;border-radius:999px;background:#b43b361a;color:var(--danger);font-size:.72rem;font-weight:800}.field-help{margin:0;color:var(--text-muted);font-size:.88rem}.field input[type=text],.field input[type=date],.field input[type=file],.field select,.field textarea,.filter-row input,.filter-row select{width:100%;min-height:48px;padding:12px 14px;border:1px solid rgba(16,35,52,.12);border-radius:14px;background:#ffffffd1;color:#17202a}.field textarea{min-height:120px;resize:vertical}.field--checkbox{flex-direction:row;align-items:flex-start;gap:12px}.field--checkbox input[type=checkbox]{width:18px;height:18px;margin-top:4px}.field__checkbox-copy{display:flex;flex-direction:column;gap:6px}.file-pill-list{display:flex;flex-wrap:wrap;gap:8px}.file-pill{padding:6px 10px;border-radius:999px;background:#0f6d7314;color:var(--brand-strong);font-size:.82rem}.alert,.empty-state{padding:16px 18px;border-radius:16px}.alert{border:1px solid transparent}.alert--error{color:#7b241f;background:#b43b361a;border-color:#b43b3624}.alert--success{color:#1f5d34;background:#2d8a4a1a;border-color:#2d8a4a24}.alert--soft{color:#5d4a1f;background:#d96b2714;border-color:#d96b271f}.status-callout{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding:14px 16px;border-radius:14px;border:1px solid transparent}.status-callout--ready,.status-callout--success{color:#1f5d34;background:#2d8a4a1a;border-color:#2d8a4a24}.status-callout--processing{color:#0b4e66;background:#1764a614;border-color:#1764a61f}.status-callout--warning{color:#7f510d;background:#c179111a;border-color:#c1791124}.status-callout--error{color:#7b241f;background:#b43b361a;border-color:#b43b3624}.empty-state{color:var(--text-muted);background:#f6f8fb}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:980px}.data-table__col--run-id{width:17%}.data-table__col--project{width:13%}.data-table__col--status{width:9%}.data-table__col--progress{width:7%}.data-table__col--step{width:13%}.data-table__col--delivery{width:24%}.data-table__col--created{width:12%}.data-table__col--actions{width:5%}.data-table th,.data-table td{padding:14px 12px;border-bottom:1px solid rgba(16,35,52,.08);text-align:left;vertical-align:top}.data-table th{color:var(--text-muted);font-size:.82rem;font-weight:800;letter-spacing:.02em}.table-link{color:var(--brand-strong);font-weight:700}.data-table__cell--nowrap{white-space:nowrap}.delivery-cell{display:flex;flex-direction:column;gap:8px;min-width:180px}.delivery-cell__meta{color:var(--text-muted);font-size:.84rem;line-height:1.35}.delivery-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:800}.delivery-pill--latest{color:#1f5d34;background:#2d8a4a1f}.delivery-pill--warning{color:#7f510d;background:#c179111f}.delivery-pill--pending{color:#4b5661;background:#6d77821f}.delivery-filter-bar{display:flex;flex-wrap:wrap;gap:10px}.delivery-filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid rgba(16,35,52,.1);border-radius:999px;background:#ffffffd1;color:var(--text-muted);font-weight:700}.delivery-filter-chip span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#1023340f;font-size:.78rem}.delivery-filter-chip--active{border-color:#0f6d732e;background:#0f6d7314;color:var(--brand-strong)}.delivery-filter-chip--active span{background:#0f6d731f}.status-summary{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.status-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#f7f9fc}.stage-progress{display:flex;flex-direction:column;gap:14px;margin-top:18px}.stage-progress__summary{padding:12px 14px;border-radius:14px;background:#eef4fa;color:var(--brand-strong);font-weight:700}.stage-progress__list{display:flex;flex-direction:column;gap:10px}.stage-card{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#f7f9fc;color:var(--text-muted)}.stage-card__dot{width:10px;height:10px;border-radius:999px;background:#c4ced8}.stage-card--completed{color:#1f5d34;background:#2d8a4a14}.stage-card--completed .stage-card__dot{background:var(--success)}.stage-card--current{color:var(--brand-strong);background:#1764a614}.stage-card--current .stage-card__dot{background:var(--brand)}.stage-card--failed{color:#7b241f;background:#b43b3614}.stage-card--failed .stage-card__dot{background:var(--danger)}.send-report-status{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:18px;border:1px solid rgba(193,121,17,.14);background:#c1791114}.send-report-status--latest{border-color:#0f6d7324;background:linear-gradient(135deg,#0f6d731a,#1764a60f)}.send-report-status h3{margin:6px 0 8px;font-size:1.04rem}.send-report-status p{margin:0;color:var(--text-muted)}.delivery-status-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:16px 0 18px;padding:16px 18px;border-radius:18px;border:1px solid rgba(193,121,17,.14);background:#c1791114}.delivery-status-banner--latest{border-color:#0f6d7324;background:linear-gradient(135deg,#0f6d731a,#1764a60f)}.delivery-status-banner h3{margin:6px 0 8px;font-size:1.04rem}.delivery-status-banner p{margin:0;color:var(--text-muted)}.status-badge,.event-level{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:800}.status-badge--green,.event-level--green,.timeline__dot--green{color:#1f5d34;background:#2d8a4a1f}.status-badge--red,.event-level--red,.timeline__dot--red{color:#7b241f;background:#b43b361f}.status-badge--amber,.event-level--amber,.timeline__dot--amber{color:#7f510d;background:#c179111f}.status-badge--blue,.event-level--blue,.timeline__dot--blue{color:#0b4e66;background:#22a7f01f}.status-badge--slate,.event-level--slate,.timeline__dot--slate{color:#4b5661;background:#6d77821f}.timeline{display:flex;flex-direction:column;gap:18px}.timeline__item{display:grid;grid-template-columns:16px minmax(0,1fr);gap:14px}.timeline__dot{width:12px;height:12px;margin-top:7px;border-radius:999px}.timeline__content{display:flex;flex-direction:column;gap:10px}.timeline__message{font-weight:700}.code-block{margin:0;padding:16px;border-radius:18px;background:#16212c;color:#eff5fb;font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.84rem;overflow:auto;white-space:pre-wrap;word-break:break-word}.code-block--tall,.preview-frame{min-height:540px}.artifact-list{display:flex;flex-direction:column;gap:12px}.artifact-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border-radius:18px;border:1px solid rgba(16,35,52,.08);background:#ffffffc7}.artifact-card--selected{border-color:#0f6d7347;box-shadow:inset 0 0 0 1px #0f6d731a}.artifact-card__select{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:0;border:none;background:transparent;text-align:left}.artifact-card__name{font-weight:800}.artifact-card__meta{color:var(--text-muted);font-size:.88rem}.report-preview,.review-panel{margin-top:22px}.review-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start;align-content:start;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:6px}.review-board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.review-board-toolbar h2{margin:6px 0 0;font-size:1.12rem}.review-board-toolbar__actions{display:flex;gap:10px;flex-wrap:wrap}.review-editor-layout{display:block;min-height:640px}.review-board__column{min-height:520px;padding:18px}.review-board__column--active{border-color:#1764a638}.review-board__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.review-board__header h2{margin:6px 0 0;font-size:1.15rem}.review-board__list{display:flex;flex-direction:column;gap:12px}.review-board__card{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:16px;background:#fbfcfe;border:1px solid rgba(16,35,52,.08);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.review-board__card-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.review-board__media{display:flex;align-items:center;min-width:0;gap:10px}.review-board__media strong{display:block;min-width:0;font-size:.95rem;line-height:1.35}.review-board__edit-button{min-width:68px;padding:8px 12px}.review-board--compact .review-board__column{min-height:440px;padding:14px}.review-board--compact .review-board__list{gap:8px}.review-board--compact .review-board__card{gap:7px;padding:10px 11px;border-radius:14px}.review-board--compact .review-logo-thumb--card{width:46px;height:46px;border-radius:12px}.review-board--compact .review-board__section{gap:3px;padding-top:7px}.review-board--compact .review-board__section-label,.review-board--compact .review-board__section p,.review-board--compact .review-board__media strong{font-size:.82rem}.review-board--summary-hidden .review-board__section--summary{display:none}.review-board__card:hover{transform:translateY(-1px);border-color:#1764a62e;box-shadow:0 14px 28px #1023340d}.review-board__card--dragging{opacity:.48}.review-board__section{display:flex;flex-direction:column;gap:4px;padding-top:9px;border-top:1px solid rgba(16,35,52,.07)}.review-board__section-label{color:var(--text-muted);font-size:.78rem}.review-board__section p{margin:0;font-size:.92rem;line-height:1.5;color:var(--text-default);white-space:pre-wrap;word-break:break-word}.review-board__section--title-en p{font-weight:600;color:#22384b}.review-board__section--title-cn p{font-weight:700;color:#102334}.review-board__section--summary p{color:var(--text-muted)}.review-board__insert-indicator{height:10px;border-radius:999px;background:linear-gradient(90deg,#1764a626,#1764a6d9,#1764a626)}.review-board__dropzone{border:1px dashed rgba(23,100,166,.34);background:#1764a60f}.review-sidepanel{display:flex;max-height:calc(100vh - 120px);min-height:0;flex-direction:column;overflow:hidden}.review-sidepanel__header{margin-bottom:16px}.review-sidepanel__header h2{margin:6px 0 0;font-size:1.2rem}.review-sidepanel__content{min-height:0;overflow-y:auto;padding-right:6px}.review-sidepanel__group{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:16px;background:#f7f9fc}.review-sidepanel__group-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-sidepanel__logo-preview{display:flex;align-items:center;gap:14px}.review-sidepanel__logo-meta{display:flex;min-width:0;flex-direction:column;gap:4px}.review-logo-thumb{display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border-radius:14px;border:1px solid rgba(16,35,52,.08);background:#fff}.review-logo-thumb img{display:block;max-width:100%;max-height:100%;object-fit:contain}.review-logo-thumb--card{width:56px;height:56px}.review-logo-thumb--panel{width:132px;height:88px;border-radius:16px}.review-logo-thumb--empty{background:#f4f6f9;color:var(--text-muted)}.review-logo-thumb--empty span{padding:0 8px;text-align:center;font-size:.78rem;line-height:1.3}.review-editor-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:28px;background:#0c18245c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.review-editor-modal__dialog{width:min(760px,100%);max-height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden}.review-editor-modal__header,.review-editor-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.review-editor-modal__header{padding-bottom:16px;border-bottom:1px solid rgba(16,35,52,.08)}.review-editor-modal__header h2{margin:6px 0 0}.review-editor-modal__body{flex:1;min-height:0;overflow-y:auto;padding:20px 2px}.review-editor-modal__footer{padding-top:16px;border-top:1px solid rgba(16,35,52,.08)}.review-editor-modal__footer .review-actions{width:100%}.review-editor-status{border-color:#c6881a24;background:#c6881a14}.review-editor-status--saved{border-color:#0f6d731a;background:#0f6d730f}.review-next-step{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:18px;border:1px solid rgba(15,109,115,.14);background:linear-gradient(135deg,#0f6d7314,#1764a60f)}.review-next-step h3{margin:6px 0 8px;font-size:1.08rem}.review-next-step p{margin:0;color:var(--text-muted)}.review-toolbar,.review-item-grid,.review-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.review-actions{grid-template-columns:repeat(auto-fit,minmax(180px,220px));justify-content:flex-start}.review-section{padding:18px;border-radius:16px;background:#f7f9fc}.review-section__header,.review-item-card__header,.review-item-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.review-section__header{margin-bottom:14px}.review-section__header span,.review-item-meta{color:var(--text-muted);font-size:.9rem}.review-item-list{display:flex;flex-direction:column;gap:14px}.review-item-card{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:16px;background:#fff;border:1px solid rgba(16,35,52,.08)}.review-item-card__actions{display:flex;gap:8px;flex-wrap:wrap}.review-logo-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.review-logo-upload{position:relative;overflow:hidden}.review-logo-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.review-pool-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border-radius:16px;background:#fff;border:1px solid rgba(16,35,52,.08)}.review-pool-card--candidate{background:#fcfdff;border-color:#1764a624}.review-pool-card strong,.review-pool-card p{display:block}.review-pool-card__body{display:flex;flex:1;flex-direction:column;min-width:0;cursor:grab}.review-pool-card__body--dragging{opacity:.48}.review-pool-card p{margin:6px 0 0;color:var(--text-muted);font-size:.92rem}.review-pool-meta{display:inline-flex;margin-top:8px;color:var(--text-muted);font-size:.84rem}.review-pool-hint{margin-top:10px;color:#1764a6e0;font-size:.84rem}.review-pool-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.review-filter-bar{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr);gap:14px;margin-bottom:16px}.review-pool-groups{display:flex;flex-direction:column;gap:16px}.review-pool-group{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;background:#f7f9fc}.review-pool-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-pool-group__header span{color:var(--text-muted);font-size:.9rem}.mail-summary{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:14px;background:#f7f9fc}.mail-summary__label{color:var(--text-muted);font-size:.82rem}.preview-frame{width:100%;border:none;border-radius:18px;background:#fff}.kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kv-item{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:16px;background:#0f6d730d}.kv-item span{color:var(--text-muted);font-size:.86rem}.input-file-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px}.input-file-card{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:16px;background:#0f6d730d}.input-file-card__label,.input-file-card__meta{color:var(--text-muted);font-size:.82rem}@media (max-width: 1180px){.hero,.workspace-grid,.detail-grid,.detail-grid--triple,.review-board,.review-editor-layout,.review-pool-layout{grid-template-columns:1fr}.hero--detail{grid-template-columns:1fr;align-items:start}.hero__meta{gap:10px}.hero__meta--summary{justify-content:flex-start}.review-filter-bar{grid-template-columns:1fr}.review-next-step{flex-direction:column;align-items:flex-start}.review-board,.review-sidepanel,.review-sidepanel__content,.review-editor-modal__dialog,.review-editor-modal__body{max-height:none;overflow:visible;padding-right:0}.review-sidepanel__logo-preview{align-items:flex-start}.review-editor-modal{padding:18px}}@media (max-width: 780px){.topbar,.page{padding:20px}.hero__meta,.hero-meta-item{width:100%}.panel,.hero{padding:20px;border-radius:20px}.send-report-status,.delivery-status-banner{flex-direction:column;align-items:flex-start}.brand__title{font-size:18px}.hero h1{font-size:2.2rem}.artifact-card{grid-template-columns:1fr}.review-pool-card{flex-direction:column}.review-editor-modal{padding:12px}.review-editor-modal__header,.review-editor-modal__footer{flex-direction:column;align-items:flex-start}}
