.firestarter{--fs-ink:#202333;--fs-muted:#737889;--fs-border:#e6e8ee;--fs-orange:#ec7749;--fs-purple:#7464dc;display:flex;min-height:calc(100vh - 64px);margin-top:64px;background:#f7f8fa;color:var(--fs-ink);font-size:13px;line-height:1.5;color-scheme:light}.firestarter *,.firestarter :after,.firestarter :before{box-sizing:border-box}.firestarter a,.firestarter button,.firestarter input,.firestarter select{-webkit-tap-highlight-color:transparent}.firestarter button{cursor:pointer}.firestarter button:disabled{cursor:not-allowed;opacity:.45}.firestarter :focus-visible{outline:3px solid #9888f1;outline-offset:3px}.firestarter a,.firestarter button{transition:background .15s,color .15s,border-color .15s}.firestarter code,.firestarter pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.fs-sidebar{width:234px;flex-shrink:0;padding:30px 18px 20px;background:#171a25;color:#c3c6d2;display:flex;flex-direction:column;position:sticky;top:64px;height:calc(100vh - 64px);min-height:670px}.fs-brand{display:flex;align-items:center;gap:11px;padding:0 8px;color:#f9fafc;font-size:23px;font-weight:650;letter-spacing:-.8px}.fs-brand-mark{width:38px;height:41px;border-radius:12px;background:#ec7749;color:#fff4eb;display:grid;place-items:center;box-shadow:0 4px 16px #ec774922}.fs-brand>span:last-child>span{display:block;color:#8c91a6;font-size:8px;font-weight:500;letter-spacing:2.1px;margin-top:-2px}.fs-workspace-label{margin:31px 0 27px;padding:13px 10px;background:#202430;border:1px solid #313543;border-radius:8px;display:flex;align-items:center;gap:10px;color:#eeeff5;font-size:12px;font-weight:550}.fs-workspace-avatar{display:grid;place-items:center;width:31px;height:31px;border-radius:6px;background:#333546;color:#c7bcff}.fs-workspace-label>svg{margin-left:auto;color:#7d8296}.fs-workspace-label small{display:block;color:#8f95a9;font-size:10px;margin-top:2px;font-weight:400}.fs-nav-label{padding-left:11px;color:#81879b;font-size:9px;letter-spacing:1.8px;font-weight:550;margin-bottom:12px}.fs-nav{display:flex;flex-direction:column;gap:5px}.fs-nav button{min-height:43px;border-radius:6px;padding:11px 13px;display:flex;align-items:center;gap:12px;text-align:left;color:#a4aabd;font-size:12px}.fs-nav button:hover{background:#242835;color:#f2f2fa}.fs-nav button.active{background:#ffffff0d;color:#fff;box-shadow:inset 2px 0 #ed8b5e}.fs-nav button.active svg{color:#f49b72}.fs-nav-count{margin-left:auto;font-size:10px;padding:0 6px;background:#ffffff12;border-radius:4px}.fs-sidebar-bottom{margin-top:auto;padding-top:50px}.fs-help-card{border:1px solid #323645;background:linear-gradient(130deg,#252938,#1d212c);border-radius:8px;padding:16px;margin-bottom:20px}.fs-help-icon{display:inline-flex;color:#c1b6ef;margin-bottom:12px}.fs-help-card h3{font-weight:600;color:#ececf4;font-size:12px}.fs-help-card p{color:#959baf;font-size:11px;line-height:1.7;margin:6px 0 14px}.fs-help-card a{justify-content:space-between;color:#efb798;font-weight:550}.fs-help-card a,.fs-sidebar-link{display:flex;align-items:center;font-size:11px}.fs-sidebar-link{gap:10px;padding:10px;color:#a0a6ba}.fs-sidebar-link>svg:last-child{margin-left:auto;color:#6c7388}.fs-sidebar-link:hover{color:#fff}.fs-powered{flex-wrap:wrap;gap:6px;border-top:1px solid #303442;padding:21px 8px 0;margin-top:17px;color:#7c8297;font-size:7px;letter-spacing:1.2px}.fs-powered,.fs-powered strong{display:flex;align-items:center}.fs-powered strong{gap:3px;color:#aeb3c5;font-size:8px;font-weight:600}.fs-main{flex:1;min-width:0}.fs-topbar{height:73px;background:#fff;border-bottom:1px solid var(--fs-border);padding:0 38px;justify-content:space-between;gap:16px}.fs-breadcrumb,.fs-topbar{display:flex;align-items:center}.fs-breadcrumb{gap:12px;color:#8c90a0;font-size:11px}.fs-breadcrumb span{color:#454958;font-weight:500}.fs-topbar-actions{display:flex;align-items:center;gap:22px}.fs-session-status{display:inline-flex;align-items:center;gap:6px;color:#747b8d;font-size:10px;white-space:nowrap}.fs-session-status.signed-in{color:#427e64}.fs-network{display:flex;align-items:center;gap:6px;color:#798091;font-size:10px}.fs-network>span{width:5px;height:5px;background:#8f88b9;border-radius:50%}.fs-content{max-width:1560px;margin:0 auto;padding:36px 38px 21px}.fs-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.fs-eyebrow{color:#969aa8;font-size:9px;font-weight:550;letter-spacing:1.8px;margin-bottom:7px}.fs-page-heading h1{font-size:clamp(23px,2.1vw,32px);font-weight:580;letter-spacing:-1.1px;line-height:1.3}.fs-page-heading p{color:var(--fs-muted);margin-top:7px;font-size:12px}.fs-heading-actions{display:flex;gap:9px;flex-shrink:0}.firestarter .connect-button,.firestarter .primary-action,.fs-button{border:1px solid #dfe2e9;background:#fff;color:#464b5e;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:37px;padding:9px 14px;font-size:11px;font-weight:550;line-height:1.35;white-space:nowrap}.fs-button:hover{background:#f5f6f9;border-color:#c8ccd7}.firestarter .primary-action,.fs-button-primary{background:#df693e;border-color:#df693e;color:white;box-shadow:0 2px 3px #ad4c1614}.firestarter .primary-action:hover,.fs-button-primary:hover{background:#c85830;border-color:#c85830}.fs-button-dark{background:#242938;border-color:#242938;color:white}.fs-button-dark:hover{background:#3e4456;color:#fff}.fs-button-icon{width:36px;padding:8px}.fs-full-width{width:100%}.fs-full-width>svg:last-child{margin-left:auto}.fs-session-banner{display:flex;align-items:center;gap:13px;background:#eff0fa;border:1px solid #e2e3f1;border-radius:8px;padding:16px 19px;margin-bottom:24px}.fs-session-icon{width:35px;height:37px;border-radius:8px;display:grid;place-items:center;background:#e5e3f5;color:#7663bd;flex-shrink:0}.fs-session-banner strong{font-weight:550;font-size:12px;color:#3d3759}.fs-session-banner p{font-size:11px;color:#79738d;margin-top:2px}.fs-session-banner>button{margin-left:auto}.fs-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.fs-three-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.fs-stat{background:white;border:1px solid var(--fs-border);border-radius:8px;padding:20px 21px 18px}.fs-stat-accent{background:linear-gradient(120deg,#fff,#fffaf7);border-color:#efded2}.fs-stat-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6c7283;font-size:11px}.fs-stat-heading svg{width:16px;height:16px;color:#9993b2}.fs-stat-accent .fs-stat-heading svg{color:#d58a62}.fs-stat-value{display:flex;align-items:baseline;gap:8px;font-size:28px;font-weight:580;letter-spacing:-.8px;line-height:1.4;margin:13px 0 8px;overflow-wrap:anywhere}.fs-stat-value small{font-size:10px;font-weight:500;color:#8b8c97;letter-spacing:.2px}.fs-stat p{color:#737b8b;font-size:10px}.fs-onboarding{border:1px solid #e2e4ed;background:linear-gradient(110deg,#fff 25%,#f2f1fb);border-radius:8px;padding:22px 25px 24px;margin-bottom:24px}.fs-onboarding-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.fs-kicker{font-size:8px;font-weight:600;letter-spacing:1.5px;color:#958cae;display:block;margin-bottom:5px}.fs-onboarding h2{font-size:17px;font-weight:550;letter-spacing:-.4px}.fs-progress-label{display:flex;flex-direction:column;gap:7px;color:#8a859a;font-size:9px;text-align:right}.fs-progress-label>span{width:105px;background:#e5e2f0;height:4px;border-radius:5px}.fs-progress-label i{display:block;height:100%;border-radius:5px;background:#9583d4}.fs-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}.fs-step{display:flex;align-items:center;gap:11px;padding-right:14px}.fs-step+.fs-step{border-left:1px solid #e0dfe9;padding-left:21px}.fs-step-number{height:30px;width:30px;border:1px solid #e6e2ed;background:#fff9;border-radius:50%;display:grid;place-items:center;flex-shrink:0;color:#a19ab6;font-size:10px;font-weight:500}.fs-step-number.complete{color:#2e8d69;background:#e6f4ed;border-color:#cce8db}.fs-step button,.fs-step strong{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:550;text-align:left}.fs-step p{color:#8a8899;font-size:9px;margin-top:4px}.fs-panel{background:white;border:1px solid var(--fs-border);border-radius:8px;min-width:0;overflow:hidden}.fs-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:21px 24px}.fs-panel-heading h2,.fs-rates h2{font-size:14px;font-weight:600;letter-spacing:-.25px}.fs-panel-heading p{font-size:10px;color:#737b8b;margin-top:4px}.fs-overview-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:22px;margin-bottom:24px}.fs-period-select{padding:7px 9px;border:1px solid #e6e7ed;background:#fff;border-radius:5px;font-size:9px;color:#727789;max-width:130px}.fs-usage-body{display:flex;align-items:center;gap:28px;padding:11px 28px 30px;min-height:195px}.fs-usage-ring{height:151px;width:151px;padding:12px;flex-shrink:0;border-radius:50%}.fs-usage-ring.empty{background:#eeecf5}.fs-usage-ring>div{border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.fs-usage-ring svg{color:#a39cb8;margin-bottom:6px}.fs-usage-ring strong{font-size:21px;font-weight:550;letter-spacing:-.8px}.fs-usage-ring small{color:#aaa6b7;font-size:7px;letter-spacing:1.25px;margin-top:4px}.fs-usage-legend{flex:1;min-width:0}.fs-usage-legend>div{display:flex;align-items:flex-start;gap:8px;margin:15px 0;font-size:11px}.fs-usage-legend small{display:block;color:#737b8b;font-size:9px;margin-top:4px}.fs-usage-legend strong{margin-left:auto;font-size:11px;font-weight:550}.fs-usage-legend p{border-top:1px solid #eff0f4;padding-top:12px;color:#737b8b;font-size:9px}.fs-legend-dot{width:6px;height:6px;border-radius:2px;margin-top:6px}.fs-legend-dot.reads{background:#8475de}.fs-legend-dot.writes{background:#ee9a66}.fs-connect-panel{padding-bottom:20px}.fs-connect-panel .fs-panel-heading{padding-bottom:9px}.fs-icon-tile{display:inline-grid;place-items:center;width:37px;height:37px;border-radius:8px;border:1px solid #eeebf2;background:#faf9fc;color:#9c92b1;flex-shrink:0}.fs-connect-panel>p{margin:0 24px 20px;color:#737b8b;font-size:10px;max-width:250px;line-height:1.7}.fs-field-label{display:block;font-size:10px;font-weight:550;color:#737889;margin-bottom:7px}.fs-connect-panel>.fs-connection-details,.fs-connect-panel>.fs-copy-field,.fs-connect-panel>.fs-text-button,.fs-connect-panel>label{margin-left:24px;margin-right:24px}.fs-copy-field{border:1px solid #e6e8ee;background:#fafbfc;padding:9px 11px;border-radius:5px;display:flex;align-items:center;gap:8px;min-width:0}.fs-copy-field code{color:#777b8b;font-size:10px;overflow-wrap:anywhere;min-width:0}.fs-copy-button{color:#737b8b;width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;margin-left:auto}.fs-copy-button:hover{background:#eaeaf4;color:#6b5fb1}.fs-connection-details{display:flex;gap:25px;margin-top:13px;margin-bottom:15px;font-size:9px;color:#737b8b}.fs-connection-details strong{font-weight:450;color:#737889;margin-left:7px}.fs-text-button{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:550;color:#7b64ba}.fs-text-button:hover{color:#443273}.fs-payments-panel .fs-panel-heading{border-bottom:1px solid #f0f1f5}.fs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:52px 25px;min-height:235px}.fs-empty.compact{padding:23px 25px;min-height:153px}.fs-empty-icon{display:grid;place-items:center;width:44px;height:44px;background:#faf9fc;border:1px solid #eeecf2;border-radius:11px;color:#aaa2bf;margin-bottom:13px}.fs-empty-icon svg{width:20px;height:20px}.fs-empty.compact .fs-empty-icon{height:34px;width:34px;margin-bottom:9px}.fs-empty.compact .fs-empty-icon svg{width:16px}.fs-empty h3{font-size:12px;font-weight:550;color:#6c7081}.fs-empty p{color:#737b8b;font-size:10px;max-width:360px;margin:5px 0 0;line-height:1.7}.fs-empty>button{margin-top:18px}.fs-console-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;color:#737b8b;font-size:8px;padding-top:28px}.fs-console-footer a,.fs-console-footer button,.fs-console-footer span{display:inline-flex;align-items:center;gap:6px}.fs-section-gap{margin-top:24px}.fs-section-small{margin-bottom:18px}.fs-heading-count{padding:2px 6px;background:#f2f1f7;color:#8d859f;border-radius:4px;font-size:10px;margin-left:5px}.fs-key-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 24px 17px;border-bottom:1px solid var(--fs-border)}.fs-segmented{display:inline-flex;padding:3px;background:#f5f6f9;border:1px solid #eceef2;border-radius:6px}.fs-segmented button{padding:7px 11px;border-radius:4px;font-size:10px;color:#8b8f9e}.fs-segmented button.selected{background:white;color:#555b6d;box-shadow:0 1px 3px #20233312}.fs-search{display:flex;align-items:center;gap:8px;border:1px solid #e8eaf0;border-radius:5px;padding:8px 10px;color:#b1b4c0}.fs-search input{background:transparent;outline:none;min-width:0;width:150px;font-size:10px;color:#5c6172}.fs-table-scroll{overflow-x:auto}.fs-table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}.fs-table th{font-size:9px;color:#959aaa;font-weight:500;background:#fbfcfd;padding:12px 24px}.fs-table td,.fs-table th{border-bottom:1px solid #f0f1f5;white-space:nowrap}.fs-table td{padding:16px 24px;color:#72788a}.fs-table tr:last-child td{border-bottom:0}.fs-table strong{font-weight:550;display:block;color:#53596c}.fs-table small{display:block;margin-top:4px}.fs-table code,.fs-table small{font-size:9px;color:#737b8b}.fs-key-actions,.fs-key-id,.fs-table-link{display:flex;align-items:center;gap:7px}.fs-key-id .fs-copy-button{margin:0;width:21px;height:23px}.fs-key-id .fs-copy-button svg{width:11px}.fs-key-actions .fs-button{width:29px;height:29px;min-height:29px}.fs-table-link{font-size:10px;color:#8873be}.fs-badge{display:inline-block;padding:3px 7px;border-radius:4px;background:#f3f3f8;font-size:9px;color:#8c849f}.fs-badge.success{color:#378164;background:#edf7f1}.fs-danger{color:#bb7474}.fs-quickstart pre{margin:0;padding:24px;overflow-x:auto;background:#202432;color:#bfc4dc;font-size:11px;line-height:1.95}.fs-code-toolbar{display:flex;align-items:center;justify-content:space-between;background:#282c3b;padding:0 18px}.fs-code-tabs{display:flex;gap:13px}.fs-code-tabs button{padding:13px 8px;color:#8991ac;font-size:10px;border-bottom:2px solid transparent}.fs-code-tabs button.selected{border-color:#e9a37b;color:#efbc9e}.fs-billing-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:24px}.fs-topup-body{padding:0 24px 24px}.fs-usdc{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#eef3fc;color:#4c7eb9;font-size:23px;font-weight:500}.fs-amount-input{display:flex;align-items:center;gap:10px;border:1px solid #dfe1ea;border-radius:6px;padding:13px 16px;color:#9a9dab}.fs-amount-input>span:first-child{font-size:23px}.fs-amount-input>span:last-child{font-size:11px}.fs-amount-input input{width:100%;min-width:0;outline:none;font-size:27px;font-weight:550;color:#494d5f;background:transparent}.fs-presets{display:flex;gap:9px;margin:13px 0}.fs-presets button{flex:1;font-size:10px;border:1px solid #e5e7ed;border-radius:5px;padding:8px 5px;color:#858a9d}.fs-presets button.selected{border-color:#eac1ab;background:#fff6ee;color:#b77955}.fs-hint{font-size:10px;color:#737b8b;line-height:1.7;display:block}.fs-payment-summary{padding:18px 0;margin:15px 0 19px;border-top:1px solid #f0f0f5;border-bottom:1px solid #f0f0f5}.fs-payment-summary>span{display:flex;justify-content:space-between;color:#858b9c;font-size:11px;padding:5px 0}.fs-payment-summary strong{color:#555b6d;font-weight:550}.fs-payment-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;color:#737b8b;margin-top:15px}.fs-center{text-align:center;margin-top:10px}.fs-rates{padding:24px}.fs-rates h2{margin:17px 0 9px}.fs-rates>p{font-size:11px;color:#9297a7;line-height:1.8;margin-bottom:21px;max-width:260px}.fs-rates>div{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid #eff0f4;font-size:11px;color:#9196a6;gap:10px}.fs-rates strong{color:#5c6275;font-weight:550}.fs-rates small{display:block;font-size:9px;color:#737b8b;margin:4px 0 21px}.fs-notice{display:flex;align-items:flex-start;gap:9px;background:#f2f1f8;border:1px solid #e9e5f2;border-radius:6px;padding:12px;font-size:11px;color:#8a7ca3;margin-bottom:15px;line-height:1.7;overflow-wrap:anywhere}.fs-notice svg{flex-shrink:0;margin-top:1px}.fs-notice-error{color:#ab6559;border-color:#efdbd5;background:#fff5f1}.fs-notice>button{margin-left:auto;font-weight:600}.fs-notice a{display:flex;gap:5px;align-items:center;text-decoration:underline;margin-top:5px}.fs-topup .fs-notice{margin-top:15px}.fs-form-error{font-size:11px;color:#be655b;margin:12px 0}.fs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fs-field{display:flex;flex-direction:column;gap:7px;font-size:11px;color:#73778b;font-weight:500;margin-bottom:17px}.fs-field>span{display:contents;color:#a0a3af;font-weight:400}.fs-field input,.fs-field select{border:1px solid #e0e3eb;border-radius:6px;padding:11px 12px;background:#fff;color:#656a7e;width:100%;min-width:0;font-size:11px;font-weight:400}.fs-field input::placeholder{color:#a9adba}.fs-field input:disabled{background:#f8f9fc}.fs-form-body{padding:0 24px 24px}.fs-challenge{display:flex;gap:8px;padding:14px;background:#f7f7fb;border-radius:6px;margin-bottom:18px}.fs-challenge pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:10px;color:#8c859d}.fs-modal{position:fixed;inset:0;margin:auto;width:min(540px,calc(100vw - 32px));max-height:calc(100dvh - 40px);padding:27px;border:1px solid #dfdfea;border-radius:13px;background:#fff;color:#303446;box-shadow:0 25px 70px #13162633;overflow-y:auto}.fs-modal::backdrop{background:#1013229c;backdrop-filter:blur(3px)}.fs-modal-heading{display:flex;align-items:flex-start;gap:15px;justify-content:space-between;margin-bottom:26px}.fs-modal-heading h2{font-weight:600;font-size:19px;letter-spacing:-.5px}.fs-modal-heading p{font-size:11px;color:#737b8b;margin-top:6px;line-height:1.7}.fs-modal-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:15px;margin-top:15px;border-top:1px solid #eceef3}.fs-secret-success{display:flex;align-items:center;gap:8px;padding:14px;border-radius:7px;margin-bottom:22px;color:#44866f;background:#eff8f3;font-size:12px}.fs-secret-value{margin-bottom:9px}.fs-secret-value code{overflow-wrap:anywhere;color:#796c97}.fs-checkbox{display:flex;align-items:center;gap:8px;color:#7b8293;font-size:11px;margin-top:22px}.fs-checkbox input{accent-color:#dd794f}.fs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fs-spin{animation:fs-spin 1s linear infinite}@keyframes fs-spin{to{transform:rotate(1turn)}}.firestarter .wallet-logo{width:20px;height:20px;border-radius:5px;display:inline-block;background-size:contain;background-repeat:no-repeat}.firestarter .connect-button svg,.firestarter .primary-action svg{width:15px;height:15px}.firestarter .wallet-modal{position:fixed;inset:0;margin:auto;width:min(420px,calc(100vw - 32px));max-height:calc(100dvh - 40px);background:white;padding:24px;border:1px solid #e3e5ee;border-radius:12px;color:#363b50;box-shadow:0 24px 70px #10132244;overflow-y:auto}.firestarter .wallet-modal::backdrop{background:#1013229c;backdrop-filter:blur(3px)}.firestarter .wallet-modal-heading{display:flex;justify-content:space-between;gap:14px;margin-bottom:22px}.firestarter .wallet-modal-heading span{font-size:8px;letter-spacing:1.6px;color:#a0a5b4}.firestarter .wallet-modal-heading h2{font-size:22px;font-weight:600;margin-top:5px;letter-spacing:-.6px}.firestarter .wallet-modal-heading>button{align-self:flex-start;color:#9a9faf}.firestarter .wallet-modal-heading svg{width:19px}.firestarter .wallet-list{display:flex;flex-direction:column;gap:7px}.firestarter .wallet-list button{display:flex;gap:10px;align-items:center;padding:13px;border:1px solid #e5e7ed;border-radius:6px;color:#676e84}.firestarter .wallet-list button>svg:last-child{margin-left:auto}.firestarter .no-wallet{padding:25px 12px;background:#f8f8fc;text-align:center;border:1px dashed #e1e2ee;border-radius:8px}.firestarter .no-wallet>svg{margin:0 auto 14px;width:30px;height:30px;color:#aca4c5}.firestarter .no-wallet p{font-size:12px;color:#9197aa}.firestarter .no-wallet a{color:#d88762;font-size:12px;display:inline-block;margin-top:13px}.firestarter .wallet-safety{font-size:10px;color:#a0a6b6;line-height:1.8;text-align:center;margin:22px 0 0}.firestarter .connected-wallet{display:flex;gap:12px;align-items:center;padding:15px;background:#f6f5fb;border-radius:8px;margin-bottom:15px}.firestarter .connected-wallet span{display:block;color:#8f95a8;font-size:11px}.firestarter .connected-wallet>svg{margin-left:auto;color:#7c9b86;width:18px}.firestarter .wallet-actions{display:flex;gap:10px;margin-top:15px}.firestarter .wallet-actions button{flex:1;border:1px solid #e4e6ee;border-radius:6px;padding:10px;font-size:10px;display:flex;align-items:center;justify-content:center;gap:7px;color:#7f8599}.firestarter .wallet-actions svg{width:13px;height:13px}.firestarter .wallet-error{color:#bf7b6e;font-size:11px;padding-top:12px}@media (min-width:1650px){.fs-content{padding-top:45px}.fs-stats{gap:23px}.fs-stat{padding:25px}.fs-sidebar{width:256px}.fs-overview-grid{grid-template-columns:1.65fr 1fr}}@media (max-width:1200px){.fs-sidebar{width:210px;padding:27px 14px 18px}.fs-content{padding:28px 25px 20px}.fs-topbar{padding:0 25px}.fs-stat{padding:17px 15px}.fs-stats{gap:12px}.fs-stat-value{font-size:25px}.fs-overview-grid{gap:16px;grid-template-columns:1.3fr 1fr}.fs-usage-body{padding:13px 19px 25px;gap:18px}.fs-usage-ring{width:123px;height:123px;padding:10px}.fs-usage-ring strong{font-size:18px}.fs-panel-heading{padding:19px}.fs-step+.fs-step{padding-left:13px}.fs-step{gap:8px}.fs-step p{font-size:8px}}@media (max-width:1000px){.fs-sidebar{width:185px}.fs-brand{font-size:20px;gap:8px}.fs-brand-mark{height:35px;width:32px}.fs-brand>span:last-child>span{font-size:6px}.fs-nav button{font-size:10px;gap:9px;padding:10px}.fs-content{padding:25px 22px 18px}.fs-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-billing-grid,.fs-overview-grid{grid-template-columns:1fr}.fs-usage-body{gap:32px;padding:15px 30px 27px}.fs-usage-ring{width:145px;height:145px}.fs-connect-panel>p{max-width:none}.fs-session-banner{flex-wrap:wrap}.fs-session-banner>div{flex:1}.fs-session-banner>button{margin-left:48px}.fs-steps{gap:13px;grid-template-columns:1fr;margin-top:21px}.fs-step+.fs-step{padding:0;border:0}.fs-step p{font-size:10px}.fs-network{display:none}.fs-page-heading h1{font-size:24px}.fs-help-card{padding:13px}.fs-table td,.fs-table th{padding-left:18px;padding-right:18px}}@media (max-width:700px){.firestarter{flex-direction:column}.fs-sidebar{position:static;width:100%;height:auto;min-height:0;padding:18px 20px 0}.fs-brand{font-size:21px;padding:0;margin-bottom:18px}.fs-brand>span:last-child>span{font-size:7px}.fs-nav-label,.fs-sidebar-bottom,.fs-workspace-label{display:none}.fs-nav{flex-direction:row;gap:5px;overflow-x:auto;margin:0 -20px;padding:0 14px;scrollbar-width:none}.fs-nav button{min-height:44px;white-space:nowrap;font-size:11px;padding:10px;border-radius:0;gap:6px}.fs-nav button.active{box-shadow:inset 0 -2px #ed8b5e;background:transparent}.fs-nav button svg{width:14px}.fs-topbar{height:63px;padding:0 20px}.fs-breadcrumb{gap:8px;font-size:9px}.fs-topbar .connect-button{font-size:10px;padding:8px 10px}.fs-topbar-actions{gap:0}.fs-content{padding:25px 20px 20px}.fs-page-heading{gap:12px;align-items:flex-start}.fs-page-heading h1{font-size:24px;letter-spacing:-.9px}.fs-page-heading p{font-size:11px;max-width:230px}.fs-eyebrow{font-size:7px}.fs-heading-actions{margin-top:20px}.fs-heading-actions .fs-button{font-size:10px;padding:8px 10px;gap:4px}.fs-session-banner{padding:16px;display:grid;grid-template-columns:35px minmax(0,1fr)}.fs-session-banner p{font-size:10px}.fs-session-banner strong{font-size:11px}.fs-session-banner>button{margin-left:0;grid-column:2;justify-self:start}.fs-stats{gap:12px}.fs-stat{padding:17px 15px}.fs-stat-heading{font-size:10px}.fs-stat-value{font-size:25px}.fs-stat p{font-size:8px}.fs-onboarding{padding:20px}.fs-onboarding h2{font-size:16px}.fs-onboarding-heading{align-items:flex-start}.fs-progress-label{font-size:8px;white-space:nowrap;margin-top:3px}.fs-progress-label>span{width:62px}.fs-usage-body{padding:15px 20px 25px;gap:25px}.fs-usage-ring{width:127px;height:127px}.fs-usage-legend strong,.fs-usage-legend>div{font-size:10px}.fs-panel-heading{padding:20px}.fs-panel-heading h2{font-size:13px}.fs-panel-heading .fs-text-button,.fs-panel-heading p{font-size:9px}.fs-connect-panel>.fs-connection-details,.fs-connect-panel>.fs-copy-field,.fs-connect-panel>.fs-text-button,.fs-connect-panel>label,.fs-connect-panel>p{margin-left:20px;margin-right:20px}.fs-key-toolbar{flex-wrap:wrap;padding:0 20px 16px;gap:12px}.fs-search,.fs-search input{width:100%}.fs-form-row{grid-template-columns:1fr;gap:0}.fs-modal{padding:23px}.fs-modal-actions{flex-wrap:wrap}.fs-console-footer{font-size:8px;gap:15px}.fs-topup-body{padding:0 20px 20px}.fs-presets{gap:7px}.fs-presets button{font-size:9px}.fs-quickstart .fs-panel-heading{flex-wrap:wrap}}@media (max-width:380px){.fs-content{padding:23px 14px 18px}.fs-topbar{padding:0 14px}.fs-page-heading{flex-wrap:wrap}.fs-heading-actions{margin:0}.fs-stat{padding:14px 12px}.fs-stat-value{font-size:22px}.fs-session-banner>button{margin-left:0}.fs-usage-body{gap:16px;padding-left:16px;padding-right:16px}.fs-usage-ring{width:110px;height:110px}.fs-usage-legend small{font-size:8px}.fs-stat-heading svg{width:13px}}@media (prefers-reduced-motion:reduce){.firestarter *,.firestarter :after,.firestarter :before{animation:none!important;transition:none!important}}@media (max-width:680px){.fs-topbar .fs-breadcrumb,.fs-topbar .fs-network{display:none}.fs-topbar-actions{width:100%;justify-content:space-between;gap:10px}}