:root{--text:#3f3d45;--text-muted:#6b6375;--text-h:#08060d;--bg:#faf9f7;--bg-surface:#fff;--bg-hover:#00000008;--border:#e5e4e7;--border-light:#f0eff1;--link:#2563eb;--accent:#1a1a2e;--accent-soft:#6366f1;--quote-bg:#faf7f0;--quote-text:#1a1a2e;--quote-muted:#6b6375;--quote-mark:#1a1a2e1f;--staff-bg:#f0f4f8;--code-bg:#f4f3ec;--error:#b91c1c;--success:#16a34a;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--serif:"Georgia", "Times New Roman", serif;--mono:ui-monospace, Consolas, "Courier New", monospace;--sidebar-w:240px;--right-sidebar-w:300px;--main-max-w:600px;font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.5}@media (prefers-color-scheme:dark){:root{--text:#d1d5db;--text-muted:#9ca3af;--text-h:#f9fafb;--bg:#0f1219;--bg-surface:#1a1f2e;--bg-hover:#ffffff0a;--border:#2d3548;--border-light:#232a3a;--link:#93c5fd;--accent:#e8e4dc;--accent-soft:#818cf8;--quote-bg:#1a1a2e;--quote-text:#faf7f0;--quote-muted:#9ca3af;--quote-mark:#faf7f01a;--staff-bg:#1f2937;--code-bg:#1f2937;--error:#fca5a5;--success:#86efac}}*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}a{color:var(--link)}code{font-family:var(--mono);background:var(--code-bg);border-radius:4px;padding:.1em .35em;font-size:.9em}.app-layout{max-width:1200px;min-height:100svh;margin:0 auto;display:flex}.sidebar-nav{height:100svh;width:var(--sidebar-w);border-right:1px solid var(--border);flex-shrink:0;position:sticky;top:0;overflow-y:auto}.sidebar-nav__inner{flex-direction:column;height:100%;padding:1.25rem .75rem;display:flex}.sidebar-nav__brand{font-family:var(--serif);color:var(--text-h);letter-spacing:-.02em;margin-bottom:1.5rem;padding:.5rem .75rem;font-size:1.4rem;font-style:italic;font-weight:700;text-decoration:none;display:block}.sidebar-nav__links{flex-direction:column;gap:.25rem;display:flex}.sidebar-nav__link{color:var(--text);font-size:1.05rem;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:.65rem .75rem;text-decoration:none;transition:background .15s;display:flex}.sidebar-nav__link:hover{background:var(--bg-hover)}.sidebar-nav__link--active{color:var(--text-h);font-weight:700}.sidebar-nav__link--small{font-size:.92rem}.sidebar-nav__icon{text-align:center;flex-shrink:0;width:1.5rem;font-size:1.15rem}.sidebar-nav__label{white-space:nowrap}.sidebar-nav__footer{border-top:1px solid var(--border-light);flex-direction:column;gap:.25rem;margin-top:auto;padding-top:1rem;display:flex}.sidebar-nav__signout{color:var(--text-muted)}.sidebar-nav__signin{text-align:center;color:var(--bg);background:var(--accent);border-radius:9999px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}.sidebar-nav__signin:hover{opacity:.85}@media (prefers-color-scheme:dark){.sidebar-nav__signin{background:var(--text-h);color:var(--bg)}}.app-layout__main{min-width:0;max-width:var(--main-max-w);border-right:1px solid var(--border);flex:1}.app-layout__content{padding:1.25rem 1rem 2rem}.right-sidebar{height:100svh;width:var(--right-sidebar-w);flex-shrink:0;position:sticky;top:0;overflow-y:auto}.right-sidebar__inner{flex-direction:column;gap:1.25rem;padding:1.25rem 1rem;display:flex}.right-sidebar__section{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:12px;padding:.85rem}.right-sidebar__heading{color:var(--text-h);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.right-sidebar__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.right-sidebar__list li a{font-size:.92rem;text-decoration:none}.right-sidebar__list li a:hover{text-decoration:underline}.right-sidebar__text{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.45}.right-sidebar__footer-links{background:0 0;border:none;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.82rem;display:flex}.right-sidebar__footer-links a{font-size:.82rem}.right-sidebar__dot{color:var(--text-muted)}.right-sidebar__muted{color:var(--text-muted);font-style:italic;font-family:var(--serif)}.bottom-bar{z-index:100;background:var(--bg);border-top:1px solid var(--border);justify-content:space-around;padding:.5rem 0;display:none;position:fixed;bottom:0;left:0;right:0}.bottom-bar__item{width:48px;height:44px;color:var(--text-muted);border-radius:9999px;justify-content:center;align-items:center;font-size:1.3rem;text-decoration:none;transition:background .15s;display:flex}.bottom-bar__item:hover{background:var(--bg-hover)}.bottom-bar__item--active{color:var(--text-h);font-weight:700}@media (width<=1023px){.right-sidebar{display:none}.app-layout__main{max-width:none}}@media (width<=639px){.sidebar-nav{display:none}.bottom-bar{display:flex}.app-layout__main{border-right:none}.app-layout__content{padding-bottom:5rem}}@media (width>=640px) and (width<=1023px){.sidebar-nav{width:72px}.sidebar-nav__label{display:none}.sidebar-nav__brand{text-align:center;padding:.5rem 0;font-size:1.1rem}.sidebar-nav__link{justify-content:center;padding:.65rem}.sidebar-nav__icon{font-size:1.3rem}.sidebar-nav__signin{padding:.5rem;font-size:.85rem}}.quote-card{background:var(--quote-bg);border:1px solid var(--border-light);border-radius:12px;padding:1.75rem 1.5rem 1.25rem;transition:box-shadow .2s;position:relative}.quote-card:hover{box-shadow:0 2px 12px #0000000f}.quote-card__marks-open{font-family:var(--serif);color:var(--quote-mark);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:3.5rem;line-height:1;position:absolute;top:1rem;left:1rem}.quote-card__text{font-family:var(--serif);color:var(--quote-text);margin:0 0 .75rem;padding-left:1.5rem;font-size:1.1rem;font-style:italic;font-weight:600;line-height:1.55}.quote-card__marks-close{font-family:var(--serif);color:var(--quote-mark);vertical-align:text-bottom;margin-left:.35rem;font-size:1.2rem;display:inline-block}.quote-card__citation{color:var(--quote-muted);margin:0;padding-left:1.5rem;font-size:.88rem}.quote-card__citation em{color:var(--quote-text);font-style:normal;font-weight:600}.quote-card__actions{gap:.25rem;margin-top:1rem;padding-left:1.5rem;display:flex}.quote-card__action{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.82rem;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.quote-card__action:hover{background:var(--bg-hover);color:var(--text-h)}.quote-card__action--active{color:var(--accent-soft)}.quote-feed{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.quote-detail-card{margin-bottom:1.5rem;padding:2.5rem 2rem 2rem}.quote-detail-card .quote-card__marks-open{font-size:5rem;top:.75rem}.quote-detail-card .quote-card__text{padding-left:2rem;font-size:1.35rem;line-height:1.6}.quote-detail-card .quote-card__citation{padding-left:2rem;font-size:.95rem}.post-card{border-bottom:1px solid var(--border-light);gap:.75rem;padding:1rem;transition:background .15s;display:flex}.post-card:hover{background:var(--bg-hover)}.post-card__avatar{background:var(--accent);width:40px;height:40px;color:var(--bg);text-transform:uppercase;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.post-card__body{flex:1;min-width:0}.post-card__header{align-items:baseline;gap:.35rem;margin-bottom:.25rem;display:flex}.post-card__name{color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.post-card__handle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.post-card__text{color:var(--text);margin:0;font-size:.95rem;line-height:1.45}.post-card__actions{gap:.25rem;margin-top:.5rem;display:flex}.profile-header{margin-bottom:1rem}.profile-header__banner{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);border-radius:0 0 12px 12px;height:160px;margin:-1.25rem -1rem 0}.profile-header__avatar-row{justify-content:space-between;align-items:flex-end;margin-top:-2rem;padding:0 .5rem;display:flex}.profile-header__avatar{background:var(--accent);width:80px;height:80px;color:var(--bg);text-transform:uppercase;border:4px solid var(--bg);border-radius:9999px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.profile-header__follow-btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:9999px;padding:.45rem 1.1rem;font-size:.88rem;font-weight:700;transition:opacity .15s}.profile-header__follow-btn:hover{opacity:.85}.profile-header__follow-btn--following{color:var(--text);border:1px solid var(--border);background:0 0}@media (prefers-color-scheme:dark){.profile-header__follow-btn:not(.profile-header__follow-btn--following){background:var(--text-h);color:var(--bg)}}.profile-header__info{padding:.75rem .5rem 0}.profile-header__name{color:var(--text-h);margin:0;font-size:1.25rem;font-weight:700}.profile-header__handle{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.profile-header__bio{margin:0 0 .5rem;font-size:.95rem;line-height:1.45}.profile-header__meta{color:var(--text-muted);gap:1rem;font-size:.88rem;display:flex}.profile-header__meta strong{color:var(--text-h);font-weight:700}.profile-header__joined{color:var(--text-muted);margin-top:.35rem;font-size:.82rem}.profile-tabs{border-bottom:1px solid var(--border);margin:1rem -1rem 0;display:flex}.profile-tabs__tab{text-align:center;font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem 0;font-size:.92rem;font-weight:600;transition:color .15s,border-color .15s}.profile-tabs__tab:hover{color:var(--text-h);background:var(--bg-hover)}.profile-tabs__tab--active{color:var(--text-h);border-bottom-color:var(--accent)}.loading-spinner{justify-content:center;padding:2rem 0;display:flex}.loading-spinner__ring{border:3px solid var(--border);border-top-color:var(--accent-soft);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:12px;padding:1.75rem 1.5rem;animation:1.5s ease-in-out infinite pulse}.skeleton-card__line{background:var(--border-light);border-radius:4px;height:.9rem;margin-bottom:.5rem}.skeleton-card__line--short{width:40%}.skeleton-card__line--medium{width:70%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.empty-state__icon{opacity:.3;margin-bottom:.75rem;font-size:2.5rem}.empty-state__title{color:var(--text-h);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.empty-state__desc{color:var(--text-muted);max-width:300px;margin:0;font-size:.92rem}.foundation-error{color:var(--error);border:1px solid var(--error);background:#b91c1c0a;border-radius:8px;margin:0 0 .75rem;padding:.6rem .75rem;font-size:.92rem}@media (prefers-color-scheme:dark){.foundation-error{background:#fca5a50f}}.pagination{justify-content:center;gap:.75rem;padding:1.25rem 0;display:flex}.pagination__btn{font:inherit;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);cursor:pointer;border-radius:9999px;padding:.45rem 1rem;font-size:.88rem;font-weight:600;transition:background .15s}.pagination__btn:hover:not(:disabled){background:var(--bg-hover)}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.sign-in{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex}.sign-in__brand{font-family:var(--serif);color:var(--text-h);letter-spacing:-.02em;margin-bottom:2rem;font-size:1.8rem;font-style:italic;font-weight:700}.sign-in__form{flex-direction:column;gap:.35rem;width:100%;max-width:22rem;display:flex}.sign-in__label{color:var(--text-muted);margin-top:.5rem;font-size:.82rem;font-weight:600}.sign-in__input{font:inherit;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);border-radius:8px;padding:.55rem .75rem;transition:border-color .15s}.sign-in__input:focus{border-color:var(--accent-soft);outline:none}.sign-in__submit{font:inherit;cursor:pointer;background:var(--accent);color:var(--bg);border:none;border-radius:9999px;margin-top:1.25rem;padding:.6rem 1rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.sign-in__submit:hover{opacity:.85}.sign-in__submit:disabled{opacity:.5;cursor:not-allowed}.sign-in__pill{background:var(--surface,#0000000f);border-radius:999px;align-self:center;gap:4px;margin:0 auto 1.25rem;padding:4px;display:inline-flex}.sign-in__pill-tab{appearance:none;font:inherit;color:var(--text-m);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;transition:background .12s,color .12s}.sign-in__pill-tab:hover{color:var(--text-h)}.sign-in__pill-tab--active{background:var(--bg);color:var(--text-h);box-shadow:0 1px 2px #00000014}@media (prefers-color-scheme:dark){.sign-in__pill{background:#ffffff14}.sign-in__pill-tab--active,.sign-in__submit{background:var(--text-h);color:var(--bg)}}.home-landing{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.home-landing__brand{font-family:var(--serif);color:var(--text-h);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.2rem;font-style:italic;font-weight:700}.home-landing__tagline{color:var(--text-muted);max-width:360px;margin:0 0 2rem;font-size:1rem}.home-landing__cta{color:var(--bg);background:var(--accent);border-radius:9999px;margin-bottom:2.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.home-landing__cta:hover{opacity:.85}@media (prefers-color-scheme:dark){.home-landing__cta{background:var(--text-h);color:var(--bg)}}.home-hub{padding:1rem 0}.home-hub__greeting{color:var(--text-h);margin:0 0 1.25rem;font-size:1.1rem;font-weight:600}.home-hub__links{flex-direction:column;gap:.5rem;display:flex}.home-hub__card{background:var(--bg-surface);border:1px solid var(--border-light);color:var(--text);border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.home-hub__card:hover{background:var(--bg-hover);border-color:var(--border)}.home-hub__card-icon{flex-shrink:0;font-size:1.3rem}.home-hub__card-label{color:var(--text-h);font-size:.95rem;font-weight:600}.page h1{color:var(--text-h);margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.page__meta{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.page__detail{margin:0;font-size:.95rem}.not-found h1{margin-top:0}.foundation-hint{color:var(--text-muted);border:1px solid var(--border);background:var(--bg-surface);border-radius:8px;margin:0 0 1rem;padding:.6rem .75rem;font-size:.88rem}.foundation-loading{color:var(--text-muted);margin:0}.foundation-retry{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);border-radius:6px;padding:.35rem .75rem}.foundation-card-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.foundation-card-list>.foundation-card{border:1px solid var(--border);background:var(--bg-surface);border-radius:8px;margin:0;padding:1rem}.discover__badge{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;display:inline-block}.discover__quote{margin:0 0 .5rem;font-size:1rem;line-height:1.45}.discover__meta{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.discover__link{font-size:.95rem;font-weight:600}.discover-detail__nav{margin-bottom:.75rem;font-size:.95rem}.discover-detail__headline{color:var(--text-muted);margin:0 0 .35rem;font-size:.95rem}.discover-detail__source{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.discover-detail__para{margin:0 0 1rem;font-size:1.05rem;line-height:1.55}.browse-detail__quote{color:var(--text-h);margin:0 0 .75rem;font-size:1.15rem;font-weight:600;line-height:1.5}.browse-detail__line{color:var(--text-muted);margin:0 0 .35rem;font-size:.95rem}.browse-detail__verify{color:var(--text-muted);margin:.5rem 0 1rem;font-size:.9rem}.browse-detail__block{margin-top:.75rem}.browse-detail__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .25rem;font-size:.8rem;font-weight:600}.browse-detail__text{margin:0;font-size:.95rem;line-height:1.45}.pages-list__title{color:var(--text-h);margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.pages-list__owner{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.pages-detail__heading{color:var(--text-h);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.pages-detail__posts{margin-top:.5rem}.following-feed__meta{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.profile__heading{color:var(--text-h);margin:0 0 .35rem;font-size:1.35rem;font-weight:600}.profile__handle{color:var(--text-muted);margin:0 0 .75rem;font-size:.95rem}.profile__bio{margin:0 0 .75rem;font-size:1rem;line-height:1.45}.profile__counts{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.profile__section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:1.25rem 0 .5rem;font-size:.8rem;font-weight:600}.staff-layout{background:var(--staff-bg);border:1px solid var(--border);border-radius:6px;padding:.75rem 0 1.5rem}.staff-layout__banner{color:var(--text-muted);border-bottom:1px solid var(--border);margin:0 0 .75rem;padding:.5rem .75rem;font-size:.9rem}.staff-layout__nav{flex-wrap:wrap;gap:.5rem .75rem;padding:0 .75rem .75rem;font-size:.9rem;display:flex}.staff-report-queue__meta{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.staff-report-queue__target{word-break:break-all;color:var(--text-h);margin:0 0 .35rem;font-size:.95rem}.staff-report-queue__date{color:var(--text-muted);margin:0;font-size:.8rem}.staff-report-queue .discover__link{margin-top:.5rem;display:inline-block}.staff-report-detail__block{margin-top:1rem}.staff-report-escalate-hint{color:var(--text-muted);margin-top:1rem}.staff-report-escalate{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-report-escalate__label{color:var(--text-muted);margin-top:.75rem;font-size:.82rem;font-weight:600;display:block}.staff-report-escalate__select{max-width:22rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;margin-top:.35rem;padding:.45rem .65rem;display:block}.staff-report-dismiss{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-report-dismiss__note{width:100%;max-width:36rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;margin-top:.5rem;padding:.5rem .65rem;line-height:1.4;display:block}.staff-report-dismiss__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600}.staff-report-dismiss__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-report-dismiss__btn{color:#111827;background:#e5e7eb}}.staff-report-hide-social,.staff-report-hide-canonical{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-report-hide-social__btn,.staff-report-hide-canonical__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600}.staff-report-hide-social__btn:disabled,.staff-report-hide-canonical__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-report-hide-social__btn,.staff-report-hide-canonical__btn{color:#111827;background:#e5e7eb}}.staff-escalation-queue__meta{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.staff-escalation-queue__target{word-break:break-all;color:var(--text-h);margin:0 0 .35rem;font-size:.95rem}.staff-escalation-queue__id{word-break:break-all;color:var(--text-muted);margin:0 0 .35rem;font-size:.82rem}.staff-escalation-queue__date{color:var(--text-muted);margin:0;font-size:.8rem}.staff-escalation-queue__linked{word-break:break-all;color:var(--text-muted);margin:.35rem 0 0;font-size:.82rem}.staff-escalation-queue .discover__link{margin-top:.5rem;display:inline-block}.staff-browse-queue__preview{-webkit-line-clamp:3;color:var(--text-h);-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.95rem;line-height:1.45;display:-webkit-box;overflow:hidden}.staff-browse-queue__meta{color:var(--text-muted);margin:0 0 .35rem;font-size:.82rem}.staff-browse-queue__id{word-break:break-all;color:var(--text-muted);margin:0 0 .35rem;font-size:.78rem}.staff-browse-queue__date{color:var(--text-muted);margin:0;font-size:.8rem}.staff-browse-queue .discover__link{margin-top:.5rem;display:inline-block}.staff-browse-reject{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-browse-reject__reason{width:100%;max-width:36rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;margin-top:.5rem;padding:.5rem .65rem;line-height:1.4;display:block}.staff-browse-reject__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600}.staff-browse-reject__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-browse-reject__btn{color:#111827;background:#e5e7eb}}.staff-browse-merge{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-browse-merge__target{width:100%;max-width:36rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;margin-top:.5rem;padding:.5rem .65rem;line-height:1.4;display:block}.staff-browse-merge__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600}.staff-browse-merge__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-browse-merge__btn{color:#111827;background:#e5e7eb}}.staff-browse-publish-action{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-browse-publish-action__warn{color:var(--text-muted)}.staff-browse-publish-action__label{color:var(--text-muted);margin-top:.75rem;font-size:.82rem;font-weight:600;display:block}.staff-browse-publish-action__select{max-width:22rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;margin-top:.35rem;padding:.45rem .65rem;display:block}.staff-browse-publish-action__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600}.staff-browse-publish-action__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-browse-publish-action__btn{color:#111827;background:#e5e7eb}}.staff-escalation-resolve{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-escalation-resolve__label{color:var(--text-muted);margin-top:.75rem;font-size:.82rem;font-weight:600;display:block}.staff-escalation-resolve__note{width:100%;max-width:36rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;margin-top:.35rem;padding:.5rem .65rem;line-height:1.4;display:block}.staff-escalation-resolve__status{max-width:20rem;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;margin-top:.35rem;padding:.45rem .65rem;display:block}.staff-escalation-resolve__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.staff-escalation-resolve__btn{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--text-h);color:var(--bg);border-radius:6px;padding:.5rem 1rem;font-weight:600}.staff-escalation-resolve__btn--secondary{color:var(--text-h);background:0 0}.staff-escalation-resolve__btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.staff-escalation-resolve__btn:not(.staff-escalation-resolve__btn--secondary){color:#111827;background:#e5e7eb}}.staff-escalation-direct{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.staff-escalation-direct__success{color:var(--text-muted)}.create-quote__source{margin-top:1rem}.create-quote__source-desc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.create-quote__source-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.create-quote__btn{font:inherit;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:.55rem 1.15rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.create-quote__btn:disabled{opacity:.45;cursor:not-allowed}.create-quote__btn--primary{background:var(--accent);color:var(--bg);border:none}.create-quote__btn--primary:hover:not(:disabled){opacity:.85}@media (prefers-color-scheme:dark){.create-quote__btn--primary{background:var(--text-h);color:var(--bg)}}.create-quote__btn--secondary{color:var(--text);border:1px solid var(--border);background:0 0}.create-quote__btn--secondary:hover:not(:disabled){background:var(--bg-hover)}.create-quote__file-label{position:relative;overflow:hidden}.create-quote__file-input{opacity:0;cursor:pointer;font-size:0;position:absolute;inset:0}.create-quote__ocr-status{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.create-quote__ocr-label{color:var(--text-muted);margin:0;font-size:.9rem}.create-quote__image-preview{border:1px solid var(--border-light);object-fit:contain;border-radius:8px;max-width:100%;max-height:240px}.create-quote__form{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.create-quote__label{color:var(--text-muted);margin-top:.75rem;font-size:.82rem;font-weight:600}.create-quote__optional{opacity:.7;font-style:italic;font-weight:400}.create-quote__textarea{font:inherit;font-family:var(--serif);border:1px solid var(--border);background:var(--bg-surface);color:var(--text);resize:vertical;border-radius:8px;min-height:120px;padding:.65rem .75rem;font-size:1.05rem;line-height:1.55;transition:border-color .15s}.create-quote__textarea:focus{border-color:var(--accent-soft);outline:none}.create-quote__input{font:inherit;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);border-radius:8px;padding:.5rem .75rem;transition:border-color .15s}.create-quote__input:focus{border-color:var(--accent-soft);outline:none}.create-quote__preview{margin-top:1.5rem}.create-quote__preview-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem;font-size:.78rem;font-weight:600}.create-quote__actions{border-top:1px solid var(--border-light);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.create-quote__hint{color:var(--text-muted);margin:0;font-size:.88rem}.create-quote__success{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.create-quote__success p{color:var(--success);margin:0;font-weight:600}.create-quote__back{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-top:1.5rem;padding:0;font-size:.9rem;text-decoration:none;display:inline-block}.create-quote__back:hover{color:var(--text)}.style-toolbar{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);flex-wrap:wrap;gap:1rem 1.5rem;margin:1rem 0;padding:.75rem 0;display:flex}.style-toolbar__section{flex-direction:column;gap:.3rem;display:flex}.style-toolbar__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:600}.style-toolbar__templates{gap:.4rem;display:flex}.style-toolbar__template-swatch{cursor:pointer;outline-offset:2px;outline:2px solid #0000;justify-content:center;align-items:center;width:36px;height:36px;transition:outline-color .15s;display:flex}.style-toolbar__template-swatch--active{outline-color:var(--accent-soft)}.style-toolbar__palettes{gap:.35rem;display:flex}.style-toolbar__palette-dot{cursor:pointer;border:2px solid #0000;border-radius:9999px;outline:none;width:24px;height:24px;transition:border-color .15s}.style-toolbar__palette-dot--active{border-color:var(--accent-soft)}.style-toolbar__select{font:inherit;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);border-radius:6px;padding:.3rem .5rem;font-size:.85rem}.style-toolbar__slider{width:100px;accent-color:var(--accent-soft)}.style-toolbar__ratios{gap:.25rem;display:flex}.style-toolbar__ratio-btn{font:inherit;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:.25rem .5rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.style-toolbar__ratio-btn--active{background:var(--accent);color:var(--bg);border-color:var(--accent)}@media (prefers-color-scheme:dark){.style-toolbar__ratio-btn--active{background:var(--text-h);color:var(--bg);border-color:var(--text-h)}}.card-preview-container{justify-content:center;margin:1rem 0;display:flex;overflow-x:auto}.card-preview-container>*{flex-shrink:0}.settings__section{margin-top:1rem}.settings__heading{color:var(--text-h);margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.settings__desc{color:var(--text-muted);margin:0 0 .75rem;font-size:.9rem;line-height:1.45}.settings__reset{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.85rem;text-decoration:underline}.settings__reset:hover{color:var(--text)}
