:root {
  --ink:rgb(23, 54, 77);
  --muted:#748087;
  --accent:#4b7e9e;
  --navy:rgb(23, 54, 77);
  --line:#e5e9e8;
  --surface:#f6f8f7;
}
body {
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--surface);
  font-size:14px;
}
a {
  text-decoration:none;
}
h1,h2,h3 {
  letter-spacing:-.035em;
}
h1 {
  font-size:32px;
  font-weight:650;
}
p {
  line-height:1.7;
}
.btn {
  font-size:14px;
  font-weight:600;
  padding:12px 20px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.btn-primary {
  --bs-btn-bg:var(--accent);
  --bs-btn-border-color:var(--accent);
  --bs-btn-hover-bg:#396b89;
  --bs-btn-hover-border-color:#396b89;
  --bs-btn-active-bg:#315f7b;
  --bs-btn-active-border-color:#315f7b;
}
.btn-outline-secondary {
  --bs-btn-color:#56636a;
  --bs-btn-border-color:#dbe1de;
}
.form-control {
  padding:12px 14px;
  border-color:#dce3df;
  border-radius:7px;
  font-size:14px;
}
.form-control:focus {
  border-color:#4b7e9e;
  box-shadow:0 0 0 3px #4b7e9e26;
}
.form-control[readonly] {
  background:#f5f7f6;
  color:#6b7772;
}
.form-label {
  font-size:13px;
  font-weight:600;
  margin-bottom:9px;
}
.section-kicker {
  font-size:11px;
  letter-spacing:.14em;
  font-weight:700;
  color:var(--accent);
  margin-bottom:14px;
}
.brand {
  display:flex;
  align-items:center;
  width:136px;
  line-height:0;
}
.brand img {
  display:block;
  width:100%;
  height:auto;
}
.app-layout {
  display:flex;
  min-height:100vh;
}
.sidebar {
  width:252px;
  background:white;
  border-right:1px solid var(--line);
  padding:33px 22px 20px;
  display:flex;
  flex-direction:column;
  position:fixed;
  inset:0 auto 0 0;
}
.sidebar .brand {
  margin-left:10px;
}
.workspace-label {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#84908a;
  margin:48px 12px 15px;
}
.sidebar-nav {
  display:grid;
  gap:7px;
}
.nav-item-link {
  display:flex;
  align-items:center;
  gap:13px;
  color:#66736d;
  padding:13px 14px;
  border-radius:7px;
  font-weight:500;
}
.nav-item-link:hover {
  background:#f6f8f7;
  color:var(--accent);
}
.nav-item-link.active {
  background:#e8f0f5;
  color:var(--accent);
  font-weight:650;
}
.sidebar-bottom {
  margin-top:auto;
  padding-top:40px;
}
.company-note {
  font-size:11px;
  color:#7b8881;
  padding:0 8px 23px;
  border-bottom:1px solid var(--line);
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  margin-right:6px;
}
.sidebar-account {
  display:flex;
  align-items:center;
  gap:10px;
  padding:22px 5px 15px;
}
.account-name {
  font-size:12px;
  font-weight:650;
  overflow-wrap:anywhere;
}
.sidebar-account small {
  font-size:11px;
  color:var(--muted);
}
.avatar {
  display:inline-flex;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#e8f0f5;
  color:var(--accent);
  font-size:12px;
  font-weight:650;
}
.avatar-small {
  width:33px;
  height:33px;
  font-size:10px;
}
.logout-button {
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  gap:10px;
  color:#768079;
  font-size:12px;
  padding:9px 8px;
}
.logout-button:hover {
  color:#a23d3d;
}
.main-column {
  margin-left:252px;
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
}
.topbar {
  height:78px;
  background:#fff;
  border-bottom:1px solid var(--line);
  padding:0 42px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  font-size:12px;
  color:#8a938e;
}
.topbar strong {
  font-weight:500;
  color:var(--ink);
}
.breadcrumb-divider {
  margin:0 14px;
  color:#b6beb9;
}
.content {
  padding:43px 42px 60px;
  width:100%;
  max-width:none;
  margin:0 auto;
  flex:1;
}
.page-heading {
  margin-bottom:32px;
}
.page-heading h1 {
  margin-bottom:10px;
}
.page-heading p {
  color:var(--muted);
  margin:0;
}
.welcome-panel {
  padding:38px 40px;
  background:var(--navy);
  border-radius:12px;
  color:#fff;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
  position:relative;
}
.welcome-panel>div:first-child {
  position:relative;
  z-index:1;
}
.welcome-panel h2 {
  font-size:29px;
  margin:0 0 12px;
}
.welcome-panel p {
  color:#c9dae6;
  font-size:13px;
  margin-bottom:24px;
}
.welcome-panel .btn {
  font-size:12px;
  color:var(--navy);
}
.welcome-art {
  display:flex;
  align-items:flex-end;
  gap:12px;
  transform:rotate(-18deg);
  opacity:.27;
  position:absolute;
  right:55px;
  bottom:-42px;
}
.welcome-art span {
  display:block;
  width:70px;
  height:190px;
  border:1px solid #a9c7dc;
  background:repeating-linear-gradient(0deg,transparent 0 24px,#a9c7dc4d 25px 26px),repeating-linear-gradient(90deg,transparent 0 22px,#a9c7dc4d 23px 24px);
}
.welcome-art span:nth-child(2) {
  height:280px;
}
.welcome-art span:nth-child(3) {
  height:220px;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:36px 0 18px;
}
.section-heading h2 {
  font-size:17px;
  font-weight:650;
  margin:0;
}
.section-heading>span {
  font-size:11px;
  color:#8b958f;
}
.module-card {
  display:block;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  padding:28px;
  color:var(--ink);
  transition:border-color .15s,transform .15s;
  height:100%;
}
.module-card:hover {
  border-color:#9bb8ca;
  transform:translateY(-2px);
}
.module-icon {
  width:49px;
  height:49px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e8f0f5;
  color:var(--accent);
  margin-bottom:25px;
}
.muted-icon {
  background:#f0f2f7;
  color:#626d92;
}
.module-card h3 {
  font-size:20px;
  margin-bottom:9px;
}
.module-card p {
  font-size:13px;
  color:var(--muted);
  margin-bottom:29px;
}
.card-link-label {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  font-weight:600;
  color:var(--accent);
  padding-top:20px;
  border-top:1px solid #edf0ee;
}
.app-footer {
  padding:20px 42px;
  display:flex;
  justify-content:space-between;
  color:#929b96;
  font-size:10px;
  gap:16px;
}
.profile-summary,.profile-details {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  padding:30px;
}
.profile-summary {
  text-align:center;
}
.avatar-large {
  width:78px;
  height:78px;
  font-size:24px;
  margin:6px 0 22px;
}
.profile-summary h2 {
  font-size:20px;
  overflow-wrap:anywhere;
}
.profile-summary p {
  font-size:13px;
  color:var(--muted);
  margin-bottom:18px;
}
.active-badge {
  font-size:10px;
  background:#e8f0f5;
  color:#356f92;
  border-radius:5px;
  padding:7px 10px;
}
.profile-summary hr {
  margin:28px 0;
  border-color:#c6d0c9;
}
.profile-summary dl {
  text-align:left;
  margin:0;
}
.profile-summary dt {
  font-size:11px;
  color:var(--muted);
  font-weight:400;
  margin-bottom:7px;
}
.profile-summary dd {
  font-size:13px;
  margin-bottom:20px;
  overflow-wrap:anywhere;
}
.profile-summary dd:last-child {
  margin:0;
}
.panel-heading {
  margin-bottom:28px;
}
.panel-heading h2 {
  font-size:19px;
}
.panel-heading p {
  font-size:12px;
  color:var(--muted);
  margin-bottom:0;
}
.work-fields {
  border-top:1px solid var(--line);
  padding-top:25px;
  margin-top:2px;
}
.work-fields h3 {
  font-size:15px;
  margin-bottom:20px;
}
.form-text {
  font-size:11px;
}
.form-actions {
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin-top:28px;
  border-top:1px solid var(--line);
  padding-top:24px;
}
.login-layout {
  min-height:100vh;
  display:grid;
  grid-template-columns:1fr 1fr;
}
.login-story {
  background:var(--navy);
  color:white;
  min-height:100vh;
  padding:42px 56px 26px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.brand-light {
  background:white;
  border-radius:8px;
  padding:5px;
  width:96px;
}
.story-content {
  margin:auto 0;
  padding:65px 0 25px;
}
.story-content h1 {
  font-size:clamp(34px,3.4vw,54px);
  line-height:1.17;
  font-weight:500;
  letter-spacing:-.045em;
}
.story-content h1 span {
  color:#91bdd6;
}
.story-content p {
  color:#c9dae6;
  font-size:14px;
  margin-top:25px;
}
.architectural-art {
  height:190px;
  position:relative;
  max-width:380px;
  margin-top:32px;
  opacity:.65;
}
.building {
  position:absolute;
  bottom:10px;
  border:1px solid #8aafc6;
  background:repeating-linear-gradient(0deg,transparent 0 22px,#8aafc640 23px 24px),repeating-linear-gradient(90deg,transparent 0 26px,#8aafc640 27px 28px);
  transform:skewY(-9deg);
}
.building-one {
  left:30px;
  width:90px;
  height:100px;
}
.building-two {
  left:128px;
  width:95px;
  height:170px;
}
.building-three {
  left:231px;
  width:90px;
  height:128px;
}
.ground-line {
  position:absolute;
  bottom:0;
  width:100%;
  height:1px;
  background:#8aafc680;
  transform:rotate(-9deg);
}
.login-main {
  background:white;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:70px 45px;
}
.login-form-wrap {
  width:100%;
  max-width:370px;
}
.login-form-wrap h2 {
  font-size:30px;
  font-weight:650;
  margin-bottom:12px;
}
.login-form-wrap>p {
  font-size:13px;
}
.login-help {
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#929b94;
  font-size:11px;
  line-height:1.65;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid var(--line);
}
.login-help svg {
  flex-shrink:0;
}
.login-mobile-brand {
  display:none;
}
.skip-link {
  position:absolute;
  background:white;
  padding:12px;
  z-index:100;
}
.error-page {
  max-width:600px;
  padding:90px 24px;
  margin:auto;
}
.error-page h1 {
  font-size:64px;
}
.error-logo {
  display:block;
  width:110px;
  margin-bottom:32px;
}
.error-logo img {
  display:block;
  width:100%;
}
@media(min-width:1500px) {
  .story-content {
    max-width:550px;
    margin:auto;
  }
  .login-story>.brand {
    margin-left:5%;
  }
}
@media(max-width:1100px) {
  .sidebar {
    width:220px;
    padding-inline:16px;
  }
  .main-column {
    margin-left:220px;
  }
  .content {
    padding:32px 26px;
  }
  .topbar {
    padding-inline:26px;
  }
  .welcome-art {
    right:-25px;
  }
  .login-story {
    padding-inline:35px;
  }
  .app-footer {
    padding-inline:26px;
  }
}
@media(max-width:767px) {
  .app-layout {
    display:block;
  }
  .sidebar {
    position:relative;
    inset:auto;
    width:100%;
    padding:18px 18px 12px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .sidebar .brand {
    width:92px;
    margin-left:0;
  }
  .workspace-label,.sidebar-account,.company-note {
    display:none;
  }
  .sidebar-nav {
    display:flex;
    gap:5px;
    margin-top:20px;
  }
  .nav-item-link {
    padding:11px 9px;
    font-size:11px;
    gap:6px;
  }
  .nav-item-link svg {
    width:17px;
    height:17px;
  }
  .sidebar-bottom {
    position:absolute;
    right:15px;
    top:19px;
    padding:0;
  }
  .logout-button {
    font-size:0;
    gap:0;
  }
  .logout-button svg {
    width:22px;
    height:22px;
  }
  .main-column {
    margin-left:0;
  }
  .topbar {
    height:58px;
    padding:0 20px;
    font-size:10px;
  }
  .content {
    padding:28px 20px 38px;
  }
  h1 {
    font-size:27px;
  }
  .page-heading p {
    font-size:12px;
  }
  .welcome-panel {
    padding:28px 24px;
  }
  .welcome-panel h2 {
    font-size:25px;
  }
  .welcome-panel p {
    max-width:230px;
  }
  .welcome-art {
    right:-100px;
    opacity:.15;
  }
  .app-footer {
    padding:20px;
    flex-direction:column;
    font-size:9px;
    gap:6px;
  }
  .profile-summary,.profile-details {
    padding:24px;
  }
  .form-actions {
    flex-wrap:wrap;
  }
  .form-actions .btn {
    font-size:12px;
  }
  .login-layout {
    display:block;
  }
  .login-story {
    display:none;
  }
  .login-main {
    min-height:100vh;
    padding:100px 26px 80px;
  }
  .login-mobile-brand {
    display:block;
    position:absolute;
    top:30px;
    left:26px;
    width:80px;
    line-height:0;
  }
  .login-mobile-brand img {
    display:block;
    width:100%;
  }
  .login-form-wrap h2 {
    font-size:28px;
  }
}
