/* Recording reference: 1918 x 1078 capture, browser chrome 100px,
   rendered scale 1.25 (210 CSS px sidebar => 262.5 captured px).
   Use CSS pixels, not a forced global zoom. */
:root {
  --hub-ink: #242738;
  --hub-purple: #a13cf0;
  --hub-muted: #777a8d;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.nav-link {
  border-radius: 12px;
}
.sidebar-bottom > .btn.primary {
  background: var(--hub-purple);
  border-color: var(--hub-purple);
}
.hub-projects,
.hub-resources,
.hub-profile,
.hub-create-page {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  color: var(--hub-ink);
}
.hub-projects {
  max-width: min(1218.4px,calc(100% - 6vw + 12px));
  padding: 14px clamp(3.5px,3vw,18.2px) 48px;
  gap: 14px;
}
.hub-projects > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 5px;
}
.hub-projects h1 {
  font-size: 24px;
  line-height: 42px;
  margin: 0;
}
.hub-projects header p {
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 21px;
}
.hub-projects .btn {
  height: 36.75px;
  min-height: 36.75px;
  border-radius: 7px;
  padding: 0 12px;
}
.hub-projects header .btn {
  font-weight: 600;
  background: white;
  color: var(--hub-muted);
  border: 1px solid #dcdfe4;
}
.hub-project-tabs {
  margin-top: -4px;
  display: flex;
  gap: 21px;
  border-bottom: 2px solid #dddce3;
  padding-block: 5px;
  overflow-x: auto;
}
.hub-project-tabs button {
  display: flex;
  align-items: center;
  gap: 5.25px;
  padding: 3.5px 7px 10.5px;
  border-bottom: 2.625px solid transparent;
  color: #201e4e;
  opacity: .65;
  font-weight: 500;
  white-space: nowrap;
}
.hub-project-tabs button[aria-current] {
  opacity: 1;
  border-bottom-color: #201e4e;
}
.credits {
  padding-bottom: 0;
}
.hub-project-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-block: 5px;
  margin-top: -3.5px;
}
.hub-project-toolbar input {
  width: min(384px,100%);
  min-width: 0;
  height: 36.75px;
  border: 1.5px solid #dddce3;
  border-radius: 6px;
  padding: 0 12px;
  background: transparent;
}
.hub-projects .btn.primary,
.hub-create-page .btn.primary,
.hub-profile .btn.primary,
.hub-branded .btn.primary {
  background: var(--hub-purple);
  border-color: var(--hub-purple);
}
.hub-space-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(252px,1fr));
  gap: 28px;
}
.hub-space-card {
  border: 1px solid #e5e5e9;
  border-radius: 7px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 16px #292d4210;
  position: relative;
  transition: box-shadow .15s,transform .15s;
}
.hub-space-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px #292d4220;
}
.hub-space-card > a {
  display: block;
}
.hub-space-cover {
  position: relative;
  aspect-ratio: 16/9;
}
.hub-space-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-status {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 17px;
  border-radius: 99px;
  font-weight: 700;
  background: #efedf7;
  color: #615b75;
  white-space: nowrap;
}
.hub-status.ready {
  background: #4dbc77;
  color: white;
}
.hub-space-cover > .hub-status {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 14px;
}
.hub-space-meta {
  padding: 12px 15px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hub-space-meta h3 {
  font-size: 16px;
  font-weight: 600;
}
.hub-product {
  align-self: flex-end;
  border-radius: 99px;
  padding: 5px 8px;
  background: #f4f3f6;
  color: #757087;
  font-size: 12px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.hub-product img {
  width: 14px;
  height: 14px;
  opacity: .65;
}
.hub-card-menu {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #fff;
  opacity: 0;
}
.hub-space-card:hover .hub-card-menu,
.hub-space-card:focus-within .hub-card-menu {
  opacity: 1;
}
.hub-group-toggle {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
}
.hub-group-toggle svg {
  width: 12px;
  transform: rotate(-90deg);
}
.hub-group-toggle[aria-expanded=false] svg {
  transform: none;
}
.hub-group-toggle span {
  font-size: 14px;
  background: #f1f1f4;
  padding: 0 5px;
  border-radius: 4px;
}
.hub-create-tile {
  border: 1px solid #e2e1e7;
  border-radius: 8px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #777;
}
.hub-create-tile:hover {
  border-color: #a986ef;
  background: #faf7ff;
}
.hub-project-empty {
  display: grid;
  place-items: center;
  min-height: 225px;
  text-align: center;
  font-weight: 600;
}
.hub-studio {
  width: 100%;
  padding: clamp(28px,5vw,49px) 14px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--hub-ink);
}
.hub-studio header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.5px;
  margin-bottom: 24.5px;
  text-align: center;
}
.hub-studio-icon {
  width: 45.5px;
  height: 45.5px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#a652fa2e,#a652fa14);
  color: var(--hub-purple);
}
.hub-studio-icon svg {
  width: 20px;
  height: 20px;
}
.hub-studio h1 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}
.hub-studio header p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--hub-muted);
}
.hub-studio-content {
  width: 100%;
  max-width: 588px;
}
.hub-studio-search {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.hub-studio-search svg {
  position: absolute;
  left: 10.5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hub-muted);
}
.hub-studio-search input {
  width: 100%;
  height: 36.75px;
  background: transparent;
  border: 1px solid #cfccd9;
  border-radius: 6px;
  padding: 0 12px 0 40px;
}
#hub-studio-results {
  margin-right: -12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hub-studio-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e3e1ea;
  border-radius: 7px;
  background: #faf9fe;
}
.hub-studio-row:hover {
  border-color: #ac91e3;
  background: #f3eefc;
}
.hub-studio-row > img {
  width: 49px;
  height: 49px;
  object-fit: cover;
  border-radius: 10px;
}
.hub-studio-row > span {
  flex: 1;
  min-width: 0;
}
.hub-studio-row strong {
  display: block;
  font-size: 14px;
}
.hub-studio-row small {
  display: block;
  color: var(--hub-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hub-studio-row > svg {
  width: 12px;
}
.hub-studio-empty {
  min-height: 168px;
  text-align: center;
  border: 1px solid #e3e1ea;
  border-radius: 14px;
  padding: 35px 21px;
}
.hub-studio-empty p {
  margin-top: 7px;
  color: var(--hub-muted);
}
.hub-resources {
  max-width: 1200px;
  gap: 24px;
  padding: 24px clamp(16px,4vw,32px);
}
.hub-resources header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hub-resources h1 {
  font-size: 20px;
  line-height: 1.25;
}
.hub-resources header p {
  font-size: 16px;
  color: var(--hub-muted);
}
.hub-resource-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.hub-resource-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e4e5e7;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  text-align: left;
  transition: transform .15s,box-shadow .15s;
}
.hub-resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #292d4214;
}
.hub-resource-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--hub-muted);
}
.hub-resource-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--resource-color);
  background: color-mix(in srgb,var(--resource-color) 7%,white);
}
.hub-resource-icon svg {
  width: 20px;
  height: 20px;
}
.hub-resource-card h3 {
  font-size: 16px;
  font-weight: 600;
}
.hub-resource-card p {
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.5;
}
.hub-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--hub-purple);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 22px #2e14522b;
}
.hub-chat svg {
  width: 24px;
  height: 24px;
}
.hub-branded {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  grid-template-rows: minmax(0,1fr);
  overflow: hidden;
}
.hub-branded-image {
  min-height: 0;
  height: 100%;
}
.hub-branded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.hub-branded-scroll {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.hub-branded-content {
  width: 100%;
  margin: auto;
  padding: 48px 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.hub-branded header {
  max-width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hub-branded h1 {
  font-size: 24px;
  line-height: 1.5;
}
.hub-branded header strong,
.hub-branded header p {
  color: var(--hub-muted);
}
.hub-branded header strong {
  font-size: 16px;
}
.hub-branded header p {
  line-height: 1.6;
}
.hub-branded ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hub-branded li {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.hub-branded li svg {
  color: var(--hub-purple);
  stroke-width: 3px;
}
#hub-branded-form {
  width: 100%;
  max-width: 352px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hub-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 500;
  min-width: 0;
}
.hub-field input,
.hub-field select,
.hub-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfccd9;
  border-radius: 6px;
  padding: 10px 12px;
  background: transparent;
  color: inherit;
  font-weight: 400;
}
.hub-field input,
.hub-field select {
  height: 40px;
}
.hub-field small {
  font-weight: 400;
  color: var(--hub-muted);
  line-height: 1.55;
  font-size: 13px;
}
.hub-field textarea {
  resize: vertical;
}
.hub-form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hub-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hub-note {
  font-size: 12px;
  color: var(--hub-muted);
  line-height: 1.5;
  font-weight: 400;
}
.hub-profile {
  max-width: min(74rem,calc(100% - 6vw));
  padding: 24px clamp(4px,3vw,20.8px);
  gap: 16px;
}
.hub-profile > h1 {
  font-size: 18px;
  line-height: 1.25;
}
.hub-profile-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.hub-profile-card {
  background: white;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 4px 16px #292d420f;
  min-width: 0;
}
.hub-profile-card h2 {
  font-size: 20px;
  font-weight: 700;
}
.hub-avatar-card {
  width: 276px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.hub-avatar-card p {
  font-size: 14px;
}
.hub-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  align-self: center;
  margin: 8px 0;
}
.hub-avatar-card .btn {
  width: 175px;
  align-self: center;
  height: 38px;
  min-height: 38px;
}
.hub-profile-divider {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #e3e4e7;
}
.hub-profile-panels {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
  flex: 1 1 400px;
}
.hub-profile-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.hub-profile-card header .btn {
  width: 160px;
  min-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.hub-profile-row {
  display: flex;
  align-items: center;
  min-height: 36px;
  gap: 16px;
  margin-bottom: 8px;
}
.hub-profile-row > * {
  width: 50%;
  min-width: 0;
}
.hub-profile-row strong {
  font-weight: 600;
}
.hub-profile-row > span {
  color: #555566;
  overflow-wrap: anywhere;
}
.hub-personal {
  min-height: 337px;
}
.hub-profile-row .hub-field {
  gap: 0;
}
.hub-profile-row input,
.hub-profile-row select {
  height: 36px;
  padding: 6px 9px;
}
.hub-profile-row .sr-only {
  width: 1px;
}
.hub-communication {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
.hub-create-page {
  max-width: 768px;
  padding: 32px clamp(4px,3vw,20.8px);
  gap: 24px;
}
.hub-create-page h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
#hub-create-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hub-upload-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: -10px;
}
.hub-upload-heading > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.hub-upload-heading .btn {
  background: transparent;
  border: 0;
  padding: 0;
  min-height: auto;
  color: var(--hub-muted);
}
.hub-upload-heading a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hub-muted);
}
.hub-upload-heading svg {
  color: #8433d8;
}
.hub-upload-layout {
  display: grid;
  grid-template-columns: 163px minmax(0,1fr);
  gap: 16px;
}
.hub-software {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hub-software button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 7px 12px;
  text-align: left;
}
.hub-software button[aria-pressed=true] {
  background: #ecdefe;
  border-color: #c59aef;
  color: #6411ce;
}
.hub-software img,
.hub-software svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hub-software small {
  display: block;
  color: var(--hub-muted);
  font-size: 10.5px;
  line-height: 1;
}
.hub-dropzone {
  border: 2px dashed #ceccd4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  min-height: 402px;
  padding: 24px;
  text-align: center;
}
.hub-dropzone.dragging {
  background: #f0e6ff;
  border-color: #9454e2;
}
.hub-dropzone > svg {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  color: var(--hub-muted);
}
.hub-dropzone > strong {
  font-size: 16px;
}
.hub-dropzone > p {
  font-size: 12px;
  color: var(--hub-muted);
}
.hub-dropzone .btn {
  border-radius: 99px;
  min-height: 36px;
  padding: 7px 24px;
}
#hub-upload-list {
  width: 100%;
}
.hub-upload-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: left;
  border-top: 1px solid #e0dbe9;
  padding-block: 7px;
  overflow-wrap: anywhere;
}
.hub-upload-item span {
  min-width: 0;
}
.hub-upload-item small {
  display: block;
  color: var(--hub-muted);
}
#hub-upload-error,
#hub-saved-error {
  color: #b32839;
}
.hub-small-dialog {
  max-width: 480px;
}
.hub-small-dialog form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
dialog.hub-intro-dialog {
  width: min(1024px,calc(100vw - 32px));
  max-width: 1024px;
  padding: 0;
  border-radius: 16px;
  background: #fafafa;
}
.hub-intro-dialog::backdrop {
  background: #33394f85;
  backdrop-filter: blur(3px);
}
.hub-intro-dialog .dialog-header {
  padding: 24px 28px 0;
  border: 0;
}
.hub-intro-dialog .dialog-header h2 {
  color: #211b57;
  font-size: 24px;
}
.hub-intro-dialog .dialog-header .icon-btn {
  width: 24px;
  height: 24px;
  opacity: .5;
}
.hub-intro-dialog .dialog-body {
  display: block;
  padding: 8px 28px 24px;
}
.hub-intro-subtitle {
  color: #7b7789;
  font-size: 14px;
  margin-bottom: 24px;
}
.hub-intro-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hub-intro-option {
  text-align: left;
  padding: 20px;
  min-width: 0;
  border: 1px solid #dfd8ed;
  border-radius: 14px;
  background: #fff;
  color: #231c58;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hub-intro-option[aria-pressed=true] {
  border-color: #b69be9;
  background: #faf7ff;
  box-shadow: 0 0 0 1px #ccb7f0;
}
.hub-intro-option h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.hub-intro-option p {
  font-size: 14px;
  color: #817b8d;
  line-height: 1.5;
}
.hub-intro-option h4 {
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #898296;
  letter-spacing: .25px;
}
.hub-intro-option ul {
  margin: 0;
  padding-left: 16px;
  color: #817b8d;
  font-size: 12px;
  line-height: 1.8;
}
.hub-intro-option li::marker {
  color: #9651f0;
}
.hub-format-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.hub-format-grid > span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 600;
}
.hub-format-grid img,
.hub-format-grid > span > svg {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border: 1px solid #e4ddec;
  border-radius: 9px;
  padding: 5px;
  color: #8030df;
}
.hub-format-grid small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #8c8497;
  line-height: 1.1;
}
.hub-intro-option > .btn {
  align-self: flex-start;
  margin-top: 24px;
}
.hub-intro-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #eeecf1;
  margin: 24px -28px -24px;
  padding: 16px 28px 24px;
}
.hub-intro-footer .primary {
  background: #8f45f5;
  border-color: #8f45f5;
}
dialog.hub-credits-dialog {
  width: min(960px,calc(100vw - 32px));
  max-width: 960px;
  background: #fafafa;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  box-shadow: 0 16px 28px #0003;
}
.hub-credits-dialog::backdrop {
  background: #22221f30;
  backdrop-filter: blur(3px);
}
.hub-credits-dialog .dialog-header {
  padding: 0;
  border: 0;
  position: absolute;
  top: 24px;
  right: 20px;
}
.hub-credits-dialog .dialog-header h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.hub-credits-dialog .dialog-body {
  display: block;
  padding: 0;
}
.hub-credit-steps {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 24px;
}
.hub-credit-steps button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  position: relative;
  padding: 0;
  font-size: 12px;
  color: #201859;
}
.hub-credit-steps button + button::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 27px;
  width: 48px;
  height: 1px;
  background: #d6cce9;
}
.hub-credit-steps span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eee8f7;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.hub-credit-steps [aria-current] span,
.hub-credit-steps button:has(svg) span {
  background: #9148f7;
  color: white;
}
.hub-credit-steps button:disabled {
  opacity: .45;
}
.hub-credit-scroll {
  max-height: 264px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hub-credit-scroll h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hub-credit-scroll h2 svg {
  color: #ab59ee;
  padding: 4px;
  box-sizing: content-box;
  background: #f1e3fb;
  border-radius: 7px;
}
.hub-credit-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hub-credit-type {
  text-align: left;
  border: 1.5px solid #e4dff0;
  border-radius: 12px;
  padding: 20px;
  background: #faf9fd;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 174px;
}
.hub-credit-type h3 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.hub-credit-type h3 svg {
  color: #9b42e9;
}
.hub-credit-type p {
  color: #827d8b;
  font-size: 14px;
}
.hub-credit-type small {
  margin-top: auto;
  align-self: flex-end;
  color: #8a8697;
  font-size: 12px;
}
.hub-credit-type[aria-pressed=true] {
  border-color: #b489e6;
  background: #f0e4fc;
  box-shadow: 0 3px 9px #67379820;
}
.hub-credit-balance {
  text-align: center;
  font-size: 12px;
  color: #292056;
  padding: 4px;
}
.hub-credit-balance strong {
  margin-right: 6px;
}
.hub-credit-pack {
  padding: 17.6px 12px;
  border-radius: 12px;
  border: 1.5px solid #e4dff0;
  background: white;
  color: #1f1b63;
}
.hub-credit-pack[aria-pressed=true] {
  border-color: #8a5bff;
  background: #faf7ff;
}
.hub-credit-pack strong {
  font-size: 24px;
  font-weight: 700;
}
.hub-credit-pack b {
  font-size: 16px;
}
.hub-gst {
  font-size: 12px;
  color: #93909d;
  text-align: right;
  margin-top: -4px;
}
.hub-credit-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hub-credit-footer .btn {
  min-height: 36px;
  height: 36px;
  font-size: 14px;
  padding: 0 14px;
}
.hub-credit-footer .primary {
  background: var(--hub-purple);
  border-color: var(--hub-purple);
}
.hub-credit-disclosure {
  font-size: 10px;
  color: #878190;
  text-align: center;
  margin-top: 10px;
}
.hub-billing-options {
  padding-top: 8px;
}
.hub-billing-card {
  text-align: left;
  padding: 20px 16px;
  position: relative;
  background: white;
  border: 1px solid #e2d9f0;
  border-radius: 14px;
  color: #211958;
}
.hub-billing-card[aria-pressed=true] {
  border-color: #a67ae8;
  background: #faf7ff;
}
.hub-billing-card > small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  color: #92899c;
  font-weight: 600;
}
.hub-billing-card h3 {
  font-size: 20px;
  margin: 12px 0;
}
.hub-billing-card p {
  color: #8a8098;
  font-size: 14px;
}
.hub-billing-card ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hub-billing-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.hub-billing-card li svg {
  color: #45bd84;
}
.hub-billing-card li.extra {
  color: #8d879a;
}
.hub-best-value {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #dcff59;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 99px;
  white-space: nowrap;
}
.hub-selected-check {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #984af1;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.hub-checkout-notice {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#hub-tour {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.hub-tour-backdrop {
  position: absolute;
  inset: 0;
  background: #0005;
}
.welcome .hub-tour-backdrop {
  backdrop-filter: blur(6px);
  background: #0003;
}
.hub-tour-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 28px #0002;
  width: min(360px,calc(100vw - 32px));
  color: #222;
}
.welcome .hub-tour-card {
  width: min(500px,calc(100vw - 32px));
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hub-tour-card h2 {
  font-size: 18px;
  margin: 4px 0 8px;
}
.hub-tour-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #7b7b7b;
}
.hub-tour-skip {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  font-size: 12px;
}
.hub-tour-card footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 8px;
}
.hub-tour-card footer .btn:not(.primary) {
  border: 0;
  padding: 0;
  color: #888;
}
.hub-tour-card footer .btn.primary {
  background: var(--hub-purple);
  border-color: var(--hub-purple);
}
.hub-tour-progress {
  font-size: 11px;
  color: #929292;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.hub-tour-progress b {
  color: white;
  background: #9944ee;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.hub-tour-dots {
  display: flex;
  gap: 4px;
  margin-top: 12px;
}
.hub-tour-dots i {
  height: 4px;
  width: 7px;
  background: #eee;
  border-radius: 5px;
}
.hub-tour-dots .active {
  width: 24px;
  background: #9e43ee;
}
.hub-tour-ring {
  position: absolute;
  border: 2px solid #b371f4;
  outline: 3px solid white;
  border-radius: 12px;
  pointer-events: none;
  box-shadow: 0 0 0 9999px transparent;
}
.hub-tour-target {
  background: #ece4f8 !important;
}
.hub-tour-highlight {
  position: fixed;
  pointer-events: none;
}
@media (min-width:1280px) {
  .hub-branded ul {
    flex-wrap: nowrap;
  }
}
@media (max-width:1023px) {
  .hub-projects {
    max-width: 100%;
    padding-inline: 24px;
  }
  .hub-branded {
    grid-template-columns: 1fr;
  }
  .hub-branded-image {
    display: none;
  }
  .hub-profile-divider {
    display: none;
  }
  .hub-profile {
    max-width: 100%;
  }
  .hub-profile-panels {
    max-width: none;
  }
  .hub-resource-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .spotlight .hub-tour-card {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .hub-upload-heading {
    flex-wrap: wrap;
  }
}
@media (max-width:639px) {
  .hub-projects {
    padding-inline: 16px;
  }
  .hub-projects > header {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .hub-projects h1 {
    font-size: 22px;
  }
  .hub-project-tabs {
    gap: 7px;
  }
  .hub-project-toolbar {
    flex-wrap: wrap;
  }
  .hub-project-toolbar input {
    flex: 1 1 100%;
  }
  .hub-project-toolbar > .btn {
    margin-left: auto;
  }
  .hub-space-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .hub-studio-row {
    padding: 10px;
    gap: 8px;
  }
  #hub-studio-results {
    margin-right: 0;
  }
  .hub-studio-row small {
    font-size: 10px;
  }
  .hub-resources {
    padding-inline: 16px;
  }
  .hub-resource-grid {
    grid-template-columns: 1fr;
  }
  .hub-branded-content {
    padding: 24px 18px;
  }
  .hub-form-pair {
    gap: 10px;
  }
  .hub-profile-layout {
    gap: 16px;
  }
  .hub-avatar-card {
    width: 100%;
  }
  .hub-profile-card header {
    flex-wrap: wrap;
  }
  .hub-profile-card header .btn {
    width: auto;
    min-width: 80px;
  }
  .hub-personal {
    min-height: auto;
  }
  .hub-profile-row {
    font-size: 12px;
  }
  .hub-create-page {
    padding: 24px 16px;
  }
  .hub-create-page h1 {
    font-size: 22px;
  }
  .hub-upload-heading > div {
    flex-wrap: wrap;
    font-size: 12px;
    gap: 12px;
  }
  .hub-upload-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .hub-software {
    flex-direction: row;
    overflow-x: auto;
    padding: 3px 3px 10px;
  }
  .hub-software button {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .hub-dropzone {
    min-height: 260px;
    padding: 16px;
  }
  .hub-intro-dialog .dialog-header {
    padding: 20px 16px 0;
  }
  .hub-intro-dialog .dialog-header h2 {
    font-size: 20px;
  }
  .hub-intro-dialog .dialog-body {
    padding: 12px 16px;
  }
  .hub-intro-options {
    grid-template-columns: 1fr;
  }
  .hub-intro-option {
    padding: 16px;
  }
  .hub-intro-footer {
    margin: 20px -16px -12px;
    padding: 16px;
  }
  .hub-format-grid {
    gap: 10px;
    font-size: 12px;
  }
  .hub-format-grid > span {
    gap: 6px;
  }
  .hub-credits-dialog {
    padding: 20px 16px !important;
  }
  .hub-credit-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hub-credit-scroll {
    max-height: min(60vh,480px);
  }
  .hub-credit-type {
    min-height: 145px;
    padding: 16px;
  }
  .hub-credit-steps {
    gap: 42px;
  }
  .hub-credit-steps button + button::before {
    left: -38px;
    width: 28px;
  }
  .hub-credit-scroll h2 {
    font-size: 18px;
  }
  .hub-credit-footer .btn {
    padding: 0 10px;
  }
}
