:root {
  --shell-sidebar-width: 272px;
  --shell-sidebar-collapsed-width: 88px;
  --shell-gap: 18px;
  --shell-ink: #18222d;
  --shell-muted: #718296;
  --shell-muted-2: #93a1b0;
  --shell-blue: #187df4;
  --shell-surface: rgba(255, 255, 255, .48);
  --shell-surface-strong: rgba(255, 255, 255, .68);
  --shell-surface-soft: rgba(255, 255, 255, .3);
  --shell-border: rgba(255, 255, 255, .7);
  --shell-line: rgba(72, 96, 121, .1);
  --shell-shadow: 0 16px 42px rgba(49, 82, 110, .075), inset 0 1px 0 rgba(255, 255, 255, .76);
}

:root[data-theme="light"] {
  --font-main: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --font-menu: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --bg: #e9f4fa;
  --bg-2: #edf3fa;
  --panel: rgba(255, 255, 255, .28);
  --panel-solid: #f8fbfd;
  --panel-2: rgba(255, 255, 255, .4);
  --panel-soft: rgba(255, 255, 255, .32);
  --field: rgba(255, 255, 255, .4);
  --field-focus: rgba(255, 255, 255, .72);
  --text: var(--shell-ink);
  --muted: var(--shell-muted);
  --muted-2: var(--shell-muted-2);
  --line: rgba(73, 98, 123, .12);
  --line-strong: rgba(73, 98, 123, .2);
  --accent: #177df3;
  --accent-2: #54b7ef;
  --blue: #177df3;
  --blue-2: #54b7ef;
  --shadow: 0 14px 36px rgba(49, 82, 110, .065);
  --shadow-soft: 0 9px 24px rgba(49, 82, 110, .055);
  --glow: none;
}

:root[data-theme="light"] body {
  color: var(--shell-ink);
  background:
    radial-gradient(circle at -4% 10%, rgba(63, 178, 237, .38), transparent 31%),
    radial-gradient(circle at 100% 4%, rgba(152, 205, 238, .31), transparent 29%),
    radial-gradient(circle at 92% 94%, rgba(156, 139, 242, .13), transparent 29%),
    linear-gradient(137deg, #dff2fb 0%, #edf7fc 38%, #eef4fa 70%, #e9eff8 100%);
  background-attachment: fixed;
}

:root[data-theme="light"] body::before {
  display: none;
}

.app-shell.agency-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 8px;
  display: grid;
  grid-template-columns: var(--shell-sidebar-width) minmax(0, 1fr);
  align-items: start;
  gap: var(--shell-gap);
  transition: grid-template-columns .32s cubic-bezier(.22, .72, .22, 1), gap .32s cubic-bezier(.22, .72, .22, 1);
}

.app-shell.agency-shell.sidebar-is-collapsed {
  grid-template-columns: var(--shell-sidebar-collapsed-width) minmax(0, 1fr);
}

.sidebar.agency-sidebar {
  position: sticky;
  inset: auto;
  top: 8px;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 16px);
  margin: 0;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--shell-ink);
  background: linear-gradient(145deg, var(--shell-surface-strong), var(--shell-surface-soft));
  border: 1px solid var(--shell-border);
  border-radius: 27px;
  box-shadow: var(--shell-shadow);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  overflow: visible;
  transform: translateZ(0);
  transition: padding .32s cubic-bezier(.22, .72, .22, 1), transform .32s cubic-bezier(.22, .72, .22, 1);
}

.agency-sidebar .sidebar-main {
  min-width: 0;
  overflow: visible;
  gap: 0;
}

.brand.agency-brand {
  min-height: 52px;
  margin: 0;
  padding: 2px 9px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.agency-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #127ef5, #4eb9f4);
  border-radius: 15px;
  box-shadow: 0 11px 25px rgba(29, 126, 240, .2);
  font-size: 16px;
  font-weight: 800;
}

.agency-brand-copy,
.agency-nav-text,
.agency-system-copy,
.agency-user-copy {
  min-width: 0;
  max-width: 178px;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0);
  visibility: visible;
  transition: max-width .28s cubic-bezier(.22, .72, .22, 1), opacity .2s ease, transform .28s cubic-bezier(.22, .72, .22, 1), visibility 0s linear;
}

.agency-brand strong {
  color: var(--shell-ink);
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -.025em;
}

.agency-brand span {
  margin-top: 3px;
  color: var(--shell-muted);
  font-size: 11px;
}

.agency-nav-label {
  max-height: 38px;
  padding: 9px 13px 8px;
  color: var(--shell-muted-2);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .115em;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 1;
  transition: max-height .22s ease, padding .22s ease, opacity .14s ease;
}

.side-nav.agency-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  min-width: 0;
}

.side-nav.agency-nav .agency-nav-item {
  position: relative;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #607185;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.2;
  white-space: nowrap;
  transform: none;
  transition: padding .24s ease, gap .22s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.side-nav.agency-nav .agency-nav-item::before {
  display: none;
}

.side-nav.agency-nav .agency-nav-item:hover {
  color: var(--shell-ink);
  background: rgba(255, 255, 255, .4);
  border-color: transparent;
  transform: none;
}

.side-nav.agency-nav .agency-nav-item.active {
  color: #162330;
  background: rgba(255, 255, 255, .68);
  border-color: rgba(255, 255, 255, .82);
  box-shadow: 0 9px 22px rgba(66, 100, 126, .075);
}

.agency-nav-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: grid;
  place-items: center;
}

.agency-nav-icon svg,
.agency-sidebar-collapse svg,
.agency-logout-btn svg,
.agency-mobile-menu-btn svg,
.agency-search svg,
.agency-profile-btn > svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agency-nav-item.active .agency-nav-icon {
  color: var(--shell-blue);
}

.agency-nav-text {
  flex: 1 1 auto;
  text-overflow: ellipsis;
}

.agency-nav-badge {
  min-width: 22px;
  height: 20px;
  margin-left: auto;
  padding: 0 7px;
  color: #fff;
  background: #ee5b65;
  border: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: 700;
}

.agency-sidebar-collapse {
  position: absolute;
  top: 29px;
  right: -14px;
  z-index: 8;
  width: 30px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #657487;
  background: rgba(250, 253, 255, .88);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(52, 88, 116, .12);
  backdrop-filter: blur(15px);
}

.agency-sidebar-collapse svg {
  width: 16px;
  height: 16px;
  transition: transform .24s ease;
}

.agency-sidebar-bottom {
  min-width: 0;
  margin-top: auto;
  display: grid;
  gap: 9px;
}

.agency-system-card,
.agency-sidebar-user {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 16px;
  overflow: hidden;
}

.agency-system-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #e7a536;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(231, 165, 54, .12);
}

.agency-system-card[data-status="online"] .agency-system-dot {
  background: #2ab979;
  box-shadow: 0 0 0 4px rgba(42, 185, 121, .12);
}

.agency-system-card[data-status="offline"] .agency-system-dot {
  background: #df6670;
  box-shadow: 0 0 0 4px rgba(223, 102, 112, .12);
}

.agency-system-copy,
.agency-user-copy {
  flex: 1 1 auto;
}

.agency-system-copy strong,
.agency-user-copy strong {
  display: block;
  color: var(--shell-ink);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-system-copy small,
.agency-user-copy small {
  display: block;
  margin-top: 3px;
  color: var(--shell-muted);
  font-size: 9.5px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-user-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #26394d, #6095bc);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .02em;
}

.agency-logout-btn {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #758699;
  background: transparent;
  border: 0;
  border-radius: 10px;
}

.agency-logout-btn:hover {
  color: #b84d5b;
  background: rgba(219, 83, 99, .08);
}

.agency-logout-btn svg {
  width: 17px;
  height: 17px;
}

.agency-workspace {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 0 34px;
}

.agency-topbar {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 70px;
  margin: 0 0 17px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(145deg, var(--shell-surface-strong), var(--shell-surface-soft));
  border: 1px solid var(--shell-border);
  border-radius: 23px;
  box-shadow: var(--shell-shadow);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.agency-search {
  position: relative;
  min-width: 0;
  height: 46px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  color: #67798d;
  background: rgba(255, 255, 255, .38);
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.agency-search:focus-within {
  background: rgba(255, 255, 255, .54);
  border-color: rgba(39, 126, 241, .38);
  box-shadow: 0 0 0 4px rgba(39, 126, 241, .085);
}

.agency-search input {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  color: var(--shell-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  font-size: 13px;
}

.agency-search input:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.agency-search input::placeholder {
  color: #8a99a9;
}

.agency-search kbd {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: #8a99a9;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(93, 116, 138, .1);
  border-radius: 7px;
  box-shadow: none;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 650;
}

.agency-search-results {
  position: absolute;
  z-index: 500;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  padding: 7px;
  background: rgba(250, 253, 255, .94);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(22, 42, 59, .15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  max-height: min(520px, calc(100vh - 120px));
  overflow-y: auto;
}

.agency-search-result {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--shell-ink);
  background: transparent;
  border: 0;
  border-radius: 11px;
  text-align: left;
  font-size: 12px;
  font-weight: 650;
}

.agency-search-result-copy {
  min-width: 0;
  display: block;
}

.agency-search-result-copy strong,
.agency-search-result-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-search-result-copy strong {
  color: inherit;
  font-size: 11.5px;
  font-weight: 650;
}

.agency-search-result em {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: var(--shell-muted);
  background: rgba(102, 126, 148, .08);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 650;
}

.agency-search-result:hover,
.agency-search-result:focus-visible,
.agency-search-result[aria-selected="true"] {
  background: rgba(226, 240, 249, .72);
}

.agency-search-result small {
  color: var(--shell-muted-2);
  font-size: 9.5px;
  font-weight: 520;
}

.agency-search-result.is-project em {
  color: #176fcf;
  background: rgba(23, 125, 243, .09);
}

.agency-search-result.is-task em {
  color: #8a6519;
  background: rgba(197, 145, 42, .1);
}

.agency-search-result.is-knowledge em {
  color: #557246;
  background: rgba(96, 139, 68, .1);
}

.agency-search-result.is-lead em {
  color: #8b4b83;
  background: rgba(162, 85, 151, .1);
}

.agency-search-empty {
  padding: 12px;
  color: var(--shell-muted);
  font-size: 11px;
}

.agency-profile-btn {
  min-width: 190px;
  height: 46px;
  flex: 0 0 auto;
  padding: 5px 8px 5px 5px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--shell-ink);
  background: rgba(255, 255, 255, .36);
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 14px;
  text-align: left;
}

.agency-profile-btn:hover {
  background: rgba(255, 255, 255, .52);
}

.agency-profile-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.agency-profile-copy strong,
.agency-profile-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-profile-copy strong {
  font-size: 11px;
  font-weight: 650;
}

.agency-profile-copy small {
  margin-top: 1px;
  color: var(--shell-muted);
  font-size: 9px;
}

.agency-profile-btn > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #8493a3;
}

.agency-workspace > .view {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 9px 4px 34px;
}

.agency-workspace > .view:not(.active) {
  display: none;
}

.agency-workspace > .view.active {
  display: block;
  animation: shellViewIn .18s ease-out both;
}

:root[data-theme="light"] .agency-workspace > .view :is(.card, .table-wrap, .project-status-card, .project-info-card, .project-stages-card, .project-materials-card, .project-files-card, .project-saved-work-card, .api-card, .service-card, .site-card, .site-kpi, .site-page-card, .site-row-card, .site-tech, .site-lead, .stats-v6-card, .stats-v6-kpi, .stats-v6-project, .stats-v6-source-card, .stats-v6-balance-card, .brief-section-clean, .brief-minimal-head, .knowledge-item, .saved-calc-card, .saved-report-card) {
  background: rgba(255, 255, 255, .25);
  border-color: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 36px rgba(49, 82, 110, .06), inset 0 1px 0 rgba(255, 255, 255, .58);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

:root[data-theme="light"] .agency-workspace > .view .card:hover {
  border-color: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 38px rgba(49, 82, 110, .075), inset 0 1px 0 rgba(255, 255, 255, .66);
}

:root[data-theme="light"] .agency-workspace > .view :is(input, textarea, select, .brief-answer, .lead-status-select) {
  background: rgba(255, 255, 255, .38);
  border-color: rgba(255, 255, 255, .66);
}

.agency-shell.sidebar-is-collapsed .agency-sidebar {
  padding-inline: 13px;
}

.agency-shell.sidebar-is-collapsed .agency-brand-copy,
.agency-shell.sidebar-is-collapsed .agency-nav-text,
.agency-shell.sidebar-is-collapsed .agency-system-copy,
.agency-shell.sidebar-is-collapsed .agency-user-copy {
  max-width: 0;
  opacity: 0;
  transform: translateX(-7px);
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, .23s;
}

.agency-shell.sidebar-is-collapsed .agency-nav-label {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.agency-shell.sidebar-is-collapsed .agency-brand {
  padding-inline: 8px;
}

.agency-shell.sidebar-is-collapsed .agency-nav-item {
  width: 60px;
  margin-inline: auto;
  padding-inline: 12px;
  justify-content: center;
  gap: 0;
}

.agency-shell.sidebar-is-collapsed .agency-nav-badge {
  display: none;
}

.agency-shell.sidebar-is-collapsed .agency-sidebar-collapse svg {
  transform: rotate(180deg);
}

.agency-shell.sidebar-is-collapsed .agency-system-card,
.agency-shell.sidebar-is-collapsed .agency-sidebar-user {
  width: 60px;
  margin-inline: auto;
  padding-inline: 11px;
  justify-content: center;
}

.agency-shell.sidebar-is-collapsed .agency-logout-btn {
  display: none;
}

.agency-shell.sidebar-is-collapsed .agency-nav-item::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: calc(100% + 13px);
  z-index: 100;
  padding: 8px 10px;
  color: #fff;
  background: rgba(28, 39, 51, .9);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(24, 39, 53, .16);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity .14s ease, transform .14s ease;
}

.agency-shell.sidebar-is-collapsed .agency-nav-item:hover::after,
.agency-shell.sidebar-is-collapsed .agency-nav-item:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.agency-mobile-topbar {
  display: none;
}

.agency-mobile-menu-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #637488;
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 13px;
}

.agency-sidebar-backdrop {
  display: none;
}

@keyframes shellViewIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .app-shell.agency-shell:not(.sidebar-is-collapsed) {
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 14px;
  }

  .agency-profile-btn {
    min-width: 46px;
    width: 46px;
    padding: 5px;
  }

  .agency-profile-copy,
  .agency-profile-btn > svg {
    display: none;
  }
}

@media (max-width: 900px) {
  .mobile-topbar.agency-mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 62px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--shell-ink);
    background: rgba(239, 248, 253, .88);
    border-bottom: 1px solid rgba(255, 255, 255, .72);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .agency-mobile-topbar strong {
    display: block;
    font-size: 14px;
  }

  .agency-mobile-topbar span {
    display: block;
    margin-top: 2px;
    color: var(--shell-muted);
    font-size: 10px;
  }

  .app-shell.agency-shell,
  .app-shell.agency-shell.sidebar-is-collapsed {
    width: 100%;
    min-height: calc(100vh - 62px);
    margin: 0;
    padding: 10px;
    display: block;
  }

  .agency-workspace {
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
  }

  .agency-topbar {
    display: none;
  }

  .sidebar.agency-sidebar {
    position: fixed;
    inset: 10px auto 10px 10px;
    width: min(270px, calc(100vw - 20px));
    height: auto;
    padding: 20px 15px;
    border-radius: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(calc(-100% - 28px));
    z-index: 1200;
  }

  .sidebar.agency-sidebar.open {
    transform: translateX(0);
  }

  .agency-sidebar-collapse {
    display: none;
  }

  .agency-shell.sidebar-is-collapsed .agency-brand-copy,
  .agency-shell.sidebar-is-collapsed .agency-nav-text,
  .agency-shell.sidebar-is-collapsed .agency-system-copy,
  .agency-shell.sidebar-is-collapsed .agency-user-copy {
    max-width: 178px;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .agency-shell.sidebar-is-collapsed .agency-nav-label {
    max-height: 38px;
    padding: 9px 13px 8px;
    opacity: 1;
  }

  .agency-shell.sidebar-is-collapsed .agency-nav-item,
  .agency-shell.sidebar-is-collapsed .agency-system-card,
  .agency-shell.sidebar-is-collapsed .agency-sidebar-user {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
  }

  .agency-shell.sidebar-is-collapsed .agency-nav-item {
    padding-inline: 13px;
    gap: 12px;
  }

  .agency-shell.sidebar-is-collapsed .agency-logout-btn {
    display: grid;
  }

  .agency-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    background: rgba(38, 55, 72, .18);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .agency-sidebar-backdrop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .agency-workspace > .view {
    padding: 6px 0 24px;
  }
}

@media (max-width: 620px) {
  .app-shell.agency-shell {
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-shell,
  .agency-sidebar,
  .agency-nav-item,
  .agency-brand-copy,
  .agency-nav-text,
  .agency-system-copy,
  .agency-user-copy,
  .agency-sidebar-collapse svg,
  .agency-workspace > .view.active {
    animation: none;
    transition: none;
  }
}
