.downloads-console{display:grid;gap:14px;width:100%;min-width:0}.downloads-filterbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;min-width:0}.downloads-filter-chip{width:100%;min-width:0;min-height:36px;padding:0 13px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-accent) 16%,var(--color-border) 84%);background:radial-gradient(140% 120% at 100% 0%,rgba(127,183,255,.12),transparent 58%),linear-gradient(180deg,#0d1828e6,#09111ef0);display:inline-flex;align-items:center;justify-content:center;gap:8px;color:color-mix(in srgb,var(--color-text) 92%,var(--color-text-soft) 8%);box-shadow:inset 0 1px #ffffff0a;transition:border-color var(--motion-base) ease,background var(--motion-base) ease,color var(--motion-base) ease,box-shadow var(--motion-base) ease}.downloads-filter-chip span{font-size:11px;line-height:1;letter-spacing:.05em;color:var(--color-text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.downloads-filter-chip strong{min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;font-family:var(--font-display);font-size:10.5px;line-height:1;letter-spacing:-.03em}.downloads-filter-chip.is-active{border-color:color-mix(in srgb,var(--color-accent) 40%,transparent);background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--color-accent) 12%,transparent),transparent 56%),linear-gradient(180deg,#284567d6,#1b324fe6);color:#f4f9ff;box-shadow:inset 0 1px #ffffff24,0 4px 12px #0e274a3d}.downloads-filter-chip.is-active strong{background:color-mix(in srgb,var(--color-accent) 26%,rgba(255,255,255,.06))}.downloads-filter-chip.is-priority:not(.is-active),.downloads-filter-chip--clear{border-color:color-mix(in srgb,var(--color-accent) 28%,var(--chip-border) 72%);background:radial-gradient(120% 120% at 100% 0%,rgba(133,182,255,.22),transparent 64%),linear-gradient(180deg,#18283eeb,#0e1a2cf5);color:#eaf4ff;box-shadow:inset 0 1px #ffffff1a,0 6px 14px #0e274a2e}.downloads-filter-chip--clear{font-size:11px;font-weight:760;letter-spacing:.03em}.downloads-filter-chip--clear:hover,.downloads-filter-chip.is-priority:not(.is-active):hover{border-color:color-mix(in srgb,var(--color-accent) 38%,var(--chip-border) 62%)}.downloads-list{display:grid;gap:12px;width:100%;min-width:0}.download-card,.downloads-spotlight{width:100%;min-width:0;border:1px solid color-mix(in srgb,var(--color-border-strong) 88%,transparent);border-radius:var(--radius-md);background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--color-accent) 10%,transparent),transparent 56%),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));box-shadow:var(--shadow-soft)}.download-card{padding:14px;display:grid;gap:10px;overflow:hidden;animation:download-card-in .22s ease}.download-card-group{border-color:color-mix(in srgb,var(--color-border-strong) 92%,transparent)}@keyframes download-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.download-card-head,.downloads-spotlight-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.download-service-pill{display:inline-flex;align-items:center;gap:8px;min-width:0;font-size:12px;color:var(--color-text-soft)}.download-service-pill .service-icon{width:18px;height:18px;flex:0 0 auto;border:0;border-radius:0;background:transparent}.download-service-pill .service-icon img{width:18px;height:18px}.download-service-pill>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-status{flex:0 0 auto;padding:4px 9px;border-radius:999px;border:1px solid var(--color-border);font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--color-text-soft)}.download-status-running{color:#9cd8ff;border-color:#72beff73}.download-status-pending{color:#ffd38b;border-color:#ffc57273}.download-status-done{color:#a5f0bf;border-color:#72e69a73}.download-status-error{color:#ffafb8;border-color:#ff7e9173}.download-status-cancelled{color:#b8c7de;border-color:#b8c7de61}.download-card-body,.downloads-spotlight-body{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:center;min-width:0}.downloads-spotlight-body{grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:stretch}.download-cover,.downloads-spotlight-cover{overflow:hidden;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.download-cover{width:96px;height:96px;border-radius:16px}.downloads-spotlight-cover{width:118px;height:118px;border-radius:18px;box-shadow:0 14px 28px #00000038}.download-cover img,.downloads-spotlight-cover img{width:100%;height:100%;object-fit:cover}.download-cover .service-icon,.downloads-spotlight-cover .service-icon{width:26px;height:26px;border:0;border-radius:0;background:transparent}.download-cover .service-icon img,.downloads-spotlight-cover .service-icon img{width:26px;height:26px}.download-main,.downloads-spotlight-main{min-width:0;display:grid}.download-main{gap:6px}.downloads-spotlight-main{gap:10px;align-content:center}.download-main h3,.downloads-spotlight-main h3{margin:0;font-family:var(--font-display);letter-spacing:-.03em;overflow-wrap:anywhere}.download-main h3{font-size:16px;line-height:1.24;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.downloads-spotlight-kicker{font-size:11px;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.downloads-spotlight-main h3{font-size:clamp(20px,4.8vw,26px);line-height:1.02}.download-meta,.download-group-meta,.download-group-info,.downloads-spotlight-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--color-text-soft)}.download-group-meta{align-items:center;justify-content:space-between}.download-group-info{align-items:center}.download-group-info span{white-space:nowrap}.downloads-spotlight-stack{display:grid;gap:6px}.downloads-spotlight-stack span,.download-track-row{border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.downloads-spotlight-stack span{display:block;padding:10px 12px;border-radius:14px;font-size:13px;color:var(--color-text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-progress-line,.download-track-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.download-progress-line.has-cancel,.download-track-progress.has-cancel{grid-template-columns:minmax(0,1fr) auto auto}.download-progress-line>span,.download-track-progress>span,.download-track-status{font-size:11px;color:var(--color-text-soft)}.download-progress-cancel{width:34px;min-width:34px;height:34px;padding:0}.progress.is-indeterminate{position:relative;overflow:hidden}.progress.is-indeterminate>span{width:36%;animation:download-indeterminate 1.1s linear infinite}@keyframes download-indeterminate{0%{transform:translate(-130%)}to{transform:translate(340%)}}.download-actions{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.download-actions .btn{min-width:0;min-height:38px;height:38px;border-radius:14px}.download-actions .btn svg{width:17px;height:17px;flex:0 0 17px}.download-action-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-actions .download-action-retry,.download-actions .download-action-open,.download-actions .download-action-bot{flex:1 1 0;justify-content:center;gap:8px;padding:0 12px}.download-actions .download-action-bot{border-color:#82d7b473}.download-actions .download-action-bot:hover:not(:disabled){border-color:#a1eccea3;background:linear-gradient(180deg,#399e7947,#2b70582e)}.download-actions.is-compact{gap:8px;flex-wrap:nowrap}.download-actions.is-compact .btn,.download-actions.is-compact .download-action-retry,.download-actions.is-compact .download-action-open,.download-actions.is-compact .download-action-bot{flex:1 1 0;min-width:0;width:auto;min-height:34px;height:34px;padding:0 10px;border-radius:11px;justify-content:center}.download-actions.is-compact .download-action-label{font-size:10.5px;letter-spacing:.01em}.download-track-list{margin-top:2px;padding-top:12px;border-top:1px solid var(--color-border);display:grid;gap:8px;min-width:0}.download-track-row{overflow:hidden;border-radius:12px;padding:8px;display:grid;gap:8px;min-width:0}.download-track-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0}.download-track-title{min-width:0;font-size:14px;line-height:1.28;overflow-wrap:anywhere}.download-track-status{white-space:nowrap;padding-top:1px}.downloads-empty-text{margin:12px auto 6px;width:100%;text-align:center;font-family:var(--font-display);font-size:clamp(22px,4.4vw,28px);line-height:1.06;letter-spacing:-.02em;font-weight:500;color:var(--color-text-soft);opacity:.92;text-wrap:balance}:root[data-theme=light] .download-card,:root[data-theme=light] .downloads-spotlight,:root[data-theme=light] .downloads-filter-chip{background:var(--panel-bg)}:root[data-theme=light] .downloads-spotlight-stack span,:root[data-theme=light] .download-track-row{background:var(--panel-bg-soft)}:root[data-theme=light] .downloads-filter-chip{border-color:var(--panel-border-soft);color:#1f3349;box-shadow:var(--panel-inset-highlight)}:root[data-theme=light] .downloads-filter-chip.is-active{border-color:#4f87da6b;background:radial-gradient(110% 130% at 100% 0%,rgba(142,189,255,.34),transparent 60%),linear-gradient(180deg,#74a6f38a,#5b8ddc94);color:#0f2b4a}:root[data-theme=light] .downloads-filter-chip.is-priority:not(.is-active),:root[data-theme=light] .downloads-filter-chip--clear{border-color:#4f87da57;background:var(--panel-bg-soft);color:#15385b;box-shadow:var(--panel-inset-highlight),0 6px 14px #3d659124}:root[data-theme=light] .download-status-running{color:#246b9b;border-color:#4297d375}:root[data-theme=light] .download-status-pending{color:#8d5d1e;border-color:#ce9c4a75}:root[data-theme=light] .download-status-done{color:#1f7550;border-color:#43b17f75}:root[data-theme=light] .download-status-error{color:#a14a57;border-color:#c65d7075}:root[data-theme=light] .download-status-cancelled{color:#4d6481;border-color:#6c84a270}:root[data-theme=light] .downloads-empty-text{color:color-mix(in srgb,var(--color-text) 72%,var(--color-text-soft) 28%)}@media (max-width: 640px){.downloads-console{gap:12px}.downloads-filterbar{gap:6px}.downloads-filter-chip{min-height:34px;padding-inline:10px;gap:6px}.downloads-filter-chip span,.downloads-filter-chip strong{font-size:10px}.download-card,.downloads-spotlight{padding:12px;gap:9px}.download-card-body,.downloads-spotlight-body{grid-template-columns:78px minmax(0,1fr);gap:10px}.download-cover,.downloads-spotlight-cover{width:78px;height:78px;border-radius:14px}.download-main{gap:4px}.download-main h3{font-size:14px;line-height:1.24}.downloads-spotlight-main{gap:8px}.downloads-spotlight-main h3{font-size:17px;line-height:1.06}.download-meta,.download-group-meta,.download-group-info,.downloads-spotlight-meta,.download-track-status,.download-progress-line>span,.download-track-progress>span{font-size:11px}.downloads-spotlight-kicker,.download-status{font-size:10px}.download-actions .btn,.download-actions.is-compact .btn,.download-actions.is-compact .download-action-retry,.download-actions.is-compact .download-action-open,.download-actions.is-compact .download-action-bot{min-height:32px;height:32px;border-radius:10px}.download-actions .download-action-label,.download-actions.is-compact .download-action-label{font-size:10px}.download-track-row{padding:8px;gap:7px}.downloads-empty-text{margin-top:8px;font-size:clamp(20px,6.4vw,24px)}}.premium-shell{position:relative}.premium-shell-content{position:relative;z-index:1}.premium-shell-content .page{gap:18px;padding-bottom:calc(var(--safe-bottom) + 8px)}.premium-stage{display:grid;gap:16px}.premium-shell-particle-premium:before,.premium-shell-particle-premium:after{display:none}.premium-particle-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.72;mix-blend-mode:screen;filter:saturate(132%) contrast(1.08)}.premium-hero{display:grid;gap:8px}.premium-headline{margin:0;color:var(--color-text);font-family:var(--font-display);font-size:clamp(28px,7vw,44px);line-height:.96;letter-spacing:-.05em}.premium-lead{max-width:40rem;margin:0;color:var(--color-text-soft);font-size:13px;line-height:1.46}.premium-spectrum{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(100%,280px);margin-top:2px}.premium-spectrum-band{height:8px;border-radius:999px;display:block;box-shadow:0 0 18px #71c6ff24}.premium-spectrum-band--ice{background:linear-gradient(90deg,#8eeaff6b,#5cc2ffe6)}.premium-spectrum-band--blue{background:linear-gradient(90deg,#7ca9ff75,#5280ffe6)}.premium-spectrum-band--gold{background:linear-gradient(90deg,#ffdc8066,#f6bf4fe0)}.premium-benefits-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.premium-benefit-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.premium-benefit-item:last-child{border-bottom:0}.premium-benefit-mark{width:12px;height:12px;margin-top:4px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#dff6ff,#78cfff 58%,#59b4ff);box-shadow:0 0 0 4px #72c8ff1a,0 0 14px #72c8ff2e}.premium-benefit-text{color:var(--color-text);font-size:15px;line-height:1.34}.premium-plan-stage{display:grid;gap:12px;padding:0;border:0;background:transparent;box-shadow:none}.premium-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.premium-plan-tile{position:relative;overflow:hidden;min-height:98px;padding:12px 12px 13px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border-strong) 80%,transparent);background:linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));display:grid;justify-items:center;align-content:center;gap:10px;color:inherit;text-align:center;box-shadow:inset 0 1px #ffffff0a,0 8px 18px #030a121f;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,background var(--motion-base) ease,color var(--motion-base) ease}.premium-plan-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity var(--motion-base) ease}.premium-plan-tile.is-ice:before{background:radial-gradient(130% 110% at 50% 0%,rgba(126,230,255,.14),transparent 60%)}.premium-plan-tile.is-blue:before{background:radial-gradient(130% 110% at 50% 0%,rgba(115,159,255,.14),transparent 60%)}.premium-plan-tile.is-gold:before{background:radial-gradient(130% 110% at 50% 0%,rgba(255,212,117,.16),transparent 60%)}.premium-plan-tile:hover{border-color:color-mix(in srgb,var(--color-border-strong) 92%,white 4%);box-shadow:inset 0 1px #ffffff0f,0 10px 20px #030a1224}.premium-plan-tile.is-active{border-color:color-mix(in srgb,var(--color-accent) 54%,white 12%);box-shadow:0 12px 22px #030a1229,inset 0 1px #ffffff17}.premium-plan-tile.is-active:before{opacity:1}.premium-plan-tile.is-active.is-ice{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 82%,rgba(116,216,255,.16)),color-mix(in srgb,var(--card-bg-end) 88%,rgba(72,182,255,.12)))}.premium-plan-tile.is-active.is-blue{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 80%,rgba(104,142,255,.2)),color-mix(in srgb,var(--card-bg-end) 86%,rgba(73,119,255,.16)))}.premium-plan-tile.is-active.is-gold{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 82%,rgba(255,208,107,.18)),color-mix(in srgb,var(--card-bg-end) 88%,rgba(236,176,54,.14)))}.premium-plan-price{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0}.premium-plan-price-value{color:var(--color-text);font-family:var(--font-display);font-size:30px;line-height:.92;letter-spacing:-.06em}.premium-plan-period{position:relative;z-index:1;color:color-mix(in srgb,var(--color-text) 92%,var(--color-text-soft) 8%);font-size:14px;line-height:1;letter-spacing:-.02em;font-weight:760}.premium-telegram-star{position:relative;width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center}.premium-telegram-star svg{width:100%;height:100%;display:block;filter:drop-shadow(0 1px 0 rgba(255,255,255,.18)) drop-shadow(0 0 8px rgba(255,199,84,.22));animation:premium-telegram-star-bob 2.8s ease-in-out infinite;transform-origin:50% 50%}.premium-telegram-star:before,.premium-telegram-star:after{content:"";position:absolute;border-radius:999px;background:#fff4aff2;opacity:0;pointer-events:none;animation:premium-telegram-star-spark 2.8s ease-in-out infinite}.premium-telegram-star:before{width:4px;height:4px;top:1px;right:-1px}.premium-telegram-star:after{width:3px;height:3px;left:-1px;bottom:2px;animation-delay:1.2s}.premium-telegram-star-body{fill:#f7c948}.premium-telegram-star-highlight{fill:#fff2a8;opacity:.62}.premium-plan-tile.is-active .premium-plan-price-value{color:color-mix(in srgb,var(--color-text) 94%,#fff2a8 6%)}.premium-plan-tile.is-active .premium-telegram-star svg{filter:drop-shadow(0 1px 0 rgba(255,255,255,.22)) drop-shadow(0 0 10px rgba(255,199,84,.28))}.premium-actions-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.premium-action-button{width:100%}.premium-action-button:disabled{opacity:.64}:root[data-theme=light] .premium-spectrum-band{box-shadow:0 0 12px #5c8fcb24}:root[data-theme=light] .premium-benefit-mark{background:radial-gradient(circle at 35% 35%,#f2fbff,#8fc8f6 58%,#6aa7de);box-shadow:0 0 0 4px #66a2dc14,0 0 10px #66a2dc24}:root[data-theme=light] .premium-plan-tile{border-color:#225c8b33;box-shadow:inset 0 1px #ffffffeb,0 8px 16px #3d65911f}:root[data-theme=light] .premium-plan-tile:hover{border-color:#4f87da52;box-shadow:inset 0 1px #fffffff5,0 10px 18px #3d659124}:root[data-theme=light] .premium-plan-tile.is-active{border-color:#4f87da6b;box-shadow:inset 0 1px #fffffffa,0 12px 22px #3d659129}:root[data-theme=light] .premium-plan-tile.is-active.is-ice{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 86%,rgba(114,200,255,.16)),color-mix(in srgb,var(--card-bg-end) 90%,rgba(93,174,240,.12)))}:root[data-theme=light] .premium-plan-tile.is-active.is-blue{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 86%,rgba(126,165,243,.2)),color-mix(in srgb,var(--card-bg-end) 90%,rgba(98,137,225,.14)))}:root[data-theme=light] .premium-plan-tile.is-active.is-gold{background:linear-gradient(180deg,color-mix(in srgb,var(--card-bg-start) 88%,rgba(243,204,130,.2)),color-mix(in srgb,var(--card-bg-end) 92%,rgba(228,176,74,.12)))}:root[data-theme=light] .premium-plan-tile.is-active .premium-plan-price-value{color:color-mix(in srgb,var(--color-text) 88%,var(--color-gold) 12%)}:root[data-theme=light] .premium-telegram-star svg{filter:drop-shadow(0 1px 0 rgba(255,255,255,.46)) drop-shadow(0 0 6px rgba(219,176,79,.2))}:root[data-theme=light] .premium-plan-tile.is-active .premium-telegram-star svg{filter:drop-shadow(0 1px 0 rgba(255,255,255,.5)) drop-shadow(0 0 8px rgba(219,176,79,.22))}@keyframes premium-telegram-star-bob{0%,to{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-.5px) scale(1.03) rotate(-2deg)}55%{transform:translateY(.5px) scale(.98) rotate(1.5deg)}}@keyframes premium-telegram-star-spark{0%,to{opacity:0;transform:scale(.4)}22%{opacity:0;transform:scale(.4)}36%{opacity:.95;transform:scale(1)}56%{opacity:0;transform:scale(.65)}}@media (max-width: 640px){.premium-shell-content .page{gap:12px}.premium-stage{gap:14px}.premium-headline{font-size:24px;line-height:.98}.premium-lead{font-size:12px;line-height:1.42}.premium-spectrum{width:100%;max-width:240px}.premium-benefit-item{gap:10px;padding:10px 0}.premium-benefit-mark{width:10px;height:10px}.premium-benefit-text{font-size:14px;line-height:1.32}.premium-plan-grid{gap:10px}.premium-plan-tile{min-height:88px;padding:10px 10px 11px;gap:8px}.premium-plan-price-value{font-size:26px}.premium-plan-period{font-size:13px}.premium-telegram-star{width:20px;height:20px;flex-basis:20px}.premium-actions-row{gap:10px}}@media (max-width: 420px){.premium-plan-grid{gap:8px}.premium-plan-tile{min-height:82px;padding:9px 9px 10px}.premium-plan-price-value{font-size:23px}.premium-plan-period{font-size:12px}.premium-telegram-star{width:18px;height:18px;flex-basis:18px}}@media (prefers-reduced-motion: reduce){.premium-particle-canvas{opacity:.2}.premium-telegram-star svg,.premium-telegram-star:before,.premium-telegram-star:after{animation:none}}.profile-lite-card{--profile-card-ratio: 85.6 / 53.98;--profile-name-size: 15px;position:relative;width:min(100%,560px);margin-inline:auto;aspect-ratio:var(--profile-card-ratio);border-radius:24px;border:1px solid rgba(173,219,255,.24);padding:clamp(14px,3vw,18px);background:linear-gradient(132deg,#6577f8,#8b87f6 38%,#db9bcf);box-shadow:0 18px 34px #03091247,inset 0 1px #fff3;color:#f7fbff;display:grid;grid-template-rows:auto 1fr auto;gap:10px;overflow:hidden;isolation:isolate}.profile-lite-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.profile-lite-media img,.profile-design-preview-media{position:absolute;max-width:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;will-change:left,top,width,height}.profile-lite-media video,.profile-design-preview-media--video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.profile-lite-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 120% at 100% 0%,rgba(255,255,255,.2),transparent 42%),radial-gradient(110% 100% at 0% 100%,rgba(99,236,255,.18),transparent 50%);pointer-events:none}.profile-lite-card:after{content:none}.profile-lite-card--midnight{background:linear-gradient(132deg,#6677f5,#8f8af8 38%,#d69eca)}.profile-lite-card--ocean{background:linear-gradient(132deg,#5b77ff,#71a4f7 40%,#95d3df)}.profile-lite-card--graphite{background:linear-gradient(132deg,#7276e3,#8f88da 42%,#c38cb8)}.profile-lite-card--custom{background:#102038}.profile-lite-card--custom:before{background:linear-gradient(180deg,#070f1c0a,#070f1c1f),radial-gradient(120% 120% at 100% 0%,rgba(255,255,255,.1),transparent 40%)}.profile-lite-card--custom:after{content:none}.profile-lite-card--custom.profile-lite-card--light .profile-lite-id,.profile-lite-card--custom.profile-lite-card--light .profile-lite-balance span,.profile-lite-card--custom.profile-lite-card--light .profile-lite-balance strong,.profile-lite-card--custom.profile-lite-card--light .profile-lite-user-name,.profile-lite-card--custom.profile-lite-card--light .profile-lite-user-handle,.profile-lite-card--custom.profile-lite-card--light .profile-lite-brand{color:#f7fbff;text-shadow:0 2px 10px rgba(0,0,0,.56)}.profile-lite-card--custom.profile-lite-card--dark .profile-lite-id,.profile-lite-card--custom.profile-lite-card--dark .profile-lite-balance span,.profile-lite-card--custom.profile-lite-card--dark .profile-lite-balance strong,.profile-lite-card--custom.profile-lite-card--dark .profile-lite-user-name,.profile-lite-card--custom.profile-lite-card--dark .profile-lite-user-handle,.profile-lite-card--custom.profile-lite-card--dark .profile-lite-brand{color:#101825;text-shadow:0 1px 6px rgba(255,255,255,.48)}.profile-lite-top,.profile-lite-balance,.profile-lite-bottom{position:relative;z-index:1}.profile-lite-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.profile-lite-id{display:inline-flex;align-items:center;gap:8px;margin-left:5px;color:inherit;font-size:14px;font-weight:600;line-height:1}.profile-lite-id svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.profile-lite-brand{width:43px;height:43px;min-height:0;margin-right:5px;color:inherit;display:flex;justify-content:flex-end;align-items:flex-start}.profile-lite-brand img{width:100%;height:100%;display:block;object-fit:contain;filter:none}.profile-lite-balance{align-self:center;display:grid;gap:6px;margin-left:5px}.profile-lite-balance span{font-size:16px;opacity:.96}.profile-lite-balance strong{font-size:clamp(34px,6vw,46px);line-height:.96;letter-spacing:-.03em;text-shadow:0 5px 14px rgba(6,16,32,.22)}.profile-lite-bottom{display:flex;align-items:flex-end;justify-content:flex-start;gap:10px}.profile-lite-user{display:inline-flex;align-items:center;gap:10px;margin-left:5px;min-width:0}.profile-lite-avatar{width:42px;height:42px;border-radius:50%;background:#f5faff61;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#1f2633}.profile-lite-avatar img{width:100%;height:100%;object-fit:cover}.profile-lite-user-text{display:grid;gap:3px;min-width:0}.profile-lite-user-name{font-size:var(--profile-name-size);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-lite-user-handle{font-size:12px;color:#f5f8ffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-lite-chip{position:absolute;right:38px;bottom:52px;width:77px;height:58px;border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;z-index:2}.profile-lite-chip-img{width:100%;height:100%;object-fit:contain}.bank-actions-row{position:relative;z-index:6;display:flex;gap:12px;width:100%;margin-top:16px}.bank-action-btn{flex:1 1 0;min-height:50px;font-size:17px;font-weight:700;border-radius:16px;box-shadow:0 12px 22px #0817273d}.bank-actions-row .btn-primary{color:#f7fcff}.profile-shell,.profile-surface,.profile-wallet-hero,.profile-referral-overview,.profile-history-list,.profile-referral-rail{touch-action:pan-y}.profile-shell{display:grid;gap:12px;padding-bottom:2px}.profile-surface{display:grid;gap:16px;padding:16px}.profile-surface--wallet{background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 88%,transparent),color-mix(in srgb,var(--color-surface-soft) 92%,transparent)),radial-gradient(120% 140% at 100% 0%,rgba(107,181,255,.1),transparent 58%)}.profile-surface--referral{background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface-soft) 88%,transparent),color-mix(in srgb,var(--color-surface) 94%,transparent)),radial-gradient(120% 120% at 0% 100%,rgba(150,104,255,.08),transparent 58%)}.profile-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.profile-section-copy{display:grid;gap:4px;min-width:0;text-align:left}.profile-section-copy h3{margin:0;font-size:20px;font-weight:800;letter-spacing:-.03em;line-height:1.02}.profile-section-copy p,.referral-bank-info,.profile-empty-state p{margin:0;color:var(--color-text-soft);font-size:13px;line-height:1.46}.profile-section-meta{display:grid;gap:2px;min-width:124px;padding:9px 11px;border-radius:15px;border:1px solid color-mix(in srgb,var(--color-border) 82%,transparent);background:linear-gradient(180deg,#ffffff0a,#ffffff04)}.profile-section-meta span{color:var(--color-text-soft);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.profile-section-meta strong{font-size:14px;line-height:1.15}.profile-section-meta em{color:var(--color-text-soft);font-size:12px;font-style:normal}.profile-wallet-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:12px}.profile-wallet-balance-panel,.profile-wallet-ledger-row,.profile-referral-hero,.profile-referral-track-row{border:1px solid color-mix(in srgb,var(--color-border) 82%,transparent);background:linear-gradient(180deg,#ffffff0b,#ffffff04)}.profile-wallet-balance-panel{display:grid;gap:8px;align-content:end;min-height:166px;padding:18px;border-radius:22px;box-shadow:inset 0 1px #ffffff0d}.profile-wallet-balance-label{color:var(--color-text-soft);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.profile-wallet-balance-value{font-size:clamp(28px,4.6vw,40px);line-height:.96;letter-spacing:-.04em}.profile-wallet-balance-stars{color:color-mix(in srgb,var(--color-gold) 78%,var(--color-text) 22%);font-size:14px;font-style:normal;font-weight:700}.profile-wallet-ledger{display:grid;gap:8px}.profile-wallet-ledger-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px}.profile-wallet-ledger-copy{display:grid;gap:4px;min-width:0}.profile-wallet-ledger-copy span{color:var(--color-text-soft);font-size:12px;line-height:1.32}.profile-wallet-ledger-copy strong{font-size:16px;line-height:1.08;letter-spacing:-.02em}.profile-wallet-ledger-row em{color:var(--color-text-soft);font-size:12px;font-style:normal;white-space:nowrap}.profile-wallet-ledger-row.is-success .profile-wallet-ledger-copy strong{color:var(--color-success)}.profile-wallet-ledger-row.is-warn .profile-wallet-ledger-copy strong{color:color-mix(in srgb,var(--color-gold) 78%,var(--color-text) 22%)}.profile-wallet-ledger-row.is-accent .profile-wallet-ledger-copy strong{color:color-mix(in srgb,var(--color-accent) 84%,var(--color-text) 16%)}.profile-surface-divider{width:100%;height:1px;background:color-mix(in srgb,var(--color-border) 76%,transparent)}.wallet-history-toggle.profile-history-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0;background:transparent;border:0;color:inherit;text-align:left}.wallet-history-toggle-arrow{flex:0 0 auto;font-size:16px;color:var(--color-text-soft);transition:transform var(--motion-base) ease}.wallet-history-toggle-arrow.is-collapsed{transform:rotate(-90deg)}.profile-history-list{display:grid}.profile-history-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 76%,transparent)}.profile-history-item:last-child{border-bottom:0;padding-bottom:0}.profile-history-copy,.profile-history-side{display:grid;gap:4px;min-width:0}.profile-history-copy strong,.profile-history-side strong{font-size:16px;line-height:1.12}.profile-history-copy span,.profile-history-meta{color:var(--color-text-soft);font-size:12px;line-height:1.32}.profile-history-side{justify-items:end;text-align:right}.profile-history-side strong.is-plus{color:var(--color-success)}.profile-history-side strong.is-minus{color:var(--color-danger)}.profile-referral-overview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.profile-banking-list-ref-rate{min-width:58px;height:38px;padding:0 13px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-accent) 44%,var(--color-border) 56%);background:linear-gradient(180deg,#7babff2e,#a679ff24);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.profile-referral-hero{display:grid;gap:6px;align-content:center;min-height:164px;padding:18px;border-radius:22px}.profile-referral-hero span{color:var(--color-text-soft);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.profile-referral-hero strong{font-size:clamp(34px,6vw,48px);line-height:.94;letter-spacing:-.04em}.profile-referral-hero em{color:var(--color-text-soft);font-size:14px;font-style:normal}.profile-referral-overview-copy{display:grid;gap:2px}.profile-referral-statline{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 76%,transparent)}.profile-referral-statline:first-child{padding-top:0}.profile-referral-statline:last-child{border-bottom:0;padding-bottom:0}.profile-referral-statline span{color:var(--color-text-soft);font-size:12px;line-height:1.32}.profile-referral-statline strong{font-size:16px;line-height:1.12;text-align:right}.profile-referral-rail{display:grid;gap:10px}.profile-referral-track-row{display:grid;gap:10px;padding:14px 16px;border-radius:18px}.profile-referral-track-row.is-current{border-color:color-mix(in srgb,var(--color-accent) 54%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent) 18%,transparent)}.profile-referral-track-row.is-reached .profile-referral-track-head strong{color:var(--color-success)}.profile-referral-track-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-referral-track-head strong{font-size:15px;line-height:1.1}.profile-referral-track-head span{color:var(--color-text-soft);font-size:13px}.profile-referral-track{height:10px;border-radius:999px;background:color-mix(in srgb,var(--color-border) 68%,transparent);overflow:hidden}.profile-referral-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--progress-fill-start),var(--progress-fill-end))}.referral-bank-info{max-width:68ch}.referral-actions--bank{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.referral-actions--bank .btn{min-height:48px;justify-content:center;font-weight:700}.profile-empty-state{padding-top:2px}.profile-hidden-input{display:none}.profile-lite-sheet{display:grid;gap:12px;padding:14px}.profile-lite-sheet-hint{margin:0;color:var(--color-text-soft);font-size:13px;line-height:1.42}.profile-lite-sheet-methods,.profile-lite-sheet-actions,.profile-card-methods{display:flex;flex-wrap:wrap;gap:8px}.profile-lite-sheet-actions--compact{justify-content:flex-start}.profile-design-sheet{display:grid;gap:14px}.sheet--design{width:min(460px,calc(100vw - 24px));max-height:min(78dvh,calc(100dvh - var(--safe-top) - var(--safe-bottom) - 24px))}.profile-design-preview{padding:0;border:0;background:transparent}.profile-design-preview-card{--profile-card-ratio: 85.6 / 53.98;position:relative;width:100%;aspect-ratio:var(--profile-card-ratio);border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#5b84cf,#3f67ab 40%,#122f52);touch-action:none;cursor:grab}.profile-design-preview-card.is-custom{background:#102038}.profile-design-preview-card:active{cursor:grabbing}.profile-design-preview-card.is-video,.profile-design-preview-card.is-video:active{cursor:default}.profile-design-preview-guide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;border:1.5px solid rgba(112,176,255,.9);box-shadow:inset 0 0 0 1px #091b3761,0 0 0 1px #a8d6ff14;pointer-events:none}.profile-design-overlay-tools{position:absolute;right:12px;bottom:12px;z-index:3;display:flex;gap:6px}.profile-design-tool{width:34px;height:34px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);background:linear-gradient(180deg,#0c182ad6,#08111feb);color:#eff7ff;display:inline-flex;align-items:center;justify-content:center;padding:0;box-shadow:0 10px 18px #060d183d}.profile-design-tool:disabled{opacity:.44}.profile-design-tool svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.profile-design-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-design-addon-action{display:grid}.profile-design-addon-action .btn{width:100%}.profile-design-addon-more{justify-self:center;margin-top:8px;padding:0;border:0;background:transparent;color:var(--color-accent);font-size:14px;font-weight:500;line-height:1.25;text-decoration:underline;text-underline-offset:2px}.profile-design-addon-more-text{margin:6px 0 0;color:var(--color-text-soft);font-size:13px;line-height:1.4;text-align:center}.profile-design-addon-action.is-hidden{display:none}.profile-lite-design-add{width:54px;min-width:54px;height:42px;padding:0;font-size:28px;font-weight:600;line-height:1}.profile-auto-destination,.profile-lite-sheet-country{padding:12px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border:1px solid color-mix(in srgb,var(--color-border) 82%,transparent);background:linear-gradient(180deg,#ffffff0b,#ffffff04)}.profile-auto-destination span,.profile-lite-sheet-country span{color:var(--color-text-soft);font-size:13px}.profile-auto-destination strong{font-size:13px;letter-spacing:.01em;word-break:break-all;text-align:right}.profile-lite-sheet-country .btn{min-height:36px;padding:0 12px}.profile-card-method-chip{min-height:34px}:root[data-theme=light] .profile-lite-card{box-shadow:0 16px 32px #2c659d29,inset 0 1px #ffffff57}:root[data-theme=light] .profile-surface--wallet,:root[data-theme=light] .profile-surface--referral,:root[data-theme=light] .profile-wallet-balance-panel,:root[data-theme=light] .profile-wallet-ledger-row,:root[data-theme=light] .profile-referral-hero,:root[data-theme=light] .profile-referral-track-row,:root[data-theme=light] .profile-auto-destination,:root[data-theme=light] .profile-lite-sheet-country,:root[data-theme=light] .profile-section-meta{border-color:#225c8b29}:root[data-theme=light] .profile-surface--wallet,:root[data-theme=light] .profile-surface--referral{background:var(--panel-bg)}:root[data-theme=light] .profile-wallet-balance-panel,:root[data-theme=light] .profile-wallet-ledger-row,:root[data-theme=light] .profile-referral-hero,:root[data-theme=light] .profile-referral-track-row,:root[data-theme=light] .profile-auto-destination,:root[data-theme=light] .profile-lite-sheet-country,:root[data-theme=light] .profile-section-meta{background:var(--panel-bg)}:root[data-theme=light] .bank-actions-row .btn-secondary{border-color:#2c64933d;background:linear-gradient(180deg,#f9fdfff5,#e8f2fbfa);color:#173b58;box-shadow:0 10px 18px #1037561f,inset 0 1px #ffffffe6}:root[data-theme=light] .profile-design-preview{border-color:#225c8b29;background:var(--panel-bg)}:root[data-theme=light] .profile-design-preview-guide{border-color:#377fc6c2;box-shadow:inset 0 0 0 1px #ffffff5c,0 0 0 1px #377fc60f}@media (max-width: 720px){.profile-section-head,.profile-wallet-hero,.profile-referral-overview{grid-template-columns:1fr}.profile-section-meta{min-width:0}}@media (max-width: 640px){.profile-lite-card{border-radius:22px;padding:12px;--profile-name-size: 14px}.profile-lite-id{font-size:13px}.profile-lite-brand{width:39px;height:39px}.profile-lite-balance span{font-size:15px}.profile-lite-balance strong{font-size:clamp(28px,9vw,40px)}.profile-lite-avatar{width:38px;height:38px}.profile-lite-chip{right:32px;bottom:46px;width:72px;height:53px}.bank-actions-row{gap:10px}.bank-action-btn{min-height:48px;font-size:16px}.profile-surface{padding:16px;gap:16px}.profile-section-copy h3{font-size:20px}.profile-wallet-balance-panel,.profile-referral-hero{min-height:0}.profile-design-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.profile-lite-chip{right:28px;bottom:44px;width:70px;height:50px}.profile-history-item,.profile-wallet-ledger-row{display:grid;gap:8px}.profile-history-side{justify-items:start;text-align:left}.referral-actions--bank{grid-template-columns:1fr}}.profile-lite-card{border-radius:var(--radius-md);border-color:color-mix(in srgb,var(--color-border-strong) 90%,transparent);background:linear-gradient(135deg,#5d8fdd,#4d78c6 42%,#14355c);box-shadow:var(--shadow-soft),inset 0 1px #ffffff2e}.profile-lite-card--midnight{background:linear-gradient(135deg,#5b84cf,#3f67ab 40%,#122f52)}.profile-lite-card--ocean{background:linear-gradient(135deg,#57a9d5,#317db2 42%,#123a5f)}.profile-lite-card--graphite{background:linear-gradient(135deg,#7389ab,#51647f 38%,#1f3148)}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom){color:#153753;border-color:#225c8b47;background:linear-gradient(135deg,#e2f0ff,#c7dcf4 42%,#9dbde0);box-shadow:0 20px 34px #2d5b8a2e,inset 0 1px #fffffff0}:root[data-theme=light] .profile-lite-card.profile-lite-card--midnight:not(.profile-lite-card--custom){background:linear-gradient(135deg,#dfeeff,#bed6f2 40%,#95b8df)}:root[data-theme=light] .profile-lite-card.profile-lite-card--ocean:not(.profile-lite-card--custom){background:linear-gradient(135deg,#def4ff,#bbe0f6 42%,#90c8e2)}:root[data-theme=light] .profile-lite-card.profile-lite-card--graphite:not(.profile-lite-card--custom){background:linear-gradient(135deg,#e7eef8,#cbd9e9 38%,#9fb3c9)}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom):after{content:none}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-id,:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-balance span,:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-balance strong,:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-user-name,:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-user-handle,:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-brand{color:#153753;text-shadow:none}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-balance strong{color:#204766}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-user-handle{color:#153753c7}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-avatar{background:#ffffffa3;box-shadow:inset 0 0 0 1px #1537531f}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-chip{border-radius:10px;background:#ffffff4d;box-shadow:inset 0 0 0 1px #1537531f}:root[data-theme=light] .profile-lite-card:not(.profile-lite-card--custom) .profile-lite-chip-img{filter:saturate(1.12) contrast(1.12) drop-shadow(0 2px 4px rgba(18,53,82,.22))}.bank-actions-row{gap:10px}.bank-action-btn{min-height:46px;border-radius:18px;font-size:15px;box-shadow:none}.profile-surface{gap:14px;padding:16px;border-radius:var(--radius-lg)}.profile-section-copy h3,.profile-wallet-balance-value,.profile-referral-hero strong{font-family:var(--font-display);letter-spacing:-.04em}.profile-section-meta,.profile-wallet-balance-panel,.profile-wallet-ledger-row,.profile-referral-hero,.profile-referral-track-row,.profile-history-item,.profile-auto-destination,.profile-lite-sheet-country{border-color:color-mix(in srgb,var(--color-border) 88%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-wallet-balance-panel,.profile-referral-hero{border-radius:var(--radius-md)}.profile-wallet-ledger-row,.profile-referral-track-row,.profile-history-item{border-radius:var(--radius-sm)}.profile-section-copy p,.referral-bank-info,.profile-empty-state p,.profile-wallet-ledger-copy span,.profile-history-copy span,.profile-history-meta{font-size:13px;line-height:1.5}@media (max-width: 640px){.profile-shell{gap:12px}.profile-lite-card{border-radius:var(--radius-md);padding:11px;width:100%}.profile-lite-top{gap:8px}.bank-action-btn{min-height:44px;border-radius:14px;font-size:14px}.profile-surface{padding:14px;border-radius:var(--radius-md)}.profile-section-copy h3{font-size:18px}.profile-section-copy p,.profile-section-meta em,.profile-section-meta span,.profile-wallet-ledger-copy span,.profile-history-copy span,.profile-history-meta,.profile-referral-statline span,.referral-bank-info,.profile-empty-state p{font-size:12px;line-height:1.42}.profile-section-meta,.profile-wallet-balance-panel,.profile-wallet-ledger-row,.profile-referral-hero,.profile-referral-track-row{border-radius:16px}.profile-wallet-hero,.profile-referral-overview{gap:10px}.profile-wallet-balance-panel{min-height:0;padding:14px;gap:6px}.profile-wallet-balance-value{font-size:26px;line-height:.98}.profile-wallet-balance-stars{font-size:12px}.profile-wallet-ledger-row,.profile-referral-track-row{padding:12px 14px}.profile-wallet-ledger-copy strong,.profile-history-copy strong,.profile-history-side strong,.profile-referral-statline strong,.profile-referral-track-head strong{font-size:15px}.profile-referral-hero{min-height:0;padding:14px;gap:4px}.profile-referral-hero strong{font-size:28px}.profile-banking-list-ref-rate{min-width:50px;height:34px;font-size:14px}.profile-history-item{padding:12px 0}}@media (max-width: 420px){.profile-lite-id{font-size:12px}.profile-lite-balance span{font-size:13px}.profile-lite-balance strong{font-size:24px}.profile-lite-brand{width:39px;height:39px}.profile-lite-avatar{width:34px;height:34px}.profile-lite-user-name{font-size:13px}.profile-lite-user-handle{font-size:11px}.profile-lite-chip{right:26px;bottom:38px;width:62px;height:46px}}.profile-wallet-summary-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:12px}.profile-wallet-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-wallet-stat-card,.profile-history-panel,.profile-history-compact-item,.profile-referral-stat-card,.profile-referral-progress-card{border:1px solid color-mix(in srgb,var(--color-border) 88%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-wallet-stat-card{display:grid;gap:8px;align-content:space-between;padding:14px;border-radius:var(--radius-sm)}.profile-wallet-stat-copy,.profile-history-compact-list{display:grid}.profile-wallet-stat-copy{gap:4px}.profile-wallet-stat-copy span,.profile-referral-stat-card span,.profile-referral-progress-head span{color:var(--color-text-soft);font-size:12px;line-height:1.35}.profile-wallet-stat-copy strong,.profile-referral-stat-card strong,.profile-referral-progress-head strong{font-size:15px;line-height:1.12;letter-spacing:-.02em}.profile-wallet-stat-card em{color:var(--color-text-soft);font-size:11px;font-style:normal}.profile-wallet-stat-card.is-success .profile-wallet-stat-copy strong{color:var(--color-success)}.profile-wallet-stat-card.is-warn .profile-wallet-stat-copy strong{color:color-mix(in srgb,var(--color-gold) 78%,var(--color-text) 22%)}.profile-wallet-stat-card.is-accent .profile-wallet-stat-copy strong{color:color-mix(in srgb,var(--color-accent) 84%,var(--color-text) 16%)}.profile-history-panel{display:grid;gap:10px;padding:14px;border-radius:var(--radius-md)}.profile-history-compact-list{gap:8px}.profile-history-compact-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-sm)}.profile-referral-summary{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px}.profile-referral-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-referral-stat-card,.profile-referral-progress-card{display:grid;gap:8px;padding:14px;border-radius:var(--radius-sm)}.profile-referral-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px}:root[data-theme=light] .profile-wallet-stat-card,:root[data-theme=light] .profile-history-panel,:root[data-theme=light] .profile-history-compact-item,:root[data-theme=light] .profile-referral-stat-card,:root[data-theme=light] .profile-referral-progress-card{border-color:var(--panel-border);background:var(--panel-bg)}@media (max-width: 720px){.profile-wallet-summary-grid,.profile-referral-summary{grid-template-columns:1fr}}@media (max-width: 640px){.profile-wallet-summary-grid,.profile-referral-summary,.profile-wallet-stat-grid,.profile-referral-stat-grid{gap:8px}.profile-wallet-stat-card,.profile-history-panel,.profile-history-compact-item,.profile-referral-stat-card,.profile-referral-progress-card{padding:12px}.profile-wallet-stat-copy span,.profile-referral-stat-card span,.profile-referral-progress-head span{font-size:11px}.profile-wallet-stat-copy strong,.profile-referral-stat-card strong,.profile-referral-progress-head strong{font-size:14px}}.profile-surface--wallet,.profile-surface--referral{gap:14px;border-radius:var(--radius-lg);background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 92%,transparent),color-mix(in srgb,var(--color-surface-soft) 96%,transparent)),radial-gradient(120% 140% at 100% 0%,rgba(134,182,255,.08),transparent 56%)}.profile-bank-overview{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:12px}.profile-wallet-balance-panel{min-height:0;padding:18px;border-radius:22px}.profile-wallet-balance-label{font-size:11px;letter-spacing:.12em}.profile-wallet-balance-value{font-size:clamp(28px,5vw,36px)}.profile-wallet-balance-stars{font-size:12px}.profile-bank-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-bank-metric{display:grid;gap:8px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bank-metric-copy{display:grid;gap:4px}.profile-bank-metric-copy span{color:var(--color-text-soft);font-size:11px;line-height:1.34}.profile-bank-metric-copy strong{font-size:15px;line-height:1.1;letter-spacing:-.02em}.profile-bank-metric em{color:var(--color-text-soft);font-size:11px;font-style:normal}.profile-bank-metric.is-success .profile-bank-metric-copy strong{color:var(--color-success)}.profile-bank-metric.is-warn .profile-bank-metric-copy strong{color:color-mix(in srgb,var(--color-gold) 82%,var(--color-text) 18%)}.profile-bank-metric.is-accent .profile-bank-metric-copy strong{color:color-mix(in srgb,var(--color-accent) 86%,var(--color-text) 14%)}.profile-bank-activity{display:grid;gap:10px;padding:14px;border-radius:20px;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bank-activity-list{display:grid;gap:8px}.profile-bank-activity-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);background:color-mix(in srgb,var(--color-surface) 64%,transparent)}.profile-bank-activity-copy,.profile-bank-activity-side{display:grid;gap:4px}.profile-bank-activity-copy strong,.profile-bank-activity-side strong{font-size:15px;line-height:1.1}.profile-bank-activity-side{justify-items:end;text-align:right}.profile-bank-activity-side strong.is-plus{color:var(--color-success)}.profile-bank-activity-side strong.is-minus{color:var(--color-danger)}.profile-bonus-shell{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:12px}.profile-bonus-hero{display:grid;gap:6px;align-content:center;padding:18px;border-radius:22px;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bonus-hero span{color:var(--color-text-soft);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.profile-bonus-hero strong{font-family:var(--font-display);font-size:clamp(28px,6vw,36px);line-height:.96;letter-spacing:-.04em}.profile-bonus-hero em{color:var(--color-text-soft);font-size:12px;font-style:normal}.profile-bonus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-bonus-card{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bonus-card span,.profile-bonus-progress-head span{color:var(--color-text-soft);font-size:11px;line-height:1.34}.profile-bonus-card strong,.profile-bonus-progress-head strong{font-size:15px;line-height:1.1}.profile-bonus-progress{display:grid;gap:10px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border) 90%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bonus-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-bonus-progress .referral-bank-info{max-width:none;font-size:12px;line-height:1.42}:root[data-theme=light] .profile-surface--wallet,:root[data-theme=light] .profile-surface--referral,:root[data-theme=light] .profile-bank-metric,:root[data-theme=light] .profile-bank-activity,:root[data-theme=light] .profile-bank-activity-row,:root[data-theme=light] .profile-bonus-hero,:root[data-theme=light] .profile-bonus-card,:root[data-theme=light] .profile-bonus-progress{border-color:var(--panel-border);background:var(--panel-bg)}@media (max-width: 720px){.profile-bank-overview,.profile-bonus-shell{grid-template-columns:1fr}}@media (max-width: 640px){.profile-bank-overview,.profile-bank-metrics,.profile-bonus-shell,.profile-bonus-grid{gap:8px}.profile-wallet-balance-panel,.profile-bank-metric,.profile-bank-activity,.profile-bank-activity-row,.profile-bonus-hero,.profile-bonus-card,.profile-bonus-progress{padding:12px;border-radius:16px}.profile-bank-metric-copy span,.profile-bank-metric em,.profile-bank-activity-copy span,.profile-history-meta,.profile-bonus-card span,.profile-bonus-progress-head span,.profile-bonus-progress .referral-bank-info{font-size:11px}.profile-bank-metric-copy strong,.profile-bank-activity-copy strong,.profile-bank-activity-side strong,.profile-bonus-card strong,.profile-bonus-progress-head strong{font-size:14px}}.profile-overview-panel,.profile-activity-panel,.profile-invite-panel{display:grid;gap:12px;padding:18px;border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--color-border-strong) 90%,transparent);background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--color-accent) 9%,transparent),transparent 56%),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));box-shadow:var(--shadow-soft)}.profile-overview-hero,.profile-activity-head,.profile-invite-hero,.profile-invite-progress-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-overview-panel .profile-section-copy h3,.profile-activity-panel .profile-section-copy h3,.profile-referral-panel .profile-section-copy h3{font-size:16px;line-height:1.12;letter-spacing:-.02em}.profile-overview-panel.is-collapsed,.profile-activity-panel.is-collapsed{min-height:116px}.profile-overview-copy,.profile-invite-copy,.profile-overview-row-copy,.profile-activity-copy,.profile-activity-side{display:grid;gap:4px}.profile-overview-copy span,.profile-invite-copy span,.profile-overview-pill span,.profile-invite-code span,.profile-invite-stat span,.profile-invite-progress-copy span,.profile-overview-row-copy span{color:var(--color-text-soft);font-size:11px;line-height:1.32;letter-spacing:.1em;text-transform:uppercase}.profile-overview-copy strong,.profile-invite-copy strong{font-family:var(--font-display);font-size:clamp(28px,5vw,36px);line-height:.96;letter-spacing:-.05em}.profile-overview-copy em,.profile-invite-copy p,.profile-activity-head p,.profile-activity-copy span,.profile-activity-side span,.profile-overview-row em{color:var(--color-text-soft);font-size:12px;line-height:1.42;font-style:normal;margin:0}.profile-overview-pill,.profile-invite-code,.profile-overview-row,.profile-invite-progress,.profile-invite-stat{border:1px solid color-mix(in srgb,var(--color-border) 86%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-overview-pill,.profile-invite-code{display:grid;gap:4px;justify-items:start;padding:10px 12px;min-width:132px;border-radius:16px}.profile-overview-pill strong,.profile-invite-code strong,.profile-overview-row-copy strong,.profile-activity-copy strong,.profile-activity-side strong,.profile-invite-stat strong,.profile-invite-progress-copy strong,.profile-activity-head h3{font-size:15px;line-height:1.1;margin:0}.profile-overview-list,.profile-activity-list{display:grid;gap:8px}.profile-panel-toggle{flex:0 0 auto;width:34px;height:34px;border-radius:12px;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end));color:var(--color-text-soft);display:inline-flex;align-items:center;justify-content:center;transition:transform var(--motion-base) ease,color var(--motion-base) ease,border-color var(--motion-base) ease,background var(--motion-base) ease}.profile-panel-toggle svg{width:16px;height:16px}.profile-panel-toggle.is-expanded{color:var(--color-text);border-color:color-mix(in srgb,var(--color-accent) 28%,var(--color-border) 72%)}.profile-panel-toggle:active{transform:scale(.97)}.profile-overview-status{gap:4px}.profile-overview-line-list{gap:0}.profile-overview-alert-copy{display:flex;align-items:center;gap:10px;min-width:0}.profile-overview-alert-mark{width:11px;height:11px;border-radius:50%;flex:0 0 auto;background:#f5f8fff0;box-shadow:0 0 0 4px #ffffff1f,0 0 14px #ffffff38}.profile-overview-row--status.is-warn .profile-overview-alert-mark{background:color-mix(in srgb,var(--color-gold) 88%,white 12%);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-gold) 20%,transparent),0 0 14px color-mix(in srgb,var(--color-gold) 28%,transparent)}.profile-overview-row--status.is-accent .profile-overview-alert-mark{background:#f5f8fff0;box-shadow:0 0 0 4px #ffffff1f,0 0 14px #ffffff38}.profile-overview-row--status.is-neutral .profile-overview-alert-mark{background:color-mix(in srgb,var(--color-text-soft) 78%,white 22%);box-shadow:0 0 0 5px color-mix(in srgb,var(--color-border) 16%,transparent)}.profile-overview-row-copy.is-idle{gap:0}.profile-overview-row-copy.is-idle span{color:var(--color-text-soft);font-size:14px;line-height:1.42;letter-spacing:0;text-transform:none}.profile-overview-row--status .profile-overview-row-copy strong{font-size:16px;line-height:1.12}.profile-overview-row--status em{color:var(--color-text-soft);font-size:14px;line-height:1.42;font-style:normal;margin:0;display:inline-flex;align-items:center;min-height:100%}.profile-overview-row--status.is-warn em{color:color-mix(in srgb,var(--color-gold) 82%,var(--color-text) 18%)}.profile-overview-row--status.is-accent em{color:var(--color-text)}.profile-overview-row--status.is-live .profile-overview-alert-mark{animation:profileAlertPulse 2.6s cubic-bezier(.4,0,.2,1) infinite}.profile-overview-line-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.profile-overview-line-row:last-child{border-bottom:0;padding-bottom:0}.profile-overview-line-row .profile-overview-row-copy{min-width:0}.profile-overview-line-row .profile-overview-row-copy strong{font-size:16px;line-height:1.12}.profile-overview-line-row em{color:var(--color-text-soft);font-size:14px;line-height:1.42;font-style:normal;margin:0;display:inline-flex;align-items:center;min-height:100%}.profile-overview-line-row.is-success .profile-overview-row-copy strong{color:var(--color-success)}.profile-overview-line-row.is-warn .profile-overview-row-copy strong,.profile-overview-line-row.is-warn em{color:color-mix(in srgb,var(--color-gold) 82%,var(--color-text) 18%)}.profile-overview-line-row.is-accent .profile-overview-row-copy strong{color:color-mix(in srgb,var(--color-accent) 86%,var(--color-text) 14%)}.profile-overview-line-row--status{padding-top:2px}.profile-overview-line-row--status.is-idle{padding-top:4px}.profile-overview-line-row--status:last-child{padding-bottom:0}.profile-activity-empty p{margin:0;color:var(--color-text-soft);font-size:14px;line-height:1.42}.profile-overview-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px}.profile-overview-row.is-success strong{color:var(--color-success)}.profile-overview-row.is-warn strong{color:color-mix(in srgb,var(--color-gold) 82%,var(--color-text) 18%)}.profile-overview-row.is-accent strong{color:color-mix(in srgb,var(--color-accent) 86%,var(--color-text) 14%)}.profile-activity-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.profile-activity-row:last-child{border-bottom:0;padding-bottom:0}.profile-activity-dot{width:10px;height:10px;border-radius:50%;background:var(--color-danger);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-danger) 18%,transparent)}.profile-activity-dot.is-plus{background:var(--color-success);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-success) 18%,transparent)}.profile-activity-side{justify-items:end;text-align:right}.profile-activity-side strong.is-plus{color:var(--color-success)}.profile-activity-side strong.is-minus{color:var(--color-danger)}.profile-activity-empty,.profile-activity-footer{padding-top:2px}.profile-archive-trigger{width:100%;min-height:44px;justify-content:center}.profile-archive-sheet,.profile-archive-list{gap:0}.profile-invite-progress{display:grid;gap:10px;padding:14px;border-radius:16px}.profile-invite-progress-copy{align-items:flex-end}.profile-invite-progress-copy-block{display:grid;gap:4px;min-width:0}.profile-invite-progress-copy-block.is-end{justify-items:end;text-align:right}.profile-invite-diagram{display:grid;gap:12px}.profile-invite-diagram-rail{position:relative;height:14px;margin:4px 8px 0;border-radius:999px;background:linear-gradient(180deg,#08101eb8,#0b1628e0);box-shadow:inset 0 1px #ffffff0a,inset 0 0 0 1px #7898c414}.profile-invite-diagram-fill{position:absolute;inset:0 auto 0 0;min-width:14px;border-radius:inherit;background:linear-gradient(90deg,#6cbafff5,#a17effeb);box-shadow:0 0 18px #70b0ff4d}.profile-invite-diagram-node{position:absolute;top:50%;width:12px;height:12px;margin-top:-6px;margin-left:-6px;border-radius:50%;border:2px solid rgba(145,177,214,.8);background:#0a1626f5;box-shadow:0 0 0 4px #6796d614}.profile-invite-diagram-node.is-reached{border-color:#8dc9fffa;background:#7fb8fff5;box-shadow:0 0 0 4px #67b4ff1f}.profile-invite-diagram-node.is-current{width:16px;height:16px;margin-top:-8px;margin-left:-8px;border-color:#fffffff0;background:linear-gradient(180deg,#c4e4ff,#7ebcfff5);box-shadow:0 0 0 6px #6cb0ff29,0 0 22px #6cb0ff4d}.profile-invite-diagram-scale{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.profile-invite-diagram-step{display:grid;gap:2px;justify-items:center;text-align:center}.profile-invite-diagram-step strong{font-size:15px;line-height:1.1;color:var(--color-text-soft)}.profile-invite-diagram-step span{color:var(--color-text-soft);font-size:12px;line-height:1.32}.profile-invite-diagram-step.is-reached strong,.profile-invite-diagram-step.is-current strong{color:var(--color-text)}.profile-invite-diagram-step.is-current strong{color:color-mix(in srgb,var(--color-accent) 86%,white 14%)}.profile-invite-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-invite-stat{display:grid;gap:6px;padding:14px;border-radius:16px}:root[data-theme=light] .profile-overview-panel,:root[data-theme=light] .profile-activity-panel,:root[data-theme=light] .profile-invite-panel,:root[data-theme=light] .profile-overview-pill,:root[data-theme=light] .profile-invite-code,:root[data-theme=light] .profile-overview-row,:root[data-theme=light] .profile-invite-progress,:root[data-theme=light] .profile-invite-stat{border-color:var(--panel-border);background:var(--panel-bg)}@media (max-width: 640px){.profile-overview-panel,.profile-activity-panel,.profile-invite-panel{padding:14px;border-radius:var(--radius-md)}.profile-overview-panel.is-collapsed,.profile-activity-panel.is-collapsed{min-height:108px}.profile-overview-copy strong,.profile-invite-copy strong{font-size:24px}.profile-overview-pill,.profile-invite-code,.profile-overview-row,.profile-invite-progress,.profile-invite-stat{padding:12px;border-radius:16px}.profile-overview-pill strong,.profile-invite-code strong,.profile-overview-row-copy strong,.profile-activity-copy strong,.profile-activity-side strong,.profile-invite-stat strong,.profile-invite-progress-copy strong,.profile-overview-panel .profile-section-copy h3,.profile-activity-panel .profile-section-copy h3,.profile-referral-panel .profile-section-copy h3{font-size:14px}.profile-overview-copy span,.profile-invite-copy span,.profile-overview-copy em,.profile-invite-copy p,.profile-overview-pill span,.profile-invite-code span,.profile-overview-row-copy span,.profile-overview-row em,.profile-overview-line-row em,.profile-activity-copy span,.profile-activity-side span,.profile-invite-stat span,.profile-invite-progress-copy span,.profile-overview-status em{font-size:11px}.profile-overview-row--status .profile-overview-row-copy strong,.profile-overview-line-row .profile-overview-row-copy strong{font-size:14px}.profile-overview-row-copy.is-idle span,.profile-activity-empty p{font-size:13px}.profile-invite-diagram-scale{gap:6px}.profile-invite-diagram-step strong{font-size:14px}.profile-invite-diagram-step span{font-size:11px}}@property --referral-border-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.profile-referral-module{position:relative;display:grid;gap:14px;padding:18px;border-radius:var(--radius-lg);border:1px solid rgba(126,157,223,.34);background:radial-gradient(120% 130% at 96% 0%,rgba(91,126,214,.08),transparent 54%),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));box-shadow:var(--shadow-soft);overflow:hidden;isolation:isolate}.profile-referral-module:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;padding:2px;background:conic-gradient(from var(--referral-border-angle),transparent 0deg,transparent 28deg,rgba(128,191,255,.86) 72deg,rgba(164,116,255,.72) 118deg,rgba(232,202,132,.52) 156deg,transparent 196deg,transparent 360deg);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none;animation:referralBorderRun 6.8s linear infinite}.profile-referral-module>*{position:relative;z-index:1}.profile-referral-copy{display:grid;gap:6px;min-width:0}.profile-referral-copy h3{margin:0;color:var(--color-text);font-size:16px;line-height:1.12;letter-spacing:-.02em}.profile-referral-copy p{margin:0;color:var(--color-text-soft);font-size:12px;line-height:1.35}.profile-referral-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-template-rows:auto 82px minmax(44px,auto);column-gap:16px;row-gap:8px;align-items:start;min-height:168px;padding:16px;border-radius:20px;border:1px solid rgba(113,145,211,.24);background:radial-gradient(86% 110% at 94% 16%,rgba(117,92,202,.16),transparent 58%),radial-gradient(68% 96% at 4% 0%,rgba(74,128,210,.13),transparent 64%),linear-gradient(180deg,#12213edb,#091325c7);box-shadow:inset 0 1px #ffffff0f,inset 0 0 0 1px #ffffff04,0 16px 34px #0000002e;overflow:hidden}.profile-referral-hero:before{display:none;content:none}.profile-referral-hero-main,.profile-referral-hero-progress{position:relative;z-index:3;min-width:0}.profile-referral-hero-title{position:relative;z-index:3;grid-column:1 / -1;grid-row:1;width:max-content;max-width:100%;padding:5px 10px;border-radius:10px;color:#ccd8fad1;font-size:11px;line-height:1.15;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#4a5e9a2e;box-shadow:inset 0 0 0 1px #9fb3f526}.profile-referral-hero-main{display:flex;grid-column:1;grid-row:2;align-items:center;align-self:stretch;min-width:0;overflow:visible}.profile-referral-kicker,.profile-referral-snapshot-item span,.profile-referral-tier-copy em{color:var(--color-text-soft);font-size:10.5px;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.profile-referral-hero-main strong{display:block;width:100%;max-width:100%;color:#eaf1ff;font-size:clamp(68px,15vw,76px);line-height:.92;letter-spacing:-.018em;background:none;-webkit-text-fill-color:currentColor;text-shadow:0 10px 24px rgba(105,126,226,.1)}.profile-referral-hero-note{position:relative;z-index:3;display:block;grid-column:1;grid-row:3;max-width:100%;margin-top:0;align-self:stretch;overflow:visible;color:#b6c5dfc2;font-size:13px;line-height:1.34;font-weight:650;letter-spacing:0;text-transform:none;overflow-wrap:normal;white-space:normal}.profile-referral-hero-progress{display:flex;flex-direction:column;grid-column:2;grid-row:2;justify-content:center;align-self:stretch;gap:10px;min-width:0;text-align:left}.profile-referral-progress-count{display:flex;align-items:baseline;gap:7px;min-width:0}.profile-referral-progress-count strong{color:var(--color-text);font-size:40px;line-height:1;letter-spacing:-.045em}.profile-referral-progress-count span{min-width:0;overflow:visible;color:#c5d0e7c7;font-size:16px;line-height:1;text-overflow:clip;white-space:nowrap}.profile-referral-progress-bar{position:relative;display:block;width:100%;height:10px;border-radius:999px;background:#010812eb;box-shadow:inset 0 0 0 1px #5672ae38,inset 0 7px 14px #0000005c;overflow:hidden}.profile-referral-progress-bar>span{position:relative;display:block;height:100%;min-width:8px;border-radius:inherit;background:linear-gradient(90deg,#6fa3ff,#8c7ef5 58%,#b279e7);box-shadow:0 0 13px #7090ff54,inset 0 1px #ffffff3d;overflow:hidden}.profile-referral-progress-bar>span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:38%;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:translate(-130%);animation:referralProgressShimmer 4s ease-in-out infinite}.profile-referral-next-line{position:relative;z-index:3;grid-column:2;grid-row:3;align-self:stretch;margin:0;color:#becbe2c7;font-size:13px;line-height:1.34;font-weight:650;letter-spacing:0;overflow:visible;text-transform:none;white-space:normal}.profile-referral-next-line span{display:inline;min-width:0;color:inherit;font:inherit;letter-spacing:inherit;text-transform:none!important}.profile-referral-next-line b{display:inline;color:#77a8ff;font-weight:800;white-space:nowrap}.profile-referral-geometry{display:none}.profile-referral-geo-angle{position:absolute;right:-14px;top:44%;width:148px;height:82px;border-radius:30px 10px;border:1px solid rgba(161,185,255,.18);border-left:0;border-bottom:0;transform:rotate(-42deg) skew(-8deg);box-shadow:inset 0 1px #ffffff1c,0 0 18px #7b8fff14}.profile-referral-geo-angle.is-b{top:55%;right:12px;width:116px;height:66px;opacity:.7}.profile-referral-geo-angle.is-c{top:67%;right:38px;width:82px;height:48px;opacity:.48}.profile-referral-geo-beam{position:absolute;right:0;width:160px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(159,197,255,.34),transparent);filter:blur(.4px);transform:rotate(-41deg);overflow:hidden}.profile-referral-geo-beam:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:35%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translate(-120%);animation:referralBeamSweep 6.8s ease-in-out infinite}.profile-referral-geo-beam.is-a{top:34px}.profile-referral-geo-beam.is-b{top:72px;right:20px;width:116px;opacity:.54}.profile-referral-geo-beam.is-c{top:112px;right:36px;width:88px;opacity:.38}.profile-referral-geo-spark{position:absolute;width:3px;height:3px;border-radius:50%;background:#ffffffe6;box-shadow:0 0 10px #ffffff70;opacity:.28;animation:referralSpark 7.2s ease-in-out infinite}.profile-referral-geo-spark.is-a{top:24px;right:72px}.profile-referral-geo-spark.is-b{top:61px;right:112px;animation-delay:-1.2s}.profile-referral-geo-spark.is-c{top:104px;right:68px;animation-delay:-2.6s}.profile-referral-geo-spark.is-d{top:132px;right:132px;animation-delay:-3.7s}.profile-referral-rail{min-width:0;margin-inline:0;overflow:hidden}.profile-referral-tier-strip{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px 18px;padding:4px 18px 8px 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.profile-referral-tier-strip::-webkit-scrollbar{display:none}.profile-referral-tier-card{--tier-fill: linear-gradient(90deg, #6f9dff, #9678f3, #dec27d);position:relative;flex:0 0 164px;width:164px;min-height:214px;display:grid;grid-template-rows:108px auto auto;align-content:start;gap:10px;padding:14px 13px 13px;border-radius:20px;border:1px solid rgba(103,135,199,.24);background:radial-gradient(92% 70% at 50% 6%,rgba(84,125,220,.14),transparent 64%),linear-gradient(180deg,#11213ed6,#081223d1);box-shadow:inset 0 1px #ffffff0e,0 12px 26px #00000029;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:normal}.profile-referral-tier-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,rgba(255,255,255,.055),transparent 34%),radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.08),transparent 66%);opacity:.55;pointer-events:none}.profile-referral-tier-card.is-completed{border-color:#5ea1e05c}.profile-referral-tier-card.is-active{min-height:222px;border-color:#b070ffc7;background:radial-gradient(94% 72% at 50% 6%,rgba(149,83,224,.24),transparent 66%),linear-gradient(180deg,#192149eb,#0a142be0);box-shadow:inset 0 1px #ffffff13,0 0 0 1px #7080ff29,0 15px 32px #6f4eda2e;animation:referralActiveCardBreath 6.4s ease-in-out infinite}.profile-referral-tier-card.is-locked{border-color:#5e79aa2e;background:radial-gradient(90% 68% at 50% 8%,rgba(87,111,154,.08),transparent 66%),linear-gradient(180deg,#0f1c32b8,#07101ec7);filter:saturate(.62)}.profile-referral-tier-card.is-locked .profile-referral-tier-copy,.profile-referral-tier-card.is-locked .profile-referral-tier-meter{opacity:.68}.profile-referral-tier-status{position:absolute;z-index:5;top:10px;right:10px;width:22px;height:22px;border-radius:50%;border:1px solid rgba(147,176,236,.25);background:#050f1fa8;box-shadow:inset 0 1px #ffffff0f}.profile-referral-tier-status.is-completed:before{content:"";position:absolute;left:7px;top:6px;width:7px;height:4px;border-left:2px solid #7fe7ff;border-bottom:2px solid #7fe7ff;transform:rotate(-45deg);animation:referralCheckPop 1.4s cubic-bezier(.2,.85,.2,1) both}.profile-referral-tier-status.is-active:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:#b082ff;box-shadow:0 0 10px #b082ff66;animation:referralStatusPulse 3.8s ease-in-out infinite}.profile-referral-tier-status.is-locked{opacity:.55}.profile-referral-tier-status.is-locked:before,.profile-referral-tier-status.is-locked:after{content:"";position:absolute;left:50%;transform:translate(-50%)}.profile-referral-tier-status.is-locked:before{width:10px;height:7px;bottom:5px;border-radius:2px;background:#aebcd380}.profile-referral-tier-status.is-locked:after{width:8px;height:7px;top:4px;border:2px solid rgba(174,188,211,.5);border-bottom:0;border-radius:8px 8px 0 0}.profile-referral-tier-art{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:0;height:108px}.referral-figure{position:relative;display:block;width:96px;height:78px;transform:translateZ(0)}.referral-artifact{width:142px;height:104px;overflow:visible}.profile-referral-tier-card.has-origin-triangle .profile-referral-tier-art,.profile-referral-tier-card.has-delta-prism .profile-referral-tier-art,.profile-referral-tier-card.has-tri-helix-gate .profile-referral-tier-art,.profile-referral-tier-card.has-ascendant-tri-array .profile-referral-tier-art{height:108px;margin-top:-6px;margin-bottom:-2px}.profile-referral-tier-card.has-origin-triangle .referral-artifact{width:144px;height:104px}.profile-referral-tier-card.has-delta-prism .referral-artifact{width:148px;height:108px}.profile-referral-tier-card.has-tri-helix-gate .referral-artifact{width:152px;height:110px}.profile-referral-tier-card.has-ascendant-tri-array .referral-artifact{width:158px;height:114px}.profile-referral-tier-card.is-locked .referral-artifact{opacity:.74;filter:saturate(.72) brightness(.78)}.referral-figure--foundation-stack{width:132px;height:98px;overflow:visible}.referral-figure--seed-core{width:112px;height:86px;overflow:visible}.profile-referral-tier-card.has-seed-core .profile-referral-tier-art{height:88px;margin-top:-1px;margin-bottom:-3px}.profile-referral-tier-card.has-seed-core.is-locked .referral-figure--seed-core{opacity:.58;filter:grayscale(.8) saturate(.42) blur(.18px)}.profile-referral-tier-card.has-foundation-stack .profile-referral-tier-art{height:92px;margin-top:-2px;margin-bottom:-4px}.profile-referral-tier-card.has-foundation-stack .profile-referral-tier-status.is-completed{opacity:0;transform:scale(.86);animation:referralFoundationBadgePop .34s cubic-bezier(.2,.9,.2,1.12) 1.2s both}.profile-referral-tier-card.is-locked .referral-figure{opacity:.74;filter:saturate(.72) brightness(.78)}.referral-figure--layer-stack{animation:referralFigureIdle 7s ease-in-out infinite}.referral-stack-plate{position:absolute;left:50%;width:70px;height:24px;border-radius:13px 16px;border:1px solid rgba(128,174,255,.26);background:linear-gradient(150deg,rgba(255,255,255,.12),transparent 42%),linear-gradient(180deg,#456fcf6b,#1e316959);box-shadow:inset 0 1px #ffffff1f,0 10px 18px #375db11f;transform:translate(-50%) rotate(-8deg) skew(-15deg);animation:referralStackLift 6.2s ease-in-out infinite}.referral-stack-plate.is-1{top:13px}.referral-stack-plate.is-2{top:22px;opacity:.82;animation-delay:-.18s}.referral-stack-plate.is-3{top:31px;opacity:.62;animation-delay:-.36s}.referral-stack-plate.is-4{top:40px;opacity:.42;animation-delay:-.54s}.referral-stack-plate.is-5{top:49px;opacity:.24;animation-delay:-.72s}.referral-stack-refraction{position:absolute;left:24px;width:44px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(198,225,255,.5),transparent);opacity:.38;transform:rotate(-8deg)}.referral-stack-refraction.is-a{top:26px}.referral-stack-refraction.is-b{top:42px;left:32px;width:34px;opacity:.22}.referral-stack-sweep{position:absolute;top:8px;right:6px;bottom:6px;left:6px;border-radius:999px;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.2) 48%,transparent 66%);opacity:0;transform:translate(-34%);animation:referralArtifactSweep 6.6s ease-in-out infinite}.referral-figure--energy-core{animation:referralCoreFloat 5.8s ease-in-out infinite}.referral-core-shadow{position:absolute;left:22px;right:22px;bottom:10px;height:12px;border-radius:50%;background:#00000059;filter:blur(9px)}.referral-core-shell{position:absolute;left:50%;top:50%;width:62px;height:42px;border-radius:22px 10px;border:1px solid rgba(205,150,255,.24);background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 44%),linear-gradient(180deg,#975eee70,#4857d038);box-shadow:inset 0 1px #ffffff1c,0 0 18px #9b5dff2e;transform:translate(-50%,-50%) rotate(-12deg) skew(-10deg)}.referral-core-shell.is-back{opacity:.38;transform:translate(-52%,-44%) rotate(-12deg) skew(-10deg) scale(1.12)}.referral-core-shell.is-mid{opacity:.55;transform:translate(-48%,-52%) rotate(-12deg) skew(-10deg) scale(.98)}.referral-core-shell.is-front{animation:referralCoreGlow 4.8s ease-in-out infinite}.referral-core-light{position:absolute;left:50%;top:50%;width:22px;height:22px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9),rgba(176,111,255,.4) 42%,transparent 70%);filter:blur(2px);transform:translate(-50%,-50%);opacity:.78;animation:referralCoreLight 4.6s ease-in-out infinite}.referral-core-orbit{position:absolute;left:50%;top:50%;width:82px;height:26px;border-radius:50%;border:1px solid rgba(176,155,255,.18);transform:translate(-50%,-50%) rotate(-13deg);animation:referralOrbitTrace 8.4s linear infinite}.referral-core-orbit.is-b{width:74px;height:22px;transform:translate(-50%,-50%) rotate(24deg);animation-duration:10s;animation-direction:reverse;opacity:.56}.referral-core-orbit.is-c{width:60px;height:18px;transform:translate(-50%,-50%) rotate(62deg);animation-duration:11.2s;opacity:.36}.referral-core-particle{position:absolute;width:3px;height:3px;border-radius:50%;background:#d6e8ffd6;box-shadow:0 0 9px #b581ff70;opacity:0;animation:referralParticleFade 5.4s ease-in-out infinite}.referral-core-particle.is-a{left:20px;top:23px}.referral-core-particle.is-b{right:17px;top:33px;animation-delay:-1.5s}.referral-core-particle.is-c{left:30px;bottom:18px;animation-delay:-2.7s}.referral-core-particle.is-d{right:30px;bottom:22px;animation-delay:-3.8s}.referral-figure--locked-prism{animation:referralPrismIdle 8.8s ease-in-out infinite}.referral-prism-shape{position:absolute;left:50%;top:50%;width:58px;height:46px;border-radius:16px 18px 14px;border:1px solid rgba(139,163,204,.22);background:linear-gradient(145deg,rgba(255,255,255,.07),transparent 48%),linear-gradient(180deg,#4459823d,#1d2a442e);clip-path:polygon(50% 0%,94% 26%,84% 78%,50% 100%,16% 78%,6% 26%);transform:translate(-50%,-50%)}.referral-prism-shape.is-b{width:72px;height:54px;opacity:.48}.referral-prism-shape.is-c{width:42px;height:34px;opacity:.5;transform:translate(-50%,-50%) rotate(30deg)}.referral-prism-shape.is-d{width:26px;height:22px;opacity:.32;transform:translate(-50%,-50%) rotate(-30deg)}.referral-prism-mask{position:absolute;top:12px;right:10px;bottom:12px;left:10px;background:linear-gradient(120deg,transparent 0 38%,rgba(3,10,22,.42) 44% 58%,transparent 66%);transform:translate(-6px)}.referral-prism-glint{position:absolute;top:12px;right:12px;bottom:12px;left:12px;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 68%);opacity:.08;transform:translate(-30%);animation:referralPrismGlint 7.2s ease-in-out infinite}.referral-figure--orbit-gate{animation:referralFigureIdle 9.4s ease-in-out infinite}.referral-gate-arc{position:absolute;left:50%;top:50%;width:72px;height:48px;border-radius:50%;border:1px solid rgba(147,166,212,.2);border-left-color:transparent;transform:translate(-50%,-50%) rotate(-18deg);animation:referralGateTurn 14s linear infinite}.referral-gate-arc.is-b{width:58px;height:70px;opacity:.56;transform:translate(-50%,-50%) rotate(42deg);animation-duration:18s;animation-direction:reverse}.referral-gate-arc.is-c{width:42px;height:42px;opacity:.42;transform:translate(-50%,-50%) rotate(78deg);animation-duration:20s}.referral-gate-core{position:absolute;left:50%;top:50%;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle,rgba(219,231,255,.44),rgba(111,136,202,.12) 66%,transparent);transform:translate(-50%,-50%);box-shadow:0 0 12px #7e94db29}.referral-gate-wave{position:absolute;left:50%;top:50%;width:34px;height:34px;border-radius:50%;border:1px solid rgba(148,171,222,.14);transform:translate(-50%,-50%);animation:referralGateWave 7s ease-out infinite}.referral-gate-spark{position:absolute;width:3px;height:3px;border-radius:50%;background:#c5d4f28c}.referral-gate-spark.is-a{left:28px;top:22px}.referral-gate-spark.is-b{right:25px;bottom:22px;opacity:.52}.profile-referral-tier-copy{position:relative;z-index:2;display:grid;gap:5px;justify-items:center;min-width:0;text-align:center}.profile-referral-tier-copy strong{color:var(--color-text);font-size:27px;line-height:.96;letter-spacing:-.055em}.profile-referral-tier-card.is-active .profile-referral-tier-copy strong{background:linear-gradient(180deg,#fff,#d9d3ff 52%,#af82ef);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.profile-referral-tier-copy em{max-width:100%;overflow:hidden;color:#c2cfe5b8;font-size:10px;letter-spacing:.035em;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.profile-referral-tier-meter{position:relative;z-index:2;display:block;align-self:end;width:100%;height:7px;border-radius:999px;background:#030c19b8;box-shadow:inset 0 0 0 1px #7094d629;overflow:hidden}.profile-referral-tier-meter span{position:relative;display:block;width:var(--tier-progress, 0%);height:100%;min-width:0;border-radius:inherit;background:var(--tier-fill);box-shadow:0 0 10px #7a7ff242;overflow:hidden}.profile-referral-tier-card.is-active .profile-referral-tier-meter span:after,.profile-referral-tier-card.is-completed .profile-referral-tier-meter span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:46%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:translate(-120%);animation:referralMiniProgressShimmer 4.8s ease-in-out infinite}.profile-referral-snapshot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:2px}.profile-referral-snapshot-item{display:grid;gap:5px;min-width:0;min-height:74px;align-content:center;justify-items:center;padding:12px 13px;border-radius:16px;border:0;background:#14253fad;box-shadow:inset 0 1px #ffffff09}.profile-referral-snapshot-item strong{color:var(--color-text);font-size:25px;line-height:1;letter-spacing:-.035em;overflow-wrap:anywhere;text-align:center}.profile-referral-snapshot-item.is-end{justify-items:center;text-align:center}.profile-referral-snapshot-divider{display:none}.profile-referral-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-referral-actions .btn{min-height:48px;justify-content:center;transition:transform .16s ease,filter .16s ease,border-color .16s ease}.profile-referral-actions .btn:active{transform:translateY(1px) scale(.985)}:root[data-theme=light] .profile-referral-module{border-color:#6287c25c;background:radial-gradient(120% 130% at 96% 0%,rgba(112,158,225,.12),transparent 54%),linear-gradient(180deg,#fafdfff5,#e8f2fcfa);box-shadow:0 18px 38px #47607d24,inset 0 1px #fffc}:root[data-theme=light] .profile-referral-module:before{background:conic-gradient(from var(--referral-border-angle),transparent 0deg,transparent 28deg,rgba(62,128,210,.68) 72deg,rgba(132,96,220,.56) 116deg,rgba(213,165,67,.44) 152deg,transparent 196deg,transparent 360deg)}:root[data-theme=light] .profile-referral-copy p{color:color-mix(in srgb,var(--color-text) 62%,var(--color-text-soft) 38%)}:root[data-theme=light] .profile-referral-hero{border-color:#7093c342;background:radial-gradient(86% 110% at 96% 16%,rgba(137,108,214,.14),transparent 58%),radial-gradient(68% 96% at 4% 0%,rgba(87,151,222,.16),transparent 64%),linear-gradient(180deg,#f9fdffe0,#e2effcc7);box-shadow:inset 0 1px #ffffffd6,inset 0 0 0 1px #ffffff4d,0 14px 32px #4e6a881f}:root[data-theme=light] .profile-referral-hero:before{display:none;content:none}:root[data-theme=light] .profile-referral-hero-title{color:color-mix(in srgb,var(--color-text) 74%,#4b72bf 26%);background:#dbe8fcb8;box-shadow:inset 0 0 0 1px #6789c62e}:root[data-theme=light] .profile-referral-hero-main strong{color:#183553;background:none;-webkit-text-fill-color:currentColor;text-shadow:none}:root[data-theme=light] .profile-referral-hero-note,:root[data-theme=light] .profile-referral-next-line,:root[data-theme=light] .profile-referral-progress-count span,:root[data-theme=light] .profile-referral-tier-copy em,:root[data-theme=light] .profile-referral-snapshot-item span{color:color-mix(in srgb,var(--color-text) 58%,var(--color-text-soft) 42%)}:root[data-theme=light] .profile-referral-next-line b{color:#2f76d2}:root[data-theme=light] .profile-referral-progress-bar{background:#bfd3e8b8;box-shadow:inset 0 0 0 1px #5278a829,inset 0 6px 12px #4060841c}:root[data-theme=light] .profile-referral-progress-bar>span{background:linear-gradient(90deg,#478cf2,#806ee8 58%,#a76bd4);box-shadow:0 0 12px #407fde38,inset 0 1px #ffffff5c}:root[data-theme=light] .profile-referral-geometry{opacity:.18;filter:blur(.45px) saturate(.86)}:root[data-theme=light] .profile-referral-geo-angle{border-color:#4977c433;box-shadow:inset 0 1px #ffffff6b,0 0 18px #4b74cd14}:root[data-theme=light] .profile-referral-geo-beam{background:linear-gradient(90deg,transparent,rgba(69,125,206,.32),transparent)}:root[data-theme=light] .profile-referral-geo-spark{background:#2a5696b8;box-shadow:0 0 9px #4779c73d}:root[data-theme=light] .profile-referral-tier-card{border-color:#698cbe3d;background:radial-gradient(92% 70% at 50% 6%,rgba(82,137,215,.13),transparent 64%),linear-gradient(180deg,#f7fbffdb,#e0eefbd1);box-shadow:inset 0 1px #ffffffc2,0 12px 24px #4460821a}:root[data-theme=light] .profile-referral-tier-card:before{background:linear-gradient(145deg,rgba(255,255,255,.54),transparent 34%),radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.48),transparent 66%);opacity:.74}:root[data-theme=light] .profile-referral-tier-card.is-completed{border-color:#3f8fd261}:root[data-theme=light] .profile-referral-tier-card.is-active{border-color:#7e5bdb94;background:radial-gradient(94% 72% at 50% 6%,rgba(133,91,219,.16),transparent 66%),linear-gradient(180deg,#f6f9ffeb,#e0eafde0);box-shadow:inset 0 1px #ffffffc7,0 0 0 1px #567edc14,0 15px 30px #595d9d21}:root[data-theme=light] .profile-referral-tier-card.is-locked{border-color:#6782a62e;background:radial-gradient(90% 68% at 50% 8%,rgba(101,125,159,.08),transparent 66%),linear-gradient(180deg,#eff6fda8,#dce8f4b8);filter:saturate(.58)}:root[data-theme=light] .profile-referral-tier-status{border-color:#5f84ba3d;background:#e9f2fcbd;box-shadow:inset 0 1px #ffffffb8}:root[data-theme=light] .profile-referral-tier-status.is-completed:before{border-color:#268ec4}:root[data-theme=light] .profile-referral-tier-status.is-active:before{background:#7d62df;box-shadow:0 0 9px #7d62df47}:root[data-theme=light] .profile-referral-tier-status.is-locked:before{background:#57698475}:root[data-theme=light] .profile-referral-tier-status.is-locked:after{border-color:#57698475}:root[data-theme=light] .profile-referral-tier-card.is-locked .referral-figure{opacity:.7;filter:saturate(.7) brightness(.88)}:root[data-theme=light] .referral-figure--foundation-stack{filter:saturate(.92) contrast(.98)}:root[data-theme=light] .referral-stack-plate{border-color:#4c84cd42;background:linear-gradient(150deg,rgba(255,255,255,.42),transparent 42%),linear-gradient(180deg,#578ddc57,#5373b233);box-shadow:inset 0 1px #ffffff85,0 10px 18px #48679f17}:root[data-theme=light] .referral-core-shell{border-color:#8560d33d;background:linear-gradient(145deg,rgba(255,255,255,.5),transparent 44%),linear-gradient(180deg,#8765da47,#507ed429);box-shadow:inset 0 1px #ffffff94,0 0 16px #695cc81f}:root[data-theme=light] .referral-core-light{background:radial-gradient(circle,rgba(255,255,255,.94),rgba(124,92,222,.3) 42%,transparent 70%)}:root[data-theme=light] .referral-core-orbit{border-color:#7466cc2e}:root[data-theme=light] .referral-core-particle{background:#4a67abb8;box-shadow:0 0 8px #6f57cf38}:root[data-theme=light] .referral-prism-shape{border-color:#687ea338;background:linear-gradient(145deg,rgba(255,255,255,.34),transparent 48%),linear-gradient(180deg,#6a7ea02e,#5870961f)}:root[data-theme=light] .referral-prism-mask{background:linear-gradient(120deg,transparent 0 38%,rgba(218,229,242,.46) 44% 58%,transparent 66%)}:root[data-theme=light] .referral-gate-arc,:root[data-theme=light] .referral-gate-wave{border-color:#5873a92e}:root[data-theme=light] .referral-gate-core{background:radial-gradient(circle,rgba(255,255,255,.7),rgba(80,118,194,.15) 66%,transparent);box-shadow:0 0 11px #5876bf1f}:root[data-theme=light] .referral-gate-spark{background:#43639b73}:root[data-theme=light] .profile-referral-tier-card.is-active .profile-referral-tier-copy strong{background:linear-gradient(180deg,#243f68,#5b63c8 52%,#8a55c8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}:root[data-theme=light] .profile-referral-tier-meter{background:#bdd1e6ad;box-shadow:inset 0 0 0 1px #587fb024}:root[data-theme=light] .profile-referral-tier-meter span{background:linear-gradient(90deg,#4f8ff2,#806de3,#d1aa5d);box-shadow:0 0 9px #5775d22e}:root[data-theme=light] .profile-referral-snapshot-item{background:#ecf5fdbd;box-shadow:inset 0 1px #ffffff9e}@media (max-width: 640px){.profile-referral-module{gap:12px;padding:12px}.profile-referral-copy h3{font-size:16px}.profile-referral-copy p{font-size:11.5px}.profile-referral-hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-template-rows:auto 74px minmax(42px,auto);column-gap:12px;row-gap:7px;min-height:158px;padding:13px 12px;border-radius:18px}.profile-referral-hero-title{padding:4px 8px;font-size:9.5px;letter-spacing:.065em}.profile-referral-hero-main{padding-right:0}.profile-referral-hero-main strong{font-size:clamp(62px,14.6vw,66px);line-height:.92;letter-spacing:-.016em}.profile-referral-hero-note,.profile-referral-next-line{font-size:12px;line-height:1.34}.profile-referral-hero-progress{gap:8px;padding-left:0}.profile-referral-progress-count strong{font-size:36px}.profile-referral-progress-count span{font-size:13.5px}.profile-referral-progress-bar{height:9px}.profile-referral-geometry{right:-60px;width:40%;opacity:.12}.profile-referral-rail{margin-inline:0}.profile-referral-tier-strip{gap:11px;scroll-padding-inline:1px 16px;padding:3px 16px 8px 1px}.profile-referral-tier-card{flex-basis:158px;width:158px;min-height:208px;grid-template-rows:104px auto auto;padding:12px 11px 11px;border-radius:18px}.profile-referral-tier-card.is-active{min-height:216px}.profile-referral-tier-art{height:104px}.profile-referral-tier-copy strong{font-size:26px}.profile-referral-tier-copy em{font-size:9.5px}.profile-referral-snapshot{gap:8px}.profile-referral-snapshot-item{min-height:68px;padding:11px}.profile-referral-snapshot-item span{font-size:9.5px;letter-spacing:.08em}.profile-referral-snapshot-item strong{font-size:23px}.profile-referral-actions{gap:8px}.profile-referral-actions .btn{min-height:46px}}@media (max-width: 380px){.profile-referral-module{padding:10px}.profile-referral-hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-template-rows:auto 68px minmax(40px,auto);column-gap:8px;row-gap:6px;min-height:150px;padding:11px}.profile-referral-hero-main strong{font-size:clamp(54px,14.4vw,58px);letter-spacing:-.012em}.profile-referral-hero-title{padding:4px 6px;font-size:9px;letter-spacing:.045em}.profile-referral-hero-main{padding-right:0}.profile-referral-hero-progress{padding-left:0}.profile-referral-progress-count{gap:5px}.profile-referral-progress-count strong{font-size:32px}.profile-referral-progress-count span{font-size:12.5px}.profile-referral-hero-note,.profile-referral-next-line{font-size:11px;line-height:1.32}.profile-referral-rail{margin-inline:0}.profile-referral-tier-strip{scroll-padding-inline:1px;padding-inline:1px 14px}.profile-referral-tier-card{flex-basis:150px;width:150px;min-height:200px;grid-template-rows:98px auto auto}.profile-referral-tier-card.is-active{min-height:208px}.profile-referral-tier-art{height:98px}.referral-figure:not(.referral-artifact){transform:scale(.94)}.referral-artifact{transform:scale(.94)}}@media (prefers-reduced-motion: reduce){.profile-referral-module:before,.profile-referral-progress-bar>span:after,.profile-referral-tier-card,.profile-referral-tier-status:before,.profile-referral-geometry,.profile-referral-geo-beam:after,.profile-referral-geo-spark,.referral-figure,.referral-stack-plate,.referral-stack-sweep,.referral-core-shell,.referral-core-light,.referral-core-orbit,.referral-core-particle,.referral-prism-glint,.referral-gate-arc,.referral-gate-wave,.profile-referral-tier-meter span:after{animation:none!important}}@keyframes referralBorderRun{to{--referral-border-angle: 360deg}}@keyframes referralProgressShimmer{0%,38%{transform:translate(-130%)}72%,to{transform:translate(270%)}}@keyframes referralMiniProgressShimmer{0%,56%{transform:translate(-130%)}82%,to{transform:translate(260%)}}@keyframes referralActiveCardBreath{0%,to{opacity:.94;box-shadow:inset 0 1px #ffffff12,0 0 0 1px #7080ff1f,0 14px 30px #6f4eda24}50%{opacity:1;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #b679ff2e,0 16px 34px #7c52e22e}}@keyframes referralGeometryBreathe{0%,to{opacity:.16;transform:translate(0)}50%{opacity:.23;transform:translate(-3px)}}@keyframes referralBeamSweep{0%,54%{transform:translate(-130%)}82%,to{transform:translate(280%)}}@keyframes referralSpark{0%,to{opacity:.16;transform:translateY(2px)}50%{opacity:.38;transform:translateY(-2px)}}@keyframes referralCheckPop{0%{opacity:0;transform:rotate(-45deg) scale(.5)}48%{opacity:1;transform:rotate(-45deg) scale(1.14)}to{opacity:1;transform:rotate(-45deg) scale(1)}}@keyframes referralFoundationBadgePop{0%{opacity:0;transform:scale(.86)}62%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes referralStatusPulse{0%,to{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}@keyframes referralFigureIdle{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes referralStackLift{0%,to{translate:0 0}48%{translate:0 -2px}}@keyframes referralArtifactSweep{0%,58%,to{opacity:0;transform:translate(-38%)}70%{opacity:.42}84%{opacity:0;transform:translate(38%)}}@keyframes referralCoreFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.01)}}@keyframes referralCoreGlow{0%,to{box-shadow:inset 0 1px #ffffff1a,0 0 14px #9b5dff24}50%{box-shadow:inset 0 1px #ffffff24,0 0 20px #9b5dff3d}}@keyframes referralCoreLight{0%,to{opacity:.62;transform:translate(-50%,-50%) scale(.94)}50%{opacity:.88;transform:translate(-50%,-50%) scale(1.04)}}@keyframes referralOrbitTrace{to{rotate:360deg}}@keyframes referralParticleFade{0%,60%,to{opacity:0;transform:translate(0) scale(.7)}74%{opacity:.58;transform:translate(2px,-3px) scale(1)}88%{opacity:0;transform:translate(5px,-7px) scale(.72)}}@keyframes referralPrismIdle{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-1px) rotate(.6deg)}}@keyframes referralPrismGlint{0%,68%,to{opacity:.04;transform:translate(-34%)}82%{opacity:.16;transform:translate(34%)}}@keyframes referralGateTurn{to{rotate:360deg}}@keyframes referralGateWave{0%,62%{opacity:0;transform:translate(-50%,-50%) scale(.72)}80%{opacity:.25}to{opacity:0;transform:translate(-50%,-50%) scale(1.35)}}.profile-bank-card,.profile-rewards-card{display:grid;gap:14px;padding:18px;border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--color-border-strong) 90%,transparent);background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--color-accent) 9%,transparent),transparent 56%),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));box-shadow:var(--shadow-soft)}.profile-bank-card-head,.profile-rewards-head,.profile-bank-section-head,.profile-rewards-progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-bank-card-copy,.profile-rewards-copy{display:grid;gap:6px}.profile-bank-card-copy span,.profile-rewards-copy span,.profile-bank-rate-pill span,.profile-rewards-cell span,.profile-rewards-progress-head span{color:var(--color-text-soft);font-size:11px;line-height:1.32;letter-spacing:.1em;text-transform:uppercase}.profile-bank-card-copy strong,.profile-rewards-copy strong{font-family:var(--font-display);font-size:clamp(28px,5vw,36px);line-height:.96;letter-spacing:-.05em}.profile-bank-card-copy em,.profile-rewards-copy p,.profile-bank-section-head p,.profile-bank-feed-side span{color:var(--color-text-soft);font-size:12px;line-height:1.42;font-style:normal;margin:0}.profile-bank-rate-pill,.profile-rewards-stage{display:grid;gap:4px;justify-items:end;padding:10px 12px;min-width:124px;border-radius:16px;border:1px solid color-mix(in srgb,var(--color-border) 86%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bank-rate-pill strong,.profile-rewards-stage strong{font-size:15px;line-height:1.1}.profile-rewards-stage em{color:var(--color-text-soft);font-size:11px;font-style:normal;text-transform:uppercase;letter-spacing:.1em}.profile-bank-card-grid,.profile-rewards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-bank-cell,.profile-rewards-cell{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border) 86%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bank-cell strong,.profile-rewards-cell strong,.profile-bank-section-head h3{font-size:16px;line-height:1.12;margin:0}.profile-bank-cell em{color:var(--color-text-soft);font-size:11px;font-style:normal}.profile-bank-cell.is-success strong{color:var(--color-success)}.profile-bank-cell.is-warn strong{color:color-mix(in srgb,var(--color-gold) 82%,var(--color-text) 18%)}.profile-bank-cell.is-accent strong{color:color-mix(in srgb,var(--color-accent) 86%,var(--color-text) 14%)}.profile-bank-card-section,.profile-rewards-progress{display:grid;gap:10px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-border) 86%,transparent);background:linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.profile-bank-feed{display:grid;gap:8px}.profile-bank-feed-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.profile-bank-feed-row:last-child{border-bottom:0;padding-bottom:0}.profile-bank-feed-mark{width:10px;height:10px;border-radius:50%;background:var(--color-danger);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-danger) 18%,transparent)}.profile-bank-feed-mark.is-plus{background:var(--color-success);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-success) 18%,transparent)}.profile-bank-feed-copy,.profile-bank-feed-side{display:grid;gap:4px;min-width:0}.profile-bank-feed-copy strong,.profile-bank-feed-side strong{font-size:15px;line-height:1.1}.profile-bank-feed-copy span{color:var(--color-text-soft);font-size:12px;line-height:1.38}.profile-bank-feed-side{justify-items:end;text-align:right}.profile-bank-feed-side strong.is-plus{color:var(--color-success)}.profile-bank-feed-side strong.is-minus{color:var(--color-danger)}.profile-bank-empty{padding:4px 0 0}:root[data-theme=light] .profile-bank-card,:root[data-theme=light] .profile-rewards-card,:root[data-theme=light] .profile-bank-rate-pill,:root[data-theme=light] .profile-rewards-stage,:root[data-theme=light] .profile-bank-cell,:root[data-theme=light] .profile-rewards-cell,:root[data-theme=light] .profile-bank-card-section,:root[data-theme=light] .profile-rewards-progress{border-color:var(--panel-border);background:var(--panel-bg)}:root[data-theme=light] .profile-bank-card-copy span,:root[data-theme=light] .profile-rewards-copy span,:root[data-theme=light] .profile-bank-rate-pill span,:root[data-theme=light] .profile-rewards-cell span,:root[data-theme=light] .profile-rewards-progress-head span,:root[data-theme=light] .profile-bank-card-copy em,:root[data-theme=light] .profile-rewards-copy p,:root[data-theme=light] .profile-bank-section-head p,:root[data-theme=light] .profile-bank-feed-copy span,:root[data-theme=light] .profile-bank-feed-side span{color:color-mix(in srgb,var(--color-text) 70%,var(--color-text-soft) 30%)}@media (max-width: 640px){.profile-bank-card,.profile-rewards-card{gap:12px;padding:14px;border-radius:var(--radius-md)}.profile-bank-card-head,.profile-rewards-head{align-items:stretch}.profile-bank-card-copy strong,.profile-rewards-copy strong{font-size:24px}.profile-bank-card-grid,.profile-rewards-grid{gap:8px}.profile-bank-cell,.profile-rewards-cell,.profile-bank-card-section,.profile-rewards-progress,.profile-bank-rate-pill,.profile-rewards-stage{padding:12px;border-radius:16px}.profile-bank-cell strong,.profile-rewards-cell strong,.profile-bank-feed-copy strong,.profile-bank-feed-side strong,.profile-bank-rate-pill strong,.profile-rewards-stage strong,.profile-bank-section-head h3{font-size:14px}.profile-bank-card-copy span,.profile-rewards-copy span,.profile-bank-card-copy em,.profile-rewards-copy p,.profile-bank-feed-copy span,.profile-bank-feed-side span,.profile-bank-cell span,.profile-bank-cell em,.profile-rewards-cell span,.profile-rewards-progress-head span{font-size:11px}}.services-shell{display:grid;gap:14px;padding-bottom:0}.services-hero-card{display:grid;gap:12px}.services-ad-card,.services-news-card{display:grid;gap:10px}.services-coverage-title,.services-preview-content strong,.services-meta-card strong,.services-news-body strong,.services-inline-feedback-copy strong,.services-result-actions .btn{font-size:15px;line-height:1.08}.services-inline-feedback,.services-preview-shell,.services-meta-card,.services-option-block{border:1px solid color-mix(in srgb,var(--color-border) 82%,transparent);background:linear-gradient(180deg,#ffffff0b,#ffffff04)}.services-inline-feedback-copy,.services-news-body{display:grid;gap:6px;min-width:0}.services-inline-feedback-copy span,.services-meta-card span,.services-news-tag,.services-option-block>span,.services-preview-content span{color:var(--color-text-soft);font-size:11px;font-weight:700;line-height:1.32;letter-spacing:.1em;text-transform:uppercase}.services-preview-content p,.services-news-body p{margin:0;color:var(--color-text-soft);font-size:14px;line-height:1.5}:root[data-theme=light] .services-search-line,:root[data-theme=light] .services-inline-feedback,:root[data-theme=light] .services-preview-shell,:root[data-theme=light] .services-meta-card,:root[data-theme=light] .services-option-block{border-color:var(--panel-border);background:var(--panel-bg)}:root[data-theme=light] .services-inline-feedback-copy span,:root[data-theme=light] .services-meta-card span,:root[data-theme=light] .services-news-tag,:root[data-theme=light] .services-option-block>span,:root[data-theme=light] .services-preview-content span,:root[data-theme=light] .services-preview-content p,:root[data-theme=light] .services-news-body p{color:color-mix(in srgb,var(--color-text) 70%,var(--color-text-soft) 30%)}@media (max-width: 640px){.services-shell{gap:12px;padding-bottom:0}.services-coverage-title,.services-preview-content strong,.services-meta-card strong,.services-news-body strong,.services-inline-feedback-copy strong,.services-result-actions .btn{font-size:14px}.services-inline-feedback,.services-preview-shell,.services-meta-card,.services-option-block{padding:12px;border-radius:16px}.services-meta-grid,.services-result-actions{grid-template-columns:1fr}.services-preview-content p,.services-news-body p{font-size:13px}}@keyframes servicesOrbPulse{0%,to{transform:scale(1);opacity:.92}50%{transform:scale(1.12);opacity:1}}.services-brand-row,.services-badge-row{display:flex;align-items:center;justify-content:flex-start}.services-brand-lockup{display:flex;align-items:center;gap:13px;min-width:0}.services-brand-mark{width:42px;height:42px;border-radius:14px;box-shadow:none;overflow:hidden;flex:0 0 auto}.services-brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.services-brand-copy{min-width:0;display:grid;gap:4px;align-items:start;position:relative}.services-slogan{display:block;width:100%;max-width:100%;padding:0;border:0;border-radius:0;background:linear-gradient(100deg,#f0f6ff,#dcecff 44%,#b9d9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-family:Manrope,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(17px,4.4vw,22px);font-weight:800;line-height:.98;letter-spacing:-.03em;text-shadow:0 1px 10px rgba(118,177,255,.14);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.services-brand-copy:after{content:"";display:block;width:clamp(136px,46vw,248px);max-width:100%;height:1.5px;border-radius:999px;background:linear-gradient(90deg,#92c7ffdb,#92c7ff5c 52%,#92c7ff00);box-shadow:0 0 10px #76b1ff33;opacity:.92;transform:translateZ(0)}:root[data-theme=light] .services-slogan{background:linear-gradient(100deg,#153a61,#275786 42%,#3b6d9f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:none}:root[data-theme=light] .services-brand-copy:after{background:linear-gradient(90deg,#4a88c9a8,#4a88c93d 52%,#4a88c900);box-shadow:0 0 8px #4a88c924;opacity:.88}.services-catalog-grid{display:grid;gap:var(--services-section-gap, 11px)}.services-catalog-row{display:grid;gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.services-catalog-row--single{gap:6px}.services-catalog-title{padding:0;font-size:15px;line-height:1.12;letter-spacing:-.03em}.services-catalog-card{--services-card-pad: clamp(8px, 1.9vw, 12px);--services-tile-gap: clamp(10px, 2vw, 14px);--services-tile-size: clamp(60px, 13.8vw, 82px);--services-track-fade-size: clamp(20px, 5.2vw, 34px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;isolation:isolate}.services-catalog-row--single .services-catalog-card{--services-tile-gap: clamp(10px, 2vw, 14px);--services-tile-size: clamp(60px, 13.8vw, 82px)}.services-catalog-marquee{position:relative;display:grid;gap:clamp(4px,.9vw,7px);padding:0}.services-catalog-marquee:before,.services-catalog-marquee:after{display:none}.services-catalog-marquee-row{position:relative;min-height:var(--services-tile-size);border:0;border-radius:0;overflow:hidden;background:transparent!important;background-image:none!important;box-shadow:none!important;backdrop-filter:none;-webkit-backdrop-filter:none;transform:translateZ(0);isolation:isolate;outline:0;-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.2) calc(var(--services-track-fade-size) * .24),rgba(0,0,0,.74) calc(var(--services-track-fade-size) * .58),#000 calc(var(--services-track-fade-size) * .98),#000 calc(100% - (var(--services-track-fade-size) * .98)),rgba(0,0,0,.74) calc(100% - (var(--services-track-fade-size) * .58)),rgba(0,0,0,.2) calc(100% - (var(--services-track-fade-size) * .24)),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.2) calc(var(--services-track-fade-size) * .24),rgba(0,0,0,.74) calc(var(--services-track-fade-size) * .58),#000 calc(var(--services-track-fade-size) * .98),#000 calc(100% - (var(--services-track-fade-size) * .98)),rgba(0,0,0,.74) calc(100% - (var(--services-track-fade-size) * .58)),rgba(0,0,0,.2) calc(100% - (var(--services-track-fade-size) * .24)),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.services-catalog-marquee-row:before,.services-catalog-marquee-row:after{content:none}.services-catalog-marquee-track{position:relative;z-index:1;display:flex;align-items:center;gap:0;width:max-content;height:100%;padding:0 4px;animation:none;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:paint;background:transparent!important;background-image:none!important;box-shadow:none!important}.services-catalog-marquee-track.is-reverse{animation-direction:normal}.services-catalog-marquee-segment{display:flex;align-items:center;gap:var(--services-tile-gap);padding-inline-end:calc(var(--services-tile-gap) * 1.2);flex-wrap:nowrap;background:transparent!important;background-image:none!important;box-shadow:none!important}.services-catalog-tile{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--services-tile-size);height:var(--services-tile-size);flex:0 0 var(--services-tile-size);border:0;border-radius:0;overflow:visible;background:transparent!important;background-image:none!important;box-shadow:none!important;transform:translateZ(0)}.services-catalog-tile img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;filter:none!important;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto}.services-search-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:56px;padding:0 14px;border-radius:20px;border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border) 82%);background:linear-gradient(180deg,#07111ffc,#050c16);box-shadow:inset 0 1px #ffffff08,0 10px 24px #040a122e;transition:border-color var(--motion-base) ease,box-shadow var(--motion-base) ease,background var(--motion-base) ease;-webkit-touch-callout:none}.services-search-line.has-value,.services-search-line.is-active{border-color:color-mix(in srgb,var(--color-accent) 34%,var(--color-border) 66%);box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #88bfff0f,0 12px 28px #050a1333}.services-search-line+*{margin-top:var(--services-section-gap, 11px)}.services-search-inline-shell{min-width:0}.services-search-inline-input{width:100%;min-width:0;height:40px;padding:0;border:0;background:transparent;color:var(--color-text);font-family:var(--font-display);font-size:clamp(15px,4.1vw,16px);font-weight:760;line-height:1;letter-spacing:-.045em}.services-search-inline-input::placeholder{color:color-mix(in srgb,var(--color-text-soft) 64%,white 36%)}.services-search-inline-input:focus{outline:0}.services-search-inline-action{flex:0 0 auto;width:20px;height:20px;padding:0;border:0;background:transparent;color:color-mix(in srgb,var(--color-text-soft) 76%,white 24%);display:inline-flex;align-items:center;justify-content:center;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;transition:transform var(--motion-fast) ease,color var(--motion-base) ease,opacity var(--motion-base) ease}.services-search-inline-action:active{transform:scale(.96)}.services-search-inline-action:hover{color:color-mix(in srgb,var(--color-text) 80%,var(--color-accent) 20%)}.services-search-inline-action.is-paste{color:color-mix(in srgb,var(--color-text-soft) 72%,white 28%)}.services-search-inline-action.is-search.is-ready{color:color-mix(in srgb,var(--color-accent) 72%,white 28%)}.services-search-inline-action.is-clear{color:color-mix(in srgb,var(--color-text) 90%,var(--color-text-soft) 10%)}.services-search-inline-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}:root[data-theme=light] .services-search-line{border-color:var(--panel-border);background:var(--panel-bg)}:root[data-theme=light] .services-catalog-marquee-row{border-color:transparent;background:transparent!important;box-shadow:none}:root[data-theme=light] .services-catalog-card{border:0;background:transparent;box-shadow:none}:root[data-theme=light] .services-catalog-tile{filter:none}:root[data-theme=light] .services-catalog-tile img{filter:none!important}:root[data-theme=light] .services-search-inline-input::placeholder{color:#576e86c7}@media (max-width: 380px){.services-brand-lockup{gap:12px}.services-brand-mark{width:40px;height:40px}.services-slogan{font-size:clamp(16px,4.6vw,19px);letter-spacing:-.028em}.services-brand-copy:after{width:clamp(120px,42vw,198px);height:1px}.services-catalog-title{font-size:13px}.services-catalog-row{padding:0}.services-catalog-card{--services-card-pad: 0;--services-tile-gap: clamp(8px, 2.1vw, 11px);--services-tile-size: clamp(50px, 13.8vw, 62px);--services-track-fade: color-mix(in srgb, var(--color-bg) 88%, transparent);--services-track-fade-size: clamp(10px, 3vw, 16px)}.services-catalog-row--single .services-catalog-card{--services-tile-gap: clamp(8px, 2.1vw, 11px);--services-tile-size: clamp(50px, 13.8vw, 62px)}.services-search-line{gap:10px;min-height:54px;padding:0 13px}}@media (prefers-reduced-motion: reduce){.services-catalog-marquee-track{transform:translateZ(0)}}.services-inline-result{display:grid;gap:10px}.services-inline-feedback{display:grid;align-items:center;padding:14px;border-radius:18px;min-height:96px;border:1px solid color-mix(in srgb,var(--color-accent) 20%,var(--color-border) 80%);background:radial-gradient(120% 100% at 0% 0%,rgba(119,182,255,.14),transparent 55%),radial-gradient(120% 120% at 100% 100%,rgba(137,108,255,.12),transparent 58%),linear-gradient(180deg,#0e1726f5,#080e18fa);box-shadow:inset 0 1px #ffffff12,0 16px 36px #060b143d}.services-inline-feedback.is-loading{padding:0;min-height:auto;border:none;background:transparent;box-shadow:none;overflow:visible}.services-inline-feedback.is-error{grid-template-columns:minmax(0,1fr) auto}.services-inline-feedback-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}.services-loading-stage{position:relative;display:grid;place-items:center;min-height:46px;padding:0}.services-loading-dots{display:flex;align-items:center;justify-content:center;gap:10px;min-height:16px}.services-loading-dots span{display:block;width:13px;height:13px;border-radius:999px;background:linear-gradient(180deg,#dfecfffa,#c4d6f6f2);box-shadow:inset 0 1px #ffffffad;animation:servicesLoadingDot .9s ease-in-out infinite}.services-loading-dots span:nth-child(1){animation-delay:0s}.services-loading-dots span:nth-child(2){animation-delay:.1s}.services-loading-dots span:nth-child(3){animation-delay:.2s}.services-loading-dots span:nth-child(4){animation-delay:.3s}.services-loading-dots span:nth-child(5){animation-delay:.4s}.services-preview-shell{display:grid;gap:12px;padding:12px;border-radius:18px}.services-preview-media{position:relative;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#0e192af2,#09121efa);isolation:isolate}.services-preview-media-backdrop{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:0;background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(28px) saturate(1.08);transform:scale(1.18);opacity:.92}.services-preview-media>img,.services-preview-fallback{width:100%;height:100%}.services-preview-media-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;object-fit:cover}.services-preview-media.is-contained .services-preview-media-image{top:6px;right:6px;bottom:6px;left:6px;width:calc(100% - 12px);height:calc(100% - 12px);margin:auto;object-fit:contain;border-radius:12px;box-shadow:0 12px 26px #050a1257,inset 0 0 0 1px #ffffff14}.services-preview-media.is-contained:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#09101b14,#09101b24),radial-gradient(100% 100% at 50% 50%,rgba(255,255,255,.04),transparent 72%);pointer-events:none}.services-preview-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#050b1414,#050b1405 38%,#050b1442 72%,#050b1494),radial-gradient(120% 80% at 50% 100%,rgba(13,22,37,.12),transparent 56%)}.services-preview-fallback{background:radial-gradient(120% 120% at 100% 0%,rgba(116,176,255,.28),transparent 48%),linear-gradient(135deg,#112643f2,#06111dfa)}.services-preview-badges{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;display:grid;justify-items:center;gap:7px}.services-preview-badge-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:auto;max-width:100%;min-width:0}.services-preview-badge-cell{display:inline-flex;align-items:center;flex:0 0 auto;min-width:0}.services-preview-media--tall .services-preview-badges{left:14px;right:14px;bottom:14px;gap:8px}.services-preview-media--tall .services-preview-badge-row{width:auto;max-width:100%;justify-content:center}.services-preview-media--tall:after{background:linear-gradient(180deg,#050b140a,#050b1405 34%,#050b1438 62%,#050b14b3),radial-gradient(120% 80% at 50% 100%,rgba(13,22,37,.18),transparent 56%)}.services-preview-media--tall .services-preview-pill{min-height:42px;padding:0 16px}.services-preview-pill{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.48);border-radius:999px;background:linear-gradient(180deg,#fafcffe0,#edf1f6bd);backdrop-filter:blur(9px) saturate(1.01);-webkit-backdrop-filter:blur(9px) saturate(1.01);box-shadow:inset 0 1px #ffffffd1,0 2px 10px #080f1c1f;font-variant-numeric:tabular-nums;color:#212733f5}.services-preview-pill--metric{flex:0 0 auto;white-space:nowrap;font-weight:800}.services-preview-pill--kind{min-height:30px;padding-inline:10px}.services-preview-pill--kind strong{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.services-preview-pill--icon-only{min-width:40px;justify-content:center;padding:0 9px}.services-preview-kind-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.48);border-radius:12px;background:linear-gradient(180deg,#fafcffe0,#edf1f6bd);color:#212733f5;box-shadow:inset 0 1px #ffffffd1,0 2px 10px #080f1c1f}.services-preview-kind-icon-inner{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.services-preview-kind-icon svg{width:100%;height:100%}.services-preview-pill strong{font-size:13px;line-height:1;margin:0;letter-spacing:-.02em;font-weight:800}.services-preview-pill-icon,.services-preview-pill-logo{width:16px;height:16px;flex:0 0 auto;color:inherit}.services-preview-pill-icon{display:inline-flex;align-items:center;justify-content:center}.services-preview-pill-icon svg{width:16px;height:16px}.services-preview-badges--glass .services-preview-pill,.services-preview-badges--light .services-preview-pill,.services-preview-badges--dark .services-preview-pill{color:#212733f5;border-color:#ffffff7a;background:linear-gradient(180deg,#fafcffe0,#edf1f6bd);box-shadow:inset 0 1px #ffffffd1,0 2px 10px #080f1c1f}.services-preview-content{display:grid;gap:7px;min-width:0}.services-preview-kicker-row{display:flex;align-items:center;gap:10px;min-width:0}.services-preview-kicker-row span{color:var(--color-text-soft);font-size:11px;font-weight:700;line-height:1.32;letter-spacing:.1em;text-transform:uppercase}.services-preview-kicker-row span{min-width:0}.services-preview-content strong{font-size:22px;line-height:.98;letter-spacing:-.042em}.services-preview-notice{padding:12px 14px;border-radius:16px;border:1px solid color-mix(in srgb,var(--color-accent) 26%,var(--color-border) 74%);background:linear-gradient(180deg,#68adff14,#607aff0a);color:var(--color-text-soft);font-size:13px;line-height:1.42}.services-options-grid{display:grid;gap:12px}.services-option-block{position:relative;display:grid;gap:12px;padding:14px;border-radius:18px;border:1px solid color-mix(in srgb,var(--color-accent) 16%,var(--color-border) 84%);background:radial-gradient(120% 140% at 100% 0%,rgba(127,183,255,.12),transparent 58%),linear-gradient(180deg,#0d1828eb,#09111ef2);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #03091229}.services-option-label{margin:0;color:color-mix(in srgb,var(--color-text-soft) 88%,white 12%);font-size:12px;font-weight:800;line-height:1.1;letter-spacing:.12em;text-transform:uppercase}.services-chip-row{display:flex;flex-wrap:wrap;gap:8px}.services-chip{min-height:40px;padding:0 14px;font-size:16px;font-weight:760;letter-spacing:-.01em;border-color:color-mix(in srgb,var(--color-accent) 14%,var(--chip-border) 86%);background:linear-gradient(180deg,#121f30eb,#0b1422f0);color:color-mix(in srgb,var(--color-text) 90%,var(--color-text-soft) 10%);box-shadow:inset 0 1px #ffffff0a}.services-chip-row--formats{display:flex;flex-wrap:nowrap;gap:10px}.services-chip--format{flex:1 1 0;min-width:0;padding-inline:14px;justify-content:center}.services-chip:hover{border-color:color-mix(in srgb,var(--color-accent) 24%,var(--chip-border) 76%)}.services-chip.is-active{border-color:color-mix(in srgb,var(--color-accent) 52%,var(--chip-active-border) 48%);background:radial-gradient(110% 130% at 100% 0%,rgba(133,182,255,.28),transparent 60%),linear-gradient(180deg,#385b88b3,#213f66c2);color:#f4f9ff;box-shadow:inset 0 1px #ffffff24,0 6px 16px #0e274a42}.services-format-muted-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1;white-space:nowrap}.services-format-muted-icon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:color-mix(in srgb,currentColor 92%,white 8%);line-height:0}.services-format-muted-icon svg{width:100%;height:100%;display:block}.services-chip--quality{justify-content:center;min-width:80px;min-height:40px;padding-inline:12px}.services-option-block--playlist{gap:12px}.services-playlist-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.services-playlist-head-copy{display:grid;gap:6px;min-width:0}.services-playlist-summary{font-size:30px;line-height:.88;letter-spacing:-.04em}.services-playlist-summary-row{display:inline-flex;align-items:flex-end;gap:8px}.services-playlist-summary-caption{color:var(--color-text-soft);font-size:12px;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.services-playlist-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.services-chip--playlist-action,.services-chip--playlist-download{min-width:120px;justify-content:center}.services-playlist-feedback{min-height:42px;display:flex;align-items:center;color:var(--color-text-soft);font-size:14px;line-height:1.4}.services-playlist-preview{display:grid;gap:8px}.services-playlist-preview-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:10px 12px;border-radius:16px;border:1px solid color-mix(in srgb,var(--color-accent) 12%,var(--color-border) 88%);background:linear-gradient(180deg,#101b2ba3,#0a121fb8)}.services-playlist-preview-item-main{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.services-playlist-art{width:44px;height:44px;border-radius:13px;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-accent) 12%,var(--color-border) 88%);background:radial-gradient(120% 120% at 100% 0%,rgba(127,183,255,.14),transparent 56%),linear-gradient(180deg,#121e2ee6,#0b1422f0);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.services-playlist-art img{width:100%;height:100%;object-fit:cover}.services-playlist-preview-copy{display:grid;gap:4px;min-width:0}.services-playlist-preview-title{color:color-mix(in srgb,var(--color-text) 88%,var(--color-text-soft) 12%);font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-playlist-preview-copy span{color:var(--color-text-soft);font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-playlist-list{display:grid;gap:8px}.services-playlist-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:16px;border:1px solid color-mix(in srgb,var(--color-accent) 12%,var(--color-border) 88%);background:linear-gradient(180deg,#101b2bd1,#0a121fdb)}.services-playlist-item-main{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.services-playlist-item-copy{display:grid;gap:4px;min-width:0}.services-playlist-item-copy strong{font-size:15px;line-height:1.18;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-playlist-item-copy span{color:var(--color-text-soft);font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-playlist-item-action{width:42px;height:42px;border-radius:14px;border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border) 82%);display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(120% 120% at 100% 0%,rgba(133,182,255,.18),transparent 60%),linear-gradient(180deg,#121f30eb,#0b1422f0);color:color-mix(in srgb,var(--color-text) 92%,white 8%);box-shadow:inset 0 1px #ffffff0a;transition:border-color var(--motion-base) ease,background var(--motion-base) ease,color var(--motion-base) ease,transform var(--motion-fast) ease}.services-playlist-item-action:hover{border-color:color-mix(in srgb,var(--color-accent) 28%,var(--color-border) 72%)}.services-playlist-item-action:active{transform:translateY(1px)}.services-playlist-item-action svg{width:19px;height:19px}.services-chip-row--quality{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.services-result-actionbar{display:grid;grid-template-columns:58px 58px minmax(0,1fr);gap:10px;align-items:stretch}.services-result-method-btn{min-height:52px;border-radius:14px;border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border) 82%);display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(120% 120% at 100% 0%,rgba(133,182,255,.14),transparent 60%),linear-gradient(180deg,#121f30b8,#0b1422c7);color:color-mix(in srgb,var(--color-text) 96%,white 4%);box-shadow:inset 0 1px #ffffff08,0 6px 14px #050c1524;transition:border-color var(--motion-base) ease,background var(--motion-base) ease,color var(--motion-base) ease,box-shadow var(--motion-base) ease,transform var(--motion-fast) ease}.services-result-method-btn:hover{border-color:color-mix(in srgb,var(--color-accent) 28%,var(--color-border) 72%)}.services-result-method-btn:active{transform:translateY(1px)}.services-result-method-btn.is-active{border-color:color-mix(in srgb,var(--color-accent) 52%,var(--chip-active-border) 48%);background:radial-gradient(110% 130% at 100% 0%,rgba(133,182,255,.24),transparent 60%),linear-gradient(180deg,#2c4a70a3,#193150b8);color:#f4f9ff;box-shadow:inset 0 1px #ffffff17,0 8px 18px #0e274a38}.services-result-method-btn-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.services-result-method-btn-icon svg{width:24px;height:24px}.services-result-download-btn{min-width:0}@media (max-width: 640px){.services-inline-feedback.is-error{grid-template-columns:1fr}.services-inline-feedback-actions{justify-content:stretch}.services-inline-feedback-actions .btn{width:100%}.services-preview-shell{gap:10px;padding:11px}.services-preview-media{border-radius:15px}.services-preview-badges{left:10px;right:10px;bottom:10px;gap:6px}.services-preview-media--tall .services-preview-badges{left:11px;right:11px;bottom:11px;gap:6px}.services-preview-badge-row{gap:6px}.services-preview-pill{min-height:32px;padding:0 9px}.services-preview-pill--icon-only{min-width:38px;padding:0 8px}.services-preview-pill--kind{min-height:30px;padding-inline:9px}.services-preview-pill--kind strong{font-size:10.5px}.services-preview-kind-icon{width:32px;height:32px}.services-preview-kind-icon-inner{width:20px;height:20px}.services-preview-pill strong{font-size:12.5px}.services-preview-pill-icon,.services-preview-pill-logo,.services-preview-pill-icon svg{width:15px;height:15px}.services-preview-content strong{font-size:20px}.services-option-block{padding:12px;border-radius:16px;gap:10px}.services-option-label{font-size:11px;letter-spacing:.1em}.services-chip{min-height:36px;font-size:14px;padding:0 12px}.services-chip-row--formats{gap:8px}.services-chip--format{padding-inline:12px}.services-chip--quality{min-width:68px;min-height:36px;padding-inline:10px}.services-chip-row--quality{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:7px}.services-playlist-head{display:grid;grid-template-columns:1fr}.services-playlist-head-actions{justify-content:stretch}.services-chip--playlist-action,.services-chip--playlist-download{min-width:0;flex:1 1 0}.services-playlist-item-copy strong{font-size:14px}.services-result-actionbar{grid-template-columns:52px 52px minmax(0,1fr);gap:8px}.services-result-method-btn{min-height:48px;border-radius:14px}.services-inline-feedback{min-height:88px}.services-loading-stage{min-height:40px;padding:0}.services-loading-dots{gap:9px;min-height:14px}.services-loading-dots span{width:12px;height:12px}}:root[data-theme=light] .services-inline-feedback{border-color:var(--panel-border);background:var(--panel-bg-strong);box-shadow:var(--panel-inset-highlight),0 12px 24px #3d659124}:root[data-theme=light] .services-loading-dots span{background:linear-gradient(180deg,#78a6e5eb,#5e8bcde6);box-shadow:inset 0 1px #ffffff94}:root[data-theme=light] .services-preview-media{background:linear-gradient(180deg,#e8f0f8f5,#d6e2effa)}:root[data-theme=light] .services-preview-media-backdrop{filter:blur(24px) saturate(1.02);opacity:.86}:root[data-theme=light] .services-preview-media.is-contained:before{background:linear-gradient(180deg,#ecf3fa1a,#e1ebf633),radial-gradient(100% 100% at 50% 50%,rgba(255,255,255,.06),transparent 72%)}:root[data-theme=light] .services-preview-media:after{background:linear-gradient(180deg,#e0eaf60f,#dce7f41f 38%,#c9d9eb33 72%,#b5c9df61),radial-gradient(120% 80% at 50% 100%,rgba(141,166,195,.18),transparent 56%)}:root[data-theme=light] .services-preview-media--tall:after{background:linear-gradient(180deg,#e0eaf60f,#dce7f41a 34%,#c9d9eb2e 62%,#b0c5dd6b),radial-gradient(120% 80% at 50% 100%,rgba(141,166,195,.18),transparent 56%)}:root[data-theme=light] .services-preview-fallback{background:radial-gradient(120% 120% at 100% 0%,rgba(111,163,228,.24),transparent 48%),linear-gradient(135deg,#e5eef9fa,#d6e2effa)}:root[data-theme=light] .services-preview-notice{border-color:#4f87da3d;background:linear-gradient(180deg,#6d9df414,#5f88de0f);color:color-mix(in srgb,var(--color-text-soft) 88%,#2f5377 12%)}:root[data-theme=light] .services-preview-pill,:root[data-theme=light] .services-preview-badges--glass .services-preview-pill,:root[data-theme=light] .services-preview-badges--light .services-preview-pill,:root[data-theme=light] .services-preview-badges--dark .services-preview-pill{color:#182b40fa;border-color:#ffffffb3;background:linear-gradient(180deg,#fcffffeb,#ecf3fbcc);box-shadow:inset 0 1px #fffffff0,0 2px 10px #142a4424}:root[data-theme=light] .services-preview-kind-icon{border-color:#ffffffb3;background:linear-gradient(180deg,#fcffffe6,#ecf3fbb8);color:#243e5cf5;filter:drop-shadow(0 2px 10px rgba(62,101,145,.16))}:root[data-theme=light] .services-option-block{border-color:var(--panel-border);background:var(--panel-bg);box-shadow:var(--panel-inset-highlight),0 8px 18px #3d659124}:root[data-theme=light] .services-chip{border-color:var(--panel-border-soft);background:var(--panel-bg-soft);color:#1f3349;box-shadow:var(--panel-inset-highlight)}:root[data-theme=light] .services-chip.is-active{border-color:#4f87da6b;background:radial-gradient(110% 130% at 100% 0%,rgba(142,189,255,.34),transparent 60%),linear-gradient(180deg,#74a6f38a,#5b8ddc94);color:#0f2b4a}:root[data-theme=light] .services-playlist-item{border-color:var(--panel-border-soft);background:var(--panel-bg-soft)}:root[data-theme=light] .services-playlist-preview-item{border-color:var(--panel-border-soft);background:var(--panel-bg-soft)}:root[data-theme=light] .services-playlist-art{border-color:var(--panel-border-soft);background:var(--panel-bg-soft)}:root[data-theme=light] .services-playlist-preview-title{color:color-mix(in srgb,var(--color-text) 82%,var(--color-text-soft) 18%)}:root[data-theme=light] .services-playlist-item-action,:root[data-theme=light] .services-result-method-btn{border-color:var(--panel-border-soft);background:var(--panel-bg-soft);color:#1f3349;box-shadow:var(--panel-inset-highlight)}:root[data-theme=light] .services-playlist-item-action:hover{border-color:#4f87da6b}:root[data-theme=light] .services-result-method-btn:hover,:root[data-theme=light] .services-result-method-btn.is-active{border-color:#4f87da6b}:root[data-theme=light] .services-result-method-btn.is-active{background:radial-gradient(110% 130% at 100% 0%,rgba(142,189,255,.34),transparent 60%),linear-gradient(180deg,#74a6f38a,#5b8ddc94);color:#0f2b4a}@keyframes servicesLoadingDot{0%,to{opacity:.34;transform:scale(.84)}50%{opacity:1;transform:scale(1)}}.services-ad-card{position:relative;overflow:hidden;padding:18px;border:1px solid color-mix(in srgb,var(--color-border-strong) 74%,transparent);border-radius:24px;background:radial-gradient(140% 120% at 100% 0%,rgba(142,191,255,.16),transparent 44%),radial-gradient(100% 140% at 0% 100%,rgba(255,213,122,.1),transparent 48%),linear-gradient(180deg,#0e1929fa,#08101cfe);box-shadow:inset 0 1px #ffffff0d,0 18px 32px #0309112e}.services-ad-copy{display:grid;gap:8px;min-width:0}.services-ad-copy h3{margin:0;width:100%;max-width:none;font-size:clamp(22px,5.8vw,30px);font-weight:800;letter-spacing:-.055em;line-height:.92;text-wrap:balance}.services-ad-copy p{margin:0;max-width:30rem;color:var(--color-text-soft);font-size:14px;line-height:1.48}.services-ad-action{min-height:48px;margin-top:2px}.services-news-card{padding-inline:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible}.services-news-list{display:grid;gap:0;background:transparent}.services-news-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:14px 0;border-top:1px solid color-mix(in srgb,var(--color-border) 76%,transparent);background:transparent}.services-news-tag{min-width:82px;padding-top:2px}:root[data-theme=light] .services-ad-card{border-color:var(--panel-border);background:var(--panel-bg-strong);box-shadow:var(--panel-inset-highlight),0 14px 24px #3d659124}:root[data-theme=light] .services-ad-copy p{color:color-mix(in srgb,var(--color-text-soft) 90%,#355476 10%)}:root[data-theme=light] .services-news-item{border-top-color:#225c8b24}@media (max-width: 640px){.services-ad-card{padding:16px;border-radius:22px}.services-ad-copy h3{font-size:clamp(19px,6vw,24px)}.services-news-item{grid-template-columns:1fr;gap:8px}.services-news-card{padding-inline:0}.services-news-tag{min-width:0}}.settings-shell{display:grid;gap:18px}.settings-section{display:grid;gap:10px}.settings-section-title{display:grid;gap:2px;padding:0 2px}.settings-section-title h3{margin:0;color:var(--color-text-soft);font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.settings-stack,.settings-item{display:grid;gap:8px}.settings-row{width:100%;min-height:58px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;color:inherit;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);border-radius:18px;background:radial-gradient(120% 100% at 100% 0%,rgba(138,185,255,.06),transparent 42%),linear-gradient(180deg,#ffffff07,#ffffff03);box-shadow:inset 0 1px #ffffff0a;transition:border-color var(--motion-base) ease,background var(--motion-base) ease}.settings-row:hover{transform:none;border-color:var(--color-border-strong)}.settings-item.is-open>.settings-row{border-color:color-mix(in srgb,var(--color-accent) 34%,var(--color-border) 66%);background:radial-gradient(120% 100% at 0% 0%,rgba(96,188,255,.08),transparent 58%),linear-gradient(180deg,#ffffff08,#ffffff04)}.settings-row--link{cursor:pointer}.settings-row-copy{min-width:0;display:grid;gap:4px}.settings-row-copy--single{gap:0}.settings-row-copy strong{margin:0;color:var(--color-text);font-family:var(--font-display);font-size:17px;line-height:1.04;letter-spacing:-.03em}.settings-row-copy span{color:var(--color-text-soft);font-size:13px;line-height:1.32}.settings-row-meta{min-width:0;margin-left:auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto}.settings-row-value-wrap{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.settings-row-value-glyph{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center}.settings-row-value{color:var(--color-text-soft);font-size:15px;line-height:1.2;text-align:right;white-space:nowrap}.settings-glyph{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}.settings-glyph--flag{font-size:18px;line-height:1}.settings-glyph--icon,.settings-glyph--currency,.settings-glyph--ton{color:var(--color-text-soft)}.settings-glyph--icon svg,.settings-glyph--currency svg,.settings-glyph--ton img{width:100%;height:100%;display:block;object-fit:contain}.settings-glyph--currency{font-size:15px;font-weight:700;line-height:1}.settings-glyph--currency-star svg{width:17px;height:17px;color:var(--color-gold)}.settings-row-chevron{width:18px;height:18px;flex:0 0 auto;color:var(--color-text-soft);display:inline-flex;align-items:center;justify-content:center;transition:transform var(--motion-base) ease}.settings-row-chevron svg{width:100%;height:100%;display:block}.settings-item.is-open>.settings-row .settings-row-chevron{transform:rotate(90deg)}.settings-item-body{padding:0 4px}.settings-options{display:grid;gap:6px}.settings-option{width:100%;min-height:44px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:inherit;border:1px solid color-mix(in srgb,var(--color-border) 74%,transparent);border-radius:16px;background:linear-gradient(180deg,#ffffff06,#ffffff02);transition:border-color var(--motion-base) ease,background var(--motion-base) ease}.settings-option:hover{transform:none}.settings-option span{color:var(--color-text);font-size:13px;line-height:1.3}.settings-option-main{min-width:0;display:inline-flex;align-items:center;gap:10px}.settings-option-glyph{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center}.settings-option.is-selected{border-color:color-mix(in srgb,var(--color-accent) 34%,var(--color-border) 66%);background:radial-gradient(120% 100% at 0% 0%,rgba(96,188,255,.06),transparent 58%),linear-gradient(180deg,#ffffff07,#ffffff03)}.settings-option-check{width:18px;height:18px;flex:0 0 auto;color:color-mix(in srgb,var(--color-accent) 76%,white 24%);display:inline-flex;align-items:center;justify-content:center}.settings-option-check svg{width:16px;height:16px;display:block}.settings-wallet-module{display:grid;gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);border-radius:22px;background:radial-gradient(120% 100% at 100% 0%,rgba(138,185,255,.08),transparent 44%),linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:inset 0 1px #ffffff0a}.settings-wallet-main{display:flex;align-items:center;justify-content:space-between;gap:14px}.settings-wallet-brand{min-width:0;display:flex;align-items:center;gap:14px;flex:1 1 auto}.settings-wallet-glyph{width:38px;height:38px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.settings-wallet-glyph img,.settings-wallet-glyph svg{width:100%;height:100%;display:block}.settings-wallet-brand-copy{min-width:0;display:grid;gap:5px}.settings-wallet-brand-copy h3{margin:0;color:var(--color-text);font-family:var(--font-display);font-size:21px;line-height:1.02;letter-spacing:-.04em}.settings-wallet-meta{display:grid;gap:4px}.settings-wallet-state{display:inline-flex;align-items:center;gap:7px;color:var(--color-text-soft);font-size:11px;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.settings-wallet-state-dot{width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--color-text-soft) 62%,transparent);box-shadow:0 0 0 4px #ffffff0a;flex:0 0 auto}.settings-wallet-state.is-connected{color:color-mix(in srgb,var(--color-success) 92%,white 8%)}.settings-wallet-state.is-connected .settings-wallet-state-dot{background:color-mix(in srgb,var(--color-success) 86%,white 14%);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-success) 16%,transparent)}.settings-wallet-meta-copy{color:var(--color-text-soft);font-size:13px;line-height:1.32;word-break:break-word}.settings-wallet-cta{flex:0 0 auto;min-width:162px;align-self:center}.settings-support-module{display:grid;gap:8px}.settings-private-module{display:grid;gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);border-radius:22px;background:radial-gradient(120% 100% at 100% 0%,rgba(138,185,255,.08),transparent 44%),linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:inset 0 1px #ffffff0a}.settings-private-head{display:grid;gap:6px}.settings-private-head strong{color:var(--color-text);font-family:var(--font-display);font-size:18px;line-height:1.04;letter-spacing:-.03em}.settings-private-head span,.settings-private-head em{margin:0;color:var(--color-text-soft);font-size:13px;line-height:1.34;font-style:normal}.settings-private-head em{color:color-mix(in srgb,var(--color-text-soft) 88%,white 12%)}.settings-private-list{display:grid;gap:8px}.settings-private-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid color-mix(in srgb,var(--color-border) 74%,transparent);border-radius:18px;background:linear-gradient(180deg,#ffffff06,#ffffff02)}.settings-private-brand{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:12px}.settings-private-icon{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center}.settings-private-icon img{width:30px;height:30px;display:block;object-fit:contain}.settings-private-copy{min-width:0;display:grid;gap:4px}.settings-private-copy strong{color:var(--color-text);font-family:var(--font-display);font-size:16px;line-height:1.04;letter-spacing:-.03em}.settings-private-copy span{color:var(--color-text-soft);font-size:12px;line-height:1.32}.settings-private-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.settings-private-linkbtn{min-width:120px}.settings-private-unlink{padding:0;border:0;background:transparent;color:var(--color-text-soft);font-size:12px;line-height:1}.settings-private-state{color:var(--color-text-soft);font-size:12px;line-height:1.32;padding:0 2px}.settings-private-state.is-error{color:color-mix(in srgb,#ff8a98 82%,white 18%)}.settings-private-state.is-success{color:color-mix(in srgb,var(--color-success) 82%,white 18%)}.settings-private-note{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--color-text-soft);font-size:12px;line-height:1.32;padding:0 2px}.settings-inline-link{padding:0;border:0;background:transparent;color:color-mix(in srgb,var(--color-accent-soft) 88%,white 12%);font-size:12px;line-height:1.32}.settings-private-connector{display:grid;gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--color-border) 84%,transparent);border-radius:22px;background:radial-gradient(120% 100% at 100% 0%,rgba(138,185,255,.08),transparent 44%),linear-gradient(180deg,#ffffff08,#ffffff03);box-shadow:inset 0 1px #ffffff0a}.settings-private-row--connector{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.settings-private-row--connector .settings-private-brand{grid-column:1}.settings-private-row--connector .settings-private-actions{grid-column:2}.settings-private-pair{grid-column:1 / -1;margin-top:12px;padding:13px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid color-mix(in srgb,var(--color-border) 72%,transparent);border-radius:16px;background:radial-gradient(120% 100% at 0% 0%,rgba(96,188,255,.05),transparent 56%),linear-gradient(180deg,#ffffff05,#ffffff02)}.settings-private-pair-main{min-width:0;display:grid;gap:5px}.settings-private-pair-label{color:var(--color-text-soft);font-size:11px;line-height:1;letter-spacing:.1em;text-transform:uppercase}.settings-private-pair-code{color:var(--color-text);font-family:var(--font-display);font-size:22px;line-height:1;letter-spacing:.08em}.settings-private-pair-help{color:var(--color-text-soft);font-size:12px;line-height:1.35}.settings-private-pair-actions{flex:0 0 auto;display:flex;align-items:flex-start}.settings-private-pair-copy{min-width:142px}.settings-support-copy{min-width:0;flex:1 1 auto;display:grid;gap:4px}.settings-support-copy strong{color:var(--color-text);font-family:var(--font-display);font-size:17px;line-height:1.04;letter-spacing:-.03em}.settings-row--support{min-height:58px;cursor:default}.settings-row--support:hover{transform:none;border-color:color-mix(in srgb,var(--color-border) 84%,transparent)}.settings-support-button{min-height:0;min-width:0;padding:0;gap:12px;flex:0 0 auto;border:0;border-radius:0;background:transparent;transition:opacity var(--motion-base) ease}.settings-support-button:hover{opacity:.9}.settings-support-button-chevron{transition:none}.settings-social-links{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.settings-social-link{width:26px;height:26px;flex:0 0 26px;padding:0;border:0;border-radius:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--motion-fast) ease,opacity var(--motion-base) ease}.settings-social-link:hover{opacity:.9}.settings-social-link img{width:28px;height:28px;display:block;object-fit:contain}.settings-social-link--telegram img,.settings-social-link--instagram img{width:28px;height:28px}.settings-social-link--tiktok img{width:30px;height:30px}:root[data-theme=light] .settings-row,:root[data-theme=light] .settings-option{border-color:var(--panel-border);background:var(--panel-bg);box-shadow:var(--panel-inset-highlight)}:root[data-theme=light] .settings-row-copy span,:root[data-theme=light] .settings-wallet-meta-copy,:root[data-theme=light] .settings-option span,:root[data-theme=light] .settings-row-value{color:color-mix(in srgb,var(--color-text) 74%,var(--color-text-soft) 26%)}:root[data-theme=light] .settings-item.is-open>.settings-row,:root[data-theme=light] .settings-option.is-selected{border-color:#4f87da57;background:var(--panel-bg-strong)}:root[data-theme=light] .settings-wallet-module{border-color:var(--panel-border);background:var(--panel-bg-strong);box-shadow:var(--panel-inset-highlight),0 12px 22px #3d65911f}:root[data-theme=light] .settings-wallet-state{color:color-mix(in srgb,var(--color-text-soft) 88%,#294a6b 12%)}:root[data-theme=light] .settings-wallet-state-dot{background:color-mix(in srgb,var(--color-text-soft) 54%,white 46%);box-shadow:0 0 0 4px #4f87da14}:root[data-theme=light] .settings-wallet-state.is-connected{color:color-mix(in srgb,var(--color-success) 88%,#1f573f 12%)}:root[data-theme=light] .settings-wallet-state.is-connected .settings-wallet-state-dot{background:color-mix(in srgb,var(--color-success) 82%,#effff7 18%);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-success) 14%,transparent)}:root[data-theme=light] .settings-private-module,:root[data-theme=light] .settings-private-row{border-color:var(--panel-border)}:root[data-theme=light] .settings-private-module{background:var(--panel-bg-strong);box-shadow:var(--panel-inset-highlight),0 12px 22px #3d65911f}:root[data-theme=light] .settings-private-connector{border-color:var(--panel-border);background:var(--panel-bg-strong);box-shadow:var(--panel-inset-highlight),0 12px 22px #3d65911f}:root[data-theme=light] .settings-private-row{background:var(--panel-bg)}:root[data-theme=light] .settings-private-pair{border-color:var(--panel-border);background:var(--panel-bg)}:root[data-theme=light] .settings-private-copy span,:root[data-theme=light] .settings-private-head span,:root[data-theme=light] .settings-private-head em{color:color-mix(in srgb,var(--color-text) 74%,var(--color-text-soft) 26%)}:root[data-theme=light] .settings-inline-link{color:color-mix(in srgb,var(--color-accent-soft) 78%,var(--color-text) 22%)}:root[data-theme=light] .settings-social-link{opacity:.98}@media (max-width: 640px){.settings-shell{gap:14px}.settings-row{min-height:56px;padding:12px 14px}.settings-row-copy strong{font-size:17px}.settings-row-value{font-size:14px}.settings-row-value-glyph,.settings-option-glyph{width:18px;height:18px;flex-basis:18px}.settings-glyph--flag{font-size:16px}.settings-glyph--currency{font-size:14px}.settings-row-copy span,.settings-option span,.settings-wallet-meta-copy{font-size:12px;line-height:1.34}.settings-option{padding:10px 12px}.settings-wallet-main{align-items:flex-start;flex-direction:column}.settings-wallet-brand{width:100%;align-items:flex-start}.settings-wallet-glyph{width:36px;height:36px}.settings-wallet-brand-copy h3{font-size:19px}.settings-wallet-cta{width:100%;min-width:0}.settings-support-button{min-width:0;width:auto}.settings-private-row{align-items:flex-start;flex-direction:column}.settings-private-row--connector{grid-template-columns:minmax(0,1fr)}.settings-private-row--connector .settings-private-brand,.settings-private-row--connector .settings-private-actions{grid-column:1}.settings-private-actions{width:100%;justify-content:flex-start}.settings-private-linkbtn{min-width:0}.settings-private-pair{flex-direction:column}.settings-private-pair-actions{width:100%}.settings-private-pair-copy{width:100%;min-width:0}.settings-social-links{width:auto}}:root{--tabbar-shell-border: rgba(130, 164, 213, .24);--tabbar-shell-bg: linear-gradient(180deg, #13243a, #0a182b);--tabbar-shell-shadow: none;--tabbar-item-text: #8da1bf;--tabbar-item-text-active: #f6fbff;--tabbar-item-active-bg: linear-gradient(180deg, #345c8c, #24466f);--tabbar-item-active-tint: rgba(111, 155, 220, .08);--tabbar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);--tabbar-badge-border: rgba(255, 255, 255, .18);--tabbar-badge-bg: linear-gradient(180deg, #ffffff, #d8ebff);--tabbar-badge-text: #155a94;--tabbar-badge-shadow: 0 10px 18px rgba(4, 44, 78, .16)}:root[data-theme=light]{--tabbar-shell-border: rgba(92, 121, 154, .22);--tabbar-shell-bg: linear-gradient(180deg, rgba(248, 252, 255, .96), rgba(231, 240, 250, .98));--tabbar-shell-shadow: none;--tabbar-item-text: #60748e;--tabbar-item-text-active: #16304a;--tabbar-item-active-bg: linear-gradient(180deg, #c4dbff, #9bbdf2);--tabbar-item-active-tint: linear-gradient(180deg, rgba(204, 223, 250, .8), rgba(181, 204, 238, .92));--tabbar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);--tabbar-badge-border: rgba(80, 127, 186, .16);--tabbar-badge-bg: linear-gradient(180deg, #ffffff, #e9f4ff);--tabbar-badge-text: #175a90;--tabbar-badge-shadow: 0 8px 14px rgba(61, 101, 145, .16)}.tabbar{position:fixed;inset-inline:0;bottom:calc(env(safe-area-inset-bottom,0px) + var(--tabbar-floating-offset));z-index:60;height:0;display:flex;justify-content:center;align-items:flex-end;pointer-events:none;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:opacity .16s ease,transform .16s ease}.tabbar.is-keyboard-open{display:none;pointer-events:none}.tabbar__capsule{width:min(calc(100vw - 18px),calc(var(--content-max) + (var(--space-3) * 2) - 18px));max-width:calc(100vw - 18px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:5px;border-radius:21px;border:1px solid var(--tabbar-shell-border);background:var(--tabbar-shell-bg);box-shadow:var(--tabbar-shell-shadow);overflow:hidden;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:auto;touch-action:none}.tabbar.is-keyboard-open .tabbar__capsule{pointer-events:none}.tabbar__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;outline:none;border-radius:16px;min-height:53px;padding:6px 4px 5px;color:var(--tabbar-item-text);display:grid;justify-items:center;align-content:center;gap:6px;background:transparent;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}.tabbar__item:active{transform:translateY(1px)}.tabbar__item.is-active{color:var(--tabbar-item-text-active);background:var(--tabbar-item-active-tint);box-shadow:none;border-color:color-mix(in srgb,var(--color-accent) 7%,transparent)}.tabbar__item:focus,.tabbar__item:focus-visible{outline:none;border-color:color-mix(in srgb,var(--color-accent) 30%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 14%,transparent)}.tabbar__icon-wrap{position:relative;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.tabbar__icon{width:20px;height:20px;color:currentColor}.tabbar__badge{position:absolute;top:-9px;right:-13px;min-width:20px;height:20px;border-radius:999px;padding:0 5px;border:1px solid var(--tabbar-badge-border);background:var(--tabbar-badge-bg);color:var(--tabbar-badge-text);font-size:9px;font-weight:900;line-height:18px;text-align:center;box-shadow:var(--tabbar-badge-shadow)}.tabbar__label{font-size:9px;line-height:1;letter-spacing:.01em;white-space:nowrap;font-weight:700}@media (max-width: 480px){.tabbar{bottom:calc(env(safe-area-inset-bottom,0px) + var(--tabbar-floating-offset))}.tabbar__capsule{width:calc(100vw - 12px);max-width:calc(100vw - 12px);gap:4px;padding:5px;border-radius:21px}.tabbar__item{min-height:53px;border-radius:16px}.tabbar__icon-wrap,.tabbar__icon{width:20px;height:20px}}.startup-boot{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;min-height:100dvh;overflow:hidden;display:grid;place-items:center;background:radial-gradient(82% 64% at 50% 48%,rgba(39,49,77,.86),transparent 62%),radial-gradient(54% 38% at 19% 20%,rgba(255,65,107,.3),transparent 64%),radial-gradient(50% 34% at 82% 24%,rgba(40,214,201,.28),transparent 66%),radial-gradient(42% 28% at 68% 83%,rgba(255,207,106,.16),transparent 68%),linear-gradient(180deg,#050507,#090c14 48%,#020304);opacity:1;visibility:visible;transform:scale(1);transition:opacity .94s cubic-bezier(.16,1,.3,1),visibility .94s cubic-bezier(.16,1,.3,1),transform .94s cubic-bezier(.16,1,.3,1)}.startup-boot.is-exiting{opacity:0;visibility:hidden;transform:scale(1.045)}.startup-boot__scene{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;isolation:isolate;transform:translateZ(0)}.startup-boot__scene:before,.startup-boot__scene:after{content:"";position:absolute;top:-24%;right:-24%;bottom:-24%;left:-24%;pointer-events:none}.startup-boot__scene:before{z-index:1;background:linear-gradient(116deg,transparent 20%,rgba(255,255,255,.07) 21%,transparent 23%),linear-gradient(43deg,transparent 54%,rgba(98,222,255,.11) 55%,transparent 58%),conic-gradient(from 140deg at 50% 50%,transparent,rgba(255,68,108,.16),transparent 30%,rgba(80,223,198,.13),transparent 62%,rgba(255,217,128,.1),transparent);mix-blend-mode:screen;opacity:.72;animation:startup-field-turn 18s linear infinite}.startup-boot__scene:after{z-index:2;background:radial-gradient(34% 26% at 50% 49%,rgba(255,255,255,.24),transparent 72%),radial-gradient(25% 18% at 50% 50%,rgba(86,166,255,.24),transparent 70%);filter:blur(28px);opacity:.68;animation:startup-bloom 2.9s ease-in-out infinite}.startup-boot__aurora,.startup-boot__grain,.startup-boot__vignette,.startup-boot__flash,.startup-boot__marks,.startup-boot__shards,.startup-boot__ribbons,.startup-boot__core{position:absolute;pointer-events:none}.startup-boot__aurora{top:-28%;right:-28%;bottom:-28%;left:-28%;z-index:2;opacity:0;mix-blend-mode:screen;filter:blur(22px)}.startup-boot__aurora--one{background:linear-gradient(96deg,transparent 36%,rgba(255,56,102,.58),transparent 62%);transform:translate(-46%) rotate(-8deg);animation:startup-aurora-one 3.85s cubic-bezier(.52,0,.12,1) infinite}.startup-boot__aurora--two{background:linear-gradient(108deg,transparent 34%,rgba(64,218,255,.44),transparent 64%);transform:translate(42%) rotate(14deg);animation:startup-aurora-two 4.65s cubic-bezier(.52,0,.12,1) infinite}.startup-boot__aurora--three{background:radial-gradient(38% 29% at 50% 50%,rgba(255,218,117,.34),transparent 76%),radial-gradient(31% 24% at 47% 51%,rgba(119,238,184,.25),transparent 72%);animation:startup-aurora-three 3.2s ease-in-out infinite}.startup-boot__grain{top:0;right:0;bottom:0;left:0;z-index:13;opacity:.07;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.34) 0 1px,transparent 1.4px),radial-gradient(circle at 74% 64%,rgba(255,255,255,.25) 0 1px,transparent 1.4px);background-size:34px 38px,51px 57px;-webkit-mask-image:radial-gradient(78% 72% at 50% 50%,#000,transparent 88%);mask-image:radial-gradient(78% 72% at 50% 50%,#000,transparent 88%)}.startup-boot__vignette{top:0;right:0;bottom:0;left:0;z-index:12;background:linear-gradient(180deg,rgba(0,0,0,.16),transparent 28%,transparent 72%,rgba(0,0,0,.3)),radial-gradient(88% 72% at 50% 50%,transparent 54%,rgba(0,0,0,.74) 100%)}.startup-boot__flash{top:0;right:0;bottom:0;left:0;z-index:20;background:radial-gradient(36% 26% at 50% 48%,rgba(255,255,255,.95),rgba(255,255,255,.18) 34%,transparent 72%),linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);opacity:0}.startup-boot.is-exiting .startup-boot__flash{animation:startup-exit-flash .94s cubic-bezier(.16,1,.3,1) both}.startup-boot__marks{top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center}.startup-boot__marks span{position:absolute;width:var(--mark-size);aspect-ratio:1;border-radius:999px;background:#ffffffd6;box-shadow:0 0 16px #ffffff6b,0 0 28px #68d7ff47;opacity:0;transform:rotate(var(--mark-angle)) translate(var(--mark-radius)) rotate(calc(-1 * var(--mark-angle))) scale(.42);animation:startup-mark-capture 2.75s cubic-bezier(.52,0,.12,1) var(--mark-delay) infinite}.startup-boot__shards{top:0;right:0;bottom:0;left:0;z-index:4;display:grid;place-items:center;perspective:900px}.startup-boot__shard{position:absolute;width:clamp(76px,17vmin,132px);aspect-ratio:.72;display:grid;grid-template-rows:1fr auto auto;gap:7px;padding:10px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:radial-gradient(76% 62% at 24% 16%,color-mix(in srgb,var(--shard-accent) 24%,transparent),transparent 54%),linear-gradient(145deg,#ffffff29,#ffffff09),#090d16ad;box-shadow:0 26px 76px #0000006b,0 0 42px color-mix(in srgb,var(--shard-accent) 16%,transparent),inset 0 1px #ffffff26;opacity:0;transform:translate3d(var(--shard-x),var(--shard-y),var(--shard-z)) rotate(var(--shard-r)) scale(.7);animation:startup-shard-enter 1.18s cubic-bezier(.18,1,.2,1) var(--shard-delay) both,startup-shard-drift 4.1s ease-in-out calc(var(--shard-delay) + 1.12s) infinite}.startup-boot__shard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(116deg,transparent 15%,rgba(255,255,255,.18) 17%,transparent 22%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 48%);opacity:.64}.startup-boot__shard i{position:relative;min-height:48px;border-radius:8px;background:radial-gradient(86% 70% at 22% 18%,rgba(255,255,255,.28),transparent 52%),radial-gradient(50% 46% at 72% 74%,color-mix(in srgb,var(--shard-accent) 38%,transparent),transparent 64%),linear-gradient(135deg,color-mix(in srgb,var(--shard-accent) 42%,rgba(255,255,255,.06)),#ffffff0b);overflow:hidden}.startup-boot__shard i:after{content:"";position:absolute;top:36%;right:18%;bottom:36%;left:18%;border-radius:999px;background:#ffffff80;filter:blur(8px);opacity:.72}.startup-boot__shard b{position:relative;display:block;min-height:6px;border-radius:999px;background:#ffffff2b}.startup-boot__shard b:nth-of-type(1){width:76%}.startup-boot__shard b:nth-of-type(2){width:52%;opacity:.68}.startup-boot__shard em{position:absolute;right:10px;bottom:9px;width:8px;aspect-ratio:1;border-radius:999px;background:var(--shard-accent);box-shadow:0 0 22px var(--shard-accent)}.startup-boot__shard.is-coral{--shard-accent: #ff5a74}.startup-boot__shard.is-sky{--shard-accent: #60dfff}.startup-boot__shard.is-mint{--shard-accent: #67f0a6}.startup-boot__shard.is-violet{--shard-accent: #a984ff}.startup-boot__shard.is-gold{--shard-accent: #ffd577}.startup-boot__shard.is-rose{--shard-accent: #ff83c7}.startup-boot.is-exiting .startup-boot__shard{animation:startup-shard-absorb .8s cubic-bezier(.5,0,.1,1) both}.startup-boot__ribbons{top:0;right:0;bottom:0;left:0;z-index:6;display:grid;place-items:center;perspective:640px}.startup-boot__ribbon{position:absolute;left:50%;top:50%;width:min(var(--ribbon-reach),590px);height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--ribbon-color),rgba(255,255,255,.9),var(--ribbon-color),transparent);box-shadow:0 0 24px var(--ribbon-color);opacity:0;transform-origin:0 50%;transform:rotate(var(--ribbon-angle)) translate(-54%) translateZ(0);animation:startup-ribbon-flow 2.35s cubic-bezier(.5,0,.1,1) var(--ribbon-delay) infinite}.startup-boot__ribbon i{position:absolute;top:50%;width:9px;aspect-ratio:1;border-radius:999px;background:#ffffffd6;box-shadow:0 0 18px var(--ribbon-color);transform:translate(-50%,-50%);animation:startup-ribbon-bead 2.35s cubic-bezier(.5,0,.1,1) var(--ribbon-delay) infinite}.startup-boot__ribbon i:nth-child(1){left:17%}.startup-boot__ribbon i:nth-child(2){left:53%;animation-delay:calc(var(--ribbon-delay) + .16s)}.startup-boot__ribbon i:nth-child(3){left:82%;animation-delay:calc(var(--ribbon-delay) + .32s)}.startup-boot.is-exiting .startup-boot__ribbon{animation:startup-ribbon-collapse .76s cubic-bezier(.48,0,.1,1) both}.startup-boot__core{z-index:9;left:50%;top:50%;width:min(32vmin,188px);min-width:122px;aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center}.startup-boot__field,.startup-boot__lens,.startup-boot__capture,.startup-boot__release{position:absolute}.startup-boot__field{top:-78%;right:-78%;bottom:-78%;left:-78%;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:conic-gradient(from 20deg,transparent,rgba(255,255,255,.22),transparent 18%,rgba(96,216,255,.16),transparent 45%,rgba(255,91,128,.18),transparent 78%,rgba(116,231,184,.14),transparent);-webkit-mask-image:radial-gradient(closest-side,transparent 58%,#000 59%,#000 62%,transparent 63%,transparent 76%,#000 77%,#000 79%,transparent 80%);mask-image:radial-gradient(closest-side,transparent 58%,#000 59%,#000 62%,transparent 63%,transparent 76%,#000 77%,#000 79%,transparent 80%);opacity:.64;animation:startup-field-ring 8.6s linear infinite}.startup-boot__field--inner{top:-42%;right:-42%;bottom:-42%;left:-42%;opacity:.46;animation-duration:5.2s;animation-direction:reverse}.startup-boot__lens{border-radius:999px;top:0;right:0;bottom:0;left:0;background:radial-gradient(70% 62% at 32% 21%,rgba(255,255,255,.86),transparent 28%),radial-gradient(64% 58% at 76% 79%,rgba(102,238,184,.48),transparent 55%),linear-gradient(145deg,#ff4770d1,#5097ffc7 52%,#37e0c1b8);box-shadow:0 32px 92px #00000075,0 0 100px #57a8ff52,inset 0 1px #ffffff73,inset 0 -22px 48px #00000029}.startup-boot__lens--back{opacity:.3;transform:scale(1.34);filter:blur(20px)}.startup-boot__lens--front{animation:startup-lens-breathe 2.25s ease-in-out infinite}.startup-boot__capture{top:30%;right:30%;bottom:30%;left:30%;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#060910fa,#131d2ff0);box-shadow:inset 0 1px #ffffff24,0 16px 38px #0006;transform:rotate(45deg)}.startup-boot__capture i{position:absolute;width:56%;height:3px;border-radius:999px;background:#ffffffb8;box-shadow:0 0 18px #ffffff70;animation:startup-capture-line 1.9s ease-in-out infinite}.startup-boot__capture i:nth-child(1){transform:rotate(0) translateY(-8px)}.startup-boot__capture i:nth-child(2){transform:rotate(0);animation-delay:.16s}.startup-boot__capture i:nth-child(3){transform:rotate(0) translateY(8px);animation-delay:.32s}.startup-boot__release{top:-72%;right:-72%;bottom:-72%;left:-72%;border-radius:999px;opacity:0;background:radial-gradient(circle,rgba(255,255,255,.96) 0 3%,transparent 18%),conic-gradient(from 0deg,transparent,rgba(255,255,255,.72),transparent 18%,rgba(98,211,255,.62),transparent 42%,rgba(255,91,130,.62),transparent 64%,rgba(116,231,184,.52),transparent 82%,rgba(255,216,124,.44),transparent);filter:blur(.8px)}.startup-boot.is-exiting .startup-boot__release{animation:startup-release-out .94s cubic-bezier(.16,1,.3,1) both}.startup-boot.is-exiting .startup-boot__core{animation:startup-core-exit .94s cubic-bezier(.16,1,.3,1) both}@keyframes startup-field-turn{to{rotate:360deg}}@keyframes startup-bloom{0%,to{opacity:.52;transform:scale(.92)}50%{opacity:.9;transform:scale(1.08)}}@keyframes startup-aurora-one{0%,16%{opacity:0;transform:translate(-46%) rotate(-8deg)}45%{opacity:.62}to{opacity:0;transform:translate(38%) rotate(-8deg)}}@keyframes startup-aurora-two{0%,22%{opacity:0;transform:translate(42%) rotate(14deg)}56%{opacity:.5}to{opacity:0;transform:translate(-38%) rotate(14deg)}}@keyframes startup-aurora-three{0%,to{opacity:.18;transform:scale(.84)}50%{opacity:.5;transform:scale(1.12)}}@keyframes startup-mark-capture{0%{opacity:0;transform:rotate(var(--mark-angle)) translate(var(--mark-radius)) rotate(calc(-1 * var(--mark-angle))) scale(.42)}22%{opacity:.9}70%{opacity:.72}to{opacity:0;transform:rotate(var(--mark-angle)) translate(3vmin) rotate(calc(-1 * var(--mark-angle))) scale(.12)}}@keyframes startup-shard-enter{0%{opacity:0;transform:translate3d(calc(var(--shard-x) * 1.55),calc(var(--shard-y) * 1.55),-190px) rotate(var(--shard-r)) scale(.5)}to{opacity:.68;transform:translate3d(var(--shard-x),var(--shard-y),var(--shard-z)) rotate(var(--shard-r)) scale(.7)}}@keyframes startup-shard-drift{0%,to{translate:0 -7px}50%{translate:0 11px}}@keyframes startup-shard-absorb{to{opacity:0;transform:translateZ(-190px) rotate(0) scale(.1)}}@keyframes startup-ribbon-flow{0%{opacity:0;scale:.42 1;translate:-22% 0}22%,60%{opacity:.58}to{opacity:0;scale:1.08 1;translate:28% 0}}@keyframes startup-ribbon-bead{0%{opacity:0;scale:.46}34%{opacity:1;scale:1}to{opacity:0;scale:.34}}@keyframes startup-ribbon-collapse{to{opacity:0;scale:.06 1;translate:0 0}}@keyframes startup-field-ring{to{rotate:360deg}}@keyframes startup-lens-breathe{0%,to{transform:scale(.96);filter:saturate(1) brightness(1)}50%{transform:scale(1.045);filter:saturate(1.12) brightness(1.08)}}@keyframes startup-capture-line{0%,to{opacity:.32;scale:.74 1}50%{opacity:.92;scale:1.05 1}}@keyframes startup-release-out{0%{opacity:0;transform:scale(.26) rotate(0)}34%{opacity:.92}to{opacity:0;transform:scale(1.9) rotate(36deg)}}@keyframes startup-core-exit{0%{transform:translate(-50%,-50%) scale(1);filter:brightness(1)}40%{transform:translate(-50%,-50%) scale(1.2);filter:brightness(1.55)}to{transform:translate(-50%,-50%) scale(.68);filter:brightness(2.25)}}@keyframes startup-exit-flash{0%{opacity:0;transform:scale(.72)}32%{opacity:.74}to{opacity:0;transform:scale(1.34)}}@media (min-width: 760px){.startup-boot__core{width:min(24vmin,218px)}.startup-boot__shard{width:clamp(82px,12vmin,138px)}}@media (max-width: 520px){.startup-boot__core{width:min(37vmin,158px)}.startup-boot__shard{width:clamp(62px,16vmin,88px);gap:5px;padding:8px}.startup-boot__shard i{min-height:34px}}@media (max-width: 380px){.startup-boot__shard:nth-child(5),.startup-boot__shard:nth-child(6){display:none}}@media (prefers-reduced-motion: reduce){.startup-boot,.startup-boot *,.startup-boot *:before,.startup-boot *:after{animation:none!important;transition:none!important}}.channel-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:grid;place-items:center;padding:max(20px,env(safe-area-inset-top)) 18px max(22px,env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 20%,rgba(111,168,255,.2),transparent 38%),radial-gradient(circle at 85% 80%,rgba(164,94,255,.16),transparent 36%),#050c16eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--text-primary, #f5f7fb)}.channel-gate__card{width:min(430px,100%);border:1px solid rgba(151,190,255,.22);border-radius:26px;padding:24px 22px 20px;background:linear-gradient(145deg,#182942eb,#0a1423f0),#0f192af2;box-shadow:0 24px 70px #00000080,inset 0 1px #ffffff1a}.channel-gate__mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;margin-bottom:18px;font-family:Sora,Manrope,system-ui,sans-serif;font-weight:900;font-size:26px;color:#eaf2ff;background:linear-gradient(145deg,#6fa8ff,#a45eff);box-shadow:0 14px 34px #6fa8ff3d}.channel-gate__eyebrow{color:var(--text-secondary, rgba(221, 231, 246, .68));font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.channel-gate h1{margin:7px 0 10px;font-size:30px;line-height:1.02;letter-spacing:0}.channel-gate p{margin:0;color:var(--text-secondary, rgba(221, 231, 246, .74));font-size:15px;line-height:1.5}.channel-gate__channel,.channel-gate__message{margin-top:16px;padding:12px 14px;border-radius:16px;border:1px solid rgba(151,190,255,.16);background:#0000002e;color:#ecf3ffeb;font-weight:800}.channel-gate__message{color:#c1d8ffeb;font-size:13px;font-weight:700}.channel-gate__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.channel-gate__actions button{min-height:52px;border-radius:17px;border:1px solid rgba(151,190,255,.18);font-size:15px;font-weight:850;letter-spacing:0}.channel-gate__primary{color:#06111f;background:linear-gradient(180deg,#a9ccff,#6fa8ff)}.channel-gate__secondary{color:#f1f6ffeb;background:#ffffff12}.channel-gate__secondary:disabled{opacity:.62}[data-theme=light] .channel-gate,.theme-light .channel-gate{background:radial-gradient(circle at 50% 18%,rgba(71,125,217,.16),transparent 42%),#eff6ffe0;color:#0f1b2d}[data-theme=light] .channel-gate__card,.theme-light .channel-gate__card{background:#ffffffdb;border-color:#345d962e;box-shadow:0 24px 70px #3c5c8733}[data-theme=light] .channel-gate p,[data-theme=light] .channel-gate__eyebrow,.theme-light .channel-gate p,.theme-light .channel-gate__eyebrow{color:#1b2c46b3}[data-theme=light] .channel-gate__channel,[data-theme=light] .channel-gate__message,.theme-light .channel-gate__channel,.theme-light .channel-gate__message{background:#1f4c8412;border-color:#345d9624;color:#13243d}.page-title,.services-stage-card h1,.services-result-titleblock h2,.download-main h3,.premium-headline,.premium-plan-title,.settings-surface-head h3,.profile-section-copy h3{font-family:var(--font-display)}.downloads-console,.profile-shell,.settings-shell,.premium-stage,.services-page{padding-bottom:4px}.download-card,.downloads-spotlight,.profile-surface,.settings-surface,.premium-plan-stage,.services-stage-card,.services-result-card,.services-status-strip,.services-carousel-card,.services-ad-card,.services-news-card{-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.settings-row,.settings-option,.services-playlist-item,.download-track-row,.profile-history-item,.profile-wallet-ledger-row{transition:transform var(--motion-fast) ease,border-color var(--motion-base) ease,background var(--motion-base) ease}.settings-row:hover,.settings-option:hover,.services-playlist-item:hover,.download-track-row:hover,.profile-history-item:hover,.profile-wallet-ledger-row:hover{transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.settings-row,.settings-option,.services-playlist-item,.download-track-row,.profile-history-item,.profile-wallet-ledger-row{transition:none}}:root{--font-body: "Manrope", "Segoe UI Variable", "Segoe UI", sans-serif;--font-display: "Sora", "Manrope", "Segoe UI Variable Display", sans-serif;--text-xs: 9px;--text-sm: 10px;--text-md: 13px;--text-lg: 14px;--text-xl: 16px;--title-1: 40px;--title-2: 31px;--title-3: 25px;--title-4: 20px;--title-5: 17px;--space-1: 5px;--space-2: 7px;--space-3: 10px;--space-4: 14px;--space-5: 18px;--space-6: 24px;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 22px;--content-max: 390px;--tabbar-h: 78px;--tabbar-floating-offset: 7px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--color-bg: #07111d;--color-surface: rgba(12, 21, 36, .92);--color-surface-soft: rgba(17, 28, 44, .88);--color-surface-strong: rgba(27, 41, 61, .92);--color-text: #edf3ff;--color-text-soft: #a6b4cb;--color-text-dim: #6c7a90;--color-border: rgba(154, 178, 214, .12);--color-border-strong: rgba(132, 175, 235, .2);--color-accent: #86b6ff;--color-accent-2: #5cc6ff;--color-accent-3: #7dd7bf;--color-accent-text: #051322;--color-success: #67d1a2;--color-danger: #f28c98;--color-gold: #d5b274;--color-violet: #93a2ff;--color-rose: #ec9ab1;--tg-bg: var(--color-bg);--tg-surface: var(--color-surface);--tg-surface-2: var(--color-surface-soft);--tg-text: var(--color-text);--tg-hint: var(--color-text-soft);--tg-accent: var(--color-accent);--tg-accent-text: var(--color-accent-text);--card-bg-start: rgba(18, 29, 46, .94);--card-bg-end: rgba(10, 18, 32, .98);--card-muted-bg-start: rgba(22, 34, 52, .88);--card-muted-bg-end: rgba(12, 21, 35, .94);--card-outline: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));--card-sheen: radial-gradient(120% 120% at 100% 0%, rgba(97, 171, 255, .16), transparent 44%), radial-gradient(110% 90% at 0% 100%, rgba(213, 178, 116, .12), transparent 36%);--btn-surface-start: rgba(20, 33, 51, .98);--btn-surface-end: rgba(12, 22, 37, .98);--btn-secondary-start: rgba(17, 28, 44, .96);--btn-secondary-end: rgba(10, 19, 34, .98);--btn-ghost-bg: rgba(255, 255, 255, .04);--btn-hover-border: rgba(137, 183, 247, .34);--btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);--btn-active-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);--btn-primary-start: #a9ccff;--btn-primary-end: #74a6ff;--btn-primary-hover-start: #b7d5ff;--btn-primary-hover-end: #85b1ff;--btn-primary-border: rgba(169, 204, 255, .28);--btn-primary-shadow: 0 18px 32px rgba(37, 70, 112, .26), inset 0 1px 0 rgba(255, 255, 255, .22);--btn-secondary-border: rgba(143, 168, 201, .16);--input-bg-start: rgba(15, 24, 38, .98);--input-bg-end: rgba(11, 19, 31, .98);--pill-bg: rgba(255, 255, 255, .05);--pill-primary-color: #ecf4ff;--pill-primary-border: rgba(133, 182, 255, .2);--pill-primary-bg: rgba(133, 182, 255, .12);--chip-border: rgba(149, 171, 198, .18);--chip-bg-start: rgba(18, 30, 46, .94);--chip-bg-end: rgba(11, 19, 32, .98);--chip-active-border: rgba(142, 193, 255, .3);--chip-active-bg-start: rgba(133, 182, 255, .2);--chip-active-bg-end: rgba(92, 198, 255, .12);--chip-active-color: #f5f9ff;--progress-track: rgba(255, 255, 255, .08);--progress-fill-start: #6ac3ff;--progress-fill-end: #82a3ff;--toast-border: rgba(151, 182, 220, .16);--toast-bg-start: rgba(15, 23, 36, .98);--toast-bg-end: rgba(9, 16, 29, .99);--toast-shadow: 0 18px 38px rgba(0, 0, 0, .32);--sheet-overlay-bg: rgba(5, 9, 16, .72);--service-icon-bg: rgba(255, 255, 255, .03);--service-icon-border: rgba(255, 255, 255, .06);--panel-border: color-mix(in srgb, var(--color-border-strong) 88%, transparent);--panel-border-soft: color-mix(in srgb, var(--color-border) 86%, transparent);--panel-bg: radial-gradient(120% 140% at 100% 0%, color-mix(in srgb, var(--color-accent) 10%, transparent), transparent 56%), linear-gradient(180deg, var(--card-bg-start), var(--card-bg-end));--panel-bg-soft: radial-gradient(120% 140% at 100% 0%, color-mix(in srgb, var(--color-accent) 7%, transparent), transparent 58%), linear-gradient(180deg, var(--card-muted-bg-start), var(--card-muted-bg-end));--panel-bg-strong: radial-gradient(140% 120% at 100% 0%, color-mix(in srgb, var(--color-accent) 16%, transparent), transparent 46%), radial-gradient(100% 140% at 0% 100%, color-mix(in srgb, var(--color-gold) 10%, transparent), transparent 50%), linear-gradient(180deg, var(--card-bg-start), var(--card-bg-end));--panel-shadow: var(--shadow-soft);--panel-inset-highlight: inset 0 1px 0 rgba(255, 255, 255, .04);--app-bg-base: radial-gradient(88% 60% at 12% 0%, rgba(69, 130, 220, .22), transparent 62%), radial-gradient(74% 52% at 86% 16%, rgba(209, 173, 109, .16), transparent 58%), linear-gradient(180deg, #07101b 0%, #091523 34%, #0c1a2c 100%);--shadow-soft: 0 28px 64px rgba(1, 6, 16, .28);--shadow-press: 0 14px 28px rgba(0, 0, 0, .18);--motion-fast: .16s;--motion-base: .24s}:root[data-theme=light]{--color-bg: #edf4fb;--color-surface: rgba(247, 251, 255, .92);--color-surface-soft: rgba(239, 246, 253, .92);--color-surface-strong: rgba(229, 238, 249, .94);--color-text: #17314c;--color-text-soft: #607893;--color-text-dim: #7b91a9;--color-border: rgba(78, 109, 145, .18);--color-border-strong: rgba(82, 127, 187, .26);--color-accent: #4b88db;--color-accent-2: #49b4ea;--color-accent-3: #38b79e;--color-accent-text: #ffffff;--color-success: #279468;--color-danger: #cb6d79;--color-gold: #bc8a3c;--color-violet: #7188eb;--color-rose: #d98399;--tg-bg: var(--color-bg);--tg-surface: var(--color-surface);--tg-surface-2: var(--color-surface-soft);--tg-text: var(--color-text);--tg-hint: var(--color-text-soft);--tg-accent: var(--color-accent);--tg-accent-text: var(--color-accent-text);--card-bg-start: rgba(250, 253, 255, .95);--card-bg-end: rgba(232, 242, 252, .98);--card-muted-bg-start: rgba(246, 250, 255, .94);--card-muted-bg-end: rgba(229, 239, 249, .97);--card-outline: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .34));--card-sheen: radial-gradient(120% 120% at 100% 0%, rgba(93, 150, 225, .16), transparent 44%), radial-gradient(110% 90% at 0% 100%, rgba(198, 158, 95, .1), transparent 36%);--btn-surface-start: rgba(249, 253, 255, .96);--btn-surface-end: rgba(232, 242, 251, .98);--btn-secondary-start: rgba(246, 250, 255, .95);--btn-secondary-end: rgba(229, 239, 249, .98);--btn-ghost-bg: rgba(255, 255, 255, .66);--btn-hover-border: rgba(81, 129, 189, .32);--btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);--btn-active-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, .76);--btn-primary-start: #9bc5ff;--btn-primary-end: #75a7f7;--btn-primary-hover-start: #abd0ff;--btn-primary-hover-end: #84b2fb;--btn-primary-border: rgba(79, 135, 218, .18);--btn-primary-shadow: 0 14px 28px rgba(74, 100, 132, .14), inset 0 1px 0 rgba(255, 255, 255, .28);--btn-secondary-border: rgba(96, 120, 146, .2);--input-bg-start: rgba(248, 252, 255, .97);--input-bg-end: rgba(232, 241, 250, .99);--pill-bg: rgba(255, 255, 255, .72);--pill-primary-color: #26435d;--pill-primary-border: rgba(79, 135, 218, .16);--pill-primary-bg: rgba(79, 135, 218, .08);--chip-border: rgba(96, 120, 146, .2);--chip-bg-start: rgba(247, 251, 255, .96);--chip-bg-end: rgba(230, 240, 249, .98);--chip-active-border: rgba(79, 135, 218, .24);--chip-active-bg-start: rgba(142, 189, 255, .18);--chip-active-bg-end: rgba(109, 157, 244, .1);--chip-active-color: #1f3852;--progress-track: rgba(80, 104, 131, .18);--progress-fill-start: #4db7ef;--progress-fill-end: #6e93f0;--toast-border: rgba(94, 118, 145, .22);--toast-bg-start: rgba(249, 253, 255, .98);--toast-bg-end: rgba(232, 241, 249, .99);--toast-shadow: 0 16px 26px rgba(61, 84, 108, .14);--sheet-overlay-bg: rgba(24, 31, 41, .3);--service-icon-bg: rgba(255, 255, 255, .82);--service-icon-border: rgba(81, 104, 132, .16);--panel-border: rgba(76, 117, 171, .18);--panel-border-soft: rgba(76, 117, 171, .14);--panel-bg: radial-gradient(120% 140% at 100% 0%, rgba(87, 145, 223, .12), transparent 56%), linear-gradient(180deg, rgba(250, 253, 255, .96), rgba(232, 242, 251, .99));--panel-bg-soft: radial-gradient(120% 140% at 100% 0%, rgba(87, 145, 223, .08), transparent 58%), linear-gradient(180deg, rgba(246, 250, 255, .95), rgba(229, 239, 248, .98));--panel-bg-strong: radial-gradient(140% 120% at 100% 0%, rgba(87, 145, 223, .18), transparent 46%), radial-gradient(100% 140% at 0% 100%, rgba(198, 158, 95, .1), transparent 52%), linear-gradient(180deg, rgba(250, 253, 255, .97), rgba(231, 240, 249, 1));--panel-shadow: 0 18px 34px rgba(68, 92, 122, .1);--panel-inset-highlight: inset 0 1px 0 rgba(255, 255, 255, .78);--app-bg-base: radial-gradient(88% 60% at 12% 0%, rgba(95, 151, 226, .22), transparent 62%), radial-gradient(74% 52% at 86% 16%, rgba(204, 171, 113, .12), transparent 58%), linear-gradient(180deg, #edf4fb 0%, #f7fbff 34%, #eef5fc 100%);--shadow-soft: 0 24px 46px rgba(72, 86, 102, .12);--shadow-press: 0 10px 16px rgba(72, 86, 102, .08)}:root.keyboard-open{--tabbar-h: 0px;--tabbar-floating-offset: 0px;--safe-bottom: 0px}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100%}html,body{max-width:100%;overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:none;text-size-adjust:none}#root{overflow:hidden}body{margin:0;font-family:var(--font-body);font-size:var(--text-md);color:var(--color-text);background:var(--app-bg-base);background-repeat:no-repeat;background-size:cover;color-scheme:dark}:root[data-theme=light] body{color-scheme:light}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}img{display:block;max-width:100%}.app-root{position:relative;isolation:isolate;display:flex;flex-direction:column;width:100%;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden}@supports (height: 100dvh){.app-root{height:100dvh;min-height:100dvh;max-height:100dvh}}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.app-backdrop:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 24%)}.app-backdrop-orb{position:absolute;border-radius:999px;filter:blur(42px);opacity:.7;animation:app-orb-float 18s ease-in-out infinite}.app-backdrop-orb.is-cobalt{top:-12%;left:-14%;width:52vw;height:52vw;background:radial-gradient(circle,#4e91e857,#4e91e800 72%)}.app-backdrop-orb.is-gold{right:-18%;top:12%;width:40vw;height:40vw;background:radial-gradient(circle,#d5b27438,#d5b27400 72%);animation-delay:-6s}.app-backdrop-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 78%);mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 78%)}:root[data-theme=light] .app-backdrop:before{background:radial-gradient(74% 36% at 50% 0%,rgba(112,164,237,.16),transparent 68%),linear-gradient(180deg,rgba(255,255,255,.48),transparent 34%)}:root[data-theme=light] .app-backdrop-orb{opacity:.72}:root[data-theme=light] .app-backdrop-orb.is-cobalt{background:radial-gradient(circle,#548bd842,#548bd800 72%)}:root[data-theme=light] .app-backdrop-orb.is-gold{background:radial-gradient(circle,#b5925d2e,#b5925d00 72%)}:root[data-theme=light] .app-backdrop-grid{opacity:.11;background-image:linear-gradient(rgba(86,107,132,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(86,107,132,.12) 1px,transparent 1px)}.app-root[data-page=premium] .app-backdrop-orb.is-cobalt{background:radial-gradient(circle,#77bfff4d,#77bfff00 72%)}.app-root[data-page=premium] .app-backdrop-grid{opacity:.24;animation:app-grid-drift 30s linear infinite}.app-root[data-page=premium] .app-backdrop:before{background:radial-gradient(54% 26% at 50% 0%,rgba(108,170,255,.14),transparent 68%),radial-gradient(30% 18% at 82% 14%,rgba(234,188,90,.1),transparent 74%),linear-gradient(180deg,rgba(255,255,255,.03),transparent 30%)}.app-root[data-page=profile] .app-backdrop-orb.is-gold{background:radial-gradient(circle,#dfbc7047,#dfbc7000 72%)}:root[data-theme=light] .app-root[data-page=premium] .app-backdrop-orb.is-cobalt{background:radial-gradient(circle,#5f9ae257,#5f9ae200 72%)}:root[data-theme=light] .app-root[data-page=premium] .app-backdrop-orb.is-gold{background:radial-gradient(circle,#cfaa6838,#cfaa6800 72%)}:root[data-theme=light] .app-root[data-page=profile] .app-backdrop-orb.is-gold{background:radial-gradient(circle,#bf995c33,#bf995c00 72%)}:root[data-theme=light] .app-root[data-page=premium] .app-backdrop:before{background:radial-gradient(58% 28% at 50% 0%,rgba(102,158,235,.24),transparent 68%),radial-gradient(34% 20% at 82% 14%,rgba(221,183,104,.16),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.58),transparent 34%)}:root[data-theme=light] .app-root[data-page=premium] .app-backdrop-grid{opacity:.16;background-image:linear-gradient(rgba(86,107,132,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(86,107,132,.14) 1px,transparent 1px);animation:app-grid-drift 30s linear infinite}.app-frame-shell{position:relative;z-index:1;flex:1;width:100%;min-width:0;height:100%;display:flex;justify-content:center;margin:0}.app-stage{position:relative;display:flex;flex-direction:column;width:min(100%,calc(var(--content-max) + (var(--space-3) * 2)));max-width:calc(var(--content-max) + (var(--space-3) * 2));height:100%;min-height:0;margin:0 auto;overflow:hidden}.app-main{position:relative;z-index:1}.page-eyebrow{color:var(--color-text-soft);font-size:10px;font-weight:800;line-height:1;letter-spacing:.14em;text-transform:uppercase}.app-main{flex:1;min-width:0;min-height:0;overflow-x:clip;overflow-y:auto;scroll-behavior:smooth;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-padding-bottom:calc(var(--tabbar-h) + var(--tabbar-floating-offset) + var(--safe-bottom) + 12px);padding:calc(var(--safe-top) + 10px) calc(var(--space-3) + env(safe-area-inset-left,0px)) calc(var(--tabbar-h) + var(--tabbar-floating-offset) + var(--safe-bottom) + 10px)}.app-main::-webkit-scrollbar{width:0;height:0}.app-container{width:min(100%,var(--content-max));min-width:0;max-width:100%;margin:0 auto;padding-right:env(safe-area-inset-right,0px)}.app-page-motion{animation:app-page-in .34s cubic-bezier(.2,.82,.2,1);transform-origin:50% 8%}.page{display:grid;gap:10px;min-width:0;max-width:100%}.page-header{display:grid;gap:8px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--color-border-strong) 68%,transparent);border-radius:var(--radius-lg);background:radial-gradient(120% 120% at 100% 0%,rgba(134,182,255,.12),transparent 44%),linear-gradient(180deg,#121d2ebd,#09121ed6);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%)}:root[data-theme=light] .page-header{background:var(--panel-bg);box-shadow:var(--panel-shadow),var(--panel-inset-highlight)}.page-header-copy{display:grid;gap:6px}.page-header-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.page-title{margin:0;font-family:var(--font-display);font-size:clamp(20px,3.8vw,26px);font-weight:760;line-height:.98;letter-spacing:-.055em;text-wrap:balance}.page-subtitle{margin:0;max-width:42ch;color:var(--color-text-soft);font-size:11px;line-height:1.5}@keyframes app-page-in{0%{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes app-orb-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(4%,-3%,0) scale(1.06)}}@keyframes app-grid-drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(-10px,8px,0)}}@media (max-width: 640px){.page-header{padding:12px;border-radius:var(--radius-md)}.app-main{padding-top:calc(var(--safe-top) + 10px);padding-bottom:calc(var(--tabbar-h) + var(--tabbar-floating-offset) + var(--safe-bottom) + 10px)}.page{gap:12px}.page-title{font-size:20px}}@media (prefers-reduced-motion: reduce){.app-page-motion,.app-backdrop-orb,:root[data-theme=light] .app-root[data-page=premium] .app-backdrop-grid{animation:none!important}}.card{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--card-sheen),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));box-shadow:var(--shadow-soft);padding:var(--space-4);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:var(--card-outline);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;opacity:.82;pointer-events:none}.card-muted{background:radial-gradient(140% 120% at 100% 0%,rgba(138,185,255,.1),transparent 44%),linear-gradient(180deg,var(--card-muted-bg-start),var(--card-muted-bg-end))}.btn{position:relative;overflow:hidden;border-radius:16px;min-height:42px;padding:9px 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:760;line-height:1;letter-spacing:-.02em;color:var(--color-text);border:1px solid var(--color-border-strong);background:linear-gradient(180deg,var(--btn-surface-start),var(--btn-surface-end));box-shadow:var(--btn-inset-shadow);transition:transform var(--motion-fast) ease,border-color var(--motion-base) ease,background var(--motion-base) ease,box-shadow var(--motion-base) ease,color var(--motion-base) ease,opacity var(--motion-base) ease}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 42%);pointer-events:none}.btn:hover:not(:disabled){border-color:var(--btn-hover-border)}.btn:active:not(:disabled){transform:translateY(1px);box-shadow:var(--shadow-press),var(--btn-active-inset-shadow)}.btn:disabled{cursor:not-allowed;opacity:.58;color:color-mix(in srgb,var(--color-text-soft) 88%,transparent);border-color:color-mix(in srgb,var(--color-border) 88%,transparent);background:linear-gradient(180deg,var(--btn-secondary-start),var(--btn-secondary-end))}.btn:focus-visible,.chip:focus-visible,.input:focus-visible,.sheet-close:focus-visible,.shell-theme-button:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 18%,transparent),var(--btn-inset-shadow)}.btn-primary{color:var(--color-accent-text);border-color:var(--btn-primary-border);background:linear-gradient(135deg,var(--btn-primary-start),var(--btn-primary-end));box-shadow:var(--btn-primary-shadow)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--btn-primary-hover-start),var(--btn-primary-hover-end))}.btn-primary:disabled{color:color-mix(in srgb,var(--color-accent-text) 82%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--btn-primary-start) 70%,#8a95a4 30%),color-mix(in srgb,var(--btn-primary-end) 70%,#717b89 30%));border-color:color-mix(in srgb,var(--btn-primary-border) 70%,transparent);box-shadow:inset 0 1px #ffffff14}.btn-secondary,.btn-muted{border-color:var(--btn-secondary-border);background:linear-gradient(180deg,var(--btn-secondary-start),var(--btn-secondary-end))}.btn-ghost{color:var(--color-text-soft);border-color:var(--color-border);background:var(--btn-ghost-bg)}.btn-compact{min-height:34px;padding:7px 11px;font-size:10px}.btn-icon{width:34px;min-width:34px;padding:0}.input{width:100%;min-height:44px;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--input-bg-start),var(--input-bg-end));padding:11px 13px;color:var(--color-text);box-shadow:inset 0 1px #ffffff0a}.input::placeholder{color:var(--color-text-soft)}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 9px;font-size:var(--text-sm);font-weight:700;border:1px solid var(--color-border);background:var(--pill-bg);color:var(--color-text-soft)}.pill-primary{color:var(--pill-primary-color);border-color:var(--pill-primary-border);background:var(--pill-primary-bg)}.chip{border:1px solid var(--chip-border);background:linear-gradient(180deg,var(--chip-bg-start),var(--chip-bg-end));color:var(--color-text);border-radius:999px;padding:5px 10px;font-size:var(--text-sm);font-weight:700;transition:border-color var(--motion-base) ease,background var(--motion-base) ease,color var(--motion-base) ease,transform var(--motion-fast) ease}.chip:active{transform:translateY(1px)}.chip.is-active{border-color:var(--chip-active-border);background:linear-gradient(180deg,var(--chip-active-bg-start),var(--chip-active-bg-end));color:var(--chip-active-color)}.chip.is-locked{opacity:.56}.progress{height:8px;border-radius:999px;background:var(--progress-track);overflow:hidden}.progress>span{display:block;width:var(--progress, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--progress-fill-start),var(--progress-fill-end));transition:width var(--motion-base) ease}.toast{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 18px);transform:translate(-50%);max-width:min(calc(100vw - 24px),560px);border-radius:999px;border:1px solid var(--toast-border);background:linear-gradient(180deg,var(--toast-bg-start),var(--toast-bg-end));color:var(--color-text);padding:11px 14px;font-size:12px;box-shadow:var(--toast-shadow);z-index:120}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--sheet-overlay-bg);display:flex;align-items:flex-end;justify-content:center;padding:calc(var(--safe-top) + 10px) 10px calc(var(--tabbar-h) + var(--safe-bottom) + 10px)}.sheet{position:relative;z-index:1001;width:min(var(--content-max),calc(100vw - 24px));max-height:min(84dvh,calc(100dvh - var(--safe-top) - var(--safe-bottom) - 24px));border:1px solid var(--color-border);border-radius:24px;background:radial-gradient(120% 110% at 100% 0%,rgba(138,185,255,.1),transparent 42%),linear-gradient(180deg,var(--card-bg-start),var(--card-bg-end));overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:0;-webkit-backdrop-filter:blur(20px) saturate(125%);backdrop-filter:blur(20px) saturate(125%)}.sheet>:not(.sheet-header){overflow-y:auto;min-height:0;overscroll-behavior:contain}.sheet-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid var(--color-border);background:linear-gradient(180deg,#0f1827f0,#0a121efa)}:root[data-theme=light] .sheet-header{background:var(--panel-bg-soft)}.sheet-close{width:34px;height:34px;border-radius:999px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--btn-secondary-start),var(--btn-secondary-end));color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;flex:0 0 auto}.sheet-close svg{width:16px;height:16px}.service-icon{width:34px;height:38px;border:1px solid var(--service-icon-border);border-radius:16px;background:var(--service-icon-bg);display:inline-flex;align-items:center;justify-content:center}.service-icon img{width:18px;height:18px;object-fit:contain}@media (max-width: 640px){.card{padding:14px;border-radius:24px}.btn{min-height:40px;border-radius:15px}.input{min-height:42px;border-radius:15px}}:root[data-theme=light] .btn:disabled,:root[data-theme=light] .premium-action-button:disabled,:root[data-theme=light] .download-actions .btn:disabled{opacity:1;color:#6b7e92;border-color:#4d78aa42;background:linear-gradient(180deg,#f4f9fffa,#e2ecf7fa);box-shadow:inset 0 1px #ffffffeb}:root[data-theme=light] .btn.btn-primary:disabled{color:#f4f8fc;border-color:#4277ad6b;background:linear-gradient(180deg,#9ec3f7f0,#79a3e6f5)}:root[data-theme=light] .input:disabled,:root[data-theme=light] select.input:disabled{opacity:1;color:#6e8196;background:linear-gradient(180deg,#f5fafffa,#e7f0f8fc)}:root[data-theme=light] .premium-particle-canvas{opacity:.72;mix-blend-mode:normal;filter:saturate(155%) contrast(1.12)}
