:root {
  color-scheme: light;
  --ink: #242521;
  --muted: #6d6c66;
  --line: #dedbd3;
  --paper: #f5f3ee;
  --card: #fffefa;
  --dark: #252824;
  --accent: #c87752;
  --accent-soft: #f4e3d8;
  --shadow: 0 24px 70px rgba(51, 47, 40, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.site-nav { display: flex; align-items: center; gap: 28px; min-height: 82px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; letter-spacing: -.04em; }
.cat-mark { position: relative; display: inline-block; width: 30px; height: 30px; border-radius: 10px; background: var(--dark); box-shadow: inset 0 -5px rgba(0, 0, 0, .08); }
.cat-mark::before, .cat-mark::after { position: absolute; top: 6px; width: 8px; height: 8px; content: ""; background: #f4b98f; transform: rotate(45deg); }
.cat-mark::before { left: 6px; }
.cat-mark::after { right: 6px; }
.cat-mark i, .cat-mark b { position: absolute; z-index: 1; top: 14px; width: 3px; height: 3px; border-radius: 50%; background: #fff7eb; }
.cat-mark i { left: 10px; }
.cat-mark b { right: 10px; }
.nav-links { display: flex; gap: 26px; margin-left: 24px; color: var(--muted); font-size: 13px; }
.nav-links a, .text-link, .site-footer a { transition: color .18s ease; }
.nav-links a:hover, .text-link:hover, .site-footer a:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.text-link { color: var(--muted); font-size: 13px; font-weight: 600; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button span { font-size: 16px; line-height: 1; }
.button-dark { color: #fffaf2; background: var(--dark); box-shadow: 0 8px 20px rgba(37, 40, 36, .13); }
.button-dark:hover { background: #3d423b; }
.button-quiet { color: var(--ink); background: rgba(255, 255, 255, .48); border-color: var(--line); }
.button-quiet:hover { background: #fffefa; }
.button-large { min-height: 50px; padding-inline: 20px; }
.button-full { width: 100%; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: clamp(40px, 7vw, 100px); align-items: center; min-height: 640px; padding-block: 78px 92px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #74a36a; box-shadow: 0 0 0 5px rgba(116, 163, 106, .14); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(50px, 7vw, 86px); line-height: .96; letter-spacing: -.085em; font-weight: 760; }
.hero-lede { max-width: 490px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.55; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { margin: 17px 0 0; color: #89877f; font-size: 11px; }

.hero-art { position: relative; min-height: 454px; overflow: hidden; border: 1px solid #d9d5ca; border-radius: 28px; background: #e8e2d8; box-shadow: var(--shadow); isolation: isolate; }
.hero-art::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.75), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.3), transparent 55%); }
.art-glow { position: absolute; right: -8%; bottom: -28%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: rgba(205, 142, 92, .22); filter: blur(8px); }
.art-label { position: absolute; z-index: 2; display: flex; justify-content: space-between; color: #857d70; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.art-label-top { top: 24px; right: 26px; left: 26px; }
.art-label-bottom { right: 26px; bottom: 24px; left: 26px; color: #6f675c; letter-spacing: .05em; text-transform: none; }
.art-label span { letter-spacing: .08em; }
.house-floor { position: absolute; top: 92px; right: 9%; bottom: 70px; left: 9%; display: flex; flex-direction: column; justify-content: center; gap: 30px; transform: perspective(620px) rotateX(54deg) rotateZ(-3deg); transform-origin: 50% 70%; }
.desk-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.desk { position: relative; height: 106px; border: 1px solid rgba(72, 60, 45, .17); border-radius: 10px; background: rgba(255, 249, 235, .72); box-shadow: 0 15px 22px rgba(87, 68, 45, .09); }
.screen { position: absolute; top: 22px; left: 19%; width: 62%; height: 42%; border-radius: 5px; background: #313733; box-shadow: inset 0 0 0 2px rgba(255,255,255,.16); }
.screen::after { position: absolute; right: 20%; bottom: -8px; left: 20%; height: 4px; border-radius: 4px; content: ""; background: #77756b; }
.cat-silhouette { position: absolute; right: 19%; bottom: 7px; width: 22px; height: 30px; border-radius: 48% 48% 40% 40%; background: #c87d50; }
.cat-silhouette::before { position: absolute; top: -9px; left: 1px; width: 20px; height: 18px; border-radius: 48% 48% 46% 46%; content: ""; background: inherit; clip-path: polygon(0 34%, 22% 0, 42% 24%, 58% 24%, 80% 0, 100% 34%, 88% 100%, 12% 100%); }
.cat-silhouette::after { position: absolute; right: -9px; bottom: 6px; width: 15px; height: 8px; border-top: 3px solid currentColor; border-radius: 50%; color: inherit; content: ""; transform: rotate(-26deg); }
.cat-silhouette.tuxedo, .cat-card .tuxedo { background: #535d59; color: #535d59; }
.cat-silhouette.cream, .cat-card .cream { background: #d2a470; color: #d2a470; }
.cat-silhouette.lilac, .cat-card .lavender { background: #8f879b; color: #8f879b; }

.proof { padding-block: 29px 88px; border-top: 1px solid var(--line); }
.proof-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; color: #9a958a; font-size: clamp(20px, 3vw, 31px); letter-spacing: -.055em; }
.proof-line strong { font-weight: 560; }
.proof-line strong + strong { color: var(--ink); }

.section { padding-block: 108px; }
.section-heading { max-width: 580px; }
.section-heading h2, .download-section h2, .privacy-card h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 63px); line-height: .99; letter-spacing: -.075em; }
h2 em { color: var(--accent); font-style: normal; }
.section-heading > p:not(.eyebrow), .download-layout > div > p:not(.eyebrow), .privacy-card p { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 57px; }
.cat-card { position: relative; min-height: 280px; padding: 23px; overflow: hidden; border: 1px solid rgba(68, 62, 50, .1); border-radius: 19px; }
.cat-card.warm { background: #f3dfcf; }.cat-card.cool { background: #dbe4e2; }.cat-card.lilac { background: #e6e1e9; }.cat-card.sand { background: #ebe3d6; }.cat-card.blue { background: #dfe7e9; }.cat-card.mint { background: #dfe9df; }
.card-number { position: absolute; top: 22px; right: 23px; color: rgba(37, 40, 36, .48); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.card-cat { position: relative; width: 86px; height: 88px; margin: 18px 0 27px 5px; border-radius: 48% 48% 42% 42%; background: #c87d50; color: #c87d50; box-shadow: 13px 14px rgba(37, 40, 36, .07); }
.card-cat::before { position: absolute; top: -24px; left: 4px; width: 78px; height: 69px; border-radius: 50% 50% 45% 45%; content: ""; background: inherit; clip-path: polygon(0 30%, 20% 0, 40% 21%, 60% 21%, 81% 0, 100% 30%, 88% 100%, 12% 100%); }
.card-cat::after { position: absolute; top: 34px; left: 22px; width: 7px; height: 7px; border-radius: 50%; content: ""; background: #fff8ed; box-shadow: 34px 0 #fff8ed; }
.card-cat.lavender { background: #8f879b; color: #8f879b; }
.cat-card h3 { position: relative; margin-bottom: 8px; font-size: 22px; letter-spacing: -.045em; }
.cat-card p { position: relative; max-width: 230px; margin-bottom: 21px; color: rgba(37, 40, 36, .68); font-size: 13px; line-height: 1.5; }
.card-role { position: relative; color: rgba(37, 40, 36, .55); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }

.section-muted { background: #e9e5dc; }
.workflow-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 10vw, 150px); align-items: start; }
.text-link-dark { display: inline-flex; margin-top: 22px; color: var(--ink); }
.workflow-list { border-top: 1px solid rgba(37, 40, 36, .2); }
.workflow-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(37, 40, 36, .2); }
.workflow-list article > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.workflow-list h3 { margin-bottom: 7px; font-size: 22px; letter-spacing: -.05em; }
.workflow-list p { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.privacy-section { padding-block: 106px; }
.privacy-card { display: grid; grid-template-columns: 1fr 240px; gap: 40px; align-items: center; padding: clamp(30px, 6vw, 75px); border: 1px solid #d9d4ca; border-radius: 28px; background: #fffdf8; box-shadow: var(--shadow); }
.privacy-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 26px; color: #55564f; font-size: 12px; font-weight: 650; }
.privacy-points span { display: inline-flex; align-items: center; gap: 8px; }
.privacy-points i { width: 7px; height: 7px; border-radius: 50%; background: #85a378; }
.privacy-seal { display: grid; place-items: center; width: 190px; height: 190px; margin-inline: auto; border: 1px solid #d8cfc1; border-radius: 50%; color: #777165; text-align: center; transform: rotate(8deg); }
.seal-cat { display: block; margin-bottom: 8px; color: var(--accent); font-size: 63px; font-weight: 780; line-height: 1; letter-spacing: -.1em; }
.privacy-seal small { font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .1em; }

.download-section { padding-block: 110px; background: var(--dark); color: #f7f1e6; }
.download-layout { display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; }
.download-section .eyebrow { color: #d8a486; }.download-section h2 em { color: #dca987; }.download-section p:not(.eyebrow) { color: #a9aaa2; }
.download-card { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); }
.download-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.download-card-top > div { display: flex; align-items: center; gap: 12px; }.download-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--dark); background: #e9b996; font-weight: 850; }
.download-card strong, .download-card small { display: block; }.download-card strong { font-size: 14px; }.download-card small { margin-top: 4px; color: #9da19a; font-size: 11px; }.download-badge { padding: 5px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #b7b9b2; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.download-card .button-dark { color: var(--dark); background: #f0b691; }.download-card .button-dark:hover { background: #fac9a9; }
.secondary-download { display: flex; justify-content: space-between; margin-top: 15px; color: #d9d9d2; font-size: 12px; }.secondary-download span { color: #d9a382; font-size: 15px; }.secondary-download.is-disabled { color: #6d716a; }.download-footnote { margin-top: 20px !important; color: #858a83 !important; }

.site-footer { display: flex; align-items: center; gap: 24px; min-height: 110px; color: #77766f; font-size: 12px; }.site-footer p { margin: 0 auto 0 0; }.site-footer > div { display: flex; gap: 15px; }
.is-disabled { pointer-events: none; opacity: .48; }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 680px); }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 57px; }
  .hero-art { min-height: 410px; }
  .workflow-layout, .download-layout { grid-template-columns: 1fr; gap: 42px; }
  .download-card { max-width: 470px; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 530px); }
  .site-nav { min-height: 70px; }.nav-actions .text-link { display: none; }
  h1 { font-size: clamp(47px, 15vw, 70px); }.hero-lede { font-size: 16px; }
  .hero-actions .button { flex: 1 1 100%; }.hero-art { min-height: 340px; border-radius: 21px; }.house-floor { top: 72px; right: 5%; bottom: 53px; left: 5%; gap: 18px; }.desk-row { gap: 8px; }.desk { height: 82px; }.screen { top: 16px; }.cat-silhouette { transform: scale(.76); transform-origin: bottom right; }
  .proof { padding-bottom: 58px; }.proof-line { grid-template-columns: 1fr; gap: 7px; font-size: 24px; }
  .section, .privacy-section, .download-section { padding-block: 72px; }.cat-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }.cat-card { min-height: 260px; padding: 17px; }.cat-card h3 { font-size: 19px; }.cat-card p { font-size: 12px; }.card-cat { transform: scale(.78); transform-origin: left bottom; margin-bottom: 7px; }
  .privacy-card { grid-template-columns: 1fr; padding: 30px 22px; }.privacy-seal { width: 140px; height: 140px; }.seal-cat { font-size: 50px; }.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 11px; padding-block: 23px; }.site-footer p { grid-column: 1 / -1; grid-row: 2; }.site-footer > div { grid-column: 2; grid-row: 1; }
}
@media (max-width: 390px) { .cat-grid { grid-template-columns: 1fr; }.cat-card { min-height: 240px; } }

/* Catake public skin v2: the website shares the desktop app's neutral glass
   language and exposes the same light/dark choice before a download. */
:root {
  color-scheme: light;
  --ink: #17171a;
  --muted: #62636b;
  --line: rgba(24, 24, 27, .11);
  --paper: #e9e9ec;
  --card: rgba(255, 255, 255, .78);
  --dark: #151518;
  --accent: #18a45b;
  --accent-soft: rgba(24, 164, 91, .12);
  --warning: #b4853b;
  --shadow: 0 24px 70px rgba(22, 22, 27, .08), 0 2px 10px rgba(22, 22, 27, .04);
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f7f7f8;
  --muted: #b0b0b8;
  --line: rgba(255, 255, 255, .11);
  --paper: #101012;
  --card: rgba(34, 34, 38, .82);
  --dark: #f7f7f8;
  --accent: #35c879;
  --accent-soft: rgba(53, 200, 121, .14);
  --warning: #d3a55b;
  --shadow: 0 26px 72px rgba(0, 0, 0, .3), 0 2px 10px rgba(0, 0, 0, .22);
}
html, body { background: var(--paper); color: var(--ink); }
body { background: radial-gradient(circle at 4% 0%, color-mix(in srgb, var(--ink) 5%, transparent), transparent 30%), var(--paper); }
.site-nav { min-height: 78px; }
.wordmark { color: var(--ink); }
.cat-mark { background: var(--ink); box-shadow: inset 0 -5px rgba(0, 0, 0, .12); }
.cat-mark::before, .cat-mark::after { background: var(--accent); }
.cat-mark i, .cat-mark b { background: var(--paper); }
.nav-links, .text-link, .site-footer a { color: var(--muted); }
.nav-links a:hover, .text-link:hover, .site-footer a:hover { color: var(--accent); }
.theme-toggle { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: 11px; font-size: 17px; cursor: pointer; backdrop-filter: blur(16px); }
.theme-toggle:hover { color: var(--ink); background: var(--accent-soft); border-color: color-mix(in srgb, var(--accent) 35%, var(--line)); }
.button-dark { color: #fff; background: var(--accent); box-shadow: 0 8px 20px color-mix(in srgb, var(--accent) 20%, transparent); }
.button-dark:hover { color: #fff; background: color-mix(in srgb, var(--accent) 84%, #000); }
.button-quiet { color: var(--ink); background: var(--card); border-color: var(--line); backdrop-filter: blur(14px); }
.button-quiet:hover { background: var(--accent-soft); }
.hero-art { border-color: var(--line); background: linear-gradient(145deg, var(--card), color-mix(in srgb, var(--paper) 86%, var(--ink))); box-shadow: var(--shadow); }
.hero-art::before { background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--ink) 7%, transparent), transparent 34%), linear-gradient(145deg, color-mix(in srgb, var(--ink) 4%, transparent), transparent 55%); }
.art-glow { background: var(--accent-soft); }
.art-label, .art-label-bottom { color: var(--muted); }
.desk { border-color: var(--line); background: color-mix(in srgb, var(--card) 82%, transparent); box-shadow: 0 15px 22px rgba(0,0,0,.08); }
.screen { background: #18191c; box-shadow: inset 0 0 0 2px rgba(255,255,255,.13); }
.screen::after { background: var(--muted); }
.cat-silhouette, .cat-silhouette.tuxedo, .cat-silhouette.cream, .cat-silhouette.lilac { background: var(--ink); color: var(--ink); }
.live-dot, .privacy-points i { background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }
.eyebrow, h2 em, .workflow-list article > span, .seal-cat { color: var(--accent); }
.proof { border-top-color: var(--line); }
.proof-line { color: var(--muted); }
.proof-line strong + strong { color: var(--ink); }
.section-muted { background: color-mix(in srgb, var(--paper) 86%, var(--ink)); }
.cat-card { border-color: var(--line); background: var(--card) !important; box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.card-number, .card-role, .cat-card p { color: var(--muted); }
.card-cat, .card-cat.lavender { background: var(--ink); color: var(--ink); box-shadow: 13px 14px color-mix(in srgb, var(--ink) 8%, transparent); }
.card-cat::after { background: var(--paper); box-shadow: 34px 0 var(--paper); }
.workflow-list { border-top-color: var(--line); }
.workflow-list article { border-bottom-color: var(--line); }
.workflow-list p { color: var(--muted); }
.privacy-card { border-color: var(--line); background: var(--card); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.privacy-points { color: var(--muted); }
.privacy-seal { border-color: var(--line); color: var(--muted); }
.download-section { background: #151518; color: #f7f7f8; }
:root[data-theme="dark"] .download-section { background: #09090b; }
.download-section .eyebrow, .download-section h2 em { color: var(--accent); }
.download-section p:not(.eyebrow), .download-footnote { color: #a7a7b0 !important; }
.download-card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.download-icon { color: #fff; background: var(--accent); }
.download-badge { border-color: rgba(255,255,255,.14); color: #b8b8c1; }
.download-card .button-dark { color: #fff; background: var(--accent); }
.download-card .button-dark:hover { background: color-mix(in srgb, var(--accent) 84%, #000); }
.secondary-download { color: #dbdbe0; }.secondary-download span { color: var(--accent); }
.site-footer { color: var(--muted); }
@media (max-width: 640px) { .theme-toggle { width: 32px; height: 32px; }.nav-actions { gap: 8px; } }

/* Shared CatAvatar: the public site intentionally reuses the desktop cat's
   continuous silhouette, scarf, eye placement, and neutral palette. */
.cat-avatar { position: relative; display: inline-block; flex: 0 0 auto; width: 44px; height: 44px; }
.cat-avatar svg { display: block; width: 100%; height: 100%; overflow: visible; }
.cat-shadow { fill: rgba(40, 38, 32, .15); }
.cat-body { fill: var(--cat-fill, #2b2d30); stroke: var(--cat-deep, #2b2d30); stroke-width: 1.4; stroke-linejoin: round; }
.cat-tail { fill: none; stroke: var(--cat-deep, #2b2d30); stroke-width: 7; stroke-linecap: round; }
.cat-eye { fill: #fffdf6; }
.cat-scarf, .cat-scarf-tail { fill: var(--cat-accent, #35b875); stroke: none; }
.cat-paw { fill: none; stroke: var(--cat-deep, #2b2d30); stroke-width: 2.4; stroke-linecap: round; }
.cat-avatar .cat-sprite { filter: drop-shadow(0 4px 3px rgba(45, 43, 38, .09)); }
.cat-xs { width: 27px; height: 27px; }
.cat-sm { width: 39px; height: 39px; }
.cat-md { width: 67px; height: 67px; }
.cat-lg { width: 92px; height: 92px; }
.cat-mark { width: 30px; height: 30px; padding: 0; background: transparent; box-shadow: none; }
.cat-mark::before, .cat-mark::after, .cat-mark i, .cat-mark b { display: none; content: none; }
.cat-silhouette { width: 44px; height: 44px; background: transparent !important; color: inherit; box-shadow: none; transform: scale(.72); transform-origin: bottom center; }
.cat-silhouette.cat-xs { width: 27px; height: 27px; }
.cat-silhouette::before, .cat-silhouette::after { display: none; content: none; }
.card-cat { width: 86px; height: 86px; background: transparent !important; color: inherit; box-shadow: none; }
.card-cat::before, .card-cat::after { display: none; content: none; }
.seal-cat { width: 84px; height: 84px; margin: 0 auto 8px; font-size: 0; line-height: 1; letter-spacing: 0; }
.download-icon.download-cat { display: grid; place-items: center; width: 38px; height: 38px; padding: 3px; background: var(--accent); overflow: hidden; }
.download-icon.download-cat .cat-sprite { filter: none; }

/* Canonical Cat House preview: the public site uses the same room hierarchy
   as the desktop app instead of a separate perspective marketing drawing. */
.hero-art { min-height: 454px; border-radius: 22px; background: linear-gradient(135deg, var(--paper), color-mix(in srgb, var(--paper) 82%, var(--ink))); }
.hero-art::before { z-index: 0; background-image: linear-gradient(color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 1px), radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--ink) 6%, transparent), transparent 42%); background-size: 36px 36px, 36px 36px, 100% 100%; opacity: .7; }
.site-house-topline, .site-house-canvas, .site-house-floor { position: absolute; z-index: 1; }
.site-house-topline { inset: 0 0 auto; display: flex; align-items: center; gap: 12px; height: 45px; padding: 0 17px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.site-house-topline small { color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .11em; }
.site-house-topline b { margin-left: auto; padding: 5px 8px; color: var(--muted); background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line)); border-radius: 999px; font-size: 8px; letter-spacing: .09em; }
.site-house-canvas { inset: 45px 0 34px; display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 13px; padding: 14px 14px 12px; }
.site-public-zones { display: flex; flex-direction: column; gap: 7px; min-width: 0; padding-right: 12px; border-right: 1px solid var(--line); }
.site-zone-heading, .site-floor-label { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.site-zone { position: relative; display: grid; grid-template-columns: 25px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; min-height: 74px; padding: 8px; color: var(--ink); background: color-mix(in srgb, var(--card) 86%, transparent); border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 6px 14px color-mix(in srgb, var(--ink) 4%, transparent); }
.site-zone-art { position: relative; display: block; grid-row: 1 / 3; width: 20px; height: 25px; color: var(--muted); }
.site-zone-art i { position: absolute; display: block; background: currentColor; border-radius: 999px; opacity: .72; }
.site-zone-coffee i:nth-child(1) { top: 7px; left: 5px; width: 12px; height: 8px; border: 2px solid currentColor; background: transparent; }
.site-zone-coffee i:nth-child(2) { top: 16px; left: 6px; width: 10px; height: 2px; }
.site-zone-coffee i:nth-child(3) { top: 3px; left: 13px; width: 2px; height: 5px; }
.site-zone-move i { top: 5px; left: 3px; width: 14px; height: 14px; background: transparent; border: 2px solid currentColor; border-radius: 50%; }
.site-zone-move i::after { position: absolute; top: 5px; left: 5px; width: 4px; height: 4px; content: ''; background: currentColor; border-radius: 50%; }
.site-zone-rest i:nth-child(1), .site-zone-rest i:nth-child(2) { top: 5px; width: 12px; height: 2px; }
.site-zone-rest i:nth-child(1) { left: 2px; transform: rotate(90deg); }
.site-zone-rest i:nth-child(2) { left: 6px; top: 11px; }
.site-zone-presence { grid-column: 2; grid-row: 1; display: flex; min-height: 18px; }
.site-zone-presence .site-cat { width: 20px !important; height: 20px !important; }
.site-zone strong { grid-column: 2; grid-row: 2; overflow: hidden; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.site-zone small { display: none; }
.site-office-floor { min-width: 0; padding: 0 1px; }
.site-floor-label { display: flex; justify-content: space-between; align-items: center; height: 18px; padding: 0 4px; }
.site-floor-label small { color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: 0; }
.site-workstation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 8px; height: calc(100% - 18px); }
.site-workstation { position: relative; display: flex; align-items: center; flex-direction: column; min-width: 0; min-height: 0; padding: 5px 3px 2px; overflow: visible; border: 1px solid transparent; border-radius: 11px; }
.site-workstation:hover { background: color-mix(in srgb, var(--card) 40%, transparent); border-color: var(--line); }
.site-desk-backboard { position: absolute; z-index: 0; top: 42px; left: 50%; width: 88%; height: 39px; background: color-mix(in srgb, var(--card) 74%, transparent); border: 1px solid var(--line); border-radius: 8px; box-shadow: inset 0 8px color-mix(in srgb, var(--ink) 3%, transparent), 0 5px 12px color-mix(in srgb, var(--ink) 4%, transparent); transform: translateX(-50%); }
.site-monitor { position: absolute; top: 6px; left: 50%; display: grid; place-items: center; width: 55px; height: 27px; background: #252629; border: 2px solid color-mix(in srgb, var(--card) 70%, var(--muted)); border-radius: 3px; box-shadow: 0 3px 0 -2px var(--muted); transform: translateX(-50%); }
.site-monitor::after { position: absolute; bottom: -7px; left: 50%; width: 13px; height: 6px; content: ''; border-bottom: 1px solid var(--muted); transform: translateX(-50%); }
.site-monitor i { color: #d7e1ed; font-size: 5px; font-style: normal; font-weight: 700; letter-spacing: .1em; }
.site-desk-surface { position: absolute; z-index: 1; top: 79px; left: 50%; width: 90%; height: 5px; background: color-mix(in srgb, var(--ink) 10%, var(--card)); border-radius: 2px; box-shadow: 0 2px 2px color-mix(in srgb, var(--ink) 10%, transparent); transform: translateX(-50%); }
.site-desk-chair { position: absolute; z-index: 0; bottom: 23px; left: 50%; width: 25px; height: 25px; background: color-mix(in srgb, var(--ink) 13%, transparent); border-radius: 3px 3px 9px 9px; opacity: .6; transform: translateX(-50%); }
.site-workstation > .site-cat { position: relative; z-index: 2; width: 41px !important; height: 41px !important; margin-top: 1px; }
.site-workstation-meta { position: relative; z-index: 3; display: flex; align-items: center; flex-direction: column; min-width: 0; margin-top: 39px; text-align: center; }
.site-workstation-meta strong { max-width: 100%; overflow: hidden; color: var(--ink); font-size: 9px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.site-workstation-meta small { max-width: 100%; overflow: hidden; margin-top: 2px; color: var(--muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.site-workstation-meta em { display: flex; align-items: center; gap: 3px; margin-top: 4px; color: var(--muted); font-size: 7px; font-style: normal; white-space: nowrap; }
.site-workstation-meta em i { width: 4px; height: 4px; background: var(--muted); border-radius: 50%; }
.site-workstation-meta em i.is-working { background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.site-workstation-meta em i.is-searching { background: #8b96a6; }
.site-workstation-meta em i.is-waiting { background: var(--warning, #b4853b); }
.site-workstation-meta em i.is-done { background: var(--muted); }
.site-house-floor { inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; height: 34px; padding: 0 17px; color: var(--muted); background: color-mix(in srgb, var(--paper) 72%, var(--ink)); border-top: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.site-house-floor span:nth-child(2) { font-weight: 500; letter-spacing: .05em; }
.site-house-floor span:last-child { color: var(--accent); }
:root[data-theme="dark"] .hero-art::before { opacity: .4; }
:root[data-theme="dark"] .site-desk-backboard { background: color-mix(in srgb, var(--card) 72%, transparent); }
:root[data-theme="dark"] .site-monitor { border-color: color-mix(in srgb, var(--ink) 24%, var(--line)); }

@media (max-width: 640px) {
  .hero-art { min-height: 390px; }
  .site-house-canvas { grid-template-columns: 92px minmax(0, 1fr); gap: 8px; padding: 11px 9px 8px; }
  .site-public-zones { padding-right: 8px; }
  .site-zone { min-height: 65px; grid-template-columns: 20px minmax(0, 1fr); padding: 6px; }
  .site-zone-art { transform: scale(.82); transform-origin: left center; }
  .site-workstation-grid { gap: 5px; }
  .site-workstation > .site-cat { width: 36px !important; height: 36px !important; }
  .site-workstation-meta { margin-top: 41px; }
  .site-workstation-meta strong { font-size: 8px; }
  .site-workstation-meta small, .site-workstation-meta em { font-size: 6px; }
  .site-monitor { width: 45px; height: 23px; }
  .site-desk-backboard { top: 38px; }
  .site-desk-surface { top: 73px; }
  .site-house-floor { padding-inline: 10px; font-size: 7px; letter-spacing: .08em; }
}
