.egt-account {
  --acc-ink: #17171b;
  --acc-muted: #6d6a74;
  --acc-line: rgba(23, 23, 27, 0.11);
  box-sizing: border-box;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 70px;
  color: var(--acc-ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.egt-account *,
.egt-account *:before,
.egt-account *:after {
  box-sizing: border-box;
}
.egt-account button {
  font: inherit;
}
.egt-account a {
  color: inherit;
}
.egt-account__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 14px 0 28px;
  border-bottom: 1px solid var(--acc-line);
}
.egt-account__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.egt-account__brand > i {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg,
    #ff573f,
    #f3c04f,
    #41c891,
    #4d79ef,
    #7c3aed,
    #ff573f
  );
}
.egt-account__brand > i:after {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.egt-account__topbar nav {
  display: flex;
  gap: 7px;
  padding: 4px;
  border: 1px solid var(--acc-line);
  border-radius: 11px;
  background: #f6f4f1;
}
.egt-account__topbar nav a {
  padding: 7px 12px;
  border-radius: 7px;
  color: #615e67;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}
.egt-account__topbar nav a:hover {
  background: #fff;
  color: #17171b;
}
.egt-account__identity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.egt-account__identity > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #17171b;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}
.egt-account__identity > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.egt-account__identity strong {
  overflow: hidden;
  max-width: 210px;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.egt-account__identity small {
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__checkout-success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid rgba(50, 142, 95, 0.24);
  border-radius: 16px;
  background: #eaf8ef;
  color: #154c31;
}
.egt-account__checkout-success div {
  display: grid;
  gap: 4px;
}
.egt-account__checkout-success span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.egt-account__checkout-success strong {
  font-size: 16px;
}
.egt-account__checkout-success p {
  margin: 0;
  color: #397057;
  font-size: 11px;
}
.egt-account__checkout-success a {
  padding: 10px 14px;
  border-radius: 10px;
  background: #154c31;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}
.egt-account__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 18px;
  padding-top: 45px;
}
.egt-account__main {
  min-width: 0;
}
.egt-account__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 30px;
}
.egt-account__eyebrow {
  color: #6852e7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.egt-account__header h2 {
  margin: 11px 0 9px;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 780;
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.egt-account__header p {
  max-width: 510px;
  margin: 0;
  color: var(--acc-muted);
  font-size: 13px;
  line-height: 1.5;
}
.egt-account__new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex: 0 0 auto;
  min-width: 152px;
  padding: 13px 14px;
  border-radius: 11px;
  background: #17171b;
  color: #fff !important;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(23, 23, 27, 0.13);
}
.egt-account__new i,
.egt-account__footer i,
.egt-account__plan-card button i,
.egt-account__summary strong i,
.egt-account__gradient-actions i {
  font-style: normal;
}
.egt-account__overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
.egt-account__total {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: end;
  gap: 12px;
  min-height: 128px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(
    130deg,
    #18234d,
    #5130a8 55%,
    #7c3aed 80%,
    #27b9cf 130%
  );
  color: #fff;
}
.egt-account__total > span {
  align-self: start;
  color: rgba(255, 255, 255, 0.63);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.egt-account__total > strong {
  font-size: 54px;
  line-height: 0.75;
  letter-spacing: -0.07em;
}
.egt-account__total > small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}
.egt-account__total > div {
  display: flex;
  align-items: center;
}
.egt-account__total > div i {
  width: 30px;
  height: 30px;
  margin-left: -6px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}
.egt-account__summary {
  display: flex;
  flex-direction: column;
  min-height: 195px;
  padding: 19px;
  border: 1px solid var(--acc-line);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.egt-account__summary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(23, 23, 27, 0.07);
}
.egt-account__summary > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.egt-account__summary > div:first-child span {
  color: var(--acc-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.egt-account__summary > div:first-child b {
  font-size: 22px;
  letter-spacing: -0.06em;
}
.egt-account__summary > strong {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  font-size: 10px;
}
.egt-account__previews {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  margin: 25px 0;
}
.egt-account__previews i {
  display: block;
  width: 36px;
  height: 42px;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(23, 23, 27, 0.13);
}
.egt-account__previews .egt-account__mix,
.egt-account__previews .egt-account__gradient {
  width: 50px;
}
.egt-account__previews small {
  color: #aaa7ae;
  font-size: 9px;
}
.egt-account__summary--colors {
  background: #fbfaf8;
}
.egt-account__summary--mixes {
  background: #fff9e9;
}
.egt-account__summary--gradients {
  background: #f1edff;
}
.egt-account__plan-card {
  position: sticky;
  top: 22px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid var(--acc-line);
  border-radius: 22px;
  background: #f6f4f1;
}
.egt-account__plan-card.is-pro {
  background: #18171d;
  color: #fff;
  box-shadow: 0 22px 55px rgba(23, 23, 27, 0.16);
}
.egt-account__plan-art {
  position: relative;
  height: 115px;
  margin: -23px -23px 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, #ff674d, transparent 35%),
    radial-gradient(circle at 80% 16%, #f5bd4f, transparent 38%),
    radial-gradient(circle at 75% 85%, #27c4d4, transparent 40%),
    radial-gradient(circle at 22% 84%, #7c3aed, transparent 43%), #e9e4ff;
}
.egt-account__plan-card.is-pro .egt-account__plan-art {
  background: linear-gradient(135deg, #172554, #7c3aed 58%, #22d3ee);
}
.egt-account__plan-art i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.egt-account__plan-art i:nth-child(1) {
  left: 20px;
  bottom: 19px;
  background: #ff674d;
}
.egt-account__plan-art i:nth-child(2) {
  left: calc(50% - 15px);
  bottom: 19px;
  background: #7c3aed;
}
.egt-account__plan-art i:nth-child(3) {
  right: 20px;
  bottom: 19px;
  background: #22d3ee;
}
.egt-account__plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.egt-account__plan-head span {
  color: #6852e7;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.egt-account__plan-card.is-pro .egt-account__plan-head span {
  color: #ae9cff;
}
.egt-account__plan-head b {
  padding: 6px 8px;
  border: 1px solid var(--acc-line);
  border-radius: 99px;
  font-size: 8px;
}
.egt-account__plan-card.is-pro .egt-account__plan-head b {
  border-color: rgba(255, 255, 255, 0.17);
}
.egt-account__plan-card h3 {
  margin: 22px 0 9px;
  font-size: 29px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.egt-account__plan-card > p {
  margin: 0;
  color: var(--acc-muted);
  font-size: 11px;
  line-height: 1.55;
}
.egt-account__plan-card.is-pro > p {
  color: rgba(255, 255, 255, 0.6);
}
.egt-account__plan-details {
  display: grid;
  gap: 0;
  margin: 22px 0;
  border-top: 1px solid var(--acc-line);
}
.egt-account__plan-card.is-pro .egt-account__plan-details {
  border-color: rgba(255, 255, 255, 0.13);
}
.egt-account__plan-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--acc-line);
}
.egt-account__plan-card.is-pro .egt-account__plan-details > div {
  border-color: rgba(255, 255, 255, 0.13);
}
.egt-account__plan-details span {
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__plan-card.is-pro .egt-account__plan-details span {
  color: rgba(255, 255, 255, 0.48);
}
.egt-account__plan-details strong {
  max-width: 155px;
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.egt-account__plan-card > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  background: #17171b;
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}
.egt-account__plan-card.is-pro > button {
  background: #fff;
  color: #17171b;
}
.egt-account__plan-card > button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.egt-account__plan-card > small {
  display: block;
  margin-top: 10px;
  color: #96939b;
  font-size: 8px;
  line-height: 1.45;
  text-align: center;
}
.egt-account__plan-card.is-pro > small {
  color: rgba(255, 255, 255, 0.42);
}
.egt-account__library {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--acc-line);
}
.egt-account__library-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 18px;
}
.egt-account__library-head h3 {
  margin: 9px 0 7px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.egt-account__library-head p {
  max-width: 540px;
  margin: 0;
  color: var(--acc-muted);
  font-size: 11px;
}
.egt-account__library-head > span {
  padding: 7px 9px;
  border: 1px solid var(--acc-line);
  border-radius: 99px;
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__gradient-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.egt-account__gradient-card {
  overflow: hidden;
  border: 1px solid var(--acc-line);
  border-radius: 18px;
  background: #fff;
}
.egt-account__gradient-preview {
  position: relative;
  min-height: 150px;
}
.egt-account__gradient-preview > span {
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99px;
  background: rgba(23, 23, 27, 0.45);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.egt-account__gradient-info {
  display: grid;
  gap: 13px;
  padding: 17px;
}
.egt-account__gradient-info > div:first-child {
  display: grid;
  gap: 4px;
}
.egt-account__gradient-info > div:first-child strong {
  font-size: 14px;
}
.egt-account__gradient-info > div:first-child span {
  color: var(--acc-muted);
  font-size: 8px;
  text-transform: capitalize;
}
.egt-account__gradient-info code {
  display: block;
  overflow: hidden;
  padding: 9px 10px;
  border-radius: 8px;
  background: #f5f3f0;
  color: #5d5a63;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.egt-account__gradient-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.egt-account__gradient-actions a,
.egt-account__gradient-actions button {
  padding: 8px 10px;
  border: 1px solid var(--acc-line);
  border-radius: 8px;
  background: #fff;
  color: #37343c;
  font: inherit;
  font-size: 8px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.egt-account__gradient-actions a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: #17171b;
  color: #fff;
}
.egt-account__gradient-actions .is-danger {
  margin-left: auto;
  color: #a33831;
}
.egt-account__library-empty {
  display: grid;
  justify-items: center;
  padding: 55px 25px;
  border: 1px dashed rgba(23, 23, 27, 0.18);
  border-radius: 20px;
  background: #fbfaf8;
  text-align: center;
}
.egt-account__library-empty > div {
  display: flex;
  margin-bottom: 21px;
}
.egt-account__library-empty > div i {
  width: 43px;
  height: 50px;
  margin-left: -8px;
  border: 4px solid #fff;
  border-radius: 12px;
  background: #ff674d;
  box-shadow: 0 4px 12px rgba(23, 23, 27, 0.08);
}
.egt-account__library-empty > div i:nth-child(2) {
  background: #7c3aed;
}
.egt-account__library-empty > div i:nth-child(3) {
  background: #22d3ee;
}
.egt-account__library-empty > strong {
  font-size: 19px;
}
.egt-account__library-empty p {
  max-width: 390px;
  margin: 7px 0 18px;
  color: var(--acc-muted);
  font-size: 10px;
  line-height: 1.5;
}
.egt-account__library-empty > a {
  padding: 10px 13px;
  border-radius: 9px;
  background: #17171b;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}
.egt-account__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--acc-line);
  border-radius: 16px;
  background: #f6f4f1;
}
.egt-account__footer > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.egt-account__footer span {
  color: var(--acc-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.egt-account__footer strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
}
.egt-account__footer button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--acc-line);
  border-radius: 9px;
  background: #fff;
  color: #17171b;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.egt-account__footer button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.egt-account__error {
  margin: 12px 0 0;
  color: #a02b2b;
  font-size: 11px;
  font-weight: 750;
  text-align: right;
}
.egt-account--loading,
.egt-account--empty {
  display: grid;
  place-content: center;
  min-height: 340px;
  margin: 28px auto;
  padding: 40px;
  border: 1px solid var(--acc-line);
  border-radius: 25px;
  background: #f8f6f3;
  text-align: center;
}
.egt-account--empty h2 {
  margin: 10px 0;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.06em;
}
.egt-account--empty p {
  margin: 0 0 18px;
  color: var(--acc-muted);
}
.egt-account__primary {
  justify-self: center;
  padding: 11px 15px;
  border-radius: 9px;
  background: #17171b;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 980px) {
  .egt-account__shell {
    display: flex;
    flex-direction: column;
  }
  .egt-account__main {
    display: contents;
  }
  .egt-account__header {
    order: 1;
  }
  .egt-account__plan-card {
    position: relative;
    top: auto;
    order: 2;
  }
  .egt-account__overview {
    order: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .egt-account__library {
    order: 4;
  }
}
@media (max-width: 720px) {
  .egt-account {
    width: min(100% - 24px, 1240px);
    padding-top: 16px;
  }
  .egt-account__topbar {
    grid-template-columns: 1fr auto;
  }
  .egt-account__topbar nav {
    display: none;
  }
  .egt-account__identity > div {
    display: none;
  }
  .egt-account__shell {
    padding-top: 30px;
  }
  .egt-account__header {
    align-items: stretch;
    flex-direction: column;
  }
  .egt-account__header h2 {
    font-size: 49px;
  }
  .egt-account__new {
    align-self: flex-start;
  }
  .egt-account__overview {
    grid-template-columns: 1fr;
  }
  .egt-account__total {
    grid-column: auto;
    grid-template-columns: auto auto 1fr;
  }
  .egt-account__total > div {
    display: none;
  }
  .egt-account__gradient-list {
    grid-template-columns: 1fr;
  }
  .egt-account__library-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .egt-account__checkout-success,
  .egt-account__footer {
    align-items: stretch;
    flex-direction: column;
  }
  .egt-account__checkout-success a {
    text-align: center;
  }
  .egt-account__footer button {
    justify-content: space-between;
    width: 100%;
  }
}
.egt-account__topbar nav button {
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #615e67;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.egt-account__topbar nav button:hover {
  background: #fff;
  color: #17171b;
}
.egt-account__library-tabs {
  display: flex;
  gap: 7px;
  margin: 0 0 18px;
  padding: 5px;
  border: 1px solid var(--acc-line);
  border-radius: 13px;
  background: #f6f4f1;
}
.egt-account__library-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--acc-muted);
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.egt-account__library-tabs button.is-active {
  background: #fff;
  color: #17171b;
  box-shadow: 0 4px 13px rgba(23, 23, 27, 0.08);
}
.egt-account__library-tabs span,
.egt-account__library-tabs small {
  padding: 3px 6px;
  border-radius: 99px;
  background: #e9e6e1;
  font-size: 7px;
  font-weight: 850;
}
.egt-account__library-tabs button.is-active span {
  background: #17171b;
  color: #fff;
}
.egt-account__mix-card .egt-account__gradient-preview {
  min-height: 132px;
}
.egt-account__library,
.egt-account__plan-card {
  scroll-margin-top: 24px;
}
@media (max-width: 560px) {
  .egt-account__library-tabs {
    overflow-x: auto;
  }
  .egt-account__library-tabs button {
    flex: 1;
    white-space: nowrap;
  }
}
.egt-account__overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.egt-account__summary--palettes {
  background: #eef9f5;
}
.egt-account__compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.egt-account__compact-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--acc-line);
  border-radius: 16px;
  background: #fff;
}
.egt-account__compact-preview {
  width: 82px;
  height: 82px;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 27, 0.08);
}
.egt-account__compact-card > div:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.egt-account__compact-card small {
  color: var(--acc-muted);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.egt-account__compact-card strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.egt-account__compact-card span {
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__compact-actions {
  display: flex;
  grid-column: 1/-1;
  gap: 6px;
}
.egt-account__compact-actions a,
.egt-account__compact-actions button {
  padding: 7px 9px;
  border: 1px solid var(--acc-line);
  border-radius: 8px;
  background: #fff;
  color: #37343c;
  font-size: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.egt-account__compact-actions a {
  background: #17171b;
  color: #fff;
}
.egt-account__compact-actions .is-danger {
  margin-left: auto;
  color: #a33831;
}
@media (max-width: 980px) {
  .egt-account__overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .egt-account__overview,
  .egt-account__compact-grid {
    grid-template-columns: 1fr;
  }
}
.egt-account__projects {
  display: grid;
  gap: 10px;
}
.egt-account__projects form,
.egt-account__projects article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--acc-line);
  border-radius: 14px;
  background: #fff;
}
.egt-account__projects form > div,
.egt-account__projects article > div {
  display: grid;
  gap: 3px;
  margin-right: auto;
}
.egt-account__projects strong {
  font-size: 12px;
}
.egt-account__projects span,
.egt-account__projects small {
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__projects input {
  min-width: 190px;
  padding: 10px;
  border: 1px solid var(--acc-line);
  border-radius: 8px;
  font: inherit;
  font-size: 9px;
}
.egt-account__projects button {
  padding: 9px 11px;
  border: 0;
  border-radius: 8px;
  background: #17171b;
  color: #fff;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}
.egt-account__projects button.is-danger {
  border: 1px solid var(--acc-line);
  background: #fff;
  color: #a33831;
}
@media (max-width: 720px) {
  .egt-account__projects form,
  .egt-account__projects article {
    align-items: stretch;
    flex-direction: column;
  }
  .egt-account__projects input {
    width: 100%;
  }
}

/* Compact workspace hierarchy: tools and saved work lead, decoration recedes. */
.egt-account {
  width: min(1380px, calc(100% - 40px));
  padding-top: 22px;
}
.egt-account__shell {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 16px;
  padding-top: 18px;
}
.egt-account__header {
  align-items: center;
  margin-bottom: 16px;
}
.egt-account__header h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.045em;
}
.egt-account__header p {
  margin-top: 6px;
  font-size: 11px;
}
.egt-account__quick-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.egt-account__quick-actions > a {
  display: flex;
  align-items: center;
  min-height: 39px;
  padding: 0 13px;
  border: 1px solid var(--acc-line);
  border-radius: 10px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}
.egt-account__quick-actions > .egt-account__new {
  min-width: 135px;
  border: 0;
  background: #17171b;
  color: #fff;
}
.egt-account__overview {
  gap: 9px;
}
.egt-account__summary {
  min-height: 136px;
  padding: 15px;
  border-radius: 14px;
}
.egt-account__previews {
  min-height: 34px;
  margin: 14px 0;
}
.egt-account__previews i {
  width: 29px;
  height: 32px;
  border-width: 2px;
  border-radius: 7px;
}
.egt-account__previews .egt-account__mix,
.egt-account__previews .egt-account__gradient {
  width: 42px;
}
.egt-account__library {
  margin-top: 22px;
  padding-top: 20px;
}
.egt-account__library-head {
  margin-bottom: 13px;
}
.egt-account__library-head h3 {
  margin: 0 0 4px;
  font-size: 22px;
}
.egt-account__library-head p {
  font-size: 10px;
}
.egt-account__library-tabs {
  margin-bottom: 13px;
}
.egt-account__plan-card {
  top: 14px;
  padding: 17px;
  border-radius: 17px;
}
.egt-account__plan-art {
  display: none;
}
.egt-account__plan-card h3 {
  margin: 15px 0 7px;
  font-size: 19px;
}
.egt-account__plan-details {
  margin: 15px 0;
}
.egt-account__plan-details > div {
  padding: 8px 0;
}
.egt-account__plan-card > button {
  min-height: 41px;
}
.egt-account__palette-swatches {
  display: flex;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 27, 0.08);
}
.egt-account__palette-swatches i {
  flex: 1;
  min-width: 0;
  height: 100%;
}
.egt-account__compact-card {
  grid-template-columns: 82px minmax(0, 1fr);
}
@media (max-width: 980px) {
  .egt-account__shell {
    padding-top: 16px;
  }
  .egt-account__plan-card {
    width: 100%;
  }
  .egt-account__header {
    order: 1;
  }
  .egt-account__overview {
    order: 2;
  }
  .egt-account__library {
    order: 3;
  }
  .egt-account__plan-card {
    order: 4;
  }
}
@media (max-width: 720px) {
  .egt-account__header h2 {
    font-size: 25px;
  }
  .egt-account__quick-actions {
    width: 100%;
  }
  .egt-account__quick-actions > a {
    flex: 1;
    justify-content: center;
  }
  .egt-account__palette-swatches {
    width: 82px;
    height: 82px;
  }
}
.egt-account__projects {
  display: grid;
  gap: 10px;
}
.egt-account__projects form,
.egt-account__projects article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--acc-line);
  border-radius: 14px;
  background: #fff;
}
.egt-account__projects form > div,
.egt-account__projects article > div {
  display: grid;
  gap: 3px;
  margin-right: auto;
}
.egt-account__projects strong {
  font-size: 12px;
}
.egt-account__projects span,
.egt-account__projects small {
  color: var(--acc-muted);
  font-size: 8px;
}
.egt-account__projects input {
  min-width: 190px;
  padding: 10px;
  border: 1px solid var(--acc-line);
  border-radius: 8px;
  font: inherit;
  font-size: 9px;
}
.egt-account__projects button {
  padding: 9px 11px;
  border: 0;
  border-radius: 8px;
  background: #17171b;
  color: #fff;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}
.egt-account__projects button.is-danger {
  border: 1px solid var(--acc-line);
  background: #fff;
  color: #a33831;
}
@media (max-width: 720px) {
  .egt-account__projects form,
  .egt-account__projects article {
    align-items: stretch;
    flex-direction: column;
  }
  .egt-account__projects input {
    width: 100%;
  }
}

