@font-face{font-family:Hello;src:url(/fonts/Hello.otf)format("opentype"),url(/fonts/Hello.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Forum;src:url(/fonts/Forum-Regular.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}:root{--theme-body-bg:#0a0a0a;--theme-panel-bg:#1a1a1a;--theme-panel-rgb:26, 26, 26;--theme-accent:#a855f7;--theme-accent-alt:#c084fc;--theme-accent-rgb:168, 85, 247;--theme-muted:#71717a;--theme-soft:#a1a1aa;--theme-glow-rgb:151, 221, 255}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#050505;min-height:100vh}body{background:var(--theme-body-bg);color:#fff;min-height:100vh;font-family:Inter,system-ui,sans-serif;overflow:hidden}.header{z-index:10;justify-content:space-between;align-items:center;height:80px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.logo{color:#fff;font-family:Forum,serif;font-size:28px;font-style:italic;font-weight:700}.logo-button{cursor:pointer;background:0 0;border:none}.header-info{color:var(--theme-muted);align-items:center;gap:12px;font-size:13px;display:flex}.viewer-count{align-items:center;gap:6px;display:inline-flex}.viewer-count-number{color:#fffc;display:none}.viewer-count:before{content:"";background:var(--theme-accent);width:6px;height:6px;box-shadow:0 0 6px var(--theme-accent);border-radius:50%;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.canvas{position:fixed;inset:0;overflow:hidden}html[data-theme-variant=ocean] .canvas{background:linear-gradient(#83c5df 0%,#3b90b8 22%,#155b7c 52%,#08364a 100%)}html[data-theme-variant=ocean] .canvas:before,html[data-theme-variant=ocean] .canvas:after{content:"";pointer-events:none;border-radius:45%;position:absolute;left:-20%;right:-20%}html[data-theme-variant=ocean] .canvas:before{opacity:.68;background:radial-gradient(#fff3 0 18%,#0000 19%),radial-gradient(at 20% 40%,#ffffff14 0 10%,#0000 11%),linear-gradient(#7ad7ec9e,#155b7c14);height:26%;animation:14s linear infinite oceanWaveA;bottom:28%}html[data-theme-variant=ocean] .canvas:after{pointer-events:none;opacity:.8;background:radial-gradient(#ffffff26 0 14%,#0000 15%),linear-gradient(#2397bcd6,#08364a2e);height:34%;animation:11s linear infinite oceanWaveB;bottom:8%}.canvas-layer{pointer-events:none;position:absolute;inset:0}.canvas-layer-current{z-index:0}html[data-theme-variant=ocean] .canvas-layer-current,html[data-theme-variant=ocean] .canvas-layer-previous{mix-blend-mode:soft-light}.canvas-layer-previous{z-index:1;opacity:1;transition:opacity 4.2s cubic-bezier(.22,1,.36,1)}.canvas-layer-previous.is-fading{opacity:0}.particle{z-index:2}html[data-theme-variant=ocean] .particle{animation-duration:28s;box-shadow:0 0 12px #a5f3fc2e;background:#ffffff38!important}.thought-bubble{border:1px solid rgba(var(--theme-accent-rgb), .06);cursor:pointer;width:max-content;max-width:min(var(--bubble-max-width,320px), calc(100vw - 36px));z-index:4;touch-action:none;-webkit-user-select:none;user-select:none;box-shadow:0 0 0 1px rgba(var(--theme-accent-rgb), calc(var(--echo-border-opacity,.1) * .45)), 0 0 calc(18px + var(--echo-strength,0) * 36px) rgba(var(--theme-glow-rgb), var(--echo-shadow-opacity,.08));border-radius:16px;padding:16px 20px;transition:left 1.2s cubic-bezier(.22,1,.36,1),top 1.2s cubic-bezier(.22,1,.36,1),opacity .6s,box-shadow .4s,border-color .4s,filter .4s;animation:.8s cubic-bezier(.22,1,.36,1) backwards floatIn;position:absolute}.thought-bubble.is-exiting{pointer-events:none;transform-origin:50%;will-change:transform, opacity, filter;transition:none;animation:1.8s cubic-bezier(.18,.72,.22,1) forwards sinkIntoVoid}.thought-bubble.is-dragging{cursor:grabbing;z-index:6;box-shadow:0 0 32px rgba(var(--theme-accent-rgb), .22);transition:none}.thought-bubble:hover{border-color:rgba(var(--theme-glow-rgb), calc(.12 + var(--echo-strength,0) * .28));box-shadow:0 0 0 1px rgba(var(--theme-glow-rgb), calc(.1 + var(--echo-strength,0) * .26)), 0 0 calc(30px + var(--echo-strength,0) * 42px) rgba(var(--theme-accent-rgb), calc(.15 + var(--echo-strength,0) * .18));z-index:5;filter:brightness(calc(1.15 + var(--echo-strength,0) * .12))}.thought-bubble.is-echo{border-color:rgba(var(--theme-glow-rgb), calc(.14 + var(--echo-strength,0) * .28));box-shadow:0 0 0 1px rgba(var(--theme-glow-rgb), calc(.08 + var(--echo-border-opacity,.1))), 0 0 calc(22px + var(--echo-strength,0) * 44px) rgba(var(--theme-glow-rgb), calc(.09 + var(--echo-shadow-opacity,.08))), 0 0 calc(10px + var(--echo-strength,0) * 24px) rgba(var(--theme-accent-rgb), calc(.08 + var(--echo-ring-opacity,.16)))}.thought-bubble p{word-break:break-word;white-space:pre-wrap;font-family:Forum,serif;line-height:1.5}.thought-bubble .bubble-time{color:var(--theme-muted);opacity:0;margin-top:8px;font-family:Geist Mono,monospace;font-size:11px;transition:opacity .3s;display:block}.thought-bubble:hover .bubble-time{opacity:1}@keyframes floatIn{0%{transform:translate(-50%, calc(-50% + 30px)) scale(.9) rotate(var(--bubble-rotation))}to{transform:translate(-50%, -50%) scale(1) rotate(var(--bubble-rotation))}}@keyframes sinkIntoVoid{0%{opacity:.75;transform:rotate(var(--bubble-rotation));filter:blur()}to{opacity:0;transform:translate3d(0, 42vh, 0) scale(.42) rotate(calc(var(--bubble-rotation) * .35));filter:blur(4px)}}.thought-bubble.variant-0{background:var(--theme-panel-bg)}.thought-bubble.variant-0 p{color:#fff}.thought-bubble.variant-1{background:rgba(var(--theme-accent-rgb), .1)}.thought-bubble.variant-1 p{color:var(--theme-accent)}.thought-bubble.variant-2{background:var(--theme-panel-bg)}.thought-bubble.variant-2 p{color:var(--theme-soft)}.thought-bubble.variant-3{background:rgba(var(--theme-accent-rgb), .06)}.thought-bubble.variant-3 p{color:#ffffffde}.thought-bubble.variant-4{background:rgba(var(--theme-accent-rgb), .07)}.thought-bubble.variant-4 p{color:rgba(var(--theme-accent-rgb), .8)}html[data-theme-variant=ocean] .thought-bubble{border:1px solid color-mix(in srgb, #4d321ab3 calc(100% - var(--echo-strength,0) * 28%), #ebfaffeb);background:linear-gradient(180deg, rgba(255, 246, 214, calc(.08 - var(--wreck-age,0) * .03)), transparent 15%), linear-gradient(90deg, #5b3a1f 0%, color-mix(in srgb, #8a5a33 calc(100% - var(--wreck-age,0) * 22%), #3f2816) 50%, #6c4527 100%);box-shadow:inset 0 1px 0 rgba(255, 231, 179, calc(.16 - var(--wreck-age,0) * .06)), inset 0 -2px 0 #321f1059, 0 8px 24px rgba(2, 24, 36, var(--wreck-shadow,.24)), 0 0 calc(12px + var(--echo-strength,0) * 34px) rgba(185, 238, 255, calc(var(--echo-shadow-opacity,.08) * .92));clip-path:polygon(calc(3% + var(--wreck-age,0) * 2%) 0, 100% 0, calc(97% - var(--wreck-age,0) * 4%) calc(18% + var(--wreck-age,0) * 6%), 100% 39%, calc(96% - var(--wreck-age,0) * 3%) 100%, calc(14% + var(--wreck-age,0) * 10%) 100%, 0 calc(86% - var(--wreck-age,0) * 16%), calc(2% + var(--wreck-age,0) * 2%) 42%, 0 calc(10% + var(--wreck-age,0) * 5%));border-radius:6px 10px 7px 12px}html[data-theme-variant=ocean] .thought-bubble:before{content:"";background:repeating-linear-gradient(90deg, rgba(58, 36, 18, calc(.14 + var(--wreck-age,0) * .08)) 0, rgba(58, 36, 18, calc(.14 + var(--wreck-age,0) * .08)) 8px, #9f744808 8px, #9f744808 22px);pointer-events:none;opacity:calc(.52 + var(--wreck-age,0) * .18);position:absolute;inset:0}html[data-theme-variant=ocean] .thought-bubble:after{content:"";pointer-events:none;height:12px;opacity:calc(.45 + var(--wreck-age,0) * .45);background:radial-gradient(circle at 8% 40%,#ffffff38 0 5%,#0000 6%),radial-gradient(circle at 52% 30%,#ffffff29 0 4%,#0000 5%),radial-gradient(circle at 88%,#ffffff2e 0 5%,#0000 6%);position:absolute;bottom:-5px;left:-2px;right:-2px}html[data-theme-variant=ocean] .thought-bubble p{z-index:1;text-shadow:0 1px #3a221059;position:relative;color:#f8f1dd!important}html[data-theme-variant=ocean] .thought-bubble .bubble-time{z-index:1;color:#e8f4f7b8;position:relative}html[data-theme-variant=ocean] .thought-bubble:hover{box-shadow:inset 0 1px 0 #ffe7b32e, inset 0 -2px 0 #321f1059, 0 12px 28px #02182457, 0 0 calc(18px + var(--echo-strength,0) * 40px) rgba(207, 244, 255, calc(.12 + var(--echo-strength,0) * .24));filter:saturate(1.05)brightness(1.03)}.particle{pointer-events:none;border-radius:50%;animation:20s ease-in-out infinite alternate particleDrift;position:absolute}@keyframes particleDrift{0%{transform:translate(0)}25%{transform:translate(10px,-15px)}50%{transform:translate(-5px,10px)}75%{transform:translate(15px,5px)}to{transform:translate(-10px,-10px)}}@keyframes oceanWaveA{0%{transform:translate(-4%)translateY(0)}to{transform:translate(4%)translateY(1.5%)}}@keyframes oceanWaveB{0%{transform:translate(5%)translateY(0)}to{transform:translate(-5%)translateY(-1.5%)}}.input-bar{background:var(--theme-panel-bg);width:min(800px,100% - 40px);height:56px;box-shadow:0 0 20px rgba(var(--theme-accent-rgb), .12), 0 0 2px rgba(var(--theme-accent-rgb), .2);z-index:20;border-radius:9999px;align-items:center;gap:12px;padding:0 24px;display:flex;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.input-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:15px}.input-bar input::placeholder{color:var(--theme-muted)}.input-bar .char-count{color:var(--theme-muted);white-space:nowrap;font-family:Geist Mono,monospace;font-size:12px}.input-bar .char-count.near-limit{color:var(--theme-accent)}.input-bar .char-count.at-limit{color:#ef4444}.input-bar button{background:var(--theme-accent);cursor:pointer;color:#fff;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:opacity .2s,transform .2s;display:flex}.input-bar button:disabled{opacity:.3;cursor:not-allowed}.input-bar button:hover:not(:disabled){transform:scale(1.1)}.input-bar .error-msg{color:#ef4444;white-space:nowrap;background:#1a1a1a;border:1px solid #ef4444;border-radius:8px;padding:8px 16px;font-size:13px;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}.expanded-overlay{z-index:50;cursor:pointer;background:#0a0a0ae6;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.expanded-card{background:var(--theme-panel-bg);cursor:default;width:calc(100% - 40px);max-width:700px;box-shadow:0 0 60px rgba(var(--theme-accent-rgb), .1), 0 20px 40px #00000080;border-radius:24px;padding:48px;animation:.4s cubic-bezier(.22,1,.36,1) cardIn;position:relative}@keyframes cardIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.expanded-card .expanded-text{color:#fff;word-break:break-word;white-space:pre-wrap;font-family:Forum,serif;font-size:36px;line-height:1.5}.expanded-card .meta-row{justify-content:space-between;align-items:center;margin-top:32px;display:flex}.expanded-card .meta-time{color:var(--theme-muted);font-size:13px}.expanded-card .meta-chars{color:var(--theme-muted);font-family:Geist Mono,monospace;font-size:12px}.close-btn{width:40px;height:40px;color:var(--theme-soft);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .2s;display:flex;position:absolute;top:-52px;right:0}.close-btn:hover{background:#ffffff1f}.void-portal{color:var(--theme-muted);cursor:pointer;z-index:15;opacity:.5;letter-spacing:.02em;background:0 0;border:none;font-family:Forum,serif;font-size:14px;font-style:italic;transition:opacity .4s,color .4s;animation:5.8s ease-in-out infinite voidPortalGlow;position:fixed;bottom:110px;left:50%;transform:translate(-50%)}.void-portal:hover{opacity:1;color:var(--theme-accent)}@keyframes voidPortalGlow{0%,72%,to{opacity:.5;text-shadow:0 0 0 rgba(var(--theme-accent-rgb), 0);filter:brightness()}80%{opacity:.72;text-shadow:0 0 14px rgba(var(--theme-accent-rgb), .18);filter:brightness(1.08)}88%{opacity:.98;text-shadow:0 0 20px rgba(var(--theme-accent-rgb), .28), 0 0 36px rgba(var(--theme-glow-rgb), .16);filter:brightness(1.16)}}.install-subtle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffff9e;letter-spacing:.04em;text-transform:lowercase;cursor:pointer;z-index:15;background:#0a0a0a47;border:1px solid #ffffff14;border-radius:9999px;padding:8px 12px;font-family:Inter,sans-serif;font-size:11px;transition:color .25s,border-color .25s,background .25s;position:fixed;top:72px;right:16px}.install-subtle:hover{color:#ffffffe6;background:#0a0a0a6b;border-color:#94cfff38}.install-ios-hint{color:#ffffffa8;text-align:center;z-index:15;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ab3;border:1px solid #ffffff14;border-radius:14px;width:min(280px,100% - 32px);padding:10px 12px;font-family:Inter,sans-serif;font-size:11px;line-height:1.4;position:fixed;top:108px;right:16px}.empty-state{text-align:center;color:var(--theme-muted);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.empty-state h2{color:var(--theme-soft);margin-bottom:12px;font-family:Forum,serif;font-size:32px;font-style:italic;font-weight:400}.empty-state p{font-size:14px}@media (width<=768px){.header{height:54px;padding:0 12px}.logo{text-overflow:ellipsis;white-space:nowrap;max-width:108px;font-size:17px;overflow:hidden}.header-info{gap:6px;font-size:10px}.viewer-count-text{display:none}.viewer-count{gap:4px;min-width:0;padding-right:2px}.viewer-count-number{font-size:11px;display:inline}.phrase-header-group{gap:6px}.phrase-login-btn,.phrase-indicator{gap:6px;padding:5px 8px;font-size:11px}.phrase-icon{display:none}.phrase-switch{width:30px;height:18px}.phrase-switch-thumb{width:12px;height:12px}.phrase-indicator.active .phrase-switch-thumb{transform:translate(12px)}.phrase-logout-btn{padding:0;font-size:0}.phrase-logout-label{display:none}.phrase-logout-symbol{width:22px;height:22px}.phrase-logout-symbol svg{width:12px;height:12px}.thought-bubble{border-radius:12px;padding:10px 14px}.thought-bubble p{line-height:1.4}.thought-bubble .bubble-time{opacity:1;font-size:9px}.expanded-overlay{padding:16px}.expanded-card{border-radius:18px;padding:24px 20px}.expanded-card .expanded-text{font-size:22px;line-height:1.4}.expanded-card .meta-row{margin-top:20px}.expanded-card .meta-time{font-size:12px}.expanded-card .meta-chars{font-size:10px}.close-btn{width:36px;height:36px;font-size:18px;top:-44px}.input-bar{gap:8px;height:48px;padding:0 16px;bottom:16px}.input-bar input{font-size:16px}.input-bar .char-count{font-size:10px}.input-bar button{width:32px;height:32px;font-size:16px}.void-portal{font-size:12px;bottom:78px}.phrase-count-hint{top:72px}.install-subtle{padding:7px 11px;font-size:10px;top:68px;right:12px}.install-ios-hint{width:min(260px,100% - 24px);font-size:10px;top:102px;right:12px}.empty-state h2{font-size:24px}.empty-state p{font-size:13px}.phrase-modal{width:calc(100% - 32px)!important;padding:32px 24px 28px!important}}.phrase-header-group{align-items:center;gap:8px;display:flex}.phrase-login-btn,.phrase-indicator{color:var(--theme-soft);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:8px;padding:6px 10px;font-family:Inter,sans-serif;font-size:12px;transition:all .25s;display:flex}.phrase-login-btn:hover{border-color:rgba(var(--theme-accent-rgb), .3);color:var(--theme-accent-alt)}.phrase-indicator{color:#ffffffdb;background:#ffffff0d;border-color:#ffffff1a}.phrase-indicator:hover{background:#ffffff14}.phrase-indicator.active{border-color:rgba(var(--theme-accent-rgb), .28)}.phrase-switch{background:#ffffff0a;border:1px solid #ffffff14;border-radius:9999px;flex:none;width:34px;height:20px;display:inline-flex;position:relative}.phrase-switch-thumb{background:rgba(var(--theme-accent-rgb), .18);border:1px solid rgba(var(--theme-accent-rgb), .32);width:14px;height:14px;box-shadow:0 0 18px rgba(var(--theme-accent-rgb), .12);border-radius:9999px;transition:transform .24s;position:absolute;top:2px;left:2px}.phrase-indicator.active .phrase-switch-thumb{transform:translate(14px)}.phrase-logout-btn{color:var(--theme-muted);cursor:pointer;opacity:.6;background:0 0;border:none;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;transition:opacity .2s;display:inline-flex}.phrase-logout-btn:hover{opacity:1;color:var(--theme-soft)}.phrase-logout-symbol{border:1px solid #ffffff1f;border-radius:9999px;justify-content:center;align-items:center;width:16px;height:16px;line-height:1;display:inline-flex}.phrase-logout-symbol svg{fill:currentColor;width:10px;height:10px}.phrase-icon{font-size:11px}.phrase-linked-badge{color:var(--theme-accent-alt);background:rgba(var(--theme-accent-rgb), .12);border-radius:9999px;padding:3px 8px;font-family:Geist Mono,monospace;font-size:9px}.phrase-count-hint{color:var(--theme-muted);opacity:.5;z-index:15;pointer-events:none;font-family:Inter,sans-serif;font-size:11px;position:fixed;top:96px;left:50%;transform:translate(-50%)}.phrase-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050508e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.phrase-modal{background:var(--theme-panel-bg);width:520px;box-shadow:0 0 60px rgba(var(--theme-accent-rgb), .15), 0 20px 40px #00000080;border-radius:24px;flex-direction:column;gap:24px;padding:48px 48px 40px;display:flex}.phrase-modal-icon{font-size:32px}.phrase-modal-title{color:#fff;font-family:Forum,serif;font-size:32px;font-weight:400}.phrase-modal-desc{color:var(--theme-soft);font-size:14px;line-height:1.6}.phrase-input-area{flex-direction:column;gap:8px;display:flex}.phrase-input-label{color:var(--theme-muted);font-size:12px;font-weight:600}.phrase-input{background:var(--theme-body-bg);color:#fff;border:1px solid #ffffff14;border-radius:12px;outline:none;height:56px;padding:0 20px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.phrase-input:focus{border-color:rgba(var(--theme-accent-rgb), .4)}.phrase-input::placeholder{color:#71717a99}.phrase-word-count{color:var(--theme-muted);font-family:Geist Mono,monospace;font-size:11px}.phrase-error{color:#f87171;font-size:12px}.phrase-submit-btn{background:var(--theme-accent);color:#fff;cursor:pointer;border:none;border-radius:9999px;width:100%;height:52px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:background .2s}.phrase-submit-btn:hover{background:color-mix(in srgb, var(--theme-accent) 82%, black)}.phrase-modal-note{color:color-mix(in srgb, var(--theme-muted) 80%, transparent);font-size:12px;line-height:1.5}.void-overlay{z-index:100;background:var(--theme-body-bg);position:fixed;inset:0}.void-container{touch-action:none;width:100%;height:100%;position:relative;overflow:hidden}.void-content{will-change:transform;min-height:100%}.void-entry{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.void-back{color:var(--theme-soft);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:13px;transition:color .3s,border-color .3s;display:flex;position:absolute;top:32px;left:50%;transform:translate(-50%)}.void-back:hover{color:#fff;border-color:rgba(var(--theme-accent-rgb), .4)}.void-back-arrow{font-size:16px}.void-back-fixed{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--theme-soft);cursor:pointer;z-index:110;background:#0a0a0ad9;border:1px solid #ffffff1a;border-radius:9999px;padding:8px 20px;font-family:Inter,sans-serif;font-size:13px;transition:color .3s,border-color .3s,opacity .4s;position:fixed;top:24px;left:50%;transform:translate(-50%)}.void-back-fixed:hover{color:#fff;border-color:rgba(var(--theme-accent-rgb), .4)}.void-title{color:#fff;text-align:center;letter-spacing:-.02em;font-family:Forum,serif;font-size:48px;font-style:italic;font-weight:400}.void-subtitle{color:var(--theme-soft);margin-top:16px;font-family:Inter,sans-serif;font-size:14px}.void-arrow-down{color:var(--theme-soft);font-size:24px;animation:2s ease-in-out infinite voidBounce;position:absolute;bottom:40px}@keyframes voidBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.void-fall{max-width:700px;margin:0 auto;padding:0 28px 120px;position:relative;overflow-x:clip}.void-scroll-indicator{pointer-events:none;z-index:112;width:8px;height:calc(100vh - 192px);position:fixed;top:96px;right:4px}.void-scroll-track{opacity:.55;background:linear-gradient(#ffffff05,#7ec8ee29,#ffffff05);border-radius:9999px;width:2px;margin:0 auto;position:absolute;inset:0}.void-scroll-thumb{background:linear-gradient(180deg, rgba(var(--theme-glow-rgb), .72), rgba(var(--theme-accent-rgb), .4));width:8px;height:72px;box-shadow:0 0 18px rgba(var(--theme-glow-rgb), .22);border-radius:9999px;margin-left:-4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.void-cluster{justify-content:center;padding:60px 0;transition:opacity .6s;display:flex}.void-solo{padding:80px 0}.void-pair{flex-wrap:wrap;gap:24px}.void-triple{flex-wrap:wrap;gap:16px}.void-thought{border:1px solid rgba(var(--theme-accent-rgb), .06);cursor:pointer;max-width:500px;box-shadow:0 0 0 1px rgba(var(--theme-accent-rgb), calc(var(--echo-border-opacity,.1) * .45)), 0 0 calc(18px + var(--echo-strength,0) * 36px) rgba(var(--theme-glow-rgb), var(--echo-shadow-opacity,.08));border-radius:16px;padding:20px 24px;transition:transform .3s,box-shadow .35s,border-color .35s,filter .35s}.void-thought:hover{border-color:rgba(var(--theme-glow-rgb), calc(.12 + var(--echo-strength,0) * .28));box-shadow:0 0 0 1px rgba(var(--theme-glow-rgb), calc(.1 + var(--echo-strength,0) * .26)), 0 0 calc(28px + var(--echo-strength,0) * 40px) rgba(var(--theme-accent-rgb), calc(.14 + var(--echo-strength,0) * .18));filter:brightness(calc(1.2 + var(--echo-strength,0) * .12))}.void-thought.is-echo{border-color:rgba(var(--theme-glow-rgb), calc(.14 + var(--echo-strength,0) * .28));box-shadow:0 0 0 1px rgba(var(--theme-glow-rgb), calc(.08 + var(--echo-border-opacity,.1))), 0 0 calc(22px + var(--echo-strength,0) * 44px) rgba(var(--theme-glow-rgb), calc(.09 + var(--echo-shadow-opacity,.08))), 0 0 calc(10px + var(--echo-strength,0) * 24px) rgba(var(--theme-accent-rgb), calc(.08 + var(--echo-ring-opacity,.16)))}.void-thought p{word-break:break-word;white-space:pre-wrap;font-family:Forum,serif;line-height:1.5}.void-thought.variant-0{background:var(--theme-panel-bg)}.void-thought.variant-0 p{color:#fff}.void-thought.variant-1{background:rgba(var(--theme-accent-rgb), .1)}.void-thought.variant-1 p{color:var(--theme-accent)}.void-thought.variant-2{background:var(--theme-panel-bg)}.void-thought.variant-2 p{color:var(--theme-soft)}.void-thought.variant-3{background:rgba(var(--theme-accent-rgb), .06)}.void-thought.variant-3 p{color:#ffffffde}.void-thought.variant-4{background:rgba(var(--theme-accent-rgb), .07)}.void-thought.variant-4 p{color:rgba(var(--theme-accent-rgb), .8)}html[data-theme-variant=ocean] .void-thought{border:1px solid color-mix(in srgb, #4d321ab3 calc(100% - var(--echo-strength,0) * 28%), #ebfaffeb);box-shadow:inset 0 1px 0 rgba(255, 231, 179, calc(.16 - var(--wreck-age,0) * .06)), inset 0 -2px 0 #321f1059, 0 8px 24px rgba(2, 24, 36, var(--wreck-shadow,.24)), 0 0 calc(12px + var(--echo-strength,0) * 34px) rgba(185, 238, 255, calc(var(--echo-shadow-opacity,.08) * .92));clip-path:polygon(calc(3% + var(--wreck-age,0) * 2%) 0, 100% 0, calc(97% - var(--wreck-age,0) * 4%) calc(18% + var(--wreck-age,0) * 6%), 100% 39%, calc(96% - var(--wreck-age,0) * 3%) 100%, calc(14% + var(--wreck-age,0) * 10%) 100%, 0 calc(86% - var(--wreck-age,0) * 16%), calc(2% + var(--wreck-age,0) * 2%) 42%, 0 calc(10% + var(--wreck-age,0) * 5%));border-radius:6px 10px 7px 12px;background:linear-gradient(180deg, rgba(255, 246, 214, calc(.08 - var(--wreck-age,0) * .03)), transparent 15%), linear-gradient(90deg, #5b3a1f 0%, color-mix(in srgb, #8a5a33 calc(100% - var(--wreck-age,0) * 22%), #3f2816) 50%, #6c4527 100%)!important}html[data-theme-variant=ocean] .void-thought p{text-shadow:0 1px #3a221059;color:#f8f1dd!important}html[data-theme-variant=ocean] .void-time,html[data-theme-variant=ocean] .void-mine-badge{color:#e8f4f7c2!important}.void-time{color:#71717a;margin-top:10px;font-family:Geist Mono,monospace;font-size:11px;display:block}.void-loading{text-align:center;color:#71717a;padding:60px 0;font-family:Inter,sans-serif;font-size:14px;font-style:italic;animation:2s ease-in-out infinite voidPulse}@keyframes voidPulse{0%,to{opacity:.4}50%{opacity:1}}.void-bottom{text-align:center;padding:100px 0 60px}.void-bottom-text{color:#a1a1aa;font-family:Forum,serif;font-size:28px;font-style:italic}.void-bottom-sub{color:#71717a;margin-top:12px;font-family:Geist Mono,monospace;font-size:12px}.void-fall .void-cluster:nth-child(n+5) .void-thought{box-shadow:0 0 30px #a855f708}.void-fall .void-cluster:nth-child(n+10) .void-thought{box-shadow:0 0 40px #a855f70d}.void-phrase-toggle{color:#ffffffe0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:10px;margin-top:16px;padding:6px 10px;font-family:Inter,sans-serif;font-size:13px;transition:all .25s;display:inline-flex}.void-phrase-toggle.active{border-color:#a855f747}.void-phrase-toggle:hover{background:#ffffff14}.void-switch{background:#ffffff0a;border:1px solid #ffffff14;border-radius:9999px;flex:none;width:34px;height:20px;display:inline-flex;position:relative}.void-switch-thumb{background:#a855f72e;border:1px solid #a855f757;border-radius:9999px;width:14px;height:14px;transition:transform .24s;position:absolute;top:2px;left:2px;box-shadow:0 0 18px #a855f71f}.void-phrase-toggle.active .void-switch-thumb{transform:translate(14px)}.void-phrase-label{color:#a855f7a6;margin-top:12px;font-family:Inter,sans-serif;font-size:12px;font-style:italic}.void-thought-mine{border:1.5px solid #a855f759!important;box-shadow:0 0 30px #a855f726!important}.void-thought-meta{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.void-mine-badge{color:#c084fc;background:#a855f726;border-radius:9999px;padding:2px 8px;font-family:Geist Mono,monospace;font-size:9px}.void-others-gap{opacity:.4;flex-direction:column;align-items:center;gap:8px;padding:20px 0;display:flex}.void-others-line{background:#ffffff14;width:1px;height:20px}.void-others-stack{width:280px;height:36px;position:relative}.void-others-card{background:#1a1a1a;border:1px solid #ffffff0a;border-radius:8px;width:100%;height:28px;position:absolute}.void-others-card:first-child{top:0;left:0}.void-others-card:nth-child(2){width:calc(100% - 16px);top:4px;left:8px}.void-others-card:nth-child(3){width:calc(100% - 32px);top:8px;left:16px}.void-others-count{color:#71717a;font-family:Inter,sans-serif;font-size:11px}@media (width<=768px){.void-title{font-size:32px}.void-subtitle{font-size:13px}.void-fall{padding:0 18px 80px}.void-scroll-indicator{height:calc(100vh - 156px);top:84px;right:2px}.void-scroll-track{opacity:.38}.void-scroll-thumb{width:6px;height:58px;margin-left:-3px}.void-cluster{padding:40px 0}.void-solo{padding:50px 0}.void-thought{border-radius:12px;padding:14px 18px}.void-thought p{line-height:1.4}.void-pair{gap:14px}.void-triple{gap:10px}.void-pair .void-thought,.void-triple .void-thought{max-width:180px;font-size:13px!important}.void-solo .void-thought{max-width:300px;font-size:18px!important}.void-back{padding:8px 18px;font-size:12px;top:20px}.void-bottom-text{font-size:22px}}.admin-shell{color:#f4f7fb;background:radial-gradient(circle at 0 0,#53aaff1f,#0000 28%),radial-gradient(circle at 100% 0,#a855f71f,#0000 24%),#07090d;min-height:100vh;padding:32px 20px 48px;font-family:Inter,system-ui,sans-serif}.admin-wrap{max-width:1200px;margin:0 auto}.admin-topbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.admin-title{font-family:Forum,serif;font-size:40px;font-style:italic}.admin-subtitle{color:#f4f7fbb3;max-width:760px;margin-top:8px;line-height:1.5}.admin-link{color:#9ed0ff;text-decoration:none}.admin-link:hover{text-decoration:underline}.admin-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e16d6;border:1px solid #ffffff14;border-radius:20px;padding:20px;box-shadow:0 20px 60px #0000003d}.admin-card+.admin-card{margin-top:18px}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.admin-card h2{margin-bottom:14px;font-size:16px}.admin-stat{background:#ffffff08;border-radius:14px;padding:14px}.admin-stat-label{color:#f4f7fba3;margin-bottom:6px;font-size:12px}.admin-stat-value{font-size:26px;font-weight:600}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-field{flex-direction:column;gap:6px;display:flex}.admin-field label{color:#f4f7fbb3;font-size:12px}.admin-field input{color:#f4f7fb;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;height:42px;padding:0 12px}.admin-field input:focus{border-color:#9ed0ff66}.admin-help{color:#f4f7fb8c;margin-top:12px;font-size:12px}.admin-inline{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-button{color:#081018;cursor:pointer;background:linear-gradient(135deg,#73c8ff,#8b6dff);border:none;border-radius:999px;height:42px;padding:0 18px;font-weight:700}.admin-button.secondary{color:#f4f7fb;background:#ffffff0f;border:1px solid #ffffff1a}.admin-button:disabled{opacity:.55;cursor:not-allowed}.admin-status{color:#f4f7fbb3;font-size:13px}.admin-error{color:#ff9ca4;margin-top:12px;font-size:13px}@media (width<=900px){.admin-grid,.admin-grid-3,.admin-form-grid{grid-template-columns:1fr}.admin-topbar{flex-direction:column}}
