:root {
    color-scheme: light;
    --ink: #11182b;
    --muted: #667085;
    --line: #e6eaf2;
    --surface: #fff;
    --soft: #f6f8fc;
    --blue: #5368ff;
    --blue-dark: #3548d8;
    --violet: #8c5cf5;
    --cyan: #46d9d1;
    --green: #16b364;
    --red: #e54d5d;
    --navy: #0b1020;
    --shadow: 0 24px 70px rgba(23, 34, 68, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 15px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }

.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-page { min-height: 100vh; overflow-x: hidden; background: #fbfcff; }
.ambient { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(12px); }
.ambient-one { width: 560px; height: 560px; left: -270px; top: 60px; background: radial-gradient(circle, rgba(96, 111, 255, .13), transparent 69%); }
.ambient-two { width: 620px; height: 620px; right: -260px; top: -160px; background: radial-gradient(circle, rgba(137, 92, 245, .12), transparent 67%); }

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; letter-spacing: -.35px; }
.brand > span:last-child { display: flex; align-items: baseline; }
.brand strong { font-weight: 780; }
.brand em { color: var(--blue); font-style: normal; font-weight: 750; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; border-radius: 12px; background: linear-gradient(135deg, #6477ff, #7f50ed); box-shadow: 0 9px 24px rgba(83, 104, 255, .28); }
.brand-mark svg { width: 25px; height: 25px; stroke-width: 1.8; }

.site-header { position: relative; z-index: 20; width: min(1280px, calc(100% - 48px)); min-height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #4a5368; font-size: 14px; font-weight: 560; }
.site-nav > a:not(.nav-console) { position: relative; }
.site-nav > a:not(.nav-console)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 3px; background: var(--blue); transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-console { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; color: #fff; border-radius: 11px; background: #121a30; box-shadow: 0 10px 24px rgba(12, 18, 35, .14); }
.nav-console:hover { background: #24304e; transform: translateY(-1px); }

.hero { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; padding-block: 64px 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; color: #46516a; border: 1px solid #e3e7f2; border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 6px 22px rgba(26,35,62,.05); font-size: 12px; font-weight: 650; letter-spacing: .05em; }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #31c788; box-shadow: 0 0 0 4px rgba(49,199,136,.12); }
.hero h1 { margin: 25px 0 22px; color: #10172b; font-size: clamp(46px, 5.15vw, 73px); line-height: 1.08; letter-spacing: -.055em; font-weight: 780; }
.hero h1 span { color: transparent; background: linear-gradient(95deg, #5368ff 0%, #8c5cf5 72%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 600px; margin: 0; color: #626c81; font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 23px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 680; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-glow { color: #fff; background: linear-gradient(135deg, #5e70ff, #7657ed); box-shadow: 0 13px 30px rgba(83,104,255,.27); }
.button-glow:hover { box-shadow: 0 17px 38px rgba(83,104,255,.35); }
.button-ghost { color: #35405a; border: 1px solid #dde2ec; background: rgba(255,255,255,.78); }
.button-ghost:hover { background: #fff; box-shadow: 0 12px 27px rgba(20,32,65,.08); }
.hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 40px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { color: #19223a; font-size: 22px; line-height: 1.2; }
.hero-trust span { color: #8a92a5; font-size: 11px; }
.hero-trust > i { width: 1px; height: 27px; background: #dfe3ec; }

.hero-visual { position: relative; min-width: 0; }
.visual-glow { position: absolute; inset: 8% -8% -8% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(93,111,255,.22), transparent 66%); filter: blur(20px); }
.terminal-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #101728; box-shadow: 0 42px 90px rgba(13,19,42,.27), 0 0 0 8px rgba(255,255,255,.56); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.terminal-bar { min-height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; color: #8792aa; border-bottom: 1px solid rgba(255,255,255,.07); background: #151e32; font-size: 11px; }
.terminal-dots { display: flex; gap: 6px; }
.terminal-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff6e6e; }
.terminal-dots i:nth-child(2) { background: #f8c35f; }.terminal-dots i:nth-child(3) { background: #49cc89; }
.live-label { justify-self: end; display: flex; align-items: center; gap: 6px; color: #48d59a; font-size: 9px; letter-spacing: .13em; }
.live-label i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }
.terminal-body { padding: 26px; }
.request-line { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; padding: 13px 15px; color: #8590a8; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: #0b1120; font-size: 12px; }
.request-line span { padding: 2px 7px; color: #70ecd1; border-radius: 5px; background: rgba(54,209,173,.12); font-size: 9px; font-weight: 800; }
.flow-line { position: relative; display: grid; grid-template-columns: 23px 1fr auto; align-items: center; min-height: 39px; color: #acb5c7; font-size: 12px; }
.flow-line:not(:last-of-type)::before { content: ""; position: absolute; left: 8px; top: 28px; width: 1px; height: 22px; background: #293249; }
.flow-line i { position: relative; z-index: 1; display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #4b5772; border-radius: 50%; color: #0d1424; background: #49d4a2; font-size: 9px; font-style: normal; font-weight: 900; }
.flow-line.active i { border: 2px solid #7c8dff; background: transparent; box-shadow: 0 0 0 4px rgba(102,121,255,.12); }
.flow-line.active i::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #8391ff; }
.flow-line b { color: #6ee3c2; font-size: 10px; font-weight: 600; }
.response-code { margin-top: 20px; padding: 18px; color: #b4bdd0; border-left: 2px solid #6678ff; border-radius: 0 9px 9px 0; background: #0b1120; font: 11px/1.75 "SFMono-Regular", Consolas, monospace; }
.response-code em { color: #a993ff; font-style: normal; }.response-code strong { color: #68dec1; font-weight: 500; }
.float-pill { position: absolute; z-index: 3; padding: 9px 13px; color: #4a5570; border: 1px solid #e3e7ef; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 11px 28px rgba(31,42,77,.13); font-size: 10px; font-weight: 700; }
.pill-one { left: -34px; top: 18%; }.pill-two { right: -25px; bottom: 13%; display: flex; align-items: center; gap: 7px; }
.pill-two i { width: 6px; height: 6px; border-radius: 50%; background: #3dcf93; box-shadow: 0 0 0 4px rgba(61,207,147,.13); }

.marquee-strip { position: relative; z-index: 2; overflow: hidden; color: #8790a4; border-block: 1px solid #edf0f5; background: rgba(255,255,255,.68); }
.marquee-strip > div { width: max-content; min-width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 34px; padding-inline: 24px; font-size: 11px; font-weight: 670; letter-spacing: .1em; }
.marquee-strip i { color: #7182ff; font-style: normal; }

.section { position: relative; padding-block: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 50px; }
.section-heading h2 { margin: 9px 0 0; max-width: 680px; font-size: clamp(31px, 3.3vw, 46px); line-height: 1.2; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin: 0; color: #778095; }
.section-kicker, .panel-kicker, .topbar-kicker { color: #6578f7; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.workflow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.workflow-card { position: relative; min-height: 250px; padding: 28px 24px; overflow: hidden; border: 1px solid #e8ebf2; border-radius: 17px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.workflow-card:hover { transform: translateY(-7px); border-color: #d9defa; box-shadow: 0 22px 45px rgba(28,39,74,.1); }
.workflow-card.featured { background: linear-gradient(150deg, #f6f7ff, #fff 70%); }
.step-no { position: absolute; right: 19px; top: 17px; color: #d8ddeb; font-size: 11px; font-weight: 800; }
.icon-box { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 38px; color: #6374f2; border-radius: 12px; background: #f0f2ff; }
.icon-box svg { width: 21px; height: 21px; }
.workflow-card:nth-child(2) .icon-box { color: #9062e7; background: #f5efff; }
.workflow-card:nth-child(3) .icon-box { color: #2ca9a4; background: #eafaf8; }
.workflow-card:nth-child(4) .icon-box { color: #db8154; background: #fff2eb; }
.workflow-card:nth-child(5) .icon-box { color: #4e8fdf; background: #ecf5ff; }
.workflow-card h3 { margin: 0 0 9px; font-size: 17px; }.workflow-card p { margin: 0; color: #7d8598; font-size: 12px; line-height: 1.75; }

.section-dark { overflow: hidden; color: #fff; background: #0d1324; }
.section-dark::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 45px 45px; }
.section-dark::after { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(101,115,255,.2), transparent 68%); }
.section-dark .site-shell { position: relative; z-index: 2; }
.section-heading.light p { color: #8c96ac; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.platform-card { position: relative; min-height: 102px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.075); border-radius: 15px; background: rgba(255,255,255,.035); transition: background .2s, transform .2s, border-color .2s; }
.platform-card:hover { transform: translateY(-3px); border-color: rgba(130,145,255,.38); background: rgba(255,255,255,.065); }
.platform-symbol { display: grid; place-items: center; width: 47px; height: 47px; color: #fff; border-radius: 13px; background: linear-gradient(135deg, #6173ff, #854fe8); font-size: 18px; font-weight: 800; }
.platform-bilibili .platform-symbol { background: linear-gradient(135deg, #38a8df, #e96d9f); }.platform-qq .platform-symbol { background: linear-gradient(135deg, #23c778, #30b6e5); }.platform-youku .platform-symbol { background: linear-gradient(135deg, #e04c94, #4d8dff); }.platform-iqiyi .platform-symbol { background: linear-gradient(135deg, #58c936, #22a970); }.platform-mgtv .platform-symbol { background: linear-gradient(135deg, #ff9d42, #f16432); }.platform-renren .platform-symbol { background: linear-gradient(135deg, #6377ff, #8a5be6); }
.platform-card h3 { margin: 0; font-size: 15px; }.platform-card p { margin: 3px 0 0; color: #788399; font-size: 10px; }
.ready-tag { display: flex; align-items: center; gap: 6px; padding: 5px 8px; color: #67d8a9; border: 1px solid rgba(70,209,155,.18); border-radius: 999px; background: rgba(39,199,138,.08); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ready-tag i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.playground-section { background: #f7f8fc; }
.playground-shell { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 92px; }
.playground-copy h2 { margin: 10px 0 22px; font-size: clamp(34px, 4vw, 52px); line-height: 1.18; letter-spacing: -.045em; }
.playground-copy > p { color: #737c90; font-size: 16px; }
.playground-copy ul { display: grid; gap: 12px; margin: 29px 0 0; padding: 0; list-style: none; color: #4e586d; font-size: 13px; }
.playground-copy li { display: flex; align-items: center; gap: 10px; }.playground-copy li i { display: grid; place-items: center; width: 20px; height: 20px; color: #5b70ef; border-radius: 50%; background: #e8ebff; font-style: normal; font-size: 10px; }
.playground-card { overflow: hidden; border: 1px solid #e5e8f0; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.playground-tabs { display: flex; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid #eceef3; color: #9aa1b1; font-size: 11px; font-weight: 700; }
.playground-tabs span { padding-block: 17px; }.playground-tabs .active { position: relative; color: #273149; }.playground-tabs .active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--blue); }
.demo-form { padding: 25px 25px 19px; }.demo-form > label { display: block; margin-bottom: 8px; color: #626c80; font-size: 11px; font-weight: 700; }
.url-field { display: flex; align-items: center; gap: 10px; height: 49px; padding: 0 13px; border: 1px solid #dce1ec; border-radius: 11px; background: #fbfcfe; transition: border .2s, box-shadow .2s; }.url-field:focus-within { border-color: #7282f7; box-shadow: 0 0 0 4px rgba(91,111,239,.11); }
.url-field svg { width: 17px; height: 17px; color: #9ba3b4; }.url-field input { flex: 1; min-width: 0; padding: 0; color: #263149; border: 0; outline: 0; background: transparent; font-size: 12px; }
.demo-submit { width: 100%; margin-top: 13px; }.demo-submit b { margin-left: auto; font-size: 17px; }
.demo-submit.loading { pointer-events: none; opacity: .72; }
.demo-result { min-height: 152px; padding: 0 25px 25px; }
.empty-result { min-height: 127px; display: grid; place-items: center; align-content: center; gap: 5px; color: #adb4c2; border: 1px dashed #dfe3eb; border-radius: 12px; background: #fafbfd; }.empty-result span { font-size: 30px; }.empty-result p { margin: 0; font-size: 11px; }
.demo-result-grid { min-height: 127px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #e6e9f0; border-radius: 12px; background: #fafbfd; }.demo-result-grid > div { display: grid; place-items: center; align-content: center; gap: 4px; padding: 15px; border-right: 1px solid #e8ebf1; }.demo-result-grid > div:last-child { border: 0; }.demo-result-grid span { color: #969fb0; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.demo-result-grid strong { color: #273149; font-size: 22px; }.demo-result-grid small { grid-column: 1/-1; padding: 8px 13px; color: #2f9c70; border-top: 1px solid #e8ebf1; text-align: center; }
.demo-error { min-height: 127px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 18px; color: #c94252; border: 1px solid #f0cfd4; border-radius: 12px; background: #fff7f8; text-align: center; }.demo-error strong { font-size: 13px; }.demo-error span { color: #7c6570; font-size: 11px; }

.api-section { padding-top: 96px; background: #fff; }
.api-card { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; padding: 48px 54px; color: #fff; border-radius: 24px; background: linear-gradient(125deg, #121a31, #101526); box-shadow: 0 30px 70px rgba(18,24,49,.2); }
.api-card h2 { margin: 9px 0 13px; font-size: 31px; line-height: 1.25; letter-spacing: -.035em; }.api-card p { margin: 0; color: #8f98ad; }
.code-window { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: #0b1020; }
.code-window-bar { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #7f899e; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 10px; }.code-window-bar button { padding: 4px 9px; color: #aeb7c9; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; background: transparent; cursor: pointer; }
.code-window pre { margin: 0; padding: 20px; overflow: auto; color: #b8c0d1; font-size: 11px; line-height: 1.8; white-space: pre-wrap; word-break: break-word; }.code-blue { color: #7d8cff; }.code-green { color: #6eddbd; }

.site-footer { padding-block: 70px 34px; background: #fff; }.site-footer .site-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 34px; border-top: 1px solid #edf0f5; color: #9aa2b2; font-size: 11px; }.brand-footer { justify-self: start; color: var(--ink); }.brand-footer .brand-mark { width: 31px; height: 31px; border-radius: 9px; }.brand-footer .brand-mark svg { width: 21px; height: 21px; }.site-footer p { margin: 0; }.site-footer .site-shell > div:last-child { justify-self: end; display: flex; gap: 20px; }.site-footer a:hover { color: var(--blue); }

/* Admin */
.admin-page { min-height: 100vh; background: #f4f6fa; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 245px minmax(0,1fr); }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 26px 18px 19px; color: #a9b2c5; background: #0d1425; }
.admin-brand { margin: 0 10px 35px; color: #fff; }.admin-brand em { color: #8d9bff; }.admin-brand .brand-mark { width: 35px; height: 35px; border-radius: 10px; }
.sidebar-label { margin: 0 12px 10px; color: #566178; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.admin-nav { display: grid; gap: 5px; }.admin-nav a { position: relative; min-height: 46px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 11px; padding: 0 12px; border-radius: 10px; font-size: 12px; font-weight: 600; transition: color .2s, background .2s; }.admin-nav a svg { width: 18px; height: 18px; }.admin-nav a b { color: #59657e; font-size: 11px; }.admin-nav a:hover { color: #fff; background: rgba(255,255,255,.045); }.admin-nav a.active { color: #fff; background: linear-gradient(90deg, rgba(91,110,255,.23), rgba(91,110,255,.07)); }.admin-nav a.active i { position: absolute; left: -18px; width: 3px; height: 22px; border-radius: 0 4px 4px 0; background: #7182ff; box-shadow: 0 0 13px #7182ff; }
.sidebar-spacer { flex: 1; }.sidebar-status { margin: 15px 6px; padding: 13px; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; background: rgba(255,255,255,.025); }.sidebar-status span { display: flex; align-items: center; gap: 8px; color: #c4ccda; font-size: 10px; font-weight: 650; }.sidebar-status i { width: 6px; height: 6px; border-radius: 50%; background: #42d797; box-shadow: 0 0 9px #42d797; }.sidebar-status small { display: block; margin: 4px 0 0 14px; color: #5d6980; font-size: 9px; }
.sidebar-logout button { width: 100%; min-height: 43px; display: flex; align-items: center; gap: 11px; padding: 0 12px; color: #858fa4; border: 0; border-radius: 9px; background: transparent; cursor: pointer; font-size: 11px; }.sidebar-logout button:hover { color: #ff96a1; background: rgba(229,77,93,.08); }.sidebar-logout svg { width: 17px; height: 17px; }
.admin-main { min-width: 0; }.admin-topbar { min-height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 38px; border-bottom: 1px solid #e5e8ee; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }.admin-topbar h1 { margin: 2px 0 0; font-size: 20px; letter-spacing: -.02em; }.topbar-actions { display: flex; align-items: center; gap: 20px; }.topbar-link { color: #737d91; font-size: 11px; font-weight: 600; }.topbar-link:hover { color: var(--blue); }.admin-avatar { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 10px; background: linear-gradient(135deg,#6375ff,#8959e7); font-size: 10px; font-weight: 800; box-shadow: 0 8px 18px rgba(86,104,239,.2); }
.admin-content { width: min(1260px, calc(100% - 60px)); margin: 0 auto; padding: 33px 0 65px; }.dashboard-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }.dashboard-intro p { margin: 0; color: #939bad; font-size: 11px; }.dashboard-intro h2 { margin: 3px 0 0; font-size: 23px; letter-spacing: -.03em; }.last-check { display: flex; align-items: center; gap: 7px; color: #758095; font-size: 10px; }.last-check i { width: 6px; height: 6px; border-radius: 50%; background: #35c88d; box-shadow: 0 0 0 4px rgba(53,200,141,.1); }
.admin-alert { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 18px; padding: 13px 15px; border: 1px solid; border-radius: 11px; }.admin-alert > span { display: grid; place-items: center; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; font-size: 11px; font-weight: 900; }.admin-alert strong { display: block; font-size: 11px; }.admin-alert p { margin: 1px 0 0; font-size: 10px; }.admin-alert.success { color: #17855e; border-color: #c9ecdd; background: #f2fbf7; }.admin-alert.success > span { color: #fff; background: #33bf87; }.admin-alert.error { color: #b43c4b; border-color: #f0cdd2; background: #fff6f7; }.admin-alert.error > span { color: #fff; background: #dd5666; }.admin-alert.compact { margin-top: 18px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 14px; }.metric-card { position: relative; min-height: 125px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 20px; overflow: hidden; border: 1px solid #e5e8ef; border-radius: 14px; background: #fff; box-shadow: 0 7px 20px rgba(28,39,74,.035); }.metric-card > em { position: absolute; right: 14px; top: 12px; color: #dfe3eb; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .13em; }.metric-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #6478ee; border-radius: 12px; background: #eef1ff; }.metric-icon svg { width: 20px; height: 20px; }.metric-card.violet .metric-icon { color: #9162dd; background: #f5edff; }.metric-card.mint .metric-icon { color: #23a879; background: #eaf9f3; }.metric-card.coral .metric-icon { color: #dd6a78; background: #fff0f2; }.metric-card > div:nth-child(2) { display: flex; flex-direction: column; }.metric-card span { color: #8790a3; font-size: 9px; font-weight: 650; }.metric-card strong { margin: 1px 0; color: #202a41; font-size: 23px; line-height: 1.25; }.metric-card strong b { color: #afb6c4; font-size: 12px; }.metric-card small { color: #a8afbd; font-size: 8px; }
.dashboard-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 14px; margin-bottom: 14px; }.admin-panel { border: 1px solid #e5e8ef; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(28,39,74,.035); }.system-panel, .quick-panel, .platform-panel, .test-panel { padding: 23px; }.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }.panel-heading h3 { margin: 2px 0 0; font-size: 15px; letter-spacing: -.015em; }.status-badge { display: flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; font-size: 8px; font-weight: 750; }.status-badge.success { color: #27956e; background: #eaf9f3; }.status-badge i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.panel-meta { color: #a0a7b5; font-size: 9px; }
.pipeline { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border: 1px solid #edf0f4; border-radius: 11px; background: #fafbfc; }.pipeline-step { display: flex; align-items: center; gap: 7px; }.pipeline-step span { display: grid; place-items: center; width: 23px; height: 23px; color: #6274e9; border-radius: 7px; background: #e9edff; font-size: 7px; font-weight: 850; }.pipeline-step b { color: #536078; font-size: 9px; }.pipeline-step i { display: grid; place-items: center; width: 13px; height: 13px; color: #fff; border-radius: 50%; background: #36c68e; font-size: 7px; font-style: normal; }.pipeline > em { color: #c5cad4; font-style: normal; font-size: 10px; }
.runtime-list { margin-top: 18px; }.runtime-list > div { min-height: 37px; display: grid; grid-template-columns: 110px minmax(0,1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid #f0f2f5; font-size: 9px; }.runtime-list > div:last-child { border: 0; }.runtime-list span { color: #727c90; }.runtime-list code { overflow: hidden; color: #9ba3b1; text-overflow: ellipsis; white-space: nowrap; }.runtime-list b { padding: 3px 7px; border-radius: 5px; font-size: 7px; }.runtime-list .ok { color: #258b68; background: #ecf9f4; }.runtime-list .bad { color: #bf4654; background: #fff0f2; }.runtime-list .neutral { color: #8a7460; background: #f8f3ed; }
.quick-panel > p { margin: -8px 0 20px; color: #8e96a7; font-size: 10px; }.endpoint-box { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 10px; color: #adb5c5; border: 1px solid #272f43; border-radius: 9px; background: #111827; }.endpoint-box > span { padding: 3px 5px; color: #6ce0bd; border-radius: 4px; background: rgba(54,203,160,.1); font-size: 7px; font-weight: 900; }.endpoint-box code { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.endpoint-box button { padding: 0; color: #718098; border: 0; background: none; cursor: pointer; }.endpoint-box svg { width: 15px; height: 15px; }.text-link { display: inline-flex; gap: 8px; margin-top: 18px; color: #6375eb; font-size: 9px; font-weight: 650; }
.platform-panel, .test-panel { margin-bottom: 14px; }.admin-platform-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.admin-platform-grid article { position: relative; min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 11px; min-height: 83px; padding: 13px; overflow: hidden; border: 1px solid #eaedf2; border-radius: 11px; background: #fbfcfd; }.source-index { display: grid; place-items: center; width: 34px; height: 34px; color: #6376ec; border-radius: 10px; background: #edf0ff; font-size: 9px; font-weight: 850; }.admin-platform-grid h4 { margin: 0; font-size: 11px; }.admin-platform-grid p { overflow: hidden; margin: 2px 0; color: #979faf; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.admin-platform-grid code { color: #b0b6c2; font-size: 7px; }.admin-platform-grid b { display: flex; align-items: center; gap: 5px; font-size: 7px; }.admin-platform-grid b i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.admin-platform-grid b.online { color: #2aa878; }.admin-platform-grid b.offline { color: #db5968; }
.test-form > label { display: block; margin-bottom: 8px; color: #727c90; font-size: 9px; font-weight: 650; }.test-input-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }.input-with-icon { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 13px; border: 1px solid #dfe3eb; border-radius: 10px; background: #fbfcfd; }.input-with-icon:focus-within { border-color: #7483ee; box-shadow: 0 0 0 4px rgba(100,119,236,.1); }.input-with-icon svg { flex: 0 0 auto; width: 16px; height: 16px; color: #a2aaba; }.input-with-icon input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 10px; }.admin-primary-button, .admin-danger-button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg,#5f72ef,#795be6); box-shadow: 0 9px 20px rgba(94,111,232,.2); cursor: pointer; font-size: 10px; font-weight: 700; }.admin-primary-button svg { width: 14px; height: 14px; }.test-placeholder { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 3px; margin-top: 18px; color: #b3bac6; border: 1px dashed #dfe3e9; border-radius: 11px; background: #fafbfc; }.test-placeholder span { font-size: 27px; }.test-placeholder p { margin: 0; font-size: 9px; }.test-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 18px; }.test-summary div { display: flex; align-items: center; justify-content: space-between; padding: 13px; border: 1px solid #e8ebf1; border-radius: 9px; background: #fafbfc; }.test-summary span { color: #8c95a6; font-size: 8px; }.test-summary strong { color: #33405a; font-size: 15px; }.result-details { margin-top: 13px; border: 1px solid #e8ebf1; border-radius: 10px; overflow: hidden; }.result-details summary { display: flex; justify-content: space-between; padding: 11px 13px; color: #616c81; background: #fafbfc; cursor: pointer; font-size: 9px; }.result-details summary span { color: #8792ff; font-weight: 800; }.result-details pre { max-height: 400px; margin: 0; padding: 16px; overflow: auto; color: #b8c2d8; background: #111827; font-size: 9px; white-space: pre-wrap; word-break: break-word; }
.maintenance-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px 22px; }.maintenance-icon { display: grid; place-items: center; width: 40px; height: 40px; color: #d86070; border-radius: 11px; background: #fff0f2; }.maintenance-icon svg { width: 19px; height: 19px; }.maintenance-panel h3 { margin: 1px 0 0; font-size: 13px; }.maintenance-panel p { margin: 1px 0 0; color: #979fae; font-size: 8px; }.maintenance-actions { display: flex; gap: 8px; }.admin-danger-button,.admin-secondary-button { min-height: 38px; padding: 0 14px; border-radius: 9px; cursor: pointer; font-size: 9px; font-weight: 700; }.admin-danger-button { color: #c44555; border: 1px solid #f0cbd1; background: #fff5f6; box-shadow: none; }.admin-secondary-button { color: #596ce0; border: 1px solid #d7dcfa; background: #f3f5ff; }.admin-danger-button:disabled,.admin-secondary-button:disabled { color: #adb4c0; border-color: #e5e8ed; background: #f7f8fa; cursor: not-allowed; }

/* Login */
.login-page { min-height: 100vh; position: relative; display: grid; place-items: center; overflow: hidden; padding: 35px; color: #182138; background: #eef1f8; }
.login-ambient { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(20px); }.login-ambient.one { left: -250px; bottom: -220px; background: radial-gradient(circle,rgba(90,107,255,.19),transparent 68%); }.login-ambient.two { right: -230px; top: -220px; background: radial-gradient(circle,rgba(137,83,238,.15),transparent 68%); }
.login-shell { position: relative; z-index: 2; width: min(1040px,100%); min-height: 620px; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: #fff; box-shadow: 0 35px 100px rgba(24,34,68,.16); }
.login-story { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 42px; color: #fff; background: #0f1629; }.login-story::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 38px 38px; }.login-story::after { content: ""; position: absolute; width: 450px; height: 450px; right: -180px; bottom: -220px; border-radius: 50%; background: radial-gradient(circle,rgba(100,115,255,.35),transparent 68%); }.login-story > * { position: relative; z-index: 2; }.brand-light em { color: #91a0ff; }.login-story-copy { margin: auto 0; }.login-kicker { display: flex; align-items: center; gap: 8px; color: #8490a8; font-size: 9px; font-weight: 800; letter-spacing: .17em; }.login-kicker i { width: 6px; height: 6px; border-radius: 50%; background: #4bdaa1; box-shadow: 0 0 10px #4bdaa1; }.login-story h1 { margin: 17px 0 18px; font-size: 48px; line-height: 1.12; letter-spacing: -.05em; }.login-story h1 span { color: transparent; background: linear-gradient(90deg,#7f91ff,#a478f5); -webkit-background-clip: text; background-clip: text; }.login-story-copy p { max-width: 360px; margin: 0; color: #8994aa; font-size: 14px; }.login-flow { display: flex; align-items: center; gap: 8px; margin-bottom: 25px; }.login-flow span { display: flex; align-items: center; gap: 5px; color: #8290a7; font-size: 8px; }.login-flow span i { display: grid; place-items: center; width: 18px; height: 18px; color: #9cafff; border: 1px solid rgba(131,149,255,.25); border-radius: 6px; background: rgba(100,119,255,.1); font-style: normal; }.login-flow b { color: #3a455c; font-size: 8px; }.login-story > small { color: #536077; font-size: 8px; letter-spacing: .05em; }
.login-form-panel { display: grid; place-items: center; padding: 42px; }.login-form-wrap { width: min(360px,100%); }.back-home { display: inline-block; margin-bottom: 60px; color: #8b94a6; font-size: 10px; }.back-home:hover { color: var(--blue); }.login-heading > span { color: #6477ef; font-size: 9px; font-weight: 800; letter-spacing: .13em; }.login-heading h2 { margin: 5px 0 4px; font-size: 27px; letter-spacing: -.035em; }.login-heading p { margin: 0 0 28px; color: #9ba2b1; font-size: 11px; }.login-form > label { display: block; margin: 16px 0 7px; color: #59647a; font-size: 10px; font-weight: 700; }.login-input { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #dfe3eb; border-radius: 10px; background: #fbfcfe; }.login-input:focus-within { border-color: #7181ed; box-shadow: 0 0 0 4px rgba(99,117,238,.1); }.login-input > svg { flex: 0 0 auto; width: 17px; height: 17px; color: #a4acba; }.login-input input { flex: 1; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 11px; }.password-toggle { padding: 4px; color: #8791a4; border: 0; background: none; cursor: pointer; font-size: 9px; }.login-submit { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: center; margin-top: 24px; padding: 0 17px; color: #fff; border: 0; border-radius: 11px; background: linear-gradient(135deg,#5e70ef,#7b5ae5); box-shadow: 0 13px 28px rgba(92,108,232,.24); cursor: pointer; font-size: 11px; font-weight: 750; }.login-submit:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(92,108,232,.31); }.login-submit b { margin-left: auto; font-size: 16px; }.login-security { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 25px; color: #a1a8b5; font-size: 8px; }.login-security svg { width: 14px; height: 14px; color: #74a992; }

/* Developer accounts and billing */
.site-nav .nav-console { display: inline-flex; align-items: center; gap: 7px; color: #fff; border: 0; cursor: pointer; }.site-footer button { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; }.auth-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity .2s,visibility .2s; }.auth-modal.is-open { visibility: visible; opacity: 1; }.auth-backdrop { position: absolute; inset: 0; border: 0; background: rgba(8,13,31,.58); backdrop-filter: blur(6px); }.auth-dialog { position: relative; z-index: 1; width: min(430px,100%); padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: #fff; box-shadow: 0 30px 80px rgba(7,12,31,.32); }.auth-close { position: absolute; top: 13px; right: 15px; width: 30px; height: 30px; color: #8590a6; border: 0; border-radius: 50%; background: #f1f3f8; cursor: pointer; font-size: 22px; line-height: 1; }.auth-dialog-brand { display: flex; align-items: center; gap: 10px; }.auth-dialog-brand .brand-mark { width: 35px; height: 35px; font-size: 20px; }.auth-dialog-brand strong { display: block; color: #27314b; font-size: 15px; }.auth-dialog-brand small { display: block; color: #8b96b0; font-size: 8px; letter-spacing: .12em; }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 23px 0 8px; padding: 4px; border-radius: 9px; background: #f1f3f8; }.auth-tabs button { min-height: 34px; color: #7d879b; border: 0; border-radius: 7px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }.auth-tabs button.active { color: #5266e5; background: #fff; box-shadow: 0 2px 7px rgba(42,57,97,.1); }.auth-form { display: none; }.auth-form.active { display: block; }.auth-form h2 { margin: 21px 0 2px; color: #26324e; font-size: 21px; letter-spacing: -.03em; }.auth-form > p,.auth-form > small { display: block; margin: 0 0 17px; color: #9099ab; font-size: 11px; }.auth-form > small { margin: 13px 0 0; text-align: center; }.auth-form label { display: block; margin: 13px 0 6px; color: #667188; font-size: 11px; font-weight: 700; }.auth-form input { width: 100%; min-height: 44px; margin-top: 6px; padding: 0 12px; color: #29344e; border: 1px solid #dfe4ef; border-radius: 9px; outline: 0; background: #fbfcff; font-size: 13px; }.auth-form input:focus { border-color: #7182ed; box-shadow: 0 0 0 4px rgba(98,116,235,.1); }.auth-form .button { width: 100%; justify-content: center; margin-top: 19px; }.auth-error { margin: 18px 0 -5px; }
.user-notice { margin: 16px 0; padding: 11px 14px; border-radius: 10px; font-size: 13px; }.user-notice.success { color: #187657; border: 1px solid #c7eddf; background: #effaf5; }.user-notice.error { color: #b13848; border: 1px solid #f4c9d0; background: #fff3f5; }.user-switch { margin: 18px 0 0; color: #9ba2b1; text-align: center; font-size: 11px; }.user-switch a { color: #6173ea; font-weight: 700; }
.user-page { min-height: 100vh; background: #f6f8fd; }.user-nav { width: min(1160px, calc(100% - 42px)); min-height: 74px; display: flex; align-items: center; justify-content: space-between; margin: auto; }.user-nav > div { display: flex; align-items: center; gap: 15px; color: #69738a; font-size: 13px; }.user-nav form { margin: 0; }.user-nav button { padding: 7px 11px; color: #6575e4; border: 1px solid #dce1fb; border-radius: 8px; background: #fff; cursor: pointer; font-size: 12px; }.user-shell { width: min(1060px, calc(100% - 42px)); margin: 30px auto 70px; }.user-hero { padding: 34px; color: #fff; border-radius: 20px; background: radial-gradient(circle at 95% 0,rgba(158,124,255,.42),transparent 34%),linear-gradient(125deg,#11192d,#252e61); box-shadow: 0 18px 45px rgba(29,38,84,.18); }.user-hero p,.user-card-heading span,.api-help span { margin: 0; color: #aebafd; font-size: 10px; font-weight: 800; letter-spacing: .14em; }.user-hero h1 { margin: 6px 0; font-size: 30px; letter-spacing: -.04em; }.user-hero > span { color: #b9c1dc; font-size: 13px; }.user-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 18px 0; }.user-stat-grid article { padding: 21px; border: 1px solid #e5e9f4; border-radius: 14px; background: #fff; box-shadow: 0 8px 23px rgba(30,43,75,.04); }.user-stat-grid span,.user-stat-grid small { display: block; color: #8993a7; font-size: 11px; }.user-stat-grid strong { display: block; margin: 4px 0; color: #283350; font-size: 27px; letter-spacing: -.04em; }.user-card { margin-top: 16px; padding: 25px; border: 1px solid #e5e9f4; border-radius: 16px; background: #fff; box-shadow: 0 8px 23px rgba(30,43,75,.04); }.user-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.user-card-heading h2,.api-help h2 { margin: 3px 0 0; font-size: 18px; }.user-card-heading p { max-width: 360px; margin: 3px 0; color: #8d96a7; font-size: 11px; }.key-create { display: flex; gap: 10px; margin: 20px 0; }.key-create input,.billing-setting-form input[type=number],.billing-search input,.billing-recharge input { min-width: 0; padding: 9px 11px; border: 1px solid #dfe4ef; border-radius: 8px; outline: 0; background: #fbfcff; font-size: 12px; }.key-create input { flex: 1; }.key-create button,.billing-search button { padding: 0 15px; color: #fff; border: 0; border-radius: 8px; background: #6072e9; cursor: pointer; font-size: 12px; font-weight: 700; }.user-table-wrap,.billing-table-wrap { overflow-x: auto; }.user-table,.billing-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }.user-table th,.billing-table th { padding: 10px 8px; color: #97a0b1; border-bottom: 1px solid #edf0f5; font-size: 10px; font-weight: 700; }.user-table td,.billing-table td { padding: 12px 8px; color: #555f75; border-bottom: 1px solid #f0f2f6; font-size: 11px; }.user-table code { color: #5164d7; }.key-status { display: inline-block; padding: 3px 7px; border-radius: 999px; font-size: 9px; font-weight: 700; }.key-status.active { color: #158058; background: #e9f8f1; }.key-status.revoked { color: #aa5b37; background: #fff1e8; }.key-revoke { color: #c64c5d; border: 0; background: transparent; cursor: pointer; font-size: 11px; }.user-empty { padding: 30px !important; color: #a1a9b6 !important; text-align: center; }.user-key-banner { display: grid; gap: 7px; margin-top: 17px; padding: 18px 20px; color: #5c4a12; border: 1px solid #f2d995; border-radius: 13px; background: #fff9e8; }.user-key-banner code { padding: 10px; overflow-wrap: anywhere; color: #45360f; border-radius: 7px; background: rgba(255,255,255,.62); }.user-key-banner small { color: #9c8240; }.api-help { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 20px; }.api-help pre { margin: 0; padding: 14px; overflow: auto; color: #cbd6f5; border-radius: 10px; background: #10182b; font-size: 11px; }
.billing-settings,.billing-users { padding: 22px; margin-top: 14px; }.billing-setting-form { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }.billing-setting-form > label:not(.billing-toggle) { display: flex; align-items: center; gap: 8px; color: #69748b; font-size: 11px; }.billing-setting-form input[type=number] { width: 110px; }.billing-toggle { display: flex; align-items: center; gap: 8px; color: #445068; font-size: 12px; font-weight: 700; cursor: pointer; }.billing-toggle input { width: 0; height: 0; opacity: 0; }.billing-toggle span { width: 34px; height: 19px; position: relative; border-radius: 99px; background: #cbd1dd; transition: .2s; }.billing-toggle span::after { content: ""; position: absolute; width: 13px; height: 13px; top: 3px; left: 3px; border-radius: 50%; background: #fff; transition: .2s; }.billing-toggle input:checked + span { background: #6072e9; }.billing-toggle input:checked + span::after { transform: translateX(15px); }.billing-note { margin: 15px 0 0; color: #929aaa; font-size: 10px; }.billing-users .panel-heading { margin-bottom: 8px; }.billing-search { display: flex; gap: 6px; }.billing-search input { width: 150px; }.billing-search button { padding: 0 10px; }.billing-table td > small,.billing-table td small { display: block; color: #a1a9b7; font-size: 9px; }.billing-actions { display: flex; align-items: center; gap: 6px; }.billing-actions form { margin: 0; }.billing-actions .admin-secondary-button,.billing-actions .admin-danger-button,.billing-actions .admin-primary-button { min-height: 30px; padding: 0 8px; font-size: 8px; }.billing-recharge { display: flex; gap: 4px; }.billing-recharge input { width: 52px; padding: 6px; font-size: 9px; }.billing-recharge input[name=note] { width: 92px; }
.traffic-stat-grid { grid-template-columns: repeat(4,1fr); }.traffic-chart-card,.admin-traffic-panel { padding: 22px; }.traffic-chart { min-height: 170px; display: flex; align-items: end; gap: 13px; margin-top: 20px; padding: 13px 8px 0; border-bottom: 1px solid #edf0f5; }.traffic-bar { flex: 1; min-width: 34px; height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: end; gap: 5px; }.traffic-bar strong { color: #65718a; font-size: 9px; }.traffic-bar-stack { width: min(38px,100%); position: relative; min-height: 5px; overflow: hidden; border-radius: 7px 7px 2px 2px; background: #e4e8fb; }.traffic-bar-stack i { position: absolute; bottom: 0; left: 0; width: 100%; border-radius: 7px 7px 0 0; background: linear-gradient(#8f6cf1,#586fe8); }.traffic-bar span { color: #9ba4b4; font-size: 8px; }.admin-traffic-panel { margin: 14px 0; }.admin-traffic-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.admin-traffic-stats > div { padding: 13px; border: 1px solid #e9ecf3; border-radius: 10px; background: #fafbfe; }.admin-traffic-stats span,.admin-traffic-stats small { display: block; color: #96a0b1; font-size: 9px; }.admin-traffic-stats strong { display: block; margin: 1px 0; color: #33415d; font-size: 20px; }.admin-chart { min-height: 125px; margin-top: 9px; }.logs-card { margin-bottom: 20px; }.logs-table .log-url { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.copy-command { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }.copy-command > div { min-width: 0; flex: 1; }.copy-command span { display: block; margin-bottom: 4px; color: #9c8240; font-size: 10px; }.copy-command code { display: block; }.copy-command button { flex: 0 0 auto; padding: 8px 10px; color: #725c19; border: 1px solid #e5c86e; border-radius: 8px; background: #fffdf3; cursor: pointer; font-size: 10px; font-weight: 700; }.log-pagination { display: flex; justify-content: center; gap: 5px; margin-top: 17px; }.log-pagination a { display: grid; place-items: center; min-width: 27px; height: 27px; color: #7e8798; border: 1px solid #e2e6ee; border-radius: 7px; font-size: 10px; }.log-pagination a.active { color: #fff; border-color: #6173e9; background: #6173e9; }
.platform-health-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px; }.platform-health-grid > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; padding: 12px; border: 1px solid #e8ecf3; border-radius: 10px; background: #fbfcff; }.platform-health-grid strong { color: #45516b; font-size: 12px; }.platform-health-grid small { grid-column: 1/-1; overflow: hidden; margin-top: 4px; color: #a0a8b6; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.user-app-shell { min-height: 100vh; display: grid; grid-template-columns: 220px minmax(0,1fr); }.user-sidebar { min-height: 100vh; position: sticky; top: 0; display: flex; flex-direction: column; padding: 24px 14px 18px; color: #c3cadb; background: #11182b; }.user-sidebar .brand { margin: 0 8px 29px; }.user-sidebar .brand-light em { color: #91a0ff; }.user-sidebar .brand-mark { width: 33px; height: 33px; font-size: 20px; }.user-sidebar .sidebar-label { margin: 0 10px 8px; color: #65708a; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.user-side-nav { display: grid; gap: 4px; }.user-side-nav a { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 10px; color: #a6b0c7; border-radius: 8px; font-size: 12px; line-height: 1; }.user-side-nav a span { width: 18px; height: 18px; display: inline-grid; place-items: center; flex: 0 0 18px; color: #7e8ca9; text-align: center; font-size: 15px; line-height: 1; }.user-side-nav a:hover,.user-side-nav a.active { color: #fff; background: rgba(112,128,244,.18); }.user-side-nav a.active span { color: #98a6ff; }.user-side-account { margin: 12px 7px; padding: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.035); }.user-side-account strong,.user-side-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.user-side-account strong { color: #dde3f2; font-size: 11px; }.user-side-account small { margin-top: 2px; color: #79849c; font-size: 9px; }.user-sidebar > form button { width: 100%; min-height: 35px; color: #aeb7ca; border: 0; border-radius: 8px; background: rgba(255,255,255,.05); cursor: pointer; font-size: 11px; }.user-main { min-width: 0; background: #f6f8fd; }.user-topbar { min-height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 38px; border-bottom: 1px solid #e6eaf2; background: rgba(255,255,255,.8); }.user-topbar span { color: #7b8bef; font-size: 9px; font-weight: 800; letter-spacing: .13em; }.user-topbar h1 { margin: 1px 0 0; color: #2e3956; font-size: 20px; letter-spacing: -.03em; }.user-topbar > a { color: #6476e7; font-size: 11px; font-weight: 700; }.user-content { width: min(1120px, calc(100% - 52px)); margin: 26px auto 60px; }.user-content .user-card:first-child { margin-top: 0; }.user-hero h2 { margin: 6px 0; font-size: 27px; letter-spacing: -.04em; }.quick-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.quick-links a { min-height: 100px; padding: 16px; border: 1px solid #e8ecf4; border-radius: 11px; background: #fbfcff; }.quick-links b,.quick-links span { display: block; }.quick-links b { color: #46526d; font-size: 13px; }.quick-links span { margin-top: 6px; color: #929bad; font-size: 10px; }.account-card { width: min(660px,100%); }.account-form { display: grid; gap: 14px; margin-top: 22px; }.account-form label { color: #68748b; font-size: 11px; font-weight: 700; }.account-form input { width: 100%; min-height: 42px; margin-top: 6px; padding: 0 11px; border: 1px solid #dfe4ef; border-radius: 8px; outline: 0; background: #fbfcff; }.account-form input:focus { border-color: #7082eb; box-shadow: 0 0 0 4px rgba(98,116,235,.1); }.account-form button { justify-self: start; min-height: 40px; }
.quick-admin-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 20px; }.quick-admin-links a { min-height: 95px; padding: 15px; border: 1px solid #e8ecf3; border-radius: 10px; background: #fbfcff; }.quick-admin-links b,.quick-admin-links span { display: block; }.quick-admin-links b { color: #44506b; font-size: 12px; }.quick-admin-links span { margin-top: 6px; color: #939cac; font-size: 9px; }
select { font: inherit; color: inherit; }
.sidebar-account,.user-side-account { width: 100%; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 9px; margin: 10px 0; padding: 10px; color: #c7cede; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.04); cursor: pointer; text-align: left; }
.sidebar-account:hover,.user-side-account:hover { border-color: rgba(145,160,255,.3); background: rgba(112,128,244,.11); }.sidebar-account-avatar { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; border-radius: 9px; background: linear-gradient(135deg,#6578f5,#8a5ee9); font-size: 11px; font-weight: 800; }.sidebar-account > span:nth-child(2),.user-side-account > span:nth-child(2) { min-width: 0; }.sidebar-account strong,.sidebar-account small,.user-side-account strong,.user-side-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sidebar-account strong,.user-side-account strong { color: #eef1f8; font-size: 10px; }.sidebar-account small,.user-side-account small { margin-top: 1px; color: #7f8aa1; font-size: 8px; }.sidebar-account b,.user-side-account b { color: #73809b; font-size: 18px; }.admin-avatar { border: 0; cursor: pointer; }
.modal-open { overflow: hidden; }.account-modal { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; }.account-modal.is-open { display: grid; }.account-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(9,14,29,.62); backdrop-filter: blur(8px); }.account-modal-dialog { position: relative; z-index: 1; width: min(480px,100%); padding: 27px; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: #fff; box-shadow: 0 35px 90px rgba(8,15,38,.28); }.account-modal-close { position: absolute; right: 16px; top: 13px; width: 31px; height: 31px; color: #8a93a4; border: 0; border-radius: 9px; background: #f4f6fa; cursor: pointer; font-size: 20px; }.account-profile { display: flex; align-items: center; gap: 14px; padding-right: 35px; }.account-profile > span { display: grid; place-items: center; width: 51px; height: 51px; flex: 0 0 auto; color: #fff; border-radius: 15px; background: linear-gradient(135deg,#5d70ef,#8b61e8); font-size: 18px; font-weight: 800; }.account-profile small { color: #7888ed; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.account-profile h2 { margin: 1px 0; color: #2e3954; font-size: 21px; }.account-profile p { margin: 0; color: #9099aa; font-size: 10px; }.account-modal-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 23px 0 17px; padding: 4px; border-radius: 10px; background: #f2f4f9; }.account-modal-tabs button { min-height: 35px; color: #7b8497; border: 0; border-radius: 7px; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }.account-modal-tabs button.active { color: #4e61d5; background: #fff; box-shadow: 0 3px 10px rgba(35,47,88,.08); }.account-tab-panel { display: none; }.account-tab-panel.active { display: block; }.account-tab-panel dl { margin: 0; display: grid; gap: 8px; }.account-tab-panel dl div { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding: 0 12px; border: 1px solid #e9ecf3; border-radius: 9px; background: #fafbfe; }.account-tab-panel dt { color: #939bab; font-size: 9px; }.account-tab-panel dd { margin: 0; color: #4c5871; font-size: 10px; font-weight: 700; }.account-modal .account-form { width: 100%; margin-top: 0; }.account-modal .account-form button { width: 100%; justify-self: stretch; }
.endpoint-box + .endpoint-box { margin-top: 8px; }.package-create-panel { margin-bottom: 18px; padding: 27px 29px 25px; }.package-create-panel .panel-heading { margin-bottom: 24px; }.package-create-panel .panel-kicker { display: block; margin-bottom: 5px; }.package-create-form { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr auto; align-items: end; gap: 12px; }.package-create-form label,.config-form label { color: #69758c; font-size: 9px; font-weight: 700; }.package-create-form input,.package-create-form select,.config-form input,.fallback-add-form input { width: 100%; min-height: 41px; margin-top: 7px; padding: 0 12px; border: 1px solid #dfe4ed; border-radius: 8px; outline: 0; background: #fbfcff; }.package-create-form select { height: 41px; }.package-create-form .admin-primary-button { min-height: 41px; }.package-admin-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.package-admin-card { padding: 25px 26px 23px; }.package-admin-card.is-disabled { opacity: .65; }.package-admin-card > div:first-child { display: flex; align-items: center; justify-content: space-between; }.package-period { color: #6c7ee7; font-size: 9px; font-weight: 800; letter-spacing: .08em; }.package-admin-card h3 { margin: 18px 0 5px; color: #38445e; font-size: 16px; }.package-admin-card > strong { color: #202b45; font-size: 27px; }.package-admin-card > p { margin: 5px 0 21px; color: #8d96a8; font-size: 10px; }.package-admin-actions { display: flex; gap: 9px; }.package-admin-actions form { flex: 1; }.package-admin-actions button { width: 100%; }
.configuration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.config-card { padding: 23px; }.config-description { min-height: 48px; margin: -2px 0 18px; color: #858fa2; font-size: 10px; }.config-form { display: grid; gap: 15px; }.config-form-grid { display: grid; grid-template-columns: 1fr 110px; gap: 10px; }.config-form-grid .wide { grid-column: 1/-1; }.fallback-toggle-form { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.fallback-list { display: grid; gap: 7px; margin: 16px 0; }.fallback-list > div { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 8px; border: 1px solid #e8ebf2; border-radius: 8px; background: #fafbfe; }.fallback-list code { overflow: hidden; color: #65718a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.fallback-add-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.fallback-add-form input { margin: 0; }
.api-management-card { margin-bottom: 14px; }.api-create-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 17px; border: 1px solid #e7eaf2; border-radius: 11px; background: linear-gradient(135deg,#fafbff,#f5f7ff); }.api-create-row strong,.api-create-row span { display: block; }.api-create-row strong { color: #3f4c67; font-size: 13px; }.api-create-row span { margin-top: 3px; color: #8e97a8; font-size: 9px; }.api-table th:nth-child(2) { width: 48%; }.api-cell { display: flex; align-items: center; gap: 8px; min-width: 360px; }.api-cell code { flex: 1; overflow: hidden; padding: 8px 9px; color: #56627a; border-radius: 7px; background: #f3f5fa; text-overflow: ellipsis; white-space: nowrap; }.api-cell button { min-width: 52px; min-height: 31px; color: #5669dc; border: 1px solid #d8def8; border-radius: 7px; background: #f5f7ff; cursor: pointer; font-size: 9px; font-weight: 700; }.api-cell button:disabled { opacity: .45; cursor: not-allowed; }.api-version-badge { display: inline-grid; place-items: center; min-width: 36px; height: 25px; color: #fff; border-radius: 7px; background: #6578e8; font-size: 9px; font-weight: 800; }.api-version-badge.v2 { background: #8b61dc; }
.package-user-hero { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 16px; padding: 27px; color: #fff; border-radius: 16px; background: linear-gradient(135deg,#5368e5,#8b5fdc); box-shadow: 0 18px 40px rgba(78,91,190,.2); }.package-user-hero span { color: #d7dcff; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.package-user-hero h2 { margin: 4px 0; font-size: 25px; }.package-user-hero p { margin: 0; color: #e1e4fb; font-size: 10px; }.package-user-hero > strong { min-width: 150px; text-align: right; font-size: 10px; }.package-user-hero b { display: block; margin: 3px 0; font-size: 25px; }.package-user-hero > strong small { display: block; color: #dfe3fa; font-size: 9px; font-weight: 500; }.package-user-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.package-user-card { min-height: 275px; display: flex; flex-direction: column; }.package-user-card h3 { min-height: 24px; margin: 18px 0 8px; color: #37435e; font-size: 17px; line-height: 1.4; }.package-price { display: flex; align-items: baseline; gap: 3px; min-height: 44px; }.package-price small { color: #6c78a0; font-size: 14px; line-height: 1; }.package-price strong { color: #222c45; font-size: 31px; line-height: 1.2; }.package-user-card > p { display: flex; align-items: baseline; gap: 4px; margin: 8px 0 20px; color: #8d96a7; font-size: 10px; line-height: 1.4; }.package-user-card > p b { color: #5365d3; font-size: 15px; line-height: 1.2; }.package-purchase-form { width: 100%; margin-top: auto; }.package-purchase-form button { width: 100%; min-height: 41px; color: #fff; border: 0; border-radius: 9px; background: linear-gradient(135deg,#5d71ee,#7c5ce4); box-shadow: 0 9px 20px rgba(93,109,226,.18); cursor: pointer; font-size: 10px; font-weight: 750; }.package-purchase-form button:disabled { color: #9aa2b1; background: #eff1f6; box-shadow: none; cursor: not-allowed; }
.format-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 18px; padding: 0; border: 0; }.format-switch legend { grid-column: 1/-1; margin-bottom: 7px; color: #5b657a; font-size: 11px; font-weight: 700; }.format-switch label { cursor: pointer; }.format-switch input { position: absolute; opacity: 0; pointer-events: none; }.format-switch span { display: block; padding: 10px 12px; color: #758095; border: 1px solid #dfe4ee; border-radius: 10px; background: #fbfcff; font-size: 11px; font-weight: 800; }.format-switch small { display: block; color: #a0a8b7; font-size: 8px; font-weight: 500; }.format-switch input:checked + span { color: #5367da; border-color: #8493ee; background: #f3f5ff; box-shadow: 0 0 0 3px rgba(98,116,235,.09); }.public-format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.public-format-grid article { padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.06); }.public-format-grid span { display: inline-grid; place-items: center; width: 36px; height: 25px; color: #fff; border-radius: 7px; background: #6679ef; font-size: 9px; font-weight: 800; }.public-format-grid article:last-child span { background: #8e65df; }.public-format-grid strong,.public-format-grid p { display: block; }.public-format-grid strong { margin-top: 12px; color: #fff; }.public-format-grid p { margin: 4px 0 0; color: #aab3c8; font-size: 10px; }.public-format-grid code { color: #bfaeff; }

@media (max-width: 1080px) {
    .hero { gap: 35px; }.workflow-grid { grid-template-columns: repeat(3,1fr); }.workflow-card { min-height: 220px; }.platform-grid { grid-template-columns: repeat(2,1fr); }.playground-shell { gap: 45px; }.metric-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: 1fr; }.admin-platform-grid { grid-template-columns: repeat(2,1fr); }.pipeline-step b { display: none; }.quick-admin-links { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
    .site-header { min-height: 72px; }.site-nav > a:not(.nav-console) { display: none; }.hero { min-height: auto; grid-template-columns: 1fr; padding-top: 55px; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions,.hero-trust { justify-content: center; }.hero-visual { width: min(570px,94%); margin: 20px auto 0; }.workflow-grid { grid-template-columns: repeat(2,1fr); }.section-heading { align-items: flex-start; flex-direction: column; gap: 17px; }.platform-grid { grid-template-columns: 1fr; }.playground-shell,.api-card { grid-template-columns: 1fr; }.site-footer .site-shell { grid-template-columns: 1fr; justify-items: center; text-align: center; }.brand-footer,.site-footer .site-shell > div:last-child { justify-self: center; }
    .admin-shell { grid-template-columns: 78px minmax(0,1fr); }.admin-sidebar { padding-inline: 12px; }.admin-brand { margin-inline: auto; }.admin-brand > span:last-child,.sidebar-label,.admin-nav a span,.admin-nav a b,.sidebar-status,.sidebar-logout button { font-size: 0; }.admin-nav a { grid-template-columns: 1fr; justify-items: center; padding: 0; }.admin-nav a.active i { left: -12px; }.sidebar-logout button { justify-content: center; }.admin-topbar { padding-inline: 24px; }.admin-content { width: calc(100% - 36px); }.login-shell { grid-template-columns: .8fr 1.2fr; }.login-story { padding: 34px; }.login-story h1 { font-size: 39px; }.login-flow { display: none; }
}
@media (max-width: 620px) {
    .site-shell,.site-header { width: min(100% - 30px,1180px); }.brand { font-size: 16px; }.brand-mark { width: 34px; height: 34px; }.nav-console { padding: 9px 12px; font-size: 12px; }.hero { padding-block: 44px 75px; }.hero h1 { font-size: 40px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-trust { gap: 13px; }.hero-trust strong { font-size: 18px; }.hero-trust span { font-size: 9px; }.terminal-body { padding: 18px; }.float-pill { display: none; }.marquee-strip > div { justify-content: flex-start; }.section { padding-block: 76px; }.workflow-grid { grid-template-columns: 1fr; }.workflow-card { min-height: 190px; }.icon-box { margin-bottom: 25px; }.playground-shell { gap: 40px; }.demo-result-grid { grid-template-columns: 1fr; }.demo-result-grid > div { border-right: 0; border-bottom: 1px solid #e8ebf1; }.api-card { gap: 35px; padding: 31px 22px; }.site-footer .site-shell > div:last-child { flex-wrap: wrap; justify-content: center; }
    .admin-shell { display: block; }.admin-sidebar { position: static; width: 100%; height: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 12px 15px; }.admin-brand { margin: 0; }.admin-brand > span:last-child { display: flex; font-size: 16px; }.admin-nav { display: flex; justify-content: center; }.admin-nav a:not(.active) { display: none; }.admin-nav a.active { width: 43px; }.admin-nav a.active i,.sidebar-spacer,.sidebar-status { display: none; }.sidebar-logout button { width: 43px; font-size: 0; }.admin-topbar { min-height: 76px; padding-inline: 17px; }.topbar-link { display: none; }.admin-content { width: calc(100% - 24px); padding-top: 24px; }.metric-grid { grid-template-columns: 1fr; }.admin-platform-grid { grid-template-columns: 1fr; }.pipeline { overflow-x: auto; gap: 12px; }.pipeline-step b { display: block; white-space: nowrap; }.runtime-list > div { grid-template-columns: 80px minmax(0,1fr) auto; }.test-input-row { grid-template-columns: 1fr; }.test-summary { grid-template-columns: 1fr; }.maintenance-panel { grid-template-columns: auto 1fr; }.maintenance-actions { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; }.maintenance-panel button { width: 100%; }.login-page { padding: 0; }.login-shell { width: 100%; min-height: 100vh; display: block; border: 0; border-radius: 0; }.login-story { min-height: 235px; padding: 26px; }.login-story-copy { margin-top: 48px; }.login-story h1 { margin: 10px 0; font-size: 34px; }.login-story-copy p,.login-story > small { display: none; }.login-form-panel { padding: 35px 25px 50px; }.back-home { margin-bottom: 35px; }
}
@media (max-width: 820px) { .traffic-stat-grid { grid-template-columns: repeat(2,1fr); }.platform-health-grid { grid-template-columns: repeat(2,1fr); }.user-app-shell { grid-template-columns: 72px minmax(0,1fr); }.user-sidebar { padding-inline: 10px; }.user-sidebar .brand { margin-inline: auto; }.user-sidebar .brand > span:last-child,.user-sidebar .sidebar-label,.user-side-nav a:not(.active)::after,.user-side-account,.user-sidebar > form button { font-size: 0; }.user-side-nav a { justify-content: center; padding: 0; }.user-side-nav a span { font-size: 17px; }.user-sidebar > form button::after { content: '↪'; font-size: 17px; }.user-topbar { padding-inline: 24px; } }
@media (max-width: 620px) { .user-nav,.user-shell { width: min(100% - 28px,1060px); }.user-nav > div > span { display: none; }.user-shell { margin-top: 15px; }.user-hero { padding: 25px; }.user-hero h1 { font-size: 25px; }.user-stat-grid,.traffic-stat-grid,.platform-health-grid { grid-template-columns: 1fr; }.user-card { padding: 18px; }.user-card-heading { display: block; }.user-card-heading p { margin-top: 10px; }.key-create { flex-direction: column; }.key-create button { min-height: 40px; }.api-help { grid-template-columns: 1fr; }.auth-dialog { padding: 23px 19px; }.admin-traffic-stats { grid-template-columns: 1fr; }.copy-command { align-items: stretch; flex-direction: column; }.copy-command button { min-height: 37px; }.traffic-chart { gap: 7px; }.traffic-bar { min-width: 25px; }.user-app-shell { display: block; }.user-sidebar { min-height: auto; position: static; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 10px 13px; }.user-sidebar .brand { margin: 0; }.user-sidebar .brand > span:last-child { display: none; }.user-side-nav { display: flex; justify-content: center; }.user-side-nav a { width: 31px; min-height: 31px; }.user-side-nav a:not(.active) { display: none; }.user-sidebar .sidebar-spacer,.user-side-account { display: none; }.user-topbar { min-height: 70px; padding: 0 17px; }.user-content { width: calc(100% - 26px); margin-top: 18px; }.quick-links,.quick-admin-links { grid-template-columns: 1fr; }.user-topbar > a { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }
@media (max-width: 1080px) { .package-create-form { grid-template-columns: repeat(2,1fr); }.package-create-form button { min-height: 39px; }.package-admin-grid,.package-user-grid,.quick-links { grid-template-columns: repeat(2,1fr); }.configuration-grid { grid-template-columns: 1fr; }.config-description { min-height: 0; } }
@media (max-width: 820px) { .sidebar-account { grid-template-columns: 1fr; justify-items: center; padding: 7px; }.sidebar-account > span:nth-child(2),.sidebar-account > b { display: none; }.user-side-account { grid-template-columns: 1fr; justify-items: center; padding: 7px; }.user-side-account > span:nth-child(2),.user-side-account > b { display: none; }.package-user-hero { align-items: flex-start; }.api-cell { min-width: 300px; } }
@media (max-width: 620px) { .package-create-form,.package-admin-grid,.package-user-grid,.public-format-grid { grid-template-columns: 1fr; }.configuration-grid { display: block; }.config-card + .config-card { margin-top: 14px; }.config-form-grid { grid-template-columns: 1fr; }.config-form-grid .wide { grid-column: auto; }.fallback-toggle-form,.api-create-row,.package-user-hero { align-items: stretch; flex-direction: column; }.fallback-add-form { grid-template-columns: 1fr; }.api-cell { min-width: 260px; }.account-modal-dialog { padding: 23px 18px; }.package-user-hero > strong { text-align: left; }.user-sidebar .user-side-account { display: grid; } }
.inline-schema-form { margin-top: 10px; }.inline-schema-form .admin-primary-button { min-height: 36px; }
