body.cutedoor-panel-open {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.96);
  color: rgba(255, 255, 255, 0.9);
}

body.cutedoor-legal-open {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.96);
  color: rgba(255, 255, 255, 0.9);
}

body.cutedoor-panel-open #app,
body.cutedoor-panel-open .cutedoor-auth-page,
body.cutedoor-legal-open #app,
body.cutedoor-legal-open .cutedoor-auth-page {
  display: none !important;
}

body.cutedoor-panel-open .cutedoor-site-legal-footer,
body.cutedoor-legal-open .cutedoor-site-legal-footer,
body.cutedoor-auth-open .cutedoor-site-legal-footer {
  display: none !important;
}

.cutedoor-site-legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 0 max(20px, calc((100vw - 1200px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.96);
  color: rgba(255, 255, 255, 0.62);
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", sans-serif;
  font-size: 13px;
}

.cutedoor-site-legal-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.cutedoor-site-legal-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cutedoor-site-legal-footer a:hover {
  color: #ffffff;
}

.cutedoor-panel-page,
.cutedoor-panel-page * {
  box-sizing: border-box;
}

.cutedoor-panel-page[hidden] {
  display: none !important;
}

.cutedoor-panel-page {
  height: 100vh;
  overflow: hidden;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5714285714;
  background: rgba(0, 0, 0, 0.96);
  color: rgba(255, 255, 255, 0.88);
}

.cutedoor-panel-page.cutedoor-legal-page {
  overflow: auto;
  background:
    radial-gradient(circle at 18% 10%, rgba(29, 125, 220, 0.22), transparent 30%),
    radial-gradient(circle at 82% 0%, rgba(55, 214, 153, 0.16), transparent 28%),
    rgba(0, 0, 0, 0.96);
}

.cutedoor-legal-shell {
  min-height: 100vh;
  color: rgba(255, 255, 255, 0.88);
}

.cutedoor-legal-top {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 0 max(20px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 20, 20, 0.88);
  backdrop-filter: blur(24px);
}

.cutedoor-legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.cutedoor-legal-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cutedoor-legal-brand span {
  font-family: Fredoka, "Fredoka One", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.cutedoor-legal-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.cutedoor-legal-nav a,
.cutedoor-legal-auth {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.cutedoor-legal-nav a:hover,
.cutedoor-legal-nav a[aria-current="true"] {
  color: #ffffff;
}

.cutedoor-legal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cutedoor-legal-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  padding: 0 14px;
  background: #1d7ddc;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.cutedoor-legal-auth:hover {
  background: #2f8dff;
}

.cutedoor-legal-main {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 72px 20px 92px;
}

.cutedoor-legal-hero {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.cutedoor-legal-hero p,
.cutedoor-legal-hero h1,
.cutedoor-legal-hero strong {
  margin: 0;
}

.cutedoor-legal-hero p {
  color: #37d699;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cutedoor-legal-hero h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.08;
}

.cutedoor-legal-hero span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
}

.cutedoor-legal-hero strong {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.cutedoor-legal-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(31, 31, 31, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.cutedoor-legal-section {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  padding: 30px;
}

.cutedoor-legal-section + .cutedoor-legal-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cutedoor-legal-section-index {
  color: rgba(55, 214, 153, 0.76);
  font-size: 15px;
  font-weight: 800;
}

.cutedoor-legal-section h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.cutedoor-legal-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cutedoor-legal-section li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.cutedoor-legal-section li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #37d699;
  content: "";
}

.cutedoor-panel-top {
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border-bottom: 1px dashed rgba(66, 66, 66, 0.58);
  background: rgba(31, 31, 31, 0.88);
  backdrop-filter: blur(28px);
}

.cutedoor-ref-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
}

.cutedoor-panel-top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 24px;
  background: transparent;
}

.cutedoor-panel-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.cutedoor-panel-brand span,
.cutedoor-panel-sidebar-brand span {
  font-family: Fredoka, "Fredoka One", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.cutedoor-panel-top .cutedoor-panel-brand {
  display: none;
}

.cutedoor-panel-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cutedoor-panel-title {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
}

.cutedoor-panel-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
}

.cutedoor-panel-language {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cutedoor-panel-language .cutedoor-lang-menu {
  top: calc(100% + 12px);
}

.cutedoor-panel-icon-btn,
.cutedoor-panel-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.cutedoor-panel-icon-btn {
  width: 32px;
  height: 32px;
  font-size: 24px;
}

.cutedoor-panel-menu-toggle {
  display: none;
}

.cutedoor-panel-ghost-btn {
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
}

.cutedoor-panel-icon-btn:hover,
.cutedoor-panel-ghost-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-panel-user-menu {
  position: relative;
  display: inline-flex;
}

.cutedoor-panel-user-popover {
  position: absolute;
  top: calc(100% + 12px);
  z-index: 30;
  display: grid;
  gap: 0;
  min-width: 144px;
  border: 0;
  border-radius: 8px;
  padding: 4px;
  background: #1f1f1f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5714285714;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cutedoor-panel-user-popover {
  right: 0;
}

.cutedoor-panel-user-menu:hover .cutedoor-panel-user-popover,
.cutedoor-panel-user-menu:focus-within .cutedoor-panel-user-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cutedoor-panel-user-popover a,
.cutedoor-panel-user-popover button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  border: 0;
  border-radius: 4px;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
  text-align: left;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.cutedoor-panel-user-popover svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.cutedoor-panel-user-popover a:hover,
.cutedoor-panel-user-popover button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-panel-main {
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: clamp(18px, 3vw, 40px) clamp(16px, 2.6vw, 32px) 96px;
}

.cutedoor-panel-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  width: 100vw;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

.cutedoor-panel-content {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.cutedoor-panel-sidebar {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  border-right: 1px dashed rgba(66, 66, 66, 0.58);
  background: rgba(31, 31, 31, 0.88);
}

.cutedoor-panel-sidebar-backdrop {
  display: none;
}

.cutedoor-panel-sidebar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  height: 64px;
  padding: 0 16px;
  color: #fff;
  text-decoration: none;
}

.cutedoor-panel-sidebar-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cutedoor-panel-sidebar-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 16px;
  border-radius: 12px;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.84);
  transition: all 1.08s cubic-bezier(0.21, 0.79, 0.32, 0.92);
}

.cutedoor-panel-sidebar-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.cutedoor-panel-sidebar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cutedoor-panel-sidebar-user-info {
  width: 100%;
  min-width: 0;
}

.cutedoor-panel-sidebar-name,
.cutedoor-panel-sidebar-email {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-panel-sidebar-name {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.cutedoor-panel-sidebar-email {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.cutedoor-panel-menu {
  flex: 1;
  overflow: auto;
  padding: 0 12px;
}

.cutedoor-panel-menu-section + .cutedoor-panel-menu-section {
  margin-top: 0;
}

.cutedoor-panel-menu-label {
  margin: 8px 0;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.cutedoor-panel-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 8px;
  border-radius: 6px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5714285714;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

body.cutedoor-panel-open .cutedoor-panel-lang-menu {
  right: 0;
  min-width: 150px;
  border: 0;
  border-radius: 8px;
  padding: 4px;
  background: #1f1f1f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5714285714;
  backdrop-filter: none;
}

body.cutedoor-panel-open .cutedoor-panel-lang-menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 32px;
  height: auto;
  border-radius: 4px;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
}

body.cutedoor-panel-open .cutedoor-panel-lang-menu svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

body.cutedoor-panel-open .cutedoor-panel-lang-menu button:hover,
body.cutedoor-panel-open .cutedoor-panel-lang-menu button[aria-selected="true"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-panel-menu-link .cutedoor-ref-icon {
  font-size: 24px;
}

.cutedoor-panel-menu-link:hover {
  color: #fff;
  background: rgba(27, 101, 173, 0.5);
}

.cutedoor-panel-menu-link[aria-checked="true"] {
  color: rgba(255, 255, 255, 0.85);
  background: #1b65ad;
}

.cutedoor-panel-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cutedoor-panel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 388px);
  gap: 24px;
  align-items: start;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.cutedoor-panel-left,
.cutedoor-panel-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.cutedoor-panel-side {
  width: 100%;
  max-width: 388px;
  justify-self: stretch;
}

.cutedoor-panel-card {
  border: 1px solid rgba(66, 66, 66, 0.42);
  border-radius: 12px;
  background: rgba(31, 31, 31, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.cutedoor-panel-welcome {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(128deg, rgba(29, 125, 220, 0.8) 0%, rgba(19, 42, 69, 0.8) 100%);
}

.cutedoor-panel-welcome::before,
.cutedoor-panel-welcome::after {
  display: none;
}

.cutedoor-panel-welcome-copy,
.cutedoor-panel-recommend-wrap,
.cutedoor-panel-recommend,
.cutedoor-panel-recommend-inner {
  position: relative;
  z-index: 3;
}

.cutedoor-panel-welcome-copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 24px;
}

@media (min-width: 1024px) {
  .cutedoor-panel-welcome-copy {
    padding: 32px;
  }
}

.cutedoor-panel-userline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cutedoor-panel-avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.cutedoor-panel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cutedoor-panel-userline h1,
.cutedoor-panel-subscription h2,
.cutedoor-panel-section-title,
.cutedoor-panel-notice h3 {
  margin: 0;
}

.cutedoor-panel-userline h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.cutedoor-panel-muted {
  color: rgba(255, 255, 255, 0.62);
}

.cutedoor-panel-subscription {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cutedoor-panel-subscription h2 {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2666666667;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-panel-tag {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 10px;
  color: #ffd6d6;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 77, 79, 0.2);
}

.cutedoor-panel-meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  min-height: 72px;
  color: rgba(255, 255, 255, 0.76);
}

.cutedoor-panel-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.cutedoor-panel-meta-row span,
.cutedoor-panel-meta-row strong {
  flex: 0 0 auto;
}

.cutedoor-panel-glow-btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: fit-content;
  border: 0;
  border-radius: 8px;
  padding: 2px;
  color: #fff;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18));
  cursor: pointer;
  text-decoration: none;
}

.cutedoor-panel-glow-btn-label {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 8px;
  padding: 8px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(8px);
  transition: background-color 0.25s ease;
}

.cutedoor-panel-glow-btn:hover .cutedoor-panel-glow-btn-label {
  background: rgba(18, 29, 44, 0.4);
}

.cutedoor-panel-glow-btn-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.cutedoor-panel-glow-btn-wrap span {
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - 100px);
  width: 400px;
  height: 200px;
  border-radius: 50%;
  background-image: conic-gradient(transparent 32%, #1d7ddc 50%, transparent 68%);
  filter: blur(8px);
  transform: rotate(180deg);
  transform-origin: center;
  animation: cutedoor-panel-rotate 3s linear infinite;
}

.cutedoor-panel-glow-btn.is-loading {
  pointer-events: none;
}

.cutedoor-panel-recommend-wrap {
  display: flex;
  flex: 1 1 320px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 16px;
}

.cutedoor-panel-recommend-wrap.is-deferred-empty {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cutedoor-panel-recommend-wrap {
    justify-content: flex-end;
    padding: 0 48px 0 0;
  }
}

.cutedoor-panel-recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  min-width: 0;
  padding: 8px;
  border-radius: 16px;
  background-color: rgba(18, 29, 44, 0.5);
}

.cutedoor-panel-recommend-inner {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 28px;
  border-radius: 16px;
  padding: 16px;
  background-color: rgba(18, 29, 44, 0.7);
}

.cutedoor-panel-recommend[data-panel-animate]:not(.is-animated),
.cutedoor-panel-recommend[data-panel-animate]:not(.is-animated) .cutedoor-panel-recommend-inner {
  opacity: 0;
  transform: translateY(80%);
  will-change: opacity, transform;
}

.cutedoor-panel-notice-feature[data-panel-animate] {
  transition: all 0.52s ease;
}

.cutedoor-panel-notice-feature[data-panel-animate]:not(.is-animated) {
  opacity: 0;
  transform: translate(40px);
  will-change: opacity, transform;
}

.cutedoor-panel-recommend.is-animated {
  animation: cutedoor-panel-fade-in-up 0.68s cubic-bezier(0, 0.93, 0.5, 0.97);
}

.cutedoor-panel-recommend.is-animated .cutedoor-panel-recommend-inner {
  animation: cutedoor-panel-fade-in-up 0.6s 0.08s cubic-bezier(0, 0.93, 0.5, 0.97) both;
}

.cutedoor-panel-recommend-top,
.cutedoor-panel-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.cutedoor-panel-recommend-top {
  align-items: flex-start;
}

.cutedoor-panel-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.cutedoor-panel-recommend-top .cutedoor-ref-icon {
  font-size: 30px;
}

.cutedoor-panel-plan-primary {
  color: #1d7ddc;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333;
}

.cutedoor-panel-price {
  display: flex;
  align-items: baseline;
  min-width: 0;
  color: #fff;
  font-weight: 900;
}

.cutedoor-panel-price strong {
  font-size: 20px;
  line-height: 1.25;
}

.cutedoor-panel-primary-btn {
  border: 0;
  border-radius: 6px;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #1d7ddc;
  cursor: pointer;
}

.cutedoor-panel-recommend-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.cutedoor-panel-recommend-meta > div {
  flex: 0 0 auto;
}

.cutedoor-panel-client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cutedoor-panel-client {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.36s cubic-bezier(0.21, 0.79, 0.32, 0.92);
}

.cutedoor-panel-client[aria-label="windows"] {
  color: rgba(0, 131, 224, 0.88);
  background: linear-gradient(135deg, rgba(78, 158, 239, 0.2), rgba(0, 131, 224, 0.5)) #fff;
}

.cutedoor-panel-client[aria-label="ios"] {
  color: rgba(76, 67, 203, 0.72);
  background: linear-gradient(135deg, rgba(155, 132, 255, 0.2), rgba(51, 61, 255, 0.5)) #fff;
}

.cutedoor-panel-client[aria-label="android"] {
  color: rgba(0, 167, 111, 0.72);
  background: linear-gradient(135deg, rgba(91, 228, 155, 0.2), rgba(0, 167, 111, 0.5)) #fff;
}

.cutedoor-panel-client[aria-label="mac"] {
  color: rgba(133, 133, 133, 0.88);
  background: linear-gradient(135deg, rgba(154, 154, 154, 0.2), rgba(101, 101, 101, 0.5)) #fff;
}

.cutedoor-panel-client:hover {
  transform: translateY(-8px);
}

.cutedoor-panel-client-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
}

.cutedoor-panel-client-os .cutedoor-ref-icon {
  font-size: 48px;
}

.cutedoor-panel-client-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cutedoor-panel-client-title {
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-panel-client-desc {
  color: inherit;
  font-size: 14px;
  text-align: center;
}

.cutedoor-panel-client-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: inherit;
  background: rgba(31, 31, 31, 0.88);
  transition: padding 0.28s cubic-bezier(0.21, 0.79, 0.32, 0.92);
}

.cutedoor-panel-client:hover .cutedoor-panel-client-action {
  padding-left: 24px;
  padding-right: 24px;
}

.cutedoor-panel-client-action .cutedoor-ref-icon {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .cutedoor-panel-client-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.cutedoor-panel-section {
  padding: 22px;
}

.cutedoor-panel-section-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 800;
}

.cutedoor-panel-section-lead {
  margin: 6px 0 18px;
  color: rgba(255, 255, 255, 0.58);
}

.cutedoor-panel-link-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.cutedoor-panel-link-value {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-panel-copy {
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-weight: 800;
  background: rgba(29, 125, 220, 0.88);
  cursor: pointer;
}

.cutedoor-panel-invite {
  position: relative;
  display: flex;
  min-height: 232px;
  overflow: hidden;
  border: 0;
  color: #151515;
  background-image: linear-gradient(158deg, #ffeacc, #ffba60, #ff7100);
}

.cutedoor-panel-invite-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
  padding: 26px;
}

.cutedoor-panel-invite-copy h2 {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.1;
  white-space: pre-line;
}

.cutedoor-panel-ratio {
  display: flex;
  align-items: center;
  width: min(100%, 240px);
  overflow: hidden;
  border-radius: 999px;
  color: #f7e2c9;
  background-image: linear-gradient(90deg, #504035, #181818);
  box-shadow: 0 0 24px rgba(225, 166, 103, 0.88) inset;
}

.cutedoor-panel-ratio strong {
  padding: 8px 22px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  color: #000;
  font-size: 28px;
  line-height: 1;
  background: linear-gradient(100deg, #ffeacc, #e1a667);
}

.cutedoor-panel-ratio span {
  flex: 1;
  text-align: center;
}

.cutedoor-panel-invite-link {
  width: fit-content;
  border-radius: 999px;
  padding: 9px 24px;
  color: #f7e2c9;
  background: linear-gradient(90deg, #504035, #181818);
  box-shadow: 0 0 12px rgba(225, 166, 103, 0.88) inset;
  text-decoration: none;
  cursor: pointer;
}

.cutedoor-panel-invite-img {
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 1;
  height: 100%;
  filter: drop-shadow(8px 4px 8px rgba(234, 105, 0, 0.68));
  transform: scale(1.25);
  transform-origin: center right;
  pointer-events: none;
}

.cutedoor-panel-notice {
  padding: 0;
  overflow: hidden;
  background: rgba(66, 66, 66, 0.3);
  transition: all 0.28s ease-in-out;
}

.cutedoor-panel-notice-inner {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 16px;
  background: rgba(31, 31, 31, 0.88);
}

.cutedoor-panel-notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cutedoor-panel-notice-head h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
}

.cutedoor-panel-notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  cursor: pointer;
}

.cutedoor-panel-notice-icon:hover {
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-panel-notice-icon .cutedoor-ref-icon {
  font-size: 24px;
}

.cutedoor-panel-notice-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.cutedoor-panel-notice-feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cutedoor-panel-renew {
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(128deg, #1d7ddc 0%, rgba(29, 125, 220, 0.2) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cutedoor-panel-renew-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cutedoor-panel-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cutedoor-panel-renew-top .cutedoor-ref-icon {
  font-size: 30px;
}

.cutedoor-panel-renew-top strong {
  font-weight: 400;
}

.cutedoor-panel-renew-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cutedoor-panel-renew-desc > strong {
  color: #1d7ddc;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.cutedoor-panel-plan-row {
  color: rgba(255, 255, 255, 0.76);
}

.cutedoor-panel-plan-row span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cutedoor-panel-plan-row em {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
}

.cutedoor-panel-plan-row .cutedoor-ref-icon {
  font-size: 20px;
}

.cutedoor-panel-side-action {
  width: 100%;
  border: 0;
  min-height: 40px;
  border-radius: 6px;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #1d7ddc;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  cursor: pointer;
}

.cutedoor-panel-account {
  padding: 22px;
}

.cutedoor-panel-account-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.cutedoor-panel-account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-panel-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.cutedoor-panel-progress span {
  display: block;
  width: var(--panel-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f2dce2, #7fb9ff);
}

.cutedoor-panel-error {
  padding: 18px;
  border-color: rgba(255, 77, 79, 0.3);
  color: #ffd6d6;
}

.cutedoor-panel-spin {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cutedoor-panel-spin 0.8s linear infinite;
}

.cutedoor-panel-skeleton {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 1em;
  border-radius: 999px;
  color: transparent;
  background: rgba(255, 255, 255, 0.16);
}

.cutedoor-panel-skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  content: "";
  transform: translateX(-100%);
  animation: cutedoor-panel-skeleton-loading 1.35s ease-in-out infinite;
}

.cutedoor-panel-skeleton.is-line {
  width: 100%;
  height: 16px;
}

.cutedoor-panel-skeleton.is-mini {
  width: 88px;
  height: 14px;
}

.cutedoor-panel-skeleton.is-short {
  width: 160px;
}

.cutedoor-panel-skeleton.is-medium {
  width: 68%;
}

.cutedoor-panel-skeleton.is-title {
  width: min(100%, 360px);
  height: 48px;
}

.cutedoor-panel-skeleton.is-pill {
  width: 82px;
  height: 24px;
}

.cutedoor-panel-skeleton.is-button {
  width: 100%;
  height: 40px;
  border-radius: 8px;
}

.cutedoor-orders-shell {
  display: grid;
  gap: 18px;
}

.cutedoor-orders-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(29, 125, 220, 0.24), rgba(255, 186, 96, 0.08)),
    rgba(31, 31, 31, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-orders-hero::after {
  position: absolute;
  right: -70px;
  bottom: -92px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  content: "";
  background: radial-gradient(circle, rgba(127, 185, 255, 0.28), transparent 66%);
  pointer-events: none;
}

.cutedoor-orders-hero h1,
.cutedoor-orders-table-head h2,
.cutedoor-order-detail h3 {
  margin: 0;
}

.cutedoor-orders-hero h1 {
  margin-top: 4px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.06;
}

.cutedoor-orders-hero p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.cutedoor-orders-eyebrow {
  color: #7fb9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.cutedoor-orders-status-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cutedoor-orders-status {
  display: grid;
  gap: 8px;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  background: rgba(31, 31, 31, 0.66);
  cursor: pointer;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.18);
}

.cutedoor-orders-status strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.cutedoor-orders-status.is-active {
  border-color: rgba(242, 220, 226, 0.56);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(242, 220, 226, 0.18), rgba(127, 185, 255, 0.12)),
    rgba(31, 31, 31, 0.78);
}

.cutedoor-orders-table-card,
.cutedoor-order-detail {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(31, 31, 31, 0.74);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-orders-table-head,
.cutedoor-order-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cutedoor-orders-table-head button,
.cutedoor-order-detail-head button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.cutedoor-orders-table-wrap {
  overflow-x: auto;
}

.cutedoor-orders-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.cutedoor-orders-table th,
.cutedoor-orders-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: middle;
}

.cutedoor-orders-table th {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 800;
}

.cutedoor-orders-table td {
  color: rgba(255, 255, 255, 0.82);
}

.cutedoor-orders-table tr:last-child td {
  border-bottom: 0;
}

.cutedoor-order-plan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cutedoor-order-plan strong {
  color: #fff;
  font-size: 16px;
}

.cutedoor-order-plan span {
  border-radius: 999px;
  padding: 3px 9px;
  color: #f2dce2;
  font-size: 12px;
  font-weight: 900;
  background: rgba(242, 220, 226, 0.12);
}

.cutedoor-order-id,
.cutedoor-orders-table small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.48);
}

.cutedoor-order-money {
  color: #f2dce2 !important;
  font-size: 18px;
  font-weight: 900;
}

.cutedoor-order-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
}

.cutedoor-order-tag.is-success,
.cutedoor-order-status-text.is-success {
  color: #76e6a5;
}

.cutedoor-order-tag.is-success {
  background: rgba(118, 230, 165, 0.13);
}

.cutedoor-order-tag.is-warning,
.cutedoor-order-status-text.is-warning {
  color: #ffd27d;
}

.cutedoor-order-tag.is-warning {
  background: rgba(255, 210, 125, 0.13);
}

.cutedoor-order-tag.is-muted,
.cutedoor-order-status-text.is-muted {
  color: rgba(255, 255, 255, 0.52);
}

.cutedoor-order-tag.is-muted {
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-order-tag.is-danger,
.cutedoor-order-status-text.is-danger {
  color: #ff9d9d;
}

.cutedoor-order-tag.is-danger {
  background: rgba(255, 157, 157, 0.13);
}

.cutedoor-order-detail-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  font-weight: 800;
  background: rgba(29, 125, 220, 0.82);
  cursor: pointer;
}

.cutedoor-orders-empty {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  padding: 32px;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.cutedoor-orders-empty svg {
  width: 42px;
  height: 42px;
  color: rgba(242, 220, 226, 0.82);
}

.cutedoor-orders-empty strong {
  color: #fff;
  font-size: 18px;
}

.cutedoor-order-detail {
  padding: 0;
}

.cutedoor-order-detail-head button {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 22px;
}

.cutedoor-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-order-detail-grid div {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  background: rgba(31, 31, 31, 0.92);
}

.cutedoor-order-detail-grid span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.cutedoor-order-detail-grid strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.86);
}

.cutedoor-tickets-shell {
  display: grid;
  gap: 18px;
}

.cutedoor-ticket-hero {
  min-height: 138px;
  overflow: hidden;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-ticket-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 134px;
  border-radius: 16px;
  padding: clamp(18px, 3vw, 26px);
  background:
    linear-gradient(135deg, rgba(29, 125, 220, 0.22), rgba(242, 220, 226, 0.08)),
    rgba(31, 31, 31, 0.78);
  backdrop-filter: blur(28px);
}

.cutedoor-ticket-hero-copy {
  display: grid;
  gap: 18px;
}

.cutedoor-ticket-hero h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.25;
}

.cutedoor-ticket-hero img {
  width: 120px;
  max-width: 32%;
  flex: 0 0 auto;
  pointer-events: none;
  user-select: none;
}

.cutedoor-ticket-form-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(31, 31, 31, 0.76);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.cutedoor-ticket-form-card .cutedoor-orders-table-head button {
  width: 36px;
  min-height: 36px;
  padding: 0;
  font-size: 22px;
}

.cutedoor-ticket-form {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.4fr);
  gap: 16px;
  padding: 20px;
}

.cutedoor-ticket-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.cutedoor-ticket-form input,
.cutedoor-ticket-form select,
.cutedoor-ticket-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
  font: inherit;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.cutedoor-ticket-form textarea {
  min-height: 132px;
  resize: vertical;
}

.cutedoor-ticket-message,
.cutedoor-ticket-form .cutedoor-account-message,
.cutedoor-ticket-form-actions {
  grid-column: 1 / -1;
}

.cutedoor-ticket-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.cutedoor-ticket-subject {
  display: grid;
  gap: 6px;
  max-width: 360px;
}

.cutedoor-ticket-subject strong {
  color: #fff;
}

.cutedoor-ticket-subject span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-ticket-table {
  min-width: 1000px;
}

.cutedoor-ticket-detail-message {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.cutedoor-ticket-detail-message span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 800;
}

.cutedoor-ticket-detail-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  white-space: pre-wrap;
}

.cutedoor-ticket-detail-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 20px;
}

.cutedoor-traffic-shell {
  display: grid;
  gap: 18px;
  --traffic-blue: #1d7ddc;
  --traffic-blue-soft: rgba(29, 125, 220, 0.24);
}

.cutedoor-traffic-summary {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-traffic-summary::before {
  position: absolute;
  top: -35%;
  left: -18%;
  width: 56%;
  height: 110%;
  border-radius: 999px;
  content: "";
  background: rgba(29, 125, 220, 0.42);
  filter: blur(38px);
}

.cutedoor-traffic-summary-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 206px;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 28px);
  background: rgba(31, 31, 31, 0.72);
  backdrop-filter: blur(36px);
}

.cutedoor-traffic-summary h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 22px;
}

.cutedoor-traffic-progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.58);
}

.cutedoor-traffic-progress-copy strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.cutedoor-traffic-progress {
  overflow: hidden;
  height: 8px;
  margin: 12px 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.cutedoor-traffic-progress span {
  display: block;
  width: var(--traffic-percent, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b65ad, #429ae8);
}

.cutedoor-traffic-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: rgba(255, 255, 255, 0.58);
}

.cutedoor-traffic-meta div {
  display: flex;
  gap: 4px;
}

.cutedoor-traffic-meta strong {
  color: rgba(255, 255, 255, 0.88);
}

.cutedoor-traffic-meta i {
  color: rgba(255, 255, 255, 0.34);
  font-style: normal;
}

.cutedoor-traffic-summary p {
  margin: auto 0 0;
  color: #fff;
  font-weight: 800;
}

.cutedoor-traffic-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cutedoor-traffic-stats div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
  background: rgba(31, 31, 31, 0.66);
}

.cutedoor-traffic-stats span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 800;
}

.cutedoor-traffic-stats strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 18px;
}

.cutedoor-traffic-table {
  min-width: 760px;
}

.cutedoor-traffic-date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cutedoor-traffic-date button {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.cutedoor-traffic-table tr.is-expanded > td {
  border-bottom-color: rgba(29, 125, 220, 0.26);
}

.cutedoor-traffic-detail-row td {
  padding: 0 20px 18px !important;
  background: rgba(255, 255, 255, 0.02);
}

.cutedoor-traffic-detail-row td::before {
  display: none !important;
}

.cutedoor-traffic-details {
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.cutedoor-traffic-details.is-empty {
  color: rgba(255, 255, 255, 0.5);
}

.cutedoor-traffic-detail-item {
  display: grid;
  grid-template-columns: 1.4fr 1fr repeat(3, minmax(90px, 0.7fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.cutedoor-traffic-detail-item div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  background: rgba(31, 31, 31, 0.86);
}

.cutedoor-traffic-detail-item span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
}

.cutedoor-traffic-detail-item strong {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.cutedoor-invite-shell {
  display: grid;
  gap: 18px;
  max-width: 1480px;
}

.cutedoor-invite-hero {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 1px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.1)),
    rgba(31, 31, 31, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-invite-hero::before {
  position: absolute;
  inset: -35% auto auto -12%;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  content: "";
  background: radial-gradient(circle, rgba(248, 207, 141, 0.28), transparent 64%);
  filter: blur(24px);
  pointer-events: none;
}

.cutedoor-invite-hero-top,
.cutedoor-invite-balance {
  position: relative;
  z-index: 1;
  background: rgba(31, 31, 31, 0.72);
}

.cutedoor-invite-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-radius: 14px 14px 0 0;
  padding: 22px 24px;
}

.cutedoor-invite-hero h1,
.cutedoor-invite-section-head h2 {
  margin: 0;
}

.cutedoor-invite-hero h1 {
  margin-top: 4px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.cutedoor-invite-hero p {
  max-width: 700px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.cutedoor-invite-actions,
.cutedoor-invite-balance-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cutedoor-invite-balance {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0 0 14px 14px;
  padding: 0 24px 24px;
}

.cutedoor-invite-balance span {
  color: rgba(255, 255, 255, 0.52);
}

.cutedoor-invite-balance strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
}

.cutedoor-invite-balance-actions button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-invite-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cutedoor-invite-stats div {
  display: flex;
  min-height: 98px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(31, 31, 31, 0.68);
}

.cutedoor-invite-stats span {
  color: rgba(255, 255, 255, 0.54);
}

.cutedoor-invite-stats strong {
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.cutedoor-invite-code {
  padding: 22px;
}

.cutedoor-invite-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.cutedoor-invite-link-box {
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-invite-code-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.cutedoor-invite-code-pill strong {
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
}

.cutedoor-invite-link-value {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.cutedoor-invite-link-value input {
  min-width: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  outline: none;
}

.cutedoor-invite-link-value button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  cursor: pointer;
}

.cutedoor-invite-code p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.52);
}

.cutedoor-account-shell {
  display: grid;
  gap: 24px;
  max-width: 1480px;
}

.cutedoor-account-top,
.cutedoor-account-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 388px);
  gap: 24px;
  align-items: stretch;
}

.cutedoor-account-glow-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 1px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)),
    rgba(31, 31, 31, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.cutedoor-account-glow-card::before {
  position: absolute;
  inset: -34% auto auto -18%;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(29, 125, 220, 0.38), transparent 64%);
  content: "";
  filter: blur(22px);
  pointer-events: none;
}

.cutedoor-account-wallet::before {
  inset: -35% -18% auto auto;
}

.cutedoor-account-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 230px;
  height: 100%;
  gap: 22px;
  border-radius: 14px;
  padding: 24px;
  background: rgba(31, 31, 31, 0.72);
  backdrop-filter: blur(28px);
}

.cutedoor-account-subscription .cutedoor-account-card-inner {
  align-items: center;
  justify-content: space-between;
}

.cutedoor-account-sub-copy {
  min-width: 0;
}

.cutedoor-account-sub-copy h2,
.cutedoor-account-wallet h2,
.cutedoor-account-section-head h2,
.cutedoor-account-password h2 {
  margin: 0;
  font-size: 20px;
}

.cutedoor-account-sub-copy > strong {
  display: block;
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-account-meta {
  display: grid;
  gap: 6px;
  margin-top: 18px;
}

.cutedoor-account-meta div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cutedoor-account-meta span,
.cutedoor-account-wallet p,
.cutedoor-account-subcenter p,
.cutedoor-account-apps-wrap > span,
.cutedoor-account-sync > span {
  color: rgba(255, 255, 255, 0.56);
}

.cutedoor-account-meta b {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.cutedoor-account-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.cutedoor-account-switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.cutedoor-account-usage-ring {
  flex: 0 0 210px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  padding: 18px;
  background: conic-gradient(rgba(29, 125, 220, 0.9) var(--usage-percent), rgba(255, 255, 255, 0.14) 0);
}

.cutedoor-account-usage-ring > div {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  align-content: center;
  border-radius: inherit;
  background: rgba(24, 24, 24, 0.92);
}

.cutedoor-account-usage-ring strong {
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.cutedoor-account-usage-ring span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.54);
}

.cutedoor-account-wallet .cutedoor-account-card-inner {
  flex-direction: column;
  justify-content: space-between;
}

.cutedoor-account-wallet-total {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 8px;
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
}

.cutedoor-account-wallet-total span {
  margin-bottom: 8px;
}

.cutedoor-account-wallet-total strong {
  font-size: 48px;
  line-height: 1;
}

.cutedoor-account-wallet-stats,
.cutedoor-account-wallet-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cutedoor-account-wallet-stats div {
  display: grid;
  gap: 4px;
}

.cutedoor-account-wallet-stats span {
  color: rgba(255, 255, 255, 0.58);
}

.cutedoor-account-wallet-stats strong {
  color: rgba(255, 255, 255, 0.9);
}

.cutedoor-account-wallet-actions button,
.cutedoor-account-danger,
.cutedoor-account-code-row button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-account-wallet-actions button:disabled,
.cutedoor-account-form button:disabled,
.cutedoor-account-code-row input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cutedoor-account-subcenter,
.cutedoor-account-password {
  padding: 24px;
}

.cutedoor-account-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.cutedoor-account-danger {
  color: #ff9b9b;
  background: rgba(255, 77, 79, 0.1);
}

.cutedoor-account-sync,
.cutedoor-account-apps-wrap,
.cutedoor-account-password {
  display: grid;
  gap: 10px;
}

.cutedoor-account-sync-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-account-sync-box input,
.cutedoor-account-form input,
.cutedoor-account-code-row input {
  min-width: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  outline: none;
}

.cutedoor-account-sync-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.cutedoor-account-apps-wrap {
  margin-top: 18px;
}

.cutedoor-account-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cutedoor-account-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.84);
}

.cutedoor-account-app img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cutedoor-account-usage-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.cutedoor-account-usage-summary div {
  display: grid;
  gap: 4px;
  border-radius: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-account-usage-summary span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.cutedoor-account-usage-summary strong {
  color: rgba(255, 255, 255, 0.9);
}

.cutedoor-account-password-user {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 12px 0 8px;
}

.cutedoor-account-password-user .cutedoor-panel-avatar {
  width: 80px;
  height: 80px;
}

.cutedoor-account-password-user strong {
  color: #fff;
  font-family: Rubik, "PingFang SC", sans-serif;
  font-size: 18px;
}

.cutedoor-account-password-user span {
  color: rgba(255, 255, 255, 0.52);
}

.cutedoor-account-tabs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cutedoor-account-tabs button {
  position: relative;
  flex: 0 0 auto;
  border: 0;
  padding: 10px 0 12px;
  color: rgba(255, 255, 255, 0.56);
  background: transparent;
}

.cutedoor-account-tabs button.is-active {
  color: #fff;
}

.cutedoor-account-tabs button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #1d7ddc;
  content: "";
}

.cutedoor-account-form {
  display: grid;
  gap: 12px;
}

.cutedoor-account-form.is-hidden {
  display: none;
}

.cutedoor-account-form label {
  display: grid;
  gap: 7px;
}

.cutedoor-account-form label > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.cutedoor-account-form input {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
}

.cutedoor-account-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.cutedoor-account-message {
  min-height: 20px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.cutedoor-account-message[data-tone="success"] {
  color: #77d49b;
}

.cutedoor-account-message[data-tone="warning"] {
  color: #ffd27d;
}

.cutedoor-account-message[data-tone="danger"] {
  color: #ff9b9b;
}

.cutedoor-shop-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  --shop-accent: #f2dbe0;
  --shop-card: rgba(31, 31, 31, 0.72);
  --shop-card-strong: rgba(31, 31, 31, 0.9);
  --shop-line: rgba(242, 219, 224, 0.22);
}

.cutedoor-shop-main {
  display: grid;
  gap: 22px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.cutedoor-shop-scroll {
  display: flex;
  gap: 14px;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 4px;
}

.cutedoor-shop-scroll::-webkit-scrollbar {
  height: 6px;
}

.cutedoor-shop-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(242, 219, 224, 0.28);
}

.cutedoor-shop-plan-card {
  position: relative;
  display: grid;
  gap: 10px;
  flex: 0 0 230px;
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  background: var(--shop-card);
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.cutedoor-shop-plan-card:hover,
.cutedoor-shop-plan-card.is-active {
  border-color: rgba(242, 219, 224, 0.72);
  background: rgba(29, 125, 220, 0.28);
}

.cutedoor-shop-plan-card:hover {
  transform: translateY(-2px);
}

.cutedoor-shop-plan-orb {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 219, 224, 0.34), transparent 67%);
  pointer-events: none;
}

.cutedoor-shop-card-top,
.cutedoor-shop-card-price,
.cutedoor-shop-card-traffic {
  position: relative;
  z-index: 1;
}

.cutedoor-shop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
}

.cutedoor-shop-card-top svg {
  color: var(--shop-accent);
}

.cutedoor-shop-card-top em,
.cutedoor-shop-card-price i {
  font-style: normal;
}

.cutedoor-shop-plan-card strong {
  position: relative;
  z-index: 1;
  min-height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.cutedoor-shop-card-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.cutedoor-shop-card-price small,
.cutedoor-shop-card-price i,
.cutedoor-shop-card-traffic {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
}

.cutedoor-shop-swipe {
  margin-top: -12px;
  color: rgba(242, 219, 224, 0.8);
  font-size: 13px;
  text-align: right;
}

.cutedoor-shop-block {
  display: grid;
  gap: 12px;
}

.cutedoor-shop-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.cutedoor-shop-block-title span {
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #1d7ddc;
}

.cutedoor-shop-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.cutedoor-shop-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.cutedoor-shop-feature svg {
  width: 18px;
  height: 18px;
  color: var(--shop-accent);
}

.cutedoor-shop-feature span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cutedoor-shop-pill-row,
.cutedoor-shop-pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cutedoor-shop-pill,
.cutedoor-shop-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  min-width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(31, 31, 31, 0.7);
  cursor: pointer;
}

.cutedoor-shop-pill.is-active,
.cutedoor-shop-pay.is-active {
  border-color: rgba(242, 219, 224, 0.64);
  color: #fff;
  background: rgba(242, 219, 224, 0.12);
}

.cutedoor-shop-pill strong {
  font-size: 14px;
}

.cutedoor-shop-pay span {
  display: grid;
  gap: 2px;
  text-align: left;
}

.cutedoor-shop-pay em {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-style: normal;
}

.cutedoor-shop-coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
}

.cutedoor-shop-coupon input,
.cutedoor-shop-coupon button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(31, 31, 31, 0.72);
}

.cutedoor-shop-coupon input {
  border-radius: 10px 0 0 10px;
  padding: 0 14px;
  outline: none;
}

.cutedoor-shop-coupon button {
  border-left: 0;
  border-radius: 0 10px 10px 0;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}

.cutedoor-shop-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  text-align: right;
}

.cutedoor-shop-bill {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(242, 219, 224, 0.18), transparent 42%),
    rgba(31, 31, 31, 0.88);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.cutedoor-shop-bill-head {
  display: grid;
  place-items: center;
  gap: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
  padding-bottom: 14px;
}

.cutedoor-shop-bill-head svg {
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.82);
}

.cutedoor-shop-bill-head h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.cutedoor-shop-bill-rows {
  display: grid;
  gap: 14px;
}

.cutedoor-shop-bill-rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cutedoor-shop-bill-rows span {
  color: rgba(255, 255, 255, 0.48);
}

.cutedoor-shop-bill-rows strong {
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
}

.cutedoor-shop-bill-rows .cutedoor-shop-discount span,
.cutedoor-shop-bill-rows .cutedoor-shop-discount strong {
  color: #92f0bd;
}

.cutedoor-shop-bill-rows em {
  border-radius: 999px;
  padding: 4px 8px;
  color: #92f0bd;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  background: rgba(39, 174, 96, 0.14);
}

.cutedoor-shop-bill-rows .cutedoor-shop-total strong {
  color: #fff;
  font-size: 28px;
}

.cutedoor-shop-submit {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  background: #1d7ddc;
  cursor: pointer;
}

.cutedoor-shop-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.cutedoor-shop-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.cutedoor-shop-safe svg {
  color: #61d58d;
}

@keyframes cutedoor-panel-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cutedoor-panel-rotate {
  to {
    transform: rotate(540deg);
  }
}

@keyframes cutedoor-panel-skeleton-loading {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes cutedoor-panel-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cutedoor-panel-recommend,
  .cutedoor-panel-recommend-inner,
  .cutedoor-panel-notice-feature,
  .cutedoor-panel-glow-btn-wrap span,
  .cutedoor-panel-skeleton::after {
    animation: none;
    transition: none;
  }

  .cutedoor-panel-recommend[data-panel-animate],
  .cutedoor-panel-recommend[data-panel-animate] .cutedoor-panel-recommend-inner,
  .cutedoor-panel-notice-feature[data-panel-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1099px) {
  .cutedoor-panel-shell {
    grid-template-columns: 1fr;
  }

  .cutedoor-panel-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    width: min(80vw, 280px);
    max-width: 280px;
    background: #1f1f1f;
    box-shadow: 24px 0 50px rgba(0, 0, 0, 0.26);
    transform: translateX(-104%);
    transition: transform 0.28s cubic-bezier(0.21, 0.79, 0.32, 0.92);
    will-change: transform;
  }

  .cutedoor-panel-page.is-sidebar-open .cutedoor-panel-sidebar {
    transform: translateX(0);
  }

  .cutedoor-panel-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.52);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
  }

  .cutedoor-panel-page.is-sidebar-open .cutedoor-panel-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .cutedoor-panel-top .cutedoor-panel-brand {
    display: flex;
  }

  .cutedoor-panel-menu-toggle {
    display: inline-flex;
  }

  .cutedoor-panel-layout {
    grid-template-columns: 1fr;
  }

  .cutedoor-panel-welcome {
    flex-direction: column;
  }

  .cutedoor-panel-recommend-wrap {
    flex-basis: auto;
    justify-content: center;
    padding-top: 0;
  }

  .cutedoor-panel-side {
    max-width: none;
  }

  .cutedoor-account-top,
  .cutedoor-account-bottom {
    grid-template-columns: 1fr;
  }

  .cutedoor-shop-shell {
    grid-template-columns: 1fr;
  }

  .cutedoor-shop-bill {
    position: static;
  }
}

@media (max-width: 840px) {
  .cutedoor-panel-top {
    gap: 10px;
  }

  .cutedoor-panel-title {
    display: none;
  }

  .cutedoor-panel-welcome-copy {
    padding: 22px;
  }

  .cutedoor-panel-recommend {
    max-width: none;
  }

  .cutedoor-panel-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cutedoor-orders-status-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cutedoor-order-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cutedoor-ticket-form {
    grid-template-columns: 1fr;
  }

  .cutedoor-traffic-stats {
    grid-template-columns: 1fr;
  }

  .cutedoor-traffic-detail-item {
    grid-template-columns: 1fr 1fr;
  }

  .cutedoor-invite-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cutedoor-invite-link-box {
    grid-template-columns: 1fr;
  }

  .cutedoor-account-card-inner {
    min-height: 0;
  }

  .cutedoor-account-subscription .cutedoor-account-card-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cutedoor-account-usage-ring {
    flex-basis: auto;
    width: 170px;
    height: 170px;
  }

  .cutedoor-account-usage-summary {
    grid-template-columns: 1fr;
  }

  .cutedoor-shop-features {
    grid-template-columns: 1fr;
  }

  .cutedoor-panel-invite-img {
    opacity: 0.26;
  }
}

@media (max-width: 560px) {
  .cutedoor-panel-main {
    padding: 16px;
  }

  .cutedoor-panel-brand span,
  .cutedoor-panel-top-icon {
    display: none;
  }

  .cutedoor-panel-language .cutedoor-panel-icon-btn {
    display: inline-flex;
  }

  .cutedoor-panel-user-menu .cutedoor-panel-icon-btn {
    display: inline-flex;
  }

  .cutedoor-panel-ghost-btn {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .cutedoor-panel-ghost-btn span {
    display: none;
  }

  .cutedoor-panel-welcome,
  .cutedoor-panel-section,
  .cutedoor-panel-account,
  .cutedoor-panel-notice,
  .cutedoor-shop-main,
  .cutedoor-shop-bill {
    border-radius: 14px;
  }

  .cutedoor-shop-main {
    padding: 14px;
  }

  .cutedoor-shop-plan-card {
    flex-basis: 210px;
  }

  .cutedoor-shop-coupon {
    grid-template-columns: 1fr;
  }

  .cutedoor-shop-coupon input,
  .cutedoor-shop-coupon button {
    border-radius: 10px;
  }

  .cutedoor-shop-coupon button {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 8px;
  }

  .cutedoor-panel-link-box {
    grid-template-columns: 1fr;
  }

  .cutedoor-panel-client-grid {
    gap: 12px;
  }

  .cutedoor-panel-layout,
  .cutedoor-panel-left,
  .cutedoor-panel-side,
  .cutedoor-panel-welcome,
  .cutedoor-panel-client-grid,
  .cutedoor-panel-invite {
    width: 100%;
    max-width: 100%;
  }

  .cutedoor-panel-recommend-wrap {
    width: 100%;
    padding: 0 16px 16px;
  }

  .cutedoor-panel-recommend {
    max-width: calc(100vw - 64px);
  }

  .cutedoor-panel-recommend-meta {
    font-size: 12px;
  }

  .cutedoor-panel-recommend-inner {
    gap: 22px;
    padding: 14px;
  }

  .cutedoor-panel-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cutedoor-panel-primary-btn {
    padding: 7px 10px;
    white-space: nowrap;
  }

  .cutedoor-panel-client {
    min-height: 0;
  }

  .cutedoor-panel-client-title {
    font-size: 18px;
  }

  .cutedoor-panel-client-desc {
    font-size: 14px;
  }

  .cutedoor-panel-client-os .cutedoor-ref-icon {
    font-size: 48px;
  }

  .cutedoor-orders-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .cutedoor-ticket-hero-inner {
    align-items: flex-start;
  }

  .cutedoor-ticket-hero img {
    width: 96px;
  }

  .cutedoor-traffic-summary h2 {
    margin-bottom: 20px;
  }

  .cutedoor-traffic-summary,
  .cutedoor-traffic-summary-inner {
    min-height: 0;
  }

  .cutedoor-traffic-meta {
    display: grid;
    gap: 8px;
  }

  .cutedoor-traffic-meta i {
    display: none;
  }

  .cutedoor-traffic-summary p {
    margin-top: 14px;
    line-height: 1.45;
  }

  .cutedoor-orders-status-list,
  .cutedoor-order-detail-grid {
    grid-template-columns: 1fr;
  }

  .cutedoor-orders-table-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cutedoor-invite-hero-top,
  .cutedoor-invite-balance,
  .cutedoor-invite-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cutedoor-invite-stats {
    grid-template-columns: 1fr;
  }

  .cutedoor-account-subcenter,
  .cutedoor-account-password,
  .cutedoor-account-card-inner {
    padding: 18px;
  }

  .cutedoor-account-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cutedoor-account-wallet-stats,
  .cutedoor-account-wallet-actions,
  .cutedoor-account-apps {
    gap: 8px;
  }

  .cutedoor-account-code-row {
    grid-template-columns: 1fr;
  }

  .cutedoor-orders-table {
    min-width: 0;
  }

  .cutedoor-orders-table thead {
    display: none;
  }

  .cutedoor-orders-table,
  .cutedoor-orders-table tbody,
  .cutedoor-orders-table tr,
  .cutedoor-orders-table td {
    display: block;
    width: 100%;
  }

  .cutedoor-orders-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
  }

  .cutedoor-orders-table tr:last-child {
    border-bottom: 0;
  }

  .cutedoor-orders-table td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 0;
    padding: 7px 16px;
    text-align: right;
  }

  .cutedoor-orders-table td::before {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    font-weight: 800;
    content: attr(data-label);
  }

  .cutedoor-orders-table td[data-label="订单信息"] {
    display: block;
    text-align: left;
  }

  .cutedoor-orders-table td[data-label="订单信息"]::before,
  .cutedoor-orders-table td[data-label="主题"]::before {
    display: block;
    margin-bottom: 6px;
  }

  .cutedoor-orders-table td[data-label="主题"] {
    display: block;
    text-align: left;
  }

  .cutedoor-orders-table td[data-label="日期"] {
    justify-content: flex-start;
    text-align: left;
  }

  .cutedoor-orders-table td[data-label="日期"]::before,
  .cutedoor-traffic-detail-row td::before {
    display: none;
  }

  .cutedoor-ticket-subject {
    max-width: none;
  }

  .cutedoor-traffic-table {
    min-width: 0;
  }

  .cutedoor-traffic-detail-item {
    grid-template-columns: 1fr;
  }
}
/* CuteCloud reference icon masks */
.i-lucide-sidebar-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M9 3v18m7-6l-3-3l3-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-mingcute\:gift-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M20 13v5a3 3 0 0 1-3 3h-4v-8zm-9 0v8H7a3 3 0 0 1-3-3v-5zM9 2a4 4 0 0 1 3 1.354A4 4 0 0 1 15 2h.5A1.5 1.5 0 0 1 17 3.5V4c0 .729-.195 1.412-.535 2H19a2 2 0 0 1 2 2v2c0 .364-.097.706-.268 1H13V8a1 1 0 1 0-2 0v3H3.268A2 2 0 0 1 3 10V8a2 2 0 0 1 2-2h2.535A4 4 0 0 1 7 4v-.5A1.5 1.5 0 0 1 8.5 2Zm0 2a2 2 0 0 0 2 2a2 2 0 0 0-2-2m6 0a2 2 0 0 0-2 2a2 2 0 0 0 2-2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-mdi\:coupon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 4a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2a2 2 0 0 1-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 1-2-2a2 2 0 0 1 2-2V6a2 2 0 0 0-2-2zm11.5 3L17 8.5L8.5 17L7 15.5zm-6.69.04c.98 0 1.77.79 1.77 1.77a1.77 1.77 0 0 1-1.77 1.77c-.98 0-1.77-.79-1.77-1.77a1.77 1.77 0 0 1 1.77-1.77m6.38 6.38c.98 0 1.77.79 1.77 1.77a1.77 1.77 0 0 1-1.77 1.77c-.98 0-1.77-.79-1.77-1.77a1.77 1.77 0 0 1 1.77-1.77'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ri\:moon-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22C6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-clarity\:language-solid{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 36 36' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m11 16.5l-1 3.1h2z' class='clr-i-solid clr-i-solid-path-1'/%3E%3Cpath fill='currentColor' d='M30.3 3h-16v5h4v2h-13c-1.7 0-3 1.3-3 3v11c0 1.7 1.3 3 3 3h1v5.1l6.3-5.1h6.7v-7h11c1.7 0 3-1.3 3-3V6c0-1.7-1.3-3-3-3M13.1 22.9l-.5-1.6H9.5l-.6 1.6H6.5L9.8 14h2.4l3.3 8.9zM28.3 15v2c-1.3 0-2.7-.4-3.9-1c-1.2.6-2.6.9-4 1l-.1-2q1.05 0 2.1-.3c-.9-.9-1.5-2-1.8-3.2h2.1c.3.9.9 1.6 1.6 2.2c1.1-.9 1.8-2.2 1.9-3.7h-6V8h3V6h2v2h3.3l.1 1c.1 2.1-.7 4.2-2.2 5.7c.7.2 1.3.3 1.9.3' class='clr-i-solid clr-i-solid-path-2'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-mingcute\:user-4-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2M8.5 9.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m9.758 7.484A7.99 7.99 0 0 1 12 20a7.99 7.99 0 0 1-6.258-3.016C7.363 15.821 9.575 15 12 15s4.637.821 6.258 1.984'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-brand-apple-arcade{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 5a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 7.5v4.75a.7.7 0 0 1-.055.325a.7.7 0 0 1-.348.366l-5.462 2.58a5 5 0 0 1-4.27 0l-5.462-2.58a.705.705 0 0 1-.401-.691V12.5'/%3E%3Cpath d='m4.431 12.216l5.634-2.332a5.07 5.07 0 0 1 3.87 0l5.634 2.332a.692.692 0 0 1 .028 1.269l-5.462 2.543a5.06 5.06 0 0 1-4.27 0l-5.462-2.543a.691.691 0 0 1 .028-1.27zM12 7v6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-shopping-cart-dollar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 19a2 2 0 1 0 4 0a2 2 0 0 0-4 0'/%3E%3Cpath d='M13 17H6V3H4'/%3E%3Cpath d='m6 5l14 1l-.575 4.022M14.5 13H6m15 2h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H17m2 0v1m0-8v1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-report-money{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2'/%3E%3Cpath d='M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2m5 6h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H10m2 0v1m0-8v1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-atom{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 12v.01m7.071-7.081c-1.562-1.562-6 .337-9.9 4.243c-3.905 3.905-5.804 8.337-4.242 9.9c1.562 1.561 6-.338 9.9-4.244c3.905-3.905 5.804-8.337 4.242-9.9'/%3E%3Cpath d='M4.929 4.929c-1.562 1.562.337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561-1.562-.338-6-4.244-9.9c-3.905-3.905-8.337-5.804-9.9-4.242'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-brand-github-copilot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 18v-5.5q0-1 .5-2'/%3E%3Cpath d='M12 7.5c0-1-.01-4.07-4-3.5c-3.5.5-4 2.5-4 3.5c0 1.5 0 4 3 4c4 0 5-2.5 5-4M4 12q-2 1-2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499-1 8.5-3c1.5-1 1.5-3 1.5-4q0-1-2-2'/%3E%3Cpath d='M20 18v-5.5q0-1-.5-2'/%3E%3Cpath d='M12 7.5v-.297l.01-.269l.027-.298l.013-.105l.033-.215q.02-.11.046-.22l.06-.223c.336-1.118 1.262-2.237 3.808-1.873c2.838.405 3.703 1.797 3.93 2.842l.036.204c0 .033.01.066.013.098l.016.185v.661l-.015.394l-.02.271c-.122 1.366-.655 2.845-2.962 2.845c-3.256 0-4.524-1.656-4.883-3.081l-.053-.242a4 4 0 0 1-.036-.235l-.021-.227a4 4 0 0 1-.007-.215zM10 15v2m4-2v2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler\:book{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0M3 6v13m9-13v13m9-13v13'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler-server-bolt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm12 13H6a3 3 0 0 1-3-3v-2a3 3 0 0 1 3-3h12M7 8v.01M7 16v.01M20 15l-2 3h3l-2 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler\:bolt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 3v7h6l-8 11v-7H5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-tabler\:chart-bar-popular{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 20h14'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-fluent\:alert-badge-24-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.5 9q.508-.002.973-.137q.027.317.027.64v4l1.418 3.16A.95.95 0 0 1 20.052 18h-16.1a.95.95 0 0 1-.867-1.338l1.415-3.16V9.49l.005-.25a7.5 7.5 0 0 1 11.43-6.123A3.5 3.5 0 0 0 18.5 9m-3.542 10.003a3 3 0 0 1-5.916 0zM18.5 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ph\:copy-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M216 32H88a8 8 0 0 0-8 8v40H40a8 8 0 0 0-8 8v128a8 8 0 0 0 8 8h128a8 8 0 0 0 8-8v-40h40a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8m-8 128h-32V88a8 8 0 0 0-8-8H96V48h112Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ph\:link-simple-horizontal-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M80 116h96a12 12 0 0 1 0 24H80a12 12 0 0 1 0-24m24 48H64a36 36 0 0 1 0-72h40a12 12 0 0 0 0-24H64a60 60 0 0 0 0 120h40a12 12 0 0 0 0-24m88-96h-40a12 12 0 0 0 0 24h40a36 36 0 0 1 0 72h-40a12 12 0 0 0 0 24h40a60 60 0 0 0 0-120'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-basil\:sketch-solid{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTkuODc3IDMuMTUzYS4xNS4xNSAwIDAgMC0uMTM0LS4yNDFsLTMuNTAzLjM3YS4xNS4xNSAwIDAgMC0uMTMzLjE2NmwuMzk3IDMuNjRhLjE1LjE1IDAgMCAwIC4yNjguMDc1em03LjM0NyA0LjAxYS4xNS4xNSAwIDAgMCAuMjY4LS4wNzVsLjM5Ny0zLjY0YS4xNS4xNSAwIDAgMC0uMTMzLS4xNjZsLTMuNTAzLS4zN2EuMTUuMTUgMCAwIDAtLjEzNC4yNHpNNy44MzYgOC42MzVhLjE1LjE1IDAgMCAxLS4xMTktLjI0Mmw0LjE2Mi01LjM3NmEuMTUuMTUgMCAwIDEgLjIzOCAwbDQuMTYyIDUuMzc2YS4xNS4xNSAwIDAgMS0uMTE5LjI0MnptMS4xNTcgOS42MjVjLjA2OC4xNTktLjE0LjI4OC0uMjUxLjE1OGwtNi45LTguMDM1YS4xNS4xNSAwIDAgMSAuMTEzLS4yNDhoMy40NTJhLjE1LjE1IDAgMCAxIC4xMzguMDl6bTkuNTk2LTguMTI1YS4xNS4xNSAwIDAgMC0uMTM4LjA5bC0zLjQ0OSA4LjAzNmMtLjA2Ny4xNTguMTQuMjg3LjI1Mi4xNTdsNi45LTguMDM1YS4xNS4xNSAwIDAgMC0uMTEzLS4yNDh6bS4yNjEtMS42NjdhLjE1LjE1IDAgMCAwIC4xNDkuMTY3aDIuNzhhLjE1LjE1IDAgMCAwIC4xMi0uMjRsLTIuNDI1LTMuMjU0YS4xNS4xNSAwIDAgMC0uMjY5LjA3M3pNNC43OTEgNS4yMTRhLjE1LjE1IDAgMCAwLS4yNy0uMDczTDIuMDk4IDguMzk1YS4xNS4xNSAwIDAgMCAuMTIuMjRoMi43OGEuMTUuMTUgMCAwIDAgLjE1LS4xNjd6bTIuNDM3IDUuMTNhLjE1LjE1IDAgMCAxIC4xMzgtLjIxaDkuMjY0Yy4xMDcgMCAuMTguMTEuMTM3LjIxbC00LjYzMSAxMC43OTRhLjE1LjE1IDAgMCAxLS4yNzYgMHoiLz48L3N2Zz4=");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-fluent\:comment-note-24-filled{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTE0IDFhMiAyIDAgMCAwLTIgMnY2YTIgMiAwIDAgMCAyIDJoN2EyIDIgMCAwIDAgMi0yVjNhMiAyIDAgMCAwLTItMXptMCAzLjVhLjUuNSAwIDAgMSAuNS0uNWg2YS41LjUgMCAwIDEgMCAxaC02YS41LjUgMCAwIDEtLjUtLjVtMCAzYS41LjUgMCAwIDEgLjUtLjVoNmEuNS41IDAgMCAxIDAgMWgtNmEuNS41IDAgMCAxLS41LS41TTUuMjUgM0gxMXY2YTMgMyAwIDAgMCAzIDNoN2MuMzUgMCAuNjg3LS4wNiAxLS4xN3YyLjkyQTMuMjUgMy4yNSAwIDAgMSAxOC43NSAxOEgxM2wtNSAzLjc1Yy0uODI0LjYxOC0yIC4wMy0yLTFWMThoLS43NUEzLjI1IDMuMjUgMCAwIDEgMiAxNC43NXYtOC41QTMuMjUgMy4yNSAwIDAgMSA1LjI1IDMiLz48L3N2Zz4=");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-mingcute\:arrow-right-up-circle-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTI0IDB2MjRIMFYwek0xMi41OTQgMjMuMjU4bC0uMDEyLjAwMmwtLjA3MS4wMzVsLS4wMi4wMDRsLS4wMTQtLjAwNGwtLjA3MS0uMDM1cS0uMDE2LS4wMDUtLjAyNC4wMDVsLS4wMDQuMDFsLS4wMTcuNDI4bC4wMDUuMDJsLjAxLjAxM2wuMTA1LjA3NGwuMDE0LjAwNGwuMDEyLS4wMDRsLjEwNC0uMDc0bC4wMTItLjAxNmwuMDA0LS4wMTdsLS4wMTctLjQyN3EtLjAwNC0uMDE2LS4wMTYtLjAxOG0uMjY0LS4xMTNsLS4wMTMuMDAybC0uMTg1LjA5M2wtLjAxLjAxbC0uMDAzLjAxMWwuMDE4LjQzbC4wMDUuMDEybC4wMDguMDA4bC4yMDEuMDkycS4wMTkuMDA1LjAyOS0uMDA4bC4wMDQtLjAxNGwtLjAzNC0uNjE0cS0uMDA1LS4wMTgtLjAyLS4wMjJtLS43MTUuMDAyYS4wMi4wMiAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTRsLS4wMzQuNjE0cS4wMDEuMDE4LjAxNy4wMjRsLjAxNS0uMDAybC4yMDEtLjA5MmwuMDEtLjAwOWwuMDA0LS4wMTFsLjAxNy0uNDNsLS4wMDMtLjAxMmwtLjAxLS4wMXoiLz48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyMmM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwUzE3LjUyMyAyIDEyIDJTMiA2LjQ3NyAyIDEyczQuNDc3IDEwIDEwIDEwTTkuMDAzIDguOTk3YTEgMSAwIDAgMCAxIDFoMi41ODZsLTQuMjk2IDQuMjk2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNGw0LjI5Ni00LjI5NnYyLjU4NmExIDEgMCAxIDAgMiAwdi01YTEgMSAwIDAgMC0xLTFoLTVhMSAxIDAgMCAwLTEgMSIvPjwvZz48L3N2Zz4=");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ph\:devices-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjI0IDcyaC0xNnYtOGEyNCAyNCAwIDAgMC0yNC0yNEg0MGEyNCAyNCAwIDAgMC0yNCAyNHY5NmEyNCAyNCAwIDAgMCAyNCAyNGgxMTJ2OGEyNCAyNCAwIDAgMCAyNCAyNGg0OGEyNCAyNCAwIDAgMCAyNC0yNFY5NmEyNCAyNCAwIDAgMC0yNC0yNG04IDEyMGE4IDggMCAwIDEtOCA4aC00OGE4IDggMCAwIDEtOC04Vjk2YTggOCAwIDAgMSA4LThoNDhhOCA4IDAgMCAxIDggOFptLTk2IDE2YTggOCAwIDAgMS04IDhIODhhOCA4IDAgMCAxIDAtMTZoNDBhOCA4IDAgMCAxIDggOG04MC05NmE4IDggMCAwIDEtOCA4aC0xNmE4IDggMCAwIDEgMC0xNmgxNmE4IDggMCAwIDEgOCA4Ii8+PC9zdmc+");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ph\:planet-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjQ1LjExIDYwLjY4Yy03LjY1LTEzLjE5LTI3Ljg1LTE2LjE2LTU4LjUtOC42NmE5NiA5NiAwIDAgMC0xNTMuOCA4OC4yOEM1LjA5IDE2OSA1LjQ5IDE4NiAxMC45IDE5NS4zMkMxNiAyMDQuMTYgMjYuNjQgMjA4IDQwLjY0IDIwOGExMjQgMTI0IDAgMCAwIDI4Ljc5LTRhOTYgOTYgMCAwIDAgMTUzLjc4LTg4LjI1YzEyLjUxLTEzIDIwLjgzLTI1LjM1IDIzLjY2LTM1LjkyYzEuOTYtNy4zMiAxLjM3LTEzLjc2LTEuNzYtMTkuMTVtLTEzLjY5IDE1Yy02LjExIDIyLjc4LTQ4LjY1IDU3LjMxLTg3LjUyIDc5LjY0Yy02Ny44MSAzOS0xMTMuNjIgNDEuNTItMTE5LjE2IDMyYy0xLjQ2LTIuNTEtLjY1LTcuMjQgMi4yMi0xM2E4MCA4MCAwIDAgMSAxMC4yOC0xNS4wNWE5NS41IDk1LjUgMCAwIDAgNi4yMyAxNC4xOGE0IDQgMCAwIDAgNCAyLjEyYTEyMiAxMjIgMCAwIDAgMTYuOTUtMy4zMmMyMS4yMy01LjU1IDQ2LjYzLTE2LjQ4IDcxLjUyLTMwLjc4czQ3LTMwLjY2IDYyLjQ1LTQ2LjE1YTEyMyAxMjMgMCAwIDAgMTEuMzEtMTIuODdhNCA0IDAgMCAwIC4xNy00LjUyYTk2IDk2IDAgMCAwLTkuMS0xMi40NmMxNC4yMS0yLjM1IDI3LjM3LTIuMTcgMzAuNSAzLjI0Yy45MiAxLjU3Ljk3IDMuOTIuMTUgNi45OFoiLz48L3N2Zz4=");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ph\:speedometer-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjIxLjg3IDkwLjg2YTQgNCAwIDAgMC02LjE3LS42MmwtNzUuNDIgNzUuNDJBOCA4IDAgMCAxIDEyOSAxNTQuMzVsOTIuNy05Mi42OWE4IDggMCAwIDAtMTEuMzItMTEuMzJMMTk3IDYzLjczQTExMi4wNSAxMTIuMDUgMCAwIDAgMjIuMzQgMTg5LjI1QTE2LjA5IDE2LjA5IDAgMCAwIDM3LjQ2IDIwMGgxODEuMDdhMTYgMTYgMCAwIDAgMTUuMTEtMTAuNzFhMTEyLjI4IDExMi4yOCAwIDAgMC0xMS43Ny05OC40M001Ny40NCAxNjYuNDFhOCA4IDAgMCAxLTYuMjUgOS40M2E4IDggMCAwIDEtMS42LjE2YTggOCAwIDAgMS03LjgzLTYuNDFBODguMDYgODguMDYgMCAwIDEgMTQzLjU5IDY1LjM4YTggOCAwIDAgMS0yLjgyIDE1Ljc1YTcyLjA3IDcyLjA3IDAgMCAwLTgzLjMzIDg1LjI4Ii8+PC9zdmc+");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ri\:android-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTYuMzgyIDMuOTY4QTguOTYgOC45NiAwIDAgMSAxMiAyYzIuMTI1IDAgNC4wNzguNzM2IDUuNjE4IDEuOTY4bDEuNDUzLTEuNDUzbDEuNDE0IDEuNDE0bC0xLjQ1MyAxLjQ1M0E4Ljk2IDguOTYgMCAwIDEgMjEgMTF2MUgzdi0xYzAtMi4xMjUuNzM2LTQuMDc4IDEuOTY4LTUuNjE4TDMuNTE1IDMuOTNsMS40MTQtMS40MTR6TTMgMTRoMTh2N2ExIDEgMCAwIDEtMSAxSDRhMSAxIDAgMCAxLTEtMXptNi01YTEgMSAwIDEgMCAwLTJhMSAxIDAgMCAwIDAgMm02IDBhMSAxIDAgMSAwIDAtMmExIDEgMCAwIDAgMCAyIi8+PC9zdmc+");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ri\:apple-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTExLjY3MyA3LjIyMmMtLjg3NiAwLTIuMjMyLS45OTYtMy42Ni0uOTZjLTEuODg0LjAyNC0zLjYxMiAxLjA5Mi00LjU4NCAyLjc4NGMtMS45NTYgMy4zOTYtLjUwNCA4LjQxMiAxLjQwNCAxMS4xNzJjLjkzNiAxLjM0NCAyLjA0IDIuODU2IDMuNTA0IDIuODA4YzEuNDA0LS4wNiAxLjkzMi0uOTEyIDMuNjM2LS45MTJjMS42OTIgMCAyLjE3Mi45MTIgMy42Ni44NzZjMS41MTItLjAyNCAyLjQ3Mi0xLjM2OCAzLjM5Ni0yLjcyNGMxLjA2OC0xLjU2IDEuNTEyLTMuMDcyIDEuNTM2LTMuMTU2Yy0uMDM2LS4wMTItMi45NC0xLjEyOC0yLjk3Ni00LjQ4OGMtLjAyNC0yLjgwOCAyLjI5Mi00LjE1MiAyLjQtNC4yMTJjLTEuMzItMS45MzItMy4zNDgtMi4xNDgtNC4wNTYtMi4xOTZjLTEuODQ4LS4xNDQtMy4zOTYgMS4wMDgtNC4yNiAxLjAwOG0zLjEyLTIuODMyYy43OC0uOTM2IDEuMjk2LTIuMjQ0IDEuMTUyLTMuNTRjLTEuMTE2LjA0OC0yLjQ2Ljc0NC0zLjI2NCAxLjY4Yy0uNzIuODI4LTEuMzQ0IDIuMTYtMS4xNzYgMy40MzJjMS4yMzYuMDk2IDIuNTA4LS42MzYgMy4yODgtMS41NzIiLz48L3N2Zz4=");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ri\:finder-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTIxLjAwMSAzYTEgMSAwIDAgMSAxIDF2MTZhMSAxIDAgMCAxLTEgMWgtMThhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTF6bS0xIDJoLTguNDY1UTEwLjUgNy45NjYgMTAuNSAxM2gzYTE3IDE3IDAgMCAwLS4xMDcgMi44NzdjMS4yMjYtLjIxMSAyLjcwNC0uNzc3IDQuMDI3LTEuNzFsMS4xMzUgMS42NjVjLTEuNjQyIDEuMDk1LTMuMzAzIDEuNzc5LTQuOTc2IDIuMDQzcS4wNzguNTU1LjE4NCAxLjEyNUgyMHpNNi41NTYgMTQuMTY4bC0xLjExIDEuNjY0QzcuNjAzIDE3LjI3IDkuNzkzIDE4IDEyLjAwMSAxOHYtMmMtMS43OTIgMC0zLjYwMi0uNjAzLTUuNDQ1LTEuODMyTTE3IDdhMSAxIDAgMCAxIDEgMXYxYTEgMSAwIDEgMS0yIDBWOGExIDEgMCAwIDEgMS0xTTcgN2MtLjU1MiAwLTEgLjQ1Mi0xIDF2MWExIDEgMCAxIDAgMiAwVjhhMSAxIDAgMCAwLTEtMSIvPjwvc3ZnPg==");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}
.i-ri\:windows-fill{--un-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTMuMDAxIDUuNDc5bDcuMzc3LTEuMDE2djcuMTI3SDN6bTAgMTMuMDQybDcuMzc3IDEuMDE3di03LjA0SDN6bTguMTg4IDEuMTI1TDIxLjAwMSAyMXYtOC41MDJoLTkuODEyem0wLTE1LjI5MnY3LjIzNmg5LjgxMlYzeiIvPjwvc3ZnPg==");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}

/* End CuteCloud reference icon masks */

@media (max-width: 760px) {
  .cutedoor-site-legal-footer {
    flex-direction: column;
    justify-content: center;
    padding: 18px 16px;
    text-align: center;
  }

  .cutedoor-legal-top {
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 16px;
  }

  .cutedoor-legal-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .cutedoor-legal-actions {
    margin-left: auto;
  }

  .cutedoor-legal-main {
    padding: 44px 16px 72px;
  }

  .cutedoor-legal-hero h1 {
    font-size: 34px;
  }

  .cutedoor-legal-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 20px;
  }
}
