*{box-sizing:border-box}html,body,#root{height:100%}body{color:#1f2937;background:#f8fafc;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-shell{flex-direction:column;height:100vh;display:flex}.app-topbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;display:flex}.app-topbar__title{margin:0;font-size:1.05rem;font-weight:600}.app-topbar__actions{align-items:center;gap:.85rem;min-width:1px;display:flex}.app-body{flex:1;min-height:0;display:flex}.app-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;width:280px;padding:.75rem;overflow:hidden auto}.app-sidebar__loading{color:#64748b;font-size:.9rem}.app-sidebar__drop-error{color:#b91c1c;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.app-sidebar__new-page-button{color:#1f2937;text-align:left;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;width:100%;margin-bottom:.5rem;padding:.45rem .5rem;font-size:.875rem;font-weight:600;display:block}.app-sidebar__new-page-button:hover:not(:disabled){background:#f1f5f9}.app-sidebar__new-page-button:disabled{color:#94a3b8;cursor:not-allowed}.new-page-dialog__backdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.new-page-dialog{background:#fff;border-radius:10px;width:100%;max-width:420px;max-height:calc(100vh - 4rem);padding:1.25rem 1.5rem 1.5rem;overflow-y:auto;box-shadow:0 20px 45px -12px #0f172a59}.new-page-dialog h2{margin:0 0 1rem;font-size:1.1rem}.new-page-dialog__field{flex-direction:column;gap:.2rem;margin-bottom:.85rem;display:flex}.new-page-dialog__field label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.new-page-dialog__field--checkbox{margin-top:-.2rem}.new-page-dialog__field--checkbox label{text-transform:none;letter-spacing:normal;cursor:pointer;flex-direction:row;align-items:center;gap:.4rem;font-weight:500}.new-page-dialog__field input[type=text]{color:#1f2937;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.35rem .5rem;font-family:inherit;font-size:.875rem}.new-page-dialog__preview{color:#475569;word-break:break-all;background:#f1f5f9;border-radius:5px;margin:0 0 .85rem;padding:.45rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem}.new-page-dialog__error{color:#dc2626;margin:0 0 .85rem;font-size:.85rem}.new-page-dialog__actions{justify-content:flex-end;gap:.5rem;display:flex}.new-page-dialog__actions button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.4rem .9rem;font-size:.875rem}.new-page-dialog__actions button[type=submit]{color:#fff;background:#4f46e5;border-color:#4f46e5;font-weight:600}.new-page-dialog__actions button[type=submit]:hover{background:#4338ca}.new-page-dialog__actions button[type=button]:hover{background:#f1f5f9}.app-sidebar nav h2{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0;font-size:.72rem;font-weight:600}.sidebar-section__header{justify-content:space-between;align-items:center;gap:.25rem;margin:1.1rem 0 .35rem;display:flex}.app-sidebar nav section:first-of-type .sidebar-section__header{margin-top:.25rem}.sidebar-section__add{color:#64748b;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;width:18px;height:18px;padding:0;font-size:.9rem;line-height:1;transition:opacity .12s,background-color .12s}.sidebar-section__header:hover .sidebar-section__add,.sidebar-section__add:focus-visible{opacity:1}.sidebar-section__add:hover{color:#0f172a;background:#e2e8f0}.app-sidebar nav ul{margin:0;padding:0;list-style:none}.sidebar-tree__page{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .5rem;font-size:.875rem}.sidebar-tree__page:hover{background:#f1f5f9}.sidebar-tree__page[aria-current=true]{background:#e0e7ff;font-weight:600}.sidebar-tree{margin:0;padding:0;list-style:none}.sidebar-tree .sidebar-tree{border-left:1px solid #e2e8f0;margin:.15rem 0 .15rem .5rem;padding-left:.5rem}.sidebar-tree__item{margin:0}.sidebar-tree__row{align-items:flex-start;gap:.1rem;display:flex;position:relative}.sidebar-tree__row--dragging{opacity:.4}.sidebar-tree__row--drop-before:before,.sidebar-tree__row--drop-after:after{content:"";background:#4f46e5;border-radius:1px;height:2px;position:absolute;left:0;right:0}.sidebar-tree__row--drop-before:before{top:-1px}.sidebar-tree__row--drop-after:after{bottom:-1px}.sidebar-tree__row--drop-into{background:#e0e7ff;border-radius:4px}.sidebar-tree__row--drop-blocked{cursor:not-allowed}.sidebar-tree__row--drop-blocked.sidebar-tree__row--drop-into{background:#fee2e2}.sidebar-tree__row--drop-blocked.sidebar-tree__row--drop-before:before,.sidebar-tree__row--drop-blocked.sidebar-tree__row--drop-after:after{background:#dc2626}.sidebar-tree__row .sidebar-tree__page{white-space:normal;overflow-wrap:break-word;flex:1;min-width:0}.sidebar-tree__toggle,.sidebar-tree__toggle-spacer{flex:none;width:1.35rem;height:1.35rem}.sidebar-tree__add{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;padding:0;font-size:.9rem;line-height:1;transition:opacity .12s;display:flex}.sidebar-tree__row:hover .sidebar-tree__add,.sidebar-tree__row:focus-within .sidebar-tree__add,.sidebar-tree__add:focus-visible{opacity:1}.sidebar-tree__add:hover{color:#4f46e5;background:#e0e7ff}.sidebar-tree__toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.sidebar-tree__toggle:hover{color:#475569;background:#f1f5f9}.sidebar-tree__chevron{font-size:.6rem;line-height:1;transition:transform .12s;display:inline-block}.sidebar-tree__chevron--open{transform:rotate(90deg)}.page-list__draft-dot{color:#4f46e5;font-weight:700}.sidebar-tree__page--draft{font-style:italic}.page-list__draft-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#888);opacity:.8;font-size:.7em;font-style:normal;font-weight:600}.app-main{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.app-main__placeholder{color:#64748b;padding:2rem 2.5rem}.editor-frame{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.editor-header{background:#f1f5f9;border-bottom:1px solid #dbe2ea;flex-direction:column;flex:none;gap:.6rem;padding:.75rem 1.5rem;display:flex}.editor-header__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.editor-header__title-group{align-items:center;gap:.6rem;min-width:0;display:flex}.editor-header__title{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.15rem;font-weight:600;overflow:hidden}.editor-header__title--placeholder{color:#94a3b8;font-style:italic;font-weight:500}.editor-header__edit{color:#1f2937;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;flex:none;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.editor-header__edit:hover{background:#f8fafc}.editor-header__edit[aria-expanded=true]{color:#4f46e5;border-color:#4f46e5}.editor-header__actions{flex:none;align-items:center;gap:.6rem;display:flex}.editor-header__add-subpage{color:#1f2937;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;flex:none;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.editor-header__add-subpage:hover{background:#f1f5f9}.editor-header__delete{color:#1f2937;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;flex:none;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.editor-header__delete:hover:not(:disabled){color:#dc2626;border-color:#dc2626}.editor-header__delete:disabled{color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.editor-header__delete-confirm{white-space:nowrap;flex:none;align-items:center;gap:.5rem;display:flex}.editor-header__delete-confirm-label{color:#b91c1c;font-size:.8rem;font-weight:600}.editor-header__delete-confirm-button{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.editor-header__delete-confirm-button:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.editor-header__delete-confirm-button:disabled{cursor:not-allowed;background:#f3a5a5;border-color:#f3a5a5}.editor-header__delete-cancel-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.editor-header__delete-cancel-button:hover:not(:disabled){background:#f1f5f9}.editor-scroll{flex:1;min-height:0;padding:2rem .5rem;overflow-y:auto}.drag-handle-wrapper{pointer-events:auto}.drag-handle-wrapper:after{content:"";width:7px;position:absolute;top:-6px;bottom:-6px;left:100%}.drag-handle{color:#94a3b8;cursor:grab;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:28px;padding:0;font-size:1.05rem;line-height:1;transition:background-color .12s,color .12s;display:flex}.drag-handle:hover{color:#64748b;background:#f1f5f9}.drag-handle:active{cursor:grabbing}.handle-menu.slash-menu{width:220px;max-height:320px;padding:.3rem;overflow-y:auto}.handle-menu__group.slash-menu__group+.handle-menu__group.slash-menu__group{border-top:1px solid #e2e8f0;margin-top:.3rem;padding-top:.3rem}.slash-menu__item.handle-menu__item--danger{color:#b91c1c}.slash-menu__item.handle-menu__item--danger:hover,.slash-menu__item.handle-menu__item--danger.is-active{background:#fee2e2}.ProseMirror .prosemirror-dropcursor-block{background-color:#4f46e5}.editor-save-pill{z-index:15;background:#fff;border:1px solid #dbe2ea;border-radius:999px;padding:.3rem .8rem;position:absolute;bottom:1rem;right:1.25rem;box-shadow:0 2px 8px #0f172a1f}.editor-save-pill--hidden{display:none}.editor-topbar__save-status{font-size:.8rem;font-weight:600}.editor-topbar__save-status--dirty{color:#64748b}.editor-topbar__save-status--saving{color:#4f46e5}.editor-topbar__save-status--saved{color:#059669}.editor-topbar__save-status--error,.editor-topbar__save-status--delete-error{color:#dc2626}.block-multiselected{background:#4f46e514;border-radius:4px;outline:2px solid #4f46e559}.selection-bar{z-index:20;background:#fff;border:1px solid #dbe2ea;border-radius:999px;align-items:center;gap:.6rem;padding:.45rem .6rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 12px 28px -8px #0f172a47,0 2px 6px -3px #0f172a2e}.selection-bar__count{color:#475569;white-space:nowrap;padding-left:.3rem;font-size:.8rem;font-weight:600}.selection-bar__group{border-left:1px solid #e2e8f0;align-items:center;gap:.3rem;padding-left:.6rem;display:flex}.selection-bar__button{color:#1f2937;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.3rem .65rem;font-size:.8rem;font-weight:600}.selection-bar__button:hover{background:#f1f5f9}.selection-bar__button--danger{color:#dc2626;border-color:#fca5a5}.selection-bar__button--danger:hover{background:#fee2e2;border-color:#dc2626}.selection-bar__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin-left:.2rem;padding:0;font-size:.85rem;line-height:1;display:flex}.selection-bar__close:hover{color:#1f2937;background:#f1f5f9}.frontmatter-form{background:0 0;border:none;flex-flow:wrap;flex:1;align-items:flex-end;gap:.5rem 1rem;max-width:none;margin:0;padding:0;display:flex}.frontmatter-form__field{flex-direction:column;gap:.2rem;display:flex}.frontmatter-form>.frontmatter-form__field:has(#frontmatter-title){flex:180px}.frontmatter-form>.frontmatter-form__field:has(#frontmatter-description){flex:3 240px}.frontmatter-form>.frontmatter-form__field:has(#frontmatter-section){flex:150px}.frontmatter-form__field textarea#frontmatter-description{min-height:2.1rem}.frontmatter-form>.frontmatter-form__row{flex:none}.frontmatter-form__row .frontmatter-form__field input[type=number]{width:4.5rem}.frontmatter-form__field label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.frontmatter-form__field input[type=text],.frontmatter-form__field input[type=number],.frontmatter-form__field textarea{color:#1f2937;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.35rem .5rem;font-family:inherit;font-size:.875rem}.frontmatter-form__field textarea{resize:vertical}.frontmatter-form__row{flex-wrap:wrap;align-items:end;gap:.9rem;display:flex}.frontmatter-form__row .frontmatter-form__field{flex:120px}.frontmatter-form__field--checkbox{flex:none;justify-content:center}.frontmatter-form__field--checkbox label{text-transform:none;letter-spacing:normal;color:#1f2937;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;display:flex}.slash-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:280px;max-height:320px;padding:.35rem;overflow-y:auto;box-shadow:0 12px 28px -8px #0f172a47,0 2px 6px -3px #0f172a2e}.slash-menu__group+.slash-menu__group{margin-top:.2rem}.slash-menu__group-header{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:.5rem .4rem .2rem;font-size:.72rem;font-weight:600}.slash-menu__group:first-of-type .slash-menu__group-header{margin-top:.15rem}.slash-menu__item{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.4rem .55rem;font-size:.875rem;display:flex}.slash-menu__item:hover,.slash-menu__item.is-active{background:#e0e7ff}.slash-menu__label{flex:1;min-width:0}.slash-menu__hint{color:#94a3b8;text-align:right;flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem}.slash-menu__empty{color:#64748b;padding:.5rem .6rem;font-size:.85rem}.page-mention-menu__item{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.4rem .55rem;font-size:.875rem;display:flex}.page-mention-menu__item:hover,.page-mention-menu__item.is-active{background:#e0e7ff}.page-mention-menu__title{font-weight:500}.page-mention-menu__meta{color:#94a3b8;font-size:.75rem}.ProseMirror{outline:none;max-width:none;margin:0;padding-left:max(50% - 360px,0px);padding-right:max(50% - 360px,0px);font-size:1rem;line-height:1.65}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4{line-height:1.25}.ProseMirror h1{margin:1.4rem 0 .6rem;font-size:1.8rem}.ProseMirror h2{margin:1.3rem 0 .55rem;font-size:1.45rem}.ProseMirror h3{margin:1.1rem 0 .45rem;font-size:1.15rem}.ProseMirror p{margin:.6rem 0}.ProseMirror ul,.ProseMirror ol{margin:.6rem 0;padding-left:1.4rem}.ProseMirror li{margin:.2rem 0}.ProseMirror code{background:#f1f5f9;border-radius:3px;padding:.1em .3em;font-size:.9em}.ProseMirror pre{color:#e2e8f0;background:#0f172a;border-radius:6px;margin:.8rem 0;padding:.8rem 1rem;overflow-x:auto}.ProseMirror pre code{color:inherit;background:0 0;padding:0}.ProseMirror blockquote{color:#475569;border-left:3px solid #cbd5e1;margin:.8rem 0;padding-left:1rem}.ProseMirror hr{border:none;border-top:1px solid #e2e8f0;margin:1.5rem 0}.admonition{border:1px solid;border-radius:8px;margin:1.25rem 0;padding:.75rem 1rem}.admonition[data-type=info]{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.admonition[data-type=tip]{color:#064e3b;background:#ecfdf5;border-color:#a7f3d0}.admonition[data-type=warning]{color:#78350f;background:#fffbeb;border-color:#fde68a}.admonition__header{align-items:center;gap:.5rem;margin-bottom:.4rem;font-weight:600;display:flex}.admonition__label{font-weight:600}.admonition__type-select{color:inherit;background:0 0;border:1px solid;border-radius:4px;padding:.1rem .3rem;font-size:.75rem}.admonition__title-input{min-width:0;color:inherit;background:0 0;border:none;border-bottom:1px dashed;flex:1;padding:.1rem .2rem;font-size:.9rem;font-weight:600}.admonition__title-input:focus{border-bottom-style:solid;outline:none}.admonition__body{font-size:.925rem}.admonition__body>:first-child{margin-top:0}.admonition__body>:last-child{margin-bottom:0}.shortcut{cursor:text;vertical-align:middle;align-items:center;gap:.2rem;display:inline-flex}.shortcut__key{background:#f8fafc;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:4px;padding:.05rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em;line-height:1.5}.shortcut__key--empty{color:#94a3b8}.shortcut__plus{color:#94a3b8;font-size:.8em}.shortcut__input{border:1px solid #94a3b8;border-radius:4px;padding:.05rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.preserved{cursor:default;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin:1.25rem 0;padding:.75rem 1rem}.preserved__header{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.preserved__badge{color:#334155;background:#e2e8f0;border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:600}.preserved__note{color:#64748b;font-size:.825rem}.preserved__details{margin-top:.5rem}.preserved__summary{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8rem}.preserved__source{color:#e2e8f0;white-space:pre;background:#0f172a;border-radius:6px;margin:.5rem 0 0;padding:.7rem .85rem;font-size:.8rem;overflow-x:auto}.tabs{border:1px solid #e2e8f0;border-radius:8px;margin:1.25rem 0;overflow:hidden}.tabs.ProseMirror-selectednode{outline-offset:2px;outline:2px solid #4f46e5}.tabs__headers{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.35rem .5rem 0;display:flex}.tabs__header{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.4rem .9rem;font-size:.875rem}.tabs__header:hover{color:#1f2937}.tabs__header[data-active=true]{color:#1f2937;border-bottom-color:#4f46e5;font-weight:600}.tabs__header-group{align-items:center;display:inline-flex}.tabs__remove{color:#64748b;cursor:pointer;opacity:.35;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;margin-right:.3rem;padding:0;font-size:.95rem;line-height:1;display:inline-flex}.tabs__header-group:hover .tabs__remove{opacity:1}.tabs__remove:hover{color:#1f2937;background:#e2e8f0}.tabs__add{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin:0 0 .3rem;font-size:.9rem;line-height:1;display:inline-flex}.tabs__add:hover{color:#1f2937;background:#f1f5f9}.tabs__body{padding:.75rem 1rem}.tab[data-active=false]{display:none}.tab__header{margin-bottom:.3rem}.tab__label-input{color:#64748b;background:0 0;border:none;border-bottom:1px dashed #cbd5e1;padding:.1rem .3rem;font-size:.75rem;font-style:italic}.tab__label-input:focus{border-bottom-style:solid;outline:none}.tab__body>:first-child{margin-top:0}.tab__body>:last-child{margin-bottom:0}.image-block{cursor:default;margin:1.25rem 0}.image-block__img{border-radius:8px;max-width:100%;display:block}.image-block.ProseMirror-selectednode .image-block__img{outline-offset:2px;border-radius:8px;outline:2px solid #4f46e5}.image-block__caption{color:#64748b;margin:.4rem 0 0;font-size:.825rem;font-style:italic}.auth-loading{color:#64748b;justify-content:center;align-items:center;height:100vh;font-size:.9rem;display:flex}.auth-signin,.auth-error{background:#f8fafc;justify-content:center;align-items:center;height:100vh;display:flex}.auth-signin__card,.auth-error__card{text-align:center;background:#fff;border-radius:10px;width:100%;max-width:360px;padding:2rem 1.75rem;box-shadow:0 20px 45px -12px #0f172a59}.auth-signin__title{color:#1f2937;margin:0 0 1.25rem;font-size:1.1rem}.auth-signin__button{color:#fff;background:#1f2937;border-radius:6px;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.auth-signin__button:hover{background:#111827}.auth-error__card p{color:#b91c1c;margin:0 0 1rem;font-size:.875rem}.auth-error__card button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.45rem 1rem;font-size:.875rem;font-weight:600}.auth-error__card button:hover{background:#f1f5f9}.app-topbar__publish{align-items:center;gap:.6rem;display:flex}.app-topbar__publish-button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:5px;padding:.35rem .85rem;font-size:.8rem;font-weight:600}.app-topbar__publish-button:hover:not(:disabled){background:#1d4ed8}.app-topbar__publish-button:disabled{cursor:default;background:#94a3b8;border-color:#94a3b8}.app-topbar__publish-result{color:#15803d;font-size:.8rem;font-weight:600;text-decoration:none}.app-topbar__publish-result:hover{text-decoration:underline}.app-topbar__publish-error{color:#b91c1c;font-size:.8rem;font-weight:600}.auth-badge{align-items:center;gap:.6rem;display:flex}.auth-badge__login{color:#475569;font-size:.85rem;font-weight:600}.auth-badge__signout{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.auth-badge__signout:hover{background:#f1f5f9}
