:root{--night:#0d1329;--night-soft:#151d3c;--panel:rgba(18,25,52,.86);--panel-solid:#151d36;--line:rgba(214,226,255,.12);--ink:#f4f1e9;--muted:#aab5cf;--teal:#59d9c8;--gold:#e4bd7d;--danger:#ff9c9c}*{box-sizing:border-box}html,body{background:var(--night);min-height:100%;color:var(--ink);margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.splash,.auth-screen,.welcome{background:radial-gradient(circle at 20% 10%,rgba(89,217,200,.16),transparent 32%),radial-gradient(circle at 85% 80%,rgba(142,110,225,.18),transparent 35%),var(--night);place-items:center;min-height:100dvh;display:grid}.splash{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;align-content:center;gap:12px;font-size:12px}.splash svg{width:28px}.welcome{padding:24px;position:relative;overflow:hidden}.welcome-scene{opacity:.28;background:url(/scene.webp) 50%/cover;position:absolute;top:0;bottom:0;left:0;right:0}.welcome-card,.auth-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;background:rgba(13,19,41,.82);border-radius:32px;width:min(440px,100%);padding:42px 34px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.45)}.welcome-card img{object-fit:contain;width:92px;height:92px}.eyebrow{color:var(--teal);letter-spacing:.2em;text-transform:uppercase;font-size:10px}.welcome-card h1,.auth-card h1{margin:8px 0 12px;font-family:Georgia,serif;font-size:max(42px,min(10vw,64px));font-style:italic;font-weight:400}.welcome-card p,.auth-card p{color:var(--muted);line-height:1.6}.primary-action{background:linear-gradient(135deg,var(--gold),#f0d8a5);color:#242033;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:13px 20px;font-weight:700;text-decoration:none;display:inline-flex}.primary-action svg{width:17px}.welcome-actions{gap:10px;margin-top:24px;display:grid}.welcome-actions .primary-action{margin-top:0}.secondary-action{border:1px solid var(--line);min-height:48px;color:var(--ink);font:inherit;cursor:pointer;background:rgba(255,255,255,.055);border-radius:15px;justify-content:center;align-items:center;gap:9px;font-weight:720;display:inline-flex}.secondary-action:hover{background:rgba(89,217,200,.08);border-color:rgba(89,217,200,.5)}.secondary-action svg,.register-action svg{width:16px}.register-action{color:var(--muted);font:inherit;text-underline-offset:4px;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;margin-top:16px;font-size:12px;text-decoration:underline;display:inline-flex}.register-action:hover{color:var(--ink)}.conversation-more{border:1px solid var(--line);width:calc(100% - 18px);min-height:38px;color:var(--muted);cursor:pointer;background:rgba(255,255,255,.04);border-radius:12px;justify-content:center;align-items:center;gap:7px;margin:5px 9px 12px;display:flex}.conversation-more:hover{color:var(--teal);border-color:rgba(89,217,200,.35)}.conversation-more svg{width:15px}.app-shell{background:var(--night);grid-template-columns:390px minmax(0,1fr);height:100dvh;display:grid;overflow:hidden}.sidebar{border-right:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:4;flex-direction:column;min-width:0;display:flex}.brand-bar,.pane-bar,.account-bar{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:70px;padding:12px 18px;display:flex}.brand-bar{justify-content:space-between}.brand-bar h1{margin:1px 0 0;font-family:Georgia,serif;font-style:italic;font-weight:400}.search-box{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:14px;align-items:center;gap:9px;margin:12px;padding:10px 12px;display:flex}.search-box svg{width:16px;color:var(--muted)}.search-box input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.search-box button,.account-bar button{cursor:pointer;background:0 0;border:0}.conversation-list{flex:1;min-height:0;padding:4px 8px 14px;overflow-y:auto}.conversation-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;align-items:center;gap:12px;width:100%;padding:11px;display:flex}.conversation-row:hover,.conversation-row.active{background:rgba(255,255,255,.075)}.avatar{border:1px solid var(--line);width:44px;height:44px;color:var(--teal);background:linear-gradient(145deg,rgba(89,217,200,.16),rgba(142,110,225,.16));border-radius:50%;flex:none;place-items:center;display:grid}.avatar svg{width:19px}.row-copy{flex:1;min-width:0}.row-copy>span{align-items:center;gap:8px;display:flex}.row-copy b,.row-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.row-copy b{font-size:14px}.row-copy small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.row-copy i{background:var(--teal);color:#071b1c;text-align:center;border-radius:999px;min-width:20px;margin-left:auto;padding:3px 6px;font-size:10px;font-style:normal}.empty-copy{color:var(--muted);text-align:center;padding:30px}.account-bar{border-top:1px solid var(--line);color:var(--muted);border-bottom:0}.account-bar>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.account-bar svg{width:18px}.conversation-pane{background:radial-gradient(circle at 60% 20%,rgba(89,217,200,.09),transparent 31%),var(--night-soft);flex-direction:column;min-width:0;display:flex;position:relative}.pane-bar div{flex-direction:column;min-width:0;display:flex}.pane-bar b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pane-bar small{color:var(--muted);margin-top:3px}.icon-action{cursor:pointer;background:rgba(255,255,255,.06);border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.icon-action svg{width:18px}.message-stage{text-align:center;background:linear-gradient(rgba(13,19,41,.68),rgba(13,19,41,.86)),url(/scene.webp) 50%/cover;flex:1;align-content:center;place-items:center;padding:30px;display:grid}.stage-orb{width:78px;height:78px;color:var(--teal);background:rgba(89,217,200,.12);border:1px solid rgba(89,217,200,.4);border-radius:50%;place-items:center;display:grid;box-shadow:0 0 50px rgba(89,217,200,.16)}.stage-orb svg{width:28px}.message-stage h2{margin:20px 0 4px;font-family:Georgia,serif;font-size:28px;font-style:italic;font-weight:400}.message-stage p{max-width:480px;color:var(--muted)}.composer{padding:13px max(14px,env(safe-area-inset-right))max(13px,env(safe-area-inset-bottom))max(14px,env(safe-area-inset-left));border-top:1px solid var(--line);background:rgba(13,19,41,.88);align-items:end;gap:10px;display:flex}.composer textarea{resize:vertical;border:1px solid var(--line);min-height:48px;max-height:150px;color:var(--ink);background:rgba(255,255,255,.055);border-radius:18px;outline:0;flex:1;padding:14px 16px}.composer button{background:var(--teal);color:#071b1c;cursor:pointer;border:0;border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.composer button:disabled{opacity:.35}.composer svg{width:19px}.error-banner{color:var(--danger);background:rgba(70,20,30,.92);border:1px solid rgba(255,156,156,.35);border-radius:12px;padding:10px 14px;font-size:13px;position:absolute;bottom:82px;left:50%;transform:translate(-50%)}.auth-card svg{width:38px;color:var(--teal)}.auth-card .spin{margin-top:18px}.mobile-only{display:none}@media (max-width:760px){.app-shell{display:block;position:relative}.sidebar{transition:transform .22s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-102%)}.sidebar.open{transform:translate(0)}.conversation-pane{height:100dvh}.mobile-only{display:grid}.welcome-card{padding:34px 24px}}
.account-bar select{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:12px}.account-bar option{color:#11162b}.message-list{text-align:left;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:24px max(14px,min(5vw,64px));display:flex;overflow-y:auto}.message-bubble{border:1px solid var(--line);background:rgba(255,255,255,.075);border-radius:18px 18px 18px 5px;align-self:flex-start;max-width:min(680px,82%);padding:10px 13px 7px}.message-bubble.self{background:rgba(89,217,200,.17);border-radius:18px 18px 5px;align-self:flex-end}.message-bubble.daimon{background:rgba(228,189,125,.1);border-color:rgba(228,189,125,.3)}.message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.45}.message-bubble b{color:var(--teal);margin-bottom:3px;font-size:11px;display:block}.message-bubble small{color:var(--muted);text-align:right;margin-top:4px;font-size:9px;display:block}.message-loader{align-self:center;margin:auto}.history-action{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:rgba(255,255,255,.06);border-radius:999px;align-self:center;padding:7px 13px}.empty-thread{color:var(--muted);place-items:center;margin:auto;display:grid}.empty-thread svg{width:28px;color:var(--teal)}.error-banner{cursor:pointer;border:1px solid rgba(255,156,156,.35)}.attachment-picker{flex:none;position:relative}.composer .attachment-trigger{border:1px solid var(--line);color:var(--muted);background:rgba(255,255,255,.055)}.composer .attachment-trigger:hover{color:var(--teal);border-color:rgba(89,217,200,.36)}.attachment-menu{border:1px solid var(--line);z-index:6;background:rgba(16,23,48,.98);border-radius:18px;width:min(310px,100vw - 28px);padding:7px;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 18px 50px rgba(0,0,0,.42)}.composer .attachment-menu button{width:100%;height:auto;color:var(--ink);text-align:left;background:0 0;border-radius:13px;justify-content:flex-start;align-items:center;gap:11px;padding:10px;display:flex}.composer .attachment-menu button:hover{background:rgba(255,255,255,.07)}.attachment-menu button>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.attachment-menu b{font-size:13px}.attachment-menu small{color:var(--muted);font-size:11px}.attachment-icon{width:38px;height:38px;color:var(--teal);background:rgba(89,217,200,.13);border-radius:11px;flex:none;place-items:center;display:grid}.attachment-icon.timeline{color:var(--gold);background:rgba(228,189,125,.14)}.attachment-icon.story{color:#bba0ff;background:rgba(167,126,255,.15)}.message-bubble.article-bubble{background:rgba(12,18,39,.92);width:min(720px,90%);max-width:90%;padding:0;overflow:hidden}.message-bubble.article-bubble.self{background:rgba(18,42,48,.94)}.article-message{padding:max(18px,min(3vw,30px))}.article-message-kicker{color:var(--teal);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:14px;font-size:10px;font-weight:750;display:flex}.article-message-kicker svg{width:14px;height:14px}.article-message h2{overflow-wrap:anywhere;margin:0;font-family:Georgia,serif;font-size:max(24px,min(4vw,36px));font-weight:400;line-height:1.08}.article-message-subtitle{font-family:Georgia,serif;font-size:16px;font-style:italic;color:var(--gold)!important;margin:9px 0 20px!important;line-height:1.45!important}.article-message-body{border-top:1px solid var(--line);padding-top:18px}.article-message-body p{color:var(--ink);white-space:pre-wrap;margin:8px 0;line-height:1.62}.article-message-body h3,.article-message-body h4,.article-message-body h5{margin:22px 0 8px;font-family:Georgia,serif;line-height:1.25}.article-message-body h3{font-size:23px}.article-message-body h4{font-size:19px}.article-message-body h5{font-size:16px}.article-message-body blockquote{border-left:3px solid var(--gold);color:var(--muted);margin:14px 0;padding:4px 0 4px 15px;font-family:Georgia,serif;font-style:italic;line-height:1.6}.article-message-body a{color:var(--teal);overflow-wrap:anywhere}.article-message-body code{background:rgba(255,255,255,.1);border-radius:5px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em}.article-message-body pre{border:1px solid var(--line);background:rgba(0,0,0,.26);border-radius:12px;margin:13px 0;padding:14px;overflow-x:auto}.article-message-body pre code{background:0 0;padding:0}.article-message-body hr{border:0;border-top:1px solid var(--line);margin:22px 0}.article-list-line{align-items:flex-start;gap:9px;display:flex}.article-list-line>span{color:var(--teal);padding-top:8px}.article-list-line p{flex:1}.article-spacer{height:8px}.article-bubble>small{padding:0 13px 8px}.timeline-message,.story-album-message{padding:max(18px,min(3vw,30px))}.timeline-message>h2,.story-album-message h2{overflow-wrap:anywhere;margin:0;font-family:Georgia,serif;font-size:max(24px,min(4vw,36px));font-weight:400;line-height:1.08}.structured-message-subtitle{font-family:Georgia,serif;font-size:16px;font-style:italic;color:var(--gold)!important;margin:9px 0 20px!important;line-height:1.45!important}.timeline-message-list{margin-top:22px;padding-top:6px}.timeline-message-item{grid-template-columns:20px 1fr;gap:13px;padding-bottom:20px;display:grid;position:relative}.timeline-message-item:not(:last-child):before{content:"";background:linear-gradient(var(--teal),rgba(89,217,200,.12));width:1px;position:absolute;top:15px;bottom:-2px;left:6px}.timeline-dot{background:var(--teal);z-index:1;border:3px solid #172d3b;border-radius:50%;width:13px;height:13px;margin-top:4px;position:relative;box-shadow:0 0 0 1px rgba(89,217,200,.4)}.timeline-message-item small{letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--gold)!important;text-align:left!important;margin:0 0 4px!important;padding:0!important;font-size:10px!important}.timeline-message-item h3{margin:0;font-size:16px}.timeline-message-item p{color:var(--muted);white-space:pre-wrap;margin:6px 0 0;line-height:1.5}.story-album-message>header{padding-bottom:18px}.story-album-frames{gap:12px;display:grid}.story-album-message.album .story-album-frames{grid-template-columns:repeat(2,minmax(0,1fr))}.story-album-message.story .story-album-frames{scroll-snap-type:x mandatory;grid-auto-columns:min(76%,460px);grid-auto-flow:column;padding-bottom:5px;overflow-x:auto}.story-album-frames figure{border:1px solid var(--line);scroll-snap-align:start;background:rgba(0,0,0,.2);border-radius:16px;min-width:0;margin:0;overflow:hidden}.story-album-frames img{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto;max-height:520px;display:block}.story-album-message.story .story-album-frames img{aspect-ratio:3/4}.story-album-frames figcaption{color:var(--ink);padding:11px 13px 13px;font-family:Georgia,serif;font-size:14px;line-height:1.45}.article-editor-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:rgba(5,8,19,.72);place-items:center;padding:18px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.article-editor{border:1px solid var(--line);background:#11172f;border-radius:26px;flex-direction:column;width:min(980px,100%);height:min(860px,100dvh - 36px);min-height:520px;display:flex;overflow:hidden;box-shadow:0 35px 110px rgba(0,0,0,.58)}.article-editor-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:14px 20px;display:flex}.article-editor-header h2{margin:4px 0 0;font-family:Georgia,serif;font-size:24px;font-style:italic;font-weight:400}.article-toolbar{border-bottom:1px solid var(--line);background:rgba(255,255,255,.024);gap:5px;padding:10px 16px;display:flex;overflow-x:auto}.article-toolbar button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid transparent;border-radius:10px;flex:none;place-items:center;display:grid}.article-toolbar button:hover{border-color:var(--line);color:var(--teal);background:rgba(255,255,255,.06)}.article-toolbar svg{width:17px}.article-editor-fields{flex-direction:column;flex:1;min-height:0;padding:max(20px,min(5vw,54px)) max(18px,min(8vw,92px)) 28px;display:flex;overflow-y:auto}.article-editor-fields input,.article-editor-fields textarea{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.article-editor-fields input::placeholder,.article-editor-fields textarea::placeholder{color:rgba(170,181,207,.53)}.article-title-input{font-family:Georgia,serif;font-size:max(32px,min(6vw,58px));line-height:1.08}.article-subtitle-input{margin-top:14px;padding-bottom:22px;font-family:Georgia,serif;font-size:max(17px,min(2.5vw,22px));font-style:italic;border-bottom:1px solid var(--line)!important;color:var(--gold)!important}.article-body-input{resize:none;flex:1;min-height:280px;margin-top:24px;font-family:Georgia,serif;font-size:17px;line-height:1.75}.article-editor-footer{min-height:72px;padding:11px 18px max(11px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(8,12,28,.7);align-items:center;gap:14px;display:flex}.article-editor-footer>span{color:var(--muted);margin-left:auto;font-size:11px}.article-editor-footer button{cursor:pointer;border:0}.article-editor-footer button:disabled{cursor:default;opacity:.38}.article-trash{width:44px;height:44px;color:var(--muted);background:rgba(255,255,255,.05);border-radius:13px;place-items:center;display:grid}.article-trash svg{width:18px}.article-send{background:var(--teal);color:#071b1c;border-radius:13px;align-items:center;gap:8px;min-height:44px;padding:0 17px;font-size:13px;font-weight:750;display:flex}.article-send svg{width:17px}.structured-editor-fields{flex:1;min-height:0;padding:24px max(18px,min(6vw,64px)) 32px;overflow-y:auto}.structured-heading{color:var(--teal);align-items:center;gap:12px;margin-bottom:20px;display:flex}.structured-heading>svg{width:25px}.structured-heading>div{flex-direction:column;gap:3px;display:flex}.structured-heading small{color:var(--muted)}.structured-title-input,.structured-subtitle-input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.structured-title-input{font-family:Georgia,serif;font-size:max(30px,min(5vw,48px));line-height:1.1}.structured-subtitle-input{border-bottom:1px solid var(--line);color:var(--gold);margin:10px 0 24px;padding-bottom:18px;font-family:Georgia,serif;font-size:18px;font-style:italic}.structured-title-input::placeholder,.structured-subtitle-input::placeholder,.timeline-form-item input::placeholder,.timeline-form-item textarea::placeholder,.story-form-item input::placeholder{color:rgba(170,181,207,.5)}.timeline-form-list,.story-form-list{gap:12px;display:grid}.timeline-form-item{border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:17px;grid-template-columns:36px minmax(0,1fr) 34px;align-items:start;gap:12px;padding:16px;display:grid}.timeline-form-index{width:30px;height:30px;color:var(--teal);background:rgba(89,217,200,.14);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.timeline-form-copy{gap:8px;display:grid}.timeline-form-copy input,.timeline-form-copy textarea,.story-form-copy input{border:1px solid var(--line);width:100%;color:var(--ink);background:rgba(0,0,0,.13);border-radius:10px;outline:0;padding:9px 11px}.timeline-form-copy input:first-child{color:var(--gold);font-size:11px;font-weight:700}.timeline-form-copy input:nth-child(2){font-weight:700}.timeline-form-copy textarea{resize:vertical;min-height:70px;line-height:1.45}.structured-item-actions{gap:4px;display:grid}.structured-item-actions button,.remove-story-frame{width:32px;height:32px;color:var(--muted);cursor:pointer;background:rgba(255,255,255,.05);border:0;border-radius:9px;place-items:center;display:grid}.structured-item-actions button:disabled,.remove-story-frame:disabled{opacity:.25;cursor:default}.structured-item-actions svg,.remove-story-frame svg{width:14px}.add-structured-item{color:var(--teal);cursor:pointer;background:rgba(89,217,200,.06);border:1px dashed rgba(89,217,200,.35);border-radius:12px;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;display:flex}.add-structured-item:disabled{opacity:.35;cursor:default}.add-structured-item svg{width:16px}.layout-switch{border:1px solid var(--line);background:rgba(0,0,0,.15);border-radius:13px;gap:4px;width:-moz-fit-content;width:fit-content;margin-bottom:22px;padding:4px;display:flex}.layout-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;padding:8px 12px;display:flex}.layout-switch button.active{color:#d4c5ff;background:rgba(167,126,255,.18)}.layout-switch svg{width:15px}.story-form-item{border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:17px;grid-template-columns:150px minmax(0,1fr) 32px;align-items:start;gap:13px;padding:13px;display:grid;position:relative}.story-form-preview{aspect-ratio:4/3;color:var(--muted);background:rgba(0,0,0,.24);border-radius:12px;place-items:center;display:grid;overflow:hidden}.story-form-preview img{object-fit:cover;width:100%;height:100%}.story-form-preview>svg{width:25px}.story-form-copy{gap:8px;min-width:0;display:grid}.story-form-copy>span{color:#d4c5ff;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.story-upload-action{color:#d4c5ff;cursor:pointer;background:rgba(167,126,255,.08);border:1px solid rgba(167,126,255,.3);border-radius:10px;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:8px 10px;font-size:11px;font-weight:700;display:flex}.story-upload-action input{display:none}.story-upload-action svg{width:14px}.story-upload-note{color:var(--muted);margin:14px 0 0;font-size:11px;line-height:1.5}.story-upload-note.error{color:var(--danger)}@media (max-width:620px){.message-bubble.article-bubble{width:96%;max-width:96%}.article-editor-backdrop{padding:0}.article-editor{border:0;border-radius:0;width:100%;height:100dvh;min-height:0}.article-editor-header{padding-top:max(14px,env(safe-area-inset-top))}.article-editor-fields{padding:26px 20px 20px}.article-editor-footer>span{display:none}.article-send{margin-left:auto}.story-album-message.album .story-album-frames{grid-template-columns:1fr}.story-album-message.story .story-album-frames{grid-auto-columns:88%}.structured-editor-fields{padding:22px 16px}.timeline-form-item{grid-template-columns:30px minmax(0,1fr)}.structured-item-actions{grid-column:2;display:flex}.story-form-item{grid-template-columns:96px minmax(0,1fr)}.remove-story-frame{background:rgba(8,12,28,.8);position:absolute;top:8px;right:8px}}
