:root {
  color-scheme: light;
  --canvas: #f4f5f1;
  --paper: #ffffff;
  --ink: #1c2d29;
  --muted: #6c7c76;
  --faint: #94a19b;
  --line: #e2e8e3;
  --green: #1d5a48;
  --green-deep: #163f35;
  --green-soft: #eaf2ec;
  --mint: #d5e7dc;
  --coral: #e4775c;
  --sand: #fbf5e9;
  --shadow: 0 14px 40px rgba(28, 54, 44, .055);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); min-width: 360px; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(228, 119, 92, .55); outline-offset: 3px; }
[hidden] { display: none !important; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 3; width: 230px; padding: 28px 16px 18px; display: flex; flex-direction: column; background: #fbfcf9; border-right: 1px solid #e7ebe6; }
.brand { display: flex; align-items: center; gap: 10px; padding: 0 11px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; color: white; background: var(--green); border-radius: 12px 12px 12px 4px; }
.brand-mark svg { width: 27px; height: 27px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 800 21px/1 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.8px; }
.brand-copy small { margin-top: 5px; color: #83938c; font-size: 8px; font-weight: 700; letter-spacing: 2px; }
.workspace-label { margin: 57px 11px 13px; color: #9aa59f; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; }
.primary-nav { display: grid; gap: 5px; }
.nav-link { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 12px; border-radius: 8px; color: #697872; font-size: 12px; font-weight: 600; transition: background .18s ease, color .18s ease; }
.nav-link:hover { background: #f0f4ef; color: var(--ink); }
.nav-link.is-active { color: var(--green-deep); background: #eaf2ec; }
.nav-icon { display: grid; width: 18px; place-items: center; font-size: 19px; line-height: 1; }
.nav-icon-grid { font-size: 16px; }
.sidebar-bottom { margin-top: auto; }
.sidebar-help { display: flex; align-items: center; gap: 9px; padding: 12px 10px; border: 1px solid #e8ece8; border-radius: 10px; background: white; color: #9aa69f; font-size: 11px; }
.help-mark { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--green); background: #eaf2ec; font-weight: 700; }
.sidebar-help div, .profile-copy { display: grid; gap: 3px; flex: 1; }
.sidebar-help strong { color: #3b4e47; font-size: 10px; }
.sidebar-help div span { font-size: 9px; }
.profile-row { display: flex; align-items: center; gap: 9px; margin: 20px 4px 0; padding-top: 16px; border-top: 1px solid #e8ece8; }
.profile-avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #744d3e; background: #f4e4d9; font: 700 12px -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.profile-copy strong { font-size: 11px; }
.profile-copy small { color: #96a19c; font-size: 9px; }
.profile-menu { color: #909d96; letter-spacing: 2px; font-weight: 700; }

.main-content { min-height: 100vh; margin-left: 230px; }
.topbar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 5.1%; border-bottom: 1px solid #e8ece8; background: rgba(244, 245, 241, .94); backdrop-filter: blur(12px); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: #98a39d; font-size: 11px; }
.breadcrumbs strong { color: #475851; font-weight: 600; }
.crumb-slash { color: #c2cac4; }
.topbar-actions { display: flex; align-items: center; gap: 15px; }
.prototype-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #e2e8e2; border-radius: 99px; color: #65776f; background: rgba(255,255,255,.7); font-size: 10px; font-weight: 600; }
.prototype-dot, .small-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #d89c4b; }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #dce4dd; border-radius: 50%; color: #76847d; background: transparent; font-size: 12px; font-weight: 600; }
.page-content { max-width: 1190px; margin: 0 auto; padding: 40px 5.1% 24px; }
.intro-section { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 205px; overflow: hidden; margin: 0 0 25px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #788981; font-size: 9px; font-weight: 700; letter-spacing: 1.45px; }
.eyebrow-line { width: 20px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
p { line-height: 1.55; }
h1 { margin: 18px 0 11px; color: #20342e; font: 700 clamp(31px, 3.4vw, 43px)/1.14 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -1.9px; }
h1 em { color: var(--green); font-style: normal; }
.intro-copy { max-width: 515px; margin-bottom: 0; color: #72817a; font-size: 12px; line-height: 1.75; }
.intro-art { position: relative; flex: 0 0 225px; height: 190px; margin-right: 17px; }
.orbit { position: absolute; border: 1px solid #dce8df; border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { top: 24px; left: 8px; width: 195px; height: 112px; }
.orbit-two { top: 44px; left: 29px; width: 159px; height: 80px; border-color: #e5ede6; }
.art-device { position: absolute; top: 51px; left: 72px; width: 83px; height: 62px; transform: rotate(-5deg); }
.device-screen { position: relative; display: block; width: 83px; height: 56px; border: 4px solid #c1d5c8; border-radius: 7px; background: #f9fcf9; box-shadow: 0 8px 20px rgba(30,75,54,.1); }
.device-screen::before { position: absolute; inset: 6px; content: ''; border-radius: 2px; background: #edf4ee; }
.screen-line { position: absolute; z-index: 1; left: 13px; height: 3px; border-radius: 2px; background: #adcdb7; }
.line-one { top: 17px; width: 35px; }.line-two { top: 27px; width: 24px; background: #e8a189; }
.screen-dot { position: absolute; z-index: 1; right: 9px; bottom: 9px; width: 8px; height: 8px; border: 2px solid #f9fcf9; border-radius: 50%; background: var(--green); }
.device-stand { display: block; width: 29px; height: 5px; margin: 1px auto 0; border-radius: 0 0 4px 4px; background: #b2c9b9; }
.art-node { position: absolute; z-index: 1; width: 11px; height: 11px; border: 3px solid #f4f5f1; border-radius: 50%; box-shadow: 0 0 0 1px #bfd7c7; background: var(--green); }
.node-one { top: 41px; left: 38px; }.node-two { right: 20px; top: 92px; background: var(--coral); box-shadow: 0 0 0 1px #e8b6a7; }.node-three { bottom: 34px; left: 42px; width: 8px; height: 8px; background: #d7a55c; box-shadow: 0 0 0 1px #e4ca9c; }

.prototype-notice { display: flex; align-items: center; gap: 11px; min-height: 51px; margin-bottom: 17px; padding: 10px 15px; border: 1px solid #ebdfc5; border-radius: 9px; background: #fcf8ef; color: #75664a; }
.notice-icon { display: grid; flex: 0 0 auto; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #8a6c32; background: #f3e7c9; font: 700 11px Georgia, serif; }
.prototype-notice p { flex: 1; margin: 0; font-size: 10px; line-height: 1.55; }
.prototype-notice strong { color: #55492f; }
.notice-label { white-space: nowrap; color: #9a875f; font-size: 8px; font-weight: 700; letter-spacing: .8px; }
.work-area { display: grid; grid-template-columns: 1.05fr .95fr; gap: 15px; }
.card { min-width: 0; padding: 22px 23px 20px; border: 1px solid #e5e9e5; border-radius: 11px; background: var(--paper); box-shadow: var(--shadow); }
.card-heading { display: flex; align-items: flex-start; gap: 11px; }
.step-number { display: grid; flex: 0 0 auto; place-items: center; width: 24px; height: 24px; margin-top: 1px; border-radius: 7px; color: var(--green); background: #e7f0e9; font-size: 10px; font-weight: 700; }
.step-number-muted { color: #8e7b58; background: #f6f0e3; }
.card-kicker { margin: 0 0 6px; color: #93a099; font-size: 8px; font-weight: 700; letter-spacing: 1.15px; }
.card h2, .section-heading h2 { margin: 0; color: #253932; font: 700 16px/1.35 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.4px; }
.heading-icon { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; margin: 0 0 0 auto; border-radius: 10px; }
.heading-icon svg { width: 20px; height: 20px; }
.invite-icon { color: var(--green); background: #eef5ef; }.connect-icon { color: #9c7541; background: #f8f3e8; }
.card-description { min-height: 36px; margin: 12px 0 15px 35px; color: #7c8a83; font-size: 10px; line-height: 1.65; }
.code-label-row { display: flex; align-items: center; justify-content: space-between; margin: 0 0 7px 35px; }
.code-label-row label, .input-label { color: #93a099; font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.expires-label { display: flex; align-items: center; gap: 5px; color: #a0916e; font-size: 8px; }
.small-dot { width: 5px; height: 5px; background: #c9a264; }
.code-box { display: flex; align-items: center; justify-content: space-between; min-height: 54px; margin-left: 35px; padding: 0 11px 0 15px; border: 1px dashed #bfd3c4; border-radius: 7px; background: #f8fbf8; }
.code-box output { color: #244c3b; font: 700 18px/1 -apple-system, BlinkMacSystemFont, 'Segoe UI', monospace; letter-spacing: 2.6px; }
.copy-button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 6px; color: #648074; background: transparent; }
.copy-button:hover { color: var(--green); background: #e7f0e9; }.copy-button svg { width: 18px; height: 18px; }
.invite-actions { display: flex; align-items: center; gap: 9px; margin: 12px 0 0 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid transparent; border-radius: 6px; font-size: 10px; font-weight: 700; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:active { transform: translateY(1px); }
.button svg { width: 15px; height: 15px; }
.button-primary { color: white; background: var(--green); }.button-primary:hover { background: var(--green-deep); }
.button-quiet { padding: 0 7px; color: #74827b; background: transparent; }.button-quiet:hover { color: var(--green); background: #f2f6f2; }
.consent-hint { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0 0 35px; padding-top: 12px; border-top: 1px solid #eff2ee; color: #829088; font-size: 9px; line-height: 1.5; }
.consent-check { display: grid; flex: 0 0 auto; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: var(--green); background: #e8f1ea; font-size: 9px; font-weight: 700; }
.connect-card .card-description { margin-bottom: 17px; }
.input-label { display: block; margin: 0 0 7px 35px; }
.input-wrap { display: flex; align-items: center; min-height: 44px; margin-left: 35px; padding: 0 11px; border: 1px solid #e2e8e2; border-radius: 6px; background: #fcfdfb; transition: border-color .15s ease, box-shadow .15s ease; }
.input-wrap:focus-within { border-color: #84aa92; box-shadow: 0 0 0 3px rgba(87,139,104,.1); }
.input-symbol { margin-right: 8px; color: #a2afa8; font-size: 17px; }
.input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; letter-spacing: .5px; }
.input-wrap input::placeholder { color: #b3bdb7; }
.connect-button { justify-content: space-between; width: calc(100% - 35px); margin: 11px 0 0 35px; padding: 0 14px; color: white; background: #263a33; }
.connect-button:hover { background: #1c2e28; }
.connect-button span { font-size: 16px; font-weight: 400; }
.connect-footnote { display: flex; align-items: center; gap: 6px; margin: 11px 0 0 35px; color: #98a39d; font-size: 8px; }
.lock-icon { font-size: 10px; }

.capture-section { margin-top: 27px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 11px; }
.section-heading .card-kicker { margin-bottom: 5px; }
.section-heading h2 { font-size: 14px; }
.local-only-tag { display: inline-flex; align-items: center; gap: 6px; color: #839188; font-size: 9px; }
.local-only-tag span { width: 6px; height: 6px; border-radius: 50%; background: #7ba98a; }
.capture-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 83px; padding: 15px 18px; border: 1px solid #e4e9e4; border-radius: 10px; background: rgba(255,255,255,.75); }
.capture-copy { display: flex; align-items: center; gap: 12px; }
.capture-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border: 1px solid #e1eae2; border-radius: 9px; color: var(--green); background: #f4f8f4; }
.capture-icon svg { width: 22px; height: 22px; }
.capture-copy h3 { margin: 0 0 4px; color: #344940; font-size: 11px; font-weight: 700; }
.capture-copy p { margin: 0; color: #8a9790; font-size: 9px; }
.capture-actions { display: flex; align-items: center; gap: 8px; }
.button-outline { white-space: nowrap; border-color: #dce6dd; color: #416d55; background: white; }
.button-outline:hover { border-color: #a9c6b0; background: #f7faf7; }
.button-stop { color: #a74738; border-color: #f0d4ce; background: #fff7f5; }
.button-stop:hover { background: #fcece8; }
.capture-preview { position: relative; flex: 1 0 100%; overflow: hidden; margin-top: 12px; border: 1px solid #dce4dd; border-radius: 8px; background: #1b2722; }
.capture-card:has(.capture-preview:not([hidden])) { flex-wrap: wrap; }
.capture-preview video { display: block; width: 100%; max-height: 280px; object-fit: contain; background: #19221e; }
.preview-status { display: flex; align-items: center; gap: 7px; min-height: 30px; padding: 0 10px; color: #d7e2da; background: #283a32; font-size: 9px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #e5745f; box-shadow: 0 0 0 3px rgba(229,116,95,.15); }
.preview-spacer { flex: 1; }
.preview-status button { width: 22px; height: 22px; border: 0; color: #d7e2da; background: transparent; font-size: 20px; line-height: 1; }
.security-strip { display: flex; align-items: center; gap: 12px; margin-top: 17px; padding: 13px 15px; border: 1px solid #e5ebe5; border-radius: 9px; background: #edf3ee; }
.security-mark { display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--green); background: #dceadd; }
.security-mark svg { width: 18px; height: 18px; }
.security-strip div { display: grid; gap: 3px; flex: 1; }
.security-strip strong { color: #335745; font-size: 10px; }
.security-strip div span { color: #7e8f84; font-size: 9px; }
.security-strip a { color: #52785f; font-size: 9px; font-weight: 700; }
.security-strip a:hover { color: var(--green-deep); }
.security-strip a span { margin-left: 3px; }
.page-footer { display: flex; justify-content: space-between; margin-top: 21px; color: #a0aaa4; font-size: 8px; letter-spacing: .4px; }
.footer-separator { padding: 0 4px; color: #c4ccc6; }
.toast { position: fixed; right: 22px; bottom: 20px; z-index: 10; max-width: min(390px, calc(100vw - 32px)); padding: 12px 16px; border: 1px solid #315b49; border-radius: 8px; color: white; background: #234737; box-shadow: 0 12px 32px rgba(15,44,31,.18); font-size: 11px; line-height: 1.45; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 1400px) { .page-content { padding-top: 47px; }.intro-section { min-height: 220px; } }
@media (max-width: 1020px) { .sidebar { width: 198px; }.main-content { margin-left: 198px; }.topbar { padding: 0 4%; }.page-content { padding-right: 4%; padding-left: 4%; }.intro-art { flex-basis: 170px; transform: scale(.85); transform-origin: center right; margin-right: 0; }.card { padding: 19px 17px; }.card-description, .code-label-row, .code-box, .invite-actions, .consent-hint, .input-label, .input-wrap, .connect-button, .connect-footnote { margin-left: 0; }.connect-button { width: 100%; }.card-description { min-height: 48px; } }
@media (max-width: 760px) { .sidebar { position: static; width: 100%; height: 58px; padding: 10px 15px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid #e7ebe6; }.brand { padding: 0; }.brand-mark { width: 34px; height: 34px; }.brand-copy strong { font-size: 19px; }.workspace-label, .sidebar-bottom { display: none; }.primary-nav { display: flex; gap: 3px; margin-left: auto; }.nav-link { min-height: 35px; gap: 0; padding: 0 10px; font-size: 0; }.nav-link .nav-icon { font-size: 16px; }.main-content { margin-left: 0; }.topbar { height: 54px; }.page-content { padding-top: 27px; }.intro-section { min-height: auto; padding: 0 0 22px; }.intro-art { position: absolute; right: -44px; bottom: -6px; width: 150px; height: 140px; opacity: .45; transform: scale(.75); transform-origin: bottom right; }.intro-section > div:first-child { position: relative; z-index: 1; }.intro-copy { max-width: 420px; padding-right: 60px; }.work-area { grid-template-columns: 1fr; }.card-description { min-height: 0; }.capture-card { align-items: flex-start; flex-direction: column; }.capture-actions { width: 100%; }.capture-actions .button { flex: 1; }.section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.security-strip { align-items: flex-start; flex-wrap: wrap; }.security-strip a { margin-left: 42px; }.notice-label { display: none; } }
@media (max-width: 480px) { body { min-width: 320px; }.topbar { padding: 0 16px; }.breadcrumbs { font-size: 10px; }.topbar-actions { gap: 8px; }.prototype-pill { padding: 6px 8px; font-size: 9px; }.icon-button { width: 25px; height: 25px; }.page-content { padding-right: 16px; padding-left: 16px; }.intro-section { margin-bottom: 18px; }.eyebrow { font-size: 7px; letter-spacing: 1px; }h1 { font-size: 32px; letter-spacing: -1.6px; }.intro-copy { padding-right: 20px; font-size: 11px; }.prototype-notice { align-items: flex-start; padding: 11px; }.prototype-notice p { font-size: 9px; }.card { padding: 18px 15px; }.card h2 { font-size: 15px; }.heading-icon { width: 30px; height: 30px; }.code-box output { font-size: 16px; letter-spacing: 2px; }.invite-actions { gap: 3px; }.button { min-height: 42px; padding: 0 11px; }.button-quiet { padding: 0 6px; }.capture-copy { align-items: flex-start; }.capture-copy p { max-width: 235px; line-height: 1.45; }.page-footer { gap: 10px; font-size: 7px; }.page-footer span:last-child { text-align: right; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

.small-dot.is-active { background: #5d9a70; }
.button:disabled, .copy-button:disabled { cursor: not-allowed; opacity: .45; }
.consent-dialog { width: min(470px, calc(100vw - 32px)); padding: 27px; border: 1px solid #dfe7df; border-radius: 14px; color: var(--ink); background: #fff; box-shadow: 0 25px 80px rgba(18, 45, 32, .2); }
.consent-dialog::backdrop { background: rgba(20, 39, 31, .48); backdrop-filter: blur(3px); }
.dialog-symbol { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 12px; color: #7c5735; background: #faf1df; }
.dialog-symbol svg { width: 23px; height: 23px; }
.consent-dialog h2 { margin: 0; color: #22372e; font: 700 21px/1.25 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.5px; }
.dialog-copy { margin: 9px 0 18px; color: #78867e; font-size: 12px; line-height: 1.6; }
.visitor-card { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #e8ece8; border-radius: 9px; background: #fafbf9; }
.visitor-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #755f3e; background: #f3ebdc; font-weight: 700; }
.visitor-card div { display: grid; flex: 1; gap: 3px; }
.visitor-card strong { color: #354940; font-size: 11px; }
.visitor-card div span { color: #9a7c58; font-size: 9px; }
.visitor-status { color: #8a7c60; font-size: 8px; font-weight: 700; letter-spacing: .7px; }
.requested-permission { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; padding: 11px 12px; border-radius: 8px; color: #3e6850; background: #f0f6f1; }
.permission-check { display: grid; flex: 0 0 auto; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: white; background: #5c8b68; font-size: 10px; font-weight: 700; }
.requested-permission span:last-child { display: grid; gap: 4px; }
.requested-permission strong { font-size: 10px; }
.requested-permission small { color: #789080; font-size: 9px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.dialog-actions .button-quiet { min-width: 85px; border: 1px solid #e2e8e2; }
.dialog-actions .button-primary { min-width: 174px; }
.remote-viewer { margin-top: 26px; padding: 18px; border: 1px solid #dfe7df; border-radius: 11px; background: white; box-shadow: var(--shadow); }
.remote-viewer-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.remote-viewer-heading .card-kicker { margin-bottom: 4px; }
.remote-viewer-heading h2 { margin: 0; color: #263b32; font-size: 15px; }
.remote-screen { position: relative; display: grid; place-items: center; min-height: 230px; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #17221d; }
.remote-screen video { position: relative; z-index: 1; display: block; width: 100%; height: 100%; max-height: 68vh; object-fit: contain; }
.remote-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; padding: 20px; color: #d8e1da; text-align: center; }
.remote-placeholder strong { font-size: 12px; }
.remote-placeholder > span:last-child { max-width: 330px; color: #9aaba0; font-size: 10px; line-height: 1.5; }
.remote-spinner { width: 21px; height: 21px; margin-bottom: 3px; border: 2px solid rgba(207, 224, 212, .3); border-top-color: #b7d5be; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.remote-session-state { margin: 11px 2px 0; color: #829088; font-size: 10px; }
@media (max-width: 480px) {
  .consent-dialog { padding: 21px; }
  .consent-dialog h2 { font-size: 19px; }
  .dialog-actions { flex-direction: column-reverse; }
  .dialog-actions .button { width: 100%; }
  .remote-viewer { padding: 13px; }
  .remote-viewer-heading { align-items: flex-start; }
  .remote-viewer-heading .button { min-height: 40px; padding: 0 9px; font-size: 9px; }
  .remote-screen { min-height: 190px; }
}

.card-description, .prototype-notice p { font-size: 11px; }
.card-kicker, .code-label-row label, .input-label { font-size: 9px; }
.expires-label, .consent-hint, .connect-footnote, .capture-copy p, .security-strip div span, .security-strip a, .local-only-tag, .remote-session-state { font-size: 10px; }
.button { min-height: 44px; font-size: 11px; }
.page-footer { font-size: 9px; }
.icon-button, .copy-button { width: 44px; height: 44px; }
.preview-status button { width: 44px; height: 44px; }
@media (max-width: 760px) { .nav-link { min-width: 44px; min-height: 44px; } }
@media (max-width: 480px) { .icon-button { width: 44px; height: 44px; } }
