/* WoLeSo's visual language: a calm Freiburg field notebook, not a generic admin panel. */
:root {
  --woleso-ink: #18302c;
  --woleso-ink-soft: #51645e;
  --woleso-muted: #7f9088;
  --woleso-canvas: #e7ebe1;
  --woleso-paper: #fbfaf3;
  --woleso-paper-bright: #fffef9;
  --woleso-forest: #173b35;
  --woleso-forest-deep: #0e2925;
  --woleso-moss: #72856b;
  --woleso-moss-soft: #dfe8dc;
  --woleso-clay: #c76b4e;
  --woleso-gold: #d7b56a;
  --woleso-line: rgba(24, 48, 44, .13);
  --woleso-shadow: 0 1.25rem 3rem rgba(35, 57, 47, .10);
  --woleso-shadow-soft: 0 .45rem 1.25rem rgba(35, 57, 47, .08);
  --woleso-ui: "Avenir Next", Avenir, "Segoe UI Variable", "Trebuchet MS", sans-serif;
  --woleso-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --woleso-meta: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --woleso-header-height: 4.2rem;
  --woleso-sidebar-width: 15.5rem;
  --woleso-bottom-height: 4.8rem;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--woleso-canvas); }
body { min-width: 320px; min-height: 100dvh; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 8% 0%, rgba(255,255,255,.8), transparent 27rem), linear-gradient(135deg, #edf0e8 0%, var(--woleso-canvas) 55%, #dce4d8 100%); color: var(--woleso-ink); font-family: var(--woleso-ui); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: .18rem solid rgba(199,107,78,.75); outline-offset: .16rem; }

.woleso-topbar { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; min-height: var(--woleso-header-height); align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1rem; border-bottom: 1px solid rgba(24, 48, 44, .12); background: rgba(251, 250, 243, .88); box-shadow: 0 .4rem 1.6rem rgba(35, 57, 47, .05); backdrop-filter: blur(1.1rem); transition: transform 220ms ease; will-change: transform; }
.woleso-brand { display: inline-flex; min-width: 0; align-items: center; gap: .65rem; color: var(--woleso-ink); text-decoration: none; }
.woleso-mark { display: grid; width: 2.45rem; height: 2.45rem; flex: none; place-items: center; border-radius: .85rem .85rem .85rem .35rem; background: var(--woleso-forest); color: #f6e6bc; font-family: var(--woleso-display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.12em; box-shadow: .25rem .25rem 0 var(--woleso-clay); }
.woleso-brand__name { font-family: var(--woleso-display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.045em; }
.woleso-topbar__context { display: none; min-width: 0; margin-right: auto; margin-left: 1rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .62rem; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.woleso-topbar__context strong { display: block; overflow: hidden; color: var(--woleso-ink-soft); font-family: var(--woleso-ui); font-size: .75rem; letter-spacing: 0; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.woleso-avatar { display: grid; width: 2.3rem; height: 2.3rem; flex: none; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--woleso-moss-soft); color: var(--woleso-forest); font-family: var(--woleso-display); font-weight: 700; }
.woleso-sidebar { display: none; }

.woleso-nav-link { display: flex; min-height: 3rem; align-items: center; gap: .75rem; padding: .6rem .75rem; border-radius: .9rem; color: var(--woleso-ink-soft); font-size: .86rem; font-weight: 650; text-decoration: none; transition: background-color 150ms ease, color 150ms ease, transform 150ms ease; }
.woleso-nav-link:hover { background: rgba(223, 232, 220, .8); color: var(--woleso-forest); }
.woleso-nav-link:active { transform: translateY(1px); }
.woleso-nav-link.is-active { background: var(--woleso-forest); color: #f9f5e9; box-shadow: .25rem .25rem 0 rgba(199,107,78,.8); }
.woleso-nav-glyph { display: grid; width: 1.85rem; height: 1.85rem; flex: none; place-items: center; border-radius: .58rem; background: rgba(114,133,107,.16); color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.05rem; line-height: 1; }
.woleso-nav-link.is-active .woleso-nav-glyph { background: rgba(255,255,255,.13); color: #f6e6bc; }
.woleso-nav-label { min-width: 0; }
.woleso-sidebar__label { margin: 1.75rem .75rem .55rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; }
.woleso-sidebar__footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-sidebar__logout-form { margin: 0; }
.woleso-sidebar__logout-button { width: 100%; border: 0; background: transparent; cursor: pointer; text-align: left; }
.woleso-sidebar__user { display: flex; align-items: center; gap: .65rem; padding: .65rem .5rem; color: var(--woleso-ink-soft); font-size: .78rem; }
.woleso-sidebar__user strong { display: block; color: var(--woleso-ink); font-size: .82rem; }
.woleso-sidebar__user small { display: block; margin-top: .12rem; color: var(--woleso-muted); }
.woleso-sidebar__brand-note { display: none; }

.woleso-main { width: min(100%, 76rem); min-height: 100dvh; margin: 0 auto; padding: calc(var(--woleso-header-height) + 1rem) 1rem calc(var(--woleso-bottom-height) + 1rem); }
.woleso-auth { position: relative; overflow-x: hidden; background: var(--woleso-forest-deep); color: #fffaf0; }
.woleso-auth::before { position: fixed; inset: 0; z-index: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 15% 18%, rgba(114,133,107,.34), transparent 24rem), radial-gradient(circle at 88% 82%, rgba(199,107,78,.2), transparent 20rem), linear-gradient(135deg, var(--woleso-forest-deep), var(--woleso-forest)); }
.woleso-auth::after { position: fixed; inset: 0; z-index: 0; content: ""; pointer-events: none; opacity: .1; background-image: linear-gradient(115deg, transparent 0 49.8%, rgba(246,230,188,.4) 50%, transparent 50.2%); background-size: 3.3rem 3.3rem; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.woleso-auth-main { position: relative; z-index: 1; display: grid; width: 100%; max-width: none; place-items: center; padding: 1.5rem; }
.woleso-login { display: grid; width: min(100%, 68rem); gap: 1.5rem; }
.woleso-login__story { padding: .5rem .25rem 0; }
.woleso-login__brand { display: inline-flex; align-items: center; gap: .65rem; color: #fffaf0; text-decoration: none; }
.woleso-login__brand .woleso-mark { background: var(--woleso-paper); color: var(--woleso-forest); }
.woleso-login__brand .woleso-brand__name { font-size: 1.5rem; }
.woleso-login__eyebrow { margin: 2.5rem 0 .7rem; color: var(--woleso-gold); font-family: var(--woleso-meta); font-size: .64rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.woleso-login__story h1 { max-width: 34rem; margin: 0; color: #fffaf0; font-family: var(--woleso-display); font-size: clamp(3rem, 14vw, 5.9rem); font-weight: 600; letter-spacing: -.075em; line-height: .88; }
.woleso-login__story h1 em { color: var(--woleso-gold); font-style: normal; }
.woleso-login__intro { max-width: 28rem; margin: 1.25rem 0 0; color: rgba(255,250,240,.72); font-size: .9rem; line-height: 1.65; }
.woleso-login__note { display: flex; max-width: 20rem; align-items: center; gap: .7rem; margin-top: 1.8rem; padding-top: 1rem; border-top: 1px solid rgba(246,230,188,.22); }
.woleso-login__note-mark { display: grid; width: 2.2rem; height: 2.2rem; flex: none; place-items: center; border-radius: .7rem .7rem .7rem .25rem; background: var(--woleso-clay); color: #fff8ed; font-family: var(--woleso-meta); font-size: .8rem; font-weight: 800; }
.woleso-login__note strong, .woleso-login__note small { display: block; }
.woleso-login__note strong { color: #fffaf0; font-size: .76rem; }
.woleso-login__note small { margin-top: .18rem; color: rgba(255,250,240,.55); font-family: var(--woleso-meta); font-size: .57rem; }
.woleso-login__panel { width: 100%; padding: clamp(1.35rem, 5vw, 2.35rem); border: 1px solid rgba(255,255,255,.62); border-radius: 1.45rem .5rem 1.45rem 1.45rem; background: rgba(251,250,243,.96); box-shadow: .55rem .55rem 0 rgba(199,107,78,.82), 0 1.5rem 4rem rgba(7,26,23,.25); color: var(--woleso-ink); }
.woleso-login__header .woleso-login__eyebrow { margin: 0 0 .65rem; color: var(--woleso-clay); }
.woleso-login__header h2 { margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 8vw, 3rem); font-weight: 600; letter-spacing: -.06em; line-height: .95; }
.woleso-login__header p:last-child { max-width: 22rem; margin: .8rem 0 0; color: var(--woleso-ink-soft); font-size: .82rem; line-height: 1.5; }
.woleso-login-form { display: grid; gap: 1.05rem; margin-top: 1.7rem; }
.woleso-login-message { margin: 0; padding: .75rem .85rem; border: 1px solid rgba(114,133,107,.35); border-radius: .75rem; background: #eef6eb; color: var(--woleso-forest); font-size: .74rem; font-weight: 650; line-height: 1.45; }
.woleso-login-message--alert { border-color: rgba(199,107,78,.35); background: #fff0e9; color: #8d3e2f; }
.woleso-login-field label { display: block; margin-bottom: .45rem; color: var(--woleso-forest); font-size: .72rem; font-weight: 750; }
.woleso-login-input { display: block; width: 100%; min-height: 3.15rem; padding: .72rem .85rem; border: 1px solid rgba(24,48,44,.18); border-radius: .75rem; outline: 0; background: rgba(255,254,249,.8); color: var(--woleso-ink); font-size: .88rem; transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease; }
.woleso-login-input::placeholder { color: var(--woleso-muted); }
.woleso-login-input:focus { border-color: var(--woleso-forest); background: var(--woleso-paper-bright); box-shadow: 0 0 0 .2rem rgba(114,133,107,.22); }
.woleso-login-password { position: relative; }
.woleso-login-password .woleso-login-input { padding-right: 3.35rem; }
.woleso-password-toggle { position: absolute; top: 50%; right: .38rem; display: grid; width: 2.35rem; height: 2.35rem; place-items: center; transform: translateY(-50%); border: 0; border-radius: .6rem; background: transparent; color: var(--woleso-muted); cursor: pointer; }
.woleso-password-toggle:hover { background: var(--woleso-moss-soft); color: var(--woleso-forest); }
.woleso-password-toggle svg { width: 1.12rem; height: 1.12rem; }
.woleso-password-toggle[aria-pressed="true"] { color: var(--woleso-clay); }
.woleso-login-submit { display: flex; min-height: 3.15rem; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .35rem; padding: .75rem 1rem; border: 0; border-radius: .75rem; background: var(--woleso-forest); color: #fffaf0; cursor: pointer; font-size: .82rem; font-weight: 750; box-shadow: .24rem .24rem 0 rgba(199,107,78,.72); transition: transform 140ms ease, background-color 140ms ease; }
.woleso-login-submit:hover { background: var(--woleso-forest-deep); transform: translateY(-1px); }
.woleso-login-submit span:last-child { color: var(--woleso-gold); font-size: 1.15rem; }
.woleso-login__privacy { margin: 1.4rem 0 0; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; letter-spacing: .04em; text-align: center; }
.woleso-flash { position: fixed; top: calc(var(--woleso-header-height) + .75rem); right: 1rem; left: 1rem; z-index: 60; pointer-events: none; }
.woleso-flash__message { width: min(100%, 32rem); margin: 0 auto; padding: .75rem 1rem; border: 1px solid rgba(114,133,107,.35); border-radius: .9rem; background: rgba(239,246,235,.96); box-shadow: var(--woleso-shadow-soft); color: var(--woleso-forest); font-size: .82rem; font-weight: 650; text-align: center; }
.woleso-flash__message--alert { border-color: rgba(199,107,78,.35); background: #fff0e9; color: #8d3e2f; }

.woleso-bottom-nav { position: fixed; right: .7rem; bottom: max(.7rem, env(safe-area-inset-bottom)); left: .7rem; z-index: 50; display: grid; grid-template-columns: repeat(5, 1fr); gap: .18rem; padding: .4rem; border: 1px solid rgba(255,255,255,.55); border-radius: 1.25rem; background: rgba(23,59,53,.97); box-shadow: 0 .8rem 2rem rgba(14, 41, 37, .24); transition: transform 220ms ease; will-change: transform; }
.woleso-bottom-nav .woleso-nav-link { min-height: 3.9rem; flex-direction: column; justify-content: center; gap: .25rem; padding: .35rem .1rem; border-radius: .9rem; color: rgba(249,245,233,.68); font-size: .61rem; letter-spacing: .01em; text-align: center; }
.woleso-bottom-nav .woleso-nav-link.is-active { background: rgba(255,255,255,.12); color: #fffaf0; box-shadow: none; }
.woleso-bottom-nav .woleso-nav-glyph { width: 1.65rem; height: 1.65rem; background: rgba(255,255,255,.08); color: #f6e6bc; font-size: .95rem; }
.woleso-bottom-nav .woleso-nav-link.is-active .woleso-nav-glyph { background: var(--woleso-clay); }
.woleso-bottom-nav__more-trigger { width: 100%; border: 0; cursor: pointer; font-family: inherit; }
.woleso-bottom-sheet-backdrop, .woleso-bottom-sheet { display: none; }

.woleso-dashboard { max-width: 66rem; margin: 0 auto; }
.woleso-page-heading { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: .8rem; margin-bottom: 1.15rem; }
.woleso-page-heading h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-page-heading__context { max-width: 34rem; margin: .35rem 0 0; color: var(--woleso-muted); font-size: .78rem; line-height: 1.45; }
.woleso-page-heading__actions { display: flex; flex: none; align-items: center; gap: .55rem; }
.woleso-dashboard__header { align-items: flex-end; }
.woleso-eyebrow { margin: 0 0 .6rem; color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.woleso-dashboard h1, .woleso-section h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-dashboard h1 em, .woleso-section h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-dashboard__subline, .woleso-section__body { max-width: 35rem; margin: 1rem 0 0; color: var(--woleso-ink-soft); font-size: 1rem; line-height: 1.7; }
.woleso-button { display: inline-flex; min-height: 2.85rem; align-items: center; justify-content: center; gap: .5rem; padding: .7rem 1rem; border: 0; border-radius: .85rem; background: var(--woleso-forest); color: #fffaf0; font-size: .82rem; font-weight: 700; text-decoration: none; box-shadow: .22rem .22rem 0 rgba(199,107,78,.8); transition: transform 140ms ease, background-color 140ms ease; }
.woleso-button:hover { background: var(--woleso-forest-deep); transform: translateY(-1px); }
.woleso-button--quiet { border: 1px solid var(--woleso-line); background: rgba(255,254,249,.7); color: var(--woleso-forest); box-shadow: none; }
.woleso-button--quiet:hover { background: var(--woleso-paper-bright); }

.woleso-help { position: relative; z-index: 4; flex: none; }
.woleso-help__trigger { display: grid; width: 2.85rem; height: 2.85rem; place-items: center; padding: 0; border: 1px solid var(--woleso-line); border-radius: .85rem; appearance: none; background: rgba(255,254,249,.72); color: var(--woleso-forest); cursor: pointer; font-family: var(--woleso-display); font-size: 1.2rem; font-weight: 700; line-height: 1; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.woleso-help__trigger:hover, .woleso-help.is-open .woleso-help__trigger { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; transform: translateY(-1px); }
.woleso-help__panel { position: absolute; top: calc(100% + .55rem); right: 0; width: min(22rem, calc(100vw - 2rem)); padding: .9rem 1rem; border: 1px solid rgba(23,59,53,.16); border-radius: .95rem .45rem .95rem .95rem; background: var(--woleso-paper-bright); box-shadow: var(--woleso-shadow); color: var(--woleso-ink-soft); animation: woleso-help-reveal 160ms ease-out both; }
.woleso-help__panel[hidden] { display: none; }
.woleso-help__title { margin: 0; color: var(--woleso-forest); font-size: .82rem; font-weight: 800; }
.woleso-help__summary { margin: .35rem 0 0; color: var(--woleso-ink-soft); font-size: .75rem; line-height: 1.45; }
.woleso-help__list { display: grid; gap: .35rem; margin: .65rem 0 0; padding: 0 0 0 1rem; color: var(--woleso-ink-soft); font-size: .72rem; line-height: 1.4; }

.woleso-dashboard-focus { margin: 0 0 1.1rem; padding: .95rem 1rem; border: 1px solid rgba(199,107,78,.3); border-radius: 1rem .45rem 1rem 1rem; background: linear-gradient(135deg, #fff7e7, rgba(255,254,249,.9)); box-shadow: var(--woleso-shadow-soft); }
.woleso-dashboard-focus__content { min-width: 0; }
.woleso-dashboard-focus__meta { display: flex; align-items: center; gap: .45rem; margin-bottom: .3rem; color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.woleso-dashboard-focus h2 { max-width: 44rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(1.45rem, 4vw, 2.15rem); font-weight: 600; letter-spacing: -.055em; line-height: 1; text-wrap: balance; }
.woleso-dashboard-focus p { max-width: 42rem; margin: .45rem 0 0; color: var(--woleso-ink-soft); font-size: .8rem; line-height: 1.45; }
.woleso-dashboard-focus p strong { color: var(--woleso-forest); }
.woleso-dashboard-focus .woleso-button { margin-top: .7rem; }
.woleso-dashboard-focus--review { border-color: rgba(114,133,107,.35); background: linear-gradient(135deg, #eef6eb, rgba(255,254,249,.9)); }
.woleso-dashboard-focus--viewing { border-color: rgba(114,133,107,.3); background: linear-gradient(135deg, #e7efe4, rgba(255,254,249,.9)); }
.woleso-dashboard-focus--calm { border-color: var(--woleso-line); background: rgba(255,254,249,.7); }
.woleso-dashboard__signals { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .4rem; margin: 0 0 1.4rem; }
.woleso-dashboard-signal { display: flex; min-height: 3.55rem; flex-direction: column; justify-content: center; gap: .22rem; padding: .55rem .7rem; border: 1px solid var(--woleso-line); border-radius: .75rem; background: rgba(255,254,249,.66); color: inherit; text-decoration: none; transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.woleso-dashboard-signal:hover { border-color: rgba(23,59,53,.3); background: var(--woleso-paper-bright); transform: translateY(-1px); }
.woleso-dashboard-signal span { color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; letter-spacing: .04em; text-transform: uppercase; }
.woleso-dashboard-signal strong { color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.65rem; font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.woleso-dashboard-signal--alert { border-color: rgba(199,107,78,.28); background: rgba(255,240,233,.65); }
.woleso-dashboard-signal--alert strong { color: var(--woleso-clay); }
.woleso-dashboard-band { margin-top: 1.65rem; }
.woleso-dashboard-band__heading { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: .6rem; }
.woleso-dashboard-band__heading h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.45rem; font-weight: 600; letter-spacing: -.045em; }
.woleso-inline-link { flex: none; color: var(--woleso-forest); font-size: .7rem; font-weight: 750; text-decoration: none; }
.woleso-inline-link:hover { color: var(--woleso-clay); }
.woleso-dashboard-band--utility { margin-top: 1.8rem; padding-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-dashboard-v2-grid { display: grid; grid-auto-flow: dense; gap: .6rem; }
.woleso-dashboard-v2-card { min-width: 0; padding: .85rem; background: rgba(255,254,249,.75); }
.woleso-dashboard-v2-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; }
.woleso-dashboard-v2-card h3 { min-width: 0; margin: 0; overflow: hidden; color: var(--woleso-forest); font-size: .85rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.woleso-dashboard-v2-card__count { display: grid; min-width: 1.85rem; height: 1.85rem; place-items: center; padding: 0 .3rem; border-radius: .6rem; background: var(--woleso-moss-soft); color: var(--woleso-forest); font-family: var(--woleso-meta); font-size: .67rem; font-weight: 800; }
.woleso-dashboard-v2-card--new { border-color: rgba(199,107,78,.32); background: linear-gradient(145deg, #fff7e7, rgba(255,254,249,.82)); }
.woleso-dashboard-v2-card--new .woleso-dashboard-v2-card__count, .woleso-dashboard-v2-card--overdue .woleso-dashboard-v2-card__count { background: rgba(199,107,78,.16); color: var(--woleso-clay); }
.woleso-dashboard-v2-card--interest { background: linear-gradient(145deg, rgba(239,246,235,.88), rgba(255,254,249,.76)); }
.woleso-dashboard-v2-card--interest .woleso-dashboard-v2-card__count { background: rgba(114,133,107,.24); }
.woleso-dashboard-v2-card--contact { background: linear-gradient(145deg, rgba(255,247,231,.72), rgba(255,254,249,.76)); }
.woleso-dashboard-v2-card--viewing { background: linear-gradient(145deg, rgba(223,232,220,.62), rgba(255,254,249,.78)); }
.woleso-dashboard-v2-card--overdue { border-color: rgba(199,107,78,.24); }
.woleso-dashboard-v2-list { display: grid; gap: .38rem; margin: .65rem 0 0; padding: 0; list-style: none; }
.woleso-dashboard-v2-list li { min-width: 0; padding: .55rem .6rem; border-radius: .62rem; background: rgba(223,232,220,.43); }
.woleso-dashboard-v2-list li a, .woleso-dashboard-v2-list li small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.woleso-dashboard-v2-list li a { color: var(--woleso-forest); font-size: .75rem; font-weight: 750; text-decoration: none; }
.woleso-dashboard-v2-list li a:hover { color: var(--woleso-clay); }
.woleso-dashboard-v2-list li small { margin-top: .2rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .56rem; }
.woleso-dashboard-v2-list--plain li { background: transparent; padding: .18rem 0; }
.woleso-dashboard-v2-card--new { grid-column: 1 / -1; }
.woleso-card { border: 1px solid var(--woleso-line); border-radius: 1.15rem; background: rgba(255,254,249,.72); box-shadow: var(--woleso-shadow-soft); }
.woleso-card__body { padding: 1.1rem; }
.woleso-card__kicker { margin: 0 0 .45rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.woleso-card h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.45rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-card p { margin: .55rem 0 0; color: var(--woleso-ink-soft); font-size: .84rem; line-height: 1.55; }
.woleso-card--priority { border-color: rgba(199,107,78,.3); background: linear-gradient(135deg, #fff7e7, #fbfaf3); }
.woleso-card--priority .woleso-card__body { display: grid; grid-template-columns: 2.45rem minmax(0,1fr); gap: .8rem; }
.woleso-card__number { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border-radius: .75rem; background: var(--woleso-clay); color: #fff8ed; font-family: var(--woleso-meta); font-size: .72rem; font-weight: 700; }
.woleso-card__link { display: inline-flex; margin-top: .85rem; color: var(--woleso-forest); font-size: .78rem; font-weight: 750; text-decoration: none; }
.woleso-card__link:hover { color: var(--woleso-clay); }
.woleso-card--actions { grid-column: 1 / -1; }
.woleso-mini-action-list { display: grid; gap: .45rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.woleso-mini-action-list li { display: flex; align-items: baseline; gap: .5rem; color: var(--woleso-ink-soft); font-size: .8rem; line-height: 1.35; }
.woleso-mini-action-list li span { color: var(--woleso-clay); font-size: 1rem; }
.woleso-mini-action-list a { text-decoration: none; }
.woleso-mini-action-list a:hover { color: var(--woleso-clay); }
.woleso-dashboard-list { display: grid; gap: .42rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.woleso-dashboard-list li { display: flex; min-width: 0; align-items: baseline; gap: .45rem; color: var(--woleso-ink-soft); font-size: .78rem; line-height: 1.35; }
.woleso-dashboard-list li span { flex: none; color: var(--woleso-clay); }
.woleso-dashboard-list a { overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.woleso-dashboard-list a:hover { color: var(--woleso-clay); }
.woleso-card--followup { grid-column: 1 / -1; }
.woleso-section { max-width: 52rem; margin: 0 auto; }
.woleso-section__panel { margin-top: 2rem; padding: 1.35rem; }
.woleso-section__panel p { margin: 0; color: var(--woleso-ink-soft); line-height: 1.65; }
.woleso-tool-list { display: grid; gap: .65rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.woleso-tool-list li { display: flex; min-height: 3.25rem; align-items: center; gap: .7rem; padding: .65rem .75rem; border-radius: .8rem; background: rgba(223,232,220,.55); color: var(--woleso-forest); font-size: .84rem; font-weight: 650; }
.woleso-tool-list li::before { content: "＋"; display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: .55rem; background: var(--woleso-paper-bright); color: var(--woleso-clay); font-size: 1.1rem; }

.woleso-settings { max-width: 70rem; margin: 0 auto; }
.woleso-settings__intro { display: grid; gap: 1.1rem; }
.woleso-settings h1, .woleso-form-page h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-settings h1 em, .woleso-form-page h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-settings__summary { display: flex; flex-wrap: wrap; align-content: flex-end; gap: .5rem; }
.woleso-settings__summary span { display: inline-flex; min-height: 2.35rem; align-items: center; gap: .35rem; padding: .45rem .7rem; border: 1px solid var(--woleso-line); border-radius: 999px; background: rgba(255,254,249,.64); color: var(--woleso-ink-soft); font-family: var(--woleso-meta); font-size: .61rem; letter-spacing: .02em; text-transform: uppercase; }
.woleso-settings__summary strong { color: var(--woleso-clay); font-family: var(--woleso-display); font-size: 1rem; letter-spacing: 0; }
.woleso-settings__profile { margin-top: 2rem; padding: 1.1rem; }
.woleso-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.woleso-panel-heading h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.65rem; font-weight: 600; letter-spacing: -.045em; }
.woleso-settings__stamp { display: none; padding: .35rem .5rem; border: 1px solid rgba(215,181,106,.55); border-radius: .55rem; color: var(--woleso-ink-soft); font-family: var(--woleso-meta); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
.woleso-form-grid { display: grid; gap: .9rem; margin-top: 1.35rem; }
.woleso-field { min-width: 0; }
.woleso-field label { display: block; margin-bottom: .4rem; color: var(--woleso-ink-soft); font-size: .72rem; font-weight: 750; }
.woleso-field input, .woleso-field select, .woleso-field textarea { display: block; width: 100%; min-height: 2.85rem; border: 1px solid rgba(24,48,44,.18); border-radius: .75rem; outline: 0; background: rgba(255,254,249,.86); color: var(--woleso-ink); font-size: .86rem; transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease; }
.woleso-field input, .woleso-field select { padding: .65rem .75rem; }
.woleso-field textarea { min-height: 6.4rem; padding: .7rem .75rem; resize: vertical; line-height: 1.5; }
.woleso-field input:focus, .woleso-field select:focus, .woleso-field textarea:focus { border-color: var(--woleso-forest); background: var(--woleso-paper-bright); box-shadow: 0 0 0 .2rem rgba(114,133,107,.22); }
.woleso-field--wide { grid-column: 1 / -1; }
.woleso-input-with-suffix { position: relative; }
.woleso-input-with-suffix input { padding-right: 3.8rem; }
.woleso-input-with-suffix span { position: absolute; top: 50%; right: .75rem; transform: translateY(-50%); color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .65rem; pointer-events: none; }
.woleso-checkbox { display: flex; min-height: 3.1rem; align-items: flex-start; gap: .65rem; padding: .7rem .75rem; border: 1px solid rgba(24,48,44,.11); border-radius: .75rem; background: rgba(223,232,220,.42); cursor: pointer; }
.woleso-checkbox input { width: 1.1rem; height: 1.1rem; margin: .12rem 0 0; accent-color: var(--woleso-forest); }
.woleso-checkbox span { display: block; min-width: 0; color: var(--woleso-forest); font-size: .78rem; line-height: 1.3; }
.woleso-checkbox strong, .woleso-checkbox small { display: block; }
.woleso-checkbox small { margin-top: .2rem; color: var(--woleso-muted); font-size: .69rem; line-height: 1.35; }
.woleso-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1.35rem; }
.woleso-form__actions form { margin: 0; }
.woleso-form__errors { margin-top: 1rem; padding: .75rem .9rem; border: 1px solid rgba(199,107,78,.32); border-radius: .75rem; background: #fff0e9; color: #8d3e2f; font-size: .78rem; }
.woleso-form__errors ul { margin: .35rem 0 0 1.1rem; padding: 0; }
.woleso-danger-link { padding: .6rem .25rem; border: 0; background: transparent; color: #9b4939; cursor: pointer; font-size: .76rem; font-weight: 700; }
.woleso-danger-link:hover { color: var(--woleso-forest-deep); }
.woleso-settings-grid { display: grid; gap: .9rem; margin-top: .9rem; }
.woleso-settings-card { min-width: 0; padding: 1.1rem; }
.woleso-settings-card__intro { margin: .55rem 0 1rem; color: var(--woleso-ink-soft); font-size: .79rem; line-height: 1.5; }
.woleso-icon-button { display: grid; width: 2.3rem; height: 2.3rem; flex: none; place-items: center; border-radius: .7rem; background: var(--woleso-forest); color: #fffaf0; font-size: 1.25rem; line-height: 1; text-decoration: none; box-shadow: .18rem .18rem 0 rgba(199,107,78,.72); }
.woleso-icon-button:hover { background: var(--woleso-forest-deep); }
.woleso-record-list { display: grid; gap: .42rem; }
.woleso-record { display: grid; grid-template-columns: 1.85rem minmax(0,1fr) auto; gap: .6rem; align-items: center; padding: .62rem .55rem; border-radius: .75rem; background: rgba(223,232,220,.46); }
.woleso-record__marker { display: grid; width: 1.65rem; height: 1.65rem; place-items: center; border-radius: .52rem; background: rgba(199,107,78,.16); color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .75rem; font-weight: 800; }
.woleso-record__marker--channel { background: rgba(23,59,53,.12); color: var(--woleso-forest); }
.woleso-record__marker--document { background: rgba(215,181,106,.25); color: #82632a; }
.woleso-record__body { min-width: 0; }
.woleso-record__body h3 { overflow: hidden; margin: 0; color: var(--woleso-forest); font-size: .78rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.woleso-record__body h3 a { text-decoration: none; }
.woleso-record__body h3 a:hover { color: var(--woleso-clay); }
.woleso-record__body p { overflow: hidden; margin: .18rem 0 0; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.woleso-record__action { color: var(--woleso-forest); font-size: .66rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.woleso-record__action:hover { color: var(--woleso-clay); }
.woleso-empty { margin: 0; padding: .8rem .2rem; color: var(--woleso-muted); font-size: .78rem; }
.woleso-form-page { max-width: 54rem; margin: 0 auto; }
.woleso-form-page .woleso-form { margin-top: 2rem; padding: 1.1rem; }
.woleso-button--small { min-height: 2.45rem; padding: .55rem .8rem; font-size: .74rem; }

.woleso-wanted-ads, .woleso-wanted-ad-detail { max-width: 68rem; margin: 0 auto; }
.woleso-wanted-ads__intro, .woleso-wanted-ad-detail__intro { display: flex; flex-direction: column; gap: 1.25rem; }
.woleso-wanted-ads h1, .woleso-wanted-ad-detail h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-wanted-ads h1 em, .woleso-wanted-ad-detail h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-wanted-ad-list { display: grid; gap: .9rem; margin-top: 2rem; }
.woleso-wanted-ad-card { padding: 1.1rem; }
.woleso-wanted-ad-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: .9rem; }
.woleso-wanted-ad-card h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.55rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-status-pill { display: inline-flex; flex: none; align-items: center; min-height: 1.65rem; padding: .3rem .48rem; border-radius: 999px; background: var(--woleso-moss-soft); color: var(--woleso-forest); font-family: var(--woleso-meta); font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.woleso-status-pill--active { background: rgba(114,133,107,.3); }
.woleso-status-pill--closed, .woleso-status-pill--paused { background: rgba(199,107,78,.14); color: #8d3e2f; }
.woleso-wanted-ad-card__headline { margin: 1rem 0 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.1rem; font-weight: 600; }
.woleso-wanted-ad-card__excerpt { margin: .45rem 0 0; color: var(--woleso-ink-soft); font-size: .82rem; line-height: 1.55; }
.woleso-wanted-ad-card__version { margin: .75rem 0 0; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .59rem; }
.woleso-empty-state { display: grid; grid-template-columns: minmax(0,1fr); gap: 1rem; margin-top: 1.35rem; padding: 1.1rem; }
.woleso-empty-state__mark { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .85rem; background: var(--woleso-clay); color: #fff8ed; font-family: var(--woleso-meta); font-size: .72rem; font-weight: 700; }
.woleso-empty-state h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.45rem; letter-spacing: -.04em; }
.woleso-empty-state p { margin: .5rem 0 0; color: var(--woleso-ink-soft); font-size: .82rem; line-height: 1.55; }
.woleso-empty-state .woleso-button { margin-top: 1rem; }
.woleso-copy-grid { display: grid; gap: .9rem; margin-top: 2rem; }
.woleso-copy-card { min-width: 0; padding: 1.1rem; }
.woleso-copy-card h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-copy-card textarea { display: block; width: 100%; min-height: 8.5rem; margin-top: 1rem; padding: .8rem; border: 1px solid var(--woleso-line); border-radius: .75rem; background: rgba(223,232,220,.42); color: var(--woleso-ink-soft); font-size: .8rem; line-height: 1.6; resize: vertical; }
.woleso-copy-button { min-height: 2.25rem; padding: .45rem .65rem; border: 1px solid rgba(23,59,53,.22); border-radius: .65rem; background: var(--woleso-paper-bright); color: var(--woleso-forest); cursor: pointer; font-size: .67rem; font-weight: 750; }
.woleso-copy-button:hover { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; }
.woleso-detail-grid { display: grid; gap: .9rem; margin-top: .9rem; }
.woleso-version-history, .woleso-publications { min-width: 0; padding: 1.1rem; }
.woleso-version-list, .woleso-publication-list { display: grid; gap: .4rem; margin-top: 1rem; }
.woleso-version-row, .woleso-publication-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .65rem .55rem; border-radius: .7rem; background: rgba(223,232,220,.4); }
.woleso-version-row.is-current { background: rgba(215,181,106,.18); }
.woleso-version-row__number { color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .66rem; font-weight: 800; }
.woleso-version-row__body, .woleso-publication-row > div { display: block; min-width: 0; }
.woleso-version-row__body strong, .woleso-publication-row strong { display: block; overflow: hidden; color: var(--woleso-forest); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.woleso-version-row__body small, .woleso-publication-row small { display: block; margin-top: .18rem; overflow: hidden; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }
.woleso-version-row__current { color: var(--woleso-forest); font-family: var(--woleso-meta); font-size: .57rem; text-transform: uppercase; }
.woleso-publication-row { grid-template-columns: minmax(0,1fr) auto; }
.woleso-publication-row__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.woleso-inline-form { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-inline-form__label { margin: 0 0 .55rem; color: var(--woleso-ink-soft); font-size: .72rem; font-weight: 750; }
.woleso-inline-form__grid { display: grid; gap: .45rem; }
.woleso-inline-form select, .woleso-inline-form input { width: 100%; min-height: 2.5rem; padding: .55rem .65rem; border: 1px solid rgba(24,48,44,.18); border-radius: .65rem; background: var(--woleso-paper-bright); color: var(--woleso-ink); font-size: .75rem; }
.woleso-inline-form .woleso-button { margin-top: .6rem; }
.woleso-detail-actions, .woleso-detail-footer { display: flex; flex-wrap: wrap; gap: .6rem; }
.woleso-detail-footer { justify-content: space-between; margin-top: 1.15rem; }

.woleso-listings, .woleso-listing-detail { max-width: 70rem; margin: 0 auto; }
.woleso-listings__intro, .woleso-listing-detail__intro { display: flex; flex-direction: column; gap: 1.25rem; }
.woleso-listings h1, .woleso-listing-detail h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-listings h1 em, .woleso-listing-detail h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-listing-filters { display: flex; gap: .45rem; margin-top: 1.6rem; padding-bottom: .3rem; overflow-x: auto; scrollbar-width: none; }
.woleso-listing-filters::-webkit-scrollbar { display: none; }
.woleso-filter-chip { display: inline-flex; min-height: 2.1rem; flex: none; align-items: center; padding: .38rem .65rem; border: 1px solid var(--woleso-line); border-radius: 999px; background: rgba(255,254,249,.6); color: var(--woleso-ink-soft); font-family: var(--woleso-meta); font-size: .59rem; text-decoration: none; white-space: nowrap; }
.woleso-filter-chip:hover, .woleso-filter-chip.is-active { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; }
.woleso-listing-grid { display: grid; gap: .9rem; margin-top: 1.15rem; }
.woleso-listing-card { min-width: 0; padding: 1.1rem; }
.woleso-listing-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: .65rem; }
.woleso-listing-card h2 { margin: .65rem 0 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.45rem; font-weight: 600; letter-spacing: -.04em; line-height: 1.05; }
.woleso-listing-card__location { margin: .45rem 0 0; color: var(--woleso-ink-soft); font-size: .78rem; }
.woleso-listing-card__facts { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .85rem; }
.woleso-listing-card__facts span { padding: .35rem .48rem; border-radius: .55rem; background: var(--woleso-moss-soft); color: var(--woleso-forest); font-family: var(--woleso-meta); font-size: .59rem; }
.woleso-listing-card__facts .woleso-listing-card__review { background: rgba(215,181,106,.25); color: #82632a; }
.woleso-listing-card__summary { margin: .8rem 0 0; color: var(--woleso-ink-soft); font-size: .78rem; line-height: 1.55; }
.woleso-listing-card__footer { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: .8rem; }
.woleso-listing-card__external { color: var(--woleso-forest); font-size: .68rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.woleso-listing-card__external:hover { color: var(--woleso-clay); }
.woleso-listing-detail__meta { margin: 0 0 .35rem; color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.woleso-listing-detail__location { margin: .45rem 0 0; color: var(--woleso-ink-soft); font-size: .82rem; }
.woleso-listing-detail__facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .55rem; margin-top: 1.7rem; }
.woleso-listing-fact { min-width: 0; padding: .8rem .75rem; border: 1px solid var(--woleso-line); border-radius: .85rem; background: rgba(255,254,249,.68); }
.woleso-listing-fact span { display: block; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.woleso-listing-fact strong { display: block; margin-top: .3rem; overflow: hidden; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.15rem; text-overflow: ellipsis; white-space: nowrap; }
.woleso-listing-detail-grid { display: grid; gap: .9rem; margin-top: .9rem; }
.woleso-listing-detail-card { min-width: 0; padding: 1.1rem; }
.woleso-listing-detail-card h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.5rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-listing-detail-card__lead { margin: 1rem 0 0; color: var(--woleso-forest); font-size: .92rem; font-weight: 650; line-height: 1.55; }
.woleso-listing-detail-card__text { margin: .7rem 0 0; color: var(--woleso-ink-soft); font-size: .82rem; line-height: 1.65; }
.woleso-listing-attributes { display: grid; gap: .45rem; margin: 1.1rem 0 0; }
.woleso-listing-attributes div { display: flex; justify-content: space-between; gap: 1rem; padding-top: .45rem; border-top: 1px solid var(--woleso-line); }
.woleso-listing-attributes dt { color: var(--woleso-muted); font-size: .73rem; }
.woleso-listing-attributes dd { margin: 0; color: var(--woleso-forest); font-size: .73rem; font-weight: 700; text-align: right; }
.woleso-listing-notes { display: grid; gap: .8rem; margin-top: 1rem; }
.woleso-listing-notes > div { padding: .7rem; border-radius: .7rem; background: rgba(223,232,220,.45); }
.woleso-listing-notes__label { display: block; color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .59rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.woleso-listing-notes p { margin: .35rem 0 0; color: var(--woleso-ink-soft); font-size: .78rem; line-height: 1.5; }
.woleso-listing-notes div > div { margin-top: .35rem; color: var(--woleso-ink-soft); font-size: .78rem; line-height: 1.5; }
.woleso-listing-notes div > div p { margin: 0 0 .35rem; }
.woleso-review-summary { display: grid; gap: .22rem; margin-top: 1rem; padding: .7rem .75rem; border-left: .2rem solid var(--woleso-gold); border-radius: .65rem; background: rgba(215,181,106,.16); }
.woleso-review-summary strong { color: var(--woleso-forest); font-size: .8rem; }
.woleso-review-summary span { color: var(--woleso-ink-soft); font-size: .7rem; line-height: 1.4; }
.woleso-review-summary--interesting { border-left-color: var(--woleso-moss); background: rgba(114,133,107,.16); }
.woleso-review-summary--different { border-left-color: var(--woleso-clay); background: rgba(199,107,78,.12); }
.woleso-review-summary--both_no { border-left-color: var(--woleso-clay); background: #fff0e9; }
.woleso-reviewers { display: grid; gap: .55rem; margin-top: 1rem; }
.woleso-reviewer-card { padding: .75rem; border: 1px solid var(--woleso-line); border-radius: .75rem; background: rgba(255,254,249,.7); }
.woleso-reviewer-card.is-current { border-color: rgba(114,133,107,.45); background: rgba(223,232,220,.42); }
.woleso-reviewer-card__head { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.woleso-reviewer-card__head strong { color: var(--woleso-forest); font-size: .77rem; }
.woleso-reviewer-card__head span { color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .58rem; text-transform: uppercase; }
.woleso-review-form { display: grid; gap: .45rem; margin-top: .6rem; }
.woleso-review-form select, .woleso-review-form textarea { width: 100%; min-height: 2.4rem; padding: .55rem .65rem; border: 1px solid rgba(24,48,44,.18); border-radius: .6rem; background: var(--woleso-paper-bright); color: var(--woleso-ink); font-size: .72rem; }
.woleso-review-form textarea { min-height: 4rem; resize: vertical; }
.woleso-review-form .woleso-button { justify-self: start; }
.woleso-reviewer-card__note { margin: .65rem 0 0; color: var(--woleso-ink-soft); font-size: .75rem; line-height: 1.5; }
.woleso-listing-detail__footer { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-listing-detail__footer p { margin: .25rem 0 0; color: var(--woleso-ink-soft); font-size: .8rem; }
.woleso-communication-card { margin-top: .9rem; }
.woleso-communication-card__head, .woleso-message-preview__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.woleso-communication-card h2, .woleso-message-preview h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.5rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-conversation-list { display: grid; gap: .45rem; margin-top: 1rem; }
.woleso-conversation-row { display: grid; grid-template-columns: 1.9rem minmax(0,1fr) auto; gap: .6rem; align-items: center; padding: .65rem .55rem; border-radius: .7rem; background: rgba(223,232,220,.42); color: inherit; text-decoration: none; }
.woleso-conversation-row:hover { background: var(--woleso-moss-soft); }
.woleso-conversation-row__mark { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: .55rem; background: rgba(199,107,78,.16); color: var(--woleso-clay); font-size: .8rem; font-weight: 800; }
.woleso-conversation-row__body { display: block; min-width: 0; }
.woleso-conversation-row__body strong, .woleso-conversation-row__body small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.woleso-conversation-row__body strong { color: var(--woleso-forest); font-size: .76rem; }
.woleso-conversation-row__body small { margin-top: .18rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; }
.woleso-conversation-row__arrow { color: var(--woleso-forest); font-size: .8rem; }
.woleso-communication-page { max-width: 62rem; margin: 0 auto; }
.woleso-communication-page__intro { display: flex; flex-direction: column; gap: 1.25rem; }
.woleso-communication-page h1 { max-width: 44rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2.5rem, 10vw, 4.8rem); font-weight: 600; letter-spacing: -.065em; line-height: .94; }
.woleso-communication-page h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-message-preview { margin-top: 2rem; padding: 1.1rem; }
.woleso-message-list { display: grid; gap: .7rem; margin-top: 1.1rem; }
.woleso-message { padding: .85rem; border: 1px solid var(--woleso-line); border-radius: .85rem; background: rgba(223,232,220,.42); }
.woleso-message--outgoing { border-color: rgba(114,133,107,.35); background: rgba(239,246,235,.72); }
.woleso-message__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .58rem; text-transform: uppercase; letter-spacing: .05em; }
.woleso-message__meta strong { color: var(--woleso-forest); }
.woleso-message h3 { margin: .65rem 0 0; color: var(--woleso-forest); font-size: .82rem; font-weight: 750; }
.woleso-message p { margin: .55rem 0 0; color: var(--woleso-ink-soft); font-size: .8rem; line-height: 1.6; }
.woleso-message__status { display: flex; flex-wrap: wrap; gap: .35rem .7rem; margin-top: .7rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; }
.woleso-message__error { color: #8d3e2f !important; }
.woleso-message-preview__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-message-preview__actions p { max-width: 34rem; margin: 0; color: var(--woleso-ink-soft); font-size: .75rem; line-height: 1.5; }
.woleso-message-preview__actions--warning { border-top-color: rgba(199,107,78,.3); }
.woleso-message-preview__actions--warning p { color: #8d3e2f; }
.woleso-import-options { display: grid; gap: .55rem; margin-top: 1.45rem; }
.woleso-import-option { display: grid; gap: .22rem; padding: .8rem .9rem; border: 1px solid var(--woleso-line); border-radius: .8rem; background: rgba(223,232,220,.42); color: var(--woleso-forest); text-decoration: none; }
.woleso-import-option:hover { border-color: var(--woleso-forest); background: var(--woleso-moss-soft); }
.woleso-import-option strong { font-size: .8rem; }
.woleso-import-option span { color: var(--woleso-ink-soft); font-size: .71rem; line-height: 1.4; }
.woleso-import-workflow { margin-top: 1.15rem; padding: 1rem; border-color: rgba(199,107,78,.25); background: linear-gradient(145deg, rgba(255,247,231,.9), rgba(255,254,249,.78)); }
.woleso-import-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .4rem; margin: 0; padding: 0; list-style: none; }
.woleso-import-steps li { display: grid; grid-template-columns: 1.6rem minmax(0,1fr); column-gap: .5rem; align-items: center; min-width: 0; padding: .55rem .6rem; border-radius: .7rem; background: rgba(223,232,220,.48); }
.woleso-import-steps li.is-current { background: var(--woleso-forest); color: #fffaf0; }
.woleso-import-steps li > span { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; border-radius: .5rem; background: var(--woleso-paper-bright); color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .62rem; font-weight: 800; }
.woleso-import-steps strong, .woleso-import-steps small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.woleso-import-steps strong { color: var(--woleso-forest); font-size: .72rem; font-weight: 750; }
.woleso-import-steps li.is-current strong { color: #fffaf0; }
.woleso-import-steps small { margin-top: .12rem; color: var(--woleso-muted); font-size: .61rem; }
.woleso-import-steps li.is-current small { color: rgba(255,250,240,.68); }
.woleso-import-guide__prompt { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(24,48,44,.12); }
.woleso-import-guide__prompt .woleso-field { margin-bottom: .8rem; }
.woleso-import-guide__prompt .woleso-field label span { color: var(--woleso-muted); font-weight: 500; }
.woleso-import-help { margin: .35rem 0 0; color: var(--woleso-muted); font-size: .68rem; line-height: 1.45; }
.woleso-import-warning { margin-top: 1rem; padding: .85rem .95rem; border-left: .2rem solid var(--woleso-clay); border-radius: .7rem; background: #fff0e9; color: #8d3e2f; font-size: .76rem; line-height: 1.5; }
.woleso-import-warning strong, .woleso-import-warning p { display: block; }
.woleso-import-warning p { margin: .25rem 0 0; }
.woleso-import-guide__prompt input { display: block; width: 100%; min-height: 2.7rem; padding: .6rem .7rem; border: 1px solid rgba(24,48,44,.18); border-radius: .7rem; outline: 0; background: var(--woleso-paper-bright); color: var(--woleso-ink); font-size: .78rem; }
.woleso-import-guide__prompt input:focus { border-color: var(--woleso-forest); box-shadow: 0 0 0 .2rem rgba(114,133,107,.22); }
.woleso-import-guide__prompt-label { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .35rem .8rem; margin-bottom: .45rem; }
.woleso-import-guide__prompt-label span { color: var(--woleso-forest); font-size: .72rem; font-weight: 750; }
.woleso-import-guide__prompt-label small { color: var(--woleso-muted); font-size: .61rem; }
.woleso-import-guide__prompt textarea { display: block; width: 100%; min-height: 11rem; padding: .75rem; border: 1px solid rgba(24,48,44,.16); border-radius: .7rem; background: rgba(23,59,53,.045); color: var(--woleso-ink-soft); font-family: var(--woleso-meta); font-size: .62rem; line-height: 1.5; resize: vertical; }
.woleso-import-guide__actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .7rem; }
.woleso-form-page .woleso-import-response { margin-top: .85rem; padding: 1rem; }
.woleso-import-response__head { display: flex; align-items: center; gap: .6rem; margin-bottom: .9rem; padding-bottom: .75rem; border-bottom: 1px solid var(--woleso-line); }
.woleso-import-response__head > span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: .5rem; background: var(--woleso-forest); color: #fffaf0; font-family: var(--woleso-meta); font-size: .62rem; font-weight: 800; }
.woleso-import-response__head strong, .woleso-import-response__head small { display: block; }
.woleso-import-response__head strong { color: var(--woleso-forest); font-size: .8rem; }
.woleso-import-response__head small { margin-top: .15rem; color: var(--woleso-muted); font-size: .67rem; line-height: 1.4; }
.woleso-import-note { margin: 1rem 0 0; padding: .7rem .8rem; border-radius: .7rem; background: rgba(215,181,106,.18); color: #82632a; font-size: .74rem; line-height: 1.45; }
.woleso-import-preview { margin-top: 1.8rem; padding: 1.1rem; }
.woleso-import-preview h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.55rem; font-weight: 600; letter-spacing: -.04em; }
.woleso-import-preview__grid { display: grid; gap: .45rem; margin: 1.15rem 0 0; }
.woleso-import-preview__grid div { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem .55rem; border-radius: .55rem; background: rgba(223,232,220,.4); }
.woleso-import-preview__grid dt { color: var(--woleso-muted); font-size: .7rem; }
.woleso-import-preview__grid dd { max-width: 65%; margin: 0; overflow: hidden; color: var(--woleso-forest); font-size: .72rem; font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.woleso-import-preview__summary { margin: 1rem 0 0; color: var(--woleso-ink-soft); font-size: .8rem; line-height: 1.55; }
.woleso-import-preview__list { margin-top: .8rem; padding: .65rem .75rem; border-radius: .7rem; background: rgba(223,232,220,.45); }
.woleso-import-preview__list > span { color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .59rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.woleso-import-preview__list ul { margin: .35rem 0 0 1rem; padding: 0; color: var(--woleso-ink-soft); font-size: .75rem; line-height: 1.45; }
.woleso-import-preview__actions { margin-top: 1rem; }
.woleso-import-log { margin-top: 1.8rem; padding: 1.1rem; }
.woleso-import-log__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .7rem; align-items: center; padding: .7rem .55rem; border-radius: .7rem; background: rgba(223,232,220,.42); }
.woleso-import-log__row + .woleso-import-log__row { margin-top: .45rem; }
.woleso-import-log__row strong, .woleso-import-log__row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.woleso-import-log__row strong { color: var(--woleso-forest); font-size: .75rem; }
.woleso-import-log__row small { margin-top: .2rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .57rem; }

.woleso-actions { max-width: 66rem; margin: 0 auto; }
.woleso-actions__intro { display: flex; flex-direction: column; gap: 1.25rem; }
.woleso-actions h1 { max-width: 72rem; margin: 0; color: var(--woleso-forest-deep); font-family: var(--woleso-display); font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.woleso-actions h1 em { color: var(--woleso-clay); font-style: normal; }
.woleso-actions__summary { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.35rem; }
.woleso-actions__summary span { display: inline-flex; min-height: 2.35rem; align-items: center; gap: .35rem; padding: .45rem .7rem; border: 1px solid var(--woleso-line); border-radius: 999px; background: rgba(255,254,249,.64); color: var(--woleso-ink-soft); font-family: var(--woleso-meta); font-size: .61rem; letter-spacing: .02em; text-transform: uppercase; }
.woleso-actions__summary strong { color: var(--woleso-clay); font-family: var(--woleso-display); font-size: 1rem; letter-spacing: 0; }
.woleso-action-groups { display: grid; gap: .9rem; margin-top: 1.1rem; }
.woleso-action-group { min-width: 0; padding: 1.1rem; }
.woleso-count-badge { display: grid; min-width: 2rem; height: 2rem; place-items: center; border-radius: .7rem; background: var(--woleso-moss-soft); color: var(--woleso-forest); font-family: var(--woleso-meta); font-size: .68rem; font-weight: 800; }
.woleso-action-list { display: grid; gap: .45rem; margin-top: 1rem; }
.woleso-action-item { display: grid; grid-template-columns: 2rem minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .7rem .55rem; border-radius: .8rem; background: rgba(223,232,220,.48); }
.woleso-action-item__complete { display: grid; width: 1.85rem; height: 1.85rem; place-items: center; padding: 0; border: 1px solid rgba(23,59,53,.25); border-radius: .6rem; background: var(--woleso-paper-bright); color: transparent; cursor: pointer; font-size: .9rem; transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease; }
.woleso-action-item__complete:hover { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; transform: translateY(-1px); }
.woleso-action-item__body { min-width: 0; }
.woleso-action-item__body h3 { margin: 0; color: var(--woleso-forest); font-size: .8rem; font-weight: 750; line-height: 1.35; }
.woleso-action-item__body p { margin: .25rem 0 0; color: var(--woleso-ink-soft); font-size: .75rem; line-height: 1.45; }
.woleso-action-item__meta { display: flex; flex-wrap: wrap; gap: .3rem .65rem; margin-top: .35rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .58rem; }
.woleso-action-item__edit { color: var(--woleso-forest); font-size: .65rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.woleso-action-item__edit:hover { color: var(--woleso-clay); }
.woleso-action-item--completed { background: rgba(255,254,249,.72); }
.woleso-action-item--completed .woleso-action-item__complete { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; cursor: default; }
.woleso-action-item--completed h3 { color: var(--woleso-muted); text-decoration: line-through; text-decoration-color: rgba(199,107,78,.65); }
.woleso-completed { margin-top: 1rem; border-top: 1px solid var(--woleso-line); }
.woleso-completed summary { display: flex; min-height: 3.5rem; align-items: center; justify-content: space-between; color: var(--woleso-forest); cursor: pointer; font-family: var(--woleso-display); font-size: 1.2rem; font-weight: 600; list-style: none; }
.woleso-completed summary::-webkit-details-marker { display: none; }
.woleso-completed summary::after { content: "＋"; color: var(--woleso-clay); font-family: var(--woleso-ui); font-size: 1rem; }
.woleso-completed[open] summary::after { content: "−"; }
.woleso-completed summary span { margin-left: auto; margin-right: .8rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .65rem; }

.woleso-install-banner { position: fixed; right: 1rem; bottom: calc(var(--woleso-bottom-height) + 1.1rem); left: 1rem; z-index: 55; width: min(100% - 2rem, 28rem); margin: auto; padding: .9rem; border: 1px solid rgba(255,255,255,.65); border-radius: 1rem; background: var(--woleso-forest); box-shadow: var(--woleso-shadow); color: #fffaf0; }
.woleso-install-banner[hidden] { display: none; }
.woleso-install-banner__row { display: flex; align-items: flex-start; gap: .75rem; }
.woleso-install-banner strong { display: block; font-family: var(--woleso-display); font-size: 1.05rem; }
.woleso-install-banner p { margin: .25rem 0 0; color: rgba(255,250,240,.75); font-size: .76rem; line-height: 1.45; }
.woleso-install-banner__actions { display: flex; gap: .55rem; margin-top: .75rem; }
.woleso-install-banner button { min-height: 2.35rem; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.25); border-radius: .7rem; background: transparent; color: #fffaf0; font-size: .75rem; font-weight: 700; cursor: pointer; }
.woleso-install-banner button:first-child { border-color: var(--woleso-gold); background: var(--woleso-gold); color: var(--woleso-forest-deep); }
.woleso-modal-host { position: relative; z-index: 70; }

@media (min-width: 680px) {
  .woleso-topbar { padding-right: 1.75rem; padding-left: calc(var(--woleso-sidebar-width) + 2rem); }
  .woleso-topbar__context { display: block; }
  .woleso-main { padding-right: 2rem; padding-left: calc(var(--woleso-sidebar-width) + 2.5rem); }
  .woleso-bottom-nav { display: none; }
  .woleso-bottom-sheet-backdrop, .woleso-bottom-sheet { display: none !important; }
  .woleso-sidebar { position: fixed; inset: var(--woleso-header-height) auto 0 0; z-index: 45; display: flex; width: var(--woleso-sidebar-width); flex-direction: column; padding: 1.5rem 1rem 1.25rem; border-right: 1px solid var(--woleso-line); background: rgba(251,250,243,.72); }
  .woleso-sidebar__brand-note { display: block; margin: 0 .75rem 1rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .62rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
  .woleso-page-heading { flex-direction: row; align-items: flex-end; }
  .woleso-dashboard-focus { padding: 1.15rem 1.25rem; }
  .woleso-dashboard__signals { grid-template-columns: repeat(4, minmax(0,1fr)); gap: .65rem; }
  .woleso-dashboard-v2-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; }
  .woleso-dashboard-v2-card { padding: 1.25rem; }
  .woleso-dashboard-v2-card--actions { grid-column: 1 / -1; }
  .woleso-install-banner { right: 2rem; bottom: 1.5rem; left: auto; margin: 0; }
  .woleso-settings__intro { grid-template-columns: minmax(0, 1fr) 18rem; align-items: end; }
  .woleso-settings__summary { justify-content: flex-end; }
  .woleso-settings__stamp { display: inline-block; }
  .woleso-settings__profile, .woleso-settings-card, .woleso-form-page .woleso-form { padding: 1.45rem; }
  .woleso-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woleso-settings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woleso-settings-card--wide { grid-column: 1 / -1; }
  .woleso-actions__intro { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .woleso-actions__intro .woleso-button { flex: none; }
  .woleso-wanted-ads__intro, .woleso-wanted-ad-detail__intro { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .woleso-wanted-ads__intro .woleso-button, .woleso-wanted-ad-detail__intro .woleso-button { flex: none; }
  .woleso-wanted-ad-card { padding: 1.45rem; }
  .woleso-copy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woleso-copy-card:first-child { grid-column: 1 / -1; }
  .woleso-detail-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .woleso-version-history, .woleso-publications { padding: 1.45rem; }
  .woleso-inline-form__grid { grid-template-columns: 1.2fr 1fr .9fr 1.2fr; }
  .woleso-listings__intro, .woleso-listing-detail__intro { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .woleso-listings__intro .woleso-button, .woleso-listing-detail__intro .woleso-button { flex: none; }
  .woleso-communication-page__intro { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .woleso-communication-page__intro .woleso-button { flex: none; }
  .woleso-message-preview { padding: 1.45rem; }
  .woleso-listing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .woleso-listing-card { padding: 1.35rem; }
  .woleso-listing-detail__facts { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .woleso-listing-detail-card { padding: 1.45rem; }
  .woleso-listing-detail-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .woleso-import-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .woleso-import-preview, .woleso-import-log { padding: 1.45rem; }
  .woleso-import-preview__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 760px) {
  .woleso-auth-main { padding: clamp(2rem, 6vw, 5rem); }
  .woleso-login { grid-template-columns: minmax(0, 1fr) minmax(22rem, .72fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
  .woleso-login__story { padding: 0; }
  .woleso-login__story h1 { font-size: clamp(4rem, 7vw, 6.4rem); }
  .woleso-login__panel { max-width: 28rem; justify-self: end; }
}

@media (max-width: 679px) {
  body.woleso-chrome-hidden .woleso-topbar { transform: translateY(-110%); }
  body.woleso-chrome-hidden .woleso-bottom-nav { transform: translateY(calc(100% + 1rem)); }
  body.woleso-sheet-open { overflow: hidden; }
  .woleso-bottom-sheet-backdrop { position: fixed; inset: 0; z-index: 64; display: block; background: rgba(14,41,37,.34); backdrop-filter: blur(.22rem); animation: woleso-sheet-fade 180ms ease-out both; }
  .woleso-bottom-sheet-backdrop[hidden], .woleso-bottom-sheet[hidden] { display: none; }
  .woleso-bottom-sheet { position: fixed; right: 0; bottom: 0; left: 0; z-index: 65; display: block; max-height: min(80dvh, 34rem); overflow-y: auto; padding: .7rem 1rem calc(var(--woleso-bottom-height) + 1rem); border: 1px solid rgba(255,255,255,.7); border-bottom: 0; border-radius: 1.45rem 1.45rem 0 0; background: var(--woleso-paper); box-shadow: 0 -1rem 3rem rgba(14,41,37,.2); animation: woleso-sheet-rise 220ms cubic-bezier(.2,.8,.2,1) both; }
  .woleso-bottom-sheet__handle { width: 2.7rem; height: .25rem; margin: 0 auto .95rem; border-radius: 999px; background: rgba(24,48,44,.2); }
  .woleso-bottom-sheet__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 0 .15rem .8rem; border-bottom: 1px solid var(--woleso-line); }
  .woleso-bottom-sheet__header .woleso-eyebrow { margin-bottom: .25rem; }
  .woleso-bottom-sheet__header h2 { margin: 0; color: var(--woleso-forest); font-family: var(--woleso-display); font-size: 1.8rem; font-weight: 600; letter-spacing: -.05em; }
  .woleso-bottom-sheet__close { display: grid; width: 2.35rem; height: 2.35rem; place-items: center; border: 1px solid var(--woleso-line); border-radius: .75rem; background: var(--woleso-paper-bright); color: var(--woleso-forest); cursor: pointer; font-size: 1.45rem; line-height: 1; }
  .woleso-bottom-sheet__close:hover, .woleso-bottom-sheet__close:focus-visible { border-color: var(--woleso-forest); background: var(--woleso-forest); color: #fffaf0; }
  .woleso-bottom-sheet__nav { display: grid; gap: .45rem; padding-top: .9rem; }
  .woleso-bottom-sheet__label { margin: 0 0 .15rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
  .woleso-bottom-sheet__link { display: grid; grid-template-columns: 2.25rem minmax(0,1fr) auto; gap: .7rem; align-items: center; min-height: 3.65rem; padding: .55rem .6rem; border: 1px solid rgba(24,48,44,.08); border-radius: .9rem; background: rgba(223,232,220,.48); color: var(--woleso-forest); text-decoration: none; transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease; }
  .woleso-bottom-sheet__link:hover, .woleso-bottom-sheet__link:focus-visible { border-color: rgba(23,59,53,.2); background: var(--woleso-moss-soft); transform: translateY(-1px); }
  .woleso-bottom-sheet__icon { display: grid; width: 2.15rem; height: 2.15rem; place-items: center; border-radius: .65rem; background: var(--woleso-paper-bright); color: var(--woleso-clay); font-family: var(--woleso-display); font-size: 1.1rem; }
  .woleso-bottom-sheet__link strong, .woleso-bottom-sheet__link small { display: block; }
  .woleso-bottom-sheet__link strong { font-size: .8rem; font-weight: 750; }
  .woleso-bottom-sheet__link small { margin-top: .18rem; color: var(--woleso-muted); font-family: var(--woleso-meta); font-size: .58rem; }
  .woleso-bottom-sheet__arrow { color: var(--woleso-clay); font-family: var(--woleso-meta); font-size: .85rem; }
}

@keyframes woleso-sheet-rise {
  from { opacity: 0; transform: translateY(1.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes woleso-sheet-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes woleso-help-reveal {
  from { opacity: 0; transform: translateY(-.25rem) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 1100px) {
  .woleso-main { padding-top: calc(var(--woleso-header-height) + 2rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
