*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#fff;margin:0;padding:0;min-height:100vh}h1{color:#333}.logo-dark{display:none}.logo-light{display:block}.logo{width:50vw;max-width:200px;display:block}.trust-form{display:flex;flex-direction:column;align-items:center;margin:20% auto 0;width:100%;max-width:90vw;scale:.8}.trust-checkbox-label{display:flex;flex-direction:row;align-items:flex-start;font-size:15px;color:#333;margin-bottom:20px;gap:8px;max-width:320px;text-align:left}.trust-checkbox-label a{color:#3375bb;text-decoration:underline}.trust-checkbox-label input[type=checkbox]{width:26px;height:26px;min-width:26px;min-height:26px;max-width:26px;max-height:26px;margin-right:8px;margin-top:2px;border-radius:50%;appearance:none;-webkit-appearance:none;outline:none;border:2.5px solid #0401fd;background:#fff;position:relative;cursor:pointer;transition:border-color .2s,background .2s;box-sizing:border-box;vertical-align:middle;display:inline-block}.trust-checkbox-label input[type=checkbox]:checked{background:#0401fd;border-color:#0401fd}.trust-checkbox-label input[type=checkbox]:checked:after{content:"";display:block;width:11px;height:5px;border:solid #fff;border-width:0 0 2.5px 2.5px;position:absolute;top:42%;left:50%;transform:translate(-50%,-55%) rotate(-45deg);border-radius:0;background:none}.trust-checkbox-label span{display:block;line-height:1.3}.trust-btn{background:#0401fd;color:#fff;border:none;border-radius:50px;padding:14px 0;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #3375bb14;transition:background .2s,box-shadow .2s;width:100%;max-width:400px;display:block;margin:0 auto;text-align:center}.trust-btn.secondary{background:#eee;color:#333}.trust-btn.secondary:hover{background:#ccc;color:#222}.trust-btn.link{background:transparent;color:#333;border:none;border-radius:0;min-width:unset;width:auto;padding:0;font-size:16px;font-weight:600;box-shadow:none;text-align:left;margin:0 auto}.trust-btn.link:hover{text-decoration:underline;color:#0401fd;background:transparent}.step{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;padding:20px;box-sizing:border-box}.trust-btn:hover{background:#2320a7;box-shadow:0 4px 16px #3375bb26}.trust-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.diamond-loader{position:relative;display:flex;align-items:center;justify-content:center;width:110px;height:110px;scale:.7}.diamond-bg{position:absolute;top:50%;left:50%;width:90px;height:90px;background:#ededed;border-radius:16px;transform:translate(-50%,-50%) rotate(45deg);z-index:1}.diamond-bars{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:row;align-items:flex-end;justify-content:center;width:48px;height:24px;z-index:2}.diamond-bars .bar{width:8px;margin:0 2px;background:#0401fd;border-radius:4px;display:inline-block;align-self:flex-end;animation:wave 2.2s infinite cubic-bezier(.4,0,.2,1);transform-origin:bottom}.diamond-bars .bar1{height:8px;animation-delay:0s}.diamond-bars .bar2{height:12px;animation-delay:.15s}.diamond-bars .bar3{height:18px;animation-delay:.3s}.diamond-bars .bar4{height:12px;animation-delay:.45s}@keyframes wave{0%,to{height:8px;transform:translateY(0)}10%{height:12px;transform:translateY(-2px)}25%{height:18px;transform:translateY(-6px)}50%{height:12px;transform:translateY(2px)}75%{height:18px;transform:translateY(-6px)}90%{height:12px;transform:translateY(-2px)}}.network-card{cursor:pointer;border:1px solid #e0e0e0;border-radius:16px;padding:16px;transition:all .2s ease;background:transparent;width:90%;display:block;margin:0 auto;box-shadow:0 2px 8px #0000000f;position:relative;text-align:center}.network-card:hover{border-color:#0401fd;box-shadow:0 4px 16px #3375bb1f;transform:translateY(-1px)}.network-card.selected{border-color:#0401fd;background:transparent}.network-card-content{display:flex;align-items:center;justify-content:center;width:100%;gap:20px}.network-card-header{display:flex;align-items:center;gap:16px;flex:1;justify-content:center}.network-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.network-card-icon img{width:36px;height:36px;border-radius:12px}.network-card-info{flex:1;text-align:left}.network-name{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.network-fee{font-size:14px;color:#666;display:flex;align-items:center;gap:6px}.fee-icon{font-size:12px}.network-checkbox{width:24px;height:24px;min-width:24px;min-height:24px;max-width:24px;max-height:24px;border-radius:50%;appearance:none;-webkit-appearance:none;outline:none;border:2px solid #ccc;background:#fff;position:relative;cursor:pointer;transition:border-color .2s,background .2s;box-sizing:border-box;display:inline-block;flex-shrink:0}.network-card input[type=radio]:checked+.network-card-content .network-checkbox{background:#0401fd;border-color:#0401fd}.network-card input[type=radio]:checked+.network-card-content .network-checkbox:after{content:"";display:block;width:10px;height:5px;border:solid #fff;border-width:0 0 2px 2px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);border-radius:0;background:none}.aml-loading{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#fffffffa;flex-direction:column}.aml-log{margin-top:32px;font-size:1.1em;color:#444;text-align:center;opacity:1;transition:opacity .4s ease-in-out,transform .4s ease-in-out;min-height:1.5em;display:flex;align-items:center;justify-content:center;transform:translateY(0)}.aml-report-container{max-width:420px;margin:32px auto;background:#fff;border-radius:20px;box-shadow:0 4px 32px #0000001a;padding:28px 18px 32px;position:relative}.aml-header{display:flex;justify-content:space-between;margin-bottom:18px;gap:10px}.logo-block{margin-top:10%;display:flex;flex-direction:column;gap:8px;min-width:110px}.logo-block img{width:50%;margin-bottom:10%}.report-block{text-align:center;flex:1}.report-title{font-weight:700;font-size:1.18em;margin-bottom:2px}.report-meta{font-size:10px;color:#888;line-height:1.3;word-break:break-all}.divider{border:none;border-top:1.5px solid #eee;margin:18px 0 16px}.wallet-info{padding-right:2%;padding-left:2%}.row{display:flex;align-items:center;margin-bottom:8px;font-size:1em}.row-label{width:110px;color:#444;font-size:1em;font-weight:400}.row-value{font-family:Fira Mono,Consolas,monospace;font-size:.8em;font-weight:700;color:#222;word-break:break-all}.row-value.free{color:#1bbf5c;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:6px}.gauge-block{display:flex;flex-direction:column;align-items:center;margin:28px 0 10px}.gauge{display:flex;justify-content:center;align-items:center;width:140px;height:70px;position:relative;margin:0 auto 8px;display:block}.gauge-label{position:absolute;left:0;right:0;top:22px;text-align:center;font-size:1.5em;font-weight:700;color:#3ec46d;font-family:Fira Mono,Consolas,monospace;letter-spacing:-2px;width:100%}.gauge-sub{text-align:center;color:#a0a6b2;font-size:12px;margin-bottom:8px}.sources-block{margin:18px 0 0;padding-right:2%;padding-left:2%}.sources-title{font-weight:700;font-size:1em;margin-bottom:10px}.sources-title.suspicious{margin-top:18px;color:#e6a23c}.sources-list{margin:0 0 14px;padding:0;list-style:none}.source-row{display:flex;align-items:center;gap:10px;font-size:1em;margin-bottom:6px}.source-value{color:#3ec46d;font-weight:600;min-width:50px}.source-bar{flex:1;height:8px;border-radius:4px;background:#e6f7ea;position:relative;overflow:hidden}.source-bar-inner{height:100%;border-radius:4px;position:absolute;left:0;top:0}.source-bar-inner.green{background:#3ec46d}.source-bar-inner.yellow{background:#ffe6b0}.source-label{min-width:70px;font-size:12px;color:#888;text-align:right}.action-buttons{display:flex;justify-content:center;align-items:center;width:100%;margin:20px 0}.disclaimer-block{margin:28px 0 0;padding-right:2%;padding-left:2%}.disclaimer-title{font-weight:700;font-size:1.5em;margin-bottom:18px;color:#222}.disclaimer-text{font-size:1.08em;color:#222;line-height:1.6}.disclaimer-text p{margin-bottom:10px}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease-out}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-card{background:#fff;width:100%;max-width:700px;border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #0003;padding:40px 32px 32px;margin-bottom:0;max-height:80vh;overflow-y:auto;position:relative;color:#222;will-change:transform}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;cursor:pointer;color:#333}.modal-content{font-size:.92em;font-family:Fira Mono,Consolas,Menlo,Monaco,monospace;max-height:90vh;overflow-y:auto}.network-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;scale:.8}.network-header{text-align:center;margin-bottom:30px}.network-header h2{font-size:1.3em;margin-bottom:12px;font-weight:600}.network-header p{font-size:.9em;opacity:.7}.network-form{display:flex;flex-direction:column;gap:2vh;width:80vw}@media (prefers-color-scheme: dark){body{background:#1b1b1b;color:#f8f9fa}.logo-light{display:none}.logo-dark{display:block}.trust-checkbox-label{color:#f8f9fa}.trust-checkbox-label a{color:#29b6f6}.trust-btn{background:#4ffa94;color:#181a1b}.trust-btn:hover{background:#2be36e}.trust-checkbox-label input[type=checkbox]{border-color:#4ffa94;background:#181a1b}.trust-checkbox-label input[type=checkbox]:checked{background:#4ffa94;border-color:#4ffa94}.trust-checkbox-label input[type=checkbox]:checked:after{border-color:#181a1b}.diamond-bg{background:#232323}.diamond-bars .bar{background:#4ffa94}.trust-btn.link{color:#f8f9fa}.trust-btn.link:hover{color:#4ffa94}.network-card{border-color:#404040;background:transparent}.network-card:hover{border-color:#4ffa94;box-shadow:0 4px 16px #4ffa941f}.network-card.selected{border-color:#4ffa94;background:transparent}.network-name{color:#f8f9fa}.network-fee{color:#999}.network-checkbox{border-color:#666;background:#181a1b}.network-card input[type=radio]:checked+.network-card-content .network-checkbox{background:#4ffa94;border-color:#4ffa94}.network-card input[type=radio]:checked+.network-card-content .network-checkbox:after{border-color:#181a1b}.aml-loading{background:#1b1b1b}.aml-log{color:#f8f9fa}.aml-report-container{background:transparent;color:#f8f9fa;box-shadow:0 4px 32px #0000004d}.report-meta,.row-label,.row-value,.gauge-label,.gauge-sub,.sources-title,.source-label,.disclaimer-title,.disclaimer-text{color:#f8f9fa}.divider{border-top:1.5px solid #333}.modal-card{background:#23272f;color:#f8f9fa;box-shadow:0 -4px 24px #000000b3}.modal-close,.modal-content{color:#f8f9fa}}@media (max-width: 480px){.trust-form,.trust-checkbox-label{max-width:90vw}.logo{width:60vw}.step{padding:10px}}@media (max-width: 600px){.aml-report-container{max-width:98vw;padding:8vw 2vw;margin:0;border-radius:0;min-height:100vh;box-shadow:none}.aml-header{flex-direction:column;gap:8px}.logo-block img{width:50%;margin-bottom:10%}.row-label{width:90px;font-size:.98em}.row-value{font-size:.8em}.gauge{scale:1.4;display:flex;justify-content:center;align-items:center;width:90vw;max-width:220px;height:45vw;max-height:110px}.gauge-label{font-size:1.1em;top:14vw}}@media (max-width: 700px){.modal-card{max-width:100%;padding:20px 10px 10px}}.trust-shell{--trust-blue: #1a01ff;--trust-blue-hover: #1400cc;--trust-text: #111827;--trust-muted: #8e8e93;--trust-surface: #ffffff;--trust-page-bg: #f5f7ff;--trust-lavender: #f0f0ff;--trust-pill-border: #e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;isolation:isolate;min-height:100vh;background:var(--trust-page-bg);color:var(--trust-text);padding-top:64px;padding-bottom:100px;box-sizing:border-box}.trust-shell-bg-decor{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 120% 70% at 50% -15%,rgba(26,1,255,.09),transparent 52%),radial-gradient(ellipse 65% 45% at 95% 55%,rgba(99,102,241,.07),transparent 48%),radial-gradient(ellipse 55% 40% at 5% 80%,rgba(26,1,255,.05),transparent 42%)}.trust-shell-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.6)}.trust-lang-wrap{position:relative}.trust-lang-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid var(--trust-pill-border);background:#fff;font-size:14px;font-weight:600;color:var(--trust-text);cursor:pointer;box-shadow:0 2px 12px #0000000f}.trust-lang-btn svg{opacity:.5}.trust-flag-ph{width:22px;height:22px;border-radius:50%;background:linear-gradient(180deg,#fff 33%,#0052cc 33% 66%,#e63939 66%);flex-shrink:0}.trust-lang-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001f;padding:8px;z-index:60;border:1px solid rgba(0,0,0,.04)}.trust-lang-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:none;background:transparent;border-radius:14px;font-size:15px;font-weight:500;color:var(--trust-text);cursor:pointer;text-align:left}.trust-lang-item:hover{background:#f5f5f5}.trust-lang-item.active{background:var(--trust-lavender)}.trust-header-cta{border:none;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:600;color:#fff;background:var(--trust-blue);cursor:pointer;white-space:nowrap;box-shadow:0 4px 16px #1a01ff40}.trust-header-cta:hover{background:var(--trust-blue-hover)}.trust-header-cta:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.trust-bottom-wrap{position:fixed;bottom:16px;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;pointer-events:none}.trust-bottom-wrap>*{pointer-events:auto}.trust-bottom-nav{display:flex;align-items:center;gap:6px;padding:8px 10px 8px 8px;background:#fff;border-radius:999px;border:1px solid var(--trust-pill-border);box-shadow:0 4px 24px #0000001a}.trust-nav-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:13px;font-weight:600;color:var(--trust-text)}.trust-nav-pill svg{width:18px;height:18px;stroke:var(--trust-text)}.trust-nav-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:transparent;color:var(--trust-muted);cursor:default}.trust-nav-icon svg{width:22px;height:22px}.trust-support-fab{width:52px;height:52px;border-radius:50%;border:1px solid var(--trust-pill-border);background:#fff;box-shadow:0 4px 20px #0000001a;display:flex;align-items:center;justify-content:center;color:var(--trust-blue);cursor:default}.trust-support-fab svg{width:24px;height:24px}.trust-btn-primary{width:100%;border:none;border-radius:999px;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:var(--trust-blue);cursor:pointer;box-shadow:0 4px 20px #1a01ff33}.trust-btn-primary:hover:not(:disabled){background:var(--trust-blue-hover)}.trust-btn-primary:disabled{opacity:.45;cursor:not-allowed}.trust-btn-outline{width:100%;max-width:400px;border:2px solid var(--trust-blue);border-radius:999px;padding:14px 24px;font-size:16px;font-weight:600;color:var(--trust-blue);background:#fff;cursor:pointer}.trust-btn-outline:hover{background:var(--trust-lavender)}.trust-img-placeholder{width:100%;max-width:340px;aspect-ratio:1;margin:0 auto;border-radius:24px;background:linear-gradient(145deg,#e0e7ff,#dbeafe 40%,#cffafe);border:1px dashed rgba(26,1,255,.25);display:flex;align-items:center;justify-content:center;color:var(--trust-muted);font-size:13px;text-align:center;padding:16px}@media (prefers-color-scheme: dark){.trust-shell{--trust-page-bg: #0f0f12;--trust-text: #f4f4f5;--trust-muted: #a1a1aa;--trust-surface: #18181b;--trust-lavender: #27272a;--trust-pill-border: #3f3f46}.trust-shell-bg-decor{background:radial-gradient(ellipse 120% 70% at 50% -15%,rgba(99,102,241,.12),transparent 52%),radial-gradient(ellipse 65% 45% at 92% 50%,rgba(79,70,229,.08),transparent 48%),radial-gradient(ellipse 55% 40% at 8% 78%,rgba(99,102,241,.06),transparent 42%)}.trust-shell-header{background:#18181beb;border-bottom-color:#27272a}.trust-lang-btn,.trust-bottom-nav,.trust-support-fab{background:var(--trust-surface)}.trust-nav-pill{background:#27272a;border-color:#3f3f46}.trust-btn-outline{background:transparent}}.welcome-frozen-under-modal{position:fixed;inset:64px 0 100px;z-index:35;overflow-x:hidden;overflow-y:auto;pointer-events:none;-webkit-overflow-scrolling:touch;filter:blur(12px);transform:translateZ(0);opacity:.94}.welcome-frozen-under-modal .welcome-main{margin-bottom:48px}.welcome-main{position:relative;z-index:1;max-width:440px;margin:0 auto 50%;padding:8px 20px 32px}.welcome-hero{text-align:left;padding-top:8px;margin-bottom:100px}.welcome-title{font-size:clamp(1.75rem,6vw,2.125rem);font-weight:700;line-height:1.15;color:#111827;margin:0 0 16px}.welcome-title-accent{color:#1a01ff}.welcome-lead{font-size:17px;line-height:1.65;color:#4b5563;margin:0 0 24px}.welcome-how-copy .welcome-muted{font-size:17px;line-height:1.65;color:#4b5563}.welcome-hero-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.welcome-hero-art{max-width:100%;margin-bottom:40px}.welcome-hero-img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:24px}.welcome-section{margin-bottom:20px}.welcome-how-top{display:flex;flex-direction:column;gap:20px;align-items:stretch}.welcome-how-copy{min-width:0}.welcome-how-img{display:block;width:100%;max-width:360px;height:auto;margin:0 auto;object-fit:contain;border-radius:20px}.welcome-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:#ede9fe;color:#5b21b6;font-size:12px;font-weight:700;letter-spacing:.06em;margin-bottom:12px}.welcome-h2{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#111827}.welcome-muted{font-size:15px;line-height:1.55;color:#6b7280;margin:0}.welcome-steps-wrap{display:flex;flex-direction:column;gap:14px;margin:28px 0 100px;padding:20px;background:#ffffffb3;border-radius:24px;border:1px solid rgba(229,231,235,.8)}.welcome-step-card{background:#fff;border-radius:20px;padding:18px;box-shadow:0 4px 24px #0000000f;border:1px solid #f3f4f6}.welcome-step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.welcome-step-num{font-size:1.25rem;font-weight:700;color:#1a01ff}.welcome-step-icon-ph{width:40px;height:40px;border-radius:12px;background:#e8eeff;display:flex;align-items:center;justify-content:center}.welcome-step-title{font-size:1rem;font-weight:700;margin:0 0 8px;color:#111827}.welcome-step-desc{font-size:14px;line-height:1.5;color:#6b7280;margin:0}.welcome-launch-card{background:#fff;border-radius:28px;padding:28px 24px 32px;box-shadow:0 8px 40px #1a01ff14;border:1px solid #eef2ff;margin-bottom:32px;display:flex;flex-direction:column;align-items:center;text-align:center}.welcome-launch-title{font-size:1.35rem;width:100%;max-width:28rem;margin-left:auto;margin-right:auto}.welcome-launch-card>.welcome-muted{max-width:32rem;margin-left:auto;margin-right:auto}.welcome-tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px;width:100%;max-width:36rem;justify-content:center}.welcome-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #e5e7eb;font-size:13px;font-weight:500;color:#374151;background:#fff}.welcome-launch-cta{width:100%;max-width:320px;margin-left:auto;margin-right:auto}.welcome-stats{text-align:center;margin-bottom:36px;padding:8px 0}.welcome-stat{margin-bottom:20px}.welcome-stat-label{display:block;font-size:13px;color:#8e8e93;margin-bottom:4px}.welcome-stat-value{font-size:1.25rem;margin:0;color:#111827}.welcome-stat-value strong{font-weight:700}.welcome-stat-accent{color:#1a01ff;font-weight:600}.welcome-stat-verified{font-size:1.5rem;font-weight:700;color:#1a01ff}.welcome-iso{font-size:12px;color:#9ca3af;margin:8px 0 0}.welcome-reviews{text-align:center;margin-bottom:28px}.welcome-reviews-label{font-size:14px;color:#9ca3af;margin:0 0 10px}.welcome-stars{display:flex;justify-content:center;gap:6px}.welcome-blue-block{background:#1a01ff;color:#fff;border-radius:28px;padding:28px 22px;text-align:center;margin-bottom:32px}.welcome-blue-title{font-size:1.35rem;font-weight:700;line-height:1.25;margin:0 0 14px}.welcome-blue-text{font-size:15px;line-height:1.55;opacity:.95;margin:0 0 22px}.welcome-blue-cta{width:100%;max-width:400px;border:2px solid #fff;border-radius:999px;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;background:transparent;cursor:pointer;margin-bottom:24px}.welcome-blue-cta:hover{background:#ffffff1f}.welcome-blue-img{display:block;width:100%;max-width:min(300px,85vw);height:auto;margin:0 auto;object-fit:contain;border-radius:20px}.welcome-issue{padding-bottom:24px}.welcome-form{background:#fff;border-radius:24px;padding:24px;box-shadow:0 4px 24px #00000014;border:1px solid #e5e7eb}.welcome-form-title{font-size:1.1rem;font-weight:700;margin:0 0 16px;text-align:center}.welcome-checkbox.trust-checkbox-label{max-width:none;margin-bottom:20px}@media (min-width: 900px){.welcome-main{max-width:60%;width:100%;margin:0 auto 10%;padding:16px 32px 48px;box-sizing:border-box}.welcome-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,36%);column-gap:clamp(16px,2vw,28px);row-gap:16px;align-items:start;padding-top:12px}.welcome-title{grid-column:1;grid-row:1;font-size:clamp(2rem,2.5vw,2.5rem);margin-bottom:0}.welcome-lead{grid-column:1;grid-row:2;margin:0;max-width:36rem;font-size:18px;line-height:1.65}.welcome-how-copy .welcome-muted{font-size:18px;max-width:40rem}.welcome-hero-actions{grid-column:1;grid-row:3;flex-direction:row;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:0}.welcome-hero-actions .trust-btn-primary,.welcome-hero-actions .trust-btn-outline{width:auto;min-width:200px;max-width:280px;flex:0 1 auto}.welcome-hero-art{grid-column:2;grid-row:1 / span 3;align-self:center;justify-self:start;width:100%;max-width:min(400px,36vw);margin-bottom:48px}.welcome-hero-img{max-height:min(52vh,520px);width:100%;margin-left:0}.welcome-section{margin-bottom:28px;max-width:42rem}.welcome-section.welcome-how{max-width:none;width:100%;margin-bottom:100px}.welcome-how-top{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse}.welcome-how-img{max-width:30%;width:100%;margin:0}.welcome-how-copy{min-width:0;max-width:36rem}.welcome-how-copy .welcome-h2{margin-bottom:14px}.welcome-steps-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:24px 28px;align-items:stretch}.welcome-step-card{display:flex;flex-direction:column;min-height:100%}.welcome-launch-card{padding:36px 48px 40px}.welcome-launch-title{max-width:34rem;font-size:1.5rem}.welcome-launch-card>.welcome-muted{max-width:36rem;font-size:16px;line-height:1.6}.welcome-launch-cta{max-width:340px}.welcome-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 32px;align-items:start;text-align:center;margin-bottom:40px}.welcome-stat{margin-bottom:0}.welcome-iso{grid-column:1 / -1;margin-top:8px}.welcome-reviews{margin-bottom:36px}.welcome-blue-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,32%);column-gap:clamp(16px,2.5vw,28px);row-gap:20px;padding:32px 36px;text-align:left;align-items:center}.welcome-blue-title{grid-column:1;grid-row:1;margin-bottom:12px;max-width:28rem}.welcome-blue-text{grid-column:1;grid-row:2;margin:0 0 20px;max-width:32rem}.welcome-blue-cta{grid-column:1;grid-row:3;width:auto;max-width:320px;margin-bottom:0;justify-self:start}.welcome-blue-img{grid-column:2;grid-row:1 / span 3;align-self:center;justify-self:start;width:100%;max-width:min(340px,34vw);max-height:min(240px,28vh);margin:0}.welcome-issue{display:flex;justify-content:center;padding-bottom:32px}.welcome-form{width:100%;max-width:520px;margin:0 auto}}@media (prefers-color-scheme: dark){.welcome-title,.welcome-h2,.welcome-step-title,.welcome-stat-value{color:#f4f4f5}.welcome-lead,.welcome-muted,.welcome-step-desc{color:#a1a1aa}.welcome-steps-wrap{background:#18181b99;border-color:#3f3f46}.welcome-step-card,.welcome-launch-card,.welcome-form{background:#18181b;border-color:#3f3f46}.welcome-tag{background:#27272a;border-color:#3f3f46;color:#e4e4e7}}.cryptomus-container{min-height:100vh;background:#fff;padding:40px 20px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@media (prefers-color-scheme: dark){body{background:#1b1b1b;color:#f8f9fa}#root,.cryptomus-container{background:#1b1b1b}.step-number{color:#000!important}.cryptomus-header{border-bottom:1px solid #22c55e!important}.terms-link,.pending-text{color:#fff!important}.trust-btn.secondary{background:#97bfa7fc!important}.pwait,.step-title{color:#fff!important}}.use-another-wallet-button{scale:.8!important}.cryptomus-header{width:100%;display:flex;justify-content:center;align-items:center;padding:0;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.header-left{display:flex;align-items:center;gap:12px}.back-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#333;transition:opacity .2s}.back-button:hover{opacity:.7}.cryptomus-logo{display:flex;align-items:center;gap:8px;font-weight:600;font-size:18px;color:#333}.logo-image{width:200px;object-fit:contain;display:block}.sign-up-button{background:#000;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.sign-up-button:hover{background:#333}.payment-card{background:#f2f2f2f2;border-radius:16px;padding:24px;max-width:600px;width:100%;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;position:relative;margin-top:auto;margin-bottom:auto;max-height:calc(100vh - 80px);overflow-y:auto}.payment-card.expired>*:not(.expired-overlay){filter:blur(4px);pointer-events:none}.expired-overlay{position:absolute;inset:0;background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:1000}.expired-content{display:flex;flex-direction:column;align-items:center;gap:16px}.expired-icon{width:48px;height:48px}.expired-text{font-size:18px;font-weight:600;color:#ef4444;text-align:center}.wallet-modal-overlay{position:absolute;inset:0;background:#ffffff47;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:1001}.wallet-modal-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;text-align:center;max-width:400px}.wallet-modal-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border-radius:50%}.wallet-modal-icon-image{width:48px;height:48px;object-fit:contain}.wallet-modal-title{font-size:20px;font-weight:600;color:#111827;margin:0}.wallet-modal-text{font-size:14px;color:#333;line-height:1.5;margin:0}.wallet-modal-spinner{margin-top:8px}.payment-amount-section{margin-bottom:32px;margin-top:0}.amount-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.btc-amount{font-size:32px;font-weight:700;color:#111827;line-height:1.2}.copy-icon{background:#fff;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:#000;transition:color .2s,background .2s;border-radius:50%;width:32px;height:32px;stroke-width:3!important}.copy-icon:hover{color:#111827;background:#f3f4f6}.usd-amount{font-size:18px;color:#6b7280;margin-bottom:16px}.network-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;flex-wrap:wrap}.info-icon{width:16px;height:16px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.fee-text{color:#6b7280}.header-icons{display:flex;gap:8px;margin-left:auto}.header-icons .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.step-section{margin-bottom:32px}.step-header{margin-bottom:16px}.step-title{font-size:16px;font-weight:600;color:#111827;margin:0}.step-section-disabled{opacity:.5;pointer-events:none}.step-section-disabled .step-title{color:#9ca3af}.connect-wallet-timer-section{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:16px}.terms-agreement{font-size:12px;color:#6b7280;text-align:center;line-height:1.5;margin-top:16px}.terms-link{color:#000;text-decoration:underline;cursor:pointer;transition:color .2s}.terms-link:hover{color:#16a34a}.connect-wallet-wrapper{display:flex;flex-direction:column;gap:16px;flex:1}.connect-wallet-section{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.recipient-label{font-size:14px;color:#6b7280;font-weight:500}.connect-wallet-button{width:100%;max-width:400px}.email-divider{width:100%;height:1px;background:#c7c7c7;margin:48px 0 24px}.email-notification{font-size:14px;color:#6b7280;line-height:1.5}.email-link{background:none;border:none;color:#22c55e;cursor:pointer;text-decoration:underline;font-size:14px;padding:0;margin-left:4px}.email-link:hover{color:#16a34a}.email-input-wrapper{margin-top:8px}.email-input-container{display:flex;gap:8px;align-items:center}.email-input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.email-input:focus{border-color:#22c55e}.email-input.error{border-color:#ef4444}.email-input.error:focus{border-color:#ef4444}.email-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.email-error-message{margin-top:6px;font-size:12px;color:#ef4444;line-height:1.4}.email-submit-button{background:#000;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:80px}.email-submit-button:hover:not(:disabled){background:#363636}.email-submit-button:disabled{cursor:not-allowed;opacity:1}.status-indicators{display:flex;gap:32px;margin-bottom:32px;justify-content:center;align-items:flex-end}.status-item{display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:flex-end}.expiration-time-item{flex-direction:row;align-items:center;gap:16px;justify-content:flex-start}.status-content{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.status-item .status-label{margin-bottom:auto}.expiration-time-item .status-label{margin-bottom:0;text-align:left}.status-item .circular-progress{flex-shrink:0}.status-label{font-size:12px;color:#6b7280;text-align:center}.circular-progress{position:relative;display:flex;align-items:center;justify-content:center}.progress-ring{transform:rotate(-90deg)}.progress-ring circle{stroke-linecap:round}.progress-ring-circle{transition:none;stroke-linecap:round}.progress-ring-circle.transition-enabled{transition:stroke-dashoffset 1s linear}.spinning-ring{animation:spin 2s linear infinite;transform-origin:20px 20px}.spinning-circle{animation:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-time{font-size:14px;font-weight:600;color:#22c55e;font-family:Monaco,Menlo,Courier New,monospace}.expiration-time-item .progress-time{position:static}.roadmap-container{display:flex;align-items:flex-start;width:100%;margin:24px 0;position:relative;overflow:visible}.roadmap-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;z-index:2}.step-number{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #e5e7eb;transition:all .3s;position:relative;z-index:3}.roadmap-step.active .step-number{background:#22c55e;color:#fff;border-color:#22c55e;animation:pulse-active 2s ease-in-out infinite}.roadmap-step.next .step-number{animation:pulse-next 2s ease-in-out infinite}.step-content{display:flex;flex-direction:column;align-items:center;gap:4px}.step-label{font-size:12px;color:#9ca3af;font-weight:500;text-align:center;white-space:nowrap}.roadmap-step.active .step-label{color:#22c55e;font-weight:600}.roadmap-step.next .step-label{color:#6b7280;animation:fade-pulse 2s ease-in-out infinite}.roadmap-connector{flex:1;height:2px;background:#e5e7eb;padding:0;transition:all .3s;position:relative;align-self:flex-start;margin:16px -60px 0;width:calc(100% + 32px);z-index:1}.roadmap-connector.active{background:#22c55e}.roadmap-connector.next{background:linear-gradient(90deg,#22c55e 0% 50%,#e5e7eb 50% 100%);background-size:200% 100%;animation:running-line 2s ease-in-out infinite}@keyframes running-line{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes pulse-active{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 8px #22c55e00}}@keyframes pulse-next{0%,to{box-shadow:0 0 #9ca3af4d;transform:scale(1)}50%{box-shadow:0 0 0 4px #9ca3af00;transform:scale(1.05)}}@keyframes fade-pulse{0%,to{opacity:.6}50%{opacity:1}}.divider-section{display:flex;align-items:center;gap:16px;margin:32px 0}.divider-section .divider-line{flex:1;height:1px;background:#e5e7eb}.divider-text{font-size:14px;color:#6b7280;font-weight:500}.pay-button{width:100%;background:linear-gradient(180deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.pay-button:disabled{opacity:1;cursor:not-allowed;pointer-events:none;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.step-section-disabled .pay-button{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.pay-button:hover{background:linear-gradient(180deg,#e5e7eb,#d1d5db);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.pay-button:active{transform:translateY(0)}.cryptomus-footer{margin-top:40px;text-align:center;max-width:600px;width:100%}.footer-text{font-size:14px;color:#6b7280;margin-bottom:16px}.footer-icons{display:flex;justify-content:center;gap:16px}.footer-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;text-decoration:none}.footer-icon:hover{color:#22c55e}.chat-widget{position:fixed;bottom:24px;right:24px;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:12px;display:flex;align-items:center;gap:8px;z-index:1000}.chat-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-preview{font-size:14px;color:#6b7280;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 640px){.cryptomus-container{padding:16px}.payment-card{padding:20px 16px}.cryptomus-header{padding:0 0 20px;margin-bottom:20px}.step-section{margin-bottom:24px}.connect-wallet-timer-section{flex-direction:column;align-items:stretch;gap:24px}.connect-wallet-wrapper{width:100%}.connect-wallet-section{gap:12px}.status-indicators{flex-direction:column;gap:24px}.btc-amount{font-size:28px}.chat-widget{width:240px;bottom:16px;right:16px}}.step2-content{display:flex;flex-direction:column;gap:24px}.pending-row{display:flex;align-items:center;justify-content:space-evenly;gap:16px}.connected-address-section{display:flex;flex-direction:column;gap:8px}.connected-address-label{font-size:14px;color:#6b7280;font-weight:500}.connected-address-value{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#111827;font-family:Courier New,monospace;background:#f9fafb;padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb;word-break:break-all}.copy-address-button{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;flex-shrink:0}.copy-address-button:hover{color:#111827}.pending-transaction-section{max-width:400px}.pending-expiration{padding:0;background:transparent;border:0}.spinner-container{display:flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;border:3px solid #ffffff00;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.pending-text{font-size:14px;color:#000;font-weight:500}.confirm-receive-button{max-width:400px}.use-another-wallet-button{max-width:400px;margin-top:8px}.trust-modal-overlay{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:20px 16px 100px;background:#f5f7ff59;box-sizing:border-box}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.trust-modal-overlay{-webkit-backdrop-filter:blur(2px) saturate(1.02);backdrop-filter:blur(2px) saturate(1.02)}}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.trust-modal-overlay{background:#f5f7ffb8}}.trust-modal-overlay--high{z-index:45}.trust-modal-overlay--issuance-accepted{z-index:55}.wallet-modal-overlay--global{position:fixed!important;inset:0!important;z-index:300!important;border-radius:0!important;background:#0f0f1480!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.trust-modal-card{width:100%;max-width:400px;background:#fff;border-radius:22px;padding:22px 20px 24px;box-shadow:0 12px 48px #0000002e;max-height:calc(100vh - 140px);overflow-y:auto;box-sizing:border-box}.trust-modal-card--compact{text-align:center}.trust-modal-top-bar{min-height:36px;margin-bottom:4px;display:flex;align-items:center}.trust-modal-back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px 0 0 -8px;border:none;border-radius:12px;background:transparent;color:#8e8e93;cursor:pointer}.trust-modal-back:hover{background:#f5f5f5;color:#111827}.trust-modal-back-placeholder{display:inline-block;width:40px;height:40px}.trust-modal-heading{font-size:1.15rem;font-weight:700;margin:0 0 16px;color:#111827;line-height:1.25}.trust-modal-heading--center{text-align:center}.trust-modal-heading--success{color:#16a34a;text-align:center}.trust-modal-muted{font-size:14px;line-height:1.5;color:#8e8e93;margin:0 0 12px}.trust-modal-strong{font-size:17px;font-weight:600;margin:0 0 8px;color:#111827}.trust-modal-footnote{font-size:12px;color:#8e8e93;margin:16px 0 0;line-height:1.45}.trust-modal-hint{font-size:13px;color:#8e8e93;margin:0 0 16px;line-height:1.45}.trust-modal-legal{font-size:12px;color:#8e8e93;text-align:center;line-height:1.45;margin:14px 0 0}.trust-modal-legal .terms-link{color:#1a01ff}.trust-modal-cta{margin-top:8px;max-width:none}.trust-modal-secondary{margin-top:12px;max-width:none}.trust-roadmap-vertical{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:10px}.trust-road-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid transparent;background:#f5f5f5}.trust-road-item--active{background:#f0f0ff;border-color:#3b44f659}.trust-road-item--muted{background:#f5f5f5}.trust-road-item--muted .trust-road-text{color:#8e8e93}.trust-road-dot{width:18px;height:18px;border-radius:50%;border:2px solid #3b44f6;flex-shrink:0;margin-top:2px;position:relative;box-sizing:border-box}.trust-road-item--active .trust-road-dot:not(.trust-road-dot--muted):after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#3b44f6;transform:translate(-50%,-50%)}.trust-road-dot--muted{border-color:#d1d5db;background:#e5e7eb}.trust-road-text{font-size:14px;font-weight:500;color:#111827;line-height:1.35}.trust-network-form{display:flex;flex-direction:column;gap:12px}.trust-network-row{display:flex;align-items:center;gap:14px;padding:16px 14px;border-radius:16px;background:#f0f0ff;box-shadow:0 4px 16px #3b44f61f;cursor:pointer;border:1px solid rgba(59,68,246,.12);transition:transform .15s,box-shadow .15s}.trust-network-row:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b44f62e}.trust-network-icon-ph{width:44px;height:44px;border-radius:50%;flex-shrink:0}.trust-network-icon-wrap{width:44px;height:44px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.trust-network-icon-img{width:100%;height:100%;object-fit:contain}.trust-network-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.trust-network-title{font-size:16px;font-weight:700;color:#111827}.trust-network-sub{font-size:13px;color:#8e8e93}.trust-network-chevron{flex-shrink:0;color:#9ca3af}.trust-spinner-wrap{display:flex;justify-content:center;margin:20px 0 16px}.trust-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b44f6;border-radius:50%;animation:spin 1s linear infinite}.trust-success-icon-wrap{width:88px;height:88px;border-radius:50%;background:#dcfce7;border:3px solid #22c55e;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.trust-banner{border-radius:12px;padding:14px;margin-bottom:14px;font-size:14px;text-align:center}.trust-banner--warn{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.trust-banner--error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;white-space:pre-line;margin-top:15px}.trust-banner--plain{text-align:center}.trust-banner-title{font-weight:700;margin-bottom:6px}.trust-banner-text{font-size:13px;opacity:.95}.trust-step2-address{margin-bottom:12px}.trust-step2-address .connected-address-label{display:none}@media (prefers-color-scheme: dark){.trust-modal-overlay{background:#0f0f1266}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.trust-modal-overlay{-webkit-backdrop-filter:blur(2px) saturate(1.02);backdrop-filter:blur(2px) saturate(1.02)}}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.trust-modal-overlay{background:#18181be0}}.trust-modal-card{background:#18181b;color:#f4f4f5}.trust-modal-heading,.trust-modal-strong,.trust-network-title,.trust-road-text{color:#f4f4f5}.trust-road-item{background:#27272a}.trust-road-item--active{background:#2e1064;border-color:#6366f166}.trust-road-item--muted .trust-road-text{color:#a1a1aa}.trust-network-row{background:#27272a;border-color:#6366f140}.connected-address-value{background:#27272a;border-color:#3f3f46;color:#f4f4f5}.pending-text{color:#e4e4e7!important}}
