:root {
  --bg-deep: #070b12;
  --glass: rgba(15, 24, 38, 0.7);
  --line: rgba(162, 198, 255, 0.2);
}

body {
  background: radial-gradient(circle at 20% 20%, #0c1526, var(--bg-deep));
  min-height: 100vh;
}

.glass-nav {
  background: var(--glass);
  backdrop-filter: blur(8px);
}

.hero-wrap {
  min-height: calc(100vh - 72px);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.8;
}

.min-vh-75 {
  min-height: 75vh;
}

.stat-card {
  min-width: 200px;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 14, 24, 0.55);
}

.stat-card h2 {
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}

.stat-card p {
  margin: 0;
  color: #9fb1c9;
  font-size: 0.9rem;
}

.estimate-paper {
  width: 210mm;
  min-height: 297mm;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.stamp {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #ff3d3d;
  color: #ff3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  margin-left: auto;
}

@media print {
  body {
    background: #fff !important;
  }

  body.thync-flow,
  body.thync-flow-app,
  body.thync-login-page {
    background: #fff !important;
    overflow: visible !important;
  }

  nav,
  .btn,
  #addItemBtn,
  .alert,
  .col-lg-5 {
    display: none !important;
  }

  #particle-canvas,
  .bg-orb,
  .thync-topbar,
  .thync-footer,
  .thync-flash-messages {
    display: none !important;
  }

  .col-lg-7,
  #estimatePreview,
  .estimate-paper {
    width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
  }
}

/* --- Toss-inspired light theme (sales) --- */
body.toss-app {
  --toss-bg: #f2f4f6;
  --toss-surface: #ffffff;
  --toss-text: #191f28;
  --toss-muted: #8b95a1;
  --toss-line: #e5e8eb;
  --toss-blue: #3182f6;
  --toss-blue-press: #1b64da;
  --toss-red: #f04452;
  --toss-radius: 20px;
  --toss-radius-sm: 14px;
  --toss-shadow: 0 4px 24px rgba(0, 27, 55, 0.06);

  background: var(--toss-bg);
  color: var(--toss-text);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  min-height: 100vh;
  letter-spacing: -0.02em;
}

body.toss-app .glass-nav {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--toss-line) !important;
}

body.toss-app .navbar-brand {
  color: var(--toss-text) !important;
  font-weight: 700;
  font-size: 1.1rem;
}

body.toss-app .navbar .btn-outline-light {
  border: 1px solid var(--toss-line);
  color: var(--toss-text);
  background: var(--toss-surface);
  border-radius: 12px;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
}

body.toss-app .navbar .btn-outline-light:hover {
  background: var(--toss-bg);
  border-color: #d1d6db;
  color: var(--toss-text);
}

body.toss-app .navbar .btn-outline-info {
  border: 1px solid rgba(49, 130, 246, 0.35);
  color: var(--toss-blue);
  background: rgba(49, 130, 246, 0.06);
  border-radius: 12px;
  font-weight: 600;
}

body.toss-app .navbar .btn-outline-info:hover {
  background: rgba(49, 130, 246, 0.12);
  color: var(--toss-blue-press);
}

body.toss-app .navbar .btn-light {
  background: var(--toss-blue);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.4rem 1rem;
}

body.toss-app .navbar .btn-light:hover {
  background: var(--toss-blue-press);
  color: #fff;
}

body.toss-app main > .container-fluid {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.toss-app .alert {
  border: none;
  border-radius: var(--toss-radius-sm);
  font-weight: 500;
}

body.toss-app .alert-success {
  background: #e8f7ee;
  color: #0a7a3e;
}

body.toss-app .alert-danger {
  background: #fdecee;
  color: #c11f2f;
}

body.toss-app .alert-warning {
  background: #fff4e5;
  color: #b35a00;
}

body.toss-app .alert-info {
  background: #e8f1fe;
  color: #1b64da;
}

.toss-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.toss-hero-title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

.toss-hero-sub {
  color: var(--toss-muted);
  font-size: 0.95rem;
  margin: 0;
}

.toss-card {
  background: var(--toss-surface);
  border-radius: var(--toss-radius);
  box-shadow: var(--toss-shadow);
  border: 1px solid rgba(229, 232, 235, 0.8);
  overflow: hidden;
}

.toss-card-header {
  padding: 1.35rem 1.5rem 0.75rem;
  font-weight: 700;
  font-size: 1.05rem;
}

.toss-card-body {
  padding: 0 1.5rem 1.5rem;
}

.toss-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--toss-muted);
  margin-bottom: 0.35rem;
}

body.toss-app .form-control,
body.toss-app .form-select {
  border-radius: 12px;
  border: 1px solid var(--toss-line);
  background: #f9fafb;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
}

body.toss-app .form-control:focus,
body.toss-app .form-select:focus {
  border-color: var(--toss-blue);
  box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.2);
  background: #fff;
}

.toss-btn-primary {
  background: var(--toss-blue);
  color: #fff !important;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.toss-btn-primary:hover {
  background: var(--toss-blue-press);
  color: #fff !important;
}

.toss-btn-secondary {
  background: var(--toss-surface);
  color: var(--toss-text) !important;
  border: 1px solid var(--toss-line);
  border-radius: 14px;
  font-weight: 600;
  padding: 0.65rem 1.1rem;
}

.toss-btn-secondary:hover {
  background: var(--toss-bg);
  color: var(--toss-text) !important;
}

.toss-btn-ghost {
  background: rgba(49, 130, 246, 0.08);
  color: var(--toss-blue) !important;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.55rem 1rem;
}

.toss-btn-ghost:hover {
  background: rgba(49, 130, 246, 0.14);
  color: var(--toss-blue-press) !important;
}

.toss-btn-danger-outline {
  border: 1px solid rgba(240, 68, 82, 0.45);
  color: var(--toss-red) !important;
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8rem;
}

.toss-btn-danger-outline:hover {
  background: #fff5f5;
}

.toss-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toss-list-item {
  display: block;
  padding: 1rem 1.15rem;
  border-radius: var(--toss-radius-sm);
  background: #f9fafb;
  border: 1px solid var(--toss-line);
  text-decoration: none;
  color: inherit !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.toss-list-item:hover {
  transform: translateY(-1px);
  box-shadow: var(--toss-shadow);
  border-color: #d1d6db;
}

.toss-list-item strong {
  font-weight: 700;
}

.toss-list-item .toss-list-meta {
  font-size: 0.82rem;
  color: var(--toss-muted);
  margin-top: 0.35rem;
}

.toss-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(49, 130, 246, 0.12);
  color: var(--toss-blue);
}

body.toss-app .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--toss-text);
  font-size: 0.92rem;
}

body.toss-app .table thead th {
  color: var(--toss-muted);
  font-weight: 600;
  font-size: 0.8rem;
  border-bottom-color: var(--toss-line);
}

body.toss-app .table td,
body.toss-app .table th {
  border-color: var(--toss-line);
  vertical-align: middle;
}

.toss-empty {
  padding: 2rem;
  text-align: center;
  color: var(--toss-muted);
  background: #f9fafb;
  border-radius: var(--toss-radius-sm);
  border: 1px dashed var(--toss-line);
}

.toss-editor-panel {
  position: sticky;
  top: 5.5rem;
}

@media (max-width: 991px) {
  .toss-editor-panel {
    position: static;
  }
}

/* ========== Roy Thync Flow (login + sales + admin) ========== */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;600&display=swap");

body.thync-flow {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans KR", sans-serif;
  background: linear-gradient(145deg, #e3f2fd, #ffffff);
  min-height: 100vh;
  color: #0a1f44;
}

body.thync-flow-app {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 56px;
}

body.thync-login-page {
  overflow: hidden;
}

#particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
  animation: floatOrb 12s ease-in-out infinite alternate;
}

.bg-orb.o1 {
  width: 400px;
  height: 400px;
  background: #ff7040;
  top: -100px;
  left: -100px;
  animation-duration: 14s;
}

.bg-orb.o2 {
  width: 300px;
  height: 300px;
  background: #5b8dee;
  bottom: -80px;
  right: -60px;
  animation-duration: 10s;
}

.bg-orb.o3 {
  width: 200px;
  height: 200px;
  background: #ff9a6c;
  top: 50%;
  left: 60%;
  animation-duration: 16s;
}

@keyframes floatOrb {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, 20px) scale(1.12);
  }
}

.thync-login-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.login-wrapper {
  position: relative;
  z-index: 1;
  background: #ecf0f3;
  padding: 50px 40px;
  border-radius: 20px;
  width: 380px;
  max-width: 100%;
  box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.login-wrapper h1 {
  text-align: center;
  color: #0a1f44;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.login-wrapper form {
  display: flex;
  flex-direction: column;
}

.login-wrapper label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #0a1f44cc;
}

body.thync-login-page .login-wrapper input[type="text"],
body.thync-login-page .login-wrapper input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  margin-bottom: 24px;
  border: none;
  border-radius: 12px;
  background: #e0e5ec;
  box-shadow: inset 5px 5px 10px #c1c9d6, inset -5px -5px 10px #ffffff;
  font-size: 16px;
  font-family: inherit;
  color: #0a1f44;
  transition: box-shadow 0.2s ease-in-out;
}

body.thync-login-page .login-wrapper input[type="text"]::placeholder,
body.thync-login-page .login-wrapper input[type="password"]::placeholder {
  color: #0a1f4466;
}

body.thync-login-page .login-wrapper input[type="text"]:focus,
body.thync-login-page .login-wrapper input[type="password"]:focus {
  outline: none;
  box-shadow: inset 2px 2px 6px #c1c9d6, inset -2px -2px 6px #ffffff, 0 0 0 2px rgba(255, 127, 80, 0.55);
}

.login-wrapper button[type="submit"] {
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(145deg, #ff8862, #f06e3d);
  color: #fff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(255, 127, 80, 0.4);
  transition: all 0.3s ease;
  margin-top: 4px;
}

.login-wrapper button[type="submit"]:hover {
  box-shadow: 0 8px 22px rgba(255, 127, 80, 0.6);
  transform: translateY(-2px);
}

.thync-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 22px;
  text-align: center;
  font-size: 13px;
  color: #7a8799;
  z-index: 1;
}

body.thync-login-page .thync-footer {
  border-top: 1px solid rgba(10, 31, 68, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 242, 253, 0.35) 100%);
}

.thync-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  margin: 0 14px 14px;
  max-width: none;
  background: rgba(236, 240, 243, 0.82);
  border-radius: 16px;
  box-shadow: 6px 6px 18px #d1d9e6, -4px -4px 14px #ffffff;
  backdrop-filter: blur(10px);
}

.thync-topbar-brand {
  font-weight: 600;
  font-size: 1.15rem;
  color: #0a1f44;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.thync-topbar-brand:hover {
  color: #f06e3d;
}

.thync-topbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.thync-topbar-nav a {
  padding: 8px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #0a1f44;
  text-decoration: none;
  background: #e0e5ec;
  box-shadow: inset 3px 3px 6px #c1c9d6, inset -3px -3px 6px #ffffff;
}

.thync-topbar-nav a:hover {
  color: #f06e3d;
}

.thync-app-shell {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: 10px 16px 28px;
}

.thync-flash-messages {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.thync-flash-messages li {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.thync-flash-messages li.danger {
  background-color: #ffb8a8;
  color: #a02410;
}

.thync-flash-messages li.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.thync-flash-messages li.info {
  background-color: #e3f4e8;
  color: #146c43;
  border: 1px solid #b8d9c4;
}

.thync-flash-messages li.warning {
  background-color: #fff4e0;
  color: #7a5200;
  border: 1px solid #e8d4a8;
}

.thync-page-title {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0a1f44;
  margin-bottom: 0.35rem;
}

.thync-page-sub {
  color: #0a1f44aa;
  font-size: 0.95rem;
  margin: 0;
}

.thync-shell {
  max-width: none;
  margin: 0;
}

.thync-panel {
  background: #ecf0f3;
  border-radius: 20px;
  box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
  overflow: hidden;
}

.thync-panel-header {
  padding: 1.25rem 1.5rem 0.65rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #0a1f44;
}

.thync-panel-body {
  padding: 0 1.5rem 1.5rem;
}

.thync-list-scroll {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 6px;
}

.thync-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #0a1f44cc;
}

body.thync-flow .thync-field-gap {
  margin-bottom: 1rem;
}

body.thync-flow input[type="text"],
body.thync-flow input[type="password"],
body.thync-flow input[type="email"],
body.thync-flow input[type="number"],
body.thync-flow textarea,
body.thync-flow select {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 0;
  border: none;
  border-radius: 12px;
  background: #e0e5ec;
  box-shadow: inset 5px 5px 10px #c1c9d6, inset -5px -5px 10px #ffffff;
  font-size: 16px;
  color: #0a1f44;
  transition: all 0.2s ease-in-out;
}

body.thync-flow input[type="text"]:focus,
body.thync-flow input[type="password"]:focus,
body.thync-flow input[type="email"]:focus,
body.thync-flow input[type="number"]:focus,
body.thync-flow textarea:focus,
body.thync-flow select:focus {
  outline: none;
  box-shadow: inset 2px 2px 6px #c1c9d6, inset -2px -2px 6px #ffffff, 0 0 0 2px #ff7f50aa;
}

body.thync-flow .form-control,
body.thync-flow .form-select {
  border: none;
  background: #e0e5ec;
  box-shadow: inset 5px 5px 10px #c1c9d6, inset -5px -5px 10px #ffffff;
}

body.thync-flow .form-control:focus,
body.thync-flow .form-select:focus {
  border: none;
  box-shadow: inset 2px 2px 6px #c1c9d6, inset -2px -2px 6px #ffffff, 0 0 0 2px #ff7f50aa;
}

body.thync-flow .form-control-sm,
body.thync-flow .form-select-sm {
  padding: 10px 14px;
  font-size: 0.9rem;
}

.thync-btn-primary {
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(145deg, #ff8862, #f06e3d);
  color: #fff !important;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(255, 127, 80, 0.4);
  transition: all 0.3s ease;
  width: 100%;
}

.thync-btn-primary:hover {
  box-shadow: 0 8px 22px rgba(255, 127, 80, 0.6);
  transform: translateY(-2px);
  color: #fff !important;
}

.thync-btn-primary.thync-btn-inline {
  width: auto;
  padding: 10px 20px;
  font-size: 0.95rem;
}

.thync-btn-primary.btn-sm {
  padding: 8px 14px;
  font-size: 0.88rem;
}

.thync-btn-secondary {
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a1f44 !important;
  background: #e0e5ec;
  border: none;
  border-radius: 14px;
  box-shadow: 4px 4px 10px #c1c9d6, -4px -4px 10px #ffffff;
  transition: all 0.2s ease;
}

.thync-btn-secondary:hover {
  color: #f06e3d !important;
  transform: translateY(-1px);
}

.thync-btn-ghost {
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f06e3d !important;
  background: rgba(240, 110, 61, 0.12);
  border: none;
  border-radius: 14px;
  text-decoration: none;
  display: inline-block;
}

.thync-btn-ghost:hover {
  background: rgba(240, 110, 61, 0.2);
  color: #d45a2e !important;
}

.thync-btn-danger-outline {
  border: 1px solid rgba(240, 68, 82, 0.45);
  color: #d32f2f !important;
  background: #f5f5f5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8rem;
}

.thync-btn-danger-outline:hover {
  background: #ffebee;
}

.thync-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thync-list-item {
  display: block;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #e0e5ec;
  box-shadow: inset 4px 4px 8px #c5cdd8, inset -4px -4px 8px #ffffff;
  text-decoration: none;
  color: inherit !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.thync-list-item:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 16px #c9d1dc, -4px -4px 12px #ffffff;
}

.thync-list-meta {
  font-size: 0.85rem;
  color: #0a1f44aa;
  margin-top: 0.35rem;
}

.thync-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(91, 141, 238, 0.2);
  color: #3d6fc7;
}

.thync-badge-warm {
  background: rgba(255, 136, 98, 0.25);
  color: #c44d28;
}

.thync-badge-success {
  background: rgba(22, 163, 74, 0.16);
  color: #166534;
}

.thync-empty {
  padding: 2rem;
  text-align: center;
  color: #0a1f44aa;
  background: #e8edf2;
  border-radius: 14px;
  border: 2px dashed #c5cdd8;
}

body.thync-flow-app .thync-table {
  --bs-table-bg: transparent;
  --bs-table-color: #0a1f44;
  font-size: 0.92rem;
  margin-bottom: 0;
}

body.thync-flow-app .thync-table thead th {
  color: #0a1f44aa;
  font-weight: 600;
  font-size: 0.82rem;
  border-bottom: 1px solid #c5cdd8;
}

body.thync-flow-app .thync-table td,
body.thync-flow-app .thync-table th {
  border-color: #d8dee6;
  vertical-align: middle;
}

.thync-editor-panel {
  position: sticky;
  top: 88px;
}

@media (max-width: 991px) {
  .thync-editor-panel {
    position: static;
  }

  .thync-topbar {
    margin: 0 12px 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .thync-topbar-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .login-wrapper {
    width: 90%;
    padding: 40px 28px;
  }

  .thync-login-wrap {
    padding: 16px 16px 72px;
    align-items: center;
  }
}

.sales-hub-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 148px;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(162, 198, 255, 0.28);
  background: rgba(12, 22, 38, 0.55);
  backdrop-filter: blur(10px);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sales-hub-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(162, 198, 255, 0.45);
  box-shadow: 0 8px 28px rgba(12, 22, 38, 0.35);
  color: inherit;
}

.sales-hub-tile-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.sales-hub-tile-desc {
  font-size: 0.86rem;
  color: #8a9ab4;
  margin: 0;
  line-height: 1.45;
}

/* 통합 대시보드(/dashboard): 세일즈 허브와 동일 타일 + 포털별 타이틀 틴트 */
.hub-portal-tile--mnt .sales-hub-tile-title {
  color: #6ec8ff;
}

.hub-portal-tile--sales .sales-hub-tile-title {
  color: #ffb07a;
}

.hub-portal-tile--mgmt .sales-hub-tile-title {
  color: #c4b5fd;
}

