/* Hemlock account — typography, blue light and glass surfaces from the main site. */
@font-face {
  font-family:'Space Grotesk'; src:url('/account/assets/space-grotesk-site-ascii-symbols-300-700-normal.woff2') format('woff2');
  font-weight:300 700; font-style:normal; font-display:swap;
}
:root {
  --ink:#101b2d; --muted:#435771; --paper:#dfeafb; --line:rgba(67,104,157,.22);
  --accent:#087dff; --accent-dark:#0864d0; --white:#fff; --radius:24px; --header:96px;
  --glass:linear-gradient(145deg,rgba(255,255,255,.97),rgba(244,249,255,.91));
  --glass-border:rgba(106,149,205,.42);
  --shadow:0 30px 65px -28px rgba(31,74,137,.34),0 7px 18px rgba(48,91,154,.09),inset 0 1px 0 #fff;
  font-family:'Space Grotesk',Arial,sans-serif; font-synthesis:none; color-scheme:light;
  color:var(--ink); background:var(--paper); font-size:15px; line-height:1.6; -webkit-font-smoothing:antialiased;
}
* { box-sizing:border-box; }
html { scroll-padding-top:calc(var(--header) + 18px); }
[hidden] { display:none !important; }
body { margin:0; background:radial-gradient(ellipse at 80% 2%,#f7fbff 0,transparent 26%),radial-gradient(ellipse at 0% 39%,#c3dafa 0,transparent 30%),linear-gradient(180deg,#edf4ff 0%,#dce9fb 27%,#d1e2f8 68%,#e8f1ff 100%); }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,a,input,select,textarea { touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
img { display:block; max-width:100%; }
h1,h2,p { margin:0; }
h1,h2 { font-weight:500; letter-spacing:-.055em; line-height:1.06; }
h1 { font-size:clamp(34px,4.2vw,58px); }
h2 { font-size:24px; }
p { line-height:1.7; }
em { color:var(--accent); font-style:normal; }
::selection { background:#087dff26; }
:focus-visible { outline:2px solid var(--accent); outline-offset:5px; }
button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible { outline-offset:3px; }
.skip-link { position:fixed; z-index:30; top:8px; left:16px; transform:translateY(-180%); border-radius:12px; background:var(--accent); color:white; padding:14px 24px; }
.skip-link:focus { transform:none; }
.masthead { position:sticky; top:16px; z-index:20; width:min(100% - 48px,1360px); height:64px; margin:16px auto 0; padding:10px 20px 10px 22px; display:flex; justify-content:space-between; align-items:center; gap:24px; border:1px solid rgba(124,162,211,.36); border-radius:999px; background:rgba(255,255,255,.88); backdrop-filter:blur(18px) saturate(150%); -webkit-backdrop-filter:blur(18px) saturate(150%); box-shadow:0 10px 28px #356ba021,inset 0 1px 0 white; }
.wordmark { display:inline-flex; align-items:center; gap:10px; color:var(--ink); white-space:nowrap; font-size:16px; font-weight:600; letter-spacing:.04em; }
.wordmark img { width:28px; height:28px; object-fit:contain; }
.wordmark-section { margin-left:8px; padding-left:18px; border-left:1px solid var(--line); color:#647791; font-size:10px; letter-spacing:.14em; font-weight:500; text-transform:uppercase; }
.header-actions { display:flex; align-items:center; gap:18px; min-width:0; }
.header-actions .quiet { font-size:12px; overflow-wrap:anywhere; }
main { width:min(100% - 96px,1320px); margin:auto; padding:44px 0 80px; min-height:calc(100svh - 185px); }
.loading { padding:36px 0; color:var(--muted); }
.eyebrow { display:flex; align-items:center; gap:10px; font-size:10px; line-height:1.5; text-transform:uppercase; letter-spacing:.14em; font-weight:500; color:#647791; margin-bottom:15px; }
.quiet { color:var(--muted); }
.small { font-size:12px; line-height:1.65; }
.lead { margin:25px 0; max-width:500px; color:var(--muted); font-size:20px; line-height:1.55; }
.landing { display:grid; grid-template-columns:1.1fr 1fr; gap:64px; align-items:center; min-height:650px; padding:22px 0 46px; }
.landing h1 { font-size:clamp(48px,4.65vw,68px); font-weight:600; letter-spacing:-.065em; }
.landing-copy > .eyebrow { display:inline-flex; padding:8px 12px; border:1px solid white; border-radius:999px; background:#ffffff8c; box-shadow:0 2px 14px #508ac80a; font-size:9px; margin-bottom:26px; }
.landing-copy > .small { max-width:430px; margin-top:26px; }
.sign-in-options { max-width:360px; margin-top:30px; }
.sign-in-options > .button { width:100%; margin-top:11px; }
.signup-line { text-align:center; font-size:13px; margin-top:18px; color:var(--muted); }
.text-button { border:0; padding:0; background:none; color:var(--accent-dark); font-weight:500; cursor:pointer; text-decoration:underline; text-underline-offset:4px; }
.landing-guide { display:flex; flex-direction:column; justify-content:center; margin:16px 0; padding:38px; border:1px solid var(--glass-border); border-radius:34px; background:var(--glass); box-shadow:var(--shadow); }
.guide-title { color:#647791; font-size:10px; letter-spacing:.14em; font-weight:500; margin-bottom:25px; }
.landing-guide ol { padding:0; margin:0; list-style:none; }
.landing-guide li { display:flex; gap:20px; padding:26px 0; border-top:1px solid var(--line); }
.landing-guide h2 { font-size:23px; }
.landing-guide p { margin-top:12px; font-size:14px; color:var(--muted); max-width:330px; }
.step { flex:0 0 26px; font-size:11px; padding-top:5px; color:var(--accent-dark); font-variant-numeric:tabular-nums; }
.guide-footer { display:flex; align-items:center; gap:10px; margin-top:16px; font-size:11px; color:#647791; }
.status-dot { display:inline-block; width:6px; height:6px; background:#2c96ff; border-radius:50%; box-shadow:0 0 10px #158bff48; flex-shrink:0; }
.button { position:relative; display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:48px; padding:13px 22px; border:1px solid transparent; border-radius:999px; font-size:13px; font-weight:500; line-height:1.3; cursor:pointer; text-decoration:none; transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s; }
.button:not(:disabled):hover { transform:translateY(-2px); }
.button.primary { background:linear-gradient(135deg,#1473db,#0864d0); color:#fff; border-color:#ffffff5c; box-shadow:0 6px 22px #168aff2b,inset 0 1px 0 #ffffff4d; }
.button.primary:hover { background:linear-gradient(135deg,#0864d0,#0756b2); box-shadow:0 8px 28px #168aff3d,inset 0 1px 0 #ffffff4d; }
.button.secondary,.button.google,.button.subtle { background:rgba(255,255,255,.7); border-color:#b8d7ff99; color:#1b70cd; box-shadow:0 5px 20px #337ab508,inset 0 1px 0 white; }
.button.secondary:hover,.button.google:hover,.button.subtle:hover { background:#edf6ff; border-color:#9dc9ff; }
.button.danger { color:#9a382c; border-color:#dfc2bd; background:#fff7f4; }
.button.compact { padding:8px 13px; min-height:38px; font-size:12px; }
.header-actions .button { min-height:40px; padding:10px 17px; }
.sign-in-options .button { min-height:52px; padding:15px 22px; }
button:disabled { opacity:.55; cursor:not-allowed; }
.button-row { display:flex; flex-wrap:wrap; gap:10px; }
.notice { padding:16px 20px; margin-bottom:24px; border:1px solid var(--glass-border); border-radius:16px; background:#f1f7ff; color:#376797; font-size:13px; overflow-wrap:anywhere; box-shadow:inset 0 1px 0 white; }
.notice.error { color:#9a382c; background:#fff3ee; border-color:#dfc2bd; }
.local-preview { border-style:dashed; background:#ffffff9c; }
.workspace { display:grid; grid-template-columns:170px minmax(0,1fr); gap:42px; align-items:start; }
.sidebar { position:sticky; top:116px; padding-top:12px; }
.sidebar a { display:flex; justify-content:space-between; padding:15px 0; border-bottom:1px solid var(--line); color:var(--ink); font-size:13px; }
.sidebar a:hover { color:var(--accent); }
.sidebar a span { color:#647791; font-size:10px; }
.sidebar p { margin-top:30px; font-size:12px; color:var(--muted); }
.account-content { min-width:0; }
.account-content section { scroll-margin-top:116px; margin-bottom:30px; }
.section-top { display:flex; justify-content:space-between; align-items:center; gap:20px; margin:10px 0 30px; }
.section-top h1 { font-size:42px; }
.section-top .quiet { margin-top:13px; overflow-wrap:anywhere; }
.panel { background:var(--glass); border:1px solid var(--glass-border); border-radius:30px; padding:32px; min-width:0; box-shadow:var(--shadow); }
.panel > .quiet { font-size:14px; margin-top:12px; }
.panel-heading { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:17px; }
.panel-heading .eyebrow { margin-bottom:11px; }
.overview-grid { display:grid; grid-template-columns:1.25fr 1fr; gap:22px; }
.billing-panel > p { font-size:14px; }
.billing-panel .button-row { margin:22px 0 17px; }
.price { margin-top:14px; font-weight:500; color:var(--accent-dark); }
.badge { padding:6px 11px; border-radius:999px; background:#e6f2ff; color:#1b70cd; border:1px solid #b8d7ff99; font-size:10px; font-weight:500; white-space:nowrap; }
.badge.pending { background:#fff5df; color:#795811; border-color:#ead7a8; }
.statistics { display:flex; flex-wrap:wrap; gap:28px; margin:26px 0 20px; }
.statistics strong,.statistics span { display:block; }
.statistics strong { font-size:36px; font-weight:500; letter-spacing:-.055em; line-height:1.15; }
.statistics span { font-size:12px; color:var(--muted); margin-top:8px; }
.test-note { font-size:12px; color:#795811; margin-top:18px; padding-top:14px; border-top:1px solid var(--line); }
.download-panel { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:28px 0 0; }
.download-panel h2 { font-size:19px; }
.download-panel p { font-size:13px; margin-top:8px; }
.inline-form { display:flex; gap:14px; align-items:end; margin:28px 0; }
.inline-form > div { flex:1; min-width:0; }
label { display:block; font-size:14px; font-weight:500; color:#445a76; margin-bottom:9px; }
input,textarea,select { min-height:48px; padding:13px 14px; background:#ffffff91; border:1px solid #bad1ee85; border-radius:12px; font-size:14px; color:var(--ink); box-shadow:inset 0 2px 5px #6285b305; max-width:100%; }
input,textarea { width:100%; }
input::placeholder,textarea::placeholder { color:#788aa3; }
input:focus,textarea:focus,select:focus { background:white; }
select { font-size:13px; }
.table-wrap { overflow:auto; }
table { border-collapse:collapse; width:100%; font-size:13px; text-align:left; }
th { font-weight:500; font-size:11px; color:var(--muted); }
th,td { padding:15px 12px 15px 0; border-bottom:1px solid var(--line); vertical-align:middle; }
th:last-child,td:last-child { padding-right:0; }
td:first-child { max-width:215px; overflow-wrap:anywhere; }
td .small { display:block; }
.empty { color:var(--muted); padding:26px 0; font-size:14px; }
.operator-list { list-style:none; margin:0; padding:0; }
.operator-list li { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:19px 0; border-bottom:1px solid var(--line); }
.operator-list .operator-name { display:block; font-size:15px; font-weight:500; overflow-wrap:anywhere; }
.operator-list code { font-size:12px; color:var(--muted); overflow-wrap:anywhere; }
.operator-list .button-row { flex-shrink:0; }
#legacy-notice { margin:22px 0 0; }
#filtered-summary { margin-bottom:14px; }
#api-address { margin-top:20px; overflow-wrap:anywhere; }
footer { width:min(100% - 96px,1320px); margin:auto; padding:28px 0 34px; display:flex; justify-content:space-between; gap:24px; align-items:center; border-top:1px solid var(--line); font-size:11px; color:#62768f; }
.footer-brand { font-size:16px; }
dialog { width:min(540px,calc(100vw - 32px)); padding:0; border:1px solid var(--glass-border); border-radius:30px; color:var(--ink); background:var(--glass); box-shadow:var(--shadow); }
dialog::backdrop { background:#101b2d70; }
.dialog-content { padding:36px; }
.dialog-content p:not(.eyebrow) { margin:18px 0; font-size:14px; color:var(--muted); }
.dialog-content textarea { font-family:ui-monospace,monospace; font-size:13px; resize:none; overflow-wrap:anywhere; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media(max-width:1100px) { main,footer { width:calc(100% - 64px); } .workspace { grid-template-columns:140px minmax(0,1fr); gap:28px; } .overview-grid { grid-template-columns:1fr; } .landing { gap:35px; } .landing-guide { padding:30px; } .landing h1 { font-size:55px; } .lead { font-size:19px; } }
@media(max-width:899px) { :root { --header:86px; } .masthead { top:12px; height:60px; width:calc(100% - 32px); margin-top:12px; padding:8px 12px 8px 18px; } .landing { gap:26px; } .landing h1 { font-size:48px; } .landing-guide { padding:26px; } .landing-guide h2 { font-size:21px; } .header-actions .quiet { display:none; } }
@media(max-width:700px) { main,footer { width:calc(100% - 40px); } .wordmark { font-size:15px; } .wordmark img { width:26px; height:26px; } .wordmark-section { margin-left:2px; padding-left:11px; font-size:8px; } main { padding:30px 0 50px; } .landing { grid-template-columns:1fr; min-height:auto; gap:32px; padding:0 0 24px; } .landing h1 { font-size:clamp(43px,9.5vw,64px); } .landing-copy > .eyebrow { margin-bottom:23px; } .landing-guide { margin:0; padding:28px 24px; border-radius:26px; } .lead { font-size:19px; } .sign-in-options { max-width:none; } .workspace { display:block; } .sidebar { position:static; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 22px; padding:0; margin-bottom:30px; } .sidebar a { gap:8px; } .sidebar p { display:none; } .section-top { align-items:start; } .section-top h1 { font-size:34px; } .section-top .button { min-height:40px; padding:10px 13px; font-size:11px; } .panel { padding:26px 22px; border-radius:26px; } .panel-heading { align-items:start; flex-wrap:wrap; } .inline-form { flex-direction:column; align-items:stretch; } input,select,textarea { font-size:16px; } .operator-list li { align-items:start; flex-direction:column; } .download-panel { flex-direction:column; align-items:start; } th,td { padding-right:10px; font-size:12px; } th { font-size:10px; } footer { align-items:center; gap:15px; font-size:10px; } .dialog-content { padding:28px 22px; } }
@media(max-width:370px) { .wordmark-section { display:none; } .masthead { gap:12px; } .section-top { flex-wrap:wrap; } .landing-guide { padding:26px 22px; } footer p { max-width:130px; text-align:right; } }
@media(prefers-reduced-motion:reduce) { * { scroll-behavior:auto !important; transition:none !important; } .button:not(:disabled):hover { transform:none; } }
