/* 04 Fluent Workspace */
.concept--fluent {
  color: #242424;
  font-family: "Segoe UI Variable", "Segoe UI", -apple-system, "PingFang SC", sans-serif;
}

.fluent-nav {
  display: flex;
  width: min(1220px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.fluent-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.fluent-brand__tiles {
  display: grid;
  grid-template-columns: repeat(2, 8px);
  gap: 2px;
}

.fluent-brand__tiles i {
  width: 8px;
  height: 8px;
  background: #2563eb;
}

.fluent-brand__tiles i:nth-child(2) {
  background: #31a8ff;
}

.fluent-brand__tiles i:nth-child(3) {
  background: #4fb477;
}

.fluent-brand__tiles i:nth-child(4) {
  background: #f5b942;
}

.fluent-nav nav {
  display: flex;
  gap: 30px;
  color: #5d5d5d;
  font-size: 13px;
}

.fluent-link {
  color: #0f6cbd;
  font-size: 12px;
  font-weight: 600;
}

.fluent-hero {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 90px;
  width: min(1140px, calc(100% - 48px));
  min-height: 570px;
  margin: 0 auto;
  align-items: center;
}

.fluent-kicker {
  color: #0f6cbd;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.fluent-hero h1 {
  max-width: 850px;
  margin-top: 22px;
  font-size: clamp(50px, 6.4vw, 82px);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.fluent-hero__copy > p:not(.fluent-kicker) {
  max-width: 670px;
  margin-top: 28px;
  color: #616161;
  font-size: 17px;
  line-height: 1.7;
}

.fluent-actions {
  margin-top: 34px;
}

.fluent-button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fluent-button:hover {
  background: #f5f5f5;
}

.fluent-button--primary {
  border-color: #0f6cbd;
  background: #0f6cbd;
  color: #fff;
}

.fluent-summary {
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}

.fluent-summary > span,
.fluent-summary > strong,
.fluent-summary > p {
  display: block;
}

.fluent-summary > span {
  color: #666;
  font-size: 11px;
}

.fluent-summary > strong {
  margin-top: 16px;
  font-size: 24px;
}

.fluent-summary > p {
  margin-top: 7px;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.fluent-summary > div {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  align-items: center;
  color: #555;
  font-size: 10px;
}

.fluent-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #107c10;
}

.fluent-product {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #f7f9fc;
}

.fluent-window {
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(48, 55, 66, 0.16);
}

.fluent-window__titlebar {
  display: flex;
  height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  color: #666;
  font-size: 10px;
}

.fluent-window__app {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 600;
}

.fluent-window__app img {
  width: 21px;
  height: 21px;
  border-radius: 5px;
}

.fluent-window__window-actions {
  letter-spacing: 0.12em;
}

.fluent-window__body {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 520px;
}

.fluent-window__body > aside {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px 12px;
  border-right: 1px solid #e3e3e3;
  background: #f9f9f9;
}

.fluent-window__nav-title {
  margin: 3px 10px 13px;
  color: #666;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.fluent-window__body > aside a {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 5px;
  color: #555;
  font-size: 11px;
}

.fluent-window__body > aside a.is-current {
  background: #e8f1fb;
  color: #0f548c;
  font-weight: 600;
}

.fluent-window__body > aside i {
  width: 15px;
  color: #666;
  font-style: normal;
}

.fluent-window__main {
  padding: 32px;
}

.fluent-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fluent-page-title small {
  color: #666;
}

.fluent-page-title h2 {
  margin-top: 5px;
  font-size: 24px;
}

.fluent-page-title button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  background: #0f6cbd;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.fluent-dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.fluent-dashboard article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fluent-dashboard article > span {
  color: #6d6d6d;
  font-size: 10px;
}

.fluent-dashboard article > strong {
  display: block;
  margin-top: 12px;
  font-size: 17px;
}

.fluent-dashboard article > p {
  margin-top: 7px;
  color: #676767;
  font-size: 10px;
  line-height: 1.5;
}

.fluent-dashboard article > a {
  display: inline-block;
  margin-top: 18px;
  color: #0f6cbd;
  font-size: 10px;
  font-weight: 600;
}

.fluent-dashboard__wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 30px;
}

.fluent-activity {
  border-top: 1px solid #e0e0e0;
}

.fluent-activity p {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  font-size: 9px;
}

.fluent-activity i {
  width: 7px;
  height: 7px;
  border: 1px solid #aaa;
  border-radius: 50%;
}

.fluent-activity i.is-done {
  border-color: #107c10;
  background: #107c10;
}

.fluent-activity i.is-active {
  border-color: #0f6cbd;
  background: #0f6cbd;
  box-shadow: 0 0 0 3px rgba(15, 108, 189, 0.12);
}

.fluent-activity small {
  color: #666;
}

.fluent-features {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding: 145px 0;
}

.fluent-section-heading {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
}

.fluent-section-heading p {
  color: #0f6cbd;
  font-size: 12px;
  font-weight: 600;
}

.fluent-section-heading h2 {
  max-width: 780px;
  font-size: 48px;
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.fluent-feature-list {
  margin-top: 70px;
  border-top: 1px solid #d8d8d8;
}

.fluent-feature-list article {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
  align-items: start;
}

.fluent-feature-list article > span {
  color: #666;
  font-size: 10px;
}

.fluent-feature-list h3 {
  font-size: 20px;
}

.fluent-feature-list p {
  max-width: 620px;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.fluent-feature-list b {
  padding: 6px 9px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #666;
  font-size: 9px;
  font-weight: 600;
}

.fluent-platforms {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto 130px;
  padding: 72px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #f8f9fb;
}

.fluent-platforms__copy > span {
  color: #0f6cbd;
  font-size: 11px;
  font-weight: 600;
}

.fluent-platforms h2 {
  margin-top: 16px;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.fluent-platforms p {
  margin-top: 15px;
  color: #666;
  font-size: 13px;
  line-height: 1.65;
}

.fluent-platforms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fluent-platforms__grid span {
  display: flex;
  min-height: 58px;
  padding: 10px 14px;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 11px;
}

.fluent-platforms__grid img {
  width: 27px;
  height: 27px;
  border-radius: 7px;
}

.concept-footer--fluent {
  min-height: 110px;
  padding: 0 max(24px, calc((100vw - 1140px) / 2));
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 11px;
}
