/* Shared page rhythm. Feature styles own their content, not the outer shell. */ .page > main:not(.login-page), .admin-shell.admin-shell--top-nav { width: calc(100% - var(--workspace-gutter) * 2); max-width: var(--workspace-width) !important; margin: 32px auto 0; padding: 0; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; animation: none; } .page > main:not(.login-page) { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--workspace-gap); align-content: start; } .admin-shell.admin-shell--top-nav { display: block; } .admin-shell--top-nav > .admin-card { grid-template-columns: minmax(0, 1fr); gap: var(--workspace-gap); border-radius: 0 !important; animation: none; } .admin-card > * { min-width: 0; } .admin-card .admin-section, .invite-admin-stack { grid-template-columns: minmax(0, 1fr); min-width: 0; } .admin-section > *, .invite-admin-stack > * { min-width: 0; } .page > .site-banner, .page > .user-view-banner { width: calc(100% - var(--workspace-gutter) * 2); max-width: var(--workspace-width); margin: 16px auto 0; border-radius: 8px; } .header { border-radius: 0 !important; } /* A single, calm heading treatment across every workspace page. */ .page-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; margin: 0; padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--ops-line-soft); border-radius: 0; background: transparent; box-shadow: none; } .page-heading-main { display: flex; align-items: center; gap: 18px; min-width: 0; } .page-heading-copy { display: grid; gap: 8px; min-width: 0; } .page-heading h1 { margin: 0; color: var(--ops-text); font: 700 clamp(26px, 2.5vw, 32px)/1.2 "DM Sans", "Segoe UI", sans-serif; text-transform: none; overflow-wrap: anywhere; } .page-heading-copy > p { margin: 0; max-width: 64ch; color: var(--ops-muted); font-size: 14px; line-height: 1.6; } .page-heading-eyebrow { color: var(--ops-faint); font: 11px "JetBrains Mono", monospace; } .page-heading-leading { flex-shrink: 0; } .page-heading-leading .request-poster { display: block; width: 60px; height: 90px; margin: 0; border-radius: 8px; object-fit: cover; } .page-heading-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; min-width: 0; flex-shrink: 0; max-width: 50%; } .page-heading-actions .lede { margin: 0; } .page-heading { grid-column: 1 / -1; } .page > main.issue-portal-page { grid-template-columns: minmax(0, 1fr) minmax(310px, 360px); } .issue-reports-column { top: 80px; height: calc(100dvh - 104px); } .page-heading-meta { color: var(--ops-faint); font-size: 13px; } .page-heading .home-search { width: min(440px, 100%); } .page-heading .home-search > label { font: 500 12px "DM Sans", sans-serif; text-transform: none; } .page-heading .home-search-row { grid-template-columns: minmax(0, 1fr) auto; } /* Keep small forms readable without moving their page title off the shared grid. */ .account-page > .account-tabs, .account-page > .account-panel { width: 100%; max-width: 920px; margin: 0; } .feedback-form { width: 100%; max-width: 760px; } .feedback-form label:not(:first-child) { margin-top: 12px; } .feedback-form :is(select, textarea) { width: 100%; min-width: 0; padding: 12px; border-radius: 8px; font-size: 14px; } .feedback-form button[type=submit] { justify-self: start; margin-top: 12px; } .how-page > .how-flow, .changelog-page > .changelog-groups { width: 100%; max-width: 1120px; } .how-flow > h2 { margin: 0 0 16px; font-size: 20px; } .how-card { background: var(--ops-panel); border-color: var(--ops-line); border-radius: 12px; box-shadow: none; } .how-card p { margin: 0; color: var(--ops-muted); line-height: 1.7; } .changelog-group { padding: 24px; border: 1px solid var(--ops-line); border-radius: 12px; background: var(--ops-panel); } .changelog-group:first-child { padding-top: 24px; border-top: 1px solid var(--ops-line); } .changelog-group h2 { font-size: 18px; } .changelog-list { margin-bottom: 0; color: var(--ops-muted); line-height: 1.7; } /* Shared hierarchy: readable form labels, restrained section titles and corners. */ :is(.request-flow-heading, .issue-flow-heading, .invite-flow-heading, .home-section-heading, .request-journey-heading) h2 { font-size: 21px; line-height: 1.3; } :is(.request-flow-stage, .issue-flow, .issue-reports-column, .invite-flow-step, .profile-invites-list, .account-panel) { border-radius: 12px; } .invites-page > .profile-invites-section { margin: 0; padding: 0; border: 0; background: transparent !important; } .invites-page .invite-flow-heading > div > .eyebrow { display: none; } .invites-page .profile-invites-list { margin-top: 12px; padding: 20px; border: 1px solid var(--ops-line); } .invite-flow-fields label > span:first-child, .invite-flow-field-grid label > span:first-child { font-size: 13px; text-transform: none; } .invite-admin-tabbar .admin-segmented { flex-wrap: wrap; width: auto; max-width: 100%; } .invite-admin-tabbar .admin-segmented { padding: 0; gap: 4px 18px; border: 0; border-bottom: 1px solid var(--ops-line-soft); border-radius: 0; background: transparent; } .invite-admin-tabbar .admin-segmented button { min-height: 44px; padding: 10px 0; border: 0; border-bottom: 2px solid transparent; border-radius: 0 !important; background: transparent !important; color: var(--ops-muted); } .invite-admin-tabbar .admin-segmented button[aria-selected=true] { border-bottom-color: #c7bdff; color: #dedaff; } .invite-operations-strip > button { justify-content: stretch; justify-items: start; border-color: var(--ops-line) !important; background: var(--ops-panel) !important; } .invite-operations-strip > button:hover { border-color: var(--ops-primary-2) !important; } .request-stage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .request-stage-grid > .request-stage { grid-column: auto; } :is(.request-flow-stage, .issue-flow, .profile-invites-section, .admin-card) label:not(.setting-switch) { font-family: "DM Sans", "Segoe UI", sans-serif; font-size: 13px; text-transform: none; } :is(.request-flow-stage, .issue-flow, .profile-invites-section, .admin-card) label > span { text-transform: none; } :is(.request-flow-stage, .issue-flow, .profile-invites-section) :is(input:not([type=checkbox]):not([type=radio]), select, textarea) { border-radius: 8px; font: 14px/1.5 "DM Sans", sans-serif; } :is(.request-flow-stage, .issue-flow, .profile-invites-section) input:not([type=checkbox]):not([type=radio]), :is(.request-flow-stage, .issue-flow, .profile-invites-section) select { min-height: 44px; } .auth-flow-form > label { display: grid; gap: 8px; } .auth-flow-form > label:not(:first-child) { margin-top: 10px; } .auth-flow-form .auth-actions { display: grid; margin-top: 12px; } .auth-flow-form .invite-lookup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; } .auth-flow-form .invite-lookup-row button { font-size: 12px; padding: 10px; } .auth-flow-form .invite-summary { background: var(--ops-panel-2); padding: 14px; border: 1px solid var(--ops-line); border-radius: 8px; font-size: 13px; overflow-wrap: anywhere; } .auth-invite-details { font-size: 12px; color: var(--ops-muted); margin-top: 10px; } .auth-invite-details summary { cursor: pointer; } .auth-invite-details .admin-meta-row { margin-top: 10px; } .page main button[type=submit]:not(.ghost-button), .page .request-submit-bar > button, .page .issue-resolution-card > button { min-height: 42px; padding: 11px 18px; border-color: #c7bdff !important; border-radius: 8px; background: #c7bdff !important; color: #1c172c !important; font: 700 13px "DM Sans", sans-serif; text-transform: none; box-shadow: none; } .page main button[type=submit]:disabled { opacity: .4; } .page button.danger-button { border-color: #86464f !important; background: #361f25 !important; color: #ffc0c5 !important; } .page :is(button, input, select, textarea) { font-family: "DM Sans", "Segoe UI", sans-serif; } .page :focus-visible { outline: 2px solid #c7bdff; outline-offset: 3px; } .login-card { border-radius: 12px; } .login-card header p { line-height: 1.6; } .login-card .status-banner { font-size: 13px; line-height: 1.6; } @media (max-width: 1100px) { .page > main.issue-portal-page { grid-template-columns: minmax(0, 1fr); } .issue-reports-column { height: auto; } .request-stage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 980px) { .page-heading { flex-wrap: wrap; align-items: flex-start; gap: 18px; } .page-heading-actions { justify-content: flex-start; max-width: 100%; } .home-page .page-heading-actions { width: 100%; } .page-heading .home-search { width: 100%; } } @media (max-width: 680px) { .workspace-mobile-nav { padding-inline: 4px; gap: 0; } .workspace-mobile-nav a { min-width: 0; flex: 1; padding-inline: 3px; } :root { --workspace-gutter: 16px; --workspace-gap: 20px; } .page > main:not(.login-page), .admin-shell.admin-shell--top-nav { margin-top: 24px; } .page-heading { padding-bottom: 20px; } .page-heading-copy > p { font-size: 13px; } .page-heading-main { gap: 14px; } .page-heading-leading .request-poster { width: 48px; height: 72px; } .page-heading-actions > .admin-inline-actions { flex-wrap: wrap; } .changelog-group { padding: 20px; } .request-stage-grid { grid-template-columns: minmax(0, 1fr); } .invite-operations-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (prefers-reduced-motion: reduce) { .page *, .page *::before, .page *::after { animation: none !important; scroll-behavior: auto !important; } }