.an {
  color-scheme: dark;
  --bg:#0b121a;
  --nav:#0e1721;
  --panel:#121e2a;
  --panel2:#182734;
  --line:#283746;
  --text:#eaf1f7;
  --muted:#a1b3c3;
  --mint:#b2f3d1;
  --green:#a5eac8;
  --amber:#f0c279;
  --red:#efa5aa;
  --slate:#60788b;
}
.an * {
  box-sizing: border-box;
}
.an {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.an {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.an h1,
.an h2,
.an h3,
.an p {
  margin: 0;
}
.an button,
.an input,
.an select {
  font: inherit;
}
.an button,
.an input,
.an select,
.an a {
  -webkit-tap-highlight-color: transparent;
}
.an button,
.an a {
  touch-action: manipulation;
}
.an button {
  cursor: pointer;
  color: inherit;
  border: 0;
}
.an button:disabled {
  opacity: .35;
  cursor: default;
}
.an a {
  color: inherit;
  text-decoration: none;
}
.an button:focus-visible,
.an a:focus-visible,
.an input:focus-visible,
.an select:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}
.an b,
.an strong {
  font-weight: 620;
}
.an svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.an .symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.an .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.an [hidden] {
  display: none !important;
}
.an .skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--mint);
  color: var(--bg);
  padding: 12px;
  z-index: 150;
}
.an .skip:focus {
  top: 10px;
}
.an .icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  flex-shrink: 0;
}
.an .icon:hover:not(:disabled) {
  background: #223646;
}
.an .subtle {
  border-color: #365346;
  color: #b4d5c4;
}
.an .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.an .btn svg {
  width: 15px;
  height: 15px;
}
.an .primary {
  background: var(--mint);
  color: #16372a;
  border-color: var(--mint);
}
.an .primary:hover {
  background: #cef9e2;
}
.an .secondary {
  background: #1d303d;
  border-color: #395062;
  color: #d9e5ee;
}
.an .text-button {
  background: transparent;
  color: var(--mint);
  font-size: 11px;
  padding: 4px 0;
}
.an .text-button:hover {
  text-decoration: underline;
}
.an .reverse {
  transform: rotate(180deg);
}
.an .topbar {
  height: 66px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0e1721;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}
.an .brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
.an .brand img {
  width: 34px;
  height: 34px;
  border: 1px solid #1b3444;
  border-radius: 9px;
  box-shadow: 0 0 18px #00aaff0d;
}
.an .brand strong {
  font-size: 20px;
  letter-spacing: -.7px;
}
.an .brand strong span {
  font-weight: 500;
  color: #d6e4f0;
}
.an .top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.an .preview-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: .8px;
  color: #a6bbc9;
}
.an .preview-tag i {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #9caebe;
}
.an .profile {
  display: flex;
  align-items: center;
  gap: 9px;
  background: none;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 4px 13px 4px 5px;
}
.an .avatar {
  display: grid;
  place-items: center;
  background: #223b32;
  color: var(--mint);
  border: 1px solid #3b5347;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
}
.an .profile b {
  display: block;
  font-size: 11px;
}
.an .profile small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.an .sidebar {
  position: fixed;
  left: 0;
  top: 66px;
  bottom: 0;
  width: 204px;
  padding: 28px 15px 18px;
  background: var(--nav);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 45;
}
.an .nav-label {
  color: #91a5b5;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0 12px 13px;
}
.an .sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.an .nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 43px;
  width: 100%;
  text-align: left;
  padding: 11px 12px;
  border-radius: 8px;
  background: none;
  color: #a4b7c7;
  font-size: 12px;
  white-space: nowrap;
}
.an .nav-item svg {
  width: 17px;
  height: 17px;
  color: #8ba2b2;
}
.an .nav-item:hover {
  background: #172b36;
}
.an .nav-item.active {
  color: var(--mint);
  background: #203a31;
  box-shadow: inset 2px 0 0 var(--mint);
}
.an .nav-item.active svg {
  color: var(--mint);
}
.an .nav-dot {
  margin-left: auto;
  background: var(--mint);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.an .nav-sep {
  height: 1px;
  background: var(--line);
  margin: 21px 12px;
}
.an .side-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.an .workspace {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 17px 6px 15px;
}
.an .workspace svg {
  color: #83a895;
}
.an .workspace b {
  display: block;
  font-size: 10px;
}
.an .workspace small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.an .side-foot {
  display: flex;
  justify-content: space-between;
  color: #879bac;
  font-size: 9px;
  padding: 0 6px;
}
.an main {
  margin-left: 204px;
  padding: 30px 32px 24px;
  max-width: 1730px;
  outline: none;
}
.an .page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.an .eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.7px;
  color: #90ac9f;
  margin-bottom: 7px;
}
.an .page-head h1 {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 12px;
}
.an .title-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.an .page-head p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.an .head-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}
.an .period-control {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border: 1px solid #344957;
  border-radius: 8px;
  background: #162330;
  height: 40px;
}
.an .period-control svg {
  color: #9ab0c1;
  width: 15px;
  height: 15px;
}
.an .period-control select {
  background: transparent;
  border: 0;
  color: #d5e3ee;
  padding: 9px 10px;
  font-size: 11px;
  min-width: 148px;
  cursor: pointer;
}
.an .period-control select option {
  background: var(--panel);
}
.an .context-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 13px;
  color: #a1b5c4;
  font-size: 10px;
}
.an .context-line > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.an .context-line > span {
  font-size: 9px;
  color: #95a9b8;
}
.an .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b2f3d1;
}
.an .sep {
  color: #4f6374;
  padding: 0 4px;
}
.an .card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  min-width: 0;
  overflow: hidden;
}
.an .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 21px 22px 0;
}
.an .card-head h2 {
  font-size: 15px;
  letter-spacing: -.25px;
  font-weight: 600;
}
.an .card-head p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.an .card-head > svg {
  color: #849fad;
  width: 18px;
  height: 18px;
}
.an .card-head .eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
.an .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 16px;
}
.an .conversion {
  background:
    linear-gradient(
      115deg,
      #1e382e,
      #162930 90%);
  border-color: #3a584b;
  padding-bottom: 17px;
}
.an .conversion .card-head {
  padding-top: 22px;
  align-items: flex-start;
}
.an .conversion .card-head .eyebrow {
  font-size: 8px;
  color: #a3c6b3;
}
.an .conversion h2 {
  color: #d7eee1;
  font-size: 15px;
}
.an .conversion-value {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px 22px 15px;
}
.an .conversion-value > strong {
  font-size: 57px;
  line-height: 1.13;
  letter-spacing: -2.8px;
  color: #bcf7d7;
  font-weight: 590;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.an .conversion-value > div {
  border-left: 1px solid #3c594e;
  padding: 5px 0 5px 20px;
}
.an .conversion-value span {
  display: block;
  color: #d3e9df;
  font-size: 12px;
}
.an .conversion-value small {
  display: block;
  color: #a9c2b6;
  margin-top: 5px;
  font-size: 9px;
  max-width: 145px;
}
.an .conversion-track {
  display: flex;
  height: 7px;
  border-radius: 6px;
  overflow: hidden;
  background: #355348;
  margin: 0 22px;
}
.an .conversion-track span {
  height: 100%;
  transition: width .18s;
}
.an .mint {
  background: var(--mint);
}
.an .slate {
  background: #67878c;
}
.an .conversion-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 22px 14px;
  font-size: 10px;
  color: #b5d1c4;
}
.an .conversion-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.an .conversion-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 2px;
}
.an .conversion-legend b {
  color: #d7ecdf;
}
.an .conversion-note {
  margin: 0 22px;
  padding-top: 13px;
  border-top: 1px solid #355047;
  color: #b5cbbf;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.an .conversion-note svg {
  width: 13px;
  height: 13px;
  color: #abdabc;
}
.an .kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.an .kpi {
  padding: 17px 18px;
}
.an .kpi-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #b4c5d2;
}
.an .kpi-label svg {
  width: 15px;
  height: 15px;
  color: #839caa;
}
.an .kpi > strong {
  display: block;
  font-size: 29px;
  letter-spacing: -.9px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin: 10px 0 7px;
  font-weight: 600;
}
.an .kpi > p {
  font-size: 9px;
  color: var(--muted);
}
.an .kpi > p b {
  font-weight: 500;
  color: #d3e1eb;
}
.an .green {
  color: var(--mint) !important;
}
.an .amber-text {
  color: var(--amber) !important;
}
.an .red-text {
  color: var(--red) !important;
}
.an .section-nav {
  display: flex;
  gap: 29px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  margin: 27px 0 20px;
  font-size: 11px;
  color: #a1b2c0;
}
.an .section-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 12px;
  border-bottom: 2px solid transparent;
}
.an .section-nav a:hover {
  color: var(--mint);
}
.an .section-nav a.selected {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
.an .section-nav a span {
  border: 1px solid #354857;
  border-radius: 12px;
  padding: 0 5px;
  font-size: 8px;
  color: #a7bcc9;
  min-width: 21px;
  text-align: center;
}
.an .section-nav > span {
  margin-left: auto;
  padding-bottom: 12px;
  font-size: 9px;
  color: #8da4b5;
}
.an .operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 16px;
  scroll-margin-top: 90px;
}
.an .flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 29px 22px 21px;
  position: relative;
}
.an .flow:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  background: #364d58;
}
.an .flow-step {
  position: relative;
  min-width: 0;
}
.an .flow-step > i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #415768;
  background: #192a38;
  border-radius: 50%;
  font-style: normal;
  font-size: 10px;
  color: #aabfce;
  margin-bottom: 13px;
}
.an .flow-step:last-child > i {
  background: #203f31;
  border-color: #50765f;
  color: var(--mint);
}
.an .flow-step > span {
  display: block;
  font-size: 10px;
  color: #a5b9c8;
  margin-bottom: 5px;
}
.an .flow-step > strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.6px;
  line-height: 1.2;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.an .flow-step:last-child > strong {
  color: var(--mint);
}
.an .flow-sub {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  margin: 0 22px;
  padding: 15px 0 14px;
  border-top: 1px solid var(--line);
  gap: 10px;
}
.an .flow-sub > div {
  min-width: 0;
}
.an .flow-sub > div + div {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.an .flow-sub span {
  display: block;
  font-size: 9px;
  color: #99afbe;
  white-space: normal;
}
.an .flow-sub b {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 550;
}
.an .measure-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 22px 19px;
  padding: 11px 12px;
  border: 1px solid #4d4637;
  background: #292921;
  border-radius: 7px;
  font-size: 9px;
  line-height: 1.6;
  color: #d2c3a5;
}
.an .measure-note svg {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  color: var(--amber);
}
.an .measure-note.complete {
  border-color: #355447;
  background: #1b2e28;
  color: #b6d5c2;
}
.an .outcomes {
  padding: 14px 22px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.an .outcome {
  padding: 9px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #2a3a45;
  font-size: 10px;
  min-width: 0;
  color: #b9cbd8;
  background: none;
  text-align: left;
  width: 100%;
}
.an .outcome:hover {
  color: var(--mint);
}
.an .outcome > i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--slate);
  border-radius: 50%;
  flex-shrink: 0;
}
.an .outcome > span {
  flex: 1;
}
.an .outcome > b {
  font-size: 14px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.an .outcome.positive > i {
  background: var(--mint);
}
.an .outcome.warning > i {
  background: var(--amber);
}
.an .outcome.error > i {
  background: var(--red);
}
.an .loss-detail {
  grid-column: 1/-1;
  background: #172733;
  border: 1px solid #30434f;
  border-radius: 7px;
  padding: 11px 12px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.an .loss-detail > div + div {
  border-left: 1px solid #344b56;
  padding-left: 12px;
}
.an .loss-detail span {
  display: block;
  font-size: 9px;
  color: #a7bccc;
}
.an .loss-detail b {
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin-top: 3px;
}
.an .loss-detail small {
  font-size: 8px;
  color: #8ca6b9;
  margin-left: 5px;
}
.an .card-note {
  font-size: 9px;
  line-height: 1.6;
  color: #9eafbd;
  padding: 5px 22px 17px;
}
.an textarea {
  font: inherit;
  color: inherit;
  resize: vertical;
}
.an textarea:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.an button:disabled {
  cursor: not-allowed;
}
.an .mobile-only,
.an .mobile-tabs {
  display: none;
}
.an main {
  max-width: 1750px;
  padding-bottom: 25px;
}
.an .page-head p {
  font-size: 12px;
}
.an .context-line {
  margin-top: 28px;
}
.an .notice-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.an .notice-stat {
  text-align: left;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 18px 18px 15px;
  min-width: 0;
  transition: border-color .15s;
}
.an .notice-stat:hover {
  border-color: #708e84;
}
.an .notice-stat > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #bfccd6;
  font-size: 11px;
}
.an .notice-stat > span svg {
  width: 16px;
  height: 16px;
  color: #8ba8b5;
}
.an .notice-stat strong {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -1.4px;
  font-weight: 600;
  margin: 13px 0 8px;
  font-variant-numeric: tabular-nums;
}
.an .notice-stat small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  color: var(--muted);
}
.an .notice-stat small svg {
  width: 13px;
  height: 13px;
  color: #93b6a3;
}
.an .notice-stat.highlighted {
  background:
    linear-gradient(
      115deg,
      #203b31,
      #15292b);
  border-color: #466553;
}
.an .notice-stat.highlighted strong {
  color: var(--mint);
}
.an .notice-stat.highlighted > span svg {
  color: var(--mint);
}
.an .notice-stat[data-status=scheduled] strong {
  color: #eec888;
}
.an .notice-stat[data-status=inactive] strong {
  color: #9bafbf;
}
.an .summary-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 12px 1px 24px;
  color: #8fa5b6;
  font-size: 9px;
}
.an .notices-card .card-head {
  padding: 21px 22px 0;
}
.an .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  border: 1px solid #3b5060;
  border-radius: 6px;
  padding: 2px 6px;
  color: #b4cbd5;
  font-size: 10px;
  margin-left: 7px;
  vertical-align: middle;
}
.an .inapp-tag {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
  color: #a4beb4;
}
.an .inapp-tag svg {
  height: 14px;
  width: 14px;
}
.an .notice-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 21px 22px 17px;
}
.an .notice-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  height: 41px;
  padding: 0 13px;
  border: 1px solid #314555;
  border-radius: 8px;
  background: #0e1923;
  color: #8da7b9;
}
.an .notice-search svg {
  width: 16px;
  height: 16px;
}
.an .notice-search input {
  color: var(--text);
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 11px;
  height: 100%;
}
.an .notice-search:focus-within {
  border-color: var(--mint);
  outline: 1px solid var(--mint);
}
.an .notice-search input:focus-visible {
  outline: 0;
}
.an .notice-search input::placeholder {
  color: #8da2b1;
}
.an .type-filter select {
  color: #d0dfe7;
  min-height: 41px;
  border: 1px solid #354a59;
  border-radius: 8px;
  background: #162531;
  padding: 0 32px 0 12px;
  font-size: 11px;
  max-width: 100%;
}
.an .status-tabs {
  display: flex;
  gap: 5px;
  padding: 0 22px 17px;
  flex-wrap: wrap;
}
.an .status-tabs button {
  background: transparent;
  border: 1px solid transparent;
  padding: 7px 12px;
  border-radius: 7px;
  font-size: 10px;
  color: #9fb5c5;
}
.an .status-tabs button[aria-pressed=true] {
  border-color: #3f6553;
  background: #213d31;
  color: var(--mint);
}
.an .status-tabs button:hover {
  background: #1e303b;
}
.an .status-tabs b {
  font-size: 9px;
  margin-left: 4px;
}
.an .filter-note {
  padding: 0 22px 14px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #bdd0d8;
  font-size: 11px;
}
.an .notice-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.an .notice-table th {
  text-align: left;
  background: #0e1a24;
  border-block: 1px solid var(--line);
  font-size: 8px;
  letter-spacing: .85px;
  color: #90a6b7;
  padding: 12px 14px;
  font-weight: 550;
}
.an .notice-table th:first-child {
  padding-left: 22px;
  width: 35%;
}
.an .notice-table th:nth-child(2) {
  width: 20%;
}
.an .notice-table th:nth-child(3) {
  width: 20%;
}
.an .notice-table th:nth-child(4) {
  width: 10%;
}
.an .notice-table th:nth-child(5) {
  width: 15%;
}
.an .notice-table td {
  border-bottom: 1px solid #253542;
  padding: 18px 14px;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.an .notice-table td:first-child {
  padding-left: 22px;
}
.an .notice-table td:last-child {
  padding-right: 22px;
}
.an .notice-table tbody tr:last-child td {
  border-bottom: 0;
}
.an .notice-table tr:hover td {
  background: #162530;
}
.an .notice-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.1px;
  background: none;
  padding: 0;
  text-align: left;
  line-height: 1.45;
  color: #e5eef3;
}
.an .notice-title:hover {
  color: var(--mint);
}
.an .notice-snippet {
  font-size: 10px;
  color: #92a9bb;
  margin: 5px 0 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.an .row-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.an .badge {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 8px;
  font-weight: 500;
  padding: 3px 7px;
  line-height: 1.5;
  border: 1px solid #354956;
  border-radius: 5px;
  white-space: nowrap;
}
.an .badge svg {
  width: 11px;
  height: 11px;
}
.an .type-info {
  color: #9fc8e6;
}
.an .type-warning {
  color: #f2ca8b;
}
.an .type-success {
  color: #b2efce;
}
.an .type-critical {
  color: #f1a6af;
}
.an .badge.type-info {
  background: #1a303f;
  border-color: #304c60;
}
.an .badge.type-warning {
  background: #352d20;
  border-color: #544631;
}
.an .badge.type-success {
  background: #1c362b;
  border-color: #345641;
}
.an .badge.type-critical {
  background: #392932;
  border-color: #5b3e48;
}
.an .state-active {
  color: #b2efce;
  background: #1b342b;
  border-color: #375744;
}
.an .state-scheduled {
  color: #eccb98;
  background: #312d22;
  border-color: #524733;
}
.an .state-ended,
.an .state-inactive {
  color: #9dafbd;
  background: #1a2935;
}
.an .row-text {
  display: block;
  font-size: 10px;
  color: #d0dfe7;
}
.an .row-sub {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #8da7b8;
  margin-top: 6px;
}
.an .row-sub svg {
  width: 12px;
  height: 12px;
}
.an .row-sub.popup {
  color: #b8d4c4;
}
.an .read-count {
  font-size: 17px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.4px;
}
.an .read-caption {
  display: block;
  font-size: 8px;
  color: #8da3b5;
  margin-top: 3px;
}
.an .row-actions {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.an .row-actions .icon {
  width: 29px;
  height: 30px;
  background: #162630;
  border-color: #314653;
  border-radius: 6px;
  color: #aac1ce;
}
.an .row-actions .icon svg {
  width: 13px;
  height: 13px;
}
.an .list-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 14px 22px;
  font-size: 10px;
  color: var(--muted);
}
.an .pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}
.an .pagination .icon {
  height: 29px;
  width: 29px;
  border-radius: 6px;
}
.an .pagination svg {
  height: 12px;
  width: 12px;
}
.an .list-state {
  text-align: center;
  padding: 58px 22px;
  color: var(--muted);
}
.an .list-state svg {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}
.an .list-state h3 {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 7px;
}
.an .list-state p {
  font-size: 12px;
  margin-bottom: 14px;
}
.an .delivery-guide {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  border: 1px solid #283f43;
  border-radius: 10px;
  padding: 16px 20px;
  background: #11232a;
}
.an .guide-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #a6c4b6;
  background: #1d3437;
  border-radius: 8px;
  flex-shrink: 0;
}
.an .guide-icon svg {
  width: 16px;
  height: 16px;
}
.an .delivery-guide b {
  font-size: 11px;
  font-weight: 550;
}
.an .delivery-guide p {
  font-size: 10px;
  color: #96afba;
  margin-top: 4px;
  line-height: 1.7;
}
.an .delivery-guide > .text-button {
  white-space: nowrap;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}
.an .delivery-guide > .text-button svg {
  height: 12px;
  width: 12px;
}
.an .bottom-note {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #879dac;
  font-size: 9px;
  margin-top: 18px;
}
.an .backdrop {
  position: fixed;
  inset: 66px 0 0;
  background: #050b11b8;
  z-index: 44;
}
.an body:has(dialog[open]) {
  overflow: hidden;
}
.an dialog {
  padding: 0;
  color: var(--text);
  border: 1px solid #3a5060;
  border-radius: 14px;
  background: var(--bg);
  max-width: calc(100vw - 40px);
  max-height: calc(100dvh - 40px);
  box-shadow: 0 24px 100px #0009;
}
.an dialog::backdrop {
  background: #02070dc7;
  backdrop-filter: blur(3px);
}
.an .editor-dialog {
  width: 1070px;
}
.an .dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 23px 27px;
  border-bottom: 1px solid var(--line);
  background: #101e28;
}
.an .dialog-head h2 {
  font-size: 23px;
  letter-spacing: -.65px;
  line-height: 1.3;
}
.an .dialog-head p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px;
}
.an .dialog-head .eyebrow {
  font-size: 8px;
}
.an .dialog-head > .icon {
  height: 32px;
  width: 32px;
}
.an .composer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}
.an .composer-fields {
  padding: 23px 27px 25px;
  min-width: 0;
}
.an .form-section + .form-section {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 23px;
}
.an .form-section h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: -.1px;
  margin-bottom: 17px;
}
.an .form-section h3 > span {
  font-size: 9px;
  color: var(--mint);
  background: #21392f;
  border: 1px solid #375346;
  border-radius: 5px;
  padding: 2px 5px;
}
.an .form-section h3 > small {
  margin-left: auto;
  font-size: 8px;
  font-weight: 400;
  color: #94aabc;
}
.an .form-section > label:not(.switch-card):not(.check-label),
.an #audience-fields > label,
.an #start-fields > label,
.an #end-fields > label {
  font-size: 10px;
  color: #c1d0db;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.an .form-section label > small {
  font-size: 9px;
  color: #879eb0;
}
.an .composer-fields input:not([type=checkbox]):not([type=radio]),
.an .composer-fields textarea,
.an .composer-fields select {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid #354957;
  background: #101c26;
  border-radius: 7px;
  padding: 11px 12px;
  color: #e0ebf2;
  font-size: 12px;
  line-height: 1.5;
}
.an .composer-fields textarea {
  min-height: 65px;
}
.an .composer-fields input::placeholder,
.an .composer-fields textarea::placeholder {
  color: #728c9f;
}
.an .composer-fields #notice-title {
  margin-bottom: 16px;
}
.an .composer-fields input[type=datetime-local] {
  min-height: 43px;
}
.an .composer-fields input[type=radio],
.an .composer-fields input[type=checkbox] {
  accent-color: var(--mint);
}
.an .type-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  border: 0;
  margin: 17px 0 0;
  padding: 0;
}
.an .type-options legend {
  font-size: 10px;
  color: #c1d0db;
  margin-bottom: 8px;
}
.an .type-options label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #13212b;
  border: 1px solid #30434f;
  border-radius: 7px;
  padding: 11px 5px;
  font-size: 9px;
  cursor: pointer;
}
.an .type-options input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.an .type-options label:has(input:checked) {
  background: #213a33;
  border-color: #88b8a0;
}
.an .type-options label:has(input:focus-visible) {
  outline: 2px solid var(--mint);
  outline-offset: 2px;
}
.an .type-options svg {
  width: 16px;
  height: 16px;
}
.an .switch-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 16px;
  border: 1px solid #304957;
  background: #152733;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
}
.an .switch-text b {
  display: block;
  font-size: 11px;
  font-weight: 550;
}
.an .switch-text small {
  display: block;
  font-size: 9px;
  color: #9eb5c3;
  margin-top: 4px;
  line-height: 1.5;
}
.an .switch-card input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.an .switch-track {
  position: relative;
  background: #3c505e;
  border: 1px solid #506675;
  width: 32px;
  height: 19px;
  border-radius: 14px;
  flex-shrink: 0;
}
.an .switch-track:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b2c6cf;
}
.an .switch-card input:checked + .switch-track {
  background: var(--mint);
  border-color: var(--mint);
}
.an .switch-card input:checked + .switch-track:after {
  left: 16px;
  background: #224b37;
}
.an .switch-card:has(input:focus-visible) {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.an .field-hint {
  font-size: 9px;
  color: #91aaba;
  margin-top: 7px;
  line-height: 1.65;
}
.an .check-label,
.an .timing-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #c3d4df;
}
.an .timing-options {
  display: flex;
  gap: 23px;
  margin-bottom: 15px;
}
.an .check-label {
  margin-top: 16px;
}
.an .check-label input,
.an .timing-options input {
  margin: 0;
  width: 15px;
  height: 15px;
}
.an #audience-fields,
.an #start-fields,
.an #end-fields {
  margin-top: 14px;
}
.an .preview-column {
  min-width: 0;
  background: #101c26;
  border-left: 1px solid #2b3c48;
  padding: 25px 27px;
}
.an .preview-sticky {
  position: sticky;
  top: 20px;
}
.an .preview-column .eyebrow {
  font-size: 8px;
}
.an .preview-column h3 {
  font-size: 15px;
  letter-spacing: -.3px;
}
.an .preview-modes {
  display: flex;
  padding: 4px;
  border: 1px solid #314650;
  border-radius: 8px;
  background: #0c1720;
  margin: 18px 0;
}
.an .preview-modes button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  font-size: 10px;
  padding: 8px;
  background: none;
  border-radius: 5px;
  color: #a2b8c6;
}
.an .preview-modes button svg {
  width: 13px;
  height: 13px;
}
.an .preview-modes button[aria-pressed=true] {
  background: #254035;
  color: var(--mint);
}
.an .client-surface {
  border: 1px solid #3b505e;
  border-radius: 12px;
  background: #0a141d;
  overflow: hidden;
  min-height: 284px;
}
.an .client-top {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2c3c47;
  padding: 0 16px;
  color: #d1e0eb;
}
.an .client-top > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 550;
  font-size: 12px;
}
.an .client-top img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.an .client-top > svg {
  width: 15px;
  height: 15px;
  color: var(--mint);
}
.an .client-body {
  padding: 17px 15px;
  min-height: 235px;
}
.an .client-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #c4d7e4;
  margin-bottom: 14px;
}
.an .client-label small {
  font-size: 9px;
  color: #99b1bf;
  font-weight: 400;
}
.an .client-message {
  border: 1px solid #2f4858;
  border-radius: 9px;
  background: #172a37;
  padding: 17px 15px;
  min-width: 0;
}
.an .client-message > svg {
  width: 21px;
  height: 21px;
  margin-bottom: 10px;
}
.an .client-message h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 9px;
  color: #e9f1f6;
  overflow-wrap: anywhere;
}
.an .client-message .message-body {
  font-size: 11px;
  line-height: 1.8;
  color: #b9ccda;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-height: 300px;
  overflow: auto;
}
.an .client-message .message-type {
  font-size: 8px;
  letter-spacing: .8px;
  display: block;
  margin-bottom: 8px;
}
.an .client-message .client-button {
  background: var(--mint);
  border-radius: 6px;
  color: #193b2b;
  text-align: center;
  margin-top: 20px;
  padding: 9px;
  font-size: 10px;
  font-weight: 600;
}
.an .client-message time {
  display: block;
  margin-top: 14px;
  font-size: 8px;
  color: #8da7b8;
}
.an .client-message.type-warning {
  border-color: #5d5038;
}
.an .client-message.type-critical {
  border-color: #65424d;
}
.an .client-message.type-success {
  border-color: #3d5c4b;
}
.an .popup-surface {
  padding: 18px 4px;
}
.an .popup-surface .client-message {
  box-shadow: 0 10px 30px #0005;
}
.an .preview-summary {
  border: 1px solid #2d4451;
  background: #142632;
  border-radius: 9px;
  margin-top: 16px;
  padding: 6px 14px;
}
.an .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  font-size: 10px;
  color: #a8c0ce;
  line-height: 1.6;
}
.an .summary-row + .summary-row {
  border-top: 1px solid #2a404f;
}
.an .summary-row b {
  font-weight: 500;
  text-align: right;
  color: #d8e6ee;
  overflow-wrap: anywhere;
  min-width: 0;
}
.an .preview-caption {
  color: #8fa7b7;
  font-size: 9px;
  line-height: 1.7;
  margin-top: 12px;
}
.an .dialog-foot {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 27px;
  border-top: 1px solid var(--line);
  background: #11202a;
}
.an .dialog-foot > span {
  font-size: 9px;
  color: #9cb4c3;
}
.an .dialog-foot > div {
  display: flex;
  gap: 9px;
}
.an .dialog-foot .btn {
  font-size: 11px;
}
.an .form-error {
  position: sticky;
  bottom: 0;
  background: #422732;
  color: #ffc4ce;
  padding: 13px 27px;
  font-size: 12px;
  z-index: 3;
  border-top: 1px solid #754450;
}
.an .detail-dialog {
  width: 610px;
}
.an .detail-content {
  padding: 24px 27px;
}
.an .detail-content .client-message {
  padding: 23px;
}
.an .detail-content .client-message h4 {
  font-size: 20px;
}
.an .detail-content .client-message .message-body {
  font-size: 13px;
}
.an .detail-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.an .detail-meta > div {
  background: #13232e;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}
.an .detail-meta span {
  font-size: 9px;
  color: #95afc0;
  display: block;
}
.an .detail-meta b {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.an .detail-explain {
  font-size: 10px;
  color: #9cb5c4;
  line-height: 1.8;
  margin-top: 15px;
}
.an .confirm-dialog {
  width: 490px;
}
.an .confirm-dialog .dialog-head h2 {
  font-size: 21px;
}
.an .confirm-body {
  padding: 22px 27px;
}
.an .confirm-body > p {
  font-size: 12px;
  line-height: 1.8;
  color: #bdd0dc;
}
.an .confirm-body .review-title {
  font-size: 17px;
  color: #e5eff5;
  margin-bottom: 15px;
  font-weight: 550;
  overflow-wrap: anywhere;
}
.an .confirm-body .preview-summary {
  margin-block: 16px;
}
.an .confirm-body .demo-note {
  font-size: 10px;
  color: #9bb9ab;
}
.an .toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 18px;
  max-width: calc(100vw - 32px);
  width: max-content;
  background: #244535;
  color: #d6f8e6;
  border: 1px solid #587e66;
  border-radius: 10px;
  box-shadow: 0 8px 30px #0006;
  z-index: 100;
  font-size: 12px;
}
.an .preview-tag .demo-label:before {
  content: "\b7  ";
  margin-right: 4px;
}
@media (min-width: 1600px) {
  .an .notice-table td {
    padding-block: 21px;
  }
  .an .notice-title {
    font-size: 13px;
  }
  .an .notice-snippet {
    font-size: 11px;
  }
  .an .row-text {
    font-size: 11px;
  }
  .an .notice-stat small {
    font-size: 10px;
  }
}
@media (max-width: 1150px) {
  .an main {
    padding-inline: 23px;
  }
  .an .sidebar {
    width: 185px;
    padding-inline: 12px;
  }
  .an main {
    margin-left: 185px;
  }
  .an .notice-kpis {
    gap: 10px;
  }
  .an .notice-stat {
    padding: 16px 13px;
  }
  .an .notice-stat small {
    font-size: 8px;
  }
  .an .notice-stat small svg {
    display: none;
  }
  .an .notice-table th:first-child {
    width: 33%;
  }
  .an .notice-table th:nth-child(2) {
    width: 19%;
  }
  .an .notice-table th:nth-child(3) {
    width: 22%;
  }
  .an .notice-table th:nth-child(4) {
    width: 10%;
  }
  .an .notice-table th:nth-child(5) {
    width: 16%;
  }
  .an .notice-table td,
  .an .notice-table th {
    padding-inline: 9px;
  }
  .an .row-actions {
    flex-wrap: wrap;
  }
  .an .row-actions .icon {
    width: 27px;
    height: 28px;
  }
  .an .dialog-head,
  .an .dialog-foot {
    padding-inline: 22px;
  }
  .an .composer-fields,
  .an .preview-column {
    padding-inline: 22px;
  }
  .an .type-options {
    gap: 5px;
  }
  .an .type-options label {
    font-size: 8px;
  }
  .an .delivery-guide p {
    font-size: 9px;
  }
}
@media (max-width: 900px) {
  .an .sidebar {
    transform: translateX(-100%);
    transition: transform .2s;
    width: 220px;
  }
  .an .sidebar.open {
    transform: translateX(0);
  }
  .an main {
    margin-left: 0;
    padding: 26px 24px 95px;
  }
  .an .mobile-only {
    display: inline-grid;
  }
  .an .topbar {
    padding-inline: 22px;
  }
  .an .brand > .icon {
    border: 0;
    width: 27px;
  }
  .an .mobile-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 9px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid #314550;
    background: #101e28;
    z-index: 40;
  }
  .an .mobile-tabs > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    background: transparent;
    color: #90aabc;
    padding: 5px;
  }
  .an .mobile-tabs .active {
    color: var(--mint);
  }
  .an .mobile-tabs svg {
    width: 18px;
    height: 18px;
  }
  .an .top-actions {
    gap: 12px;
  }
  .an .composer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
  }
  .an .composer-fields,
  .an .preview-column {
    padding-inline: 18px;
  }
  .an .form-section h3 > small {
    font-size: 7px;
  }
  .an .type-options {
    grid-template-columns: 1fr 1fr;
  }
  .an .toast {
    bottom: 86px;
  }
}
@media (max-width: 650px) {
  .an .topbar {
    height: 60px;
    padding-inline: 16px;
  }
  .an .brand {
    gap: 7px;
  }
  .an .brand img {
    height: 28px;
    width: 28px;
  }
  .an .brand strong {
    font-size: 17px;
  }
  .an .brand > .icon {
    width: 22px;
    margin-right: 2px;
  }
  .an .top-actions {
    gap: 9px;
  }
  .an .profile {
    border: 0;
    padding: 0;
  }
  .an .profile > span:last-child,
  .an .desktop-only {
    display: none;
  }
  .an .profile .avatar {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .an .preview-tag {
    font-size: 7px;
    letter-spacing: .5px;
  }
  .an .preview-tag .proposal-label {
    display: none;
  }
  .an .preview-tag .demo-label:before {
    content: none;
  }
  .an .sidebar {
    top: 60px;
  }
  .an .backdrop {
    top: 60px;
  }
  .an main {
    padding: 25px 16px 96px;
  }
  .an .page-head {
    display: block;
  }
  .an .page-head h1 {
    font-size: 29px;
  }
  .an .page-head p {
    font-size: 11px;
    line-height: 1.7;
  }
  .an .head-actions {
    margin-top: 18px;
    gap: 9px;
  }
  .an .head-actions .btn {
    flex: 1;
    font-size: 11px;
    min-height: 41px;
  }
  .an .context-line {
    margin: 22px 0 12px;
    gap: 10px;
  }
  .an .context-line > div {
    font-size: 8px;
    gap: 5px;
  }
  .an .context-line > span {
    font-size: 7px;
    max-width: 110px;
    text-align: right;
  }
  .an .notice-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .an .notice-stat {
    padding: 15px 13px;
  }
  .an .notice-stat > span {
    font-size: 10px;
  }
  .an .notice-stat > span svg {
    width: 14px;
    height: 14px;
  }
  .an .notice-stat strong {
    font-size: 32px;
    margin-block: 9px 6px;
  }
  .an .notice-stat small {
    font-size: 8px;
    line-height: 1.6;
    min-height: 25px;
    max-width: 140px;
  }
  .an .summary-note {
    font-size: 8px;
    line-height: 1.7;
    margin: 11px 2px 21px;
  }
  .an .summary-note > span:last-child {
    max-width: 82px;
    text-align: right;
  }
  .an .notices-card .card-head {
    padding: 18px 16px 0;
  }
  .an .card-head h2 {
    font-size: 15px;
  }
  .an .card-head p {
    font-size: 10px;
    line-height: 1.7;
    max-width: 230px;
  }
  .an .inapp-tag {
    display: none;
  }
  .an .notice-toolbar {
    margin: 17px 16px 13px;
    flex-wrap: wrap;
    gap: 9px;
  }
  .an .notice-search {
    flex-basis: 100%;
    height: 42px;
  }
  .an .notice-search input {
    font-size: 12px;
  }
  .an .type-filter {
    width: 100%;
  }
  .an .type-filter select {
    min-height: 37px;
    width: 100%;
    font-size: 10px;
  }
  .an .status-tabs {
    padding: 0 16px 16px;
    gap: 6px;
  }
  .an .status-tabs button {
    font-size: 9px;
    padding: 6px 9px;
    border-color: #2e4453;
  }
  .an .filter-note {
    font-size: 10px;
    padding-inline: 16px;
  }
  .an .notice-table,
  .an .notice-table tbody {
    display: block;
    width: 100%;
  }
  .an .notice-table thead {
    display: none;
  }
  .an .notice-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px 12px;
    padding: 18px 16px;
    border-top: 1px solid var(--line);
  }
  .an .notice-table td,
  .an .notice-table td:first-child,
  .an .notice-table td:last-child {
    display: block;
    padding: 0;
    border: 0;
    min-width: 0;
  }
  .an .notice-table tr:hover td {
    background: transparent;
  }
  .an .notice-table td:first-child {
    grid-column: 1/-1;
  }
  .an .notice-title {
    font-size: 13px;
    line-height: 1.6;
  }
  .an .notice-snippet {
    font-size: 10px;
    line-height: 1.7;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0 10px;
  }
  .an .badge {
    font-size: 8px;
  }
  .an .notice-table td:nth-child(2):before,
  .an .notice-table td:nth-child(3):before {
    content: attr(data-label);
    display: block;
    font-size: 7px;
    letter-spacing: .65px;
    color: #7f9caf;
    margin-bottom: 7px;
  }
  .an .row-text {
    font-size: 10px;
  }
  .an .row-sub {
    font-size: 9px;
    line-height: 1.5;
  }
  .an .notice-table td:nth-child(4) {
    display: flex;
    align-items: baseline;
    gap: 7px;
    align-self: center;
  }
  .an .read-count {
    font-size: 20px;
  }
  .an .read-caption {
    font-size: 9px;
  }
  .an .row-actions {
    gap: 7px;
  }
  .an .row-actions .icon {
    width: 34px;
    height: 34px;
  }
  .an .row-actions .icon svg {
    width: 14px;
    height: 14px;
  }
  .an .list-footer {
    padding: 14px 16px;
    font-size: 9px;
    gap: 12px;
  }
  .an .pagination {
    font-size: 9px;
    gap: 7px;
  }
  .an .pagination .icon {
    width: 28px;
    height: 29px;
  }
  .an .delivery-guide {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 11px;
    padding: 15px 16px;
  }
  .an .delivery-guide > div:nth-child(2) {
    flex: 1;
    min-width: 0;
  }
  .an .delivery-guide b {
    font-size: 10px;
    line-height: 1.7;
    display: block;
  }
  .an .delivery-guide p {
    font-size: 9px;
  }
  .an .delivery-guide > .text-button {
    margin-left: 42px;
    font-size: 9px;
  }
  .an .bottom-note {
    font-size: 8px;
    line-height: 1.7;
  }
  .an .bottom-note > span:last-child {
    display: none;
  }
  .an dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
    border: 0;
  }
  .an .editor-dialog[open] {
    height: 100dvh;
    margin: 0;
  }
  .an .dialog-head {
    padding: 21px 18px;
  }
  .an .dialog-head h2 {
    font-size: 22px;
  }
  .an .dialog-head p {
    font-size: 10px;
    line-height: 1.6;
    max-width: 270px;
  }
  .an .composer-grid {
    display: block;
  }
  .an .composer-fields {
    padding: 22px 18px;
  }
  .an .preview-column {
    padding: 23px 18px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .an .preview-sticky {
    position: static;
  }
  .an .type-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  .an .type-options label {
    font-size: 8px;
    padding-inline: 3px;
  }
  .an .form-section h3 > small {
    font-size: 7px;
  }
  .an .composer-fields input:not([type=checkbox]):not([type=radio]),
  .an .composer-fields textarea,
  .an .composer-fields select {
    font-size: 16px;
  }
  .an .dialog-foot {
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    flex-wrap: wrap;
    gap: 10px;
  }
  .an .dialog-foot > span {
    font-size: 8px;
    width: 100%;
  }
  .an .dialog-foot > div {
    width: 100%;
    justify-content: flex-end;
  }
  .an .dialog-foot .btn {
    font-size: 10px;
  }
  .an .editor-dialog .dialog-foot > div > .primary {
    flex: 1;
  }
  .an .form-error {
    padding: 13px 18px;
    font-size: 11px;
  }
  .an .detail-content {
    padding: 20px 18px;
  }
  .an .detail-content .client-message {
    padding: 19px;
  }
  .an .detail-content .client-message h4 {
    font-size: 18px;
  }
  .an .detail-content .client-message .message-body {
    font-size: 12px;
  }
  .an .confirm-body {
    padding: 20px 18px;
  }
  .an .confirm-dialog .dialog-foot {
    flex-wrap: nowrap;
  }
  .an .confirm-dialog .dialog-foot .btn {
    min-width: 0;
    white-space: normal;
    line-height: 1.5;
  }
  .an .client-surface {
    max-width: 400px;
    margin-inline: auto;
  }
  .an .toast {
    font-size: 11px;
    bottom: 84px;
  }
}
@media (max-width: 350px) {
  .an main {
    padding-inline: 12px;
  }
  .an .topbar {
    padding-inline: 12px;
  }
  .an .brand strong {
    font-size: 15px;
  }
  .an .brand img {
    width: 25px;
    height: 25px;
  }
  .an .preview-tag {
    font-size: 6px;
  }
  .an .top-actions {
    gap: 7px;
  }
  .an .context-line > div {
    font-size: 7px;
  }
  .an .context-line > span {
    font-size: 6px;
    max-width: 87px;
  }
  .an .notice-stat small {
    font-size: 7px;
  }
  .an .notice-stat > span {
    font-size: 9px;
  }
  .an .status-tabs button {
    font-size: 8px;
    padding-inline: 7px;
  }
  .an .list-footer {
    font-size: 8px;
    padding-inline: 14px;
  }
  .an .type-options label {
    font-size: 7px;
  }
  .an .form-section h3 > small {
    max-width: 95px;
    text-align: right;
  }
  .an .dialog-foot .btn {
    padding-inline: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .an {
    scroll-behavior: auto;
  }
  .an * {
    transition: none !important;
  }
}
.admin-shell[data-apex-notices-shell=v1] {
  --bg-1:#121c28;
  --bg-2:#182533;
  --border:#263342;
  --text-1:#edf3fa;
  --text-2:#c5d3df;
  --text-3:#9aabba;
  --green:#b2f3ce;
  --shadow-glow:none;
  background: #0b1119;
  color: #edf3fa;
}
.admin-shell[data-apex-notices-shell=v1] .body {
  background: #0b1119;
  padding-top: 70px;
}
.admin-shell[data-apex-notices-shell=v1] .topbar {
  height: 70px;
  background: #0d151f;
  border-bottom: 1px solid #263342;
  box-shadow: none;
  padding: 0 25px;
}
.admin-shell[data-apex-notices-shell=v1] .topbar-logo {
  width: 32px;
  height: 32px;
}
.admin-shell[data-apex-notices-shell=v1] .logo {
  font-size: 19px;
  letter-spacing: -.65px;
  color: #edf3fa;
}
.admin-shell[data-apex-notices-shell=v1] .topbar-account {
  background: transparent;
  border-color: #314235;
}
.admin-shell[data-apex-notices-shell=v1] .topbar-avatar {
  background: #2c3934;
  color: #b2f3ce;
  border-color: #506c5d;
}
.admin-shell[data-apex-notices-shell=v1] .sidenav {
  width: 216px;
  min-width: 216px;
  flex-basis: 216px;
  padding: 25px 16px;
  border-right: 1px solid #263342;
  background: #0d141e;
  gap: 5px;
}
.admin-shell[data-apex-notices-shell=v1] .sidenav:before {
  content: "ADMIN";
  display: block;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 650;
  color: #8395a8;
  margin: 7px 13px 13px;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn {
  background: transparent;
  color: #9aabba;
  min-height: 45px;
  border-radius: 9px;
  padding: 12px 14px;
  box-shadow: none;
  border: 0;
  gap: 12px;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn:hover {
  background: #162330;
  color: #edf3fa;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn.active {
  background: #213930;
  color: #b2f3ce;
  box-shadow: inset 2px 0 #b2f3ce;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn.active svg {
  color: #b2f3ce;
  filter: none;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn:nth-child(6) {
  margin-top: 26px;
  position: relative;
}
.admin-shell[data-apex-notices-shell=v1] .nav-btn:nth-child(6):before {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: -15px;
  border-top: 1px solid #263342;
}
.admin-shell[data-apex-notices-shell=v1] .main {
  padding: 30px 32px;
  background: #0b1119;
  max-width: none;
}
.admin-shell[data-apex-notices-shell=v1] .mobile-tabbar {
  background: #101a25;
  border-top: 1px solid #263342;
  box-shadow: none;
}
.admin-shell[data-apex-notices-shell=v1] .mobile-tab {
  color: #91a5b7;
}
.admin-shell[data-apex-notices-shell=v1] .mobile-tab.active,
.admin-shell[data-apex-notices-shell=v1] .mobile-tab.active svg {
  background: transparent;
  color: #b2f3ce;
}
.admin-shell[data-apex-notices-shell=v1] .sidenav {
  width: 204px;
  min-width: 204px;
  flex-basis: 204px;
}
@media (max-width: 1190px) {
  .admin-shell[data-apex-notices-shell=v1] .sidenav {
    width: 190px;
    min-width: 190px;
    flex-basis: 190px;
  }
  .admin-shell[data-apex-notices-shell=v1] .main {
    padding: 26px 22px;
  }
}
@media (max-width: 640px) {
  .admin-shell[data-apex-notices-shell=v1] .topbar {
    height: calc(60px + env(safe-area-inset-top, 0px));
    padding: 0 14px;
  }
  .admin-shell[data-apex-notices-shell=v1] .body {
    padding-top: calc(60px + env(safe-area-inset-top, 0px));
  }
  .admin-shell[data-apex-notices-shell=v1] .sidenav {
    display: none;
  }
  .admin-shell[data-apex-notices-shell=v1] .main {
    padding: 24px 16px calc(var(--mobile-tabbar-height) + 18px);
    height: calc(100dvh - 60px - env(safe-area-inset-top, 0px));
    max-height: none;
  }
}
.an {
  width: 100%;
  min-width: 0;
  border: 1px solid #293d49;
  border-radius: 16px;
  background: #0e1822;
  color: var(--text);
  margin: 0;
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.an main.an-main {
  margin: 0;
  padding: 30px;
  width: 100%;
  max-width: none;
}
.an .page-head h1 {
  font-size: 31px;
}
.an .page-head {
  margin: 0;
}
.an .context-line {
  margin-top: 27px;
}
.an button {
  min-width: 0;
}
.an .notice-toolbar {
  flex-wrap: wrap;
}
.an .notice-search {
  min-width: 180px;
}
.an .notice-title {
  white-space: normal;
  overflow-wrap: anywhere;
}
.an .notice-search input {
  min-width: 0;
  width: 100%;
}
.an .notice-table {
  table-layout: fixed;
}
.an .notice-table td {
  overflow-wrap: anywhere;
}
.an .notice-kpis button[aria-pressed=true] {
  border-color: #749884;
}
.an .an-scope {
  padding: 0 22px 14px;
  color: #9db6c5;
  font-size: 11px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.an .an-error {
  padding: 14px 18px;
  margin: 16px 0;
  border: 1px solid #7a4c53;
  background: #38232d;
  color: #f5c8cd;
  border-radius: 9px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.an .an-error button {
  margin-left: 12px;
}
.an .an-dialog {
  color: var(--text);
  background: var(--panel);
  padding: 0;
  position: fixed;
  inset: 0;
  margin: auto;
  border: 1px solid #496070;
  border-radius: 14px;
  max-height: calc(100dvh - 40px);
  max-width: calc(100vw - 32px);
  overflow: auto;
  box-shadow: 0 26px 90px #0009;
}
.an .an-dialog::backdrop {
  background: #050c14ba;
  backdrop-filter: blur(4px);
}
.an .editor-dialog {
  width: 1100px;
}
.an .confirm-dialog {
  width: 540px;
}
.an .detail-dialog {
  width: 650px;
}
.an .an-dialog .dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--panel);
}
.an .an-dialog .dialog-foot {
  position: sticky;
  bottom: 0;
  background: var(--panel);
  z-index: 2;
}
.an .an-dialog .dialog-head h2 {
  font-size: 24px;
}
.an .an-dialog input,
.an .an-dialog textarea,
.an .an-dialog select {
  max-width: 100%;
  min-width: 0;
}
.an .an-dialog input[type=datetime-local] {
  min-height: 43px;
}
.an .an-dialog input[type=checkbox],
.an .an-dialog input[type=radio] {
  accent-color: var(--mint);
}
.an .preview-summary {
  overflow-wrap: anywhere;
}
.an .preview-summary > div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.an .preview-summary b {
  text-align: right;
}
.an .client-message .message-body {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.an .client-message h4 {
  overflow-wrap: anywhere;
}
.an .an-review {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.8;
  color: #d3e2eb;
  max-height: 240px;
  overflow: auto;
}
.an .an-chip {
  font-size: 9px;
  border: 1px solid #3b5664;
  border-radius: 5px;
  padding: 3px 7px;
  color: #acc0cf;
}
.an .an-modal-error {
  margin: 0 22px 16px;
}
.an .an-detail-ids {
  max-height: 100px;
  overflow: auto;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.an .switch-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.an .type-options label {
  cursor: pointer;
}
.an .type-options input {
  accent-color: var(--mint);
}
.an .form-section h3 {
  display: flex;
  gap: 8px;
  align-items: center;
}
.an .list-state {
  padding: 45px 20px;
}
.an .detail-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.an .preview-modes button {
  white-space: normal;
}
.an .an-body-lock {
  overflow: hidden;
}
.an .status-tabs {
  flex-wrap: wrap;
}
.an .head-actions {
  flex-shrink: 0;
}
.an .notice-stat small {
  white-space: normal;
}
.an .bottom-note {
  margin-bottom: 0;
}
.an .list-footer {
  flex-wrap: wrap;
}
.an .dialog-foot > div {
  display: flex;
  gap: 9px;
}
@media (max-width: 1050px) {
  .an main.an-main {
    padding: 24px;
  }
  .an .page-head {
    align-items: flex-start;
  }
  .an .page-head p {
    max-width: 360px;
  }
  .an .notice-table td,
  .an .notice-table th {
    padding-inline: 10px;
  }
}
@media (max-width: 760px) {
  .an main.an-main {
    padding: 20px 16px;
  }
  .an .page-head {
    display: block;
  }
  .an .head-actions {
    margin-top: 18px;
  }
  .an .composer-grid {
    display: block;
  }
  .an .preview-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .an .preview-sticky {
    position: static;
  }
  .an .notice-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .an .type-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .an .an-scope {
    padding-inline: 16px;
  }
}
@media (max-width: 650px) {
  .an {
    border-radius: 12px;
  }
  .an .an-dialog {
    max-height: 100dvh;
    max-width: 100vw;
    width: 100%;
    border-radius: 0;
  }
  .an .editor-dialog {
    height: 100dvh;
  }
  .an main.an-main {
    padding: 22px 14px;
  }
  .an .an-dialog .dialog-head h2 {
    font-size: 22px;
  }
  .an .an-dialog input:not([type=checkbox]):not([type=radio]),
  .an .an-dialog textarea,
  .an .an-dialog select {
    font-size: 16px;
  }
  .an .an-dialog .dialog-foot {
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .an .head-actions .btn {
    flex: 1;
  }
  .an .notice-table {
    table-layout: auto;
  }
  .an .notice-search {
    min-width: 0;
    flex-basis: 100%;
  }
  .an .dialog-foot > span {
    line-height: 1.5;
  }
  .an .an-error {
    font-size: 11px;
  }
  .an .an-scope {
    font-size: 10px;
  }
}
.an[data-apex-notices] {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  max-width: 1600px;
  margin: 0 auto;
}
.an main.an-main {
  padding: 0;
}
.an .card {
  padding: 0;
  box-shadow: none;
  display: block;
}
.an button {
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transform: none;
  width: auto;
}
.an button:hover {
  box-shadow: none;
  transform: none;
}
.an .page-head {
  text-align: left;
  padding: 0;
}
.an .page-head > div {
  min-width: 0;
}
.an .page-head p {
  margin-bottom: 0;
}
.an h1,
.an h2,
.an h3 {
  color: var(--text);
  text-transform: none;
}
.an input,
.an select,
.an textarea {
  margin: 0;
  box-shadow: none;
}
.an .notice-search input {
  padding: 0;
  background: transparent;
}
.an .notice-table {
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.an .notice-table tbody {
  background: transparent;
}
.an .badge:before {
  content: none;
}
.an .icon {
  padding: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.an .btn {
  width: auto;
  min-width: 0;
}
.an .notice-stat {
  width: 100%;
}
.an .pagination {
  margin: 0;
}
.an .bottom-note > span {
  display: block !important;
}
.an .type-options input {
  width: 14px;
  height: 14px;
  margin: 0;
  min-height: 0;
}
.an .check-label input,
.an .timing-options input {
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  flex-shrink: 0;
}
.an .notice-table tr {
  background: transparent;
}
.an .notice-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.an .preview-understood {
  display: block;
  text-align: center;
  background: #b2f3d1;
  color: #153b2c;
  border-radius: 6px;
  padding: 8px;
  margin-top: 16px;
  font-size: 11px;
}
.an .message-kind {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  margin-bottom: 12px;
}
