@import"https://fonts.googleapis.com/css2?family=Sora:wght@500;700;800&family=Source+Sans+3:wght@400;600;700&display=swap";:root{font-family:"Source Sans 3",Segoe UI,sans-serif;color:#e7e9ea;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%}h1,h2,h3{font-family:Sora,"Source Sans 3",sans-serif}.dashboard-shell{height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr);background:#000;color:#e7e9ea;overflow:hidden}.dashboard-sidebar{border-right:1px solid #202327;padding:1rem .8rem;display:grid;grid-template-rows:auto 1fr auto;gap:.8rem;position:sticky;top:0;height:100vh;overflow-y:auto}.dashboard-logo{font-family:Sora,sans-serif;font-size:3rem;line-height:.85;letter-spacing:-.12em;color:#e8eaed;display:flex;gap:.2rem;justify-content:center}.logo-btn{border:0;background:transparent;cursor:pointer}.dashboard-logo-up{transform:rotate(180deg)}.dashboard-nav{display:grid;gap:.55rem;align-content:start}.dashboard-nav-item{border:0;border-radius:12px;background:transparent;color:#d2d8de;display:flex;align-items:center;gap:.7rem;text-align:left;padding:.7rem .8rem;cursor:pointer}.dashboard-nav-item.active{background:#111821;color:#fff}.dashboard-sidebar-actions{display:grid;gap:.55rem;align-content:start;padding-bottom:.5rem}.active-action{background:#1d9bf0;color:#fff}.dashboard-nav-icon{font-size:.78rem;width:1.55rem;height:1.55rem;border-radius:999px;border:1px solid #2d3540;display:inline-grid;place-items:center;font-weight:700}.dashboard-main{padding:1rem;display:grid;align-content:start;gap:.8rem;overflow-y:auto;max-height:100vh}.dashboard-main-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.dashboard-main-header h1{margin:0}.dashboard-main-header p{margin:.2rem 0 0;color:#97a2ad}.dashboard-panel{border:1px solid #202327;border-radius:16px;padding:1rem;background:#0a0d12;display:grid;gap:.8rem}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.panel-header h2,.dashboard-panel h3{margin:0}.panel-status{margin:0;color:#8fd1ff}.empty-state{margin:0;color:#8f98a2}.tab-toggle{display:flex;gap:.45rem}.tab-toggle button,.secondary-btn,.search-form button,.composer button,.content-card footer button,.message-form button{border:0;border-radius:999px;background:#e7e9ea;color:#111;padding:.5rem .85rem;cursor:pointer;font:inherit;font-weight:700}.tab-toggle button{background:#1f252d;color:#dbe2e8}.tab-toggle button.active{background:#1d9bf0;color:#fff}.secondary-btn{background:#202a33;color:#d9e3ee}.composer,.search-form{display:grid;gap:.55rem}.composer input,.composer textarea,.search-form input,.message-form input{width:100%;border-radius:12px;border:1px solid #2f3336;background:#000;color:#e7e9ea;padding:.65rem .75rem;font:inherit}.composer textarea{resize:vertical}.card-list{display:grid;gap:.6rem}.content-card{border:1px solid #242a33;border-radius:12px;padding:.72rem;background:#0f141a;display:grid;gap:.45rem}.content-card header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:#8f98a2}.content-card p{margin:0}.content-card footer{display:flex;gap:.5rem;flex-wrap:wrap}.content-card a{color:#47b8ff}.content-image{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:10px;border:1px solid #28313b}.inline-link{border:0;background:transparent;color:#47b8ff;cursor:pointer;font:inherit;padding:0}.danger{background:#b83b4b!important;color:#fff!important}.active-pill{background:#1d9bf0!important;color:#fff!important}.focused-post{border-color:#2f9cf0;box-shadow:0 0 0 1px #2f9cf0}.post-actions{display:flex;gap:.45rem;flex-wrap:wrap}.emoji-row{display:flex;gap:.35rem}.comment-block{display:grid;gap:.5rem;border-top:1px solid #29313b;padding-top:.6rem}.modal-backdrop{position:fixed;inset:0;background:#000000ad;display:grid;place-items:center;z-index:20;padding:1rem}.modal-card{width:min(680px,100%);background:#0a0d12;border:1px solid #2c3642;border-radius:16px;padding:1rem;display:grid;gap:.8rem}.composer-toolbar{display:flex;gap:.55rem;align-items:center;justify-content:space-between}.chat-layout .chat-grid{display:grid;grid-template-columns:280px 1fr;gap:.8rem}.chat-list{border:1px solid #242a33;border-radius:12px;padding:.45rem;max-height:70vh;overflow:auto;display:grid;gap:.45rem;align-content:start}.chat-list-item{border:0;border-radius:10px;text-align:left;background:#121922;color:#d9e1ea;padding:.55rem;display:grid;gap:.3rem;cursor:pointer}.chat-list-item.active{background:#1a2430}.chat-list-item strong,.chat-list-item span,.chat-list-item time{display:block}.chat-list-item span,.chat-list-item time{color:#8e99a4}.chat-thread{border:1px solid #242a33;border-radius:12px;padding:.7rem;display:grid;gap:.6rem;min-height:420px}.chat-thread-header{border-bottom:1px solid #242a33;padding-bottom:.5rem}.message-list{display:grid;gap:.5rem;max-height:50vh;overflow:auto;align-content:start}.message-item{border-radius:10px;padding:.5rem .6rem;display:grid;gap:.2rem;max-width:78%}.message-item p,.message-item time{margin:0}.message-item time{color:#8e99a4;font-size:.82rem}.message-item.mine{background:#1d9bf0;color:#fff;margin-left:auto}.message-item.mine time{color:#eaf7ff}.message-item.theirs{background:#1f252d}.message-form{display:grid;grid-template-columns:1fr auto;gap:.5rem}@media(max-width:980px){.dashboard-shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.dashboard-sidebar{border-right:0;border-bottom:1px solid #202327;grid-template-rows:auto;position:static;height:auto}.dashboard-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-nav-item{justify-content:center}.dashboard-nav-item span:last-child{display:none}.chat-layout .chat-grid{grid-template-columns:1fr}.dashboard-main{max-height:none;overflow:visible}}.auth-page{min-height:100vh;background:#000;color:#e7e9ea;display:grid;grid-template-rows:1fr auto}.auth-layout{width:min(1280px,94vw);margin:0 auto;padding:2.5rem 0 1.5rem;display:grid;grid-template-columns:1.1fr 1fr;gap:2.2rem;align-items:center}.brand-panel{display:grid;gap:1rem;align-content:center;justify-items:center}.vault-logo{display:flex;align-items:center;justify-content:center;gap:.28rem;color:#e8eaed;font-size:clamp(7.3rem,20vw,15.5rem);font-weight:700;line-height:.8;letter-spacing:-.12em;font-family:Space Grotesk,Sora,sans-serif;transform:translate(-6%)}.vault-logo .upward-v{transform:rotate(180deg)}.brand-subline{max-width:540px;margin:0;text-align:center;color:#a7b0b8;font-size:clamp(.95rem,2vw,1.2rem)}.form-panel h1{margin:0;font-size:clamp(2.5rem,8vw,4.8rem);font-weight:800;letter-spacing:-.03em}.form-panel h2{margin:.6rem 0 1.2rem;font-size:clamp(1.5rem,4vw,2.1rem)}.session-banner{margin:0 0 1rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem;color:#c6ccd2;background:#12181f;border:1px solid #232f3a;border-radius:999px;padding:.5rem .8rem}.auth-form{display:grid;gap:.7rem;max-width:460px}.auth-form label{display:grid;gap:.32rem}.auth-form label span{color:#b1b9bf;font-size:.88rem}.auth-page input,.auth-page button{font:inherit}.auth-page input{width:100%;border-radius:999px;border:1px solid #2f3336;background:#000;color:#e7e9ea;padding:.82rem 1rem}.auth-page input:focus{outline:2px solid #1d9bf0;border-color:#1d9bf0}.auth-form button,.session-banner button,.recovery-box button,.ghost-button{border:1px solid transparent;border-radius:999px;background:#e7e9ea;color:#111;cursor:pointer;font-weight:700;padding:.74rem 1rem}.secondary-inline-btn{background:#0f151d!important;border:1px solid #2f3d4a!important;color:#d9e4ef!important}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.agreement-text{max-width:460px;margin:.8rem 0 0;color:#727b84;font-size:.92rem}.agreement-text button,.site-footer button{border:0;padding:0;background:transparent;color:#1d9bf0;cursor:pointer;font:inherit}.agreement-text button:hover,.site-footer button:hover,.site-footer a:hover{text-decoration:underline}.toggle-mode{border:1px solid #536471;border-radius:999px;margin-top:1rem;background:transparent;color:#e7e9ea;padding:.68rem 1rem;cursor:pointer;max-width:460px}.recovery-box{margin-top:1rem;max-width:460px;display:grid;gap:.5rem;background:#111;border:1px solid #2f3336;border-radius:14px;padding:.9rem}.recovery-box h3{margin:0}.recovery-box code{display:block;padding:.65rem;border-radius:10px;border:1px solid #2f3336;background:#000;overflow-wrap:anywhere}.status-text{margin:.95rem 0 0;color:#89c9ff;font-size:.94rem}.site-footer{border-top:1px solid #202327;padding:.95rem 1.2rem 1.05rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;color:#71767b;font-size:.92rem}.site-footer a{color:#1d9bf0;text-decoration:none}.legal-shell{min-height:100vh;background:#03070b;color:#f6f8fa;padding:1.2rem}.legal-header{width:min(920px,100%);margin:0 auto 1rem}.legal-header h1{margin:.6rem 0 .35rem;font-size:clamp(2rem,5vw,3rem)}.legal-effective{color:#a6afbb;margin:0}.legal-card{width:min(920px,100%);margin:0 auto;border:1px solid #2c3642;border-radius:14px;padding:1rem;background:#0b1118}.legal-section+.legal-section{margin-top:1.2rem;padding-top:1rem;border-top:1px solid #202933}.legal-section h2{margin:0 0 .5rem;font-size:1.15rem}.legal-section h3{margin:.7rem 0 .35rem;font-size:1rem}.legal-section p{margin:.4rem 0;color:#d5dae0}.legal-section ul{margin:.4rem 0;padding-left:1.25rem;color:#d5dae0}.legal-section a{color:#67bfff}.ghost-button{background:transparent;border-color:#4f5f70;color:#d9e2ec}@media(max-width:980px){.auth-layout{grid-template-columns:1fr;padding-top:1.3rem;gap:1.4rem}.brand-panel{order:2;margin-top:.8rem}.form-panel{order:1}.vault-logo{font-size:clamp(5rem,22vw,8rem)}}
