@font-face {
  font-family:Poppins;
  src:url('/assets/Poppins-Regular.ttf') format('truetype');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Poppins;
  src:url('/assets/Poppins-Medium.ttf') format('truetype');
  font-weight:500;
  font-display:swap
}
@font-face {
  font-family:Poppins;
  src:url('/assets/Poppins-SemiBold.ttf') format('truetype');
  font-weight:600;
  font-display:swap
}
@font-face {
  font-family:Comfortaa;
  src:url('/assets/Comfortaa.ttf') format('truetype');
  font-weight:400 700;
  font-display:swap
}
:root {
  color-scheme:dark;
  --bg:#131117;
  --sidebar:#16131a;
  --panel:#1b171f;
  --panel-raised:#211b25;
  --line:#332935;
  --line-soft:#2a232e;
  --text:#f7f2f7;
  --muted:#b9adbf;
  --faint:#ab9db2;
  --pink:#ff8dc0;
  --pink-pale:#ffcdE2;
  --pink-dark:#3f2333;
  --green:#9bd5b3;
  --radius:15px;
  --ease:cubic-bezier(.22,1,.36,1);
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  font-synthesis:none
}
html {
  scrollbar-color:#8b506d #151219;
  scrollbar-width:thin
}
*::-webkit-scrollbar {
  width:10px;
  height:10px
}
*::-webkit-scrollbar-track {
  background:#151219
}
*::-webkit-scrollbar-thumb {
  min-height:42px;
  border:2px solid #151219;
  border-radius:999px;
  background:linear-gradient(180deg,#9c5b7b,#664057)
}
*::-webkit-scrollbar-thumb:hover {
  background:linear-gradient(180deg,#bd6d94,#7b4a66)
}
*::-webkit-scrollbar-corner {
  background:#151219
}
.sidebar::-webkit-scrollbar {
  width:7px
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text)
}
button,input,a {
  -webkit-tap-highlight-color:transparent
}
button,input {
  font:inherit
}
button,a {
  touch-action:manipulation
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit
}
button svg,a svg {
  flex:none
}
img {
  display:block;
  max-width:100%
}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline:2px solid var(--pink);
  outline-offset:4px
}
button:disabled {
  opacity:.6
}
[hidden] {
  display:none!important
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:Poppins,system-ui,sans-serif;
  font-weight:500
}
h2 {
  font-size:18px;
  letter-spacing:-.35px
}
p {
  line-height:1.8
}
svg.icon {
  width:18px;
  height:18px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round
}
span[data-icon] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}
.skip-link {
  position:fixed;
  z-index:100;
  top:8px;
  left:8px;
  padding:12px 20px;
  background:var(--pink);
  color:var(--bg);
  transform:translateY(-200%)
}
.skip-link:focus {
  transform:translateY(0)
}
.sidebar {
  overflow-y:auto;
  position:fixed;
  inset:0 auto 0 0;
  width:228px;
  background:var(--sidebar);
  border-right:1px solid var(--line-soft);
  display:flex;
  flex-direction:column;
  padding:34px 19px 0;
  z-index:30
}
.wordmark {
  display:flex;
  align-items:center;
  gap:11px;
  padding-left:14px;
  width:max-content
}
.wordmark span {
  font:600 28px Comfortaa,sans-serif;
  letter-spacing:-1.8px;
  padding-top:5px
}
.wordmark img {
  filter:drop-shadow(0 0 12px #f4589e28)
}
.sidebar-caption {
  font-size:12px;
  letter-spacing:1.7px;
  color:var(--faint);
  margin:49px 15px 14px
}
.nav-list {
  display:flex;
  flex-direction:column;
  gap:6px
}
.nav-list a {
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-radius:8px;
  color:var(--muted);
  font-size:14px;
  transition:background .2s,color .2s
}
.nav-list a:hover {
  color:var(--text);
  background:#ffffff04
}
.nav-list a[aria-current=page] {
  background:linear-gradient(90deg,#482b3c,#33202f);
  color:var(--pink-pale);
  box-shadow:inset 0 0 0 1px #a94d7930
}
.nav-list a[aria-current=page]:before {
  content:'';
  position:absolute;
  left:-19px;
  width:3px;
  height:19px;
  background:var(--pink);
  border-radius:0 3px 3px 0;
  box-shadow:0 0 14px #ff8dc04d
}
.nav-count {
  margin-left:auto;
  color:var(--muted);
  font-size:13px;
  background:#ffffff08;
  padding:1px 6px;
  border-radius:4px
}
.sidebar-bottom {
  margin-top:auto;
  padding-top:40px
}
.support-note {
  border:1px solid #65425955;
  border-radius:11px;
  padding:18px 15px;
  margin:0 1px 19px;
  background:radial-gradient(ellipse at 110% -10%,#6a334144,transparent 80%)
}
.support-note img {
  margin-bottom:10px
}
.support-note h2 {
  font-size:14px;
  margin-bottom:5px
}
.support-note p {
  font-size:13px;
  color:var(--muted);
  line-height:1.8
}
.support-note a {
  margin-top:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
  color:var(--pink-pale)
}
.support-note a svg {
  width:14px;
  height:14px
}
.sidebar-links {
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:21px
}
.sidebar-links a {
  display:flex;
  align-items:center;
  gap:12px;
  padding:9px 15px;
  font-size:14px;
  color:var(--muted)
}
.sidebar-links a:hover {
  color:var(--pink)
}
.sidebar-links svg {
  width:16px;
  height:16px
}
.sidebar-profile {
  border-top:1px solid var(--line-soft);
  display:flex;
  align-items:center;
  gap:11px;
  padding:21px 5px 24px
}
.sidebar-profile strong {
  display:block;
  font-size:14px;
  font-weight:500
}
.sidebar-profile small {
  font-size:12px;
  color:var(--faint)
}
.sidebar-profile>span:last-child {
  margin-left:auto;
  color:var(--muted)
}
.sidebar-profile>span:last-child svg {
  width:14px;
  height:14px
}
.avatar {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  border-radius:50%;
  flex-shrink:0;
  color:var(--pink-pale);
  font-size:15px;
  background:linear-gradient(135deg,#634050,#342335);
  border:1px solid #a9708640
}
.avatar-small {
  width:30px;
  height:30px;
  font-size:14px
}
.avatar-large {
  width:47px;
  height:47px;
  font-size:18px
}
.workspace {
  margin-left:228px
}
.topbar {
  height:78px;
  border-bottom:1px solid var(--line-soft);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 42px
}
.breadcrumb {
  display:flex;
  gap:17px;
  font-size:13px;
  color:var(--muted)
}
.breadcrumb #breadcrumb-current {
  color:var(--text)
}
.slash {
  color:#645468
}
.topbar-actions {
  display:flex;
  gap:20px;
  align-items:center
}
.preview-badge {
  font-size:12px;
  letter-spacing:.25px;
  color:var(--muted);
  display:inline-flex;
  align-items:center;
  gap:7px
}
.preview-badge i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--pink)
}
.icon-button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:34px;
  height:34px;
  background:none;
  border:1px solid transparent;
  border-radius:8px;
  color:var(--muted);
  padding:0;
  transition:background .2s,color .2s
}
.icon-button:hover {
  background:var(--panel-raised);
  color:var(--pink)
}
.icon-button[aria-pressed=true] {
  color:var(--pink);
  background:var(--pink-dark)
}
.mobile-menu {
  display:none
}
main {
  width:100%;
  max-width:none;
  margin:0;
  min-height:calc(100svh - 78px);
  display:flex;
  flex-direction:column;
  padding:36px 42px 0;
  outline:none
}
.page {
  flex:1 0 auto;
  min-width:0;
  animation:page-in .3s ease-out
}
.welcome-panel {
  position:relative;
  min-height:301px;
  overflow:hidden;
  border:1px solid #6f405749;
  border-radius:var(--radius);
  background:linear-gradient(110deg,#211922 0%,#251a27 43%,#422432 100%);
  box-shadow:0 14px 36px -26px #0009
}
.welcome-copy {
  padding:29px 33px 60px;
  position:relative;
  z-index:2
}
.eyebrow {
  font-size:12px;
  letter-spacing:1.65px;
  font-weight:500;
  color:var(--pink-pale);
  display:flex;
  gap:7px;
  align-items:center;
  line-height:1.8
}
.tiny-flower {
  width:14px;
  height:14px;
  flex:0 0 auto
}
.welcome-copy h1 {
  font-size:40px;
  line-height:1.28;
  letter-spacing:-1.3px;
  margin-top:14px;
  font-weight:500
}
.pink-period {
  color:var(--pink)
}
.welcome-copy p {
  color:#c0adbd;
  font-size:14px;
  margin:13px 0 19px;
  line-height:1.9;
  max-width:320px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:11px 18px;
  border-radius:7px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:500;
  line-height:1.5;
  transition:background .2s,border-color .2s,box-shadow .2s
}
.button svg {
  width:15px;
  height:15px
}
.button-primary {
  background:var(--pink);
  color:#281521;
  border-color:#ffa6cd;
  box-shadow:0 5px 14px -9px #ed76acb3
}
.button-primary:hover:not(:disabled) {
  background:#ffa6cc;
  transform:translateY(-1px);
  box-shadow:0 6px 20px -10px #ed76acbb
}
.button-primary:active:not(:disabled) {
  transform:translateY(0)
}
.button-secondary {
  background:#ffffff03;
  color:var(--text);
  border-color:var(--line)
}
.button-secondary:hover {
  background:#ffffff07;
  border-color:#79546a
}
.button-full {
  width:100%;
  justify-content:space-between
}
.hero-art {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:53%;
  pointer-events:none;
  isolation:isolate
}
.hero-art::before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 78% 80% at 82% 42%,#c85e8e1a 0%,#8f496711 43%,transparent 74%)
}
.sakura-branch {
  position:absolute;
  width:auto;
  max-width:none;
  height:90%;
  right:0;
  top:auto;
  bottom:0;
  object-fit:contain;
  object-position:right bottom;
  transform-origin:100% 100%;
  animation:branch-sway 13s ease-in-out infinite alternate;
  filter:drop-shadow(0 10px 10px #140e1840);
  z-index:1
}
.petal {
  position:absolute;
  display:block;
  width:9px;
  height:14px;
  border-radius:70% 30% 70% 30%;
  background:linear-gradient(135deg,#ffe7f3,#d971a3);
  opacity:0;
  animation:petal-drift 12s linear infinite;
  z-index:2
}
.petal-one {
  left:28%;
  top:14%;
  animation-delay:-4s
}
.petal-two {
  left:50%;
  top:3%;
  width:6px;
  height:10px;
  animation-delay:-8s
}
.petal-three {
  left:78%;
  top:22%;
  animation-delay:-1s
}
.overview-columns {
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  margin-top:28px
}
.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 0 16px;
  gap:10px
}
.section-heading h2 {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:18px
}
.section-heading p {
  font-size:13px;
  color:var(--faint);
  margin-top:4px
}
.count {
  border:1px solid var(--line);
  padding:0 5px;
  border-radius:4px;
  font-size:12px;
  color:var(--muted);
  font-weight:400;
  letter-spacing:0
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--pink-pale);
  font-size:13px
}
.text-link svg {
  width:14px;
  height:14px;
  transition:transform .2s
}
.text-link:hover svg {
  transform:translateX(3px)
}
.license-list {
  display:flex;
  flex-direction:column;
  gap:12px
}
.license-card {
  border:1px solid var(--line);
  border-radius:11px;
  overflow:hidden;
  background:linear-gradient(105deg,#231b25,#1b171f 80%);
  transition:border-color .2s
}
.license-card:hover {
  border-color:#775269
}
.license-card-body {
  padding:19px 20px 15px;
  display:flex;
  align-items:center;
  gap:14px
}
.product-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:42px;
  height:45px;
  border-radius:9px;
  border:1px solid #a76b8540;
  background:linear-gradient(140deg,#573145,#342332);
  color:var(--pink-pale);
  font-size:20px;
  font-weight:600;
  letter-spacing:-2px
}
.product-icon.fivem {
  background:linear-gradient(140deg,#383340,#24202e);
  color:#d0bfdc;
  border-color:#77708940
}
.product-icon.lua {
  background:linear-gradient(145deg,#4c315c,#282138);
  color:#e0c6f4;
  border-color:#a67ac34d
}
.product-icon svg {
  width:25px;
  height:25px
}
.license-heading {
  min-width:0
}
.license-heading h3 {
  font-size:16px;
  font-weight:500;
  letter-spacing:-.3px
}
.license-heading p {
  color:var(--muted);
  font-size:13px;
  margin-top:2px
}
.status-pill {
  flex-shrink:0;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:3px 8px;
  border-radius:5px;
  border:1px solid #55977825;
  background:#335c461c;
  color:var(--green);
  font-size:12px;
  margin-left:auto
}
.status-pill i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor
}
.status-pill.status-planned {
  color:#d8b4e8;
  border-color:#9a6ebd38;
  background:#6e4a831c
}
.license-card-foot {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid #42303f55;
  padding:10px 20px;
  background:#110e131c
}
.license-time {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  font-size:12px;
  color:var(--muted)
}
.license-time svg {
  width:12px;
  height:12px
}
.license-time strong {
  font-weight:400;
  color:#d4c3d4
}
.license-details {
  flex-shrink:0;
  min-height:32px;
  background:none;
  border:0;
  padding:3px 0;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#e6d1e0
}
.license-details:hover {
  color:var(--pink)
}
.license-details svg {
  width:12px;
  height:12px
}
.redeem-strip {
  display:flex;
  gap:13px;
  align-items:center;
  border:1px dashed #78526460;
  border-radius:10px;
  padding:14px 18px;
  margin-top:13px;
  transition:background .2s,border-color .2s
}
.redeem-strip:hover {
  background:#ff8dc005;
  border-color:#b87095
}
.round-icon {
  width:31px;
  height:31px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ff8dc009;
  color:var(--pink-pale);
  border:1px solid #b5688d26
}
.round-icon svg {
  width:15px;
  height:15px
}
.redeem-strip strong {
  font-size:13px;
  display:block;
  font-weight:400
}
.redeem-strip small {
  display:block;
  font-size:12px;
  color:var(--faint);
  margin-top:2px
}
.redeem-strip>span:last-child {
  margin-left:auto;
  color:var(--muted)
}
.redeem-strip>span:last-child svg {
  width:15px;
  height:15px
}
.activity-list {
  list-style:none;
  margin:12px 0 0;
  padding:0
}
.activity-list li {
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid var(--line-soft)
}
.activity-list li:last-child {
  border:0
}
.activity-icon {
  width:29px;
  height:29px;
  border:1px solid var(--line-soft);
  background:#ffffff02;
  border-radius:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#b397b1
}
.activity-icon svg {
  width:13px;
  height:13px
}
.activity-list strong {
  display:block;
  font-weight:400;
  font-size:13px
}
.activity-list small {
  display:block;
  font-size:12px;
  color:var(--faint);
  margin-top:3px
}
.activity-list time {
  font-size:12px;
  color:var(--faint);
  margin-left:auto
}
.overview-aside {
  padding-top:1px;
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0
}
.stats-card,.account-card,.activity-card {
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:11px;
  padding:21px
}
.stats-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  margin-top:17px
}
.stat-item {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  min-width:0;
  min-height:111px;
  padding:11px 10px;
  border:1px solid var(--line-soft);
  border-radius:8px;
  background:linear-gradient(145deg,#ff8dc008,#ffffff02)
}
.stat-icon {
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #a76b8533;
  border-radius:7px;
  background:#ff8dc008;
  color:#dcb4ce
}
.stat-icon svg {
  width:13px;
  height:13px
}
.stat-label {
  color:var(--faint);
  font-size:11px;
  line-height:1.25
}
.stat-value {
  display:block;
  margin-top:auto;
  color:#f4ebf2;
  font-family:Poppins,system-ui,sans-serif;
  font-size:18px;
  font-weight:500;
  font-variant-numeric:tabular-nums;
  line-height:1.1;
  transform-origin:center bottom
}
.stat-value.is-counting {
  animation:stat-value-rise 1.25s var(--ease) both
}
.card-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.card-heading h2 {
  font-size:15px
}
.card-heading>span {
  color:var(--faint)
}
.card-heading svg {
  width:14px;
  height:14px
}
.account-identity {
  display:flex;
  align-items:center;
  gap:11px;
  margin:23px 0
}
.account-identity strong {
  display:block;
  font-size:14px;
  font-weight:500
}
.account-identity div>span {
  display:block;
  font-size:12px;
  color:var(--faint);
  margin-top:4px
}
.account-facts {
  border-top:1px solid var(--line-soft);
  margin:0 0 17px;
  padding-top:14px
}
.account-facts>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  padding:4px 0
}
.account-facts dt {
  color:var(--muted)
}
.account-facts dd {
  margin:0;
  color:#d6cbd8
}
.mono {
  font-family:ui-monospace,monospace;
  letter-spacing:.4px
}
.account-card .button {
  font-size:12px;
  min-height:35px;
  padding:8px 12px
}
.account-card .button svg {
  width:13px;
  height:13px
}
.page-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid var(--line-soft);
  margin-top:34px;
  padding:19px 0 22px;
  color:var(--faint);
  font-size:12px
}
.footer-dot {
  display:inline-block;
  margin:0 8px;
  color:#704e63
}
.page-heading {
  margin:14px 0 32px
}
.page-heading h1 {
  font-size:34px;
  letter-spacing:-1.1px;
  margin:7px 0 6px
}
.page-heading>p {
  font-size:14px;
  color:var(--muted)
}
.toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:21px
}
.segmented {
  display:flex;
  gap:4px;
  padding:4px;
  background:#19141d;
  border:1px solid var(--line);
  border-radius:9px
}
.segmented button {
  border:0;
  background:transparent;
  padding:8px 14px;
  border-radius:5px;
  font-size:13px;
  color:var(--muted)
}
.segmented button[aria-pressed=true] {
  background:#3f2938;
  color:var(--pink-pale)
}
.license-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.license-grid .license-card-body {
  padding:24px
}
.license-grid .product-icon {
  width:50px;
  height:53px
}
.license-grid .license-card-foot {
  padding:16px 24px
}
.license-grid .license-heading {
  min-width:0
}
.license-heading h3 {
  font-size:18px
}
.empty-state {
  text-align:center;
  min-height:290px;
  border:1px dashed var(--line);
  border-radius:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px
}
.empty-state>span {
  color:var(--pink)
}
.empty-state p {
  color:var(--muted);
  font-size:14px
}
.download-feature {
  display:flex;
  position:relative;
  overflow:hidden;
  gap:28px;
  align-items:center;
  width:100%;
  max-width:1120px;
  margin-inline:auto;
  min-height:220px;
  padding:28px 32px;
  border:1px solid #70445b60;
  border-radius:var(--radius);
  background:linear-gradient(110deg,#251b29,#1b171f)
}
.loader-mark {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:96px;
  height:102px;
  border:1px solid #e299bc40;
  border-radius:25px;
  background:radial-gradient(ellipse at top,#614054,#332332);
  box-shadow:0 20px 30px -20px #000;
  transform:rotate(-7deg)
}
.download-feature>div:nth-child(2) {
  position:relative;
  z-index:2;
  min-width:0
}
.download-feature h2 {
  font-size:26px;
  letter-spacing:-1px;
  margin:8px 0
}
.download-feature p {
  color:var(--muted);
  font-size:14px
}
.download-meta {
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:12px;
  margin:17px 0 23px;
  flex-wrap:wrap
}
.download-meta svg {
  width:12px;
  height:12px
}
.meta-dot {
  color:var(--faint);
  padding:0 2px
}
.download-flower {
  position:absolute;
  width:210px;
  height:210px;
  right:-65px;
  bottom:-70px;
  opacity:.035;
  transform:rotate(15deg)
}
.setup-section {
  margin-top:30px;
  width:100%;
  max-width:1120px;
  margin-inline:auto
}
.setup-steps {
  list-style:none;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin:24px 0
}
.setup-steps li {
  border-top:1px solid var(--line);
  padding:20px 0
}
.setup-steps li>span {
  color:var(--pink);
  font-size:13px;
  font-family:ui-monospace,monospace
}
.setup-steps h3 {
  font-size:15px;
  margin:14px 0 7px
}
.setup-steps p {
  font-size:14px;
  color:var(--muted)
}
.redeem-layout {
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
  width:100%;
  max-width:1160px;
  margin-inline:auto;
  gap:24px;
  align-items:start
}
#page-downloads>.page-heading {
  width:100%;
  max-width:1120px;
  margin-left:auto;
  margin-right:auto
}
#page-redeem>.page-heading {
  width:100%;
  max-width:1160px;
  margin-left:auto;
  margin-right:auto
}
.redeem-form-card {
  padding:28px;
  min-width:0;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--panel)
}
.redeem-form-card>.round-icon {
  width:39px;
  height:39px;
  border-radius:10px;
  margin-bottom:20px
}
.redeem-form-card h2 {
  font-size:22px;
  margin-bottom:9px
}
.redeem-form-card .button-full {
  width:auto;
  min-width:160px;
  max-width:100%;
  gap:24px
}
.redeem-form-card>p {
  font-size:14px;
  color:var(--muted);
  margin-bottom:26px
}
label {
  display:block;
  font-size:14px;
  margin-bottom:9px;
  color:#ded0df
}
input {
  border:1px solid #4b3547;
  border-radius:7px;
  background:#141016;
  color:var(--text);
  padding:13px 14px;
  width:100%;
  min-height:45px
}
input::placeholder {
  color:var(--faint);
  font-size:14px
}
input[aria-invalid=true] {
  border-color:#f08b9b
}
.field-hint {
  font-size:12px;
  color:var(--muted);
  margin:11px 0 24px
}
.inline-code {
  font-family:ui-monospace,monospace;
  color:var(--pink);
  font-size:13px;
  background:#ffffff05;
  border:1px solid var(--line);
  border-radius:4px;
  padding:3px 5px
}
.form-result {
  font-size:14px;
  color:var(--green);
  background:#91d3ad09;
  border:1px solid #91d3ad25;
  padding:13px;
  border-radius:7px;
  margin-top:14px
}
.form-result.error {
  color:#ffadbd;
  background:#ffadbd06;
  border-color:#ffadbd30
}
.redeem-real {
  display:flex;
  gap:9px;
  align-items:flex-start;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid var(--line)
}
.redeem-real svg {
  width:13px;
  height:13px;
  margin-top:3px;
  color:var(--faint)
}
.redeem-real p {
  font-size:12px;
  color:var(--muted)
}
.redeem-real a {
  color:var(--pink-pale);
  text-decoration:underline;
  text-underline-offset:3px
}
.redeem-art {
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid #71475f55;
  background:linear-gradient(145deg,#251b28,#472738);
  min-height:360px;
  align-self:stretch
}
.redeem-art>img {
  position:absolute;
  width:470px;
  height:340px;
  max-width:none;
  top:-37px;
  right:-90px;
  opacity:.9
}
.redeem-art>div {
  position:absolute;
  bottom:34px;
  left:33px;
  right:30px
}
.redeem-art h2 {
  font-size:26px;
  line-height:1.4;
  letter-spacing:-.7px;
  margin:13px 0
}
.redeem-art p {
  font-size:13px;
  color:#c9afbf
}
.settings-card {
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:12px;
  padding:27px;
  margin-bottom:20px;
  max-width:none
}
.settings-title {
  margin-bottom:23px
}
.settings-title p,.compact-setting p {
  font-size:14px;
  color:var(--muted);
  margin-top:6px
}
.settings-card input {
  max-width:400px
}
.form-actions {
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:17px
}
.form-actions span {
  font-size:13px;
  color:var(--green)
}
.preference-row {
  display:flex;
  gap:20px;
  justify-content:space-between;
  align-items:center
}
.preference-row strong {
  font-weight:400;
  font-size:14px
}
.preference-row p {
  font-size:14px;
  color:var(--muted);
  margin-top:5px
}
.preference-row small {
  display:block;
  color:var(--faint);
  font-size:12px;
  margin-top:5px
}
.switch {
  width:39px;
  height:23px;
  border:1px solid #715263;
  border-radius:20px;
  background:#42313f;
  display:flex;
  align-items:center;
  padding:3px;
  flex-shrink:0
}
.switch span {
  width:15px;
  height:15px;
  border-radius:50%;
  background:#bbaab7;
  transition:transform .2s
}
.switch[aria-checked=true] {
  background:#bd6b93;
  border-color:#df95b6
}
.switch[aria-checked=true] span {
  transform:translateX(15px);
  background:#fff0f7
}
.compact-setting {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center
}
.neutral-pill {
  display:inline-flex;
  align-items:center;
  width:max-content;
  flex-shrink:0;
  border:1px solid var(--line);
  background:#ffffff03;
  padding:5px 9px;
  border-radius:5px;
  color:var(--muted);
  font-size:12px
}
.faq-list {
  max-width:none
}
.faq-list details {
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--panel);
  margin-bottom:12px;
  padding:0 23px
}
.faq-list summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:21px 0;
  font-size:14px;
  cursor:pointer;
  list-style:none
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary svg {
  width:14px;
  height:14px;
  color:var(--pink)
}
.faq-list details[open] summary svg {
  transform:rotate(45deg)
}
.faq-list details>p {
  font-size:14px;
  color:var(--muted);
  padding:0 0 23px;
  max-width:680px
}
.faq-list a {
  color:var(--pink);
  text-decoration:underline
}
.update-card {
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:var(--radius);
  padding:35px;
  max-width:none
}
.update-card h2 {
  font-size:26px;
  margin:23px 0 15px;
  letter-spacing:-.6px
}
.update-card p,.update-card li {
  font-size:14px;
  line-height:1.95;
  color:#d5c8d6
}
.update-card ul {
  padding-left:18px;
  margin:22px 0
}
.update-card li {
  padding:4px 0
}
.update-card p.muted {
  font-size:14px;
  color:var(--muted)
}
dialog {
  width:min(480px,calc(100% - 32px));
  background:#211a24;
  color:var(--text);
  border:1px solid #654259;
  border-radius:16px;
  padding:25px 28px 29px;
  box-shadow:0 30px 100px #0008
}
dialog[open] {
  animation:dialog-in .3s var(--ease)
}
dialog::backdrop {
  background:#0c0813b3;
  backdrop-filter:blur(5px)
}
.dialog-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:19px
}
.dialog-heading .eyebrow {
  font-size:12px
}
dialog h2 {
  font-size:26px;
  margin-bottom:10px
}
dialog p {
  color:var(--muted);
  font-size:14px;
  margin:9px 0 20px
}
.dialog-facts {
  margin:24px 0
}
.dialog-facts>div {
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:14px;
  padding:12px 0;
  border-bottom:1px solid var(--line)
}
.dialog-facts dt {
  color:var(--muted)
}
.dialog-facts dd {
  margin:0;
  text-align:right
}
.key-display {
  background:#16111a;
  padding:12px;
  border:1px solid var(--line);
  border-radius:7px;
  font:13px ui-monospace,monospace;
  margin:15px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px
}
.key-display button {
  font-family:Poppins,sans-serif;
  font-size:12px;
  background:none;
  border:0;
  color:var(--pink);
  padding:6px 0
}
.dialog-buttons {
  display:flex;
  gap:10px;
  margin-top:22px
}
.toast {
  position:fixed;
  bottom:25px;
  left:calc(50% + 100px);
  transform:translateX(-50%);
  z-index:90;
  padding:13px 20px;
  background:#352431;
  border:1px solid #81506b;
  border-radius:10px;
  box-shadow:0 10px 40px #0004;
  font-size:14px;
  max-width:calc(100% - 30px);
  animation:page-in .25s var(--ease)
}
.noscript-note {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:100;
  text-align:center;
  background:#472738;
  color:#fff;
  padding:20px
}
@keyframes branch-sway {
  from {
    transform:rotate(-1deg)
  }
  to {
    transform:rotate(1deg)
  }
}
@keyframes petal-drift {
  0% {
    transform:translate(0,-15px) rotate(0);
    opacity:0
  }
  15% {
    opacity:.6
  }
  80% {
    opacity:.3
  }
  100% {
    transform:translate(-95px,220px) rotate(140deg);
    opacity:0
  }
}
@keyframes page-in {
  from {
    opacity:0
  }
  to {
    opacity:1
  }
}
@keyframes dialog-in {
  from {
    opacity:0
  }
  to {
    opacity:1
  }
}
@keyframes stat-value-rise {
  0% {
    opacity:.35;
    transform:translateY(7px)
  }
  100% {
    opacity:1;
    transform:translateY(0)
  }
}
body.motion-paused *,body.motion-paused *:before,body.motion-paused *:after {
  animation:none!important;
  transition:none!important
}
.motion-paused .petal {
  display:none
}
@media(min-width:1600px) {
  .welcome-panel {
    min-height:335px
  }
  .welcome-copy {
    padding-top:36px
  }
  .welcome-copy h1 {
    font-size:44px
  }
  .hero-art {
    width:50%
  }
  .overview-columns {
    grid-template-columns:minmax(0,1fr) 380px
  }
  .license-card-body {
    padding:23px
  }
  .topbar {
    padding-left:52px;
    padding-right:52px
  }
  main {
    padding-left:52px;
    padding-right:52px
  }
}
@media(min-width:1800px) {
  .license-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}
@media(max-width:1150px) {
  .sidebar {
    width:204px;
    padding-left:15px;
    padding-right:15px
  }
  .workspace {
    margin-left:204px
  }
  .nav-list a[aria-current=page]:before {
    left:-15px
  }
  .wordmark {
    padding-left:10px
  }
  .topbar {
    padding:0 28px
  }
  main {
    padding:28px 28px 0
  }
  .overview-columns {
    gap:20px;
    grid-template-columns:minmax(0,1fr) 290px
  }
  .account-card {
    padding:18px
  }
  .account-identity {
    gap:8px
  }
  .account-identity div>span {
    font-size:12px
  }
  .welcome-copy {
    padding-left:28px
  }
  .welcome-copy h1 {
    font-size:34px
  }
  .license-grid {
    grid-template-columns:1fr
  }
  .download-feature {
    padding:28px;
    gap:25px
  }
  .loader-mark {
    width:96px;
    height:102px
  }
  .redeem-layout {
    gap:18px
  }
  .redeem-form-card {
    padding:25px
  }
  .redeem-art>img {
    right:-180px
  }
  .redeem-art>div {
    left:25px
  }
}
@media(max-width:950px) {
  .overview-columns {
    grid-template-columns:1fr
  }
  .overview-aside {
    display:block
  }
  .account-identity div>span {
    font-size:12px
  }
  .account-identity {
    margin:18px 0
  }
  .welcome-panel {
    min-height:303px
  }
  .sakura-branch {
    width:94%;
    height:auto;
    right:0;
    top:auto;
    bottom:0;
    object-position:right bottom
  }
  .hero-art {
    width:55%
  }
  .welcome-copy p {
    max-width:240px
  }
  .setup-steps {
    gap:18px
  }
  .download-feature {
    align-items:flex-start
  }
  .loader-mark {
    width:80px;
    height:86px;
    border-radius:19px
  }
  .loader-mark img {
    width:48px
  }
  .redeem-layout {
    grid-template-columns:1fr
  }
  .redeem-art {
    min-height:220px
  }
  .redeem-art>img {
    right:0;
    width:400px;
    height:290px;
    top:-50px
  }
  .redeem-art>div {
    bottom:25px;
    max-width:240px
  }
  .redeem-art h2 {
    font-size:26px
  }
  .redeem-art p {
    max-width:200px
  }
}
@media(max-width:700px) {
  .sidebar {
    width:242px;
    transform:translateX(-100%);
    transition:transform .3s var(--ease)
  }
  body.nav-open .sidebar {
    transform:translateX(0)
  }
  body.nav-open {
    overflow:hidden
  }
  .mobile-scrim {
    position:fixed;
    inset:0;
    background:#0c0813a8;
    backdrop-filter:blur(3px);
    z-index:25
  }
  .workspace {
    margin:0
  }
  .topbar {
    height:65px;
    padding:0 20px;
    gap:11px
  }
  .mobile-menu {
    display:inline-flex
  }
  .breadcrumb {
    margin-right:auto;
    font-size:12px;
    gap:9px
  }
  .topbar-actions {
    gap:11px
  }
  .preview-badge {
    font-size:12px
  }
  .motion-button {
    display:none
  }
  .avatar-small {
    width:28px;
    height:28px
  }
  main {
    min-height:calc(100svh - 65px);
    padding:26px 20px 0
  }
  .welcome-panel {
    min-height:302px
  }
  .welcome-copy {
    padding:27px 23px 57px
  }
  .welcome-copy h1 {
    font-size:34px
  }
  .welcome-copy .eyebrow {
    font-size:12px;
    letter-spacing:1.3px
  }
  .welcome-copy p {
    font-size:14px;
    max-width:240px
  }
  .welcome-copy .button {
    font-size:13px;
    min-height:38px;
    padding:9px 13px
  }
  .hero-art {
    width:100%;
    opacity:.34;
    mask-image:linear-gradient(90deg,transparent,#000 58%)
  }
  .sakura-branch {
    width:min(420px,94%);
    height:auto;
    aspect-ratio:auto;
    right:0;
    top:auto;
    bottom:0;
    object-position:right bottom
  }
  .overview-columns {
    margin-top:26px;
    gap:24px
  }
  .section-heading h2 {
    font-size:16px
  }
  .section-heading .text-link {
    font-size:12px
  }
  .license-card-body {
    padding:18px
  }
  .license-card-foot {
    padding:11px 18px
  }
  .license-time {
    font-size:12px;
    gap:5px
  }
  .license-details {
    font-size:12px
  }
  .account-card {
    padding:17px
  }
  .account-identity {
    flex-direction:column;
    align-items:flex-start;
    gap:9px
  }
  .account-facts>div {
    font-size:12px
  }
  .account-card .button {
    font-size:12px
  }
  .account-card .card-heading h2 {
    font-size:14px
  }
  .page-footer {
    margin-top:23px;
    font-size:12px;
    flex-wrap:wrap;
    gap:8px
  }
  .toolbar {
    align-items:flex-start;
    flex-wrap:wrap
  }
  .segmented button {
    padding:8px 11px;
    font-size:12px
  }
  .toolbar>.button {
    font-size:13px
  }
  .page-heading {
    margin:6px 0 25px
  }
  .page-heading h1 {
    font-size:30px
  }
  .page-heading p {
    font-size:14px
  }
  .download-feature {
    padding:26px;
    flex-direction:column;
    gap:22px
  }
  .download-feature h2 {
    font-size:24px
  }
  .download-feature p {
    font-size:14px
  }
  .loader-mark {
    transform:rotate(-5deg)
  }
  .setup-steps {
    grid-template-columns:1fr;
    gap:0
  }
  .setup-steps li {
    padding:19px 0;
    display:grid;
    grid-template-columns:32px 1fr;
    column-gap:8px
  }
  .setup-steps li>span {
    grid-row:1/3;
    padding-top:2px
  }
  .setup-steps h3 {
    margin:0 0 5px
  }
  .redeem-form-card {
    padding:25px
  }
  .redeem-art>img {
    right:-105px;
    opacity:.65
  }
  .redeem-art>div {
    max-width:180px
  }
  .redeem-art .eyebrow {
    font-size:12px
  }
  .redeem-art p {
    font-size:12px
  }
  .settings-card {
    padding:22px
  }
  .preference-row small {
    font-size:12px
  }
  .compact-setting {
    align-items:flex-start
  }
  .compact-setting h2 {
    font-size:16px
  }
  .compact-setting p {
    font-size:13px
  }
  .update-card {
    padding:25px
  }
  .update-card h2 {
    font-size:24px
  }
  .update-card p,.update-card li {
    font-size:14px
  }
  .faq-list details {
    padding:0 20px
  }
  .faq-list summary {
    font-size:14px
  }
  .toast {
    left:50%;
    bottom:20px;
    width:max-content
  }
  .sidebar .support-note {
    margin-bottom:10px
  }
  .sidebar-bottom {
    padding-top:22px
  }
}
@media(max-width:370px) {
  main {
    padding-left:14px;
    padding-right:14px
  }
  .topbar {
    padding-left:12px;
    padding-right:12px
  }
  .preview-badge {
    font-size:12px
  }
  .topbar-actions {
    gap:9px
  }
  .welcome-copy h1 {
    font-size:32px
  }
  .welcome-copy p {
    max-width:170px
  }
  .overview-aside {
    grid-template-columns:1fr
  }
  .account-identity {
    flex-direction:row;
    align-items:center
  }
  .dialog-buttons {
    flex-wrap:wrap
  }
}
@media(max-height:800px) and (min-width:701px) {
  .sidebar {
    padding-top:25px
  }
  .sidebar-caption {
    margin-top:31px
  }
  .sidebar-bottom {
    padding-top:18px
  }
  .support-note {
    padding:14px;
    margin-bottom:13px
  }
  .sidebar-profile {
    padding:15px 5px 18px
  }
  .sidebar-links {
    margin-bottom:12px
  }
}
.welcome-copy h1 {
  overflow-wrap:anywhere;
  max-width:520px
}
.sidebar-profile>span:nth-child(2),.account-identity>div {
  min-width:0
}
.sidebar-profile strong,.account-identity strong {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
@media(max-width:700px) {
  .hero-art {
    opacity:.5;
    mask-image:linear-gradient(90deg,transparent,#000 80%)
  }
  .welcome-copy h1 {
    max-width:310px
  }
  .sidebar {
    overflow-y:auto
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
  .petal {
    display:none
  }
}
/* Page edges follow the header;
paragraphs keep a comfortable reading length. */
.page-heading>p,.setup-steps p {
  max-width:75ch
}
.update-card>p,.update-card>ul {
  max-width:80ch
}
.settings-card:not(.compact-setting) {
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr);
  gap:36px;
  align-items:start
}
.settings-card:not(.compact-setting) .settings-title {
  margin-bottom:0
}
.settings-card form {
  min-width:0
}
.settings-card input {
  max-width:560px
}
.settings-card .preference-row {
  padding-top:3px
}
.key-display {
  flex-wrap:wrap
}
.sidebar>*,.sidebar-bottom>* {
  flex-shrink:0
}
.welcome-copy {
  padding-bottom:36px
}
.hero-art {
  bottom:0
}
.redeem-art>div {
  max-width:460px
}
.button svg,.text-link svg {
  width:17px;
  height:17px
}
.page-footer {
  min-height:64px
}
@media(min-width:1600px) {
  .license-list {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px
  }
  .welcome-copy p {
    max-width:440px
  }
  .license-card-body {
    min-height:108px
  }
  .overview-main .redeem-strip {
    margin-top:20px
  }
  .activity-list li {
    padding:18px 0
  }
}
@media(max-width:1150px) {
  .overview-columns {
    grid-template-columns:1fr
  }
  .overview-aside {
    display:flex
  }
  .account-identity {
    flex-wrap:wrap
  }
  .settings-card:not(.compact-setting) {
    grid-template-columns:1fr;
    gap:22px
  }
}
@media(max-width:950px) {
  .redeem-art {
    min-height:240px
  }
  .redeem-art>div {
    max-width:300px
  }
  .redeem-art p {
    max-width:280px
  }
  .redeem-art>img {
    opacity:.45
  }
}
@media(max-width:700px) {
  .welcome-copy {
    padding-bottom:34px
  }
  .welcome-copy .eyebrow {
    font-size:11px;
    letter-spacing:1px
  }
  .hero-art {
    opacity:.3
  }
  .preview-badge {
    font-size:11px
  }
  .breadcrumb {
    gap:8px
  }
  .breadcrumb>span:first-child,.breadcrumb>.slash {
    display:none
  }
  .account-identity {
    flex-direction:row;
    align-items:center
  }
  .license-card-body {
    flex-wrap:wrap;
    gap:12px
  }
  .license-card-foot {
    align-items:flex-start;
    flex-wrap:wrap;
    gap:4px 12px
  }
  .license-details {
    margin-left:auto
  }
  .license-heading h3 {
    font-size:17px
  }
  .license-grid .license-card-body {
    padding:20px
  }
  .license-grid .license-card-foot {
    padding:12px 20px
  }
  .redeem-form-card {
    padding:24px
  }
  .redeem-art>div {
    max-width:240px
  }
  .redeem-art>img {
    right:-145px;
    opacity:.25
  }
  .redeem-art p {
    font-size:14px
  }
  .field-hint,.redeem-real p {
    font-size:13px
  }
  .compact-setting {
    flex-wrap:wrap
  }
  .form-actions,.dialog-buttons {
    flex-wrap:wrap
  }
  .welcome-copy h1 {
    font-size:32px
  }
  .welcome-copy .button {
    min-height:44px
  }
  .faq-list summary {
    font-size:15px
  }
  .page-footer {
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    gap:8px
  }
  .download-meta {
    font-size:12px
  }
}

/* Keep the Overview rail compact enough to finish within a desktop viewport. */
.overview-columns {
  margin-top:22px
}
.overview-aside {
  gap:12px
}
.stats-card,.account-card,.activity-card {
  padding:16px 17px
}
.stats-grid {
  gap:6px;
  margin-top:10px
}
.stat-item {
  min-height:76px;
  gap:5px;
  padding:8px
}
.stat-icon {
  width:23px;
  height:23px;
  flex-basis:23px
}
.stat-icon svg {
  width:13px;
  height:13px
}
.stat-label {
  font-size:10px
}
.stat-value {
  font-size:17px
}
.account-identity {
  margin:14px 0
}
.account-facts {
  margin-bottom:11px;
  padding-top:9px
}
.account-facts>div {
  padding:3px 0
}
.account-card .button {
  min-height:32px;
  padding:6px 10px
}
.activity-list {
  margin-top:8px
}
.activity-list li {
  gap:9px;
  padding:8px 0
}
.activity-icon {
  width:25px;
  height:25px;
  flex:0 0 25px
}
.activity-icon svg {
  width:11px;
  height:11px
}
.activity-list strong {
  font-size:12px
}
.activity-list small,.activity-list time {
  font-size:11px
}
.activity-list small {
  margin-top:2px
}
.page-footer {
  min-height:50px;
  margin-top:24px;
  padding:14px 0 16px
}
.welcome-copy h1.has-long-name {
  max-width:600px;
  font-size:32px;
  letter-spacing:-.9px
}
@media(max-width:700px) {
  .welcome-copy h1.has-long-name {
    max-width:310px;
    font-size:28px
  }
}
@media(max-width:420px) {
  .welcome-copy h1.has-long-name {
    max-width:260px;
    font-size:26px
  }
}
