*{box-sizing:border-box}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828;background:#fff;text-rendering:geometricPrecision;font-synthesis:none}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,input{font:inherit}button{border:0}a{color:inherit;font-weight:700;text-decoration:none}a:hover{text-decoration:underline}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(440px,35.3%) minmax(0,1fr);background:#fff}.auth-panel{display:flex;align-items:center;justify-content:center;padding:64px 56px}.auth-card{width:min(100%,380px);transform:translateY(-18px)}.brand{display:flex;align-items:center;justify-content:center;margin-bottom:70px}.brand-logo{width:158px;height:auto;display:block}.auth-copy{margin-bottom:42px;text-align:center}.auth-copy h1{margin:0;color:#111827;font-size:36px;font-weight:800;line-height:1.04}.auth-copy p{margin:12px 0 0;color:#6b7280;font-size:16px;font-weight:500;line-height:1.45}.google-button{width:100%;height:54px;border-radius:14px;border:1px solid #e2e8f0;background:#fbfcfd;color:#4b5563;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.google-button:disabled{cursor:default;opacity:.78;transform:none}.google-button:hover{background:#fff;border-color:#cfd8e3;box-shadow:0 12px 34px #0f172a14;transform:translateY(-1px)}.google-button:active{transform:translateY(0)}.google-logo{width:20px;height:20px;display:block}.button-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(75,85,99,.2);border-top-color:#4b5563;animation:button-spin .75s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.auth-hint{margin:14px 0 0;color:#98a2b3;font-size:12.5px;font-weight:500;line-height:1.4;text-align:center}.terms{margin:54px 0 0;text-align:center;color:#667085;line-height:1.68;font-size:14px;font-weight:600}.terms a{color:#111827}.hero-panel{position:relative;overflow:hidden;background:radial-gradient(circle at 69% 14%,rgba(212,98,82,.64),transparent 25%),radial-gradient(circle at 39% 54%,rgba(236,253,255,.94),transparent 42%),linear-gradient(135deg,#68cfe5,#e4fbfc 47%,#67c6e5);display:flex;align-items:center;justify-content:center}.hero-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent 40%);pointer-events:none}.hero-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(15,23,42,.45),transparent 35%);opacity:.75;pointer-events:none}.hero-content{position:relative;z-index:1;width:100%;height:100%;text-align:center;max-width:820px;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content h2{margin:0;color:#111827;font-size:clamp(38px,3.55vw,54px);font-weight:760;line-height:.98;transform:translateY(-18px)}.hero-content h2 span{color:#11182780;font-weight:720}.hero-content p{position:absolute;left:50%;bottom:9.2%;transform:translate(-50%);margin:0;width:min(560px,72%);color:#305566ad;font-size:clamp(16px,1.35vw,20px);line-height:1.32;font-weight:500}.callback-page{min-height:100vh;display:grid;place-items:center;color:#667085;font-weight:700;background:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a6b;display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{width:min(420px,100%);background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:26px;box-shadow:0 28px 90px #0f172a33;padding:30px;text-align:center}.modal-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#fff7ed;color:#ea580c;font-size:24px;font-weight:900}.modal-card h2{margin:0;color:#101828;font-size:24px}.modal-card p{margin:10px auto 24px;color:#667085;line-height:1.6;max-width:320px}.modal-action-button{height:46px;min-width:132px;border-radius:13px;background:#111827;color:#fff;font-weight:800;cursor:pointer}.panel-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#f6f8fb}.panel-sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:28px 20px;display:flex;flex-direction:column;gap:34px}.sidebar-brand img{width:146px;height:auto;display:block}.sidebar-nav{display:grid;gap:6px}.sidebar-nav a{height:42px;display:flex;align-items:center;padding:0 14px;border-radius:12px;color:#667085;font-size:14px;font-weight:700;text-decoration:none}.sidebar-nav a.active,.sidebar-nav a:hover{background:#f1f5f9;color:#0f172a}.panel-main{padding:32px}.panel-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.panel-eyebrow{margin:0 0 8px;color:#0ea5e9;text-transform:uppercase;font-size:12px;font-weight:900}.panel-topbar h1{margin:0;color:#101828;font-size:34px}.panel-user-menu{min-width:360px;display:flex;align-items:center;gap:12px;justify-content:flex-end}.panel-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0ea5e9;color:#fff;font-weight:900}.panel-user-meta{display:grid;gap:2px;min-width:0}.panel-user-meta strong{font-size:14px;color:#111827}.panel-user-meta span{color:#667085;font-size:12.5px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-user-menu button{height:40px;padding:0 16px;border-radius:12px;background:#111827;color:#fff;font-size:13px;font-weight:800;cursor:pointer}.overview-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:18px}.overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px;box-shadow:0 18px 50px #0f172a0b;min-height:190px}.overview-card.primary{min-height:240px}.card-label{margin:0 0 16px;color:#667085;font-size:13px;font-weight:800}.overview-card h2,.overview-card h3{margin:0;color:#101828}.overview-card h2{font-size:32px}.overview-card h3{font-size:24px}.overview-card p:not(.card-label){color:#667085;line-height:1.6;max-width:560px}.status-pill{margin-top:22px;display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:13px;font-weight:800}@media(max-width:1100px){.auth-page{grid-template-columns:1fr}.hero-panel{display:none}.auth-card{transform:none}.panel-shell{grid-template-columns:1fr}.panel-sidebar{display:none}.overview-grid{grid-template-columns:1fr}}@media(max-width:680px){.auth-panel{padding:42px 24px}.brand{margin-bottom:58px}.brand-logo{width:148px}.auth-copy h1{font-size:32px}.panel-main{padding:22px}.panel-topbar,.panel-user-menu{align-items:flex-start;flex-direction:column}}.callback-card{min-width:240px;min-height:120px;display:grid;place-items:center;gap:16px;color:#667085;font-size:14px;font-weight:700}.callback-card p{margin:0}.app-dashboard-shell{display:block;min-height:100vh;padding:18px;background:radial-gradient(circle at 16% 0%,rgba(105,212,231,.18),transparent 28%),radial-gradient(circle at 100% 4%,rgba(221,122,104,.12),transparent 26%),#f5f7fb}.dashboard-top-nav{min-height:78px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:22px;padding:0 22px;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:#ffffffd6;box-shadow:0 18px 70px #0f172a12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-brand{padding:0;background:transparent;display:inline-flex;align-items:center;cursor:pointer}.dashboard-brand img{width:132px;height:auto;display:block}.dashboard-tabs{display:flex;align-items:center;justify-content:center;gap:34px;height:100%}.dashboard-tabs button{position:relative;height:78px;padding:0 4px;background:transparent;color:#344054;font-size:14px;font-weight:700;cursor:pointer}.dashboard-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:99px;background:transparent}.dashboard-tabs button.active{color:#101828}.dashboard-tabs button.active:after{background:#101828}.dashboard-user-card{min-width:284px;min-height:54px;padding:7px 12px 7px 8px;border:1px solid #e5e7eb;border-radius:18px;display:flex;align-items:center;gap:10px;background:#fff}.dashboard-user-card .panel-avatar{flex:0 0 auto}.dashboard-user-card button{margin-left:auto;height:34px;padding:0 12px;border-radius:10px;background:#111827;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.dashboard-main{max-width:1450px;margin:0 auto;padding:28px 28px 0}.dashboard-page-heading{margin-bottom:22px}.dashboard-page-heading h1{font-size:30px;font-weight:800;letter-spacing:normal}.panel-kicker{margin:0 0 8px;color:#667085;font-size:12px;font-weight:900;text-transform:uppercase}.panel-surface-card{border:1px solid rgba(226,232,240,.95);border-radius:24px;background:#ffffffeb;box-shadow:0 18px 70px #0f172a0e}.api-keys-page{width:100%}.api-keys-grid{display:grid;grid-template-columns:minmax(310px,390px) minmax(0,1fr);gap:18px;align-items:start}.api-key-form-card,.api-key-table-card{padding:24px}.section-title-block h2,.api-key-table-header h2{margin:0;color:#101828;font-size:24px;font-weight:800;letter-spacing:normal}.section-title-block p:not(.panel-kicker),.api-key-table-header span{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.55}.api-key-form,.edit-api-key-modal{display:grid;gap:16px}.api-key-form{margin-top:22px}.api-key-form label,.edit-api-key-modal label{display:grid;gap:8px;color:#344054;font-size:13px;font-weight:800}.api-key-form input,.api-key-form select,.api-key-filters input,.api-key-filters select,.edit-api-key-modal input,.edit-api-key-modal select{height:46px;width:100%;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#101828;padding:0 14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.api-key-form input:focus,.api-key-form select:focus,.api-key-filters input:focus,.api-key-filters select:focus,.edit-api-key-modal input:focus,.edit-api-key-modal select:focus{border-color:#7dd3fc;box-shadow:0 0 0 4px #0ea5e91a}.panel-primary-button{height:48px;border-radius:14px;background:#101828;color:#fff;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 14px 32px #10182829}.panel-primary-button:disabled{cursor:default;opacity:.65}.new-key-box{margin-top:22px;display:grid;gap:12px;padding:16px;border:1px solid rgba(18,183,106,.18);border-radius:18px;background:#f0fdf4}.new-key-box strong{display:block;color:#027a48;font-size:14px}.new-key-box p{margin:4px 0 0;color:#067647;font-size:12.5px;line-height:1.45}.new-key-box code{display:block;padding:12px;border-radius:12px;background:#fff;color:#101828;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.new-key-box button{height:40px;border-radius:12px;background:#047857;color:#fff;font-size:13px;font-weight:900;cursor:pointer}.api-key-table-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.api-key-filters{min-width:410px;display:grid;grid-template-columns:minmax(190px,1fr) 150px;gap:10px}.api-key-table-wrap{width:100%;overflow:auto;border:1px solid #eef2f6;border-radius:18px}.api-key-table{width:100%;border-collapse:collapse;min-width:890px;background:#fff}.api-key-table th,.api-key-table td{height:58px;padding:0 16px;border-bottom:1px solid #eef2f6;text-align:left;white-space:nowrap}.api-key-table th{color:#667085;font-size:12px;font-weight:900;background:#fbfcfe}.api-key-table td{color:#475467;font-size:13px}.api-key-table tr:last-child td{border-bottom:0}.api-key-table td strong{color:#101828;font-size:13.5px}.masked-key{color:#344054;font-size:12.5px}.scope-pill{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;text-transform:capitalize}.scope-pill.developer{background:#eef4ff;color:#3538cd}.scope-pill.owner{background:#ecfdf3;color:#027a48}.table-actions{display:flex;justify-content:flex-end;gap:8px}.table-actions button,.table-pagination button,.modal-actions-row button{height:36px;padding:0 12px;border-radius:11px;background:#f8fafc;color:#344054;border:1px solid #e2e8f0;font-size:12px;font-weight:900;cursor:pointer}.table-actions button.danger{color:#d92d20;background:#fff5f5;border-color:#fee4e2}.table-actions button:disabled,.table-pagination button:disabled{cursor:default;opacity:.5}.table-state{height:160px!important;text-align:center!important;color:#98a2b3!important;font-weight:800}.table-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:16px;color:#667085;font-size:13px;font-weight:700}.table-pagination div{display:flex;gap:8px}.edit-api-key-modal{text-align:left}.edit-api-key-modal h2{margin:0;color:#101828;font-size:24px}.edit-api-key-modal p{margin:8px 0;color:#667085;line-height:1.55}.modal-actions-row{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.modal-actions-row .panel-primary-button{min-width:132px;box-shadow:none}.empty-module-card{min-height:280px;display:grid;place-items:center;border:1px dashed #cfd8e3;border-radius:24px;color:#667085;background:#ffffffc2;font-weight:800}@media(max-width:1100px){.dashboard-top-nav{grid-template-columns:1fr;padding:18px}.dashboard-tabs{justify-content:flex-start;overflow-x:auto;height:auto;gap:18px}.dashboard-tabs button{height:42px}.dashboard-user-card{min-width:0;width:100%}.api-keys-grid{grid-template-columns:1fr}.api-key-filters{min-width:0}}@media(max-width:680px){.app-dashboard-shell{padding:12px}.dashboard-main{padding:20px 0 0}.api-key-table-header,.table-pagination{align-items:stretch;flex-direction:column}.api-key-filters{grid-template-columns:1fr}.api-key-form-card,.api-key-table-card{padding:18px}}.field-error{color:#d92d20;font-size:12px;font-weight:700}.mobile-menu-button{display:none;width:42px;height:42px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.mobile-menu-button span{width:18px;height:2px;border-radius:99px;background:#101828}.dashboard-nav-row{display:flex;align-items:center;justify-content:space-between}.panel-secondary-button{height:48px;border-radius:14px;background:#f8fafc;color:#667085;font-size:14px;font-weight:900;cursor:default;border:1px solid #e2e8f0}.danger-action-button{height:48px;min-width:128px;padding:0 18px;border-radius:14px;background:#d92d20;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.modal-success .modal-icon{background:#ecfdf3;color:#079455}.modal-warning .modal-icon{background:#fff7ed;color:#ea580c}.plans-page{display:grid;gap:22px}.billing-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px}.billing-current-card,.billing-note-card,.payment-history-card{padding:26px}.billing-current-card h2,.billing-note-card h3{margin:0;color:#101828;font-size:28px;font-weight:900}.billing-current-card p,.billing-note-card p{color:#667085;line-height:1.65}.usage-stack{display:grid;gap:18px;margin-top:28px}.usage-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.usage-row strong{color:#101828;font-size:14px}.usage-row span{color:#667085;font-size:14px}.usage-bar{height:12px;overflow:hidden;border-radius:999px;background:#edf2f7}.usage-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#69d4e7,#0ea5e9)}.plans-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.plan-card{min-height:330px;padding:26px;display:flex;flex-direction:column;gap:24px}.plan-card.current{border-color:#7dd3fc;background:linear-gradient(180deg,#fff,#f0fbff)}.plan-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.plan-card h3{margin:0;color:#101828;font-size:24px;font-weight:900}.plan-card p{margin:12px 0 0;color:#667085;line-height:1.55}.plan-price strong{color:#101828;font-size:42px;font-weight:900}.plan-price span{color:#667085;margin-left:4px}.plan-limits-list{display:grid;gap:12px;margin:0;padding:0;list-style:none;color:#344054}.plan-limits-list li:before{content:"✓";margin-right:10px;color:#0284c7;font-weight:900}.plan-card>button{margin-top:auto;width:100%}.payment-history-table{margin-top:18px;display:grid;gap:10px}.payment-row{min-height:64px;padding:0 16px;border:1px solid #eef2f6;border-radius:16px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;background:#fff}.payment-row strong,.payment-row span{display:block}.payment-row div span{margin-top:4px;color:#667085;font-size:12px}.payment-status{height:28px;padding:0 10px;border-radius:999px;display:inline-flex!important;align-items:center;justify-content:center;background:#f2f4f7;color:#475467;font-size:12px;font-weight:900;text-transform:capitalize}.payment-status.paid{background:#ecfdf3;color:#027a48}.payment-status.pending{background:#fffaeb;color:#b54708}.payment-status.failed,.payment-status.cancelled{background:#fef3f2;color:#b42318}.skeleton-card{min-height:180px;border-radius:24px;background:linear-gradient(90deg,#eef2f7,#fff,#eef2f7);background-size:200% 100%;animation:skeletonPulse 1.4s infinite linear}.skeleton-card.large{min-height:250px}.skeleton-card.plan{min-height:330px}@keyframes skeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.payment-modal-card{max-width:560px}.payment-qr{width:170px;height:170px;object-fit:contain;margin:18px auto 0;border:1px solid #e5e7eb;border-radius:20px;padding:10px;background:#fff}.payment-detail-list{margin-top:18px;display:grid;gap:10px;text-align:left}.payment-detail-list div{padding:12px 14px;border:1px solid #eef2f6;border-radius:14px;background:#fbfcfe}.payment-detail-list span{display:block;color:#667085;font-size:12px;font-weight:800}.payment-detail-list strong,.payment-detail-list code{display:block;margin-top:6px;color:#101828;overflow-wrap:anywhere}.payment-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.payment-actions-grid button{height:42px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;font-weight:900;cursor:pointer}@media(max-width:1180px){.plans-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.dashboard-top-nav{display:block;padding:14px}.mobile-menu-button{display:inline-flex}.dashboard-tabs,.dashboard-user-card{display:none}.dashboard-tabs.open{display:grid;gap:6px;margin-top:12px}.dashboard-tabs.open button{width:100%;height:44px;padding:0 12px;text-align:left;border-radius:12px;background:#f8fafc}.dashboard-user-card.open{display:flex;min-width:0;width:100%;margin-top:12px}.dashboard-main{padding:18px 0 0}.billing-overview-grid,.plans-card-grid{grid-template-columns:1fr}.payment-row{grid-template-columns:1fr;align-items:flex-start;padding:14px}}@media(max-width:520px){.app-dashboard-shell{padding:10px}.billing-current-card,.billing-note-card,.payment-history-card,.plan-card{padding:18px;border-radius:20px}.payment-actions-grid{grid-template-columns:1fr}}.status-pill.pending{background:#fffaeb;color:#b54708}.payment-row{width:100%;text-align:left;cursor:pointer;font-family:inherit;color:inherit}.payment-row:hover{border-color:#bae6fd;background:#f8fcff}.payment-status.inline{display:inline-flex!important;width:fit-content;margin-top:6px}.modal-icon.warning{background:#fff7ed;color:#ea580c}.payment-timer-card{margin:18px auto 0;padding:14px;width:min(100%,360px);border:1px solid #e6eaf0;border-radius:22px;background:#fbfcfe;display:flex;align-items:center;gap:14px;text-align:left}.payment-timer-card.no-expiry{justify-content:center;text-align:center}.payment-timer-card.no-expiry strong{display:block;color:#101828}.payment-timer-card.no-expiry span,.payment-timer-card>span{color:#667085;font-size:13px;line-height:1.45}.payment-timer-card.expired{border-color:#fed7aa;background:#fff7ed}.timer-ring-wrap{position:relative;width:74px;height:74px;flex:0 0 auto;display:grid;place-items:center}.timer-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:74px;height:74px;transform:rotate(-90deg)}.timer-ring-bg,.timer-ring-progress{fill:none;stroke-width:8}.timer-ring-bg{stroke:#e6eaf0}.timer-ring-progress{stroke:#0284c7;stroke-linecap:round;transition:stroke-dashoffset .35s ease}.payment-timer-card.expired .timer-ring-progress{stroke:#ea580c}.timer-ring-wrap strong{position:relative;z-index:1;color:#101828;font-size:13px;font-weight:900}.payment-actions-grid button:disabled{cursor:not-allowed;opacity:.55}@media(max-width:520px){.payment-timer-card{flex-direction:column;text-align:center}}.payment-polling-note{margin:16px 0 0;padding:12px 14px;border-radius:16px;background:#69d4e724;color:#305566;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;line-height:1.45}.payment-polling-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#0ea5e9;box-shadow:0 0 0 6px #0ea5e91f;animation:payment-poll-pulse 1.4s ease-in-out infinite}@keyframes payment-poll-pulse{0%,to{transform:scale(1);opacity:.65}50%{transform:scale(1.25);opacity:1}}.payment-modal-card{max-height:85vh;overflow-y:auto}.modal-actions{display:flex;gap:12px;position:sticky;bottom:0;background:#fff;padding-top:12px}.plan-expiry-card{margin-top:18px;padding:14px 16px;border:1px solid #e7eef6;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.plan-expiry-card span{display:block;color:#667085;font-size:12px;font-weight:800;text-transform:uppercase}.plan-expiry-card strong{display:block;margin-top:6px;color:#101828;font-size:15px;line-height:1.4}.payment-modal-card{max-width:580px;width:min(580px,calc(100vw - 28px));max-height:min(760px,calc(100vh - 32px));display:flex;flex-direction:column;overflow:hidden;padding:0!important}.payment-modal-scroll{overflow-y:auto;padding:28px 28px 18px}.payment-modal-footer{padding:16px 20px 20px;display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #eef2f6;background:#ffffffeb}.payment-modal-footer .panel-primary-button,.payment-modal-footer .panel-secondary-button{width:100%;height:46px}.panel-secondary-button{height:48px;border-radius:14px;border:1px solid #d0d5dd;background:#fff;color:#344054;font-size:14px;font-weight:900;cursor:pointer}.panel-secondary-button:disabled{cursor:default;opacity:.65}.payment-manual-check-note{margin-top:14px;padding:12px 14px;border:1px solid #e0f2fe;border-radius:14px;background:#f0f9ff;color:#075985;font-size:13px;line-height:1.55;display:flex;align-items:flex-start;gap:10px;text-align:left}.payment-manual-check-note strong{font-weight:900}.payment-polling-dot{width:8px;height:8px;margin-top:6px;border-radius:999px;background:#0ea5e9;box-shadow:0 0 0 6px #0ea5e924;flex:0 0 auto}.payment-history-table{display:grid;gap:10px}.payment-row{min-height:64px;padding:0;border:1px solid #eef2f6;border-radius:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:0;background:#fff;overflow:hidden}.payment-row.paid-row{cursor:default}.payment-row-main{min-height:64px;padding:0 16px;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;text-align:left;cursor:pointer}.payment-row-main:hover{background:#f8fafc}.payment-row.paid-row .payment-row-main:hover{background:transparent}.payment-check-button{margin:10px 12px 10px 0;min-width:96px;height:42px;padding:0 14px;border:1px solid #101828;border-radius:12px;background:#101828;color:#fff;font-size:13px;font-weight:900;cursor:pointer}.payment-check-button:disabled{cursor:default;opacity:.65}.payment-actions-grid button:disabled{cursor:default;opacity:.55}@media(max-width:760px){.payment-modal-card{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.payment-modal-scroll{padding:22px 18px 14px}.payment-modal-footer,.payment-actions-grid,.payment-row{grid-template-columns:1fr}.payment-row-main{grid-template-columns:1fr;gap:8px;padding:14px 16px}.payment-check-button{width:calc(100% - 24px);margin:0 12px 12px}.billing-current-card,.billing-note-card,.payment-history-card{padding:20px}}.addresses-page{display:grid;gap:18px}.addresses-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.address-stat-card{padding:20px;border-radius:22px}.address-stat-card span{display:block;color:#667085;font-size:13px;font-weight:650}.address-stat-card strong{display:block;margin-top:10px;color:#111827;font-size:30px;line-height:1;font-weight:720}.address-stat-card p{margin:12px 0 0;color:#667085;font-size:13px;line-height:1.55}.address-table-header{padding:24px}.address-filters{grid-template-columns:minmax(220px,1fr) minmax(150px,180px) minmax(150px,180px)}.address-code{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:10px;background:#f8fafc;border:1px solid #e6eaf0;color:#111827;font-size:13px;font-weight:650}.network-pill,.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;text-transform:capitalize;font-size:12px;font-weight:700}.network-pill.ethereum{background:#eef2ff;color:#3538cd}.network-pill.polygon{background:#fff1f3;color:#c01048}.status-pill.available{background:#ecfdf3;color:#027a48}.status-pill.assigned{background:#eff8ff;color:#175cd3}.status-pill.revoked{background:#f2f4f7;color:#475467}.table-skeleton{display:inline-block;height:14px;border-radius:999px;background:linear-gradient(90deg,#eef2f6,#f8fafc,#eef2f6);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.table-skeleton.short{width:72px}.table-skeleton.medium{width:128px}.table-skeleton.long{width:210px;max-width:100%}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1080px){.addresses-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.address-filters{grid-template-columns:1fr}}@media(max-width:680px){.addresses-overview-grid{grid-template-columns:1fr}.address-table-header{padding:18px}.address-code{max-width:180px}}.addresses-page{display:grid;gap:20px}.addresses-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.address-usage-card{padding:22px;border-radius:24px;display:grid;gap:16px}.address-usage-card span{display:block;color:#667085;font-size:13px;font-weight:700}.address-usage-card strong{display:block;margin-top:10px;color:#111827;font-size:32px;line-height:1;font-weight:720}.address-usage-card p{margin:12px 0 0;color:#667085;font-size:13px;line-height:1.55}.usage-progress{height:9px;border-radius:999px;overflow:hidden;background:#eef2f6}.usage-progress i{display:block;height:100%;min-width:0;border-radius:inherit;background:linear-gradient(90deg,#11a3cf,#69d4e7)}.address-table-card{padding:0;overflow:hidden}.address-table-card .api-key-table-wrap{margin:0 24px;border:1px solid #eef2f6;border-radius:18px;overflow:auto;background:#fff}.address-table-card .api-key-table{min-width:920px}.address-table-card .api-key-table th,.address-table-card .api-key-table td{padding:15px 16px}.address-table-card .table-pagination{padding:18px 24px 24px}@media(max-width:1080px){.addresses-usage-grid{grid-template-columns:1fr}}@media(max-width:680px){.address-table-card .api-key-table-wrap{margin:0 16px;border-radius:16px}.address-table-card .table-pagination{padding:16px}.address-usage-card{padding:18px}}.plan-grace-banner{margin-bottom:22px;padding:18px 20px;border:1px solid rgba(217,119,105,.28);border-radius:22px;background:radial-gradient(circle at 94% 0%,rgba(221,122,104,.18),transparent 34%),linear-gradient(135deg,#fff7edf5,#fffffff5);display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 50px #1118270f}.plan-grace-banner strong{display:block;color:#9a3412;font-size:15px;font-weight:760}.plan-grace-banner p{margin:6px 0 0;color:#7c2d12;font-size:14px;line-height:1.55}.plan-grace-banner button{min-height:42px;padding:0 16px;border-radius:13px;background:#111827;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}@media(max-width:720px){.plan-grace-banner{align-items:stretch;flex-direction:column}.plan-grace-banner button{width:100%}}.status-pill.cooldown{background:#fff7ed;color:#c2410c}.status-pill.active{background:#ecfdf3;color:#027a48}.status-pill.paused{background:#fffaeb;color:#b54708}.table-action-button{min-height:36px;padding:0 12px;border:1px solid #e4e7ec;border-radius:11px;background:#fff;color:#344054;font-size:13px;font-weight:700;cursor:pointer}.table-action-button:hover:not(:disabled){background:#f8fafc}.table-action-button.danger{border-color:#f0443838;color:#b42318;background:#fffbfa}.table-action-button:disabled{opacity:.65;cursor:not-allowed}.muted-table-text{color:#98a2b3}.warning-modal{width:min(460px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;padding:24px;border-radius:28px;background:#fff;border:1px solid #eef2f6;box-shadow:0 28px 90px #11182738}.warning-modal h3{margin:8px 0 0;color:#111827;font-size:24px;font-weight:720}.warning-modal p{margin:12px 0 0;color:#667085;font-size:14px;line-height:1.65}.warning-modal code{display:block;margin-top:16px;padding:12px;border-radius:14px;background:#f8fafc;color:#344054;overflow-wrap:anywhere}.warning-modal-actions{margin-top:22px;display:flex;justify-content:flex-end;gap:10px}.modal-secondary-button,.modal-danger-button{min-height:42px;padding:0 16px;border-radius:13px;font-size:14px;font-weight:700;cursor:pointer}.modal-secondary-button{border:1px solid #d0d5dd;background:#fff;color:#344054}.modal-danger-button{border:1px solid #d92d20;background:#d92d20;color:#fff}.modal-secondary-button:disabled,.modal-danger-button:disabled{opacity:.65;cursor:not-allowed}@media(max-width:680px){.warning-modal-actions{flex-direction:column}.modal-secondary-button,.modal-danger-button{width:100%}}.assignments-page .address-table-card{padding:0;overflow:hidden}.assignments-page .address-table-header{padding:26px 28px 22px;align-items:flex-start}.assignments-page .address-table-header h2{margin:6px 0 2px}.assignments-page .address-filters{min-width:min(560px,100%);grid-template-columns:minmax(220px,1fr) minmax(150px,180px) minmax(150px,180px)}.assignments-page .api-key-table-wrap{margin:0 28px;border-radius:18px;border:1px solid #eef2f6;overflow-x:auto;background:#fff}.assignments-page .api-key-table{min-width:1050px}.assignments-page .api-key-table th,.assignments-page .api-key-table td{height:auto;padding:18px 16px;vertical-align:middle}.assignments-page .api-key-table td code{display:inline-flex;align-items:center;max-width:190px;min-height:30px;padding:0 10px;border:1px solid #e6eaf0;border-radius:10px;background:#f8fafc;color:#344054;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assignments-page .api-key-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 28px 26px;color:#667085;font-size:13px;font-weight:750}.assignments-page .api-key-pagination div{display:flex;align-items:center;gap:8px}.assignments-page .api-key-pagination button{min-height:36px;padding:0 13px;border-radius:11px;border:1px solid #e4e7ec;background:#fff;color:#344054;font-size:12px;font-weight:800;cursor:pointer}.assignments-page .api-key-pagination button:hover:not(:disabled){background:#f8fafc}.assignments-page .api-key-pagination button:disabled{opacity:.48;cursor:not-allowed}.empty-table-state{display:grid;place-items:center;gap:8px;min-height:170px;padding:28px;text-align:center;color:#667085}.empty-table-state strong{color:#111827;font-size:16px}.empty-table-state p{margin:0;color:#667085;font-size:13px}.skeleton-line{display:inline-block;width:140px;height:14px;border-radius:999px;background:linear-gradient(90deg,#eef2f6,#f8fafc,#eef2f6);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-line.short{width:72px}.skeleton-line.medium{width:120px}@media(max-width:1080px){.assignments-page .address-table-header{display:grid}.assignments-page .address-filters{width:100%;min-width:0;grid-template-columns:1fr}}@media(max-width:680px){.assignments-page .address-table-header{padding:20px 18px 18px}.assignments-page .api-key-table-wrap{margin:0 16px;border-radius:16px}.assignments-page .api-key-pagination{padding:16px 16px 20px;align-items:stretch;flex-direction:column}.assignments-page .api-key-pagination div{width:100%}.assignments-page .api-key-pagination button{flex:1}}.webhooks-page{display:grid;gap:18px}.webhook-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.webhook-layout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;align-items:start}.webhook-form-card,.webhook-side-card{border:1px solid rgba(15,23,42,.08);border-radius:26px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a0f}.webhook-form-card{padding:24px;display:grid;gap:22px}.webhook-side-card{padding:22px;display:grid;gap:20px}.webhook-side-card h2,.webhook-form-card h2{margin:0;color:#101828;font-size:22px;font-weight:700}.webhook-side-card p{margin:12px 0 0;color:#667085;line-height:1.65}.toggle-row{display:inline-flex;align-items:center;gap:8px;color:#344054;font-size:14px;font-weight:650}.toggle-row input{width:18px;height:18px}.form-field{display:grid;gap:8px}.form-field label,.event-checkbox-list>label{color:#344054;font-size:13px;font-weight:700}.form-field input{width:100%;height:48px;border:1px solid #d0d5dd;border-radius:14px;padding:0 14px;color:#101828;background:#fff;font-size:14px;outline:none}.form-field input:focus{border-color:#46b8d2;box-shadow:0 0 0 4px #69d4e729}.form-field small,.event-checkbox-list small{color:#667085;font-size:12px;line-height:1.5}.field-error{color:#d92d20!important}.event-checkbox-list{display:grid;gap:10px}.event-option{width:100%;border:1px solid #e4e7ec;border-radius:16px;padding:14px;display:grid;gap:4px;text-align:left;background:#fff;cursor:pointer}.event-option span{color:#101828;font-size:14px;font-weight:700}.event-option.selected{border-color:#46b8d2;background:#69d4e71f}.confirmation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.webhook-actions,.webhook-side-actions{display:flex;gap:10px;flex-wrap:wrap}.primary-action,.secondary-action,.danger-action{min-height:44px;border:0;border-radius:14px;padding:0 16px;font-size:14px;font-weight:700;cursor:pointer}.primary-action{color:#fff;background:#101828}.secondary-action{color:#344054;background:#f2f4f7}.danger-action{color:#b42318;background:#fee4e2}.primary-action:disabled,.secondary-action:disabled,.danger-action:disabled{cursor:not-allowed;opacity:.55}.signature-box{border:1px solid #e4e7ec;border-radius:18px;padding:16px;display:grid;gap:9px;background:#f8fafc}.signature-box span{color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.signature-box code,.secret-reveal-box code{display:block;overflow-wrap:anywhere;color:#101828;font-size:13px}.secret-reveal-box{margin-top:14px;border:1px solid #e4e7ec;border-radius:16px;padding:14px;display:grid;gap:8px;background:#f8fafc;text-align:left}.secret-reveal-box span{color:#667085;font-size:12px;font-weight:700}.webhook-meta{color:#667085;font-size:13px}.webhook-meta p{margin:4px 0}.webhook-skeleton-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.skeleton-card{min-height:280px;border-radius:26px;background:linear-gradient(90deg,#f2f4f7,#fff,#f2f4f7);background-size:200% 100%;animation:skeleton-shimmer 1.3s infinite}@media(max-width:980px){.webhook-summary-grid,.webhook-layout-grid,.webhook-skeleton-grid{grid-template-columns:1fr}.webhook-side-card{min-width:0}}@media(max-width:620px){.webhook-form-card,.webhook-side-card{padding:18px;border-radius:22px}.confirmation-grid{grid-template-columns:1fr}.webhook-actions,.webhook-side-actions{flex-direction:column}.primary-action,.secondary-action,.danger-action{width:100%}}.secret-reveal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.secret-reveal-header button{min-height:30px;border:1px solid #d0d5dd;border-radius:10px;padding:0 10px;background:#fff;color:#344054;font-size:12px;font-weight:800;cursor:pointer}.signature-steps{border:1px solid #e4e7ec;border-radius:18px;padding:16px;background:#fff}.signature-steps>span,.verification-code-card span{color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.signature-steps ol{margin:10px 0 0;padding-left:18px;color:#475467;font-size:13px;line-height:1.65}.signature-steps li+li{margin-top:6px}.signature-steps code{color:#101828;font-size:12px;background:#f2f4f7;border-radius:6px;padding:2px 5px}.verification-code-card{border:1px solid #e4e7ec;border-radius:18px;padding:16px;display:grid;gap:12px;background:#0f172a}.verification-code-card span{color:#cbd5e1}.verification-code-card .secret-reveal-header button{border-color:#ffffff29;background:#ffffff14;color:#fff}.verification-code-card pre{margin:0;overflow:auto}.verification-code-card code{color:#e2e8f0;font-size:12px;line-height:1.65;white-space:pre}.webhook-panel-card{max-width:1180px}.webhook-layout{display:flex;flex-direction:column;gap:22px}.webhook-hero h1{margin-bottom:10px}.webhook-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.settings-card,.verify-card{border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#ffffffc7;box-shadow:0 20px 60px #0f172a14;padding:22px}.section-title-row,.actions-row,.secret-actions,.switch-row{display:flex;align-items:center;gap:12px}.section-title-row{justify-content:space-between;margin-bottom:18px}.section-title-row h2,.verify-card h2{margin:0 0 6px;font-size:18px}.field-label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;color:#0f172a;font-size:14px;font-weight:700}.field-label input{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:12px 14px;font-size:14px;outline:none}.event-list{display:flex;flex-wrap:wrap;gap:10px}.event-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.1);border-radius:999px;padding:9px 12px;background:#fff;font-size:13px;font-weight:600}.confirmations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.secret-box{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);padding:16px;margin:4px 0 18px}.secret-box span,.secret-box small{display:block;color:#64748b;font-size:12px}.secret-box strong{display:block;margin:4px 0;word-break:break-all}.primary-button,.secondary-button,.secret-actions button,.verify-card button{border:0;border-radius:14px;padding:11px 14px;cursor:pointer;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button{background:#0f172a;color:#fff}.secondary-button,.secret-actions button,.verify-card button{background:#eef2ff;color:#1e293b}button:disabled{cursor:not-allowed;opacity:.55}.notice-box{border-radius:16px;background:#ecfeff;color:#155e75;border:1px solid rgba(8,145,178,.22);padding:12px 14px;font-weight:700}.verify-card{align-self:start}.verify-card p{color:#475569;line-height:1.65}.verify-card code{background:#f1f5f9;padding:2px 5px;border-radius:6px}.verify-card pre{white-space:pre-wrap;background:#0f172a;color:#e2e8f0;border-radius:16px;padding:14px;font-size:12px;line-height:1.7;overflow:auto}.deliveries-card{padding:0;overflow:hidden}.deliveries-card .section-title-row{padding:22px 22px 0}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse;font-size:13px}.table-wrap th,.table-wrap td{text-align:left;border-top:1px solid rgba(15,23,42,.08);padding:13px 16px;vertical-align:top}.table-wrap th{color:#64748b;background:#f8fafc;font-size:12px}.status-badge{border-radius:999px;padding:5px 9px;font-weight:800;font-size:12px}.status-badge.success{background:#dcfce7;color:#166534}.status-badge.failed{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.empty-cell{text-align:center!important;color:#64748b;padding:28px!important}@media(max-width:900px){.webhook-grid,.confirmations-grid{grid-template-columns:1fr}.secret-box,.section-title-row,.actions-row{align-items:stretch;flex-direction:column}}.webhook-deliveries-card{margin-top:4px;overflow:hidden}.webhook-deliveries-description{margin:8px 0 0;color:#667085;font-size:13px;line-height:1.6}.webhook-deliveries-table-wrap{overflow-x:auto;border:1px solid #e4e7ec;border-radius:18px}.webhook-deliveries-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}.webhook-deliveries-table th,.webhook-deliveries-table td{padding:13px 14px;border-top:1px solid #eef2f6;text-align:left;vertical-align:top;color:#344054}.webhook-deliveries-table th{border-top:0;color:#667085;background:#f8fafc;font-size:12px;font-weight:800}.webhook-empty-cell{text-align:center!important;color:#667085!important;padding:22px!important}.webhook-deliveries-header{gap:16px;align-items:flex-start}.webhook-delivery-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.webhook-delivery-help-grid>div{border:1px solid #e4e7ec;background:#f8fafc;border-radius:16px;padding:14px}.webhook-delivery-help-grid strong,.webhook-delivery-help-grid span{display:block}.webhook-delivery-help-grid strong{color:#111827;font-size:13px;margin-bottom:4px}.webhook-delivery-help-grid span{color:#667085;font-size:12px;line-height:1.5}.webhook-delivery-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.text-action{border:0;padding:0;background:transparent;color:#1570ef;font-size:13px;font-weight:800;cursor:pointer}.text-action:disabled{color:#98a2b3;cursor:not-allowed}.retry-action{color:#dc6803}.webhook-delivery-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a61;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.webhook-delivery-modal{width:min(760px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;border:1px solid #e4e7ec;border-radius:28px;background:#fff;padding:24px;box-shadow:0 24px 70px #0f172a3d}.webhook-delivery-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.webhook-delivery-detail-grid>div,.webhook-delivery-detail-block{border:1px solid #e4e7ec;border-radius:16px;background:#f8fafc;padding:13px}.webhook-delivery-detail-grid span,.webhook-delivery-detail-block span{display:block;color:#667085;font-size:12px;font-weight:800;margin-bottom:6px}.webhook-delivery-detail-grid strong{color:#101828;font-size:14px}.webhook-delivery-detail-block{margin-top:12px}.webhook-delivery-detail-block code,.webhook-delivery-detail-block pre{display:block;width:100%;margin:0;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#344054;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.6}.webhook-modal-actions{display:flex;justify-content:flex-end;margin-top:18px}@media(max-width:860px){.webhook-delivery-help-grid,.webhook-delivery-detail-grid{grid-template-columns:1fr}.webhook-delivery-modal-backdrop{align-items:flex-start;padding:14px}}.dashboard-overview-page{display:grid;gap:24px}.dashboard-summary-grid{margin-bottom:0}.dashboard-data-card{overflow:hidden}.dashboard-data-table th,.dashboard-data-table td{white-space:nowrap}.dashboard-toggle-filter{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb;color:#475569;font-size:13px;font-weight:700}.status-pill.incoming,.status-pill.balance{background:#dcfce7;color:#15803d}.status-pill.outgoing,.status-pill.detect_transaction{background:#fef3c7;color:#b45309}.status-pill.orphaned{background:#fee2e2;color:#b91c1c}.dashboard-overview-page,.dashboard-data-card{min-width:0}.dashboard-table-header{align-items:flex-start;flex-wrap:wrap;gap:18px 24px}.dashboard-table-header>div:first-child{min-width:220px}.dashboard-filters{min-width:0;width:min(100%,640px);display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(150px,.8fr) minmax(150px,.8fr);gap:10px;align-items:center}.dashboard-table-header .dashboard-filters select,.dashboard-table-header .dashboard-filters input{min-width:0}.dashboard-table-scroll{width:auto;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.dashboard-data-card .api-key-table-wrap{max-width:calc(100% - 48px)}.dashboard-transactions-table{min-width:1180px!important}.dashboard-balances-table{min-width:980px!important}.dashboard-data-table th,.dashboard-data-table td{height:62px;vertical-align:middle}.dashboard-toggle-filter{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;min-height:46px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;color:#344054;font-size:13px;font-weight:800;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-toggle-filter input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.dashboard-toggle-box{width:18px;height:18px;border-radius:5px;border:1.5px solid #cbd5e1;background:#fff;box-shadow:inset 0 1px #0f172a08;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.dashboard-toggle-box:after{content:"";display:block;width:5px;height:9px;margin:2px 0 0 5px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .16s ease}.dashboard-toggle-filter input:checked+.dashboard-toggle-box{background:#101828;border-color:#101828;box-shadow:0 0 0 4px #10182814}.dashboard-toggle-filter input:checked+.dashboard-toggle-box:after{transform:rotate(45deg) scale(1)}.dashboard-toggle-filter:focus-within{border-color:#7dd3fc;box-shadow:0 0 0 4px #0ea5e91a}@media(max-width:980px){.dashboard-filters{width:100%;grid-template-columns:1fr 1fr}.dashboard-filters input{grid-column:1 / -1}.dashboard-data-card .api-key-table-wrap{max-width:calc(100% - 32px)}}@media(max-width:640px){.dashboard-filters{grid-template-columns:1fr}}
