:root {
  color: #1c211e;
  background: #e8e3d8;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-synthesis: none;
  --page: #f7f4ec;
  --card: #fffdf8;
  --green: #19513e;
  --green-dark: #103a2e;
  --sage: #dce6da;
  --ink: #1c211e;
  --muted: #687069;
  --line: #e2ddd2;
  --gold: #b99a5e;
  --ivory-pressed: #f1e7d4;
  --disabled: #f4f1ea;
  --shadow: 0 18px 48px rgb(41 55 46 / 10%);
  --bottom-nav-height: 78px;
  --bottom-nav-lift: 34px;
  --bottom-nav-space: calc(var(--bottom-nav-height) + var(--bottom-nav-lift) + env(safe-area-inset-bottom));
  --action-primary-bg: #795a24;
  --action-primary-text: #fff;
  --nav-selected: #234b3a;
}

* { box-sizing: border-box; }
html { min-height: 100%; overflow-x: hidden; background: #e8e3d8; }
body { min-width: 320px; min-height: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: #e8e3d8; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; display: inline-flex; min-height: 44px; padding: 10px 14px; align-items: center; color: white; background: var(--green); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.release-shell { width: min(100%, 760px); min-height: 100dvh; margin: 0 auto; padding-bottom: var(--bottom-nav-space); background: var(--page); box-shadow: 0 0 60px rgb(41 55 46 / 10%); }
.page-header { position: sticky; z-index: 40; top: 0; display: grid; min-height: 68px; padding: max(10px, env(safe-area-inset-top)) 16px 8px; align-items: center; grid-template-columns: minmax(52px, auto) 1fr minmax(52px, auto); background: rgb(247 244 236 / 93%); border-bottom: 1px solid rgb(226 221 210 / 55%); backdrop-filter: blur(18px); }
.page-header__side { display: flex; justify-content: flex-start; }
.page-header__side--end { justify-content: flex-end; }
.page-header__titles { min-width: 0; text-align: center; }
.page-header h1 { overflow: hidden; margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: 1.12rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.page-header__eyebrow { display: block; margin-bottom: 2px; color: var(--muted); font-size: .7rem; }
.brand-link { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; text-decoration: none; }
.brand-mark { display: block; width: 42px; height: 42px; object-fit: cover; border-radius: 15px 15px 15px 5px; }
.text-action { display: inline-flex; min-width: 52px; min-height: 44px; padding: 8px 4px; align-items: center; justify-content: flex-end; color: var(--green); border-radius: 12px; font-size: .83rem; font-weight: 800; text-decoration: none; white-space: nowrap; }

.page { width: 100%; min-height: calc(100dvh - 68px - var(--bottom-nav-space)); padding: 10px 16px 32px; }
.center-page { display: grid; min-height: calc(100dvh - 68px - var(--bottom-nav-space)); padding: 24px 18px; place-items: center; background: radial-gradient(circle at 12% 5%, rgb(220 230 218 / 75%), transparent 34%); }
.eyebrow { margin: 0 0 5px; color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .16em; }
.search-shortcut { display: flex; width: 100%; min-height: 48px; padding: 0 15px; align-items: center; gap: 10px; color: var(--muted); background: var(--sage); border: 0; border-radius: 16px; text-align: left; text-decoration: none; }
.category-row { position: sticky; z-index: 30; top: 67px; display: flex; margin: 10px -16px 4px; padding: 4px 16px 9px; gap: 6px; overflow-x: auto; background: rgb(247 244 236 / 93%); backdrop-filter: blur(18px); scrollbar-width: none; }
.category-tab { display: inline-flex; min-width: max-content; min-height: 44px; padding: 9px 16px; align-items: center; gap: 6px; color: #514c43; background: var(--card); border: 1px solid transparent; border-radius: 14px; font-weight: 750; cursor: pointer; }
.category-tab:hover { background: var(--ivory-pressed); border-color: var(--gold); }
.category-tab.is-active, .category-tab[aria-selected="true"] { color: var(--card); background: #234b3a; border-color: var(--gold); }
.category-tab .icon { width: 17px; height: 17px; }
.section-heading { display: flex; margin: 18px 0 12px; align-items: end; justify-content: space-between; gap: 12px; }
.section-heading h2, .page-heading h1 { margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(1.35rem, 5vw, 1.8rem); font-weight: 550; letter-spacing: -.02em; }
.quiet-action { min-height: 44px; padding: 8px 10px; color: #8b8376; background: var(--disabled); border: 1px solid #c9aa6b; border-radius: 12px; font-size: .73rem; font-weight: 750; line-height: 1.25; white-space: normal; }
.quiet-action:disabled { cursor: not-allowed; }

.empty-release { display: grid; min-height: 310px; padding: 36px 22px; place-items: center; align-content: center; text-align: center; background: linear-gradient(150deg, var(--card), #f0ede4); border: 1px dashed #cec7b8; border-radius: 24px; }
.empty-release--compact { min-height: 240px; margin-top: 18px; }
.empty-release__mark, .large-icon { display: grid; width: 62px; height: 62px; place-items: center; color: var(--green); background: var(--sage); border-radius: 21px; }
.empty-release__mark .icon, .large-icon .icon { width: 29px; height: 29px; }
.empty-release h2 { margin: 17px 0 7px; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: 1.28rem; }
.empty-release p { max-width: 470px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.service-card { display: flex; margin-top: 14px; padding: 15px; align-items: flex-start; gap: 12px; background: #edf2e9; border: 1px solid #d2dece; border-radius: 18px; }
.membership-card .service-card { margin-top: 0; }
.service-card__icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--green); background: white; border-radius: 13px; }
.service-card strong { color: var(--green-dark); font-size: .86rem; }
.service-card p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.page-heading { margin: 10px 0 24px; }
.page-heading > p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.search-shell { display: grid; grid-template-columns: auto 1fr auto; padding: 7px; align-items: center; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.search-shell > .icon { margin-left: 7px; color: var(--muted); }
.search-shell input { min-width: 0; padding: 12px 4px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.search-shell button { min-height: 42px; padding: 9px 14px; color: white; background: var(--green); border: 1px solid var(--green); border-radius: 12px; font-weight: 800; cursor: pointer; }
.search-shell button:hover { background: var(--green-dark); }
.inline-feedback { min-height: 24px; margin: 9px 4px 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.membership-card { display: grid; width: min(100%, 500px); padding: clamp(25px, 7vw, 38px); gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.membership-card > img { width: 62px; height: 62px; object-fit: contain; border-radius: 20px; }
.membership-card h1 { margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(1.8rem, 7vw, 2.5rem); font-weight: 550; line-height: 1.15; }
.membership-card > p:not(.eyebrow, .policy-links) { margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.membership-card--quiet { justify-items: center; text-align: center; }
.auth-ready-card { justify-items: stretch; }
.release-auth-form { display: grid; gap: 9px; }
.release-auth-form label { margin-top: 4px; color: var(--green-dark); font-size: .86rem; font-weight: 850; }
.release-auth-form input, .release-auth-form textarea, .release-auth-form select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #b9b2a5; border-radius: 14px; font: inherit; }
.release-auth-form textarea { resize: vertical; line-height: 1.55; }
.release-auth-form input:focus-visible, .release-auth-form textarea:focus-visible, .release-auth-form select:focus-visible { border-color: var(--green); }
.release-auth-form button:disabled { cursor: wait; opacity: .65; }
.field-guidance { margin: -2px 1px 3px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.form-error { min-height: 22px; margin: 0; color: #8a251d; font-size: .78rem; font-weight: 700; line-height: 1.5; }
.boundary-list { display: grid; gap: 10px; margin: 4px 0 8px; }
.boundary-list p { display: flex; margin: 0; padding: 14px; align-items: flex-start; gap: 11px; color: var(--muted); background: #f2efe7; border-radius: 16px; font-size: .82rem; line-height: 1.55; }
.boundary-list .icon { color: var(--green); }
.boundary-list strong { color: var(--ink); }
.policy-links { margin: 4px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.text-link { color: var(--green); font-weight: 750; text-underline-offset: 3px; }
.button { display: inline-flex; min-height: 48px; padding: 12px 18px; align-items: center; justify-content: center; gap: 8px; color: var(--action-primary-text); background: var(--action-primary-bg); border: 1px solid #b99552; border-radius: 14px; font-size: .88rem; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 5px 14px rgb(126 96 45 / 8%); }
.button:hover { background: color-mix(in srgb, var(--action-primary-bg) 86%, #000); border-color: #b99552; }
.button--secondary { color: var(--green); background: transparent; }
.button--full { width: 100%; }

.readiness-panel { display: grid; width: min(100%, 680px); padding: clamp(22px, 6vw, 38px); gap: 22px; background: var(--card); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.readiness-panel__heading { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; }
.readiness-panel__heading h1 { margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(1.65rem, 6vw, 2.35rem); font-weight: 550; line-height: 1.16; }
.readiness-panel__heading p:last-child { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.capability-card { min-width: 0; padding: 15px; background: var(--page); border: 1px solid var(--line); border-radius: 18px; }
.capability-card > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--green); background: var(--sage); border-radius: 14px; }
.capability-card h2 { margin: 13px 0 5px; color: var(--green-dark); font-size: .92rem; }
.capability-card p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.privacy-boundary { padding: 15px 17px; background: #edf2e9; border-left: 4px solid var(--green); border-radius: 5px 16px 16px 5px; }
.privacy-boundary strong { color: var(--green-dark); font-size: .84rem; }
.privacy-boundary p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.readiness-panel__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.readiness-panel__actions .button { flex: 1 1 190px; }
.showroom-workspace { width: min(100%, 760px); }
.showroom-workspace h2 { margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: 1.18rem; }
.showroom-section { display: grid; padding-top: 20px; gap: 14px; border-top: 1px solid var(--line); }
.showroom-list { display: grid; gap: 10px; }
.showroom-list article { display: grid; padding: 14px; gap: 7px; background: var(--page); border: 1px solid var(--line); border-radius: 16px; }
.showroom-list article small, .showroom-list article p { margin: 0; color: var(--muted); line-height: 1.5; }
.release-auth-form--inline { padding-top: 8px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.release-auth-form--inline label { display: grid; gap: 7px; }
.release-auth-form--inline .button { min-height: 50px; }
.public-detail-unavailable .empty-release { margin-top: 16px; }
.public-detail-unavailable .empty-release .eyebrow { margin: 16px 0 0; }
.public-detail-unavailable .empty-release .button { margin-top: 20px; }

.policy-page section { margin-top: 12px; padding: 20px; background: var(--card); border: 1px solid var(--line); border-radius: 19px; }
.policy-page section h2 { margin: 0 0 9px; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; font-size: 1.14rem; }
.policy-page section p { margin: 0; color: var(--muted); line-height: 1.7; }
.policy-page section p + p { margin-top: 10px; }
.policy-return { margin: 24px 0 0; }
.site-footer { display: grid; padding: 22px 18px 30px; gap: 12px; color: var(--muted); border-top: 1px solid var(--line); font-size: .73rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }

.state-icon { display: inline-block; width: 28px; height: 28px; flex: 0 0 auto; background-image: var(--state-icon-normal); background-position: center; background-repeat: no-repeat; background-size: contain; border-radius: 50%; }
.state-icon--add-photo { --state-icon-normal: url("./assets/ui-components/add-photo/normal.png"); --state-icon-pressed: url("./assets/ui-components/add-photo/pressed.png"); --state-icon-selected: url("./assets/ui-components/add-photo/selected.png"); --state-icon-focus: url("./assets/ui-components/add-photo/focus.png"); }
.state-icon--my-garden { --state-icon-normal: url("./assets/ui-components/my-garden/normal.png"); --state-icon-pressed: url("./assets/ui-components/my-garden/pressed.png"); --state-icon-selected: url("./assets/ui-components/my-garden/selected.png"); --state-icon-focus: url("./assets/ui-components/my-garden/focus.png"); }
.is-active .state-icon, [aria-current="page"] .state-icon { background-image: var(--state-icon-selected); }
a:active .state-icon, button:active .state-icon { background-image: var(--state-icon-pressed); }
a:focus-visible .state-icon, button:focus-visible .state-icon { background-image: var(--state-icon-focus); }

.bottom-nav { position: fixed; z-index: 80; right: max(0px, calc((100vw - 760px) / 2)); bottom: 0; left: max(0px, calc((100vw - 760px) / 2)); display: grid; height: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom)); padding: 4px max(8px, env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-right)); align-items: end; grid-template-columns: repeat(3, minmax(0, 1fr)); background: rgb(255 253 248 / 96%); border: 1px solid var(--gold); border-bottom: 0; backdrop-filter: blur(20px); }
.bottom-nav__item { display: grid; min-width: 0; height: 64px; padding: 7px 3px 5px; place-items: center; align-content: center; gap: 3px; color: #8b8376; background: transparent; border: 0; font-size: .68rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.bottom-nav__item.is-active { color: var(--nav-selected); }
.bottom-nav__item:not(.bottom-nav__item--add) > .icon { width: 34px; height: 34px; padding: 6px; color: #b99552; background: var(--card); border: 1px solid #c9aa6b; border-radius: 50%; }
.bottom-nav__item.is-active:not(.bottom-nav__item--add) > .icon { color: var(--card); background: #234b3a; }
.bottom-nav__item:not(.bottom-nav__item--add) > .state-icon { width: 38px; height: 38px; }
.bottom-nav__item--add { position: relative; color: var(--green); overflow: visible; }
.bottom-nav__add-icon { position: absolute; z-index: 1; bottom: 18px; display: grid; width: 58px; height: 58px; place-items: center; }
.bottom-nav__add-icon .state-icon { width: 58px; height: 58px; }
.bottom-nav__item--add > span:last-child { align-self: end; }

.toast { position: fixed; z-index: 300; right: 50%; bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 18px); width: max-content; max-width: calc(100vw - 36px); padding: 11px 16px; color: #fff; background: #173f32; border: 1px solid var(--gold); border-radius: 999px; box-shadow: 0 12px 28px rgb(20 27 23 / 24%); font-size: .86rem; font-weight: 800; transform: translateX(50%); }

.overlay-backdrop { position: fixed; z-index: 150; inset: 0; display: flex; align-items: flex-end; justify-content: center; background: rgb(20 27 23 / 58%); }
.bottom-sheet { width: min(100%, 760px); padding: 8px 18px calc(24px + env(safe-area-inset-bottom)); background: var(--card); border-radius: 28px 28px 0 0; box-shadow: 0 -18px 50px rgb(0 0 0 / 16%); }
.bottom-sheet__handle { width: 42px; height: 5px; margin: 2px auto 12px; background: var(--line); border-radius: 999px; }
.bottom-sheet__header { display: flex; align-items: center; justify-content: space-between; }
.bottom-sheet__header h2 { margin: 0; color: var(--green-dark); font-family: Georgia, "Noto Serif TC", serif; }
.icon-button { display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: var(--page); border: 1px solid var(--line); border-radius: 14px; font-size: 1.6rem; cursor: pointer; }
.action-list { display: grid; margin-top: 16px; gap: 10px; }
.action-card { display: grid; width: 100%; min-height: 82px; padding: 13px; align-items: center; grid-template-columns: auto 1fr auto; gap: 12px; color: var(--ink); background: var(--page); border: 1px solid var(--line); border-radius: 19px; text-align: left; text-decoration: none; }
.action-card__icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--green); background: var(--sage); border-radius: 16px; }
.action-card__icon--public { color: white; background: var(--green); }
.action-card span:nth-child(2) { display: grid; gap: 5px; }
.action-card small { color: var(--muted); line-height: 1.4; }

button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #234b3a; outline-offset: 3px; }

@media (min-width: 761px) {
  .release-shell { min-height: calc(100dvh - 36px); margin-top: 18px; margin-bottom: 18px; overflow: clip; border-radius: 32px; }
  .bottom-nav { bottom: 18px; border-bottom: 1px solid var(--gold); border-radius: 0 0 32px 32px; }
  .site-footer { grid-template-columns: 1fr auto; align-items: center; }
}

@media (max-width: 430px) {
  .section-heading h2 { font-size: 1.3rem; }
  .readiness-panel__heading { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; }
  .capability-card > span { grid-row: 1 / span 2; }
  .capability-card h2 { margin: 2px 0 4px; }
  .release-auth-form--inline { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (forced-colors: active) {
  .button, .quiet-action, .bottom-nav__item, .service-card, .empty-release, .action-card { border: 1px solid CanvasText; }
}

/* 雙工作空間正式殼層：公開社群與我的植物園共享相同幾何，但保留清楚語意。 */
.release-shell.workspace-public {
  --page: #f7fafc;
  --card: #fff;
  --sage: #e6f1f8;
  --line: #d8e4eb;
  --green: #19513e;
  --green-dark: #103a2e;
  --workspace-accent: #c4a05a;
  --nav-selected: #19513e;
  --action-primary-bg: #795a24;
}

.release-shell.workspace-garden {
  --page: #f3f0e7;
  --card: #fcfaf4;
  --sage: #dde5d6;
  --line: #ddd8cb;
  --green: #5e7254;
  --green-dark: #485b40;
  --workspace-accent: #b99a62;
  --nav-selected: #5e7254;
  --action-primary-bg: #785b2a;
}

.workspace-switcher {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  min-height: 56px;
  padding: max(8px, env(safe-area-inset-top)) 16px 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  background: rgb(255 253 248 / 94%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.workspace-switcher__item {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.workspace-switcher__item .icon { width: 18px; height: 18px; }
.workspace-switcher__item.is-active { color: var(--green-dark); background: var(--sage); border-color: var(--workspace-accent); }
.workspace-switcher + .page-header { top: 56px; }
.workspace-switcher ~ .page .category-row { top: 123px; }

.bottom-nav.bottom-nav--workspace {
  isolation: isolate;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  color: #1c211e;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  --nav-shell: #fffdf8;
  --nav-shell-hover: #f1e7d4;
  --nav-accent: #19513e;
  --nav-accent-pressed: #103a2e;
  --nav-gold: #b99552;
  --nav-gold-soft: #d8c18d;
  --nav-rest: #6f6a61;
  --nav-disabled: #b8b3aa;
}

.bottom-nav--workspace::before,
.bottom-nav--workspace::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.bottom-nav--workspace::before {
  z-index: 0;
  inset: 9px max(8px, env(safe-area-inset-right)) 0 max(8px, env(safe-area-inset-left));
  background: color-mix(in srgb, var(--nav-shell) 96%, transparent);
  border: 1.5px solid var(--nav-gold-soft);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -8px 26px rgb(74 57 29 / 10%);
  backdrop-filter: blur(22px) saturate(112%);
}

.bottom-nav--workspace::after {
  z-index: 1;
  top: -31px;
  left: 50%;
  width: 92px;
  height: 92px;
  background: var(--nav-shell);
  border: 2px solid var(--nav-gold);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgb(74 57 29 / 14%), 0 0 0 7px color-mix(in srgb, var(--nav-gold-soft) 26%, transparent);
  transform: translateX(-50%);
}

.bottom-nav--workspace .bottom-nav__item {
  position: relative;
  z-index: 2;
  min-height: 64px;
  padding: 7px 2px 5px;
  color: var(--nav-rest);
  border-radius: 18px;
  font-size: .65rem;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.bottom-nav--workspace .bottom-nav__item::after {
  position: absolute;
  right: 50%;
  bottom: 2px;
  width: 28px;
  height: 3px;
  content: "";
  background: var(--nav-gold);
  border-radius: 999px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--nav-gold) 65%, transparent);
  opacity: 0;
  transform: translateX(50%) scaleX(.45);
  transition: opacity 150ms ease, transform 150ms ease;
}

.bottom-nav--workspace .bottom-nav__item > .icon {
  width: 34px;
  height: 34px;
  padding: 6px;
  color: var(--nav-gold);
  background: var(--nav-shell);
  border: 1px solid var(--nav-gold-soft);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(74 57 29 / 8%);
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.bottom-nav--workspace .bottom-nav__item:hover:not([aria-disabled="true"]) {
  color: var(--nav-accent);
  background: color-mix(in srgb, var(--nav-shell-hover) 74%, transparent);
  transform: translateY(-1px);
}

.bottom-nav--workspace .bottom-nav__item:hover:not([aria-disabled="true"]) > .icon {
  color: var(--nav-accent);
  border-color: var(--nav-gold);
  box-shadow: 0 5px 14px rgb(74 57 29 / 14%);
}

.bottom-nav--workspace .bottom-nav__item:active:not([aria-disabled="true"]) {
  color: var(--nav-accent-pressed);
  background: var(--nav-shell-hover);
  transform: translateY(1px) scale(.97);
}

.bottom-nav--workspace .bottom-nav__item:active:not([aria-disabled="true"]) > .icon {
  color: var(--nav-shell);
  background: var(--nav-accent-pressed);
  border-color: var(--nav-gold);
  box-shadow: inset 0 2px 5px rgb(0 0 0 / 18%);
}

.bottom-nav--workspace .bottom-nav__item.is-active {
  color: var(--nav-accent);
  font-weight: 900;
}

.bottom-nav--workspace .bottom-nav__item.is-active::after {
  opacity: 1;
  transform: translateX(50%) scaleX(1);
}

.bottom-nav--workspace .bottom-nav__item.is-active > .icon {
  color: var(--nav-shell);
  background: var(--nav-accent);
  border-color: var(--nav-gold);
  box-shadow: 0 5px 14px rgb(25 81 62 / 24%), 0 0 0 3px color-mix(in srgb, var(--nav-gold-soft) 38%, transparent);
}

.bottom-nav--workspace .bottom-nav__item:focus-visible {
  outline: 3px solid var(--nav-accent);
  outline-offset: -2px;
  background: var(--nav-shell-hover);
}

.bottom-nav--workspace .bottom-nav__item[aria-disabled="true"] {
  color: var(--nav-disabled);
  cursor: not-allowed;
  opacity: .68;
}

.bottom-nav--workspace .bottom-nav__item[aria-disabled="true"] > .icon {
  color: var(--nav-disabled);
  background: #f4f1ea;
  border-color: #d8d3ca;
  box-shadow: none;
}

.bottom-nav__item--camera { position: relative; overflow: visible; color: var(--green-dark); }
.bottom-nav__camera {
  position: absolute;
  bottom: 25px;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--nav-accent);
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: filter 150ms ease, transform 150ms ease;
}

.bottom-nav__camera > .state-icon { width: 72px; height: 72px; }
.bottom-nav__marker {
  position: absolute;
  right: -3px;
  bottom: 1px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--nav-shell);
  background: var(--nav-accent);
  border: 2px solid var(--nav-shell);
  border-radius: 50%;
}
.bottom-nav__marker .icon { width: 13px; height: 13px; }
.bottom-nav__item--camera > span:last-child { align-self: end; }
.bottom-nav__item--camera:hover:not([aria-disabled="true"]) .bottom-nav__camera { filter: drop-shadow(0 8px 10px rgb(74 57 29 / 17%)); transform: translateY(-2px); }
.bottom-nav__item--camera:active:not([aria-disabled="true"]) .bottom-nav__camera { filter: none; transform: translateY(2px) scale(.94); }
.bottom-nav__item--camera:focus-visible .bottom-nav__camera { filter: drop-shadow(0 0 5px color-mix(in srgb, var(--nav-accent) 58%, transparent)); }
.bottom-nav__item--camera[aria-disabled="true"] .bottom-nav__camera { filter: grayscale(1); opacity: .58; }

@media (forced-colors: active) {
  .workspace-switcher__item, .bottom-nav__camera, .bottom-nav__marker { border: 1px solid CanvasText; }
}
