@charset "UTF-8";
:root{--ink:#1e2b34;--muted:#768089;--line:#e1e5e5;--paper:#f5f7f6;--green:#cde998;--deep:#123f38;--red:#ad433f;--white:#fff;--radius:12px;font-family:"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);font-size:14px;line-height:1.65;background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;transition:background .15s,transform .15s}button:disabled{cursor:wait;opacity:.55}button:hover:not(:disabled){filter:brightness(.96)}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #92bfc0;outline-offset:3px}input,textarea,select{width:100%;border:1px solid #d7dddd;border-radius:8px;padding:12px 14px;background:#fff;color:var(--ink);outline:none}input:focus,textarea:focus,select:focus{border-color:#448a7e;box-shadow:0 0 0 3px #42857612}textarea{resize:vertical}label{display:block;font-weight:600;margin:19px 0 7px}h1,h2,h3,p{margin-top:0}h2{font-size:20px;font-weight:650;letter-spacing:-.5px;margin-bottom:8px}h3{font-size:18px;margin-bottom:8px}p{margin-bottom:14px}a{color:inherit;text-decoration:none}code,.mono{font-family:Consolas,"Cascadia Code",monospace}code{font-size:12px}small{font-size:11px}[hidden]{display:none!important}.muted{color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#6a7b76}.eyebrow.light{color:#aac5b9}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:11px 18px;border-radius:8px;font-weight:600;white-space:nowrap}.primary{background:var(--deep);color:white}.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.wide{width:100%;justify-content:space-between;margin-top:20px}.text-button{background:transparent;color:var(--deep);font-weight:600}.icon-button{font-size:24px;background:transparent;padding:0 7px;color:var(--muted)}.brand{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:750;letter-spacing:.8px}.brand small{display:block;font-weight:400;color:#8a9e9b;letter-spacing:2px;font-size:10px;margin-top:1px}.brand-symbol{background:var(--green);color:#173d32;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:35px;line-height:1;width:43px;height:43px;position:relative;font-style:italic}.brand-symbol span{font-size:16px;position:absolute;right:2px;top:3px}.brand-label{opacity:.4;font-size:10px}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-story{background:#173d36;color:#fff;padding:48px 60px;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:580px;height:580px;right:-360px;bottom:-230px;border:1px solid #cde99830;border-radius:50%;box-shadow:0 0 0 75px #cde99806,0 0 0 150px #cde99804;pointer-events:none}.login-story h1{font-size:clamp(30px,3vw,51px);font-weight:500;line-height:1.55;letter-spacing:-2px;margin:22px 0}.login-story em{font-style:normal;color:var(--green)}.login-story p{color:#acc4bc;line-height:2}.login-story footer{font-size:11px;color:#acc4bc;display:flex;align-items:center;gap:10px}.status-dot{display:inline-block;background:#6fa763;width:7px;height:7px;border-radius:50%;flex-shrink:0}.login-form-wrap{display:flex;align-items:center;justify-content:center;position:relative;padding:50px}.login-form-wrap form{width:380px}.login-form-wrap h2{font-size:28px;margin-top:15px}.login-form-wrap .muted{font-size:13px}.login-foot{position:absolute;bottom:34px;color:#9ca6a6;font-size:11px}.privacy-note{display:flex;gap:12px;color:var(--muted);font-size:12px;margin-top:30px}.privacy-note span{font-size:21px;color:#549180}.field-error{color:var(--red);font-size:12px;min-height:10px;margin:10px 0}.app-shell{min-height:100vh;display:flex}.sidebar{width:220px;flex-shrink:0;background:#142e2b;color:#d4e0da;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:32px 20px}.sidebar .brand{padding:0 5px}.nav-caption{color:#718e85;font-size:10px;letter-spacing:2px;margin:49px 15px 13px}.nav-item{display:flex;gap:13px;align-items:center;text-align:left;width:100%;padding:13px 16px;background:transparent;color:#9fb4ac;border-radius:8px;margin-bottom:7px}.nav-item>span{font-size:21px;line-height:1;font-weight:400}.nav-item.selected{background:#d4eca6;color:#183a2d;font-weight:600}.sidebar-bottom{margin-top:auto;padding:20px 12px 0}.tag{font-size:9px;letter-spacing:1.3px;color:#79968b}.sidebar-bottom p{font-size:12px;margin-top:11px;display:flex;align-items:center;gap:8px}.logout{border-top:1px solid #ffffff12;color:#a1b6ae;background:none;width:100%;padding:17px 0 0;text-align:left;font-size:12px;display:flex;justify-content:space-between}.main-shell{margin-left:220px;flex:1;min-width:0}.topbar{height:76px;border-bottom:1px solid var(--line);padding:0 42px;display:flex;align-items:center;justify-content:space-between;font-size:12px;background:#fafbfa}.slash{margin:0 13px;color:#b6bebc}.topbar-right{display:flex;align-items:center;gap:19px;color:#86918c}.topbar .mono{font-size:11px}.avatar{display:grid;place-items:center;border:1px solid #d6ded6;background:#eef2e8;color:#536953;border-radius:50%;width:31px;height:31px;font:13px Georgia,serif}main{max-width:1510px;margin:auto;padding:39px 42px 20px}.page-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.page-title h1{font-size:34px;letter-spacing:-1.2px;font-weight:650;margin:5px 0 8px;line-height:1.4}.title-dot{color:#94b66c;margin-left:2px}.page-title p{font-size:12px;margin:0}.page-title .secondary{font-size:12px;padding:9px 15px}.page-panel{animation:enter .25s ease}.stats{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:16px;margin-bottom:36px}.stats article{min-height:145px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px}.stat-label{font-size:12px;color:#7a8581;display:flex;gap:8px;align-items:center}.stat-number{font:42px Georgia,serif;line-height:1.25;margin:9px 0 6px}.stat-value{font-size:24px;font-weight:600;line-height:1.4;margin:13px 0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:270px}.stat-foot{font-size:11px;color:#8b9490}.stats .stat-accent{background:#eaf0e3;border-color:#dde5d5}.stat-accent .stat-value{color:#31553e;display:flex;justify-content:space-between;max-width:none}.spark{font-size:26px;font-weight:400}.section-toolbar{display:flex;justify-content:space-between;align-items:center;margin:0 0 17px;gap:20px}.section-toolbar h2{font-size:18px;display:flex;align-items:center;gap:10px}.section-toolbar p{font-size:11px;color:#8a9490;margin:0}.count-badge{font:11px Consolas,monospace;background:#e7ece7;color:#5c7364;padding:2px 7px;border-radius:5px}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:12px}th{text-align:left;color:#87918d;font-weight:500;background:#fafcfb;padding:16px 22px;font-size:11px;border-bottom:1px solid var(--line)}td{padding:22px;border-bottom:1px solid #edf0ed}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#fcfdfb}.align-right{text-align:right}.account-cell{display:flex;align-items:center;gap:12px;max-width:300px}.account-icon{display:grid;place-items:center;width:39px;height:39px;background:#eef2eb;color:#4f6c51;font:20px Georgia,serif;border-radius:9px;flex-shrink:0}.account-cell strong{font-weight:600;display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis}.account-cell small{color:#929c98;font-size:10px}.pill{font-size:10px;border-radius:20px;padding:4px 9px;display:inline-flex;align-items:center;gap:5px;background:#edf1ed;color:#6c7c6d}.pill.green{color:#397656;background:#edf6ef}.pill.amber{color:#9b7a3d;background:#f9f3e5}.pill.red{color:var(--red);background:#fbefed}.mini-active{font-size:9px;border:1px solid #d0e1be;color:#5b7b42;border-radius:4px;padding:1px 5px;margin-left:7px;font-weight:400}.actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.actions button{font-size:11px;background:none;padding:6px 8px;border-radius:5px;color:#76847c}.actions .switch{color:#365e45;background:#eff4e9;border:1px solid #e0e9d8}.actions .danger{color:#a46762}.note-row{display:flex;gap:10px;font-size:11px;color:#85918a;line-height:1.8;margin:18px 0 30px}.note-row p{margin:0;max-width:850px}.bottom-guide{border-top:1px solid var(--line);padding:30px 0 22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.bottom-guide h3{font-weight:500;font-size:18px;margin:7px 0}.bottom-guide p{color:#88948d;font-size:11px;margin:0}.bottom-guide .text-button{font-size:12px}.main-footer{display:flex;justify-content:space-between;font-size:9px;color:#a0aaa4;border-top:1px solid var(--line);padding:21px 0 0;margin-top:22px;letter-spacing:1px}.empty{text-align:center;padding:54px 20px}.empty-icon{font-size:34px;color:#9fb69a;display:block;margin-bottom:14px}.empty p{color:var(--muted);font-size:12px}.banner{padding:15px 18px;background:#eaf1e6;border:1px solid #dce7d5;color:#5b7550;border-radius:8px;font-size:12px;margin-bottom:26px}.banner.warning{background:#fbf2eb;border-color:#edd9cb;color:#9a6455}.surface{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.test-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:22px;margin-bottom:32px}.test-form h2{margin-top:12px}.test-form>.muted{font-size:12px}.active-strip{background:#f4f6f2;padding:11px 13px;border-radius:7px;font-size:11px;color:#8a9689;display:flex;justify-content:space-between}.active-strip strong{color:#527052}.test-form label{font-size:12px}.response-surface{display:flex;flex-direction:column}.response-header{display:flex;align-items:center;justify-content:space-between}.response-header h2{margin:0}.test-output{white-space:pre-wrap;overflow-wrap:anywhere;font:14px/1.9 "Segoe UI","Microsoft YaHei",sans-serif;padding:23px 0;flex:1;color:#5f6c66}.response-surface .mono{font-size:11px}.history{background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 20px}.history-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:11px}.history-row:last-child{border-bottom:0}.history-empty{padding:24px;margin:0;text-align:center;font-size:12px;color:var(--muted)}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.guide-grid h2{margin-top:12px}.guide-grid p{font-size:12px;color:var(--muted);line-height:1.9}.guide-grid label{font-size:11px}.code-block{padding:12px;background:#f4f6f3;border-radius:7px;display:flex;align-items:center;gap:10px;justify-content:space-between;margin:15px 0}.code-block code{overflow-wrap:anywhere;font-size:11px;color:#4d6954}.copy-button{font-size:10px;white-space:nowrap;background:white;border:1px solid #e0e5de;border-radius:5px;padding:4px 7px;color:#5f7967}.endpoints{margin-top:22px}.endpoints>div{display:flex;align-items:center;gap:20px;padding:15px 0;border-top:1px solid var(--line)}.endpoints span{color:#669066;font:10px Consolas,monospace;width:40px}.endpoints p{margin:0 0 0 auto;color:var(--muted);font-size:11px}dialog{width:min(560px,calc(100vw - 30px));padding:29px;border:1px solid #d5ddd5;border-radius:15px;color:var(--ink);box-shadow:0 24px 90px #0e302132}dialog::backdrop{background:#11272065;backdrop-filter:blur(3px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center}.dialog-heading h2{font-size:24px;margin:4px 0 10px}dialog .muted{font-size:12px}dialog label{font-size:12px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:25px 15px;background:#f4f7f1;border:1px dashed #b9ccb1;border-radius:9px;cursor:pointer;margin:22px 0 17px}.file-drop>span{font-size:27px;color:#668c59}.file-drop strong{font-size:12px;color:#56774e}.file-drop small{color:#8d9b87;font-size:10px}.file-drop input{width:100%;border:0;font-size:11px;padding:8px;background:transparent}.file-drop.drag-over{background:#e1eed2}details summary{font-size:11px;color:#7b897d;cursor:pointer}details textarea{margin-top:12px;font:11px/1.6 Consolas,monospace}.secret-value{padding:18px;background:#eff4e9;overflow-wrap:anywhere;border-radius:8px;color:#426136}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);background:#173d36;color:#fff;box-shadow:0 8px 25px #173d3620;padding:12px 24px;border-radius:9px;z-index:20;font-size:13px;max-width:90vw}.boot{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.boot p{color:var(--muted);font-size:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes enter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:1100px){.sidebar{width:185px;padding:28px 13px}.sidebar .brand{font-size:11px;gap:8px}.brand-symbol{width:35px;height:35px;font-size:28px}.main-shell{margin-left:185px}main{padding:30px 25px 20px}.topbar{padding:0 25px}.stats{gap:12px}.stats article{padding:18px}.stat-value{font-size:20px;max-width:170px}.actions{gap:0}td,th{padding:16px 14px}.test-layout{grid-template-columns:1fr 1fr}.guide-grid{grid-template-columns:1fr}}@media(max-width:760px){.login-screen{grid-template-columns:1fr}.login-story{min-height:auto;padding:26px}.login-story>div,.login-story footer{display:none}.login-form-wrap{padding:48px 24px;min-height:calc(100vh - 95px)}.login-form-wrap form{width:100%;max-width:390px}.sidebar{position:static;width:100%;padding:15px 18px;display:block}.app-shell{display:block}.sidebar .brand{font-size:13px}.sidebar small,.nav-caption,.sidebar-bottom .tag,.sidebar-bottom p{display:none}.sidebar nav{display:flex;gap:5px;margin-top:18px;overflow:auto}.nav-item{padding:9px 12px;white-space:nowrap;justify-content:center;font-size:11px;gap:6px;margin:0}.nav-item>span{font-size:17px}.sidebar-bottom{position:absolute;top:22px;right:24px;padding:0}.logout{border:0;padding:0;gap:8px;font-size:11px}.main-shell{margin:0}.topbar{height:53px;padding:0 20px}.topbar .mono{display:none}main{padding:24px 18px 15px}.page-title h1{font-size:29px}.page-title p{max-width:260px;font-size:11px}.page-title{align-items:flex-start;margin-bottom:23px}.page-title .secondary{margin-top:21px}.stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.stats article{min-height:128px;padding:16px}.stats article:last-child{grid-column:1/-1;min-height:74px;display:flex;justify-content:space-between;align-items:center;gap:10px}.stat-accent .stat-value{font-size:18px;margin:0}.stat-accent .spark{display:none}.stat-number{font-size:33px}.stat-label,.stat-foot{font-size:10px}.stat-value{font-size:18px}.section-toolbar{align-items:center;gap:12px}.section-toolbar p{max-width:220px;font-size:10px}.section-toolbar h2{font-size:16px}.section-toolbar>.primary{padding:9px 11px;font-size:11px}.bottom-guide{align-items:flex-start;flex-direction:column;padding:22px 0}.bottom-guide h3{font-size:17px}.main-footer span:last-child{display:none}.test-layout{grid-template-columns:1fr}.surface{padding:20px}.response-surface{min-height:250px}.history-row{gap:10px;flex-wrap:wrap}.endpoints>div{gap:10px;flex-wrap:wrap}.endpoints p{width:100%;margin-left:50px}.page-title .eyebrow{font-size:9px}.account-cell strong{max-width:160px}dialog{padding:22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
.account-modes{display:flex;gap:5px;padding:5px;background:#edf1ed;border-radius:9px;margin:22px 0 12px}.account-modes button{flex:1;background:transparent;color:#84918a;padding:10px 8px;border-radius:7px;font-size:13px}.account-modes button[aria-pressed=true]{background:#fff;color:#285e47;box-shadow:0 1px 5px #173d3608}.oauth-step{display:flex;gap:15px;margin-top:25px}.step-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#edf4e9;border:1px solid #dce7d6;color:#64875b;flex-shrink:0;font-size:12px}.oauth-step h3{font-size:15px;font-weight:600;margin:0 0 6px}.oauth-step p{line-height:1.9}.oauth-step .secondary,.oauth-step .primary{font-size:12px}.oauth-status{margin:23px 0 0;line-height:1.8}.oauth-step>div{min-width:0;flex:1}#oauth-link-box{margin-top:13px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}#oauth-open{max-width:100%}#oauth-retry{margin-top:12px;font-size:12px}#account-dialog{max-height:92vh;overflow-y:auto}
.pool-summary{display:flex;justify-content:space-between;gap:15px;padding:0 0 25px;margin-bottom:24px;border-bottom:1px solid var(--line);font-size:12px;color:#7d9085}.pool-summary strong{color:#406957;font-weight:500}.pool-toolbar{display:flex;gap:14px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px 12px 0 0}.pool-toolbar input{max-width:300px;margin-right:auto;font-size:12px}.pool-toolbar select{max-width:145px;font-size:12px}.pool-toolbar+.table-wrap{border-radius:0 0 12px 12px;border-top:0}.cell-note{display:block;color:#8a9a91;font:10px/1.8 "Segoe UI","Microsoft YaHei",sans-serif;margin-top:5px;max-width:190px;white-space:normal}.cell-note.field-error{color:#aa7160}.credit-number{font:16px Consolas,monospace;color:#4a7561}.pool-actions{flex-wrap:wrap;max-width:240px;margin-left:auto}.pool-settings{background:#eaf1eb;border:1px solid #d6e3d7;border-radius:12px;padding:25px;margin:25px 0}.pool-settings h3{font-size:16px;color:#416c54}.pool-settings p{font-size:11px;color:#809789}.pool-controls{display:flex;align-items:flex-end;gap:18px;flex-wrap:wrap}.pool-controls label{font-size:11px;margin:5px 0 0;min-width:160px}.pool-controls select,.pool-controls input[type=time]{margin-top:5px;font-size:12px}.pool-controls .inline-checkbox{display:flex;align-items:center;gap:8px;align-self:center}.inline-checkbox input{width:16px;height:16px}.pool-controls button{margin-left:auto;font-size:12px}.pool-summary+#pool-result{margin-top:15px}#pool-result{margin-top:15px;white-space:pre-wrap}@media(max-width:760px){.pool-summary{flex-direction:column;gap:8px}.pool-toolbar{padding:12px;gap:8px;flex-wrap:wrap}.pool-toolbar input{max-width:none;width:100%}.pool-toolbar select{flex:1}.pool-toolbar button{font-size:11px}.pool-settings{padding:18px}.pool-controls label{min-width:140px;flex:1}.pool-controls button{margin:0;width:100%}}
.dashboard-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:24px 0 32px;border-bottom:1px solid var(--line)}.dashboard-metrics article{border-right:1px solid var(--line);padding-right:18px}.dashboard-metrics article:last-child{border:0}.dashboard-metrics span{font-size:12px;color:#788e84;display:block}.dashboard-metrics strong{display:block;font:34px/1.4 Consolas,monospace;margin:16px 0;color:#253e35;letter-spacing:-1.8px}.dashboard-metrics small{font-size:10px;color:#8b9a91}.dashboard-detail{display:flex;align-items:center;flex-wrap:wrap;gap:24px;padding:20px 0 28px;font-size:11px;color:#88978f}.dashboard-detail b{color:#425f50;font-family:Consolas,monospace;margin-left:9px}.dashboard-detail .primary{margin-left:auto;font-size:12px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:23px}.dash-accounts,.dash-recent{padding:24px;margin-bottom:24px}.dashboard-grid h2{font-size:17px}.dashboard-grid .muted{font-size:11px;margin:5px 0 0}.dashboard-account{display:flex;align-items:center;gap:12px;padding:20px 0;border-bottom:1px solid #edf0eb;font-size:12px}.dashboard-account:last-child{border-bottom:0;padding-bottom:0}.dashboard-account>div{min-width:0}.dashboard-account small{overflow-wrap:anywhere}.dashboard-account-credit{margin-left:auto;white-space:nowrap;text-align:right}.dashboard-account-credit strong{font:14px Consolas,monospace;color:#3e6651}.dashboard-connect{background:#193d32;color:#ecf4ec;padding:25px;border-radius:13px}.dashboard-connect h2{font-size:25px;line-height:1.8;font-weight:450;letter-spacing:-1px;margin:30px 0 10px}.dashboard-connect p{font-size:11px;color:#a7bfac}.dashboard-connect label{font-size:9px;letter-spacing:2px;color:#90b59e;margin-top:30px}.dashboard-connect code{display:block;overflow-wrap:anywhere;font-size:11px;background:#133429;padding:13px;border-radius:7px;color:#d3e5cc}.dashboard-connect .secondary{background:#285342;color:#e6eedc;border-color:#3a6250;font-size:11px;margin-top:13px;width:100%}.dashboard-link{display:block;background:transparent;color:#b9d0bf;margin-top:28px;font-size:12px}.dash-start{padding:25px 5px}.dash-start h3{font-size:14px}.dash-start button{display:block;background:transparent;border-bottom:1px solid var(--line);padding:16px 0;color:#557d65;width:100%;text-align:left;font-size:12px}.dash-start p{line-height:1.9;margin-top:18px!important}.dashboard-table{overflow:auto;margin:15px -24px -24px}.dashboard-table table{white-space:normal}.dashboard-table th{background:transparent}.dashboard-table td{font-size:11px;padding-top:13px;padding-bottom:13px}.dashboard-table td:first-child{min-width:128px}.dashboard-table code{font-size:10px}.dash-recent .eyebrow{font-size:9px;white-space:nowrap}.dashboard-account .cell-note{font-size:9px}@media(max-width:1200px){.dashboard-grid{grid-template-columns:minmax(0,1fr) 230px}.dashboard-metrics{gap:18px}.dashboard-metrics strong{font-size:29px}.dashboard-detail{gap:16px}.dashboard-account .pill{font-size:9px}}@media(max-width:1000px){.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>aside{display:grid;grid-template-columns:1fr 1fr;gap:25px}.dashboard-connect h2{margin-top:16px}.dashboard-detail .primary{margin-left:0}.dashboard-account small{max-width:none}}@media(max-width:760px){.dashboard-metrics{grid-template-columns:1fr 1fr;gap:24px 16px;padding-top:10px}.dashboard-metrics article:nth-child(2){border:0}.dashboard-metrics strong{font-size:30px;margin:10px 0}.dashboard-detail{gap:14px}.dashboard-grid>aside{grid-template-columns:1fr}.dash-accounts,.dash-recent{padding:18px}.dashboard-table{margin:15px -18px -18px}.dashboard-account{flex-wrap:wrap}.dashboard-account .cell-note{max-width:170px}.dashboard-account .pill{margin-left:0}.dash-recent .eyebrow{display:none}}
