:root{--app-canvas:#060816;--app-bg:#0a0e1f;--app-bg-deep:#060816;--app-surface:#ffffff08;--app-surface-hover:#ffffff14;--app-surface-strong:#151a2d;--app-input:#ffffff0a;--app-text:#f5e9d3;--app-text-soft:#f5e9d3d9;--app-text-muted:#8a92a6;--app-text-faint:#8a92a6;--app-border:#f5e9d31f;--app-border-soft:#f5e9d314;--app-gold:#d4a574;--app-gold-bright:#f0c478;--app-shadow:#00000073;--app-dock:#14182875;--app-dock-fallback:#141828db;--mobile-dock-clearance:128px}.chat-input-bar{box-shadow:none;background-color:var(--app-bg)!important;border-top-color:#0000!important}html.light{--app-canvas:#eae4da;--app-bg:#f4efe6;--app-bg-deep:#ebe4d8;--app-surface:#ffffff94;--app-surface-hover:#ffffffdb;--app-surface-strong:#e7dfd2;--app-input:#ffffffa3;--app-text:#282738;--app-text-soft:#282738d1;--app-text-muted:#656779;--app-text-faint:#7a7b89;--app-border:#39334824;--app-border-soft:#39334817;--app-gold:#9b6c35;--app-gold-bright:#815724;--app-shadow:#362b1e2e;--app-dock:#f8f3ebb3;--app-dock-fallback:#f8f3ebf0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes archetype-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes archetype-nebula{0%{opacity:.85;transform:scale(1)rotate(0)}to{opacity:1;transform:scale(1.08)rotate(4deg)}}@keyframes archetype-twinkle{0%,to{opacity:0}40%{opacity:1}70%{opacity:.6}}@keyframes archetype-draw{0%{stroke-dashoffset:60px;opacity:0}30%{opacity:.9}70%{stroke-dashoffset:0;opacity:.9}to{stroke-dashoffset:0;opacity:0}}body{margin:0;overflow-x:hidden}.sidereal-app{background-color:var(--app-bg);color:var(--app-text);width:100%;max-width:100vw;height:100vh;font-family:DM Sans,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}main.app-main{min-width:0}.font-serif{font-family:Cormorant Garamond,Georgia,serif;font-weight:500}.bg-night-deep{background-color:var(--app-bg-deep)}.surface-1{background-color:var(--app-surface)}.surface-gold-1{background-color:#d4a5741a}.text-parchment{color:var(--app-text)}.text-parchment-soft{color:var(--app-text-soft)}.text-gold-bright{color:var(--app-gold-bright)}.text-gold{color:var(--app-gold)}.text-gold-soft{color:#d4a574cc}.text-gold-muted{color:#d4a57499}.text-gold-faint{color:#d4a57466}.btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background-color:var(--app-gold);color:var(--app-bg-deep)}.btn-primary:hover:not(:disabled){background-color:#e0b682}.btn-ghost{background-color:var(--app-input);color:var(--app-gold-bright);border:1px solid #d4a57440}.btn-ghost:hover:not(:disabled){background-color:#ffffff14;border-color:#d4a57473}.btn-icon{color:#d4a574;cursor:pointer;background-color:#ffffff0a;border:1px solid #d4a57433;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:inline-flex}.btn-icon:hover{color:#f0c478;background-color:#ffffff14}.input,.textarea,.select{background-color:var(--app-input);border:1px solid var(--app-border);width:100%;color:var(--app-text);box-sizing:border-box;border-radius:6px;padding:9px 12px;font-family:inherit;font-size:14px;transition:all .2s}.input:focus,.textarea:focus,.select:focus{background-color:#ffffff12;border-color:#d4a5748c;outline:none}.input::placeholder,.textarea::placeholder{color:color-mix(in srgb,var(--app-text) 38%,transparent)}.textarea{resize:vertical;min-height:80px}.select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d4a574' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.select option{color:#f5e9d3;background-color:#0d1228}.label-mini{letter-spacing:.18em;text-transform:uppercase;color:#d4a57499;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;display:flex}.label-tiny{letter-spacing:.22em;text-transform:uppercase;color:#d4a5748c;font-size:10px}.card{background-color:var(--app-surface);border:1px solid var(--app-border);border-radius:12px}.sidebar{background-color:var(--app-bg-deep);border-right:1px solid var(--app-border);z-index:30;flex-direction:column;flex-shrink:0;width:280px;min-width:0;height:100%;transition:transform .25s,width .25s;display:flex;position:relative}.sidebar.is-hidden{border-right:none;width:0;overflow:hidden}.sidebar-backdrop{z-index:25;background:#00000080;display:none;position:fixed;inset:0}.sidebar-toggle{z-index:40;color:#d4a574;cursor:pointer;background:#ffffff0d;border:1px solid #d4a57440;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:14px;left:16px}.sidebar-toggle:hover{background:#ffffff1a}@media(max-width:768px){.sidebar{width:86vw;max-width:320px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 40px #0009}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop.is-open{display:block}main.app-main{padding-top:0}.scroll-pane{scroll-padding-bottom:calc(var(--mobile-dock-clearance) + env(safe-area-inset-bottom));padding:8px 16px calc(var(--mobile-dock-clearance) + env(safe-area-inset-bottom))!important}.ciel-scroll-pane{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-padding-bottom:calc(var(--mobile-dock-clearance) + env(safe-area-inset-bottom));box-sizing:border-box;height:100%!important;min-height:0!important;padding:16px 24px calc(var(--mobile-dock-clearance) + env(safe-area-inset-bottom))!important;overflow-y:auto!important}.card{border-radius:10px}h1.font-serif{font-size:22px!important}h2.font-serif{font-size:18px!important}h3.font-serif{font-size:16px!important}main.app-main>div[style*="padding: 40px 40px 0"],main.app-main>div>div[style*="padding: 40px 40px 0"]{padding:12px 16px 0!important}.tab-btn{gap:6px;padding:9px 10px;font-size:13px}.avatar-large{width:48px;height:48px;font-size:22px}.input,.textarea,.select{padding:11px 12px;font-size:16px}.btn{padding:10px 16px;font-size:14px}.card[style*="padding: 24px"]{padding:16px!important}.suggestion-card{padding:12px;font-size:13px}.chat-bubble-user,.chat-bubble-assistant{padding:10px 13px;font-size:14px}.card[style*="maxWidth: 420"],.card[style*="max-width: 420"]{padding:24px!important}}html,body{max-width:100%;overflow-x:hidden}.sidebar-item>div{min-width:0}.sidebar-item{box-sizing:border-box;text-align:left;cursor:pointer;color:#f5e9d3;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;width:100%;max-width:100%;padding:10px 12px;font-family:inherit;transition:all .2s;display:flex}.sidebar-item:hover{background-color:#ffffff0a}.sidebar-item.active{background-color:#d4a5741a;border-color:#d4a57440}.sidebar-item.counselor-active{background:linear-gradient(135deg,#f0c47838,#c9a84c1a);border:1.5px solid #f0c4788c;box-shadow:0 0 16px #f0c4782e,inset 0 0 8px #ffe6b41f}.sidebar-item.counselor-active .text-parchment{color:#fde6b8;font-weight:600}.sidebar-item.counselor-active .text-gold-muted{color:#fde6b8bf}.sidebar-icon-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s,border-color .15s;display:inline-flex}.sidebar-icon-btn:hover{background-color:#ffffff0d}.sidebar-icon-btn.active{background-color:#d4a5741a;border-color:#d4a57440}.history-card{text-align:left;cursor:pointer;color:#f5e9d3;background:#f5e9d308;border:1px solid #f5e9d31a;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;transition:all .2s;display:flex}.history-card:hover{background-color:#ffffff0d;border-color:#d4a57440}.history-card-avatar{color:#f0c478;background:linear-gradient(135deg,#5064c840,#783cb440);border:1px solid #d4a57433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;display:flex;overflow:hidden}.history-card-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.history-card-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.history-card-name-wrap{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.history-card-name{color:#f5e9d3;font-size:13px;font-weight:500}.history-card-preview{white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.4;overflow:hidden}.avatar{color:#f0c478;background:linear-gradient(135deg,#d4a57440,#50328240);border:1px solid #d4a5744d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.avatar-large{width:64px;height:64px;font-size:30px}.avatar-contact{background:linear-gradient(135deg,#5064c840,#783cb440);border-color:#d4a57433}.tab-btn{color:#d4a5748c;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:11px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:inline-flex}.tab-btn:hover{color:#d4a574d9}.tab-btn.active{color:#f5e9d3;border-bottom-color:#d4a574}.chat-bubble-user{color:#f3ede0;background-color:#23282f;border:1px solid #2a3247;border-radius:16px 16px 4px;max-width:80%;padding:10px 14px}.chat-bubble-assistant{color:#cdd2dd;background-color:#0000;border:none;padding:2px 0;font-size:13.5px;line-height:1.68}.suggestion-card{text-align:left;cursor:pointer;color:#f5e9d3d9;background-color:#ffffff08;border:1px solid #f5e9d31a;border-radius:10px;padding:14px;font-family:inherit;font-size:14px;transition:all .2s}.suggestion-card:hover{background-color:#ffffff0f;border-color:#d4a5744d}.stars-bg{pointer-events:none;opacity:.5;z-index:0;background-image:radial-gradient(circle at 12% 18%,#f5e9d380 .5px,#0000 1.5px),radial-gradient(circle at 78% 32%,#f5e9d373 .5px,#0000 1.5px),radial-gradient(circle at 25% 75%,#f5e9d366 .5px,#0000 1.5px),radial-gradient(circle at 85% 80%,#f5e9d380 .5px,#0000 1.5px),radial-gradient(circle at 45%,#f5e9d359 .5px,#0000 1.5px),radial-gradient(circle at 60% 15%,#f5e9d366 .5px,#0000 1.5px),radial-gradient(circle at 92% 55%,#f5e9d366 .5px,#0000 1.5px),radial-gradient(circle at 35% 28%,#f5e9d34d .4px,#0000 1.2px);position:absolute;inset:0}.nebula-bg{pointer-events:none;z-index:0;background:radial-gradient(at 20% 0,#8b7ab81f,#0000 50%),radial-gradient(at 90% 100%,#d4a5740f,#0000 50%);position:absolute;inset:0}.aurora-halo{pointer-events:none;z-index:0;background:radial-gradient(125% 70% at 50% -5%,#7b5eb01f,#7b5eb00a 38%,#0000 62%);position:absolute;inset:0}.logo-circle{border:1px solid #d4a57473;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.logo-circle:before{content:"";border:1px solid #d4a57433;border-radius:50%;position:absolute;inset:4px}.scroll-pane{overflow-y:auto}.scroll-pane::-webkit-scrollbar{width:8px}.scroll-pane::-webkit-scrollbar-track{background:0 0}.scroll-pane::-webkit-scrollbar-thumb{background:#d4a57433;border-radius:4px}.scroll-pane::-webkit-scrollbar-thumb:hover{background:#d4a57466}.prose-md h2{color:#f0c478;margin:16px 0 8px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500}.prose-md h3{color:#f0c478;margin:14px 0 6px;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:500}.prose-md p{color:#f5e9d3e0;margin:8px 0;line-height:1.65}.prose-md ul{margin:8px 0;padding:0;list-style:none}.prose-md li{color:#f5e9d3d9;margin-bottom:6px;padding-left:16px;line-height:1.55;position:relative}.prose-md li:before{content:"·";color:#d4a574b3;font-size:18px;line-height:1;position:absolute;top:4px;left:4px}.prose-md h4{color:#f0c478;margin:12px 0 4px;font-family:Cormorant Garamond,serif;font-size:17px;font-weight:500}.prose-md h5{color:#f0c478;margin:10px 0 4px;font-family:Cormorant Garamond,serif;font-size:15px;font-weight:500}.prose-md h6{color:#e0b468;text-transform:uppercase;letter-spacing:.05em;margin:8px 0 4px;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:500}.prose-md ol{color:#f5e9d3d9;margin:8px 0;padding-left:24px;list-style:decimal}.prose-md ol li{padding-left:4px;display:list-item}.prose-md ol li:before{content:none}.prose-md ol li::marker{color:#f0c478;font-weight:600}.prose-md pre{color:#f5e9d3;white-space:pre;background:#140c1e80;border:1px solid #d4a5742e;border-radius:6px;margin:10px 0;padding:10px 12px;font-family:JetBrains Mono,ui-monospace,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.55;overflow-x:auto}.prose-md pre code{font-size:inherit;background:0 0;border:none;padding:0}.prose-md code{color:#f0d8a8;background:#d4a5741a;border:1px solid #d4a5742e;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,ui-monospace,Menlo,Consolas,monospace;font-size:12.5px}.prose-md strong{color:#f5e9d3;font-weight:600}.prose-md em{color:#f0c478;font-style:italic}.prose-md blockquote{color:#f5e9d3f0;background:#f0c4780d;border-left:3px solid #f0c4788c;border-radius:0 10px 10px 0;margin:16px 0;padding:11px 16px;font-style:italic}.prose-md blockquote strong{font-style:normal}.chat-bubble-assistant{font-size:15px;line-height:1.72}.chat-bubble-assistant .prose-md p{margin:13px 0;font-size:15px;line-height:1.72}.chat-bubble-assistant .prose-md li{font-size:15px;line-height:1.6}.chat-bubble-assistant .prose-md blockquote{font-size:15px;line-height:1.62}.chat-bubble-assistant .prose-md h2{margin-top:22px}.chat-bubble-assistant .prose-md h3{margin-top:18px}.chat-bubble-assistant .prose-md>:first-child{margin-top:0}::selection{color:#fff5e0;background:#d4a57459}.hide-mobile{display:inline}@media(max-width:768px){.hide-mobile{display:none}}.chat-header-bar{padding:10px 140px 10px 20px}.chat-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-header-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-header-tabs-mobile{display:none}.profile-header-actions{flex-shrink:0;align-items:center;gap:16px;margin-left:auto;display:flex}.profile-header-action{color:#f5e9d39e;cursor:pointer;background:#f5e9d30a;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.profile-header-action:hover{color:#f5e9d3;background:#f5e9d314}@media(max-width:768px){.chat-header-bar{padding:10px 12px 0}.chat-header-name{white-space:normal;text-overflow:clip;line-height:1.2;overflow:visible;font-size:17px!important}.chat-header-tabs-desktop{display:none!important}.chat-header-tabs-mobile{border-top:1px solid #f5e9d30f;grid-template-columns:repeat(5,1fr);gap:2px;margin-top:10px;padding-top:6px;display:grid}.chat-header-tabs-mobile .tab-btn{text-align:center;flex-direction:column;min-width:0;line-height:1.1;gap:3px!important;padding:8px 2px!important;font-size:10px!important}.profile-header-actions{gap:12px}.profile-header-action{width:36px;height:36px}}.streaming-cursor{vertical-align:text-bottom;background:#d4a574;border-radius:1px;width:8px;height:1em;margin-left:2px;animation:1s steps(2,start) infinite streaming-blink;display:inline-block}@keyframes streaming-blink{to{visibility:hidden}}.tab-btn.memory-pulse svg{color:#f0c478;filter:drop-shadow(0 0 6px #f0c478d9);animation:1.6s ease-out memory-pulse}.tab-btn.memory-pulse{animation:1.6s ease-out memory-pulse-bg}@keyframes memory-pulse{0%{transform:scale(1)rotate(0)}20%{transform:scale(1.35)rotate(-8deg)}45%{transform:scale(1.1)rotate(6deg)}70%{transform:scale(1.2)rotate(-3deg)}to{transform:scale(1)rotate(0)}}@keyframes memory-pulse-bg{0%,to{box-shadow:0 0 #f0c47800}30%{box-shadow:0 0 0 6px #f0c4782e}60%{box-shadow:0 0 0 10px #f0c47800}}.mobile-bottom-dock{display:none}@media(max-width:768px){.sidebar,.sidebar-backdrop,.sidebar-toggle{display:none!important}main.app-main{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top)!important;padding-bottom:0!important}.chat-input-bar{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;margin-bottom:0!important}.mobile-bottom-dock{z-index:40;padding:0 8px max(4px,calc(env(safe-area-inset-bottom) - 12px));pointer-events:none;display:block;position:fixed;bottom:0;left:0;right:0;overflow:visible}.mobile-bottom-dock-inner{pointer-events:auto;isolation:isolate;background:linear-gradient(135deg,#ffffff29,#ffffff0a 34%,#d8b87614),var(--app-dock);-webkit-backdrop-filter:blur(22px)saturate(1.35);backdrop-filter:blur(22px)saturate(1.35);border:.5px solid #ffffff2e;border-radius:24px;justify-content:space-between;align-items:flex-end;padding:2px 12px 5px;display:flex;position:relative;overflow:visible;box-shadow:0 14px 36px #00000047,0 2px 10px #d8b87614,inset 0 1px #ffffff57,inset 0 -1px #ffffff14}.mobile-bottom-dock-inner:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 50% 0,#ffffff38,#0000 42%),radial-gradient(circle at 18% 100%,#d8b87629,#0000 38%),radial-gradient(circle at 82% 100%,#9b8cc91f,#0000 36%);position:absolute;inset:1px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.mobile-bottom-dock-inner{background:var(--app-dock-fallback)}}.mobile-dock-item{cursor:pointer;color:#8a92a6;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1 1 0;justify-content:flex-end;align-items:center;gap:4px;min-width:0;padding:3px 4px 2px;transition:color .2s,transform .15s;display:flex}.mobile-dock-item:active{transform:scale(.94)}.mobile-dock-icon{width:26px;height:26px;transition:fill .2s,color .2s}.mobile-dock-item.is-active,.mobile-dock-item.is-active .mobile-dock-icon{color:#f0c478}.mobile-dock-journal-icon{width:40px;height:40px}.mobile-dock-label{letter-spacing:.02em;white-space:nowrap;font-size:9.5px;font-weight:500;line-height:1}.mobile-dock-profile-icon{stroke-width:1.8px;width:39px;height:39px}.mobile-dock-center{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1 1 0;justify-content:flex-end;align-self:stretch;align-items:center;min-width:0;padding:0 4px 2px;display:flex;position:relative}.mobile-dock-center-halo{pointer-events:none;opacity:.75;background:radial-gradient(circle,#d8b87638,#0000 72%);border-radius:50%;width:86.4px;height:86.4px;transition:opacity .2s,background .2s;position:absolute;bottom:-14.2px;left:50%;transform:translate(-50%)}.mobile-dock-center.is-active .mobile-dock-center-halo{opacity:1;background:radial-gradient(circle,#d8b87666,#0000 72%)}.mobile-dock-center-btn{-webkit-backdrop-filter:blur(18px)saturate(1.25);backdrop-filter:blur(18px)saturate(1.25);background:radial-gradient(circle at 35% 25%,#ffffff47,#0000 28%),linear-gradient(145deg,#ffffff24,#d8b87614),#1a1f33;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:74.9px;height:74.9px;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex;position:absolute;bottom:-9.2px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #00000057,0 0 0 1px #d8b87647,inset 0 1px #ffffff57,inset 0 -1px #00000029}.mobile-dock-center:active .mobile-dock-center-btn{transform:translate(-50%)scale(.94)}.mobile-dock-center-star{color:#f0d49a;fill:#f0d49a;width:22px;height:22px;transition:color .2s,filter .2s}.mobile-dock-center.is-active .mobile-dock-center-btn{border-color:#d8b876e6;box-shadow:0 4px 18px #d8b87659,0 4px 14px #0006}.mobile-dock-center.is-active .mobile-dock-center-star{color:#ffe6b0;fill:#ffe6b0;filter:drop-shadow(0 0 6px #f0c47899)}.mobile-dock-center-label{letter-spacing:.02em;color:#d8b876;white-space:nowrap;font-size:9.5px;font-weight:500;line-height:1}@media(prefers-reduced-motion:reduce){.mobile-dock-item,.mobile-dock-icon,.mobile-dock-center-halo,.mobile-dock-center-btn,.mobile-dock-center-star{transition:none}.mobile-dock-item:active{transform:none}.mobile-dock-center:active .mobile-dock-center-btn{transform:translate(-50%)}}}@keyframes streakBurst{0%{transform:scale(1);box-shadow:0 0 18px #ff8c3c2e}35%{transform:scale(1.22);box-shadow:0 0 38px #ffa050b3}70%{transform:scale(.97);box-shadow:0 0 28px #ff8c3c73}to{transform:scale(1);box-shadow:0 0 18px #ff8c3c2e}}@keyframes flameDance{0%,to{transform:rotate(-6deg)scale(1)}25%{transform:rotate(8deg)scale(1.25)}50%{transform:rotate(-4deg)scale(1.1)}75%{transform:rotate(6deg)scale(1.2)}}.streak-badge-pulse{animation:1.4s cubic-bezier(.34,1.56,.64,1) streakBurst}.streak-flame-pulse{transform-origin:50% 70%;animation:.9s ease-in-out 2 flameDance}@keyframes kin-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.kin-sheet-up{animation:.28s cubic-bezier(.22,1,.36,1) kin-sheet-up}@media(prefers-reduced-motion:reduce){.kin-sheet-up{animation:none}}@keyframes constellation-star-in{0%{opacity:0}to{opacity:1}}@keyframes constellation-twinkle{0%,to{opacity:.55}50%{opacity:1}}@keyframes constellation-draw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.constellation-star{opacity:1!important;animation:none!important}.constellation-line{stroke-dashoffset:0!important;animation:none!important}}.kin-ideas-expand{grid-template-rows:0fr;grid-template-columns:minmax(0,1fr);transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}.kin-ideas-expand[data-open="1"]{grid-template-rows:1fr}.kin-ideas-expand>.kin-ideas-inner{opacity:0;min-width:0;min-height:0;transition:opacity .28s}.kin-ideas-expand[data-open="1"]>.kin-ideas-inner{opacity:1}@keyframes kin-star-twinkle{0%,to{opacity:.22}50%{opacity:.5}}.kin-star{animation:5s ease-in-out infinite kin-star-twinkle}@media(prefers-reduced-motion:reduce){.kin-ideas-expand,.kin-ideas-expand>.kin-ideas-inner{transition:none}.kin-star{animation:none!important}}.sidereal-app,.sidebar,.card,.surface-1,.bg-night-deep,.mobile-bottom-dock-inner,.input,.textarea,.select{transition:background-color .22s,border-color .22s,color .22s}.theme-settings-description{color:var(--app-text-muted)}.theme-choice-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.theme-choice{border:1px solid var(--app-border);background:var(--app-input);min-width:0;color:var(--app-text-muted);font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:11px 10px;font-size:13px;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.theme-choice:hover{background:var(--app-surface-hover);color:var(--app-text)}.theme-choice.is-active{color:var(--app-gold-bright);background:#d4a57424;border-color:#b47e438c;box-shadow:inset 0 0 0 1px #d4a5741f}html.light .sidereal-app{background:var(--app-bg)}html.light .nebula-bg{opacity:.22}html.light .stars-bg,html.light .kin-star{opacity:.12!important}html.light .text-parchment,html.light .text-parchment-soft{color:var(--app-text)!important}html.light .text-gold-bright,html.light .text-gold,html.light .text-gold-soft,html.light .text-gold-muted,html.light .text-gold-faint,html.light .label-mini,html.light .label-tiny{color:var(--app-gold)!important}html.light .sidebar-item{color:var(--app-text)}html.light .sidebar-item:hover,html.light .sidebar-icon-btn:hover,html.light .profile-header-action:hover{background-color:#3933480f}html.light .sidebar-item.counselor-active .text-parchment,html.light .sidebar-item.counselor-active .text-gold-muted{color:#6f491d!important}html.light .history-card,html.light .suggestion-card{background:var(--app-surface);border-color:var(--app-border);color:var(--app-text-soft)}html.light .history-card:hover,html.light .suggestion-card:hover{background:var(--app-surface-hover);border-color:#9b6c3552}html.light .history-card-name,html.light .tab-btn.active,html.light .prose-md strong,html.light .prose-md pre{color:var(--app-text)}html.light .profile-identity-name{color:var(--app-text)!important}html.light .tab-btn{color:#704e2ab3}html.light .chat-bubble-user{color:#302d39;background:#f8f5ef;border-color:#9b6c3533;box-shadow:0 4px 14px #4637250d}html.light .chat-bubble-assistant,html.light .prose-md p,html.light .prose-md li,html.light .prose-md ol{color:#4c4c5c}html.light .prose-md blockquote{color:#4c4c5c;background:#d8963c17;border-left-color:#d8a24a}html.light .conversation-header-avatar{background:#e3dbcf!important}html.light .conversation-header-title{color:var(--app-text)!important}html.light .conversation-header-subtitle{color:var(--app-text-muted)!important}html.light .thinking-bubble{box-shadow:0 6px 18px #4534200d;background:#ffffffb8!important;border-color:#39334829!important}html.light .thinking-label{color:var(--app-text-muted)!important}html.light .chat-composer-surface{box-shadow:0 8px 24px #4534200f;background:#ffffffc7!important;border-color:#3933482e!important}.chat-mic-button{place-items:center;padding:0!important;display:grid!important}.chat-mic-button svg{margin:0;display:block;transform:translate(-3px,-1.5px)}html.light .chat-mic-button{color:#9b6c35!important;background:0 0!important}html.light .chat-scroll-fade{background:linear-gradient(#f7f3ec00,#f7f3ec)!important}html.light .chat-scroll-down{color:var(--app-text-muted)!important;background:#f7f3ec!important;border-color:#3933482e!important;box-shadow:0 4px 12px #45342024!important}html.light .followups-section{border-top-color:#39334838!important}html.light .followups-title{color:#b98035!important}html.light .followup-card{color:var(--app-text)!important;background:#ffffff7a!important;border-color:#26314cb3!important}html.light .followup-card.is-hovered{background:#ffffffe0!important;border-color:#9b6c358c!important}html.light .followup-card:disabled{opacity:.5!important}html.light .followup-card-text{color:var(--app-text)!important}html.light .followup-card-arrow{color:var(--app-text-muted)!important}html.light .prose-md h2,html.light .prose-md h3,html.light .prose-md h4,html.light .prose-md h5,html.light .prose-md h6{color:#9b6c35}html.light .memory-card .prose-md p,html.light .memory-card .prose-md li,html.light .memory-card .prose-md ol{color:#454451}html.light .prose-md pre{border-color:var(--app-border);background:#ffffff9e}html.light .prose-md code{color:#74501f}html.light .profile-header-action{color:var(--app-text-muted);background:#3933480a}html.light .counselor-greeting,html.light .counselor-secondary{color:var(--app-text-muted)!important}html.light .counselor-title{color:var(--app-text)!important}html.light .counselor-composer{background:#ffffffb8!important;border-color:#9b6c35ad!important;box-shadow:0 8px 28px #4a382214!important}html.light .counselor-context-chip{box-shadow:0 4px 14px #4534200d;color:var(--app-text-muted)!important;background:#ffffffad!important;border-color:#39334829!important}html.light .counselor-context-label{color:var(--app-text-muted)!important}html.light .counselor-context-name{color:var(--app-text)!important}html.light .counselor-daily-thread{background:linear-gradient(160deg,#fffbf4eb,#f0e7d8f0 55%)!important;border-color:#9b6c354d!important;box-shadow:0 8px 28px #4a38221a!important}html.light .counselor-daily-thread-text{color:var(--app-text)!important}html.light .counselor-daily-thread-label{color:var(--app-gold)!important}html.light .counselor-daily-thread-meta{color:var(--app-text-muted)!important}html.light .counselor-daily-thread-track{background:#9b6c3529!important}html.light .counselor-daily-thread-cta{color:var(--app-gold-bright)!important;border-color:#9b6c3573!important}html.light .contact-selector-sheet{border-color:var(--app-border)!important;background:#f7f3ecfc!important}html.light .contact-selector-title,html.light .contact-selector-name{color:var(--app-text)!important}html.light .contact-selector-close,html.light .contact-selector-subtitle,html.light .contact-selector-empty{color:var(--app-text-muted)!important}html.light .contact-selector-search{color:var(--app-text)!important;background:#ffffffc2!important;border-color:#39334829!important}html.light .contact-selector-search::placeholder{color:#28273873}html.light .contact-selector-search-icon{color:#9b6c35!important}html.light .history-search-input{box-shadow:0 4px 14px #45342009;color:var(--app-text)!important;background:#ffffffd1!important;border-color:#39334838!important}html.light .history-search-input::placeholder{opacity:1;color:#5b6077ad!important}html.light .history-search-input:focus{box-shadow:0 0 0 3px #d8b87621;border-color:#a773329e!important}html.light .history-search-icon{color:#7a8296!important}html.light .contact-selector-add{color:#815724!important;background:#9b6c3514!important;border-color:#9b6c3552!important}html.light .contact-selector-filter{color:var(--app-text-muted)!important;border-color:#3933482e!important}html.light .contact-selector-filter.is-favorite{color:#815724!important;border-color:#9b6c354d!important}html.light .contact-selector-filter.is-active{color:#2c2114!important;background:#dfbd72!important;border-color:#dfbd72!important}html.light .contact-selector-self.is-selected,html.light .contact-selector-row.is-selected,html.light .contact-selector-row:hover{background:#3933480e!important}html.light .contact-selector-section{color:#9b6c35!important}html.light .contact-selector-element-badge{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,white)!important}html.light .add-contact-input{box-shadow:0 5px 16px #4534200a;color:var(--app-text)!important;opacity:1!important;background:#ffffffc7!important;border-color:#3933483d!important}html.light .add-contact-input::placeholder{color:#2827387a;opacity:1}html.light .add-contact-input:focus{box-shadow:0 0 0 3px #9b6c351a;border-color:#9b6c359e!important}html.light .add-contact-choice,html.light .add-contact-pill{color:var(--app-text-muted)!important;background:#ffffff9e!important;border-color:#3933482e!important}html.light .add-contact-choice.is-selected,html.light .add-contact-pill.is-selected{color:#815724!important;background:#9b6c351a!important;border-color:#9b6c35b8!important}html.light .birth-wheel-group{box-shadow:0 6px 20px #4534200a;background:#ffffff94!important;border-color:#39334829!important}html.light .birth-wheel-selection{background:#9b6c3514!important;border-top-color:#9b6c354d!important;border-bottom-color:#9b6c354d!important}html.light .birth-wheel-item{color:#2827386b!important}html.light .birth-wheel-item.is-selected{font-weight:600;color:var(--app-text)!important}html.light .birth-wheel-disabled{opacity:.58!important}html.light .add-contact-back{border-radius:10px;color:#815724!important}html.light .add-contact-back:hover,html.light .add-contact-back:focus-visible{outline:none;background:#9b6c3517!important}html.light .contact-view-header{border-color:var(--app-border)!important;background:0 0!important}html.light .contact-view-name{color:var(--app-text)!important}html.light .contact-view-meta,html.light .contact-view-tab{color:var(--app-text-muted)!important}html.light .contact-view-tab.is-active{color:#815724!important;border-bottom-color:#b98b4d!important}html.light .counselor-textarea,html.light .chat-input-bar textarea{color:var(--app-text)!important}html.light .counselor-textarea::placeholder,html.light .chat-input-bar textarea::placeholder{color:#2827386b}html.light .counselor-separator{background:#3933481f!important}html.light .suggestion-section-title,html.light .suggestion-section-hint{color:var(--app-text-muted)!important}html.light .counselor-suggestion-card{box-shadow:0 8px 24px #4534200f;color:var(--app-text)!important;background:#ffffffb8!important;border-color:#39334824!important}html.light .counselor-suggestion-card:hover{background:#ffffffeb!important;border-color:#9b6c356b!important}html.light .counselor-suggestion-text{color:var(--app-text)!important}html.light .more-ideas-button{color:var(--app-text-muted)!important;background:#ffffff9e!important;border-color:#39334824!important}html.light .more-ideas-button:disabled{opacity:.52!important}html.light .journal-composer{box-shadow:0 10px 30px #4534200f;background:#ffffffb8!important;border-color:#39334829!important}html.light .journal-composer-textarea{color:var(--app-text)!important}html.light .journal-composer-textarea::placeholder{color:#28273870}html.light .journal-template-chip{color:var(--app-text-muted)!important;border-color:#3933482e!important}html.light .journal-template-chip:hover{background:#3933480d!important}html.light .journal-composer-footer{border-top-color:#3933481f!important}html.light .archetype-card{box-shadow:0 12px 34px #45342012;background:#ffffffb8!important;border-color:#39334824!important}html.light .archetype-card-title{color:var(--app-text)!important}html.light .archetype-card-tagline{color:#9b6c35!important}html.light .archetype-card-description,html.light .archetype-card .text-parchment,html.light .archetype-card .text-parchment-soft{color:var(--app-text-soft)!important}html.light .archetype-element-badge{background:color-mix(in srgb,currentColor 12%,white)!important;border:1px solid color-mix(in srgb,currentColor 28%,transparent)!important;box-shadow:none!important}html.light .chart-wheel-center{fill:#f7f1e8;stroke:#9b6c3561}html.light .chart-wheel-center-ring{stroke:#9b6c352e}html.light .chart-wheel-center-name{fill:#815724}html.light .chart-house-line{stroke:#9b6c356b!important}html.light .chart-house-line.is-angular{stroke:#9b6c35c7!important}html.light .chart-house-number{font-weight:600;fill:#815724d1!important}html.light .chart-planet-connector{stroke:#5648357a!important}html.light .chart-planet-glyph{font-weight:600;fill:#494758!important}html.light .chart-aspect-line{filter:saturate(1.08)}.chart-aspect-legend{color:#8a92a6;flex-wrap:wrap;justify-content:center;gap:7px 14px;margin:4px auto 2px;font-size:10px;display:flex}.chart-aspect-legend span{align-items:center;gap:5px;display:inline-flex}.chart-aspect-legend i{border-radius:999px;width:13px;height:2px}html.light .chart-aspect-legend{color:var(--app-text-muted)}html.light .share-app-url{color:var(--app-text)!important;border-color:var(--app-border)!important;background:#ffffff9e!important}html.light .share-copy-button{color:#815724!important;background:#ffffff8c!important;border-color:#9b6c3540!important}.journal-entry-card{background:0 0}.journal-contact-chip{border:1px solid color-mix(in srgb,var(--journal-chip-color) 42%,transparent);background:color-mix(in srgb,var(--journal-chip-color) 18%,transparent);color:color-mix(in srgb,var(--journal-chip-color) 70%,#fff);letter-spacing:.02em;border-radius:999px;align-items:center;gap:3px;padding:2px 7px;font-size:10px;display:inline-flex}.journal-no-mentions{color:#7a8296;align-items:center;min-height:23px;font-size:11px;font-style:italic;display:inline-flex}html.light .journal-entry-card{box-shadow:0 5px 16px #45342009;background:#fff!important;border-color:#39334833!important}html.light .journal-contact-chip{color:var(--journal-chip-color);background:var(--journal-chip-bg);border-color:var(--journal-chip-border)}html.light .journal-no-mentions{color:var(--app-text-muted)}html.light .journal-mention-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7!important;border-color:#3933482e!important;box-shadow:0 12px 28px #45342029!important}html.light .journal-mention-option{color:var(--app-text)!important}html.light .journal-mention-option.is-active{color:#6f491e!important;background:#d8b87638!important}html.light .journal-category-badge{color:#536e8d!important;background:#607c9e1a!important}html.light .streak-badge{color:#815724!important;background:#9b6c351f!important;border-color:#9b6c3559!important}html.light .chart-luminary-card{box-shadow:0 6px 18px #4534200a;background:#ffffffb8!important;border-color:#39334824!important}html.light .chart-card-label,html.light .chart-card-house{color:var(--app-text-muted)!important}html.light .chart-planets-list{background:#ffffff75!important;border-color:#39334824!important}html.light .chart-planet-row{border-bottom-color:#39334817!important}html.light .chart-planet-row:hover{background:#3933480a!important}html.light .chart-planet-name{color:var(--app-text)!important}html.light .chart-detail-panel{box-shadow:none!important;background:0 0!important;border-color:#25283a!important}html.light .chart-detail-title{font-weight:700!important}html.light .chart-detail-text{color:var(--app-text)!important}html.light .chart-detail-house{color:var(--app-text-muted)!important}html.light .chart-detail-link{color:#815724!important}html.light .assistant-avatar{background:#e3dbcf!important}html.light .chat-input-bar{background-color:var(--app-bg)!important}html.light .mobile-dock-item{color:#747384}html.light .mobile-dock-center-btn{background:radial-gradient(circle at 35% 25%,#ffffffb8,#0000 30%),linear-gradient(145deg,#ffffff9e,#d8b8762e),#f4ede2c7;border-color:#ffffffa3;box-shadow:0 8px 20px #503a1f29,0 0 0 1px #9b6c352e,inset 0 1px #ffffffd1,inset 0 -1px #9b6c351a}html.light .mobile-bottom-dock-inner{background:linear-gradient(135deg,#ffffffc2,#ffffff5c 40%,#d8b87629),#faf6ef94;border-color:#ffffffad;box-shadow:0 14px 36px #503a1f21,0 2px 10px #9b6c350f,inset 0 1px #ffffffdb,inset 0 -1px #9b6c3514}html.light .mobile-bottom-dock-inner:before{background:radial-gradient(circle at 50% 0,#ffffff9e,#0000 42%),radial-gradient(circle at 18% 100%,#d8b8762e,#0000 38%),radial-gradient(circle at 82% 100%,#9b8cc91a,#0000 36%)}html.light .mobile-dock-center-star{color:#9b6c35;fill:#9b6c35}html.light .mobile-dock-center.is-active .mobile-dock-center-star{color:#7c5222;fill:#7c5222}html.light .select option{color:#282738;background:#f4efe6}@media(max-width:520px){.theme-choice{padding-inline:6px;font-size:12px}}
