@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --ink: #182332;
  --green: #68df68;
  --deep: #166b42;
  --muted: #687382;
  --line: #e1e6ea;
  --bg: #f5f7f9;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font:
    16px/1.6 Manrope,
    Arial,
    sans-serif;
  color: var(--ink);
  background: white;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #22a252;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
  letter-spacing: -0.035em;
}
h1 {
  font-size: 60px;
  font-weight: 800;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 21px;
}
p {
  color: var(--muted);
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 100;
  background: white;
  padding: 14px;
}
.skip:focus {
  top: 0;
}
.demo {
  height: 48px;
  background: #101c2a;
  color: #dce5ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 12px;
  gap: 16px;
}
.demo > span {
  font-weight: 800;
  letter-spacing: 1px;
}
.demo b {
  font-weight: 400;
  margin-left: 12px;
  color: #9aa9b8;
  letter-spacing: 0;
}
.demo nav {
  display: flex;
  gap: 4px;
  height: 100%;
  align-items: center;
}
.demo nav a {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 13px;
}
.demo nav a.selected {
  background: #354252;
  color: white;
}
.demo small {
  font-size: 12px;
  color: #acb7c3;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: -2px;
  white-space: nowrap;
  line-height: 1;
}
.brand span {
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 500;
}
.brand i {
  height: 7px;
  width: 7px;
  background: var(--green);
  border-radius: 50%;
  align-self: flex-end;
  margin-bottom: 3px;
}
.site-head {
  height: 98px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1600px;
  margin: auto;
}
.site-head nav {
  display: flex;
  gap: 30px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
}
.login {
  font-size: 14px;
  font-weight: 700;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: var(--green);
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  white-space: nowrap;
  gap: 8px;
}
.btn:hover {
  filter: brightness(0.96);
}
.btn.large {
  padding: 17px 26px;
  font-size: 16px;
}
.btn.dark {
  background: var(--ink);
  color: white;
}
.btn.secondary {
  background: white;
  border-color: #cfd7df;
}
.btn.white {
  background: white;
}
.btn.quiet {
  background: transparent;
  padding: 8px 10px;
}
.textlink {
  font-weight: 750;
  font-size: 15px;
}
.hero {
  max-width: 1440px;
  margin: auto;
  padding: 65px 5% 85px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: var(--deep);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: 1.09;
  letter-spacing: -0.055em;
}
.hero em {
  font-style: normal;
  color: #24895d;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 600px;
  margin-top: 25px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 30px 0;
}
.hero-proof {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #536271;
}
.hero-art {
  position: relative;
  padding: 20px 0 40px;
}
.hero-art > img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 90px 8px 8px 8px;
}
.image-note {
  position: absolute;
  left: 25px;
  top: 45px;
  background: #fffef0e8;
  padding: 12px 17px;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.image-note span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}
.review-float {
  position: absolute;
  bottom: 55px;
  left: -32px;
  right: 25px;
  display: flex;
  gap: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 12px 35px #18233222;
  align-items: center;
  padding: 22px;
}
.review-float strong {
  font-size: 14px;
}
.review-float small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.tick {
  margin-left: auto;
  border-radius: 50%;
  background: #d7f6de;
  padding: 3px 9px;
  color: #18613a;
}
.image-caption {
  position: absolute;
  bottom: 12px;
  right: 0;
  color: var(--muted);
  font-size: 11px;
}
.avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d8ebe7;
  color: #216f59;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}
.avatar.small {
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.manifesto {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 25px;
}
.manifesto > span {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.manifesto strong {
  font-size: 18px;
}
.section {
  padding: 80px 5%;
  max-width: 1440px;
  margin: auto;
}
.section-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 60px;
  margin-bottom: 35px;
}
.section-title .eyebrow {
  grid-column: 1/-1;
  margin: 0;
}
.section-title > p:last-child {
  align-self: center;
  max-width: 450px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cards article {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 30px;
  background: white;
}
.cards p {
  margin-top: 16px;
}
.number {
  color: #208351;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}
.green-section {
  background: #dff8de;
  padding: 65px 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.green-section h2 {
  font-size: 48px;
  margin-bottom: 28px;
}
.green-section ol {
  padding-left: 30px;
  margin: 0;
}
.green-section li {
  padding: 0 0 28px 12px;
}
.green-section strong {
  font-size: 20px;
}
.green-section p {
  margin-top: 6px;
}
.info-hero {
  padding: 70px 8% 30px;
  max-width: 1300px;
}
.callout {
  padding: 60px 8%;
  background: #edf8ef;
}
.callout p {
  margin: 15px 0 25px;
}
footer {
  padding: 45px 5%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 14px;
}
footer small {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 12px;
}
footer > a:last-of-type {
  margin-left: auto;
}
.workspace {
  display: flex;
  min-height: calc(100vh - 48px);
  background: var(--bg);
}
.sidebar {
  width: 226px;
  flex-shrink: 0;
  background: #192737;
  color: #dde7ee;
  padding: 28px 18px 18px;
  display: flex;
  flex-direction: column;
}
.sidebar .brand {
  font-size: 31px;
  color: white;
  margin: 0 10px 40px;
}
.sidebar .brand span {
  font-size: 19px;
}
.space-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: #91a5b9;
  margin: 0 10px 15px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar nav a {
  font-size: 14px;
  padding: 11px 13px;
  border-radius: 5px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.sidebar nav a.active {
  background: #33473e;
  color: #a4f29c;
}
.sidebar nav a:hover {
  background: #2c3b4a;
}
.sidebar nav span {
  width: 18px;
  font-size: 19px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 65px;
}
.sidebar-bottom > a {
  font-size: 12px;
  display: block;
  margin: 20px 10px;
}
.human {
  padding: 16px 10px;
  font-size: 14px;
  color: #aab9c7;
  line-height: 1.5;
}
.human > span {
  float: left;
  margin-right: 12px;
  color: var(--green);
  font-size: 28px;
}
.profile {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 20px 7px 0;
  border-top: 1px solid #3a4654;
}
.profile strong {
  font-size: 13px;
  color: white;
}
.profile small {
  display: block;
  font-size: 11px;
  color: #aab9c7;
}
.work-main {
  min-width: 0;
  flex: 1;
}
.topbar {
  height: 65px;
  background: white;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 13px;
}
.topbar > div {
  display: flex;
  gap: 18px;
  align-items: center;
}
.human-label {
  font-size: 12px;
  color: var(--muted);
}
.muted {
  color: var(--muted);
}
.work-content {
  padding: 35px 32px;
  max-width: 1800px;
  margin: auto;
}
.work-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.work-heading .eyebrow {
  font-size: 11px;
  margin-bottom: 8px;
}
.work-heading h1 {
  font-size: 32px;
  letter-spacing: -1.2px;
}
.work-heading p:last-child {
  font-size: 14px;
  margin-top: 10px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.metrics article {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  padding: 20px 24px;
}
.metrics span {
  font-size: 13px;
  font-weight: 600;
  color: #576574;
}
.metrics strong {
  font-size: 36px;
  display: block;
  line-height: 1.5;
  letter-spacing: -1px;
}
.metrics small {
  color: var(--muted);
  font-size: 11px;
}
.attention {
  background: #e5f5e8;
  border: 1px solid #c6e8ce;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  margin-bottom: 27px;
}
.attention strong {
  font-size: 14px;
}
.attention p {
  font-size: 12px;
  margin-top: 4px;
  color: #487359;
}
.attention .btn {
  margin-left: auto;
  font-size: 12px;
}
.attention-icon {
  background: #c1ecc7;
  color: #277545;
  border-radius: 50%;
  padding: 5px 12px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.panel-head {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.panel-head h2 {
  font-size: 18px;
  letter-spacing: -0.5px;
}
.panel-head input {
  max-width: 240px;
  margin: 0;
  font-size: 13px;
  padding: 8px 12px;
}
.filterbar {
  display: flex;
  gap: 6px;
  padding: 0 22px 18px;
  flex-wrap: wrap;
}
.chip {
  font-size: 12px;
  border: 0;
  background: transparent;
  color: #6b7684;
  border-radius: 5px;
  padding: 6px 12px;
}
.chip.on {
  background: #e9f4ed;
  color: #216841;
  font-weight: 800;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  white-space: nowrap;
}
th {
  background: #f9fafb;
  font-size: 11px;
  font-weight: 600;
  color: #73808c;
  text-align: left;
  padding: 12px 20px;
  border-block: 1px solid var(--line);
}
td {
  padding: 19px 20px;
  border-bottom: 1px solid #edf0f3;
}
tbody tr:last-child td {
  border-bottom: 0;
}
.job-name {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  text-align: left;
}
.job-name img {
  width: 58px;
  height: 46px;
  object-fit: cover;
  border-radius: 5px;
}
.job-name strong {
  font-size: 13px;
}
.job-name small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}
.badge {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  background: #eaf0f8;
  color: #4d688e;
  white-space: nowrap;
}
.badge.editing {
  background: #e8edff;
  color: #4c60a9;
}
.badge.quality-review {
  background: #fff1d5;
  color: #90691c;
}
.badge.ready {
  background: #e0f4e5;
  color: #24753b;
}
.session-note {
  font-size: 11px;
  margin-top: 22px;
  color: #87919e;
}
.view-tabs {
  display: flex;
  gap: 4px;
  background: #f0f3f5;
  padding: 3px;
  border-radius: 5px;
}
.view-tabs .btn {
  font-size: 12px;
  padding: 5px 16px;
}
.active-view {
  background: white;
  box-shadow: 0 1px 3px #0001;
}
.panel-head > .muted {
  font-size: 12px;
}
.production {
  background: #f9fafb;
}
.board {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 16px;
  padding: 4px 18px 24px;
  overflow-x: auto;
}
.column h2 {
  font-size: 13px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 19px;
}
.column h2 small {
  margin-left: auto;
  background: #e9edf1;
  padding: 2px 6px;
  border-radius: 4px;
  color: #71808d;
}
.stage-dot {
  width: 7px;
  height: 7px;
  background: #91a5b9;
  border-radius: 50%;
}
.stage-dot.editing {
  background: #8196e6;
}
.stage-dot.quality-review {
  background: #e9b14e;
}
.stage-dot.ready {
  background: #62c780;
}
.job-card {
  display: block;
  background: white;
  border: 1px solid #e0e5ea;
  box-shadow: 0 2px 4px #17233204;
  border-radius: 7px;
  padding: 16px;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
}
.job-card:hover {
  border-color: #72ba83;
  box-shadow: 0 5px 14px #18233210;
}
.card-top {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #85909c;
  margin-bottom: 14px;
}
.job-card h3 {
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 1.5;
}
.job-card p {
  font-size: 11px;
  margin: 5px 0 17px;
}
.job-card img {
  width: 100%;
  height: 106px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 14px;
}
.style-pill {
  display: inline-block;
  font-size: 10px;
  background: #f1f4f6;
  color: #6b7886;
  border-radius: 4px;
  padding: 3px 7px;
}
.card-bottom {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #71808d;
}
.workload article h2 {
  font-size: 22px;
  margin-top: 20px;
}
.workload h3 {
  font-size: 14px;
  margin: 22px 0;
}
.workload .btn {
  white-space: normal;
}
.empty {
  text-align: center;
  padding: 60px 25px;
}
.empty p {
  margin: 15px 0 25px;
}
.empty .number {
  font-size: 30px;
}
.form-panel {
  padding: 30px;
  max-width: 750px;
}
.form-panel h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 18px 0;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccd6dd;
  border-radius: 5px;
  background: white;
  color: var(--ink);
  margin-top: 8px;
  font-size: 14px;
}
textarea {
  resize: vertical;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  accent-color: #31934f;
  margin: 0 8px 0 0;
}
.checks label {
  font-weight: 500;
}
.form-panel > p {
  font-size: 12px;
  margin: 22px 0;
}
.scrim {
  position: fixed;
  inset: 0;
  background: #101c2a66;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}
.drawer {
  width: 560px;
  max-width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
  box-shadow: -15px 0 40px #0002;
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #71808d;
}
.drawer-content {
  padding: 28px;
}
.drawer-content h2 {
  font-size: 29px;
  margin-bottom: 10px;
}
.drawer-content > p {
  font-size: 14px;
  margin-bottom: 18px;
}
.drawer-content h3 {
  font-size: 17px;
  margin: 25px 0 12px;
}
.detail-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 7px;
}
.drawer-content > small {
  font-size: 11px;
}
.progress {
  display: flex;
  gap: 7px;
  margin: 24px 0;
}
.progress span {
  flex: 1;
  border-top: 3px solid #e7ebef;
  padding-top: 7px;
  font-size: 10px;
  color: #7b8897;
}
.progress .done {
  border-color: #64ca79;
  color: #286a3e;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 25px 0;
}
.detail-grid small {
  display: block;
  font-size: 10px;
  color: #7e8a99;
  margin-bottom: 6px;
}
.detail-grid strong {
  font-size: 13px;
}
.brief,
.notice {
  background: #f3f6f8;
  padding: 15px;
  border-radius: 6px;
  font-size: 13px;
}
.quality-check label {
  font-size: 13px;
  font-weight: 500;
  margin: 12px 0;
}
.quality-check {
  margin-bottom: 25px;
}
.activity {
  padding-left: 20px;
  color: #788694;
  font-size: 12px;
}
.activity li {
  padding: 6px;
}
.success {
  color: #287b47;
}
.order-modal {
  width: 760px;
  max-width: calc(100% - 30px);
  max-height: 94vh;
  margin: auto;
  background: white;
  border-radius: 12px;
  overflow: auto;
}
.order-body {
  padding: 28px 40px;
}
.order-body h2 {
  font-size: 29px;
}
.order-body > p {
  font-size: 13px;
  margin: 13px 0 22px;
}
.order-steps {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.order-steps span {
  font-size: 11px;
  padding: 0 0 16px;
  color: #7c8793;
}
.order-steps .current {
  border-bottom: 3px solid #5ad06b;
  color: #207840;
  font-weight: 800;
}
.upload-demo {
  border: 1px dashed #9eb7a6;
  padding: 22px;
  border-radius: 6px;
  background: #f7fbf8;
  text-align: center;
}
.upload-demo > span {
  display: block;
  font-size: 25px;
  color: #389259;
}
.upload-demo strong {
  display: block;
  font-size: 15px;
}
.upload-demo p {
  font-size: 12px;
  margin: 9px 0 14px;
}
.upload-demo small {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: #257444;
}
.order-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.summary {
  background: #f6f8f9;
  padding: 23px;
  border-radius: 7px;
}
.summary p {
  font-size: 13px;
  margin: 12px 0;
}
.summary dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
  gap: 13px;
  border-block: 1px solid var(--line);
  padding: 20px 0;
}
.summary dd {
  margin: 0;
  font-weight: 650;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: #19342a;
  color: white;
  padding: 15px 25px;
  border-radius: 7px;
  box-shadow: 0 10px 30px #0002;
  z-index: 50;
  font-size: 14px;
  transition: 0.2s;
  max-width: 90%;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .work-content {
    padding: 42px;
  }
  .sidebar {
    width: 245px;
  }
  .board {
    gap: 22px;
  }
  .job-card {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .demo > span,
  .demo small {
    display: none;
  }
  .demo {
    justify-content: center;
  }
  .site-head {
    gap: 18px;
  }
  .site-head nav {
    gap: 15px;
  }
  .hero {
    gap: 30px;
  }
  .hero-proof {
    flex-wrap: wrap;
  }
  .sidebar {
    width: 195px;
    padding-inline: 12px;
  }
  .work-content {
    padding: 28px 22px;
  }
  .human-label {
    display: none;
  }
  .work-heading h1 {
    font-size: 27px;
  }
  .work-heading > .btn {
    font-size: 12px;
  }
  .metrics article {
    padding: 16px;
  }
  .board {
    grid-template-columns: repeat(4, 220px);
  }
  .site-head .login {
    display: none;
  }
}
@media (max-width: 760px) {
  .demo {
    height: auto;
    min-height: 48px;
    padding: 6px;
  }
  .demo nav a {
    font-size: 11px;
    padding: 8px;
  }
  .site-head {
    height: auto;
    min-height: 95px;
    flex-wrap: wrap;
    padding: 22px 6%;
    gap: 20px;
  }
  .site-head .brand {
    margin-right: auto;
  }
  .site-head nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
  }
  .site-head > .btn {
    font-size: 12px;
    padding: 9px 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 45px 6%;
    gap: 20px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero .lead {
    font-size: 16px;
  }
  .hero-art > img {
    height: 350px;
    border-radius: 60px 6px 6px;
  }
  .review-float {
    left: 12px;
    right: 12px;
    padding: 15px;
  }
  .review-float strong {
    font-size: 12px;
  }
  .hero-proof {
    font-size: 11px;
    gap: 10px;
  }
  .hero .actions {
    gap: 16px;
  }
  .hero .btn.large {
    font-size: 14px;
    padding: 14px;
  }
  .textlink {
    font-size: 13px;
  }
  .manifesto {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 6%;
    gap: 15px;
  }
  .manifesto > span {
    flex-basis: 100%;
  }
  .manifesto strong {
    font-size: 14px;
  }
  .section {
    padding: 45px 6%;
  }
  .section-title {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .section-title h2 {
    font-size: 31px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .green-section {
    grid-template-columns: 1fr;
    padding: 40px 6%;
    gap: 40px;
  }
  .green-section h2 {
    font-size: 39px;
  }
  footer {
    padding: 35px 6%;
    gap: 20px;
  }
  footer > a:last-of-type {
    margin: 0;
  }
  .info-hero {
    padding: 45px 6% 10px;
  }
  .info-hero h1 {
    font-size: 40px;
  }
  .workspace {
    display: block;
  }
  .sidebar {
    width: 100%;
    padding: 18px 16px;
  }
  .sidebar .brand {
    margin: 0 0 20px;
    font-size: 26px;
  }
  .sidebar .brand span {
    font-size: 18px;
  }
  .sidebar nav {
    flex-direction: row;
    overflow: auto;
    gap: 4px;
  }
  .sidebar nav a {
    font-size: 12px;
    padding: 8px 11px;
    white-space: nowrap;
  }
  .sidebar nav span,
  .space-label,
  .sidebar-bottom {
    display: none;
  }
  .topbar {
    height: 50px;
    padding: 0 20px;
    font-size: 11px;
  }
  .work-content {
    padding: 25px 16px;
  }
  .work-heading {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }
  .work-heading h1 {
    font-size: 27px;
  }
  .work-heading p:last-child {
    font-size: 13px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .metrics article:last-child:nth-child(3) {
    grid-column: 1/-1;
  }
  .metrics strong {
    font-size: 30px;
  }
  .attention {
    padding: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .attention-icon {
    display: none;
  }
  .attention .btn {
    margin: 0;
  }
  .panel-head {
    padding: 16px;
    flex-wrap: wrap;
  }
  .panel-head input {
    max-width: 100%;
    width: 100%;
  }
  .filterbar {
    padding: 0 12px 15px;
  }
  .chip {
    font-size: 11px;
    padding: 5px 8px;
  }
  .panel-head h2 {
    font-size: 17px;
  }
  .board {
    grid-template-columns: repeat(4, 240px);
    padding: 0 12px 18px;
  }
  .order-body {
    padding: 24px 20px;
  }
  .order-body h2 {
    font-size: 25px;
  }
  .order-steps {
    gap: 12px;
  }
  .order-steps span {
    font-size: 10px;
  }
  .drawer-content {
    padding: 22px;
  }
  .detail-grid {
    gap: 12px;
  }
  .drawer-content h2 {
    font-size: 25px;
  }
  .form-panel {
    padding: 22px;
  }
  .empty h2 {
    font-size: 26px;
  }
  .summary dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .summary dd {
    margin-bottom: 10px;
  }
}
/* Readable working text at common desktop sizes. */
.metrics span,
.job-name strong,
table,
.badge,
.chip,
.sidebar nav a,
.column h2,
.job-card h3,
label,
.detail-grid strong {
  font-size: 14px;
}
.job-name small,
.metrics small,
.card-top,
.job-card p,
.style-pill,
.card-bottom,
.progress span,
.detail-grid small,
.activity,
.session-note,
.order-steps span,
.space-label {
  font-size: 12px;
}
.drawer-content > p,
.brief,
.notice,
.order-body > p {
  font-size: 14px;
}
.card-bottom {
  gap: 8px;
}
.board {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
}
@media (max-width: 1100px) {
  .board {
    grid-template-columns: repeat(4, 240px);
  }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics article:last-child:nth-child(3) {
    grid-column: 1/-1;
  }
  .work-heading {
    flex-wrap: wrap;
  }
}
.board {
  grid-template-columns: repeat(8, 255px);
  align-items: start;
  max-height: 70vh;
  overflow: auto;
}
.column {
  min-height: 350px;
  border-radius: 8px;
  padding: 8px;
  transition: background 0.15s;
}
.column.drop-active {
  background: #e0f3e5;
  outline: 2px dashed #49a967;
  outline-offset: -2px;
}
.board-item {
  position: relative;
  margin-bottom: 14px;
  border-radius: 7px;
  cursor: grab;
}
.board-item.dragging {
  opacity: 0.35;
}
.board-item.insert-before {
  box-shadow: 0 -4px 0 #36a458;
}
.board-item .job-card {
  margin: 0;
  border-radius: 7px 7px 0 0;
  cursor: grab;
}
.move-card {
  width: 100%;
  text-align: left;
  background: white;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  padding: 8px 16px;
  font-size: 12px;
  color: #327449;
}
.move-card:hover {
  background: #edf8ef;
}
.drop-space {
  min-height: 70px;
  border: 1px dashed #d6dfe5;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #85939e;
  font-size: 12px;
}
.board-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 12px;
  gap: 15px;
  font-size: 12px;
  color: #677887;
}
.board-tools .btn {
  font-size: 12px;
  padding: 7px 12px;
}
.btn:disabled {
  opacity: 0.45;
  cursor: default;
}
.move-modal {
  max-width: 520px;
}
.badge.revisions {
  background: #ffebe5;
  color: #98492c;
}
.badge.on-hold {
  background: #eee9f5;
  color: #71528d;
}
.badge.delivered {
  background: #daf2e4;
  color: #246347;
}
@media (max-width: 760px) {
  .board-tools {
    flex-wrap: wrap;
  }
  .board {
    max-height: none;
  }
}
.team-mode .work-content {
  padding: 22px 24px;
}
.team-mode .work-heading {
  margin-bottom: 18px;
}
.team-mode .work-heading h1 {
  font-size: 25px;
}
.team-mode .work-heading .eyebrow {
  font-size: 11px;
}
.team-mode .work-heading p:last-child:empty {
  display: none;
}
.team-mode .production {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.team-mode .panel-head {
  padding: 8px 0 16px;
  justify-content: flex-start;
}
.team-mode .panel-head > .muted {
  margin-left: auto;
}
.team-mode .board {
  padding: 0;
  max-height: calc(100vh - 285px);
  min-height: 450px;
  gap: 14px;
  grid-template-columns: repeat(8, 265px);
}
.team-mode .column {
  padding: 0 3px;
}
.team-mode .column h2 {
  background: #fff0ac;
  padding: 9px 12px;
  border-radius: 7px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.team-mode .column:nth-child(2) h2 {
  background: #e9e2ff;
}
.team-mode .column:nth-child(3) h2 {
  background: #d8e9ff;
}
.team-mode .column:nth-child(4) h2 {
  background: #c5effb;
}
.team-mode .column:nth-child(5) h2 {
  background: #caf6f3;
}
.team-mode .column:nth-child(6) h2 {
  background: #eff2ba;
}
.team-mode .column:nth-child(7) h2 {
  background: #d9efda;
}
.team-mode .column:nth-child(8) h2 {
  background: #ece5ee;
}
.team-mode .column h2 small {
  background: transparent;
  padding: 0;
}
.team-mode .board-tools {
  padding: 0 0 14px;
}
.team-mode .job-card {
  padding: 13px 15px;
}
.team-mode .job-card p {
  margin-bottom: 9px;
}
.team-mode .card-bottom {
  margin-top: 10px;
  padding-top: 9px;
}
.team-mode .card-top {
  margin-bottom: 7px;
}
.board-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
}
.board-filter select {
  margin: 0;
  padding: 7px;
  font-size: 12px;
}
.project-window {
  background: white;
  width: min(1100px, 95vw);
  height: 100%;
  overflow: auto;
  box-shadow: -10px 0 50px #18233222;
}
.project-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 30px 20px;
}
.project-title span {
  font-size: 11px;
  letter-spacing: 1px;
}
.project-title h2 {
  font-size: 27px;
  margin-top: 9px;
}
.project-summary {
  padding: 0 30px 23px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.project-summary > label,
.status-field {
  background: #f2f5f9;
  border-radius: 8px;
  margin: 0;
  padding: 12px 15px;
  font-weight: 500;
  color: #708098;
  font-size: 13px;
}
.project-summary input,
.project-summary select {
  padding: 4px 0;
  margin-top: 7px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}
.status-field {
  background: #dbeaff;
  border-left: 5px solid #5188d8;
}
.status-field > span {
  display: block;
}
.status-field button {
  padding: 8px 0;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 650;
}
.fields-toolbar {
  display: flex;
  padding: 20px 30px;
  gap: 20px;
  justify-content: space-between;
}
.fields-toolbar input {
  margin: 0;
  max-width: 290px;
  border: 0;
  background: #f6f8fa;
}
.project-fields {
  padding: 0 30px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 28px;
}
.project-field {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 15px;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  color: #76859a;
}
.project-field input {
  margin: 0;
  background: #f2f5f9;
  border: 1px solid transparent;
  padding: 10px 12px;
}
.project-field input:focus {
  border-color: #88b2df;
}
.project-brief {
  padding: 0 30px 22px;
}
.project-brief label {
  margin: 0 0 14px;
}
.project-files {
  padding: 20px 30px;
  border-block: 1px solid var(--line);
}
.project-files > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-files h3,
.project-feed h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.file-pick {
  margin: 0;
}
.file-pick input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.project-files > p {
  font-size: 12px;
  margin: 12px 0;
}
.file-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.file-chips > * {
  font-size: 12px;
  background: #f1f5f8;
  border: 1px solid #e0e7ec;
  border-radius: 5px;
  padding: 8px 12px;
}
.project-feed {
  padding: 28px 30px;
  min-height: 200px;
}
.feed-entry {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.feed-entry strong {
  font-size: 13px;
}
.feed-entry strong small {
  font-weight: 400;
  color: #7c8d9e;
  margin-left: 10px;
}
.feed-entry p {
  font-size: 14px;
  margin-top: 4px;
  white-space: pre-wrap;
}
.comment-composer {
  padding: 0 30px 28px;
}
.comment-composer label {
  margin: 0;
}
.comment-composer textarea {
  background: #f3f6fa;
}
.comment-composer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  gap: 15px;
}
.comment-composer small {
  font-size: 11px;
  color: #7c8a9a;
}
[hidden] {
  display: none !important;
}
@media (max-width: 760px) {
  .project-window {
    width: 100%;
  }
  .project-title,
  .project-feed,
  .project-files {
    padding: 20px;
  }
  .project-summary {
    padding: 0 20px 20px;
    grid-template-columns: 1fr;
  }
  .project-fields {
    padding: 0 20px 20px;
    grid-template-columns: 1fr;
  }
  .project-field {
    grid-template-columns: 120px 1fr;
  }
  .fields-toolbar {
    padding: 16px 20px;
  }
  .project-brief,
  .comment-composer {
    padding: 0 20px 20px;
  }
  .project-title h2 {
    font-size: 22px;
  }
  .team-mode .panel-head {
    flex-wrap: wrap;
  }
  .board-filter {
    width: 100%;
  }
  .team-mode .board {
    max-height: none;
  }
}
.progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.progress span {
  font-size: 12px;
}
.progress .done {
  font-weight: 800;
  background: #edf8ef;
  padding: 7px 5px;
  border-radius: 3px;
}
.badge.scheduled {
  background: #fff0ac;
  color: #745b14;
}
.badge.received {
  background: #e9e2ff;
  color: #665197;
}
.badge.editing {
  background: #d8e9ff;
  color: #365b98;
}
.badge.quality-review {
  background: #c5effb;
  color: #25667c;
}
.badge.revisions {
  background: #caf6f3;
  color: #256b67;
}
.badge.ready {
  background: #eff2ba;
  color: #656c20;
}
.badge.delivered {
  background: #d9efda;
  color: #246347;
}
.badge.on-hold {
  background: #ece5ee;
  color: #71528d;
}
.editing-options {
  margin: 26px 0;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.options-heading .eyebrow {
  font-size: 11px;
}
.options-heading h3 {
  font-size: 23px;
  margin-top: 8px;
}
.options-heading p,
.option-note {
  font-size: 13px;
  margin: 12px 0;
  color: var(--muted);
}
.editing-options fieldset {
  border: 0;
  padding: 0;
  margin: 22px 0;
}
.editing-options legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.window-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.window-option {
  border: 1px solid var(--line);
  border-radius: 7px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
}
.window-option:has(input:checked) {
  border-color: #39985a;
  background: #edf8ef;
  box-shadow: inset 0 0 0 1px #39985a;
}
.window-option input {
  width: auto;
  display: inline;
  margin: 0 8px 0 0;
  accent-color: #328653;
}
.window-option strong {
  font-size: 14px;
}
.window-option span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 10px;
}
.editing-options fieldset > small {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.editing-options details {
  margin-top: 18px;
  background: #f5f8fa;
  border-radius: 6px;
  padding: 14px;
}
.editing-options summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.edit-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
  gap: 8px 20px;
  margin: 18px 0;
}
.edit-summary dt {
  color: var(--muted);
}
.edit-summary dd {
  margin: 0;
  font-weight: 600;
}
.project-finishing {
  padding: 20px 30px;
  border-top: 1px solid var(--line);
}
.project-finishing h3 {
  font-size: 17px;
}
@media (max-width: 540px) {
  .window-options {
    grid-template-columns: 1fr;
  }
  .options-grid {
    grid-template-columns: 1fr;
  }
  .window-option span {
    margin-top: 5px;
  }
}
.default-windows {
  padding: 0;
  border: 0;
  margin: 24px 0;
}
.default-windows legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.inspiration-link {
  font-size: 14px;
  margin: 18px 0;
  overflow-wrap: anywhere;
}
.inspiration-link a {
  color: #237244;
  text-decoration: underline;
}
/* Desktop production workspace, based on the observed Wrike board proportions. */
.team-mode {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #17192e;
  --muted: #75849e;
  --line: #eceef5;
  --bg: #f8f9fb;
}
.team-mode .demo {
  height: 30px;
  font-size: 10px;
  padding: 0 18px;
  background: #192338;
}
.team-mode .demo nav a {
  font-size: 11px;
  padding: 3px 12px;
}
.team-mode .demo small {
  font-size: 10px;
}
.team-mode .workspace {
  min-height: calc(100vh - 30px);
}
.team-mode .sidebar {
  width: 190px;
  background: #192338;
  padding: 18px 8px 12px;
  color: #d5dbea;
}
.team-mode .sidebar .brand {
  font-size: 25px;
  margin: 0 8px 25px;
}
.team-mode .sidebar .brand span {
  font-size: 16px;
}
.team-mode .sidebar nav a {
  font-size: 12px;
  padding: 7px 10px;
  gap: 8px;
  min-height: 30px;
}
.team-mode .sidebar nav a.active {
  background: #617292;
  color: white;
}
.team-mode .sidebar nav span {
  font-size: 12px;
  width: auto;
}
.editor-global {
  padding-bottom: 20px;
}
.editor-spaces {
  border-top: 1px solid #354058;
  padding: 18px 9px 12px;
  color: #a7b2c7;
  font-size: 12px;
}
.editor-space-name {
  padding: 8px 9px;
  color: #fff;
}
.editor-tree {
  margin: 14px 4px;
  font-size: 12px;
}
.editor-tree summary {
  padding: 8px;
  cursor: pointer;
  color: #d7dcea;
}
.editor-tree details {
  margin-left: 10px;
}
.team-mode .sidebar-bottom {
  padding-top: 40px;
}
.team-mode .avatar {
  background: #dc1565;
  color: white;
  border-radius: 5px;
}
.team-mode .topbar {
  height: 32px;
  border: 0;
  padding: 0 20px;
  color: #78859e;
  font-size: 11px;
}
.team-mode .work-content {
  padding: 0;
  max-width: none;
}
.team-mode .work-heading {
  margin: 0;
  padding: 0 20px 10px;
  background: white;
  min-height: 38px;
}
.team-mode .work-heading .eyebrow {
  display: none;
}
.team-mode .work-heading h1 {
  font-size: 20px;
  letter-spacing: -0.4px;
}
.team-mode .work-heading .btn {
  padding: 4px 10px;
  font-size: 11px;
  background: #f3f5fa;
  border: 0;
  font-weight: 500;
}
.team-mode .editor-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 5px 20px;
  border-bottom: 1px solid #f2f3f7;
}
.editor-controls label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.editor-controls input,
.editor-controls select {
  margin: 0;
  padding: 5px 7px;
  width: auto;
  border: 1px solid #e8ebf2;
  font-size: 12px;
  background: #f8f9fc;
}
.editor-controls input {
  width: 180px;
}
.team-mode .panel-head {
  background: #fff;
  margin: 0;
  padding: 6px 20px;
  gap: 16px;
}
.team-mode .view-tabs {
  padding: 2px;
  background: #f1f3fa;
}
.team-mode .view-tabs .btn {
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 400;
}
.team-mode .board-filter select {
  padding: 4px;
  font-size: 11px;
  border: 0;
  background: #f3f5fa;
}
.team-mode .board-tools {
  padding: 5px 20px;
  font-size: 10px;
}
.team-mode .board-tools .btn {
  font-size: 10px;
  padding: 3px 8px;
  background: transparent;
  border: 0;
}
.team-mode .board {
  padding: 4px 17px 20px;
  gap: 18px;
  grid-template-columns: repeat(8, 208px);
  max-height: none;
  height: calc(100vh - 220px);
  min-height: 380px;
}
.team-mode .column {
  padding: 0;
  min-height: 100%;
}
.team-mode .column h2 {
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  padding: 4px 9px;
  margin: 0 0 6px;
  gap: 5px;
  line-height: 1.5;
}
.team-mode .column h2 small {
  margin: 0;
  font-size: 10px;
  color: #748091;
}
.team-mode .stage-dot {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  background: transparent;
  color: #5d78bf;
}
.team-mode .column:first-child .stage-dot {
  color: #e7b119;
}
.team-mode .column:nth-child(2) .stage-dot {
  color: #9374dc;
}
.team-mode .column:nth-child(4) .stage-dot {
  color: #36a8d5;
}
.team-mode .column:nth-child(5) .stage-dot {
  color: #43c5ce;
}
.team-mode .column:nth-child(6) .stage-dot {
  color: #a8b42a;
}
.team-mode .board-item {
  margin-bottom: 8px;
}
.team-mode .job-card {
  padding: 10px 11px;
  border-color: #e0e4ed;
  border-radius: 9px;
  box-shadow: 0 1px 4px #17233208;
}
.team-mode .job-card h3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}
.team-mode .job-card p {
  font-size: 11px;
  margin: 3px 0 8px;
}
.team-mode .card-top {
  font-size: 10px;
}
.team-mode .card-bottom {
  border: 0;
  padding: 0;
  margin-top: 8px;
  font-size: 10px;
}
.team-mode .card-bottom .avatar {
  width: 22px;
  height: 22px;
  font-size: 9px;
}
.team-mode .compact .card-top,
.team-mode .compact .style-pill,
.team-mode .compact .card-bottom > span:first-child {
  display: none;
}
.team-mode .compact .card-bottom {
  justify-content: flex-start;
}
.team-mode .move-card {
  border: 0;
  background: transparent;
  font-size: 10px;
  padding: 3px 10px;
  opacity: 0;
}
.team-mode .board-item:hover .move-card,
.team-mode .board-item:focus-within .move-card {
  opacity: 1;
}
.team-mode .drop-space {
  border: 0;
  color: transparent;
  min-height: 100px;
}
.team-mode .is-dragging .drop-space {
  color: #8793a5;
  border: 1px dashed #b6c7d6;
}
.team-mode .session-note {
  padding: 0 20px;
  margin: 0;
  font-size: 10px;
}
.team-mode .scrim:has(.project-window) {
  background: transparent;
  pointer-events: none;
  top: 30px;
}
.team-mode .project-window {
  pointer-events: auto;
  width: min(720px, 60vw);
  max-width: 100%;
  box-shadow: -5px 0 20px #15284918;
  border-left: 1px solid #e2e7ef;
}
.team-mode .project-window.expanded {
  width: calc(100vw - 190px);
}
.team-mode .project-title {
  padding: 12px 18px 5px;
  align-items: center;
  gap: 8px;
}
.team-mode .project-title h2 {
  font-size: 18px;
  margin: 0;
  letter-spacing: -0.35px;
}
.team-mode .project-title > div > span {
  display: none;
}
.project-window-actions {
  display: flex;
}
.project-window-actions .btn {
  padding: 4px 7px;
}
.project-category {
  display: inline-block;
  background: #f3f3fa;
  margin: 4px 18px 14px;
  padding: 2px 6px;
  font-size: 11px;
}
.team-mode .project-summary {
  padding: 0 18px 14px;
  gap: 5px;
}
.team-mode .project-summary > label,
.team-mode .status-field {
  background: #f5f5fb;
  border-radius: 4px;
  padding: 8px;
  font-size: 10px;
}
.team-mode .status-field {
  background: #d0f5f7;
  border-left: 3px solid #3ac6d0;
}
.team-mode .project-summary input,
.team-mode .project-summary select,
.team-mode .status-field button {
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  padding: 3px 0;
}
.team-mode .fields-toolbar {
  padding: 12px 18px;
}
.team-mode .fields-toolbar input {
  background: white;
  border-bottom: 1px solid #edf0f5;
  font-size: 11px;
  border-radius: 0;
  max-width: none;
  padding: 5px 0;
}
.team-mode .fields-toolbar .btn {
  font-size: 10px;
  padding: 3px 8px;
  border: 0;
  background: #f5f5fb;
}
.team-mode .project-fields {
  padding: 0 18px 18px;
  gap: 7px 22px;
}
.team-mode .project-field {
  grid-template-columns: 100px 1fr;
  gap: 6px;
  font-size: 10px;
}
.team-mode .project-field input {
  padding: 5px 7px;
  font-size: 11px;
  background: #f5f5fb;
  border-radius: 5px;
  min-width: 0;
}
.team-mode .project-brief {
  padding: 0 18px 16px;
}
.team-mode .project-brief label {
  font-size: 11px;
}
.team-mode .project-brief textarea {
  font-size: 12px;
  background: #f6f6fb;
  border: 0;
}
.team-mode .project-brief .btn,
.team-mode .comment-composer .btn {
  background: #07836a;
  color: white;
  font-size: 11px;
  padding: 6px 12px;
  font-weight: 500;
}
.team-mode .project-finishing {
  padding: 14px 18px;
}
.team-mode .project-finishing h3,
.team-mode .project-feed h3,
.team-mode .project-files h3 {
  font-size: 12px;
  letter-spacing: 0;
}
.team-mode .edit-summary {
  font-size: 11px;
  gap: 4px 16px;
  margin: 8px 0;
}
.team-mode .project-files,
.team-mode .project-feed {
  padding: 16px 18px;
}
.team-mode .file-pick {
  padding: 4px 9px;
  font-size: 11px;
  border: 0;
  background: #f5f5fb;
}
.team-mode .feed-entry {
  gap: 10px;
  margin-top: 14px;
}
.team-mode .feed-entry p {
  font-size: 12px;
}
.team-mode .feed-entry strong {
  font-size: 12px;
}
.team-mode .comment-composer {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 12px 18px;
}
.team-mode .comment-composer textarea {
  font-size: 12px;
  border: 0;
  background: #f5f5fb;
}
.team-mode .comment-composer label {
  font-size: 11px;
}
.team-mode .workload,
.team-mode .work-content > .cards {
  padding: 20px;
}
/* A single inset focus line avoids stacking the field border and browser outline. */
.team-mode .project-window input:focus,
.team-mode .project-window textarea:focus,
.team-mode .project-window select:focus {
  outline: none;
  outline-offset: 0;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px #438a78;
  background: #fff;
}
@media (max-width: 800px) {
  .team-mode .sidebar {
    width: 155px;
  }
  .team-mode .project-window {
    width: calc(100vw - 155px);
  }
  .team-mode .project-fields {
    grid-template-columns: 1fr;
  }
  .team-mode .project-summary {
    grid-template-columns: 1fr;
  }
  .team-mode .editor-controls {
    gap: 8px;
  }
  .team-mode .demo > span {
    display: none;
  }
  .team-mode .human-label {
    display: none;
  }
}
@media (max-width: 540px) {
  .team-mode .workspace {
    display: block;
  }
  .team-mode .sidebar {
    width: 100%;
    padding: 10px;
    display: block;
  }
  .team-mode .sidebar .brand {
    margin: 0;
  }
  .team-mode .editor-global,
  .team-mode .editor-spaces,
  .team-mode .editor-space-name,
  .team-mode .editor-tree,
  .team-mode .sidebar-bottom {
    display: none;
  }
  .team-mode .project-window,
  .team-mode .project-window.expanded {
    width: 100%;
  }
  .team-mode .board {
    height: 65vh;
  }
  .team-mode .editor-controls label {
    flex: 1;
  }
  .team-mode .move-card {
    opacity: 1;
  }
}
.pagination{display:flex;align-items:center;justify-content:center;gap:9px;padding:10px;font-size:11px;color:#61708a}.pagination button{border:1px solid #dce2eb;background:white;border-radius:4px;min-width:28px;min-height:28px}.pagination button:disabled{opacity:.35;cursor:default}.history-note{font-size:11px;margin-top:6px}.team-mode .column[data-stage='Scheduled'] h2{background:#fff0ac}.team-mode .column[data-stage='Received'] h2{background:#e9e2ff}.team-mode .column[data-stage='Editing'] h2{background:#d8e9ff}.team-mode .column[data-stage='Quality review'] h2{background:#c5effb}.team-mode .column[data-stage='Revisions'] h2{background:#caf6f3}.team-mode .column[data-stage='Ready'] h2{background:#eff2ba}.team-mode .column[data-stage='Delivered'] h2{background:#d9efda}.team-mode .column[data-stage='On hold'] h2{background:#ece5ee}

/* Keep drag feedback within a single stage and its cards. */
.team-mode .column.drop-active { background: #e9effa; outline: none; }
.team-mode .board-item.insert-before { box-shadow: none; }
.team-mode .board-item.insert-before::before,
.team-mode .board-item.insert-after::after {
  content: ""; position: absolute; left: 0; right: 0; height: 3px;
  background: #5283df; border-radius: 3px; pointer-events: none;
}
.team-mode .board-item.insert-before::before { top: -5px; }
.team-mode .board-item.insert-after::after { bottom: -5px; }
.team-mode .is-dragging .drop-space { border: 0; color: transparent; }
.team-mode .column.drop-active .drop-space { color: #6b7b96; }

.conversation-tabs { display:flex; gap:8px; margin:12px 0; }
.conversation-tabs button { padding:9px 12px; border:1px solid #d5dce8; border-radius:6px; background:white; }
.conversation-tabs [aria-selected="true"] { background:#e7eefb; border-color:#769ad4; }
.message-text { white-space:pre-wrap; overflow-wrap:anywhere; }

.revision-toggle { display:flex; align-items:center; gap:8px; font-weight:400; }
.revision-toggle input { width:auto; margin:0; }
#revision-fields[hidden] { display:none; }
.job-context { margin-top:24px; border-top:1px solid #e3e7ed; padding-top:16px; }
.job-context summary { cursor:pointer; color:#657287; }
.drawer .project-feed { padding:20px 0; }

/* Readable production scale, aligned with the current desktop reference. */
.team-mode { font-size: 14px; }
.team-mode .sidebar { width: 230px; padding: 22px 10px 14px; }
.team-mode .sidebar nav a { font-size: 14px; min-height: 38px; padding: 9px 10px; }
.team-mode .sidebar nav span, .team-mode .editor-tree { font-size: 14px; }
.team-mode .editor-tree summary { padding: 10px 8px; }
.team-mode .sidebar .brand { font-size: 29px; }
.team-mode .sidebar .brand span { font-size: 18px; }
.team-mode .topbar { font-size: 13px; height: 40px; }
.team-mode .work-heading h1 { font-size: 24px; }
.team-mode .work-heading .btn, .team-mode .view-tabs .btn,
.team-mode .editor-controls label, .team-mode .editor-controls input,
.team-mode .editor-controls select, .team-mode .board-filter select { font-size: 14px; }
.team-mode .editor-controls input, .team-mode .editor-controls select { padding: 7px 9px; }
.team-mode .editor-controls input { width: 220px; }
.team-mode .view-tabs .btn { padding: 6px 14px; }
.team-mode .board-tools, .team-mode .board-tools .btn { font-size: 12px; }
.team-mode .board { grid-template-columns: repeat(8, 260px); gap: 20px; height: calc(100vh - 260px); }
.team-mode .column h2 { font-size: 14px; padding: 6px 10px; }
.team-mode .column h2 small { font-size: 12px; }
.team-mode .job-card { padding: 13px 14px; }
.team-mode .job-card h3 { font-size: 14px; }
.team-mode .job-card p { font-size: 13px; }
.team-mode .card-top, .team-mode .card-bottom, .team-mode .move-card { font-size: 12px; }
.team-mode .card-bottom .avatar { width: 26px; height: 26px; font-size: 11px; }
.team-mode table, .team-mode .job-name strong { font-size: 15px; }
.team-mode th, .team-mode .job-name small, .team-mode td .badge { font-size: 13px; }
.team-mode td { padding: 18px 20px; }
.team-mode td .btn { font-size: 14px; }
.team-mode .project-window.expanded { width: calc(100vw - 230px); }
@media (max-width: 800px) and (min-width: 541px) {
  .team-mode .sidebar { width: 200px; }
  .team-mode .project-window, .team-mode .project-window.expanded { width: calc(100vw - 200px); }
}
@media (max-width: 540px) {
  .team-mode .sidebar { width: 100%; }
  .team-mode .project-window, .team-mode .project-window.expanded { width: 100vw; }
}
