/* QCraft Cowork brand foundations, adapted for the Ledger entry page. */
:root { color-scheme: light; --navy: #102f5d; --paper: #f4f1ea; --muted: #5f6670; --line: rgba(16,47,93,.12); }
* { box-sizing: border-box; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: "Funnel Display", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.entry { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
.entry-wrap { width: 100%; max-width: 448px; }
.brand { display: flex; align-items: center; gap: 13px; margin: 0 0 30px 2px; }
.brand-mark { object-fit: contain; }
.brand-name { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 600; letter-spacing: .22em; line-height: 1; }
.brand-product { color: var(--muted); font-size: 10px; letter-spacing: .34em; font-weight: 400; }
.entry .brand { gap: 18px; margin: 0 0 42px 2px; min-height: 44px; }
.entry .brand-mark { flex: 0 0 24px; }
.entry .brand-name { flex-direction: row; align-items: center; gap: 22px; font-size: 13px; letter-spacing: .2em; line-height: 1.3; }
.entry .brand-product { padding: 5px 0 5px 22px; border-left: 1px solid rgba(16,47,93,.2); color: var(--navy); font-size: 21px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2; }
.signin-card { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 16px 48px rgba(16,47,93,.055), 0 2px 6px rgba(16,47,93,.025); }
.eyebrow-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 23px; }
.eyebrow { margin: 0; color: var(--muted); font: 10px/1.5 ui-monospace, "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .14em; }
.environment { padding: 3px 8px; border: 1px solid #eadfc9; border-radius: 5px; background: #f5eddc; color: #806027; font-size: 10px; font-weight: 600; letter-spacing: .035em; }
h1 { margin: 18px 0 10px; font-size: 29px; line-height: 1.25; font-weight: 500; letter-spacing: -.045em; }
.intro { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.google-button { display: flex; min-height: 48px; width: 100%; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; padding: 12px 15px; color: var(--navy); background: #fff; border: 1px solid rgba(16,47,93,.24); border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 600; transition: background .15s, border-color .15s, box-shadow .15s; }
.google-button:hover { background: #f8f6f1; border-color: var(--navy); }
.google-button:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.google-mark { width: 20px; height: 20px; flex-shrink: 0; }
.button-arrow { margin-left: auto; color: var(--muted); font-size: 19px; font-weight: 400; }
.google-button > span:first-of-type { margin-right: auto; }
.account-hint { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-hint strong { color: var(--navy); font-weight: 500; }
.access-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.access-note svg { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.access-note p { margin: 0; font-size: 12px; line-height: 1.75; }
.entry-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 19px 2px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.release { font: 10px/1.5 ui-monospace, "SFMono-Regular", Consolas, monospace; }
.notice { margin-top: 20px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #f8f6f1; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.notice-error { background: #fcf5f3; border-color: #ead4d0; color: #8a4141; }
@media (max-width: 480px) { .entry { padding: 32px 20px; } .signin-card { padding: 26px 23px; } h1 { font-size: 27px; } .brand { margin-bottom: 24px; } .wide-only { display: none; } }
@media (max-width: 480px) { .entry .brand { margin-bottom: 34px; } .entry .brand-name { gap: 18px; } .entry .brand-product { padding-left: 18px; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
.demo-button { margin-top: 18px; background: var(--paper); border-color: transparent; }
.demo-shell { max-width: 1120px; margin: auto; padding: 44px 32px; }
.demo-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-header .brand { margin: 0; }
.demo-signin, .demo-footer a { color: var(--navy); font-size: 13px; text-underline-offset: 4px; }
.demo-notice { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; padding: 13px 18px; border: 1px solid #eadfc9; border-radius: 8px; background: #f5eddc; color: #705022; font-size: 12px; }
.demo-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; }
.demo-heading h1 { font-size: 36px; margin-top: 12px; }
.demo-tabs { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 9px; }
.demo-tabs a { padding: 9px 16px; border-radius: 6px; color: var(--muted); text-decoration: none; font-size: 13px; }
.demo-tabs a[aria-current] { background: white; color: var(--navy); box-shadow: 0 1px 5px #102f5d10; }
.demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 30px 0; }
.demo-metrics article, .demo-projects { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.metric { font-size: 34px; margin: 17px 0 10px; letter-spacing: -.04em; }
.demo-projects h2 { font-size: 18px; font-weight: 500; margin: 0 0 22px; }
.demo-table { overflow-x: auto; }
.demo-table table { width: 100%; border-collapse: collapse; text-align: left; font-size: 13px; white-space: nowrap; }
.demo-table th { color: var(--muted); font-size: 11px; font-weight: 500; padding: 0 15px 15px; border-bottom: 1px solid var(--line); }
.demo-table td { padding: 20px 15px; border-bottom: 1px solid var(--line); }
.demo-table tr:last-child td { border-bottom: 0; }
.demo-table td:first-child, .demo-table th:first-child { padding-left: 0; }
.demo-client { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.demo-status { padding: 4px 8px; border-radius: 5px; background: #edf4ee; color: #386044; font-size: 11px; }
.demo-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.demo-footer p { max-width: 650px; }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
@media (max-width: 640px) { .demo-shell { padding: 28px 18px; } .demo-metrics { grid-template-columns: 1fr; gap: 12px; } .demo-heading h1 { font-size: 29px; } .demo-metrics article { padding: 20px; } .demo-projects { padding: 20px; } .demo-signin { max-width: 120px; text-align: right; line-height: 1.6; } }
