@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #132442;
  --navy-deep: #0d1b34;
  --ink: #19263c;
  --muted: #8190a8;
  --line: #e8edf4;
  --soft: #f6f8fb;
  --blue: #3869e8;
  --blue-soft: #edf2ff;
  --green: #2bb087;
  --orange: #f39b45;
  --purple: #8667dd;
  --shadow: 0 20px 55px rgba(27, 47, 81, .08);
  font-family: 'Manrope', 'Noto Sans SC', sans-serif;
  color: var(--ink);
  background: #f8fafc;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f8fafc; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 244px; flex: 0 0 244px; background: var(--navy); color: #fff; padding: 34px 20px 25px; display: flex; flex-direction: column; }
.brand-lockup { display: flex; align-items: center; gap: 12px; padding: 0 12px; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: #5e7fff; font-weight: 800; font-size: 18px; box-shadow: 0 8px 18px rgba(94,127,255,.25); }
.brand-name { font-size: 17px; font-weight: 800; letter-spacing: .02em; }
.brand-caption { margin-top: 3px; color: #8d9db9; font-size: 8px; letter-spacing: .15em; }
.side-nav { margin-top: 72px; display: grid; gap: 8px; }
.nav-item { color: #aab7ce; text-decoration: none; height: 48px; border-radius: 12px; padding: 0 13px; display: flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 600; transition: .2s ease; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav-item.active { color: #fff; background: #26385b; box-shadow: inset 3px 0 0 #91aaff; }
.nav-icon { width: 19px; text-align: center; font-size: 20px; font-weight: 400; }
.nav-count { margin-left: auto; min-width: 24px; padding: 3px 6px; border-radius: 8px; background: rgba(255,255,255,.1); color: #d4def1; font-family: 'DM Mono', monospace; font-size: 10px; text-align: center; }
.sidebar-footer { margin-top: auto; padding: 17px 13px 0; border-top: 1px solid rgba(255,255,255,.11); }
.status-dot { display: flex; align-items: center; gap: 7px; color: #b5c2d8; font-size: 11px; }
.status-dot span { display: block; width: 7px; height: 7px; border-radius: 100%; background: #48d2a3; box-shadow: 0 0 0 4px rgba(72,210,163,.1); }
.sidebar-note { margin-top: 11px; color: #667897; font-size: 10px; }

.main-content { width: min(1440px, calc(100% - 244px)); padding: 48px clamp(28px, 5vw, 72px) 35px; margin: 0 auto; }
.topbar { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; }
.eyebrow { margin: 0 0 9px; color: #8d9ab0; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: clamp(26px, 3vw, 34px); letter-spacing: -.04em; }
.topbar-actions, .heading-actions { display: flex; align-items: center; gap: 11px; }
.icon-button, .close-button { border: 0; background: transparent; color: #8b98ae; font-size: 23px; width: 39px; height: 39px; border-radius: 11px; transition: .2s; }
.icon-button:hover, .close-button:hover { background: var(--blue-soft); color: var(--blue); }
.primary-button { border: 0; color: white; background: var(--blue); min-height: 41px; border-radius: 10px; padding: 0 16px; font-size: 12px; font-weight: 700; box-shadow: 0 8px 19px rgba(56,105,232,.19); transition: transform .15s, background .2s; }
.primary-button:hover { background: #2c59d5; transform: translateY(-1px); }
.primary-button span { font-size: 17px; vertical-align: -1px; margin-right: 3px; }
.small-button { min-height: 37px; font-size: 11px; }

.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-top: 35px; }
.metric-card { min-height: 145px; padding: 20px 21px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(30,54,93,.025); }
.metric-primary { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 12px 25px rgba(19,36,66,.14); }
.metric-topline { display: flex; align-items: center; justify-content: space-between; color: #8390a6; font-size: 11px; font-weight: 600; }
.metric-primary .metric-topline { color: #aebbd0; }
.metric-badge { padding: 4px 7px; border-radius: 5px; color: #b9c7ff; background: rgba(117,145,255,.18); font-family: 'DM Mono', monospace; font-size: 9px; }
.metric-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; font-weight: 800; font-size: 14px; }
.metric-icon.purple { background: #f1edff; color: var(--purple); }
.metric-icon.orange { background: #fff3e7; color: var(--orange); }
.metric-icon.green { background: #e7faf4; color: var(--green); }
.metric-value { margin-top: 18px; font-family: 'DM Mono', monospace; font-size: 25px; letter-spacing: -.06em; white-space: nowrap; }
.metric-value.metric-text { font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.metric-value small { font-family: 'Noto Sans SC', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.metric-foot { margin-top: 8px; color: #9aa6b9; font-size: 10px; }
.metric-primary .metric-foot { color: #8798b5; }
.metric-foot strong { color: #687997; font-family: 'DM Mono', monospace; }
.metric-primary .metric-foot strong { color: #cdd8ec; }

.records-panel { margin-top: 39px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 26px 29px 21px; }
.panel-heading h2 { margin-bottom: 7px; font-size: 17px; letter-spacing: -.03em; }
.panel-heading p { margin-bottom: 0; color: #9aa6b9; font-size: 11px; }
.text-button { border: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 700; }
.text-button:hover { color: #284fc2; }
.outline-button { min-height: 34px; padding: 0 11px; border: 1px solid #dbe3ee; border-radius: 8px; color: #667895; background: #fff; font-size: 11px; font-weight: 700; }
.outline-button:hover { border-color: #a9bce7; color: var(--blue); background: #f9fbff; }
.outline-button span { margin-left: 5px; font-size: 13px; }
.toolbar { display: flex; align-items: center; gap: 10px; padding: 0 29px 20px; border-bottom: 1px solid var(--line); }
.search-box { height: 36px; display: flex; align-items: center; gap: 8px; flex: 1; min-width: 160px; max-width: 340px; padding: 0 11px; border: 1px solid #e2e8f1; border-radius: 8px; color: #93a0b4; }
.search-box span { font-size: 21px; line-height: 1; transform: rotate(-15deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); font-size: 11px; background: transparent; }
.search-box input::placeholder { color: #aab5c5; }
.select-box { display: flex; align-items: center; gap: 7px; height: 36px; padding: 0 10px; border: 1px solid #e2e8f1; border-radius: 8px; color: #9aa6b8; font-size: 10px; white-space: nowrap; }
.select-box select { min-width: 74px; border: 0; outline: 0; color: #63728c; background: transparent; font-size: 11px; cursor: pointer; }
.reset-button { border: 0; color: #96a2b5; background: transparent; font-size: 10px; white-space: nowrap; }
.reset-button:hover { color: var(--blue); }
.table-wrap { overflow-x: auto; min-height: 250px; }
table { width: 100%; min-width: 930px; border-collapse: collapse; }
th { padding: 14px 14px; color: #99a5b7; background: #fbfcfe; font-size: 10px; font-weight: 600; text-align: left; white-space: nowrap; }
th:first-child, td:first-child { padding-left: 29px; }
th:last-child, td:last-child { padding-right: 29px; }
td { padding: 17px 14px; border-top: 1px solid #f0f3f7; color: #42516a; font-size: 11px; white-space: nowrap; }
tbody tr { transition: background .15s; }
tbody tr:hover { background: #fbfcff; }
.user-cell { display: flex; align-items: center; gap: 10px; min-width: 175px; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; border-radius: 10px; color: #fff; background: #7998e8; font-size: 11px; font-weight: 800; }
.avatar.tone-1 { background: #9a7bd6; }.avatar.tone-2 { background: #55b89e; }.avatar.tone-3 { background: #e49a6d; }.avatar.tone-4 { background: #5c9ec5; }
.user-name { color: #273750; font-weight: 700; }
.user-sub { margin-top: 3px; color: #a2adbc; font-size: 9px; }
.date-cell { color: #718097; font-family: 'DM Mono', monospace; font-size: 10px; }
.secret-cell { display: flex; align-items: center; gap: 7px; color: #687893; font-family: 'DM Mono', monospace; font-size: 10px; }
.secret-value { display: inline-block; width: 94px; overflow: hidden; text-overflow: ellipsis; }
.reveal-button { border: 0; padding: 0; color: #a2adbd; background: transparent; font-size: 13px; }
.reveal-button:hover { color: var(--blue); }
.platform-tag { display: inline-flex; align-items: center; gap: 6px; color: #5f708c; }
.platform-tag::before { content: ''; width: 6px; height: 6px; border-radius: 100%; background: #91a5ca; }
.platform-tag.direct::before { background: #5279eb; }.platform-tag.taobao::before { background: #f08d4e; }.platform-tag.jd::before { background: #e45858; }.platform-tag.pdd::before { background: #e66d91; }.platform-tag.wecom::before { background: #48b68b; }
.align-right { text-align: right; }
.amount-cell { color: #263955; font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; text-align: right; }
.invoice-cell { display: flex; align-items: center; gap: 8px; }
.invoice-status { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; }
.invoice-status::before { content: ''; width: 6px; height: 6px; border-radius: 100%; }
.invoice-status.yes { color: #2caa82; }.invoice-status.yes::before { background: #46c39a; }.invoice-status.no { color: #e09951; }.invoice-status.no::before { background: #f1a355; }
.invoice-title { max-width: 130px; overflow: hidden; text-overflow: ellipsis; color: #9aa5b5; font-size: 9px; }
.attachment-link { color: var(--blue); text-decoration: none; font-size: 10px; }.attachment-link:hover { text-decoration: underline; }.no-attachment { color: #c1c9d5; font-size: 10px; }
.action-column { width: 105px; }
.row-actions { display: flex; gap: 10px; }
.row-action { border: 0; padding: 0; background: transparent; color: #9aa6b9; font-size: 10px; }.row-action:hover { color: var(--blue); }.row-action.delete:hover { color: #df6b6b; }
.empty-state { padding: 48px 20px 55px; text-align: center; }
.empty-illustration { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 17px; color: #8ea8ef; background: #edf2ff; font-size: 30px; transform: rotate(-12deg); }
.empty-state h3 { margin-bottom: 8px; color: #33435d; font-size: 14px; }.empty-state p { margin-bottom: 18px; color: #9da9ba; font-size: 11px; }

.api-panel { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 23px; padding: 24px 29px; border: 1px solid #dfe7fb; border-radius: 16px; background: linear-gradient(110deg, #f2f5ff, #f9fbff); }
.api-label { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; color: #6d88dc; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .13em; }.api-pulse { width: 6px; height: 6px; border-radius: 100%; background: #7394f2; box-shadow: 0 0 0 4px #dfe7ff; }
.api-copy h2 { margin-bottom: 7px; color: #263b70; font-size: 16px; letter-spacing: -.03em; }.api-copy p { margin-bottom: 0; color: #8999bc; font-size: 11px; }
.api-endpoint { min-width: 310px; padding: 13px 15px; border: 1px solid #dbe4fa; border-radius: 10px; background: rgba(255,255,255,.65); }.endpoint-label { margin-bottom: 8px; color: #91a0be; font-size: 9px; }.api-endpoint code { display: block; color: #4668cb; font-family: 'DM Mono', monospace; font-size: 10px; }.copy-button { margin-top: 12px; border: 0; padding: 0; color: #6c84d1; background: transparent; font-size: 10px; }.copy-button:hover { color: #294daf; }
.api-docs-panel { margin-top: 16px; padding: 27px 29px 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(30,54,93,.035); }
.api-docs-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; }
.api-docs-heading h2 { margin-bottom: 7px; color: #263955; font-size: 17px; letter-spacing: -.03em; }
.api-docs-heading p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #8999bc; font-size: 11px; line-height: 1.7; }
.api-doc-links { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }.api-doc-link { color: var(--blue); text-decoration: none; }
.api-security-note { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px; margin-top: 21px; padding: 12px 13px; border: 1px solid #e4eafa; border-radius: 9px; color: #70809b; background: #f8faff; font-size: 10px; line-height: 1.6; }
.api-security-note strong { color: #526da9; }.api-security-note code { margin-left: auto; color: #4668cb; font-family: 'DM Mono', monospace; font-size: 9px; }
.api-doc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 13px; }
.api-doc-card { padding: 15px; border: 1px solid #edf0f5; border-radius: 10px; background: #fcfdff; }
.api-doc-card-title { display: flex; align-items: center; gap: 8px; color: #4267c8; font-size: 10px; }
.api-doc-card-title code { font-family: 'DM Mono', monospace; font-size: 10px; }
.api-method { padding: 3px 5px; border-radius: 4px; color: #278d6e; background: #e9faf4; font-family: 'DM Mono', monospace; font-size: 8px; font-weight: 700; }.api-method.post { color: #bb7546; background: #fff1e6; }
.api-doc-card p { margin: 11px 0 5px; color: #5d6f8b; font-size: 10px; line-height: 1.6; }.api-doc-card small { color: #a0abbd; font-size: 9px; line-height: 1.5; }
.api-doc-details { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; margin-top: 18px; padding-top: 19px; border-top: 1px solid #eef1f5; }
.api-doc-details h3 { margin-bottom: 9px; color: #536582; font-size: 11px; }.api-doc-details .api-create-title { margin-top: 16px; }.api-doc-details p { margin-bottom: 9px; color: #8290a5; font-size: 10px; line-height: 1.8; }.api-doc-details p code { color: #4668cb; font-family: 'DM Mono', monospace; font-size: 9px; }
.api-doc-details pre { margin: 0; overflow-x: auto; padding: 12px 13px; border-radius: 8px; color: #6279b7; background: #f7f9ff; font: 9px/1.8 'DM Mono', 'Noto Sans SC', monospace; }
.api-warning { padding: 9px 10px; border-radius: 7px; color: #b87853 !important; background: #fff8f1; }
.page-footer { padding: 24px 2px 0; color: #b4bdca; font-size: 10px; }.page-footer span { margin: 0 6px; color: #d3d9e2; }

.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(12, 26, 50, .56); backdrop-filter: blur(5px); }.modal-backdrop[hidden] { display: none; }
.modal { width: min(650px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 27px 29px 25px; border-radius: 18px; background: #fff; box-shadow: 0 30px 80px rgba(10, 27, 55, .3); }.modal-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 23px; }.modal-header h2 { margin-bottom: 0; font-size: 21px; letter-spacing: -.04em; }.close-button { font-size: 25px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; }.field { display: flex; flex-direction: column; gap: 7px; color: #70809b; font-size: 10px; font-weight: 600; }.field-full { grid-column: 1 / -1; }.field em { color: #e87b62; font-style: normal; }.field input, .field select { width: 100%; height: 39px; padding: 0 11px; border: 1px solid #e1e7f0; border-radius: 8px; outline: 0; color: #344660; background: #fff; font-size: 11px; transition: .2s; }.field input:focus, .field select:focus { border-color: #9bb4f5; box-shadow: 0 0 0 3px #edf2ff; }.field input::placeholder { color: #b3bdca; }.input-prefix { position: relative; }.input-prefix > span { position: absolute; left: 11px; top: 10px; color: #96a2b5; font-family: 'DM Mono', monospace; font-size: 13px; }.input-prefix input { padding-left: 26px; font-family: 'DM Mono', monospace; }.secret-input { display: flex; align-items: center; border: 1px solid #e1e7f0; border-radius: 8px; transition: .2s; }.secret-input:focus-within { border-color: #9bb4f5; box-shadow: 0 0 0 3px #edf2ff; }.secret-input input { flex: 1; border: 0; box-shadow: none; }.secret-input input:focus { box-shadow: none; }.secret-input button { margin-right: 9px; border: 0; color: #7088d3; background: transparent; font-size: 10px; }.file-upload { min-height: 59px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px dashed #c8d4e7; border-radius: 8px; background: #fbfcff; cursor: pointer; }.file-upload:hover { border-color: #8daaf0; background: #f7f9ff; }.file-upload input { display: none; }.upload-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #7093eb; background: #eaf0ff; font-size: 17px; }.file-upload strong { display: block; color: #64799b; font-size: 10px; }.file-upload small { display: block; margin-top: 4px; color: #adb7c7; font-size: 9px; font-weight: 400; }.existing-attachment { margin-top: 7px; color: #6c84d1; font-size: 10px; }.existing-attachment button { border: 0; padding: 0 0 0 8px; color: #b0bacc; background: transparent; font-size: 10px; }.form-error { margin-top: 16px; padding: 9px 11px; border-radius: 7px; color: #c25858; background: #fff1f1; font-size: 10px; }.form-error[hidden] { display: none; }.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; padding-top: 19px; border-top: 1px solid #eef1f5; }.cancel-button { min-height: 41px; padding: 0 16px; border: 1px solid #e0e6ef; border-radius: 10px; color: #77869d; background: #fff; font-size: 12px; font-weight: 600; }.cancel-button:hover { background: #f8fafc; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 28px; max-width: calc(100vw - 40px); padding: 11px 17px; border-radius: 9px; color: #fff; background: #253b61; box-shadow: 0 10px 30px rgba(21, 38, 67, .22); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

.batch-modal { width: min(1040px, 100%); }
.batch-guide { padding: 14px 15px; border: 1px solid #e1e8f8; border-radius: 10px; background: #f7f9ff; }
.batch-guide p { margin-bottom: 10px; color: #60749b; font-size: 11px; }
.batch-format { display: flex; align-items: flex-start; gap: 9px; color: #91a0bb; font-size: 9px; line-height: 1.7; }
.batch-format span { flex: 0 0 auto; padding: 2px 5px; border-radius: 4px; color: #6f88d2; background: #e8eeff; }
.batch-format code { color: #4668cb; font-family: 'DM Mono', monospace; font-size: 9px; word-break: break-all; }
.batch-guide small { display: block; margin-top: 9px; color: #9aa8bf; font-size: 9px; line-height: 1.6; }
.batch-input-field { margin-top: 18px; }
.batch-input-field textarea { width: 100%; min-height: 148px; padding: 11px; border: 1px solid #e1e7f0; border-radius: 8px; outline: 0; resize: vertical; color: #344660; background: #fff; font: 11px/1.7 'DM Mono', 'Noto Sans SC', monospace; transition: .2s; }
.batch-input-field textarea:focus { border-color: #9bb4f5; box-shadow: 0 0 0 3px #edf2ff; }
.batch-input-field textarea::placeholder { color: #b3bdca; }
.batch-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 10px; color: #a0abbd; font-size: 9px; }
.batch-summary { margin-top: 16px; padding: 10px 12px; border-radius: 8px; color: #60749b; background: #f7f9fc; font-size: 10px; }
.batch-summary strong { color: #2caa82; }.batch-summary .batch-invalid-count { color: #d36c61; }
.batch-preview { margin-top: 14px; border: 1px solid #e5eaf2; border-radius: 10px; overflow: hidden; }
.batch-preview-heading { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; border-bottom: 1px solid #edf0f5; color: #526582; background: #fbfcfe; font-size: 10px; }.batch-preview-heading span { color: #a3adbd; font-size: 9px; }
.batch-table-wrap { max-height: 294px; overflow: auto; }
.batch-table { width: 100%; min-width: 860px; border-collapse: collapse; }
.batch-table th { padding: 10px 11px; color: #99a5b7; background: #fff; font-size: 9px; }.batch-table td { padding: 10px 11px; border-top: 1px solid #f0f3f7; color: #536681; font-size: 10px; }.batch-table th:first-child, .batch-table td:first-child { padding-left: 13px; }.batch-table th:last-child, .batch-table td:last-child { padding-right: 13px; }
.batch-table .batch-line { color: #a4afbf; font-family: 'DM Mono', monospace; }.batch-table .batch-secret { color: #8190a8; font-family: 'DM Mono', monospace; }.batch-table .batch-error-row { background: #fff8f7; }.batch-table .batch-error { color: #d36c61; }.batch-table .batch-ready { color: #2caa82; }.batch-table .batch-saving { color: #6f88d2; }

@media (max-width: 1050px) { .sidebar { width: 205px; flex-basis: 205px; }.main-content { width: calc(100% - 205px); padding-left: 28px; padding-right: 28px; }.metric-grid { grid-template-columns: repeat(2, 1fr); }.api-doc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .app-shell { display: block; }.sidebar { width: 100%; height: auto; padding: 17px 18px; flex-direction: row; align-items: center; justify-content: space-between; }.brand-lockup { padding: 0; }.side-nav { margin: 0; display: flex; gap: 4px; }.nav-item { width: 42px; padding: 0; justify-content: center; }.nav-item span:not(.nav-icon) { display: none; }.nav-count { display: none; }.sidebar-footer { display: none; }.main-content { width: 100%; padding: 30px 16px 28px; }.topbar { align-items: center; }.topbar-actions .icon-button { display: none; }.metric-grid { gap: 10px; margin-top: 27px; }.metric-card { min-height: 125px; padding: 16px; }.metric-value { margin-top: 13px; font-size: 19px; }.metric-value.metric-text { font-size: 17px; }.panel-heading, .toolbar { padding-left: 17px; padding-right: 17px; }.panel-heading { display: block; }.heading-actions { margin-top: 17px; justify-content: space-between; }.toolbar { flex-wrap: wrap; }.search-box { min-width: 100%; max-width: none; }.select-box { flex: 1; }.api-panel { display: block; padding: 21px 18px; }.api-endpoint { min-width: 0; margin-top: 19px; }.api-docs-panel { padding: 21px 18px; }.api-docs-heading { display: block; }.api-doc-links { flex-wrap: wrap; margin-top: 15px; }.api-doc-link { display: inline-flex; }.api-security-note code { width: 100%; margin-left: 0; }.api-doc-grid, .api-doc-details { grid-template-columns: 1fr; }.page-footer { text-align: center; }.modal { padding: 22px 18px; }.form-grid { display: block; }.field { margin-bottom: 15px; }.field-full { margin-bottom: 15px; } }
@media (max-width: 430px) { .primary-button { padding: 0 12px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-topline { font-size: 9px; }.metric-foot { font-size: 9px; }.panel-heading p { line-height: 1.6; }.select-box { padding: 0 7px; }.select-box span { display: none; } }
