.client-page-shell { min-height: 100vh; } .client-main { width: min(1400px, calc(100% - 1.6rem)); margin: 0 auto; padding: 1rem 0 1.6rem; } .client-topbar p { margin: 0.35rem 0 0; } .client-title-row { display: inline-flex; align-items: center; gap: 0.52rem; } .client-title-row .brand-mark { width: 24px; height: 24px; } .client-title-row h1 { margin: 0; } .client-section { display: block; } .client-request-toolbar { display: flex; gap: 0.6rem; align-items: flex-end; margin-bottom: 0.85rem; } .client-request-toolbar .field.grow { flex: 1; } .client-summary { margin-bottom: 0.85rem; } .client-summary-grid { display: grid; gap: 0.65rem; grid-template-columns: repeat(4, minmax(0, 1fr)); } .client-help-modal { width: min(760px, 100%); } .client-help-stack { display: grid; gap: 0.75rem; } .client-help-block { border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, 0.02); padding: 0.7rem; display: grid; gap: 0.6rem; } .client-help-description { margin: 0; color: #dbe6f4; line-height: 1.45; } #client-page-status { margin-top: 0.7rem; } @media (max-width: 1120px) { .client-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 760px) { .client-main { width: calc(100% - 1rem); } .client-request-toolbar { flex-direction: column; align-items: stretch; } .client-summary-grid { grid-template-columns: 1fr; } }