:root{font-family:Public Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fa;font-synthesis:none;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #eff6ff;--border: #e2e7ef;--muted: #687386;--surface: #ffffff;--sidebar: #f8fafc;--danger: #dc2626;--success: #15803d;--warning: #b45309}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}a{color:inherit}code{font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:244px;flex-direction:column;border-right:1px solid var(--border);background:var(--sidebar)}.sidebar-brand{display:flex;height:58px;flex:0 0 58px;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:0 16px}.brand-mark{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:7px;background:#172033;color:#fff}.sidebar-brand>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.sidebar-brand strong{font-size:14px;line-height:17px}.sidebar-brand span{color:var(--muted);font-size:10px;line-height:14px;text-transform:uppercase}.sidebar-close{display:none!important;margin-left:auto}.sidebar nav{flex:1;overflow-y:auto;padding:12px 10px 20px}.nav-group{margin-bottom:18px}.nav-group h2{margin:0 8px 6px;color:#8a94a5;font-size:10px;font-weight:700;line-height:18px;text-transform:uppercase}.nav-group button{position:relative;display:flex;width:100%;height:36px;align-items:center;gap:10px;margin:2px 0;border:0;border-radius:6px;background:transparent;color:#4a5568;padding:0 10px;text-align:left}.nav-group button:hover{background:#edf1f6;color:#172033}.nav-group button.active{background:#e8effd;color:#1d4ed8;font-weight:600}.nav-group button i{position:absolute;right:0;width:3px;height:18px;border-radius:2px 0 0 2px;background:var(--primary)}.sidebar-user{display:flex;min-height:66px;align-items:center;gap:10px;border-top:1px solid var(--border);padding:10px 14px}.avatar{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid #cdd6e4;border-radius:50%;background:#fff;color:#1e3a5f;font-size:13px;font-weight:700}.avatar.small{width:28px;height:28px;flex-basis:28px;font-size:11px}.sidebar-user>div:last-child{display:flex;min-width:0;flex-direction:column}.sidebar-user strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sidebar-user span{color:var(--muted);font-size:10px}.app-main{width:calc(100% - 244px);min-width:0;margin-left:244px}.app-header{position:sticky;top:0;z-index:20;display:flex;height:58px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fffffff5;padding:0 22px}.header-left{display:flex;align-items:center;gap:10px}.header-left>div:last-child{display:flex;flex-direction:column}.header-left strong{font-size:14px;line-height:17px}.header-context{color:var(--muted);font-size:10px;line-height:14px}.header-actions{display:flex;align-items:center;gap:10px}.search-trigger{display:flex;width:220px;height:32px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:#f8fafc;color:var(--muted);padding:0 9px;text-align:left}.search-trigger span{flex:1;font-size:12px}kbd{border:1px solid #d5dbe5;border-radius:4px;background:#fff;padding:1px 6px;color:#7a8495;font-size:10px}.profile-menu{position:relative}.profile-trigger{display:flex;height:36px;align-items:center;gap:7px;border:0;border-radius:6px;background:transparent;padding:4px 5px}.profile-trigger:hover{background:#f0f3f7}.profile-trigger span{max-width:120px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-popover{position:absolute;top:42px;right:0;z-index:40;width:220px;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff;box-shadow:0 12px 32px #1e2a4324}.profile-popover>div{display:flex;flex-direction:column;border-bottom:1px solid var(--border);padding:12px}.profile-popover strong{font-size:13px}.profile-popover span{color:var(--muted);font-size:11px}.profile-popover button{display:flex;width:100%;height:38px;align-items:center;gap:9px;border:0;background:#fff;padding:0 12px;color:#374151;font-size:12px}.profile-popover button:hover{background:#f4f6f9}.mobile-menu{display:none!important}.content-area{min-height:calc(100vh - 58px)}.page{width:100%;padding:22px}.page-heading{display:flex;min-height:54px;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.page-heading h1{margin:0;font-size:21px;font-weight:650;line-height:29px}.page-heading p{max-width:760px;margin:3px 0 0;color:var(--muted);font-size:12px;line-height:18px}.page-actions,.panel-actions{display:flex;align-items:center;gap:8px}.page-content{display:flex;flex-direction:column;gap:16px}.panel{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.panel-heading{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding:10px 15px}.panel-heading h2{margin:0;font-size:13px;font-weight:650;line-height:19px}.panel-heading p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:16px}.panel-body{padding:15px}.panel-body>.table-wrap{margin:-15px}.button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:600;line-height:18px;text-decoration:none}.button.default{background:var(--primary);color:#fff}.button.default:hover{background:var(--primary-hover)}.button.outline{border-color:#d9e0ea;background:#fff;color:#334155}.button.outline:hover{background:#f6f8fb}.button.ghost{background:transparent;color:#315b9d;padding-inline:8px}.button.ghost:hover{background:var(--primary-soft)}.icon-button{display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:0;border-radius:6px;background:transparent;color:#64748b}.icon-button:hover{background:#eef2f7;color:#243148}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat{display:flex;min-height:104px;align-items:center;gap:13px;border:1px solid var(--border);border-radius:7px;background:#fff;padding:16px}.stat-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:7px;background:#eaf2ff;color:#2563eb}.stat-icon.green{background:#eaf8ef;color:#15803d}.stat-icon.violet{background:#f2edff;color:#6d49b8}.stat-icon.amber{background:#fff5df;color:#a15c09}.stat>div:last-child{display:flex;min-width:0;flex-direction:column}.stat span{color:var(--muted);font-size:11px}.stat strong{margin:2px 0;overflow-wrap:anywhere;font-size:17px;font-weight:650;font-variant-numeric:tabular-nums;line-height:21px}.stat small{color:#8892a2;font-size:10px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{height:38px;background:#f8fafc;color:#687386;font-size:10px;font-weight:650;text-align:left;text-transform:uppercase;white-space:nowrap}th,td{border-bottom:1px solid #e8ecf2;padding:8px 12px;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfe}td{height:49px;color:#344054}td code{display:inline-block;max-width:250px;overflow:hidden;color:#30486b;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.truncate-cell{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-subtitle{display:block;margin-top:2px;color:var(--muted);font-size:10px}.table-link{color:#1d57a5;font-weight:600;text-decoration:none}.table-link:hover{text-decoration:underline}.row-actions{display:flex;align-items:center;gap:3px;white-space:nowrap}.danger-icon,.remove-button{display:inline-grid;width:30px;height:30px;place-items:center;border:0;border-radius:5px;background:transparent;color:#b42318}.danger-icon:hover,.remove-button:hover{background:#fff0f0}.file-name,.key-configured{display:flex;align-items:center;gap:7px}.key-configured{color:#38624a}.status-badge{display:inline-flex;min-height:22px;align-items:center;border:1px solid #d8dee8;border-radius:12px;background:#f7f8fa;color:#596579;padding:2px 8px;font-size:10px;font-weight:650;line-height:16px;text-transform:capitalize;white-space:nowrap}.status-badge.enabled,.status-badge.completed,.status-badge.active,.status-badge.success,.status-badge.charged{border-color:#b9e3c8;background:#eef9f2;color:#14713a}.status-badge.failed,.status-badge.expired,.status-badge.exhausted,.status-badge.refunded{border-color:#f1c1c1;background:#fff2f2;color:#b42318}.status-badge.used,.status-badge.disabled{border-color:#d8dee8;background:#f3f5f7;color:#687386}.status-badge.processing,.status-badge.queued,.status-badge.reserve{border-color:#bfcef2;background:#f0f5ff;color:#2756a4}.status-badge.adjustment,.status-badge.refund,.status-badge.charge{border-color:#ead7ad;background:#fff8e7;color:#8a5305}.status-badge.root{border-color:#d4c5ee;background:#f6f1ff;color:#6941a5}.field{display:flex;min-width:0;flex-direction:column;gap:6px;color:#344054;font-size:12px;font-weight:600}.field small{color:var(--muted);font-size:10px;font-weight:400;line-height:15px}input,textarea,select{width:100%;border:1px solid #d7dee8;border-radius:6px;outline:none;background:#fff;color:#253047;padding:8px 10px;font-size:12px}input,select{min-height:36px}textarea{resize:vertical;line-height:19px}input:focus,textarea:focus,select:focus{border-color:#7aa2e8;box-shadow:0 0 0 3px #2563eb17}input[type=checkbox]{width:17px;min-height:17px;accent-color:var(--primary)}input[type=range]{border:0;box-shadow:none;padding:0;accent-color:var(--primary)}.form-stack{display:flex;flex-direction:column;gap:15px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.switch-row{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:6px;padding:8px 10px}.switch-row>span{display:flex;flex-direction:column}.switch-row strong{font-size:12px}.switch-row small{margin-top:2px;color:var(--muted);font-size:10px}.switch-row input{flex:0 0 17px}.compact-select{width:auto;min-width:130px;min-height:32px;padding-block:5px}.muted{color:var(--muted);font-size:11px}.loading,.empty-state{display:flex;min-height:170px;align-items:center;justify-content:center;color:var(--muted)}.loading{gap:8px;font-size:12px}.empty-state{flex-direction:column;gap:7px}.empty-state strong{color:#485466;font-size:13px}.empty-state span{font-size:11px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-notice{display:flex;align-items:flex-start;gap:7px;border:1px solid #f1c7c7;border-radius:6px;background:#fff5f5;color:#a72525;padding:9px 10px;font-size:11px;line-height:17px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border:1px solid var(--border);border-radius:7px;background:#f3f5f8;padding:3px}.segmented button{height:34px;border:0;border-radius:5px;background:transparent;color:#657084;font-size:12px}.segmented button.active{background:#fff;color:#1e4f99;font-weight:650;box-shadow:0 1px 3px #1e2a431a}.create-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px}.create-main{display:flex;min-width:0;flex-direction:column;gap:16px}.create-settings{position:sticky;top:80px}.upload-zone{position:relative;display:flex;min-height:142px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px dashed #aebbd0;border-radius:7px;background:#f9fbfd;color:#64748b}.upload-zone:hover{border-color:#638bd0;background:#f5f8ff}.upload-zone strong{color:#344054;font-size:12px}.upload-zone span{font-size:10px}.upload-zone input{position:absolute;inset:0;cursor:pointer;opacity:0}.media-list{display:flex;flex-direction:column;gap:7px;margin-top:12px}.media-item{display:grid;grid-template-columns:34px minmax(0,1fr) 110px 30px;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;padding:8px}.file-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:#eef3fa;color:#4a6793}.file-icon svg{width:17px}.media-item>div:nth-child(2){display:flex;min-width:0;flex-direction:column}.media-item strong,.media-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-item strong{font-size:11px}.media-item span{color:var(--muted);font-size:9px}.media-item select{min-height:30px;padding:4px 7px}.range-row{display:grid;grid-template-columns:1fr 46px;align-items:center;gap:8px}.range-row strong{color:#334155;font-size:11px;text-align:right}.quote-box{display:grid;grid-template-columns:1fr auto;gap:3px;border:1px solid #dbe3ef;border-radius:6px;background:#f8fafc;padding:10px}.quote-box span{color:var(--muted);font-size:10px}.quote-box strong{grid-column:1 / -1;font-size:17px}.quote-box button{justify-self:start;border:0;background:transparent;color:#245aa8;padding:2px 0;font-size:10px}.overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:#141d2d6b}.drawer{display:flex;width:min(540px,94vw);height:100%;flex-direction:column;background:#fff;box-shadow:-12px 0 35px #11182726}.drawer>header,.dialog>header{display:flex;min-height:70px;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);padding:16px 18px}.drawer h2,.dialog h2{margin:0;font-size:16px;line-height:23px}.drawer header p,.dialog header p{margin:3px 0 0;color:var(--muted);font-size:11px;line-height:17px}.drawer-body{flex:1;overflow-y:auto;padding:18px}.drawer>footer,.dialog>footer{display:flex;min-height:62px;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--border);padding:12px 18px}.dialog-overlay{align-items:center;justify-content:center;padding:16px}.dialog{width:min(500px,96vw);max-height:90vh;overflow-y:auto;border-radius:8px;background:#fff;box-shadow:0 22px 70px #11182740}.dialog-body{padding:18px}.secret-box{display:flex;align-items:center;gap:8px;border:1px solid #bed2f2;border-radius:6px;background:#f4f8ff;padding:10px}.secret-box code{flex:1;overflow-wrap:anywhere;color:#1e4f99}.secret-box button{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:0;border-radius:5px;background:#fff;color:#315b9d}.result-success{display:grid;justify-items:center;gap:9px;padding:6px 0}.result-success>div{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#e9f8ef;color:#15803d}.result-success span{color:var(--muted);font-size:11px}.result-success code{max-width:100%;overflow-wrap:anywhere;color:#253858}.checkbox-list{display:flex;max-height:190px;flex-direction:column;gap:0;overflow-y:auto;border:1px solid var(--border);border-radius:6px;padding:4px}.checkbox-list label{display:flex;min-height:32px;align-items:center;gap:8px;border-radius:4px;padding:5px 7px;font-weight:400}.checkbox-list label:hover{background:#f5f7fa}.checkbox-list input{flex:0 0 16px}.info-band{display:flex;align-items:center;gap:12px;border-left:3px solid #4b7fbd;background:#edf4fc;padding:12px 14px;color:#31557c}.info-band>div{display:flex;flex-direction:column;gap:2px}.info-band strong{font-size:12px}.info-band span{font-size:10px}.wallet-banner{display:flex;min-height:150px;align-items:center;justify-content:space-between;border:1px solid #cfd9e8;background:#193451;color:#fff;padding:24px 28px}.wallet-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:14px}.wallet-layout>.panel{align-self:stretch}.wallet-layout>.panel .panel-body{display:flex;min-height:92px;align-items:center}.redeem-row{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;gap:8px}.wallet-banner>div{display:flex;flex-direction:column}.wallet-banner span{color:#b8cade;font-size:11px}.wallet-banner strong{margin:6px 0;font-size:29px;font-weight:650}.wallet-banner small{color:#b8cade;font-size:10px}.wallet-banner>svg{color:#6ba0d1}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);align-items:start;gap:16px}.session-list{display:flex;flex-direction:column}.session-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:10px 0}.session-item:last-child{border-bottom:0}.session-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#eef2f7;color:#52647d}.session-item>div:nth-child(2){display:flex;min-width:0;flex-direction:column}.session-item strong{font-size:11px}.session-item span{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.session-item small{color:#8a94a5;font-size:9px}.admin-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.health-list{display:grid;grid-template-columns:repeat(3,1fr)}.health-list div{display:flex;flex-direction:column;border-right:1px solid var(--border);padding:8px 14px}.health-list div:last-child{border-right:0}.health-list span{color:var(--muted);font-size:10px}.health-list strong{margin-top:5px;font-size:20px}.status-line{display:flex;align-items:center;gap:10px;padding:8px 2px}.status-line+.status-line{border-top:1px solid var(--border)}.health-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#22a05a;box-shadow:0 0 0 4px #e9f8ef}.health-dot.warning{background:#d28b23;box-shadow:0 0 0 4px #fff6e6}.status-line>div{display:flex;flex-direction:column}.status-line strong{font-size:11px}.status-line span{color:var(--muted);font-size:9px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-list{display:flex;flex-direction:column}.settings-list>div{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border)}.settings-list>div:last-child{border-bottom:0}.settings-list span{color:var(--muted);font-size:11px}.settings-list strong{font-size:11px;text-align:right}.command-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;background:#141d2d7a;padding-top:12vh}.command-box{width:min(560px,calc(100vw - 28px));overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 25px 80px #11182747}.command-input{display:grid;grid-template-columns:22px 1fr 34px;align-items:center;gap:7px;border-bottom:1px solid var(--border);padding:8px 10px 8px 14px;color:var(--muted)}.command-input input{border:0;box-shadow:none;font-size:13px}.command-results{max-height:360px;overflow-y:auto;padding:6px}.command-results button{display:grid;width:100%;min-height:40px;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;border:0;border-radius:5px;background:#fff;color:#344054;padding:6px 9px;text-align:left}.command-results button:hover{background:#f0f4f9}.command-results span{font-size:12px}.command-results small{color:#929bad;font-size:9px}.toast{position:fixed;right:18px;bottom:18px;z-index:120;display:flex;max-width:min(420px,calc(100vw - 36px));min-height:42px;align-items:center;gap:9px;border:1px solid #b9dfc7;border-radius:7px;background:#fff;color:#146c38;box-shadow:0 12px 35px #16223629;padding:10px 13px;font-size:11px}.toast.error{border-color:#efc1c1;color:#ad2828}.auth-page{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;background:#f3f5f8;padding:28px 16px}.auth-brand{display:flex;width:min(430px,100%);align-items:center;gap:10px;margin-bottom:18px}.auth-brand>div:last-child{display:flex;flex-direction:column}.auth-brand strong{font-size:15px}.auth-brand span{color:var(--muted);font-size:10px}.auth-card{width:min(430px,100%);border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 14px 40px #1f2a3f14;padding:24px}.auth-card>header{margin-bottom:20px}.auth-card h1{margin:0;font-size:20px}.auth-card header p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:17px}.auth-form{display:flex;flex-direction:column;gap:15px}.auth-form>.button{width:100%;margin-top:2px}.auth-switch{border:0;background:transparent;color:#245aa8;padding:2px;font-size:11px}.auth-switch:hover{text-decoration:underline}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;top:10px;left:10px;color:#8b95a5}.input-with-icon input{padding-left:35px}.auth-footer{margin:14px 0 0;color:#8791a1;font-size:9px}.boot-screen{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:14px;background:#f5f7fa}.boot-screen .loading{min-height:30px}.hidden-input{position:absolute;width:1px;height:1px;opacity:0}.sidebar-backdrop{display:none}.created-code-list{display:flex;max-height:360px;flex-direction:column;gap:7px;overflow-y:auto}.created-code-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:6px;background:#f8fafc;padding:9px 10px}.created-code-list code{color:#234d85}.created-code-list strong{font-size:11px;white-space:nowrap}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.create-layout{grid-template-columns:minmax(0,1fr) 300px}.profile-grid,.wallet-layout{grid-template-columns:1fr}}@media(max-width:820px){.sidebar{transform:translate(-100%);box-shadow:12px 0 35px #1118272e;transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-close{display:inline-grid!important}.sidebar-backdrop{position:fixed;inset:0;z-index:25;display:block;border:0;background:#141d2d61}.app-main{width:100%;margin-left:0}.mobile-menu{display:inline-grid!important}.search-trigger{width:34px;justify-content:center;padding:0}.search-trigger span,.search-trigger kbd{display:none}.profile-trigger>span,.profile-trigger>svg{display:none}.page{padding:16px}.create-layout{grid-template-columns:1fr}.create-settings{position:static}.admin-overview-grid,.settings-grid{grid-template-columns:1fr}}@media(max-width:560px){.app-header{padding:0 10px}.page{padding:12px}.page-heading{min-height:46px;align-items:center;margin-bottom:12px}.page-heading h1{font-size:18px}.page-heading p{display:none}.page-actions .button{padding-inline:9px}.stats-grid{grid-template-columns:1fr;gap:8px}.stat{min-height:82px;padding:12px}.panel-heading{padding:9px 11px}.panel-heading p{display:none}.panel-body{padding:11px}.panel-body>.table-wrap{margin:-11px}.form-grid{grid-template-columns:1fr}.media-item{grid-template-columns:34px minmax(0,1fr) 30px}.media-item select{grid-column:2 / 4}.segmented button{font-size:11px}.wallet-banner{min-height:125px;padding:18px}.wallet-banner strong{font-size:23px}.health-list{grid-template-columns:1fr}.health-list div{border-right:0;border-bottom:1px solid var(--border)}.health-list div:last-child{border-bottom:0}.auth-card{padding:19px}}
