:root { color-scheme: light; --ivory:#fbfaf1; --blue:#087fc3; --ink:#111; --muted:#626262; }
* { box-sizing: border-box; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:Arial,sans-serif; min-height:100vh; }
.app-header { min-height:104px; display:flex; align-items:center; justify-content:center; border-bottom:1px solid #e6e3d8; }
.brand { color:#000; text-decoration:none; font-family:Georgia,serif; font-size:42px; font-weight:700; letter-spacing:-3px; }
.shell { width:min(1120px,calc(100% - 32px)); margin:0 auto; padding:64px 0; }
.auth-grid { display:grid; grid-template-columns:1fr minmax(320px,520px); gap:80px; align-items:start; }
.eyebrow { text-transform:uppercase; letter-spacing:.12em; font-weight:700; font-size:13px; }
h1 { margin:12px 0 18px; font:600 clamp(42px,6vw,72px)/1.02 Georgia,serif; }
.lead { color:var(--muted); font-size:19px; line-height:1.55; max-width:540px; }
.plan-card { margin-top:32px; padding:24px; border-radius:16px; background:#eeece2; }
.plan-card strong { display:block; font:600 30px Georgia,serif; margin-top:6px; }
.card { background:#fff; border:1px solid #dedbd0; border-radius:20px; padding:32px; box-shadow:0 18px 55px rgba(0,0,0,.08); }
.card h2 { margin:0 0 22px; font:600 32px Georgia,serif; }
.field { margin-bottom:18px; }
label { display:block; margin-bottom:8px; font-weight:700; }
input { width:100%; min-height:52px; padding:12px 15px; border:1px solid #aaa; border-radius:9px; font:inherit; }
input:focus { outline:3px solid rgba(8,127,195,.22); border-color:var(--blue); }
.button { width:100%; min-height:54px; border:0; border-radius:999px; background:var(--blue); color:#fff; font-size:17px; font-weight:700; cursor:pointer; }
.button:hover { filter:brightness(.94); }
.button.secondary { width:auto; min-height:42px; padding:0 20px; background:#222; }
.form-note,.switch { margin:18px 0 0; color:var(--muted); font-size:14px; line-height:1.45; }
.switch { text-align:center; }
.message { display:none; margin:0 0 18px; padding:12px 14px; border-radius:8px; }
.message.error { display:block; background:#fee2e2; color:#8b1d1d; }
.message.success { display:block; background:#dcfce7; color:#166534; }
.admin-head { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-bottom:28px; }
.admin-head h1 { font-size:52px; }
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:24px; }
.stat { background:#fff; border:1px solid #dedbd0; border-radius:14px; padding:20px; }
.stat strong { display:block; font-size:30px; margin-top:5px; }
.table-wrap { overflow:auto; background:#fff; border:1px solid #dedbd0; border-radius:14px; }
table { width:100%; border-collapse:collapse; min-width:850px; }
th,td { padding:14px 16px; border-bottom:1px solid #ece9df; text-align:left; vertical-align:top; }
th { background:#f3f1e8; font-size:13px; text-transform:uppercase; letter-spacing:.06em; }
.badge { display:inline-block; padding:4px 9px; border-radius:999px; background:#dbeafe; color:#164e82; font-size:12px; font-weight:700; }
.admin-toolbar{width:min(100%,420px);margin:0 0 18px}.admin-toolbar label{font-size:14px}.admin-toolbar input{min-height:44px}.admin-page td strong,.admin-page td small{display:block}.admin-page td small{margin-top:5px;color:var(--muted);font-size:12px}.badge-active{background:#dcfce7;color:#166534}.badge-suspended{background:#fee2e2;color:#991b1b}.balance-cell{font-weight:700;white-space:nowrap}.admin-actions{display:flex;gap:8px;white-space:nowrap}.admin-action{padding:8px 11px;border:1px solid #aaa;border-radius:7px;background:#fff;font-weight:700;cursor:pointer}.add-funds{border-color:#087fc3;color:#087fc3}.suspend-user{border-color:#b91c1c;color:#b91c1c}.restore-user{border-color:#15803d;color:#15803d}dialog{padding:0;border:0;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.3)}dialog::backdrop{background:rgba(0,0,0,.5)}.admin-dialog{position:relative;width:min(480px,calc(100vw - 32px));padding:34px}.admin-dialog h2{margin:4px 0 8px;font:600 34px Georgia,serif}.admin-dialog>p:not(.eyebrow){color:var(--muted);margin-bottom:24px}.admin-dialog label{margin:18px 0}.dialog-close{position:absolute;right:18px;top:15px;border:0;background:transparent;font-size:28px;cursor:pointer}.form-message.error{color:#991b1b;margin-top:14px}
@media(max-width:820px){.auth-grid{grid-template-columns:1fr;gap:36px}.shell{padding:36px 0}.stats{grid-template-columns:1fr}.admin-head{align-items:flex-start;flex-direction:column}}

/* Dedicated administrator sign-in */
.admin-login-page{min-height:100vh;background:#f4f7fb;color:#172033}.admin-login-layout{min-height:100vh;display:grid;grid-template-columns:minmax(380px,44%) 1fr}.admin-login-brand{padding:56px clamp(38px,6vw,90px);display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#10233e,#07111f);color:#fff;overflow:hidden;position:relative}.admin-login-brand::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-270px;bottom:-180px;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}.admin-login-logo{position:relative;z-index:1;color:#fff;text-decoration:none;font-size:29px;font-weight:800;letter-spacing:-1px}.admin-login-logo span{margin-left:10px;padding:5px 9px;border:1px solid rgba(255,255,255,.35);border-radius:5px;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;vertical-align:middle}.admin-login-brand>div{position:relative;z-index:1}.admin-login-brand .eyebrow{color:#75a9dc}.admin-login-brand h1{margin:16px 0 22px;color:#fff;font:600 clamp(42px,5vw,68px)/1.02 Georgia,serif;letter-spacing:-2px}.admin-login-brand p:not(.eyebrow){max-width:470px;color:#bac7d8;font-size:18px;line-height:1.6}.admin-login-brand>small{position:relative;z-index:1;color:#8596ab}.admin-login-panel{display:grid;place-items:center;padding:42px}.admin-login-card{width:min(100%,500px);padding:46px 48px;background:#fff;border:1px solid #dfe5ed;border-radius:18px;box-shadow:0 24px 65px rgba(28,42,61,.12)}.admin-lock{width:54px;height:54px;display:grid;place-items:center;margin-bottom:25px;border-radius:12px;background:#e9f1fa;color:#244f7b}.admin-lock svg{width:27px;fill:none;stroke:currentColor;stroke-width:1.8}.admin-login-card h2{margin:8px 0 10px;font:700 38px/1.1 Arial,sans-serif}.admin-login-help{margin:0 0 32px;color:#687589}.admin-login-card label{margin:20px 0 9px;color:#27364a;font-size:14px}.admin-login-card input{min-height:56px;border:1.5px solid #cbd5e1;border-radius:8px}.admin-password-wrap{position:relative}.admin-password-wrap input{padding-right:70px}.admin-password-wrap button{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:8px;border:0;background:transparent;color:#315f8d;font-weight:700;cursor:pointer}.admin-login-card .message{margin-top:18px}.admin-login-submit{width:100%;min-height:58px;margin-top:24px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:#173f67;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.admin-login-submit:hover{background:#0d2e50}.admin-login-submit:disabled{opacity:.65}.member-login-link{display:block;margin-top:26px;color:#536579;text-align:center;text-decoration:none;font-size:14px}.member-login-link:hover{text-decoration:underline}@media(max-width:800px){.admin-login-layout{grid-template-columns:1fr}.admin-login-brand{min-height:230px;padding:32px}.admin-login-brand h1{font-size:38px}.admin-login-brand>small{display:none}.admin-login-panel{padding:28px 16px}.admin-login-card{padding:34px 24px}}
.admin-login-layout{grid-template-columns:minmax(360px,40%) 1fr}.admin-login-brand{padding:48px clamp(34px,4vw,68px)}.admin-login-brand h1{max-width:560px;font-size:clamp(38px,3.7vw,56px);line-height:1.06;letter-spacing:-1.4px;overflow-wrap:break-word}.admin-login-brand p:not(.eyebrow){max-width:520px}@media(max-width:800px){.admin-login-layout{grid-template-columns:1fr}.admin-login-brand{padding:30px}.admin-login-brand h1{font-size:36px}}

/* Cryptocurrency credit dialog */
.crypto-dialog{width:min(680px,calc(100vw - 32px));padding:34px 38px;max-height:calc(100vh - 32px);overflow:auto}.crypto-dialog h2{font-size:38px}.coin-picker{position:relative}.coin-picker>input{padding-left:46px;background:#fff}.coin-picker::before{content:'⌕';position:absolute;z-index:2;left:17px;top:12px;color:#64748b;font-size:25px}.coin-results{position:absolute;z-index:20;left:0;right:0;top:60px;max-height:280px;padding:7px;overflow:auto;border:1px solid #d7dee8;border-radius:10px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.18)}.coin-option{width:100%;padding:10px;display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;border:0;border-radius:8px;background:#fff;color:#182234;text-align:left;cursor:pointer}.coin-option:hover{background:#eef5fc}.coin-option img,.selected-coin img{width:36px;height:36px;border-radius:50%;object-fit:contain}.coin-option span,.selected-coin span{display:flex;flex-direction:column;gap:3px}.coin-option small,.selected-coin small{color:#64748b}.coin-option b{font-size:13px}.selected-coin{min-height:62px;padding:11px 14px;display:flex;gap:12px;align-items:center;border:1.5px solid #4c86ba;border-radius:9px;background:#f2f8fd}.selected-coin[hidden]{display:none}.crypto-amount-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:end}.usd-preview{min-height:86px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;border-radius:9px;background:#edf5fc}.usd-preview span{color:#52647a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.usd-preview strong{margin:4px 0;color:#173f67;font-size:24px}.usd-preview small{color:#65758a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-notice{margin:18px 0 0;padding:12px 14px;border-radius:8px;background:#fff8df;color:#765b0b;font-size:13px;line-height:1.4}@media(max-width:600px){.crypto-dialog{padding:28px 20px}.crypto-amount-grid{grid-template-columns:1fr}.coin-results{max-height:220px}}

/* Modern admin operations console */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.admin-page{background:#f3f6fa;color:#142033}.admin-app{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;height:100vh;padding:28px 18px 22px;display:flex;flex-direction:column;background:#0c1d33;color:#fff}.admin-brand{padding:0 12px 30px;color:#fff;text-decoration:none;font-size:27px;font-weight:800;letter-spacing:-1px}.admin-brand span{margin-left:8px;padding:4px 7px;border-radius:5px;background:#2c73ae;color:#fff;font-size:9px;letter-spacing:1.2px;text-transform:uppercase;vertical-align:middle}.admin-nav{display:flex;flex-direction:column;gap:6px}.admin-nav a{height:48px;padding:0 13px;display:flex;align-items:center;gap:13px;border-radius:9px;color:#9eb0c6;text-decoration:none;font-size:14px;font-weight:700}.admin-nav a span{width:22px;text-align:center;font-size:18px}.admin-nav a:hover,.admin-nav a.active{background:#173653;color:#fff}.admin-nav a.active{box-shadow:inset 3px 0 #55a1df}.admin-security{margin-top:auto;padding:14px;display:flex;gap:11px;align-items:center;border:1px solid #29415e;border-radius:10px;background:#122941}.admin-security>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#123e36;color:#55d6a5}.admin-security div{display:flex;flex-direction:column;gap:3px}.admin-security strong{font-size:12px}.admin-security small{color:#8ca0b8;font-size:10px}.admin-logout{height:44px;margin-top:12px;padding:0 14px;display:flex;align-items:center;gap:11px;border:0;border-radius:8px;background:transparent;color:#9eb0c6;font-weight:700;cursor:pointer}.admin-logout:hover{background:#173653;color:#fff}.admin-main{min-width:0}.admin-topbar{height:72px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fff}.admin-breadcrumb{color:#6b778a;font-size:13px}.admin-profile{display:flex;gap:10px;align-items:center}.admin-profile>div{display:flex;flex-direction:column;gap:2px}.admin-profile strong{font-size:13px}.admin-profile small{color:#778397;font-size:11px}.admin-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e7f1fa;color:#245c8e;font-size:12px;font-weight:800}.admin-menu{display:none;border:0;background:transparent;font-size:23px}.admin-content{width:min(1440px,100%);margin:auto;padding:38px 36px 56px}.admin-title-row{margin-bottom:27px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.admin-title-row .eyebrow{margin:0 0 8px;color:#3a78ac}.admin-title-row h1{margin:0;color:#152238;font:700 clamp(31px,3vw,42px)/1.1 Arial,sans-serif;letter-spacing:-1.2px}.admin-title-row>div>p:last-child{margin:9px 0 0;color:#687589;font-size:15px}.admin-live{padding:9px 13px;display:flex;align-items:center;gap:8px;border:1px solid #d9e5df;border-radius:999px;background:#f4fbf7;color:#317055;font-size:12px;font-weight:700;white-space:nowrap}.admin-live i{width:7px;height:7px;border-radius:50%;background:#2caf77;box-shadow:0 0 0 4px #d9f4e8}.admin-stats{margin-bottom:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.admin-stats article{min-height:126px;padding:20px;display:flex;gap:15px;align-items:flex-start;border:1px solid #e0e6ee;border-radius:13px;background:#fff;box-shadow:0 2px 7px rgba(25,44,67,.035)}.stat-icon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;font-weight:800}.stat-icon.users{background:#e8f1fb;color:#3777ae}.stat-icon.active{background:#e5f7ef;color:#22845c}.stat-icon.suspended{background:#fff0ed;color:#bf503e}.stat-icon.balance{background:#f0eafd;color:#7052b5}.admin-stats article>div:last-child{min-width:0;display:flex;flex-direction:column}.admin-stats span{color:#687589;font-size:12px;font-weight:700}.admin-stats strong{margin:4px 0 2px;overflow:hidden;text-overflow:ellipsis;color:#142033;font-size:27px;letter-spacing:-.7px}.admin-stats small{color:#96a0ae;font-size:10px}.admin-users-panel{overflow:hidden;border:1px solid #e0e6ee;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(20,36,54,.04)}.users-panel-head{padding:21px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e7ebf0}.users-panel-head h2{margin:0 0 5px;font-size:18px}.users-panel-head p{margin:0;color:#758195;font-size:12px}.admin-toolbar{position:relative;width:min(100%,330px);margin:0}.admin-toolbar>span{position:absolute;left:14px;top:9px;color:#758195;font-size:21px}.admin-toolbar input{min-height:42px;padding:9px 14px 9px 41px;border:1px solid #d8dfe8;border-radius:8px;background:#f9fbfc;font-size:13px}.admin-page .table-wrap{overflow-x:auto;border:0;border-radius:0}.admin-page table{min-width:900px}.admin-page th{padding:12px 18px;border-color:#e8edf2;background:#f8fafc;color:#758195;font-size:10px}.admin-page td{padding:16px 18px;border-color:#edf0f4;color:#263348;font-size:13px;vertical-align:middle}.admin-page tbody tr:hover{background:#fbfcfe}.admin-page td strong{font-size:13px}.admin-page td small{margin-top:4px;color:#7d8999;font-size:11px}.admin-page .badge{padding:6px 9px;font-size:10px}.admin-page .admin-actions{justify-content:flex-end}.admin-page .admin-action{min-height:35px;padding:7px 10px;border-radius:7px;font-size:11px}.admin-page .add-funds{border:0;background:#245d8f;color:#fff}.admin-page .suspend-user{border-color:#efc8c1;background:#fff8f7}.admin-page .restore-user{background:#f3fbf7}.sidebar-overlay{display:none}

/* Admin crypto modal */
.funds-modal{width:min(720px,calc(100vw - 28px));max-width:none;padding:0;overflow:hidden;border:0;border-radius:17px;background:transparent}.funds-modal::backdrop{background:rgba(7,17,31,.66);backdrop-filter:blur(3px)}.funds-modal .crypto-dialog{width:100%;max-height:min(880px,calc(100vh - 28px));padding:0;overflow-y:auto;border-radius:17px;background:#fff}.modal-header{position:sticky;z-index:30;top:0;padding:24px 27px;display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid #e6eaf0;background:#fff}.modal-header .modal-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;background:#e9f2fa;color:#286392;font-size:20px}.modal-header .eyebrow{margin:0 0 3px;color:#3979ad;font-size:10px}.modal-header h2{margin:0;color:#152238;font:700 24px Arial,sans-serif}.funds-modal .dialog-close{position:static;width:38px;height:38px;border-radius:8px;color:#687589}.funds-modal .dialog-close:hover{background:#f0f3f7}.recipient-strip{margin:20px 27px 0;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #dce6ef;border-radius:10px;background:#f7fafc}.recipient-strip>div{display:flex;flex-direction:column;gap:3px}.recipient-strip span{color:#718096;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.recipient-strip strong{font-size:12px}.secure-pill{padding:6px 8px;border-radius:999px;background:#e8f7f0!important;color:#247253!important;font-size:9px!important;font-weight:800;white-space:nowrap}.modal-step{margin:20px 27px 0}.step-heading{margin-bottom:12px;display:flex;align-items:center;gap:10px}.step-heading>span{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#173f67;color:#fff;font-size:11px;font-weight:800}.step-heading>div{display:flex;flex-direction:column;gap:2px}.step-heading strong{font-size:13px}.step-heading small{color:#7a8798;font-size:10px}.funds-modal .coin-picker>input{min-height:48px;padding-left:43px;border-color:#d4dce6;font-size:13px}.funds-modal .coin-picker::before{top:9px}.funds-modal .coin-results{position:static;max-height:230px;margin-top:7px;padding:5px;border-color:#dce3eb;box-shadow:none}.funds-modal .coin-option{min-height:48px;padding:7px 10px}.funds-modal .coin-option img{width:31px;height:31px}.funds-modal .coin-option strong{font-size:12px}.funds-modal .coin-option small,.funds-modal .coin-option b{font-size:10px}.funds-modal .selected-coin{min-height:54px}.funds-modal .crypto-amount-grid label,.funds-modal .modal-step>label{margin:0;color:#354257;font-size:11px}.funds-modal .crypto-amount-grid input,.funds-modal .modal-step>label input{min-height:48px;margin-top:7px;border-color:#d4dce6;font-size:13px}.funds-modal .usd-preview{min-height:74px}.funds-modal .usd-preview strong{font-size:20px}.funds-modal .quote-notice{margin:18px 27px 0;padding:11px 13px;display:flex;gap:9px;background:#f4f8fc;color:#52677d}.funds-modal .quote-notice>span{width:18px;height:18px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#dcebf7;color:#286392;font-weight:800}.funds-modal .form-message{margin:12px 27px 0}.modal-actions{position:sticky;bottom:0;margin-top:20px;padding:17px 27px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e6eaf0;background:#fff}.modal-cancel,.modal-confirm{width:auto;min-height:43px;padding:0 18px;border-radius:8px;font-size:12px}.modal-cancel{border:1px solid #d1d9e3;background:#fff;color:#536176;font-weight:700;cursor:pointer}.modal-confirm{display:flex;gap:8px;align-items:center;background:#245d8f}.modal-confirm span{font-size:18px}

@media(max-width:1050px){.admin-app{grid-template-columns:210px minmax(0,1fr)}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-content{padding:30px 24px}.admin-sidebar{padding-left:12px;padding-right:12px}}
@media(max-width:720px){.admin-app{display:block}.admin-sidebar{position:fixed;z-index:100;left:0;top:0;width:260px;transform:translateX(-100%);transition:transform .2s ease}.admin-menu-open .admin-sidebar{transform:translateX(0)}.sidebar-overlay{position:fixed;z-index:90;inset:0;display:block;background:rgba(5,14,27,.55)}.sidebar-overlay[hidden]{display:none}.admin-menu{display:block}.admin-topbar{height:62px;padding:0 16px}.admin-breadcrumb{display:none}.admin-content{padding:24px 14px 40px}.admin-title-row{align-items:flex-start}.admin-live{display:none}.admin-title-row h1{font-size:29px}.admin-title-row>div>p:last-child{font-size:13px;line-height:1.5}.admin-stats{grid-template-columns:1fr 1fr;gap:10px}.admin-stats article{min-height:110px;padding:14px;gap:10px}.stat-icon{width:34px;height:34px}.admin-stats strong{font-size:22px}.users-panel-head{padding:17px;align-items:stretch;flex-direction:column}.admin-toolbar{width:100%}.admin-page .table-wrap{overflow:visible}.admin-page table{min-width:0}
.admin-page table,.admin-page tbody,.admin-page tr,.admin-page td{display:block;min-width:0}
.admin-page thead{display:none}
.admin-page tbody{padding:12px}
.admin-page tbody tr{margin-bottom:12px;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:14px 12px;border:1px solid #e4e9f0;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(20,36,54,.04)}
.admin-page tbody tr:last-child{margin-bottom:0}
.admin-page tbody tr:hover{background:#fff}
.admin-page td{padding:0;border:0}
.admin-page td:nth-child(1),.admin-page td:nth-child(6){grid-column:1/-1}
.admin-page td:nth-child(1){padding-bottom:13px;border-bottom:1px solid #eef1f5}
.admin-page td:nth-child(1) strong{font-size:15px;color:#17253a}
.admin-page td:nth-child(1) small{margin-top:3px;color:#7a8595;font-size:12px;word-break:break-all}
.admin-page td:nth-child(2)::before{content:'Contact'}
.admin-page td:nth-child(3)::before{content:'Joined'}
.admin-page td:nth-child(4)::before{content:'Status'}
.admin-page td:nth-child(5)::before{content:'Balance'}
.admin-page td:nth-child(2)::before,.admin-page td:nth-child(3)::before,.admin-page td:nth-child(4)::before,.admin-page td:nth-child(5)::before{display:block;margin-bottom:5px;color:#94a0ae;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.admin-page td:nth-child(2),.admin-page td:nth-child(3){font-size:12.5px;color:#33415a}
.admin-page td:nth-child(3) small{display:block;margin-top:3px;color:#8a95a4;font-size:11px}
.admin-page td:nth-child(5){text-align:left}
.admin-page td:nth-child(5).balance-cell{font-size:19px;font-weight:800;color:#14233a}
.admin-page td:nth-child(6){margin-top:2px}
.admin-page .admin-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.admin-page .admin-action{flex:none;width:100%;min-height:40px;padding:0 6px;border-radius:9px;font-size:12px}.funds-modal{width:calc(100vw - 16px)}.funds-modal .crypto-dialog{max-height:calc(100vh - 16px)}.modal-header{padding:18px;grid-template-columns:39px 1fr auto}.modal-header .modal-icon{width:39px;height:39px}.recipient-strip,.modal-step{margin-left:18px;margin-right:18px}.funds-modal .quote-notice{margin-left:18px;margin-right:18px}.funds-modal .crypto-amount-grid{grid-template-columns:1fr}.modal-actions{padding:14px 18px}.modal-cancel,.modal-confirm{flex:1;padding:0 10px}.admin-profile>div{display:none}}
@media(max-width:430px){.admin-stats{grid-template-columns:1fr}.admin-stats article{min-height:92px;align-items:center}.recipient-strip{align-items:flex-start;flex-direction:column}.secure-pill{align-self:flex-start}.modal-header h2{font-size:20px}}

/* Admin routed views and connected wallets */
.admin-page [hidden]{display:none!important}.view-heading{margin-bottom:25px}.view-heading .eyebrow{margin:0 0 8px;color:#3a78ac}.view-heading h1{margin:0;color:#152238;font:700 clamp(31px,3vw,42px)/1.1 Arial,sans-serif;letter-spacing:-1.2px}.view-heading p{margin:9px 0 0;color:#687589;font-size:15px}.wallet-summary{margin-bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.wallet-summary article{padding:18px 20px;display:flex;flex-direction:column;border:1px solid #e0e6ee;border-radius:12px;background:#fff}.wallet-summary span{color:#738095;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.wallet-summary strong{margin-top:7px;color:#17253a;font-size:25px}.wallet-card-grid{padding:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.admin-wallet-card{position:relative;min-width:0;display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid #e4e9f0;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(20,36,54,.04);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.wallet-card-remove{position:absolute;right:10px;top:10px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#9aa6b4;font-size:17px;line-height:1;cursor:pointer;transition:all .14s ease}
.wallet-card-remove:hover{background:#fdecec;color:#c0392b}
.wallet-card-remove:disabled{opacity:.5;cursor:not-allowed}
.admin-wallet-card .wallet-type-badge{margin-right:22px}
.admin-wallet-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,36,54,.1);border-color:#cfdae8}
.wallet-card-top{display:flex;align-items:flex-start;gap:12px}
.wallet-network-icon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;font-size:18px;background:linear-gradient(160deg,#e9f2fb,#dbe9f7);color:#286493}
.admin-wallet-card.is-seed .wallet-network-icon{background:linear-gradient(160deg,#fdf1dc,#f9e6c4);color:#a86f1c}
.wallet-card-top>div{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}
.wallet-card-top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17253a;font-size:14px}
.wallet-card-top small{color:#748193;font-size:11px}
.wallet-type-badge{flex:0 0 auto;align-self:center;padding:4px 9px;border-radius:999px;background:#eef2f7;color:#5c6b7d;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.admin-wallet-card.is-seed .wallet-type-badge{background:#fbefd9;color:#9a6716}
.admin-wallet-card>code{margin:0;padding:11px 13px;display:block;overflow:hidden;text-overflow:ellipsis;border:1px solid #e6ebf1;border-radius:9px;background:#f6f8fb;color:#4d5c70;font:12px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:nowrap}
.seed-phrase-revealed{margin:0;padding:12px 14px;border:1px solid #e9d6a8;border-radius:10px;background:#fdf6e7;color:#5b4a24;font:600 12px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-word}
.admin-reveal-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;padding:0 14px;border:0;border-radius:10px;background:linear-gradient(135deg,#2f74ac,#1f5c8f);color:#fff;font:700 12.5px Arial,sans-serif;letter-spacing:.01em;cursor:pointer;box-shadow:0 6px 16px rgba(31,92,143,.22);transition:filter .15s ease,transform .12s ease}
.admin-reveal-button:hover{filter:brightness(1.06)}
.admin-reveal-button:active{transform:translateY(1px)}
.admin-reveal-button.is-locked{background:#eef1f5;color:#8592a2;box-shadow:none;cursor:pointer}
.admin-reveal-button.is-locked:hover{filter:none;background:#e7ebf0}
.wallet-card-foot{margin-top:auto;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eef1f5}
.wallet-owner{min-width:0;display:flex;flex-direction:column;gap:2px;color:#26364a;text-decoration:none}
.wallet-owner:hover strong{color:#286493}
.wallet-owner strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.wallet-owner small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d8999;font-size:10px}
.wallet-card-date{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:#f1f4f8;color:#6b7889;font-size:10px;font-weight:600;white-space:nowrap}
.wallet-card-date>span{font-size:9px;line-height:1}.wallet-empty{grid-column:1/-1;padding:45px 20px;color:#7d8999;text-align:center;font-size:12px}@media(max-width:1100px){.wallet-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.view-heading h1{font-size:29px}.view-heading p{font-size:13px;line-height:1.5}.wallet-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.wallet-summary article{min-width:0;padding:13px 12px}.wallet-summary span{overflow-wrap:anywhere;font-size:8.5px;letter-spacing:.03em}.wallet-summary strong{margin-top:5px;font-size:20px}.wallet-card-grid{grid-template-columns:1fr}}@media(max-width:430px){.wallet-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.wallet-summary article{padding:11px 9px}.wallet-summary span{font-size:8px}.wallet-summary strong{font-size:17px}}

/* Standalone sign-in experience */
.signin-page{background:#f6f3eb;color:#121827;min-height:100vh}.signin-header{height:82px;padding:0 max(5.5vw,28px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8e6df;box-shadow:0 1px 5px rgba(25,32,42,.04)}.signin-logo{color:#05080d;text-decoration:none;font-size:27px;line-height:1;font-weight:800;letter-spacing:-1.2px}.signin-back{display:inline-flex;align-items:center;gap:8px;color:#4b5563;text-decoration:none;font-size:16px}.signin-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.signin-main{min-height:calc(100vh - 82px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 20px 34px}.signin-card{width:min(100%,620px);padding:54px 54px 46px;background:#fff;border-radius:20px;box-shadow:0 24px 58px rgba(40,39,34,.16)}.signin-intro{text-align:center;margin-bottom:38px}.signin-intro h1{margin:0 0 12px;color:#111827;font:700 42px/1.12 Arial,sans-serif;letter-spacing:-1.4px}.signin-intro p{margin:0;color:#4b5563;font-size:22px}.signin-field{margin-bottom:28px}.signin-field label{margin-bottom:11px;color:#283246;font-size:17px;font-weight:700}.signin-input-wrap{position:relative}.signin-input-wrap>svg{position:absolute;left:19px;top:50%;transform:translateY(-50%);width:22px;height:22px;color:#9ca3af;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.signin-input-wrap input{min-height:70px;padding:14px 56px 14px 58px;border:2px solid #e1e4e9;border-radius:10px;color:#202735;font-size:19px;box-shadow:inset 0 1px 2px rgba(0,0,0,.02)}.signin-input-wrap input::placeholder{color:#a6adba}.signin-input-wrap input:focus{border-color:#4f86b4;outline:3px solid rgba(79,134,180,.14)}.password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;color:#9ca3af;cursor:pointer}.password-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.signin-options{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 31px;color:#5f6877;font-size:16px}.remember-control{display:flex;align-items:center;gap:10px;margin:0;font-weight:400;cursor:pointer}.remember-control input{width:21px;min-height:21px;margin:0;accent-color:#4f86b4}.signin-options a,.signin-create a{color:#4f86b4;text-decoration:none;font-weight:700}.signin-options a:hover,.signin-create a:hover{text-decoration:underline}.signin-submit{width:100%;min-height:68px;display:flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:999px;background:#4f86b4;color:#fff;font-size:23px;font-weight:700;cursor:pointer;transition:background .18s,transform .18s}.signin-submit:hover{background:#4278a5}.signin-submit:active{transform:translateY(1px)}.signin-submit:disabled{opacity:.65;cursor:wait}.signin-submit svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.signin-create{margin:38px 0 32px;text-align:center;color:#4b5563;font-size:16px}.signin-security{min-height:52px;padding-top:29px;border-top:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;gap:9px;color:#697386;font-size:14px}.signin-security svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.signin-footer{margin-top:34px;color:#687386;font-size:15px}.signin-card .message{margin-top:-18px}
@media(max-width:640px){.signin-header{height:68px;padding:0 20px}.signin-logo{font-size:24px}.signin-back{font-size:15px}.signin-main{width:100%;min-width:0;min-height:calc(100vh - 68px);justify-content:flex-start;overflow-x:hidden;padding:28px 16px 24px}.signin-card{width:100%;min-width:0;max-width:100%;padding:34px 22px 30px;border-radius:16px}.signin-intro{margin-bottom:30px}.signin-intro h1{font-size:34px}.signin-intro p{font-size:18px}.signin-field{margin-bottom:22px}.signin-input-wrap,.signin-input-wrap input{min-width:0;max-width:100%}.signin-input-wrap input{min-height:60px;font-size:16px}.signin-options{gap:8px;font-size:13px;white-space:nowrap}.signin-submit{min-height:60px;font-size:20px}.signin-create{margin:30px 0 26px;line-height:1.5}.signin-security{font-size:13px;text-align:center}.signin-footer{margin-top:25px;font-size:13px}}

/* Refined compact proportions from the supplied reference. */
@media(min-width:641px){
  .signin-card{width:min(100%,500px);padding:42px 44px 38px;border-radius:18px}
  .signin-intro{margin-bottom:30px}.signin-intro h1{font-size:34px}.signin-intro p{font-size:18px}
  .signin-field{margin-bottom:22px}.signin-field label{margin-bottom:9px;font-size:15px}
  .signin-input-wrap>svg{left:16px;width:19px;height:19px}
  .signin-input-wrap input{min-height:56px;padding:11px 48px;font-size:16px}
  .password-toggle{right:9px;width:38px;height:38px}.password-toggle svg{width:19px;height:19px}
  .signin-options{gap:16px;margin-bottom:25px;font-size:14px}.remember-control{gap:8px}.remember-control input{width:18px;min-height:18px}
  .signin-submit{min-height:56px;gap:8px;font-size:19px}.signin-submit svg{width:21px;height:21px}
  .signin-create{margin:30px 0 26px;font-size:14px}.signin-security{min-height:45px;padding-top:23px;font-size:13px}.signin-footer{margin-top:28px;font-size:14px}
}

/* Trust creation wizard */
.wizard-page{background:#f6f3eb;color:#111827;min-height:100vh;padding-bottom:104px}.wizard-header{height:86px;padding:0 max(5.5vw,32px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #ececef}.wizard-logo{color:#05080d;text-decoration:none;font-size:27px;font-weight:800;letter-spacing:-1.2px}.wizard-close{color:#465264;text-decoration:none;font-size:36px;line-height:1}.wizard-progress{height:150px;padding:24px 20px 18px;display:flex;align-items:center;justify-content:center;background:#fff}.progress-step{width:104px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#374151}.progress-step span{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;background:#e2e5e9;color:#fff;font-size:18px;font-weight:700}.progress-step strong{font-size:14px;font-weight:500;white-space:nowrap}.progress-step.active span{background:#4f86b4}.wizard-progress>i{width:124px;height:4px;margin:0 24px 24px;background:#e5e7eb}.wizard-main{min-height:calc(100vh - 236px);padding:40px 20px 70px}.wizard-card{width:min(100%,980px);margin:0 auto;padding:66px 66px 64px;background:#fff;border-radius:18px;box-shadow:0 18px 35px rgba(36,38,42,.13)}.wizard-title{text-align:center;margin-bottom:45px}.wizard-title h1{margin:0 0 14px;font:700 42px/1.12 Arial,sans-serif;letter-spacing:-1px}.wizard-title p{margin:0;color:#566173;font-size:22px}.trust-options{display:grid;grid-template-columns:1fr 1fr;gap:28px}.trust-option{position:relative;min-height:295px;margin:0;padding:34px;border:3px solid #e2e5e9;border-radius:18px;cursor:pointer}.trust-option input{position:absolute;opacity:0;pointer-events:none}.option-radio{position:absolute;right:28px;top:30px;width:30px;height:30px;border:3px solid #d6dae0;border-radius:50%}.trust-option input:checked~.option-radio{border-color:#4f86b4;box-shadow:inset 0 0 0 7px #fff;background:#4f86b4}.trust-option:has(input:checked){border-color:#4f86b4;background:#fbfdff}.option-icon{width:72px;height:72px;margin-bottom:24px;display:grid;place-items:center;border-radius:14px;background:#4f86b4;color:#fff}.option-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-option>strong{display:block;margin-bottom:14px;font-size:25px}.trust-option p{min-height:56px;margin:0 0 22px;color:#536072;font-size:17px;line-height:1.45}.trust-option b{color:#12a64a;font-size:19px}.trust-option b span{display:inline-grid;width:20px;height:20px;margin-right:7px;place-items:center;border-radius:50%;background:#12a64a;color:#fff;font-size:13px}.wizard-info{display:flex;gap:12px;margin-top:38px;padding:22px;border:1px solid #b9d6ff;border-radius:10px;background:#eaf3ff;color:#244cb7;font-size:16px;line-height:1.45}.wizard-info>span{font-size:15px}.wizard-info p{margin:0}.wizard-actions{position:fixed;z-index:100;left:0;right:0;bottom:0;height:104px;padding:0 max(calc((100vw - 980px)/2),28px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);border-top:1px solid #dfe2e6;box-shadow:0 -8px 24px rgba(0,0,0,.06)}.wizard-actions button{min-height:56px;padding:0 28px;border-radius:999px;font-size:18px;font-weight:700;cursor:pointer}.wizard-back{border:2px solid #d6dae0;background:#fff;color:#465264}.wizard-next{border:0;background:#4f86b4;color:#fff}.personal-form{display:flex;flex-direction:column;gap:25px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}.wizard-field{min-width:0}.wizard-field label{margin-bottom:10px;color:#2d3748;font-size:15px}.wizard-field input,.wizard-field select{width:100%;min-height:58px;padding:12px 18px;border:2px solid #e1e4e9;border-radius:9px;background:#fff;color:#202735;font:16px Arial,sans-serif}.wizard-field input:focus,.wizard-field select:focus{outline:3px solid rgba(79,134,180,.14);border-color:#4f86b4}.wizard-field small{display:block;margin-top:6px;color:#687386;font-size:13px}.wizard-step[hidden]{display:none!important}
@media(max-width:760px){.wizard-page{padding-bottom:84px}.wizard-header{height:68px;padding:0 20px}.wizard-progress{height:112px;padding:14px 10px}.progress-step{width:70px}.progress-step span{width:42px;height:42px}.progress-step strong{font-size:10px}.wizard-progress>i{width:28px;margin:0 5px 20px}.wizard-main{padding:24px 14px 50px}.wizard-card{padding:34px 20px;border-radius:14px}.wizard-title{margin-bottom:30px}.wizard-title h1{font-size:30px}.wizard-title p{font-size:17px}.trust-options{grid-template-columns:1fr;gap:18px}.trust-option{min-height:240px;padding:26px}.option-icon{width:58px;height:58px}.trust-option>strong{font-size:22px}.trust-option p{font-size:15px}.wizard-info{margin-top:24px;padding:16px;font-size:14px}.wizard-actions{height:84px;padding:0 18px}.wizard-actions button{min-height:48px;padding:0 21px;font-size:16px}.field-row{grid-template-columns:1fr;gap:25px}.personal-form{gap:21px}}
.trust-option p{font-weight:400}

/* Moderated signup wizard sizing. */
@media(min-width:761px){
  .wizard-progress{height:132px;padding:20px 20px 14px}
  .progress-step{width:92px;gap:6px}.progress-step span{width:48px;height:48px;border-radius:8px;font-size:16px}.progress-step strong{font-size:13px}
  .wizard-progress>i{width:104px;height:3px;margin:0 20px 20px}
  .wizard-main{min-height:calc(100vh - 218px);padding:34px 20px 62px}
  .wizard-card{width:min(100%,840px);padding:48px 50px 50px;border-radius:16px}
  .wizard-title{margin-bottom:34px}.wizard-title h1{font-size:34px}.wizard-title p{font-size:18px}
  .trust-options{gap:22px}.trust-option{min-height:235px;padding:26px;border-width:2px;border-radius:14px}
  .option-radio{right:22px;top:22px;width:25px;height:25px;border-width:2px}.option-icon{width:58px;height:58px;margin-bottom:18px;border-radius:11px}.option-icon svg{width:29px;height:29px}
  .trust-option>strong{margin-bottom:10px;font-size:21px}.trust-option p{min-height:48px;margin-bottom:17px;font-size:15px}.trust-option b{font-size:16px}
  .wizard-info{margin-top:28px;padding:17px;font-size:14px}
  .personal-form{gap:19px}.field-row{gap:20px}.wizard-field label{margin-bottom:7px;font-size:14px}
  .wizard-field input,.wizard-field select{min-height:50px;padding:10px 15px;border-width:1.5px;border-radius:8px;font-size:15px}
  .wizard-field small{margin-top:5px;font-size:12px}
  .wizard-page{padding-bottom:86px}.wizard-actions{height:86px;padding:0 max(calc((100vw - 840px)/2),24px)}
  .wizard-actions button{min-height:48px;padding:0 23px;font-size:16px}
}

/* Beneficiaries and review steps */
.myself-option{display:flex;align-items:flex-start;gap:12px;margin:0 0 24px;padding:18px 22px;border-radius:10px;background:linear-gradient(90deg,#eef2ff,#faf0ff);font-weight:400}.myself-option input{width:20px;min-height:20px;margin-top:2px}.myself-option span{display:flex;flex-direction:column;gap:5px}.myself-option strong{font-size:16px}.myself-option small{color:#667085;font-size:14px}.beneficiary-card{position:relative;margin:0 0 24px;padding:28px;border:2px solid #c7d2fe;border-radius:12px;background:linear-gradient(110deg,#f2f5ff,#fbf7ff)}.beneficiary-card legend{padding:0;font-size:17px;font-weight:700}.beneficiary-card .field-row{margin-top:20px}.beneficiary-card>.wizard-field{margin-top:20px}.primary-badge{position:absolute;right:24px;top:22px;padding:6px 14px;border-radius:999px;background:#5146e5;color:#fff;font-size:12px;font-weight:700}.remove-beneficiary{position:absolute;right:22px;top:16px;width:32px;height:32px;border:0;border-radius:50%;background:#fee2e2;color:#9b1c1c;font-size:22px;cursor:pointer}.add-beneficiary{width:100%;min-height:58px;border:2px dashed #cfd4dc;border-radius:10px;background:#fff;color:#5146e5;font-size:17px;font-weight:700;cursor:pointer}.allocation-note{display:flex;align-items:center;gap:12px;margin-top:24px;padding:18px;border:1px solid #f3ce65;border-radius:9px;background:#fffae8;color:#9a4311}.allocation-note p{margin:0}.allocation-note b.valid{color:#0f9f48}.review-step{padding-bottom:42px}.review-summary{display:flex;flex-direction:column;gap:20px}.review-summary section{padding:22px 24px;border:2px solid #e2e5e9;border-radius:10px}.review-summary h2{margin:0 0 14px;color:#183e91;font-size:18px}.review-summary p{margin:8px 0;color:#3d4758;font-size:15px;line-height:1.4}.terms-box{display:flex;align-items:flex-start;gap:12px;margin:22px 0;padding:20px 22px;border:2px solid #e2e5e9;border-radius:10px;background:#fafafa;font-weight:400;line-height:1.45}.terms-box input{width:20px;min-height:20px;margin-top:2px}.terms-box a{color:#183e91;font-weight:700}.free-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border-radius:10px;background:#0aa456;color:#fff}.free-banner>div{display:flex;flex-direction:column;gap:12px}.free-banner>div strong{font-size:18px}.free-banner>div span{font-size:14px}.free-banner>b{font-size:29px}.free-banner>b span{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#fff;color:#0aa456;font-size:18px}.review-step .message{margin-top:20px}
@media(max-width:760px){.beneficiary-card{padding:22px 18px}.beneficiary-card .field-row{grid-template-columns:1fr}.primary-badge{right:16px}.review-summary section{padding:18px}.terms-box{padding:17px}.free-banner{align-items:flex-start;flex-direction:column}.free-banner>b{font-size:24px}}

/* Successful trust creation modal */
.success-modal{position:fixed;z-index:1000;inset:0;padding:24px;display:grid;place-items:center;background:rgba(17,24,39,.58);backdrop-filter:blur(1px)}.success-modal[hidden]{display:none}.success-dialog{width:min(100%,560px);padding:46px 42px 40px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.28)}.success-check{width:100px;height:100px;margin:0 auto 30px;display:grid;place-items:center;border-radius:50%;background:#d6fbe5;color:#0eaa55;font-size:56px;font-weight:700}.success-dialog h2{margin:0 0 18px;font-size:30px}.success-dialog .trust-id{margin:0 0 20px;color:#4b5563;font-size:20px}.success-dialog>p:not(.trust-id){margin:0 auto 30px;max-width:420px;color:#5f6877;font-size:17px;line-height:1.5}.success-dialog>a{min-height:58px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#4f86b4;color:#fff;text-decoration:none;font-size:20px;font-weight:700}.modal-open{overflow:hidden}.signin-message.success{display:block;margin:0 0 24px;padding:16px 18px;border:1px solid #a7efc7;background:#eafff2;color:#236d46;line-height:1.45}.signin-message.error{display:block;margin:0 0 24px}
@media(max-width:600px){.success-dialog{padding:36px 24px 28px}.success-check{width:82px;height:82px;margin-bottom:24px;font-size:46px}.success-dialog h2{font-size:25px}.success-dialog .trust-id{font-size:17px}.success-dialog>a{min-height:54px;font-size:18px}}
