@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap";.mention-text[data-v-64feac23]{display:block}.mention-text-paragraph[data-v-64feac23]{white-space:pre-wrap}.mention-inline-code[data-v-64feac23]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92em;padding:.06rem .32rem;border-radius:.3rem;background:color-mix(in oklab,var(--surface-main) 84%,black 16%);border:1px solid var(--border-soft)}.mention-code-block[data-v-64feac23]{margin:.55rem 0;padding:.72rem;border-radius:.5rem;max-width:100%;overflow-x:auto;border:1px solid var(--border-soft);background:color-mix(in oklab,var(--surface-main) 90%,black 10%);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;line-height:1.45}.mention-code-block code[data-v-64feac23]{white-space:pre}:root{--font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--line-height: 1.45;color-scheme:light;--text-main: #2d232e;--text-muted: #534b52;--border-soft: #d4d0c2;--border-strong: #8a8388;--surface: rgba(241, 240, 234, .9);--surface-solid: #f1f0ea;--surface-alt: #e0ddcf;--surface-input: #f1f0ea;--surface-status: #e9e7dc;--panel-shadow: 0 10px 24px rgba(45, 35, 46, .12);--accent: #474448;--accent-strong: #2d232e;--accent-border: #474448;--danger: #2d232e;--danger-surface: #e0ddcf;--danger-border: #8a8388;--success: #474448;--success-surface: #e9e7dc;--success-border: #8a8388;--status-default: #534b52;--thought-card-background: linear-gradient(150deg, rgba(241, 240, 234, .96) 0%, rgba(224, 221, 207, .96) 100%);--background: radial-gradient(circle at top, #f1f0ea 0%, #e0ddcf 52%, #d6d2c4 100%), repeating-linear-gradient( 135deg, rgba(71, 68, 72, .08) 0, rgba(71, 68, 72, .08) 1px, transparent 1px, transparent 28px )}*{box-sizing:border-box}body{margin:0;font-size:16px;font-family:var(--font-family);line-height:var(--line-height);color:var(--text-main);background:var(--background);min-height:100vh;transition:background .22s ease,color .18s ease}h1,h2,h3,h4,p{margin:0}.app-shell{width:100%;margin:0;padding:1rem}.app-shell>main>section.panel{border:0;border-radius:0;background:transparent;box-shadow:none}.site-footer{margin-top:1.25rem;padding-top:.9rem;border-top:1px solid var(--border-soft);color:var(--text-muted);text-align:center;font-size:.86rem}.site-footer-build{margin-top:.25rem;font-size:.78rem}.site-footer-legal{margin-top:.35rem}.site-footer-legal a{color:var(--accent)}.topbar{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1rem}.brand-wrap{display:flex;align-items:center;gap:.75rem}.brand-logo{width:56px;height:56px;object-fit:contain}.brand-logo-link{display:inline-flex;border-radius:8px}.brand-logo-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.subtitle{color:var(--text-muted);font-size:.95rem}.subtitle-loading{display:inline-block;min-width:1.6rem;text-align:left;animation:subtitle-pulse .9s ease-in-out infinite}@keyframes subtitle-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.topbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.top-nav-bar{display:block;width:100%}.top-nav-list{width:100%;margin:0;display:flex;align-items:center;justify-content:flex-start;gap:.45rem;flex-wrap:wrap;padding:.4rem;border:1px solid var(--border-soft);border-radius:14px;background:#ffffffe0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.sign-out-btn{margin-left:auto}.top-nav-link{text-decoration:none;color:var(--text-main);font-size:.875rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .5rem;border-radius:8px;background:#fff;border:none}.top-nav-link:hover{background:#4744481a}.top-nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.top-nav-link svg{width:1.35rem;height:1.35rem;flex-shrink:0}.top-nav-link .create-post-icon,.top-nav-link .profile-nav-icon{width:1.35rem;height:1.35rem;display:block;flex-shrink:0}nav{display:flex;gap:.75rem}nav a{text-decoration:none;color:var(--text-main);padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-solid);font-weight:600;transition:background .18s ease}nav a.active{color:#fff;background:var(--accent);border-color:var(--accent-border)}.panel{background:var(--surface);border:1px solid var(--border-soft);border-radius:16px;padding:0;box-shadow:var(--panel-shadow)}.panel-sub{background:var(--surface-alt)}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.panel-copy{margin-top:.4rem;color:var(--text-muted)}.status{margin-top:.75rem;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-status);color:var(--status-default);padding:.6rem .75rem}.status.success{border-color:var(--success-border);background:var(--success-surface);color:var(--success)}.status.error{border-color:var(--danger-border);background:var(--danger-surface);color:var(--danger)}.empty{margin-top:1rem;color:var(--text-muted)}.stream-back-link{display:inline-flex;margin-top:.8rem;color:var(--accent);font-weight:700}.mention-list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.7rem}.mention-item{border:1px solid var(--border-soft);border-radius:12px;background:var(--surface-alt);padding:.75rem}.mention-item.dismissed{opacity:.76}.mention-meta{margin-top:.35rem}.mention-actions{margin-top:.45rem}.inbox-trigger{display:inline-flex;align-items:center;justify-content:center;position:relative}.inbox-trigger svg{width:1.35rem;height:1.35rem;stroke:currentColor}.inbox-pill{margin:0;position:absolute;top:-.35rem;right:-.35rem;min-width:1.1rem;padding:0 .3rem}.thought-list{list-style:none;margin:0;padding:0;display:grid;gap:.8rem}.thought-card{min-width:0;border:1px solid var(--border-soft);border-radius:12px;background:var(--thought-card-background, var(--surface-alt));padding:.9rem}.thought-card-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.35rem}.thought-card-header .thought-link-btn{margin-left:auto}.thought-card time{color:var(--text-muted);font-size:.86rem}.thought-card .fueled-by{margin-top:.35rem;color:var(--text-muted);font-size:.84rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.thought-card .thought-author{margin-top:0;color:var(--text-muted);font-size:.84rem;font-weight:600;display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.28rem}.thought-card .thought-author time{font-size:.84rem;font-weight:400}.history-icon-btn{display:inline-flex;align-items:center;align-self:center;justify-content:center;background:none;border:none;padding:0 .1rem;cursor:pointer;color:var(--text-muted);transition:color .15s ease;line-height:1}.history-icon-btn:hover{color:var(--accent)}.history-icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.history-icon-btn svg{width:1.1rem;height:1.1rem}.thought-author-separator{color:var(--text-muted);font-weight:600}.thought-author-row{margin-top:.35rem;display:flex;align-items:center;gap:.45rem}.thought-card-header .thought-author-row{margin-top:0}.thought-avatar{width:1.9rem;height:1.9rem;border-radius:999px;border:1px solid var(--border-soft);object-fit:cover;flex-shrink:0}.thought-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-status);color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.03em}.thought-author-link{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.thought-author-link:hover{color:var(--accent)}.mention-inline-link{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.mention-inline-link:hover{color:var(--accent-strong)}.profile-header{margin-top:.85rem}.profile-title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.profile-identity{display:inline-flex;align-items:center;gap:.5rem}.profile-back-arrow{display:inline-flex;align-items:center;justify-content:center;width:1.3rem;height:1.3rem;border-radius:999px;color:var(--accent);font-size:1rem;font-weight:800;line-height:1;text-decoration:none}.profile-back-arrow:hover{background:var(--surface-hover)}.profile-back-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-name{font-size:1.18rem}.profile-avatar{width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--border-soft);object-fit:cover;flex-shrink:0}.profile-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-status);color:var(--text-muted);font-size:.86rem;font-weight:700;letter-spacing:.03em}.profile-post-count{margin-top:.35rem;color:var(--text-muted)}.profile-description{margin-top:.45rem;color:var(--text-main);white-space:pre-wrap}.profile-member-since-inline{color:var(--text-muted);font-size:.84rem}.thought-card .content{margin-top:.45rem;white-space:pre-wrap}.mention-item .content{margin-top:.45rem}.external-link-warning{margin-top:.55rem;margin-bottom:0;padding:.45rem .6rem .45rem .75rem;display:flex;align-items:flex-start;gap:.4rem;border-radius:.45rem;border:1px solid #f0c060;border-left:3px solid #d97706;background:#fffbeb;color:#92400e;font-size:.82rem;line-height:1.35}.external-link-warning svg{flex:0 0 auto;width:1rem;height:1rem;margin-top:.05rem}.thought-card-actions{margin-top:.6rem;display:flex;align-items:center;gap:.12rem}.thought-like-group{display:inline-flex;align-items:center;gap:.1rem}.like-btn{width:auto;height:auto;padding:0}.like-btn svg{width:1.02rem;height:1.02rem}.like-btn.active{color:color-mix(in oklab,var(--accent) 72%,white 28%)}.dislike-btn svg{transform:rotate(180deg)}.dislike-btn.active{color:color-mix(in oklab,var(--danger) 72%,white 28%)}.dislike-btn.active svg{transform:none}.like-btn:disabled{opacity:.58;cursor:not-allowed}.thread-reply-tip{margin-top:0}.thread-replies{margin-top:1rem;border-top:1px solid var(--border-soft);padding-top:.9rem}.thread-replies h3{font-size:.95rem}.thread-reply-list{padding-top:.7rem;gap:.65rem}.thread-reply-card{padding:.75rem}.thought-link-btn{margin-left:auto;border:0;border-radius:999px;background:transparent;color:var(--text-muted);padding:.15rem;display:inline-flex;align-items:center;justify-content:center}.thought-link-btn svg{width:1rem;height:1rem;stroke:currentColor;stroke-width:1.5}.thought-link-btn:hover{color:var(--accent)}.thought-link-btn.copied,.thought-link-btn.copied:hover{color:#22c55e}.thought-link-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.copy-feedback{margin-top:.55rem;color:var(--text-muted);font-size:.82rem;display:inline-flex;align-items:center;gap:.4rem}.copy-feedback.error{color:var(--danger)}.grid{margin-top:1rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.col-5{grid-column:span 5}.col-7{grid-column:span 7}.col-12{grid-column:span 12}.stack{margin-top:.9rem;display:grid;gap:.65rem}.profile-image-picker{border:1px solid var(--border-soft);border-radius:10px;background:var(--surface-status);padding:.7rem;display:grid;gap:.55rem}.profile-image-meta{margin-top:0}.profile-image-preview{width:6.5rem;height:6.5rem;border-radius:12px;border:1px solid var(--border-soft);object-fit:cover;background:var(--surface-alt)}.profile-image-preview-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.82rem;font-weight:600}label{display:grid;gap:.4rem;color:var(--text-main);font-weight:600}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;border:1px solid var(--border-strong);border-radius:8px;padding:.6rem;background:var(--surface-input);color:var(--text-main)}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.link-btn{text-decoration:none;display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--border-strong);border-radius:9px;padding:.5rem .9rem;cursor:pointer;font-weight:700;background:var(--surface-solid);color:var(--text-main)}button{width:fit-content;border:1px solid var(--border-strong);border-radius:9px;padding:.5rem .9rem;cursor:pointer;font-weight:700;background:var(--surface-solid);color:var(--text-main)}.icon-btn{width:2.2rem;height:2.2rem;padding:.35rem;display:inline-flex;align-items:center;justify-content:center}.icon-btn svg{width:1.05rem;height:1.05rem}.nav-action-btn{display:inline-flex;align-items:center;gap:.45rem}.nav-action-btn svg{width:1.35rem;height:1.35rem;flex-shrink:0}.create-post-icon{width:1.85rem;height:1.85rem;display:block;flex-shrink:0}.create-post-btn{min-height:2.1rem}.create-post-label{font-size:.88rem;font-weight:700;letter-spacing:.01em;line-height:1;color:var(--text-main)}.topbar-action-btn{background:#fff}.topbar-action-btn.btn-primary,.topbar-action-btn.btn-secondary,.topbar-action-btn.link-btn{background:#fff;color:var(--text-main);border-color:var(--border-strong)}.topbar-action-btn.icon-btn{width:3.2rem;height:3.2rem;padding:.7rem}.topbar-action-btn.nav-action-btn svg{width:2rem;height:2rem}.topbar-action-btn .create-post-icon{width:1.9rem;height:1.9rem;margin:0}.topbar-action-btn .profile-nav-icon{width:1.9rem;height:1.9rem;display:block;flex-shrink:0}.topbar-action-btn.profile-btn{min-height:3rem;padding:.34rem .72rem .34rem .5rem;border-radius:999px;gap:.42rem}.topbar-action-btn .profile-nav-label{font-size:.88rem;font-weight:700;letter-spacing:.01em;line-height:1;color:var(--text-main)}.topbar-action-btn.icon-btn svg{width:2rem;height:2rem}.btn-primary{border-color:var(--accent-strong);background:var(--accent);color:#fff}.btn-secondary{background:var(--surface-solid);color:var(--text-main)}.thought-card-actions .reaction-icon-btn{border:0;border-radius:0;background:transparent;box-shadow:none;width:auto;height:auto;min-height:0;min-width:0;padding:0}.thought-card-actions .reaction-icon-btn svg{width:1.3125rem;height:1.3125rem}.thought-card-actions>.reaction-icon-btn{margin-left:.18rem}.btn-danger{background:var(--danger-surface);color:var(--danger);border-color:var(--danger-border)}.meta{margin-top:.5rem;font-size:.85rem;color:var(--text-muted)}.stream-pagination-status{margin-top:.35rem;text-align:center}.profile-panel{margin-top:.85rem}.composer-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#05080c9e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:1rem}.composer-modal{width:min(100%,42rem)}.composer-modal-inner{padding:1.35rem}.composer-form textarea{min-height:10rem;resize:vertical}.composer-scope{border:1px solid var(--border-soft);border-radius:10px;padding:.6rem;background:var(--surface-status)}.composer-counter{margin-top:.2rem;text-align:right}.composer-tip{margin-top:0}.signup-policy-note{margin-top:.55rem}.signup-policy-consent{margin-top:.65rem;display:flex;align-items:flex-start;gap:.55rem;font-weight:500}.signup-policy-consent input[type=checkbox]{margin-top:.12rem;width:auto}.signup-policy-consent span{display:block}.signup-policy-actions{margin-top:.75rem}.auth-modal{padding:1.35rem}.signin-modal-signup-link{margin-left:auto;align-self:center;font-size:.875rem;color:var(--accent);text-decoration:underline}.signup-policy-modal{padding:1.35rem}.password-requirements{list-style:none;padding:0;margin:-.25rem 0 .25rem;display:flex;flex-wrap:wrap;gap:.3rem .75rem;font-size:.78rem}.password-requirements li{display:flex;align-items:center;gap:.25rem}.password-requirements li:before{content:"·";font-weight:700;font-size:1.1em;line-height:1}.req-met:before{content:"✓";color:var(--accent-strong)}.req-unmet{color:var(--text-muted)}.req-met{color:var(--accent-strong)}.policy-blurred-thought>:not(.policy-blur-note){filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.policy-blur-note{margin-top:.45rem}.inbox-modal{width:min(100%,46rem)}.inbox-modal-inner{padding:1.35rem}.inbox-actions{margin-top:.8rem}.admin-tool-grid{list-style:none;margin:1rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.admin-tool-grid li{min-width:0}.admin-tool-card{display:grid;gap:.45rem;text-decoration:none;color:var(--text-main);border:1px solid var(--border-soft);border-radius:12px;background:var(--surface-alt);padding:.9rem;min-height:9rem}.admin-tool-card:hover{border-color:var(--border-strong)}.admin-tool-cta{margin-top:auto;color:var(--accent);font-weight:700}.admin-tool-switch{margin-top:.9rem;display:flex;gap:.5rem;flex-wrap:wrap}.tool-switch-link{text-decoration:none;border:1px solid var(--border-strong);border-radius:999px;padding:.35rem .7rem;color:var(--text-main);background:var(--surface-solid);font-weight:600}.tool-switch-link.active{border-color:var(--accent-border);background:var(--accent);color:#fff}.admin-list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.65rem}.admin-list li{display:flex;justify-content:space-between;gap:.7rem;border:1px solid var(--border-soft);border-radius:10px;padding:.75rem}.thought-admin-list li{display:grid;grid-template-columns:minmax(0,1fr);gap:.4rem;justify-content:stretch}.thought-admin-row{display:flex;align-items:center;gap:.7rem;width:100%}.thought-admin-row .meta{margin-top:0;min-width:0}.thought-admin-actions{margin-left:auto;flex-shrink:0}.admin-list p{margin-top:.35rem;white-space:pre-wrap}.pill{display:inline-block;margin-left:.35rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-solid);color:var(--text-muted);padding:.05rem .5rem;font-size:.75rem}.slash-cmd-btn svg{width:1.35rem;height:1.35rem}.slash-cmd-backdrop{align-items:flex-start;padding-top:10vh}.slash-cmd-modal{width:min(100%,44rem);background:var(--surface-solid);border:1px solid var(--border-strong);border-radius:20px;box-shadow:0 24px 60px #140f1947,0 4px 16px #140f191f;overflow:hidden}.slash-cmd-input-wrap{display:flex;align-items:center;gap:.9rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-soft)}.slash-cmd-icon{flex-shrink:0;width:1.75rem;height:1.75rem;color:var(--text-muted)}.slash-cmd-input{width:100%;font-size:1.65rem;font-weight:500;border:none;background:transparent;color:var(--text-main);padding:0;border-radius:0;outline:none;letter-spacing:-.01em}.slash-cmd-input::placeholder{color:var(--border-strong)}.slash-cmd-suggestions{padding:.6rem;display:flex;flex-direction:column;gap:.2rem}.slash-cmd-suggestion-btn{text-align:left;width:100%;border:none;background:transparent;border-radius:10px;padding:.65rem .85rem;font-size:1rem;font-weight:600;color:var(--accent);cursor:pointer;font-family:var(--font-family);letter-spacing:.01em}.slash-cmd-suggestion-btn:hover{background:var(--surface-alt)}.slash-cmd-no-match{margin:0;padding:.65rem .85rem;color:var(--text-muted);font-size:.9rem}.slash-cmd-result{padding:1.35rem 1.5rem 1.5rem}.slash-cmd-about-title{font-size:1.35rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.slash-cmd-about-body{margin-top:.55rem;color:var(--text-muted);line-height:1.6}.slash-cmd-about-close{margin-top:1.1rem}@media(max-width:900px){.col-5,.col-7{grid-column:span 12}}@media(max-width:720px){.topbar,.hero{align-items:flex-start}.top-nav-list{justify-content:flex-start}.admin-tool-grid{grid-template-columns:minmax(0,1fr)}.admin-list li{flex-direction:column}}
