:root{--bg: #0b0d12;--panel: #141821;--panel-2: #1b202b;--border: #262d3a;--text: #e6e9ef;--muted: #8b94a7;--accent: #7c5cff;--accent-2: #00d2b8;--danger: #ff5d6c;--ok: #2ecc71;--warn: #f5a623;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(1200px 600px at 70% -10%,#1a1430 0%,var(--bg) 55%);color:var(--text);min-height:100vh}.wrap{max-width:760px;margin:0 auto;padding:32px 20px 80px}header.top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.brand{display:flex;align-items:center;gap:12px}.brand .logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;font-weight:800;color:#0b0d12}.brand h1{font-size:17px;margin:0;font-weight:700}.brand .sub{color:var(--muted);font-size:12px}.badge{font-size:11px;padding:4px 9px;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:var(--panel)}.badge.mainnet{color:#fff;border-color:#ff5d6c;background:#8f1422;font-weight:800}.production-warning{margin-bottom:18px;padding:18px;border:3px solid var(--danger);border-radius:14px;background:#351017;color:#fff;box-shadow:0 0 0 4px #ff5d6c1f}.production-warning strong{font-size:18px;letter-spacing:.06em}.production-warning p{margin:8px 0 12px;line-height:1.5;font-size:14px}.production-warning .ack{color:#fff;display:flex;align-items:center;gap:9px;font-weight:700}.production-warning .ack input{width:auto;accent-color:var(--danger)}.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:22px;margin-bottom:18px}.card h2{margin:0 0 4px;font-size:15px}.card .hint{color:var(--muted);font-size:13px;margin:0 0 16px;line-height:1.5}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between}label,.field-label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}input,select{width:100%;background:var(--panel-2);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:11px 12px;font-size:14px;outline:none}input:focus{border-color:var(--accent)}.readonly-field{min-height:42px;display:flex;align-items:center;background:var(--panel-2);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:11px 12px;font-size:14px}.field{margin-bottom:14px}.field .row input{flex:1}button{border:1px solid var(--border);background:var(--panel-2);color:var(--text);border-radius:10px;padding:11px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .04s ease,background .15s ease}button:hover:not(:disabled){background:#232a38}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:linear-gradient(135deg,var(--accent),#6248d8);border-color:transparent;color:#fff}button.primary:hover:not(:disabled){filter:brightness(1.08)}button.ghost{background:transparent}button.danger{border-color:#3a1f24;color:var(--danger);background:#1d1216}button.sm{padding:7px 11px;font-size:12px}.kv{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border);font-size:13px}.kv:last-child{border-bottom:none}.kv .k{color:var(--muted)}.kv .v{font-variant-numeric:tabular-nums;font-weight:600}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.pill{font-size:11px;padding:3px 9px;border-radius:999px;font-weight:700;letter-spacing:.02em}.pill.AwaitingDeposit{background:#1c160a;color:var(--warn)}.pill.MintPending{background:#11202a;color:var(--accent-2)}.pill.Open{background:#0f2417;color:var(--ok)}.pill.Closing,.pill.Closed{background:#20151a;color:var(--muted)}.notice{border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.5;margin-top:14px}.notice.err{background:#20151a;border:1px solid #3a1f24;color:#ffb4bc}.notice.ok{background:#0f2417;border:1px solid #16341f;color:#b7f0cb}.notice.info{background:#11202a;border:1px solid #1a3140;color:#bfeae3}.spin{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;vertical-align:-2px;margin-right:7px}@keyframes spin{to{transform:rotate(360deg)}}.wallets{display:flex;flex-direction:column;gap:10px}.wallet{display:flex;align-items:center;gap:12px;justify-content:flex-start;text-align:left;width:100%}.wallet:hover:not(:disabled){border-color:var(--accent)}.wicon{width:24px;height:24px;border-radius:6px;flex:none;object-fit:contain}.copy{cursor:pointer;color:var(--accent-2)}.custody-row{gap:16px;align-items:center}.custody-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.custody-actions a{overflow-wrap:anywhere;text-align:right}.injected-only{margin-top:14px!important;color:#ffb4bc!important;font-weight:700}.tx-list{display:flex;flex-direction:column;gap:9px}.tx-list h2{margin-bottom:5px}.launch-status .status-grid{margin-top:10px}.launch-status .kv{align-items:flex-start;gap:18px}.launch-status .kv .v{max-width:62%;text-align:right;overflow-wrap:anywhere}.launch-status ul{margin:8px 0 0;padding-left:20px}.status-disclaimer{margin-top:14px!important;margin-bottom:0!important}.muted{color:var(--muted)}.divider{height:1px;background:var(--border);margin:16px 0}a{color:var(--accent-2)}.foot{text-align:center;color:var(--muted);font-size:12px;margin-top:28px;line-height:1.6}@media (max-width: 600px){.wrap{padding:20px 12px 56px}header.top{align-items:flex-start;flex-direction:column}.card{padding:17px}.kv{gap:12px}.custody-row{align-items:flex-start;flex-direction:column}.custody-actions{align-items:flex-start;flex-direction:column;width:100%}.custody-actions a{text-align:left}.launch-status .kv{flex-direction:column;gap:4px}.launch-status .kv .v{max-width:100%;text-align:left}}.borrow-workspace.svelte-ni5ljh{--workspace-bg: #080b16;--workspace-surface: #0e1222;--workspace-surface-raised: #11182b;--workspace-border: #223758;--workspace-text: #e8e4f0;--workspace-muted: #a09bb5;--workspace-blue: #35a7ff;--workspace-teal: #29e2b2;--workspace-pink: #ef69ad;--workspace-violet: #a478f6;display:grid;grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:24px;color:var(--workspace-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;min-width:0}.protocol-panel.svelte-ni5ljh,.transaction-panel.svelte-ni5ljh{min-width:0;border:1px solid var(--workspace-border);border-radius:11px;background:linear-gradient(145deg,#0e1222fa,#0a0f1dfa)}.protocol-panel.svelte-ni5ljh{padding:28px 30px 30px}.transaction-panel.svelte-ni5ljh{padding:22px 30px 20px}h2.svelte-ni5ljh,h3.svelte-ni5ljh,strong.svelte-ni5ljh,summary.svelte-ni5ljh{font-family:Inter,ui-sans-serif,system-ui,sans-serif}h2.svelte-ni5ljh{margin:0;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.25}.panel-heading.svelte-ni5ljh p:where(.svelte-ni5ljh){margin:5px 0 26px;color:#9c9fc9;font-size:16px}.overview-rows.svelte-ni5ljh{border-bottom:1px solid var(--workspace-border)}.protocol-note.svelte-ni5ljh{margin:12px 0 0;color:var(--workspace-muted);font-size:13px;line-height:1.5}.overview-row.svelte-ni5ljh,.parameter-row.svelte-ni5ljh,.cost-row.svelte-ni5ljh,.liquidation-row.svelte-ni5ljh{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-width:0;border-bottom:1px solid rgba(34,55,88,.72);padding:10px 0;color:#c2c1d6;font-size:15px;line-height:1.35}.overview-row.svelte-ni5ljh:last-child{border-bottom:0}.overview-row.svelte-ni5ljh span:where(.svelte-ni5ljh),.parameter-row.svelte-ni5ljh span:where(.svelte-ni5ljh),.cost-row.svelte-ni5ljh span:where(.svelte-ni5ljh),.liquidation-row.svelte-ni5ljh span:where(.svelte-ni5ljh){min-width:0;overflow-wrap:anywhere}.overview-row.svelte-ni5ljh strong:where(.svelte-ni5ljh),.parameter-row.svelte-ni5ljh strong:where(.svelte-ni5ljh),.cost-row.svelte-ni5ljh strong:where(.svelte-ni5ljh),.liquidation-row.svelte-ni5ljh strong:where(.svelte-ni5ljh){color:var(--workspace-text);font-weight:600;text-align:right;overflow-wrap:anywhere}.composition-details.svelte-ni5ljh{margin:26px 0 24px;border:1px solid var(--workspace-border);border-radius:10px;background:#11182bb8}summary.svelte-ni5ljh{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:88px;padding:17px 20px;cursor:pointer;list-style:none}summary.svelte-ni5ljh::-webkit-details-marker{display:none}summary.svelte-ni5ljh:focus-visible,.text-link.svelte-ni5ljh:focus-visible,.position-note.svelte-ni5ljh a:where(.svelte-ni5ljh):focus-visible,.action-button.svelte-ni5ljh:focus-visible,.max-button.svelte-ni5ljh:focus-visible,input.svelte-ni5ljh:focus-visible{outline:3px solid rgba(53,167,255,.72);outline-offset:3px}summary.svelte-ni5ljh>img:where(.svelte-ni5ljh){width:22px;height:22px;flex:none;filter:brightness(0) invert(1);transition:transform .16s ease}details[open].svelte-ni5ljh>summary:where(.svelte-ni5ljh)>img:where(.svelte-ni5ljh){transform:rotate(90deg)}.summary-copy.svelte-ni5ljh{display:grid;gap:4px;min-width:0}.summary-copy.svelte-ni5ljh strong:where(.svelte-ni5ljh){font-size:17px;font-weight:600}.summary-copy.svelte-ni5ljh span:where(.svelte-ni5ljh){color:var(--workspace-muted);font-size:14px}.composition-content.svelte-ni5ljh{border-top:1px solid var(--workspace-border);padding:10px 20px 16px}.composition-group.svelte-ni5ljh{padding:8px 0}.composition-row.svelte-ni5ljh,.composition-nested.svelte-ni5ljh summary:where(.svelte-ni5ljh){display:flex;align-items:center;justify-content:space-between;gap:12px}.composition-row.svelte-ni5ljh{padding:3px 0;font-size:14px}.composition-row.svelte-ni5ljh strong:where(.svelte-ni5ljh),.composition-nested.svelte-ni5ljh summary:where(.svelte-ni5ljh) strong:where(.svelte-ni5ljh){font-weight:600;text-align:right}.composition-label.svelte-ni5ljh{display:inline-flex;align-items:center;gap:8px;min-width:0;overflow-wrap:anywhere}.composition-dot.svelte-ni5ljh{display:inline-block;flex:none;width:8px;height:8px;border-radius:50%}.dot-cluster.svelte-ni5ljh{display:inline-flex;align-items:center}.dot-cluster.svelte-ni5ljh .composition-dot:where(.svelte-ni5ljh)+.composition-dot:where(.svelte-ni5ljh){margin-left:-3px;box-shadow:0 0 0 2px #11182be6}.composition-nested.svelte-ni5ljh{margin:0;border:0;background:transparent}.composition-nested.svelte-ni5ljh summary:where(.svelte-ni5ljh){min-height:0;padding:6px 0;font-size:14px;list-style:none}.composition-nested.svelte-ni5ljh summary:where(.svelte-ni5ljh)>img:where(.svelte-ni5ljh){width:16px;height:16px}.composition-nested.svelte-ni5ljh ul:where(.svelte-ni5ljh){margin:2px 0 6px;padding-left:0;list-style:none;color:var(--workspace-muted);font-size:13px;line-height:1.5}.composition-nested.svelte-ni5ljh li:where(.svelte-ni5ljh){display:flex;align-items:center;gap:8px;padding:4px 0 4px 16px}.composition-nested.svelte-ni5ljh li:where(.svelte-ni5ljh) span:where(.svelte-ni5ljh):first-of-type{flex:1;min-width:0;overflow-wrap:anywhere}.composition-empty.svelte-ni5ljh{color:var(--workspace-muted);font-size:13px;line-height:1.5;margin:10px 0 2px}.parameter-block.svelte-ni5ljh{border-top:1px solid var(--workspace-border);padding-top:24px}h3.svelte-ni5ljh{margin:0 0 9px;font-size:17px;font-weight:600}.parameter-row.svelte-ni5ljh:last-of-type{border-bottom:0}.text-link.svelte-ni5ljh{display:inline-flex;align-items:center;gap:6px;margin-top:13px;color:var(--workspace-blue);font-size:15px;font-weight:600;text-decoration:none}.text-link.svelte-ni5ljh img:where(.svelte-ni5ljh),.position-note.svelte-ni5ljh a:where(.svelte-ni5ljh) img:where(.svelte-ni5ljh){width:15px;height:15px;flex:none;filter:invert(58%) sepia(95%) saturate(1605%) hue-rotate(177deg) brightness(101%) contrast(105%)}.sr-only.svelte-ni5ljh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.transaction-panel.svelte-ni5ljh>h2:where(.svelte-ni5ljh){margin:0 0 10px}.asset-field.svelte-ni5ljh label:where(.svelte-ni5ljh){display:block;margin:0 0 8px;color:var(--workspace-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:17px;font-weight:600}.field-top.svelte-ni5ljh{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-height:8px}.field-top.svelte-ni5ljh label:where(.svelte-ni5ljh){margin:0}.wallet-balance.svelte-ni5ljh{display:flex;align-items:center;gap:10px;margin-left:auto;color:var(--workspace-muted);font-size:13px}.max-button.svelte-ni5ljh{border:1px solid var(--workspace-border);border-radius:999px;padding:3px 11px;background:#35a7ff1a;color:var(--workspace-blue);cursor:pointer;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.max-button.svelte-ni5ljh:hover:not(:disabled){background:#35a7ff2e}.max-button.svelte-ni5ljh:disabled{cursor:not-allowed;opacity:.45}.wallet-balance-note.svelte-ni5ljh{margin:8px 0 0;color:var(--workspace-muted);font-size:12px;line-height:1.4}.debt-field.svelte-ni5ljh{margin-top:21px}.debt-field.svelte-ni5ljh label:where(.svelte-ni5ljh){margin:0 0 8px}.input-shell.svelte-ni5ljh{display:flex;align-items:center;min-height:80px;overflow:hidden;border:1px solid var(--workspace-border);border-radius:7px;background:#11182bd6}.asset-field.svelte-ni5ljh .input-shell:where(.svelte-ni5ljh){margin-top:8px}.input-shell.svelte-ni5ljh:focus-within{border-color:var(--workspace-blue);box-shadow:0 0 0 1px #35a7ff38}input.svelte-ni5ljh{min-width:0;flex:1;border:0;outline:0;padding:7px 20px;background:transparent;color:var(--workspace-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,3.2vw,46px);font-weight:700;line-height:1}input.svelte-ni5ljh:disabled{cursor:not-allowed;opacity:.72}.asset-symbol.svelte-ni5ljh{display:inline-flex;align-items:center;gap:12px;flex:none;min-width:157px;margin:10px 14px 10px 0;padding:6px 0 6px 21px;border-left:1px solid var(--workspace-border);font-size:17px}.asset-symbol.svelte-ni5ljh img:where(.svelte-ni5ljh){width:44px;height:44px;object-fit:contain}.field-caption.svelte-ni5ljh{display:flex;justify-content:space-between;gap:16px;margin-top:8px;color:#c1bed5;font-size:15px;line-height:1.35}.field-caption.svelte-ni5ljh span:where(.svelte-ni5ljh):last-child{text-align:right;overflow-wrap:anywhere}.costs.svelte-ni5ljh{margin-top:20px}.cost-row.svelte-ni5ljh:first-child{border-top:0}.cost-row.received.svelte-ni5ljh{padding-top:11px;border-bottom:0;color:var(--workspace-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:17px}.health-card.svelte-ni5ljh{margin-top:14px;border:1px solid var(--workspace-border);border-radius:10px;background:#11182bc7;padding:17px 19px 14px}.health-heading.svelte-ni5ljh{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.health-heading.svelte-ni5ljh strong:where(.svelte-ni5ljh){font-size:17px;font-weight:600}.health-heading.svelte-ni5ljh span:where(.svelte-ni5ljh){color:var(--workspace-teal);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(19px,2vw,28px);font-weight:700;text-align:right;overflow-wrap:anywhere}.tone-caution.svelte-ni5ljh .health-heading:where(.svelte-ni5ljh) span:where(.svelte-ni5ljh){color:#f8c45b}.tone-danger.svelte-ni5ljh .health-heading:where(.svelte-ni5ljh) span:where(.svelte-ni5ljh){color:#fa759e}.tone-unavailable.svelte-ni5ljh .health-heading:where(.svelte-ni5ljh) span:where(.svelte-ni5ljh){color:var(--workspace-muted)}.meter.svelte-ni5ljh{margin-top:16px}.meter-track.svelte-ni5ljh{position:relative;height:12px;overflow:visible;border-radius:999px;background:#a09bb538;transition:background .2s ease}.meter-tick.svelte-ni5ljh{position:absolute;top:12px;width:1px;height:8px;background:#d4cde4}.meter-marker.svelte-ni5ljh{position:absolute;top:50%;width:22px;height:22px;transform:translate(-50%,-50%);border:4px solid #dffcf6;border-radius:50%;background:var(--workspace-teal);box-shadow:0 0 0 1px #080b1680}.tone-caution.svelte-ni5ljh .meter-marker:where(.svelte-ni5ljh){background:#f8c45b}.tone-danger.svelte-ni5ljh .meter-marker:where(.svelte-ni5ljh){background:var(--workspace-pink)}.tone-unavailable.svelte-ni5ljh .meter-marker:where(.svelte-ni5ljh){background:var(--workspace-muted)}.meter-axis.svelte-ni5ljh{display:flex;justify-content:space-between;min-height:26px;padding-top:9px;color:#b9b4ca;font-size:13px}.threshold-legend.svelte-ni5ljh{display:flex;flex-wrap:wrap;gap:5px 18px;padding-top:1px;color:#c9c4d7;font-size:12px;line-height:1.45}.threshold-legend.svelte-ni5ljh>span:where(.svelte-ni5ljh){display:inline-flex;align-items:center;gap:5px}.threshold-swatch.svelte-ni5ljh{width:8px;height:8px;flex:none;border-radius:50%}.threshold-swatch.liquidation.svelte-ni5ljh{background:var(--workspace-pink)}.threshold-swatch.minimum.svelte-ni5ljh{background:var(--workspace-violet)}.liquidation-row.svelte-ni5ljh{margin-top:5px;padding:11px 0}.position-note.svelte-ni5ljh{display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:9px;padding-top:10px;color:var(--workspace-muted);font-size:14px;line-height:1.45}.position-note.svelte-ni5ljh>img:where(.svelte-ni5ljh){width:19px;height:19px;filter:brightness(0) invert(1)}.position-note.svelte-ni5ljh a:where(.svelte-ni5ljh){display:inline-flex;align-items:center;gap:5px;color:var(--workspace-blue);text-decoration:none;white-space:nowrap}.blocker.svelte-ni5ljh{display:flex;align-items:flex-start;gap:8px;margin:13px 0 0;border:1px solid rgba(239,105,173,.48);border-radius:7px;padding:10px 12px;background:#641b463d;color:#f6b2d4;font-size:13px;line-height:1.45}.blocker.svelte-ni5ljh img:where(.svelte-ni5ljh){width:17px;height:17px;flex:none;margin-top:1px;filter:brightness(0) invert(1)}.action-button.svelte-ni5ljh{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:53px;margin-top:14px;border:0;border-radius:8px;padding:12px 20px;background:var(--workspace-teal);color:#041a17;cursor:pointer;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:17px;font-weight:700;transition:filter .15s ease,transform .05s ease}.action-button.svelte-ni5ljh img:where(.svelte-ni5ljh){width:21px;height:21px}.action-button.svelte-ni5ljh:hover:not(:disabled){filter:brightness(1.08)}.action-button.svelte-ni5ljh:active:not(:disabled){transform:translateY(1px)}.action-button.svelte-ni5ljh:disabled{cursor:not-allowed;opacity:.52}.wallet-helper.svelte-ni5ljh{margin:8px 0 0;color:var(--workspace-muted);font-size:14px;text-align:center}.action-content.svelte-ni5ljh{margin-top:12px}@media (max-width: 980px){.borrow-workspace.svelte-ni5ljh{grid-template-columns:minmax(0,1fr);gap:16px}.transaction-panel.svelte-ni5ljh{order:1}.protocol-panel.svelte-ni5ljh{order:2}}@media (max-width: 480px){.protocol-panel.svelte-ni5ljh,.transaction-panel.svelte-ni5ljh{padding:20px 16px}.asset-symbol.svelte-ni5ljh{min-width:104px;gap:7px;margin-right:10px;padding-left:11px;font-size:15px}.asset-symbol.svelte-ni5ljh img:where(.svelte-ni5ljh){width:36px;height:36px}input.svelte-ni5ljh{padding-left:13px;padding-right:10px;font-size:30px}.position-note.svelte-ni5ljh{grid-template-columns:19px minmax(0,1fr)}.position-note.svelte-ni5ljh a:where(.svelte-ni5ljh){grid-column:2;white-space:normal}.meter-axis.svelte-ni5ljh{font-size:12px}.threshold-legend.svelte-ni5ljh{gap:4px 10px;font-size:11px}.field-top.svelte-ni5ljh{flex-wrap:wrap}}@font-face{font-family:Inter;src:url(/fonts/InterVariable.woff2) format("woff2");font-weight:100 900;font-display:swap}.public-app{--bg:#080b16;--panel:#0e1222;--panel-2:#141a2e;--text:#e8e4f0;--muted:#a09bb5;--accent:#34d399;--accent-2:#55b7f4;--border:#23324d;--danger:#f46aae;--warn:#b794f6;--ok:#2dd4bf;--rumi-purple-accent:#d176e8;background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,system-ui,sans-serif}.public-app h1,.public-app h2,.public-app h3,.public-app button{font-family:Inter,sans-serif}.public-app button:focus-visible,.public-app a:focus-visible,.public-app summary:focus-visible{outline:2px solid #55b7f4;outline-offset:4px}.public-app input:focus-visible{outline:2px solid #55b7f4;outline-offset:2px}.public-header{display:flex;align-items:center;gap:48px;min-height:80px;padding:12px 40px;border-bottom:1px solid #244d70}.public-brand{display:flex;align-items:center;gap:20px;flex-shrink:0}.rumi-lockup{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:24px;letter-spacing:.12em}.rumi-lockup img{width:44px;height:44px;object-fit:contain}.brand-separator{color:var(--muted);padding-left:20px;border-left:1px solid #244d70;font-size:14px}.conflux-lockup img{width:122px;height:36px;object-fit:contain}.public-nav{display:flex;gap:30px;align-self:stretch;align-items:center}.public-nav a,.public-nav button{position:relative;border:0;border-radius:0;background:none;padding:12px 0;color:var(--muted);text-decoration:none;font-size:15px;font-weight:600}.public-nav button.active{color:var(--text)}.public-nav button.active:after{content:"";height:3px;background:#39a1f4;position:absolute;left:0;right:0;bottom:0}.network-label{margin-left:auto;white-space:nowrap;padding:10px 16px;border:1px solid var(--border);border-radius:12px;font-size:14px}.header-wallet{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;min-height:44px}.header-wallet img{width:20px;height:20px}.public-main{max-width:1360px;margin:0 auto;padding:40px 32px 24px}.public-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px}.public-page-heading h1{font-size:34px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 8px;color:var(--rumi-purple-accent)}.public-page-heading p{font-size:17px;color:var(--muted);margin:0}.public-page-heading .refresh{background:transparent;border-color:var(--border);font-size:13px;padding:8px 12px}.public-state{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#191427;border:1px solid #513254;border-radius:9px;margin-bottom:20px;font-size:14px;line-height:1.5}.public-state a{margin-left:auto;white-space:nowrap}.public-app .primary{background:#34d399;color:#061811;border:0}.public-app .notice{font-size:14px;overflow-wrap:anywhere}.public-app .notice.err{color:#f2b5d6;background:#201426;border-color:#59354e}.public-app .notice.ok{color:#88e5c9;background:#102821;border-color:#254a40}.public-app .notice.info{color:#aaccea;background:#111e32;border-color:#254060}.public-app .card{background:var(--panel);border-color:var(--border)}.public-app .card h2{font-size:20px}.public-app .kv{font-size:14px;gap:18px}.public-app .kv .v{overflow-wrap:anywhere;text-align:right}.public-app .production-warning{border:1px solid #69455c;box-shadow:none;border-radius:10px;background:#231529;padding:16px}.public-app .production-warning strong{font-size:15px}.public-app .production-warning .ack{font-size:14px;font-weight:500}.public-app .production-warning input{accent-color:#34d399}.public-app .production-warning p{font-size:14px}.public-app .wallet-dialog{max-width:510px;width:calc(100% - 32px);max-height:calc(100vh - 48px);overflow:auto;padding:24px;background:#0e1222;color:#e8e4f0;border:1px solid #314568;border-radius:16px}.public-app .wallet-dialog::backdrop{background:#02050ddb}.wallet-dialog-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.wallet-dialog-heading h2{margin:0;font-size:24px}.wallet-dialog-heading button{padding:8px;background:transparent}.wallet-dialog-heading img{width:20px;height:20px;filter:invert(1);display:block}.wallet-dialog .card{border:0;padding:0;margin-bottom:0}.wallet-dialog .injected-only{color:var(--muted)!important;font-weight:400}.public-status-details{margin:26px 0 0;border-top:1px solid var(--border);padding-top:18px}.public-status-details>summary{font-size:14px;color:var(--muted);cursor:pointer;padding:8px 0}.public-status-details .launch-status{margin-top:16px}.public-vaults{margin-top:24px}.public-vaults h2{margin:0 0 20px}.empty-vaults{padding:40px;border:1px solid var(--border);border-radius:12px;color:var(--muted);text-align:center}.empty-vaults h2{color:var(--text)}.public-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:26px 40px;color:var(--muted);font-size:12px}.public-footer a{text-decoration:none}.public-feedback:empty{display:none}@media (max-width:1080px){.public-header{gap:26px;padding:12px 24px;flex-wrap:wrap}.public-nav{gap:22px}.network-label{font-size:12px;padding:8px 10px}.public-main{padding:32px 24px 20px}}@media (max-width:760px){.public-header{gap:12px 20px;padding:12px 18px}.public-brand{gap:12px}.rumi-lockup{font-size:19px}.rumi-lockup img{width:32px;height:32px}.brand-separator{padding-left:12px;font-size:12px}.conflux-lockup img{width:90px;height:28px}.public-nav{order:3;width:100%;justify-content:center;gap:38px}.network-label{margin-left:auto;font-size:11px}.public-main{padding:26px 16px 16px}.public-page-heading h1{font-size:28px}.public-page-heading p{font-size:15px;line-height:1.5}.public-page-heading{align-items:flex-start}.public-state{flex-wrap:wrap}.public-state a{margin-left:0}.public-footer{padding:20px 18px;font-size:12px}.public-app .kv{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.public-app *,.public-app *:before,.public-app *:after{animation:none!important;transition:none!important}}@media (max-width:760px){.public-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px}.public-brand{gap:8px}.rumi-lockup{font-size:17px;gap:7px}.rumi-lockup img{width:28px;height:28px}.brand-separator{padding-left:8px}.conflux-lockup img{width:76px}.header-wallet{margin:0;padding:10px;min-width:44px;min-height:44px;grid-column:2;grid-row:1}.header-wallet span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.public-nav{grid-column:1 / -1;grid-row:2}.network-label{display:none}}
