*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#202020;--ink-muted:#4c4c4c;--cocoa-dark:#3e1a06;--cocoa:#753512;--tan:#c1a691;--stone:#d4cbbc;--stone-deep:#cdc4b5;--cream:#ede4db;--cream-soft:#ded5c6;--bg:var(--cream);--bg-deep:var(--stone);--surface:#fff;--surface-raised:var(--cream-soft);--border:#7535122e;--border-warm:#75351247;--text:var(--ink);--text-bright:var(--ink);--text-muted:var(--ink-muted);--gold:var(--cocoa);--gold-dim:var(--cocoa-dark);--gold-glow:#7535121f;--gold-glow-strong:#75351238;--teal:#4a7c6f;--danger:#c75450;--radius:12px;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif}body{font-family:var(--font-sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100dvh;font-weight:400}.page{flex-direction:column;align-items:center;min-height:100dvh;padding:1rem;display:flex}.login-page{background:radial-gradient(ellipse 60% 50% at 50% 40%, #c9a84c0a 0%, transparent 70%), var(--bg);justify-content:center}.login-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;width:100%;max-width:380px;padding:2.5rem 2rem;position:relative}.login-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold-dim), transparent);height:1px;position:absolute;top:-1px;left:20%;right:20%}.login-card h1{font-family:var(--font-serif);color:var(--text-bright);letter-spacing:.02em;margin-bottom:.375rem;font-size:2rem;font-weight:500}.login-card h2{font-family:var(--font-serif);color:var(--text-bright);margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.login-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem}.login-card form{flex-direction:column;gap:.75rem;display:flex}input{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-sans);border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:300;transition:border-color .25s,box-shadow .25s}input:focus{border-color:var(--gold-dim);box-shadow:0 0 0 3px var(--gold-glow);outline:none}input::placeholder{color:var(--text-muted);opacity:.6}button{background:var(--gold);color:var(--bg-deep);font-family:var(--font-sans);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:background .2s,transform .1s}button:hover{background:#d4b55a}button:active{transform:scale(.985)}.login-links{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.link-btn{color:var(--text-muted);cursor:pointer;text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);background:0 0;border:none;padding:.25rem .5rem;font-size:.8125rem;font-weight:400;transition:color .2s,text-decoration-color .2s}.link-btn:hover{color:var(--text);-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted);background:0 0}.dev-login-btn{border:1px dashed var(--border);width:100%;color:var(--text-muted);background:0 0;font-size:.8125rem;font-weight:400}.dev-login-btn:hover{border-color:var(--text-muted);color:var(--text);background:0 0}.error{color:var(--danger);margin-top:.5rem;font-size:.875rem}.hint{color:var(--text-muted);font-size:.8125rem}.loading{min-height:100dvh;color:var(--text-muted);font-family:var(--font-serif);letter-spacing:.02em;justify-content:center;align-items:center;font-size:1.125rem;font-style:italic;display:flex}.landing-page{background:radial-gradient(ellipse 50% 40% at 50% 20%, #c9a84c08 0%, transparent 70%), var(--bg);max-width:480px;margin:0 auto;padding-top:3rem}.landing-page h1{font-family:var(--font-serif);text-align:center;color:var(--text-bright);letter-spacing:.01em;margin-bottom:.25rem;font-size:2rem;font-weight:500}.subtitle{color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:.9375rem}.signs-grid{grid-template-columns:repeat(3,1fr);gap:.625rem;width:100%;margin-bottom:1.5rem;display:grid}.sign-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text);flex-direction:column;align-items:center;gap:.2rem;padding:.875rem .5rem;transition:border-color .25s,transform .15s,box-shadow .25s;display:flex}.sign-card:hover{border-color:var(--gold-dim);transform:translateY(-2px);box-shadow:0 4px 20px #c9a84c14}.sign-symbol{font-size:1.625rem}.sign-name{font-family:var(--font-sans);text-transform:capitalize;font-size:.8125rem;font-weight:400}.sign-dates{color:var(--text-muted);font-size:.625rem}.divider{width:100%;color:var(--text-muted);align-items:center;gap:1rem;margin:1rem 0;font-size:.8125rem;display:flex}.divider:before,.divider:after{content:"";border-top:1px solid var(--border);flex:1}.build-my-sky-btn{background:linear-gradient(135deg, var(--gold), #b59a40);border-radius:var(--radius);letter-spacing:.01em;width:100%;margin-bottom:.5rem;padding:1rem;font-size:1.0625rem;font-weight:500}.build-my-sky-btn:hover{background:linear-gradient(135deg,#d4b55a,#c4a648)}.landing-step-indicator{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);text-align:center;opacity:.7;margin-bottom:.625rem;font-size:.6875rem}.landing-name-step{flex-direction:column;align-items:center;display:flex}.landing-name-step .subtitle{margin-bottom:1.5rem}.name-form{flex-direction:column;gap:.875rem;width:100%;display:flex}.name-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-bright);font-family:var(--font-sans);letter-spacing:.01em;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.name-input::placeholder{color:var(--text-muted);opacity:.7}.name-input:focus{border-color:var(--gold-dim);outline:none;box-shadow:0 0 0 3px #c9a84c1f}.name-error{color:#d97a7a;font-size:.8125rem;font-family:var(--font-sans);text-align:left;margin:-.25rem 0 0}.name-continue-btn{margin-bottom:0}.name-continue-btn:disabled{opacity:.5;cursor:not-allowed}.name-skip-btn{color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:.5rem .75rem;font-size:.8125rem;transition:color .2s}.name-skip-btn:hover{color:var(--text)}.name-skip-hint{opacity:.75}.chat-header{background:var(--surface);justify-content:space-between;align-items:center;width:100%;padding:.75rem 1.5rem;display:flex;position:relative}.chat-header:after{content:"";background:linear-gradient(90deg, transparent 5%, var(--border) 30%, var(--gold-dim) 50%, var(--border) 70%, transparent 95%);height:1px;position:absolute;bottom:0;left:0;right:0}.chat-header h2{font-family:var(--font-serif);color:var(--text-bright);letter-spacing:.02em;font-size:1.1875rem;font-weight:500}.header-right{align-items:center;gap:.625rem;display:flex}.sign-out-btn{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-sans);letter-spacing:.02em;text-transform:uppercase;background:0 0;border-radius:6px;padding:.25rem .625rem;font-size:.6875rem;font-weight:400}.sign-out-btn:hover{color:var(--text);border-color:var(--text-muted);background:0 0}.credits-badge{color:var(--gold);background:var(--gold-glow);letter-spacing:.02em;border:1px solid #c9a84c26;border-radius:999px;padding:.25rem .75rem;font-size:.6875rem;font-weight:400}.chat-messages{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;justify-content:center;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-messages-inner{flex-direction:column;gap:1.25rem;width:100%;max-width:680px;padding:1.75rem 1.5rem;display:flex}.load-history-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;letter-spacing:.02em;background:0 0;border-radius:999px;align-self:center;padding:.375rem 1rem;font-size:.75rem;font-weight:400;transition:color .2s,border-color .2s}.load-history-btn:hover{color:var(--text);border-color:var(--text-muted);background:0 0}.load-history-btn:disabled{opacity:.5;cursor:default}.chat-divider{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.6875rem;display:flex}.chat-divider:before,.chat-divider:after{content:"";border-top:1px solid var(--border);flex:1}.chat-message{animation:.35s ease-out both message-in;display:flex}@keyframes message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-message.assistant{flex-direction:column;align-items:flex-start}.chat-message.user{justify-content:flex-end}.message-bubble{border-radius:var(--radius);white-space:pre-wrap;max-width:82%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.65}.chat-message.assistant .message-bubble{max-width:100%;color:var(--text);background:0 0;border:none;padding:0}.chat-message.user .message-bubble{background:var(--surface-raised);border:1px solid var(--border-warm);color:var(--text-bright)}.sky-handle{appearance:none;cursor:pointer;width:100%;color:var(--ink-muted,var(--cocoa));font:inherit;background:0 0;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:.25rem;margin:0;padding:.375rem 0 .125rem;transition:color .15s,background-color .15s;display:flex}.sky-handle:hover,.sky-handle:focus-visible{color:var(--cocoa);background-color:#7535120a;outline:none}.sky-handle__grip{background:#75351238;border-radius:999px;width:36px;height:3px;transition:background-color .15s,width .15s;display:block}.sky-handle:hover .sky-handle__grip,.sky-handle:focus-visible .sky-handle__grip{background:#7535126b;width:48px}.sky-handle__label{letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:500;display:inline-flex}.sky-backdrop{opacity:0;pointer-events:none;z-index:50;background:#3e1a0647;transition:opacity .25s ease-out;position:fixed;inset:0}.sky-backdrop.is-open{opacity:1;pointer-events:auto}.sky-panel{z-index:51;background:linear-gradient(to bottom, var(--cream-soft) 0%, var(--cream) 100%);border:1px solid var(--border-warm);border-top:none;border-bottom-right-radius:24px;border-bottom-left-radius:24px;flex-direction:column;gap:.625rem;max-width:480px;margin:0 auto;padding:.5rem 1rem 1.25rem;transition:transform .3s cubic-bezier(.32,.72,.32,1.06);display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 12px 28px #3e1a0638}.sky-panel.is-open{transform:translateY(0)}.sky-panel__grip{background:#7535122e;border-radius:999px;align-self:center;width:36px;height:4px;margin-top:.25rem}.sky-panel__header{justify-content:space-between;align-items:center;padding:.125rem .25rem 0;display:flex}.sky-panel__title{font-family:var(--font-serif,serif);letter-spacing:.01em;color:var(--cocoa-dark);font-size:1.0625rem}.sky-panel__close{appearance:none;width:32px;height:32px;color:var(--ink-muted,var(--cocoa));cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background-color .15s;display:inline-flex}.sky-panel__close:hover,.sky-panel__close:focus-visible{color:var(--cocoa-dark);background-color:#75351214;outline:none}.sky-panel__items{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.sky-panel__item{appearance:none;width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.875rem;padding:.75rem .625rem;transition:background-color .12s;display:flex}.sky-panel__item:hover,.sky-panel__item:focus-visible{background-color:#7535120f;outline:none}.sky-panel__item-icon{width:36px;height:36px;color:var(--cocoa-dark);background:#75351212;border-radius:999px;flex:0 0 36px;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:inline-flex}.sky-panel__item-text{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.sky-panel__item-label{color:var(--cocoa-dark);font-size:.9375rem;font-weight:500;line-height:1.3}.sky-panel__item-value{color:var(--ink-muted,var(--cocoa));opacity:.78;font-size:.8125rem;line-height:1.3}.sky-panel__item-chevron{color:#75351273;flex:none;align-items:center;transition:transform .15s,color .15s;display:inline-flex}.sky-panel__item:hover .sky-panel__item-chevron,.sky-panel__item:focus-visible .sky-panel__item-chevron{color:var(--cocoa);transform:translate(2px)}@media (prefers-reduced-motion:reduce){.sky-panel,.sky-backdrop,.sky-handle__grip,.sky-panel__item-chevron{transition:none}}.chat-message.assistant.theme .message-bubble{width:100%}.theme-card{background:linear-gradient(to bottom, var(--cream-soft) 0%, var(--stone-deep) 100%);box-shadow:0 0 12px var(--cream,transparent), inset 0 1px 0 #fff6;text-align:center;border:1px solid #7535121f;border-radius:18px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1rem 1.25rem;display:flex}.theme-card__summary{font-family:var(--font-sans);color:var(--ink);opacity:.86;margin:0;font-size:.9375rem;line-height:1.55}.message-quote{opacity:.7;white-space:normal;-webkit-line-clamp:2;border-left:2px solid #75351273;-webkit-box-orient:vertical;margin-bottom:.5rem;padding:.2rem 0 .2rem .625rem;font-size:.85em;font-style:italic;line-height:1.45;display:-webkit-box;position:relative;overflow:hidden}.chat-message{position:relative}.chat-message.assistant .message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;transform-origin:0;transition:transform .2s ease-out;position:relative}.chat-message.assistant.is-pressing .message-bubble{transition:transform .45s ease-out;transform:scale(.99)}.message-menu-backdrop{z-index:40;background:0 0;position:fixed;inset:0}.message-menu{z-index:41;transform-origin:bottom;background:var(--cream,var(--surface));border:1px solid var(--border-warm);border-radius:12px;gap:.125rem;max-width:90vw;padding:.25rem;animation:.16s cubic-bezier(.34,1.4,.64,1) message-menu-in;display:flex;position:fixed;transform:translate(-50%,calc(-100% - .75rem));box-shadow:0 8px 24px #3e1a062e,0 2px 6px #3e1a0614}@keyframes message-menu-in{0%{opacity:0;transform:translate(-50%,calc(-100% - .4rem))scale(.92)}to{opacity:1;transform:translate(-50%,calc(-100% - .75rem))scale(1)}}.message-menu__item{color:var(--cocoa-dark);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:background .12s;display:inline-flex}.message-menu__item:hover,.message-menu__item:focus-visible{background:#75351214;outline:none}.message-menu__icon{color:var(--cocoa);font-size:.875rem;line-height:1}.token-reveal{animation:.45s ease-out forwards token-in}@keyframes token-in{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}.chat-message.assistant .message-bubble{transition:height .15s ease-out}.msg-feedback{opacity:0;gap:.125rem;margin-top:.25rem;margin-left:.25rem;transition:opacity .2s;display:flex}.chat-message:hover .msg-feedback,.chat-message:focus-within .msg-feedback,.msg-feedback.comment-form,.msg-feedback.submitted{opacity:1}.feedback-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;padding:.25rem;transition:color .15s,border-color .15s;display:flex}.feedback-btn:hover{color:var(--text);border-color:var(--border);background:0 0}.feedback-btn.active{color:var(--gold);background:0 0}.feedback-thanks{color:var(--text-muted);padding:.25rem 0;font-size:.6875rem}.feedback-modal-overlay{z-index:1000;padding:calc(1rem + env(safe-area-inset-top,0px)) 1rem calc(1rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#03040ac7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feedback-modal{width:min(420px,100%);max-height:calc(100dvh - 2rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));background:var(--surface-raised);border:1px solid var(--border);border-radius:12px;padding:.875rem;animation:.16s ease-out modal-in;overflow-y:auto;box-shadow:0 8px 32px #0006}.feedback-modal-title{font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8125rem;font-weight:400}@keyframes modal-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.feedback-comment{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-sans);resize:none;border-radius:8px;min-height:96px;max-height:35dvh;padding:.5rem .75rem;font-size:.8125rem;line-height:1.4}.feedback-comment:focus{border-color:var(--gold-dim);outline:none}.feedback-actions{justify-content:flex-end;gap:.375rem;margin-top:.5rem;display:flex}.feedback-cancel{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:6px;padding:.25rem .625rem;font-size:.6875rem}.feedback-cancel:hover{color:var(--text);background:0 0}.feedback-submit{border-radius:6px;padding:.25rem .625rem;font-size:.6875rem}.feedback-toast{left:50%;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:1100;pointer-events:none;background:var(--surface-raised);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.45rem .875rem;font-size:.75rem;line-height:1;animation:.18s ease-out toast-in;position:fixed;transform:translate(-50%);box-shadow:0 8px 20px #00000059}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (hover:none),(pointer:coarse){.msg-feedback{opacity:1}}@media (width<=640px){.feedback-modal{border-radius:12px;width:100%;padding:.875rem}.feedback-comment{min-height:120px;max-height:42dvh;font-size:.95rem}.feedback-actions{gap:.5rem}.feedback-actions button{flex:1;min-height:40px;font-size:.875rem}.feedback-toast{bottom:calc(.75rem + env(safe-area-inset-bottom,0px));padding:.55rem 1rem;font-size:.8125rem}}.streaming-cursor{vertical-align:text-bottom;background:var(--gold);width:2px;height:1.05em;box-shadow:0 0 8px var(--gold-glow-strong), 0 0 16px var(--gold-glow);border-radius:1px;margin-left:2px;animation:.8s ease-in-out infinite cursor-pulse;display:inline-block}@keyframes cursor-pulse{0%,to{opacity:1;box-shadow:0 0 8px var(--gold-glow-strong), 0 0 16px var(--gold-glow)}50%{opacity:.2;box-shadow:0 0 4px var(--gold-glow)}}.chat-input-wrapper{width:100%;padding:1rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px));background:linear-gradient(to top, var(--bg-deep) 0%, var(--bg) 100%);justify-content:center;display:flex;position:relative}.chat-input-wrapper:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--border) 50%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.chat-input{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:0;width:100%;max-width:680px;padding:.375rem .375rem .375rem 0;transition:border-color .3s,box-shadow .3s;display:flex}.chat-input:focus-within{border-color:var(--gold-dim);box-shadow:0 0 0 3px var(--gold-glow), 0 2px 24px #c9a84c0f}.chat-input textarea{color:var(--text-bright);font-family:var(--font-sans);resize:none;background:0 0;border:none;flex:1;max-height:120px;padding:.75rem .75rem .75rem 1rem;font-size:1rem;font-weight:300;line-height:1.5}.chat-input textarea:focus{outline:none}.chat-input textarea::placeholder{color:var(--text-muted);opacity:.5}.chat-input button{white-space:nowrap;letter-spacing:.01em;border-radius:10px;flex-shrink:0;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.chat-input button:disabled{opacity:.3;cursor:not-allowed;background:var(--text-muted)}.chat-input-mic{border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-right:.25rem;padding:0;transition:color .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.chat-input-mic:hover:not(:disabled){color:var(--text-bright);border-color:var(--gold-dim)}.chat-input-mic:disabled{opacity:.3;cursor:not-allowed}.chat-input-mic--listening{color:#ff6b6b;background:#ff6b6b14;border-color:#ff6b6b8c;animation:1.4s ease-in-out infinite chat-mic-pulse}.chat-input-mic--listening:hover:not(:disabled){color:#ff8a8a;border-color:#ff8a8ab3}@keyframes chat-mic-pulse{0%{box-shadow:0 0 #ff6b6b73,0 0 #c9a84c00}50%{box-shadow:0 0 0 6px #ff6b6b00,0 0 12px 2px #c9a84c59}to{box-shadow:0 0 #ff6b6b00,0 0 #c9a84c00}}.chat-page .chat-input-mic{color:var(--ink-muted);border-color:#7535122e}.chat-page .chat-input-mic:hover:not(:disabled){color:var(--cocoa);border-color:#75351273}.chat-page .chat-input-mic--listening{color:#c0392b;background:#c0392b14;border-color:#c0392b80}.admin-page{width:min(1440px,100%);max-width:1440px;margin:0 auto;padding:1.25rem 1.25rem 1.75rem}.admin-shell{grid-template-columns:276px minmax(0,1fr);align-items:start;gap:1.25rem;width:100%;display:grid}.admin-sidebar{border:1px solid var(--border);background:linear-gradient(180deg, #111628fa, #0b0e17fa), var(--surface);border-radius:18px;align-self:start;min-height:calc(100dvh - 2.5rem);padding:1rem;position:sticky;top:1.25rem}.admin-sidebar-label{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.4rem;font-size:.6875rem;font-weight:500}.admin-sidebar-title{font-family:var(--font-serif);color:var(--text-bright);margin-bottom:1rem;font-size:1.75rem;font-weight:500;line-height:1}.admin-section-nav{flex-direction:column;gap:.5rem;display:flex}.admin-section-link{text-align:left;border:1px solid var(--border);width:100%;color:var(--text-muted);background:0 0;border-radius:12px;flex-direction:column;gap:.2rem;padding:.875rem .9rem;display:flex}.admin-section-link:hover{border-color:var(--text-muted);background:#ffffff05}.admin-section-link span{color:var(--text-bright);font-size:.9375rem;font-weight:500}.admin-section-link small{color:var(--text-muted);font-size:.75rem;font-weight:400}.admin-section-link.is-active{background:var(--gold-glow);color:var(--gold);border-color:#c9a84c3d}.admin-workspace{flex-direction:column;gap:1rem;min-width:0;display:flex}.admin-workspace-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:1rem;padding:.15rem 0 1rem;display:flex}.admin-kicker{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.35rem;font-size:.6875rem;font-weight:500}.admin-workspace-header h2{font-family:var(--font-serif);color:var(--text-bright);margin-bottom:.35rem;font-size:1.75rem;font-weight:500}.admin-description{color:var(--text-muted);max-width:68ch;line-height:1.55}.admin-panel-grid{align-items:start;gap:1rem;display:grid}.admin-panel-grid--prompts{grid-template-columns:minmax(240px,.92fr) minmax(0,1.48fr) minmax(220px,.7fr)}.admin-panel-grid--models{grid-template-columns:minmax(0,1.35fr) minmax(220px,.72fr)}.admin-panel-grid--users{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr)}.admin-list-panel,.admin-editor-panel,.admin-context-rail{border:1px solid var(--border);background:#ffffff04;border-radius:14px;min-width:0}.admin-list-panel{padding:.9rem}.admin-list-panel h3,.admin-editor-panel h3,.admin-context-rail h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.6875rem;font-weight:500}.prompt-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.prompt-list-item{border:1px solid var(--border);width:100%;color:var(--text);text-align:left;background:#ffffff03;border-radius:11px;justify-content:space-between;align-items:center;gap:.75rem;padding:.72rem .85rem;display:flex}.prompt-list-item:hover{border-color:var(--text-muted);background:#ffffff08}.prompt-list-item.is-active{background:var(--gold-glow);color:var(--gold);border-color:#c9a84c5c}.prompt-list-item.is-active .version-badge{color:var(--gold)}.admin-editor-panel{padding:.9rem}.prompt-editor-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.prompt-editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.admin-context-rail{padding:.9rem}.admin-context-list{gap:.75rem;margin:0;display:grid}.admin-context-list>div{border:1px solid var(--border);background:#ffffff05;border-radius:11px;gap:.25rem;padding:.75rem .85rem;display:grid}.admin-context-list dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.admin-context-list dd{color:var(--text-bright);margin:0;font-size:.9375rem;line-height:1.4}.admin-card{border:1px solid var(--border);background:#ffffff04;border-radius:12px;padding:.9rem 1rem}.version-badge{color:var(--gold);background:var(--gold-glow);white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;line-height:1.4}.input-row{align-items:center;gap:.5rem;display:flex}.input-row input{flex:1;min-width:0}.model-row-stack{gap:.75rem;display:grid}.model-row{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:.75rem 1rem;display:grid}.model-row-copy{gap:.25rem;display:grid}.model-row-copy label{color:var(--text-bright);margin:0;font-size:.8125rem}.model-row-controls{justify-self:end;width:100%;max-width:420px}.model-row .editor-status,.model-row .editor-error{grid-column:1/-1}.prompt-editor{border:1px solid var(--border);width:100%;min-height:clamp(460px,64vh,760px);color:var(--text);resize:vertical;tab-size:2;background:#070a12d1;border-radius:10px;padding:1.1rem;font-family:SF Mono,Fira Code,monospace;font-size:.875rem;line-height:1.6}.editor-subtitle{color:var(--text-muted);margin-top:.35rem;font-size:.8125rem}.editor-status{border:1px solid var(--border);border-radius:999px;align-items:center;width:fit-content;padding:.18rem .6rem;font-size:.6875rem;line-height:1.4;display:inline-flex}.editor-status.saved{color:var(--text-muted);background:#ffffff05}.editor-status.dirty{color:var(--gold);background:var(--gold-glow);border-color:#c9a84c40}.editor-error{color:#f6a3a1;margin:0;font-size:.8125rem}.btn-ghost{border:1px solid var(--border);color:var(--text-muted);background:0 0}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text);background:0 0}.admin-editor-panel button:disabled,.prompt-editor-actions button:disabled{opacity:.45;cursor:not-allowed}.admin-table{border-collapse:collapse;width:100%;font-size:.8125rem}.admin-table thead th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border);white-space:nowrap;background:#070a12bf;padding:.7rem .85rem;font-size:.66rem;font-weight:500}.admin-table tbody td{vertical-align:middle;border-bottom:1px solid #1e2544e6;padding:.7rem .85rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:#ffffff06}.text-muted{color:var(--text-muted)}.credits-cell{font-variant-numeric:tabular-nums;align-items:baseline;gap:.25rem;display:inline-flex}.grant-row{gap:.375rem;display:flex}.grant-row input{text-align:center;width:60px;padding:.25rem .5rem;font-size:.75rem}.grant-row button{border-radius:6px;padding:.25rem .625rem;font-size:.6875rem}.reset-btn{color:#f87171;cursor:pointer;background:0 0;border:1px solid #f871714d;border-radius:6px;padding:.25rem .625rem;font-size:.6875rem}.reset-btn:hover{background:#f871711a}.sign-tag{text-transform:capitalize;color:var(--gold);background:var(--gold-glow);white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem}.role-tag{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem}.role-admin{color:var(--teal);background:#4a7c6f1f;border:1px solid #4a7c6f47}@media (width<=1240px){.admin-page{width:100%;padding:1rem .9rem 1.25rem}.admin-shell{grid-template-columns:240px minmax(0,1fr)}}@media (width<=1120px){.admin-shell{grid-template-columns:minmax(220px,.82fr) minmax(0,1fr)}.admin-panel-grid--prompts,.admin-panel-grid--models,.admin-panel-grid--users{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr)}.admin-panel-grid--prompts .admin-context-rail,.admin-panel-grid--models .admin-context-rail,.admin-panel-grid--users .admin-context-rail{grid-column:1/-1}}@media (width<=980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{min-height:0;position:static}.admin-workspace-header{flex-direction:column;align-items:flex-start}.admin-panel-grid,.admin-panel-grid--prompts,.admin-panel-grid--models,.admin-panel-grid--users{grid-template-columns:1fr}.admin-panel-grid--prompts .admin-context-rail,.admin-panel-grid--models .admin-context-rail,.admin-panel-grid--users .admin-context-rail{grid-column:auto}.prompt-editor-header{flex-direction:column}.prompt-editor-actions{justify-content:flex-start;width:100%}.model-row{grid-template-columns:1fr}.model-row-controls{justify-self:stretch;max-width:none}.input-row{width:100%}}@media (width<=720px){.admin-page{padding-inline:.75rem}.admin-sidebar{padding:.85rem}.admin-sidebar-title,.admin-workspace-header h2{font-size:1.5rem}.admin-list-panel,.admin-editor-panel,.admin-context-rail,.admin-card{padding:.8rem}.prompt-editor{min-height:420px;padding:.95rem}.admin-table thead th,.admin-table tbody td{padding-inline:.7rem}.grant-row{flex-direction:column}.grant-row input{width:100%}}label{color:var(--text-muted);letter-spacing:.02em;margin-bottom:.5rem;font-size:.8125rem;font-weight:400;display:block}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.birth-form{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;width:90%;max-width:400px;padding:1.5rem}.birth-form h3{margin:0 0 1rem}.birth-form label{flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.birth-form input{border:1px solid var(--border);background:var(--bg-secondary);color:var(--text);border-radius:.375rem;padding:.5rem}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.home-page{--home-warm:var(--cream-soft);--home-deep:var(--cream);--home-gold-bright:var(--cocoa);--home-gold-glow:#7535121f;--home-gold-glow-strong:#75351238;--home-pill:var(--cocoa);--home-pill-text:var(--cream);--home-rail:var(--tan);--home-rail-border:#7535122e;background:var(--cream);min-height:100dvh;color:var(--ink);justify-content:center;display:flex}.home-shell{flex-direction:column;gap:1.25rem;width:100%;max-width:402px;min-height:100dvh;padding:1.25rem 1rem 1rem;display:flex}.home-shell--anchored{gap:1rem;height:100dvh;min-height:100dvh;overflow:hidden}.home-shell--anchored .home-top{flex-direction:column;flex:none;gap:1rem;display:flex}.home-shell--anchored .home-middle{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border-warm) transparent;flex-direction:column;flex:auto;gap:1rem;min-height:0;display:flex;overflow-y:auto}.home-shell--anchored .home-middle::-webkit-scrollbar{width:4px}.home-shell--anchored .home-middle::-webkit-scrollbar-thumb{background:var(--border-warm);border-radius:2px}.home-shell--anchored .home-bottom{flex-direction:column;flex:none;gap:.75rem;display:flex}.home-shell--anchored .home-suggestions{margin-top:0}.home-shell--anchored .home-middle .home-chat-thread{flex:none;width:100%;overflow:visible}.home-shell--anchored .home-middle .home-chat-thread .chat-messages-inner{padding:0 1rem}.home-hero-summary{font-family:var(--font-sans);color:var(--ink);opacity:.86;margin:0;font-size:.9375rem;line-height:1.55}.day-thread{display:block}.day-thread .chat-messages-inner{gap:.875rem;padding:0}.day-message{flex-direction:column;gap:.25rem;display:flex}.day-message__dive{color:var(--cocoa);font:inherit;cursor:pointer;background:0 0;border:1px dashed #75351240;border-radius:999px;align-self:flex-start;padding:.25rem .625rem;font-size:.75rem;transition:background .14s,border-color .14s}.day-message__dive:hover{border-color:var(--cocoa);background:#7535120f}.history-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.history-item{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:#7535120a;border:1px solid #7535121a;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:.25rem .75rem;padding:.75rem .875rem;transition:background .14s,border-color .14s;display:grid}.history-item:hover{background:#75351214;border-color:#75351233}.history-item__date{letter-spacing:.04em;text-transform:uppercase;color:var(--cocoa);grid-area:1/1;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600}.history-item__preview{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:2/1;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.history-item__chevron{color:var(--ink-muted);grid-area:1/2/span 2;align-self:center;display:inline-flex}.home-deepdive-pill{color:var(--ink);background:#7535120f;border:1px solid #75351233;border-radius:999px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.home-deepdive-pill__close{width:22px;height:22px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:inline-flex}.home-deepdive-pill__close:hover{color:var(--ink);background:#7535121a}.home-credits-banner{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.home-credits-banner p{color:var(--ink);opacity:.9;margin:0;font-size:.875rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-header--centered{align-items:center}.page-header__text{flex:1;min-width:0}.page-header__text h1{font-family:var(--font-sans);color:var(--ink);letter-spacing:-.01em;margin:0;font-size:2rem;font-weight:700;line-height:1.1}.page-header__subtitle{letter-spacing:.06em;color:var(--ink-muted);text-transform:uppercase;margin-top:.25rem;font-size:.875rem}.home-talk-bar{font:inherit;color:inherit;text-align:left;background:#fff;border:1px solid #75351214;border-radius:18px;flex-direction:column;gap:.75rem;width:100%;padding:1rem;display:flex;box-shadow:0 16px 32px -4px #0c0c0d1a,0 4px 4px -4px #0c0c0d0d}.home-suggestions{margin-top:auto}.home-suggestions--compact{margin-top:0}.home-suggestions-row{flex-wrap:wrap;gap:.5rem;display:flex}.home-suggestion-chip--compact{text-align:left;white-space:normal;max-width:100%;line-height:1.3}.home-talk-open{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin:0;padding:0;display:inline-flex}.home-talk-plus{display:none}.home-talk-placeholder{color:var(--ink-muted);flex:1;font-size:1rem;line-height:1.4}.home-talk-textarea{resize:none;width:100%;font:inherit;color:var(--ink);scrollbar-width:none;background:0 0;border:none;outline:none;max-height:40vh;margin:0;padding:0;font-size:1rem;line-height:1.4;overflow-y:auto}.home-talk-textarea::-webkit-scrollbar{display:none}.home-talk-textarea::placeholder{color:var(--ink-muted);opacity:.45}.home-talk-textarea:disabled{opacity:.7;cursor:progress}.home-chat-thread{flex:1;min-height:0}.home-chat-thread .chat-messages-inner{gap:.875rem;padding:0 1rem}.home-nav{z-index:5;background:var(--tan);view-transition-name:home-nav;border:1px solid #75351214;border-radius:999px;justify-content:space-between;align-items:center;height:60px;padding:4px;display:flex;position:sticky;bottom:0;overflow:clip;box-shadow:0 1px 4px #0c0c0d1a,0 1px 4px #0c0c0d0d}.home-nav-highlight{background:var(--cocoa);pointer-events:none;z-index:0;view-transition-name:home-nav-highlight;border-radius:30px;width:calc(33.3333% - 2.66667px);transition:transform .32s cubic-bezier(.32,.72,0,1);position:absolute;top:4px;bottom:4px;left:4px}.home-nav-item{z-index:1;height:100%;color:var(--cream);cursor:pointer;background:0 0;border:none;border-radius:30px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:4px;font-family:inherit;font-size:.75rem;font-weight:500;transition:color .2s;display:flex;position:relative}.home-nav-item.is-active{color:var(--cream)}.home-nav-item.is-active svg{filter:none}@media (prefers-reduced-motion:reduce){.home-nav-highlight{transition:none}}@media (width>=768px){.home-page{align-items:center}.home-shell{border-radius:28px;min-height:720px;margin:2rem 0;box-shadow:0 20px 60px #3e1a062e}}.home-shell--scrolling{flex:1;min-height:100dvh}.home-shell--scrolling>.home-nav{margin-top:auto}.home-shell--messages{flex:1;min-height:100dvh;overflow:hidden}.chat-page .chat-header{background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:flex}.chat-page .chat-header:after{content:none}.chat-page .chat-header h1{font-size:1.5rem;font-weight:600}.chat-page .header-right{align-self:flex-start;margin-top:.25rem}.chat-page .chat-messages{scrollbar-width:thin;scrollbar-color:var(--border-warm) transparent;flex:1;justify-content:center;display:flex;overflow-y:auto}.chat-page .chat-messages-inner{flex-direction:column;gap:1rem;width:100%;max-width:100%;padding:.5rem 0 1rem;display:flex}.chat-page .chat-input-wrapper{background:0 0;justify-content:center;width:100%;padding:0;display:flex}.chat-page .chat-input-wrapper:before{content:none}.chat-page .chat-input{background:#fff;border:1px solid #7535121f;border-radius:18px;width:100%;max-width:none;padding:.5rem .5rem .5rem 1.125rem;box-shadow:0 16px 32px -4px #0c0c0d1a,0 4px 4px -4px #0c0c0d0d}.chat-page .chat-input:focus-within{border-color:#75351259;box-shadow:0 16px 32px -4px #0c0c0d1f,0 0 0 3px #7535121a}.chat-page .chat-input textarea{color:var(--ink);padding:.625rem .5rem;font-size:1rem}.chat-page .chat-input textarea::placeholder{color:var(--ink-muted);opacity:.7}.chat-page .chat-input button{background:var(--cocoa);color:var(--cream);border-radius:999px;padding:.5rem 1rem;font-weight:600}.chat-page .chat-input button:disabled{color:var(--ink-muted);background:#3e1a062e}.chat-page .chat-message.assistant .message-bubble{max-width:100%;color:var(--ink);background:0 0;border:none;padding:0}.chat-page .chat-message.user .message-bubble{background:var(--cocoa);border:1px solid var(--cocoa-dark);color:var(--cream)}@media (width>=768px){.home-shell{max-width:480px}}@media (width>=1024px){.home-page{background:radial-gradient(ellipse 80% 50% at 50% 0%, #c1a69180 0%, transparent 70%), var(--stone);height:100dvh;min-height:100dvh;padding:0;overflow:hidden}.home-shell{background:var(--cream);border-radius:32px;max-width:520px;height:calc(100dvh - 3rem);min-height:min(760px,100dvh - 3rem);max-height:calc(100dvh - 3rem);margin:1.5rem 0;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 30px 80px #3e1a0638,inset 0 0 0 1px #7535120f}.home-shell--scrolling{scrollbar-width:thin;scrollbar-color:var(--border-warm) transparent;overflow-y:auto}.home-shell--scrolling::-webkit-scrollbar{width:6px}.home-shell--scrolling::-webkit-scrollbar-thumb{background:var(--border-warm);border-radius:3px}.page-header__text h1{font-size:2.25rem}.chat-page .chat-header{padding:0}.chat-page .chat-messages-inner{padding:.5rem 0 1rem}.chat-page .chat-input-wrapper{padding:0}}@keyframes solstice-reveal{0%{opacity:0}to{opacity:1}}.solstice-reveal,.solstice-reveal-1,.solstice-reveal-2,.solstice-reveal-3,.solstice-reveal-4,.solstice-reveal-5,.solstice-reveal-6,.solstice-reveal--stagger>*{animation:.22s ease-out both solstice-reveal}@media (prefers-reduced-motion:reduce){.solstice-reveal,.solstice-reveal-1,.solstice-reveal-2,.solstice-reveal-3,.solstice-reveal-4,.solstice-reveal-5,.solstice-reveal-6,.solstice-reveal--stagger>*{opacity:1;filter:none;animation:none;transform:none}}@keyframes solstice-skeleton-pulse{0%,to{opacity:.34}50%{opacity:.62}}@keyframes solstice-card-loading-sweep{0%{opacity:0;transform:translate(-110%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(220%)}}.sx-card[aria-busy=true]{overflow:hidden}.sx-card[aria-busy=true]:after{content:"";border-radius:inherit;pointer-events:none;will-change:transform, opacity;z-index:0;background:linear-gradient(100deg,#0000 0%,#ffffff52 50%,#0000 100%);width:45%;animation:2.8s ease-in-out infinite solstice-card-loading-sweep;position:absolute;top:0;bottom:0;left:0}.solstice-skel{-webkit-user-select:none;user-select:none;pointer-events:none;background:linear-gradient(90deg,#3e1a0612 0%,#3e1a0624 50%,#3e1a0612 100%);border-radius:999px;animation:1.6s ease-in-out infinite solstice-skeleton-pulse;color:#0000!important}.solstice-skel--block{border-radius:14px}.solstice-skel--quote{border-radius:14px;width:88%;height:2.4em;margin:.4em auto;display:block}.solstice-skel--line{border-radius:999px;height:.85em;margin:.6em auto;display:block}.solstice-skel--line-short{width:56%}.solstice-skel--line-mid{width:76%}.solstice-skel--line-long{width:92%}.solstice-skel--pill{border-radius:16px;width:100%;height:1.9em;display:inline-block}.solstice-skel--chip{border-radius:999px;width:5.5rem;height:1.6em;display:inline-block}.solstice-skel--card{border-radius:18px;height:110px}@media (prefers-reduced-motion:reduce){.solstice-skel{opacity:.45;animation:none}}:root{--sx-ink:var(--ink);--sx-ink-muted:var(--ink-muted);--sx-cocoa:var(--cocoa);--sx-cocoa-dark:var(--cocoa-dark);--sx-tan:var(--tan);--sx-stone:var(--stone);--sx-stone-deep:var(--stone-deep);--sx-cream:var(--cream);--sx-cream-soft:var(--cream-soft);--sx-card-edge:#7535122e;--sx-card-edge-soft:#7535121f;--sx-card-edge-quiet:#7535120f;--sx-card-fill-hi:#fff;--sx-card-fill-mid:var(--cream-soft);--sx-card-fill-lo:#7535120a;--sx-divider:#7535121a;--sx-shadow-100:0 1px 4px #0c0c0d1a, 0 1px 4px #0c0c0d0d;--sx-shadow-300:0 16px 32px -4px #0c0c0d1a, 0 4px 4px -4px #0c0c0d0d}.sx-card{border:1px solid var(--sx-card-edge-soft);background:var(--sx-card-fill-mid);border-radius:18px;flex-direction:column;gap:.875rem;padding:1rem 1.125rem;display:flex;position:relative}.sx-card--hero,.sx-card--advice{border:1px solid var(--sx-card-edge-soft);background:linear-gradient(to bottom, var(--cream-soft) 0%, var(--stone-deep) 100%);box-shadow:0 0 12px var(--cream), inset 0 1px 0 #fff6;border-radius:18px;align-items:center;gap:.5rem;padding:1rem 1rem 1.25rem}.sx-card--raised{background:var(--cream-soft);border-radius:16px;padding:1rem 1.125rem}.sx-card--flat{background:var(--cream-soft);border-radius:16px;gap:0;padding:.25rem 0}.sx-card--tone-quiet{border-color:var(--sx-card-edge-quiet);background:#75351208}.sx-card-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.sx-card-row>:first-child{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.sx-card-divider{background:var(--sx-divider);height:1px;margin:.25rem 0}.sx-headline{letter-spacing:0;color:var(--sx-cocoa);text-align:center;margin:0;font-family:Playfair Display,Georgia,serif;font-weight:400;line-height:1.15}.sx-headline--xl{padding:.5rem .25rem .75rem;font-size:2rem}.sx-headline--lg{font-size:1.5rem;line-height:1.25}.sx-headline--md{font-size:1.25rem}@media (width>=1024px){.sx-headline--xl{font-size:2.25rem}}.sx-eyebrow{text-transform:uppercase;color:var(--sx-ink-muted);font-family:Inter,system-ui,sans-serif;font-weight:500;display:inline-block}.sx-eyebrow--sm{letter-spacing:.08em;font-size:.7rem}.sx-eyebrow--md{letter-spacing:.1em;font-size:.75rem}.sx-eyebrow--lg{letter-spacing:.14em;font-size:.8125rem;font-weight:600}.sx-eyebrow--gold{color:var(--sx-cocoa);font-weight:600}.sx-glyph{font-variant-emoji:text;color:var(--sx-cocoa);font-family:Playfair Display,Apple Symbols,Segoe UI Symbol,"Noto Sans Symbols 2",serif;line-height:1}.sx-chip{background:var(--cream-soft);color:var(--sx-ink);border:1px solid var(--sx-card-edge-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;display:inline-flex}.sx-chip__ico,.sx-chip__glyph{color:var(--sx-cocoa);align-items:center;display:inline-flex}.sx-chip__glyph{font-size:.95rem}.sx-chip--sign{border-color:var(--sx-card-edge-soft);background:var(--cream-soft);padding:.4rem .7rem}.sx-chip__label{text-transform:uppercase;letter-spacing:.06em;color:var(--sx-ink-muted);font-size:.7rem}.sx-chip__value{color:var(--sx-ink);font-weight:600}.sx-chip--default{font-size:.75rem}.sx-chip--suggestion{background:var(--sx-cocoa);color:var(--sx-cream);cursor:pointer;text-align:left;box-shadow:var(--sx-shadow-100);border:none;border-radius:16px;padding:.45rem .85rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .12s,transform .12s}.sx-chip--suggestion:hover{background:var(--cocoa-dark)}.sx-chip--suggestion:active{transform:scale(.98)}.sx-chip--tag{background:var(--sx-cocoa);color:var(--sx-cream);letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.sx-btn{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;font-family:Inter,system-ui,sans-serif;font-weight:500;transition:background .12s,color .12s,transform .12s,box-shadow .12s,opacity .12s;display:inline-flex}.sx-btn--sm{border-radius:999px;padding:.35rem .85rem;font-size:.8125rem}.sx-btn--md{border-radius:999px;padding:.5rem 1.125rem;font-size:.875rem}.sx-btn--lg{border-radius:999px;padding:.7rem 1.35rem;font-size:.9375rem}.sx-btn--primary{background:var(--sx-cocoa);color:var(--sx-cream);box-shadow:var(--sx-shadow-100);font-weight:600}.sx-btn--primary:hover{background:var(--sx-cocoa-dark)}.sx-btn--primary:active{transform:scale(.98)}.sx-btn--primary:disabled{color:#3e1a0666;box-shadow:none;cursor:not-allowed;background:#3e1a062e}.sx-btn--ghost{color:var(--sx-cocoa);border-color:var(--sx-card-edge);background:0 0}.sx-btn--ghost:hover{border-color:var(--sx-cocoa);background:#7535120f}.sx-btn--subtle{background:var(--sx-tan);color:var(--sx-cream);border-color:#0000}.sx-btn--subtle:hover{background:var(--sx-cocoa)}.sx-btn--text{color:var(--sx-cocoa);background:0 0;border:none;padding-inline:.5rem}.sx-btn--text:hover{background:#75351214}.sx-btn:disabled{opacity:.5;cursor:not-allowed}.sx-icon-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s,transform .12s,box-shadow .12s;display:inline-flex}.sx-icon-btn--sm{width:36px;height:36px}.sx-icon-btn--md{width:44px;height:44px}.sx-icon-btn--lg{width:52px;height:52px}.sx-icon-btn--neutral{background:var(--sx-tan);color:var(--sx-cream)}.sx-icon-btn--neutral:hover:not(:disabled){background:var(--sx-cocoa)}.sx-icon-btn--subtle{background:var(--sx-cream-soft);color:var(--sx-cocoa);border-color:var(--sx-card-edge-soft)}.sx-icon-btn--subtle:hover:not(:disabled){background:var(--sx-stone);border-color:var(--sx-card-edge)}.sx-icon-btn--gold{background:var(--sx-cocoa);color:var(--sx-cream);box-shadow:var(--sx-shadow-100);border-color:#0000}.sx-icon-btn--gold:hover:not(:disabled){background:var(--sx-cocoa-dark)}.sx-icon-btn--solid{background:var(--sx-cocoa);color:var(--sx-cream);border-color:#0000}.sx-icon-btn--solid:hover:not(:disabled){background:var(--sx-cocoa-dark)}.sx-icon-btn:active:not(:disabled){transform:scale(.96)}.sx-icon-btn:disabled{opacity:.55;cursor:not-allowed}.sx-text-btn{color:var(--sx-cocoa);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem .5rem;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;transition:background .12s,opacity .12s}.sx-text-btn:hover{background:#75351214}.sx-text-btn:disabled{opacity:.5;cursor:default}.sx-avatar{background:var(--sx-tan);color:var(--sx-cream);border:1px solid #7535121f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;display:inline-flex}.sx-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;display:inline-flex;position:relative}.sx-toggle input{opacity:0;width:0;height:0;position:absolute}.sx-toggle__track{background:var(--cream-soft);border:1px solid var(--sx-card-edge-soft);border-radius:999px;flex-shrink:0;width:38px;height:22px;transition:background .16s,border-color .16s;position:relative}.sx-toggle__thumb{background:#fff;border-radius:999px;width:16px;height:16px;transition:transform .16s,background .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #3e1a0640}.sx-toggle input:checked+.sx-toggle__track{background:var(--sx-cocoa);border-color:var(--sx-cocoa-dark)}.sx-toggle input:checked+.sx-toggle__track .sx-toggle__thumb{background:var(--sx-cream);transform:translate(16px)}.sx-toggle input:focus-visible+.sx-toggle__track{box-shadow:0 0 0 3px #7535122e}.sx-toggle input:disabled+.sx-toggle__track{opacity:.4;cursor:not-allowed}.sx-toggle__label{color:var(--sx-ink);font-size:.875rem;font-weight:500}.sx-input,.sx-input--time{color:var(--sx-ink);border:1px solid var(--sx-card-edge);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border-radius:10px;outline:none;padding:.55rem .75rem;font-family:Inter,system-ui,sans-serif;font-size:.9375rem;transition:border-color .12s,box-shadow .12s}.sx-input:focus,.sx-input--time:focus{border-color:var(--sx-cocoa);box-shadow:0 0 0 3px #7535121f}.sx-input--time{padding:.45rem .65rem}.sx-input-error{color:#b03a2e;font-size:.8125rem;line-height:1.35}.sx-input-status{color:var(--sx-ink-muted);font-size:.75rem}.sx-stat-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.sx-stat-cell{background:var(--cream);border-radius:12px;flex-direction:column;gap:.125rem;padding:4px;display:flex}.sx-stat-cell--interactive{appearance:none;cursor:pointer;font:inherit;color:inherit;text-align:inherit;border:1px solid #0000;transition:background-color .15s,border-color .15s,transform .15s}.sx-stat-cell--interactive:hover,.sx-stat-cell--interactive:focus-visible{background-color:#7535120d;border-color:#7535122e;outline:none}.sx-stat-cell--interactive:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.sx-stat-cell--interactive{transition:none}}.sx-stat-cell__tile{background:#d9d0c1;border-radius:8px;justify-content:center;align-items:center;width:100%;height:38px;padding:0 .5rem;display:flex}.sx-stat-cell__value{color:var(--sx-cocoa);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;line-height:1.25;overflow:hidden}.sx-stat-cell__label{text-align:center;letter-spacing:.02em;text-transform:uppercase;width:100%;color:var(--sx-ink-muted);font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.2;display:block}.sx-sandbox{background:var(--cream);min-height:100dvh;color:var(--sx-ink);padding:3rem 1.5rem 6rem}.sx-sandbox__inner{flex-direction:column;gap:2.5rem;max-width:1080px;margin:0 auto;display:flex}.sx-sandbox h1{color:var(--sx-cocoa);letter-spacing:0;margin:0;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:500}.sx-sandbox__lead{color:var(--sx-ink-muted);max-width:60ch;font-size:1rem;line-height:1.55}.sx-sandbox__section{flex-direction:column;gap:1rem;display:flex}.sx-sandbox__section-head{border-bottom:1px solid var(--sx-card-edge-soft);flex-direction:column;gap:.25rem;padding-bottom:.75rem;display:flex}.sx-sandbox__section-head h2{color:var(--sx-cocoa);margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:500}.sx-sandbox__section-head p{color:var(--sx-ink-muted);margin:0;font-size:.875rem;line-height:1.5}.sx-sandbox__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1rem;display:grid}.sx-sandbox__row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.sx-sandbox__tile{background:var(--cream-soft);border:1px solid var(--sx-card-edge-soft);border-radius:14px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.sx-sandbox__tile-label{letter-spacing:.04em;color:var(--sx-ink-muted);text-transform:lowercase;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.7rem}.sx-sandbox__tile-body{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;min-height:72px;padding:.5rem;display:flex}.sx-sandbox__swatch-row{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.sx-sandbox__swatch{flex-direction:column;align-items:flex-start;gap:.4rem;display:flex}.sx-sandbox__swatch-box{border:1px solid var(--sx-card-edge-soft);border-radius:12px;width:100%;height:56px}.sx-sandbox__swatch-name{color:var(--sx-ink-muted);font-family:JetBrains Mono,SF Mono,monospace;font-size:.7rem}.sx-sandbox__type{background:var(--cream-soft);border:1px solid var(--sx-card-edge-soft);border-radius:14px;gap:.5rem;padding:1rem 1.25rem;display:grid}.sx-sandbox__type-spec{color:var(--sx-ink-muted);font-family:JetBrains Mono,SF Mono,monospace;font-size:.7rem}.sx-sandbox__shell-preview{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.sx-sandbox__shell{background:var(--cream);--home-warm:var(--cream-soft);--home-deep:var(--cream);--home-gold-bright:var(--cocoa);--home-gold-glow:#7535121f;--home-gold-glow-strong:#75351238;--home-pill:var(--cocoa);--home-pill-text:var(--cream);--home-rail:var(--tan);--home-rail-border:#7535122e;border-radius:28px;flex-direction:column;gap:1.25rem;width:100%;max-width:402px;margin:0 auto;padding:1.25rem 1rem 1rem;display:flex;box-shadow:0 30px 80px #3e1a062e,inset 0 0 0 1px #7535120f}.sx-sandbox__icon-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.5rem;display:grid}.sx-sandbox__icon-cell{background:var(--cream-soft);border:1px solid var(--sx-card-edge-soft);color:var(--sx-cocoa);border-radius:10px;flex-direction:column;align-items:center;gap:.4rem;padding:.875rem .5rem;display:flex}.sx-sandbox__icon-name{color:var(--sx-ink-muted);font-family:JetBrains Mono,SF Mono,monospace;font-size:.65rem}.sx-sandbox__back{color:var(--sx-ink-muted);border:1px solid var(--sx-card-edge-soft);background:var(--cream-soft);border-radius:999px;padding:.4rem .75rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.75rem;text-decoration:none;transition:color .12s,border-color .12s,background .12s;position:absolute;top:1.25rem;left:1.25rem}.sx-sandbox__back:hover{color:var(--sx-cocoa);border-color:var(--sx-card-edge);background:var(--cream)}.profile-page-v2 .page-header__action{align-items:center;display:flex}.profile-birth-strip{background:var(--cream);letter-spacing:.04em;text-transform:uppercase;width:100%;color:var(--cocoa-dark);border:1px solid #75351214;border-radius:12px;justify-content:space-between;align-items:center;gap:.4rem;padding:.625rem .75rem;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;display:flex}.profile-birth-strip__item{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.profile-birth-strip__item svg{color:var(--cocoa);flex-shrink:0}.profile-birth-strip__item--add{font:inherit;letter-spacing:inherit;text-transform:inherit;color:var(--cocoa);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0;transition:color .12s,opacity .12s}.profile-birth-strip__item--add:hover{color:var(--cocoa-dark);text-underline-offset:3px;text-decoration:underline}.profile-birth-strip__item--add:active{opacity:.8}.profile-birth-strip__divider{background:#7535122e;flex:0 0 1px;height:14px}.profile-stat-row{grid-template-columns:1fr 1fr 1fr;gap:.5rem;width:100%;display:grid}.profile-stat-tile{background:var(--cream);border:1px solid #75351214;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.75rem .5rem .625rem;display:flex}.profile-stat-tile__icon{color:var(--cocoa);justify-content:center;align-items:center;margin-bottom:.125rem;display:inline-flex}.profile-stat-tile__sign{color:var(--cocoa-dark);font-family:Playfair Display,Georgia,serif;font-size:1.0625rem;font-weight:600;line-height:1.1}.profile-stat-tile__label{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500}.profile-stat-tile--empty{color:var(--cocoa);font:inherit;cursor:pointer;background:#7535120f;border:1px dashed #75351238;transition:background .14s,border-color .14s,transform .14s}.profile-stat-tile--empty:hover{background:#7535121a;border-color:#75351273}.profile-stat-tile--empty:active{transform:scale(.98)}.profile-stat-tile__add{color:var(--cocoa);font-family:Playfair Display,Georgia,serif;font-size:.9375rem;font-weight:500;line-height:1.1}.profile-stat-tile--empty .profile-stat-tile__icon{opacity:.8}.profile-traits-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;display:grid}.profile-trait{background:#7535120a;border:1px solid #7535120f;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;padding:.625rem .25rem;display:flex}.profile-trait__label{letter-spacing:.06em;color:var(--ink-muted);font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:500}.profile-trait__value{color:var(--cocoa-dark);font-family:Playfair Display,Georgia,serif;font-size:.9375rem;font-weight:600;line-height:1.1}.profile-wheel-frame{justify-content:center;width:100%;padding:.25rem 0;display:flex}.chart-wheel{width:100%;max-width:320px;height:auto;display:block}.profile-page-v2 .chart-wheel text{font-variant-emoji:text}.profile-cta-pill{background:var(--tan);color:var(--cocoa-dark);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;transition:background .12s,transform .12s;display:inline-flex;box-shadow:inset 0 1px #fff6,0 1px 1px #3e1a060f}.profile-cta-pill:hover{background:#b69478}.profile-cta-pill:active{transform:scale(.98)}.profile-cta-pill svg{color:var(--cocoa-dark)}.profile-section-label{justify-content:center;display:flex}.profile-section-label>span{background:var(--cocoa);color:var(--cream);letter-spacing:.08em;border-radius:999px;padding:.3rem .85rem;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;display:inline-block}.profile-detail-card{background:var(--cream-soft);border:1px solid #75351214;border-radius:16px;padding:1rem 1.125rem}.profile-detail-card__title{color:var(--cocoa-dark);margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:500;line-height:1.25}.profile-detail-card__subtitle{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-top:.4rem;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;line-height:1.3;display:block}.profile-detail-card__arrow{background:var(--cocoa);width:40px;height:40px;color:var(--cream);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,transform .12s;display:inline-flex}.profile-detail-card__arrow:hover{background:var(--cocoa-dark)}.profile-detail-card__arrow:active{transform:scale(.95)}.profile-settings-modal{background:var(--cream-soft);width:min(420px,100%);max-height:90dvh;overflow-y:auto}@media (width>=1024px){.profile-page-v2 .page-header__text h1{font-size:2.5rem}.chart-wheel{max-width:360px}.profile-detail-card__title{font-size:1.25rem}}.insights-sub{text-align:center;font-family:var(--font-sans);letter-spacing:.02em;text-transform:uppercase;color:var(--ink-muted);margin:0;font-size:.75rem;font-weight:300;line-height:1.4}.insights-summary{font-family:var(--font-sans);color:var(--ink);opacity:.86;margin:0;font-size:.9375rem;line-height:1.55}.insights-steps{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.insights-step__btn{appearance:none;width:100%;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:.75rem;margin:-.5rem;padding:.5rem;transition:background-color .15s ease-out;display:grid}.insights-step__btn:hover,.insights-step__btn:focus-visible{background-color:#7535120f;outline:none}.insights-step__arrow{color:#75351266;align-items:center;transition:transform .18s ease-out,color .18s ease-out;display:inline-flex}.insights-step__btn:hover .insights-step__arrow,.insights-step__btn:focus-visible .insights-step__arrow{color:var(--cocoa);transform:translate(3px)}.insight-discuss{appearance:none;font:inherit;letter-spacing:.01em;color:var(--cocoa-dark);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-self:center;align-items:center;gap:.375rem;margin-top:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.insight-discuss:hover,.insight-discuss:focus-visible{color:var(--cocoa);background-color:#75351214;border-color:#7535122e;outline:none}.insight-discuss svg{transition:transform .18s ease-out}.insight-discuss:hover svg,.insight-discuss:focus-visible svg{transform:translate(2px)}@media (prefers-reduced-motion:reduce){.insights-step__btn,.insights-step__arrow,.insight-discuss,.insight-discuss svg{transition:none}}.insights-step__num{background:var(--cocoa);width:28px;height:28px;color:var(--cream);font-family:var(--font-sans);letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:inline-flex}.insights-step__body{flex-direction:column;gap:.25rem;display:flex}.insights-step__headline{font-family:var(--font-sans);color:var(--ink);margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.insights-step__why{font-family:var(--font-sans);color:var(--ink-muted);opacity:.95;margin:0;font-size:.8125rem;line-height:1.5}.insights-page-v2 .home-shell--scrolling>.home-nav{margin-top:auto}@keyframes sx-fade-in{0%{opacity:0;filter:blur(3px)}to{opacity:1;filter:blur()}}.sx-fade-in{animation:.45s cubic-bezier(.32,.72,0,1) both sx-fade-in}@media (prefers-reduced-motion:reduce){.sx-fade-in{animation:none}}.insights-sky{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.insights-sky__item{appearance:none;width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.875rem;margin:0;padding:.625rem .5rem;transition:background-color .15s;display:flex}.insights-sky__item:hover,.insights-sky__item:focus-visible{background-color:#7535120f;outline:none}.insights-sky__icon{width:32px;height:32px;color:var(--cocoa-dark);background:#75351212;border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:inline-flex}.insights-sky__text{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.insights-sky__label{color:var(--cocoa-dark);font-size:.9375rem;font-weight:500;line-height:1.3}.insights-sky__value{color:var(--ink-muted,var(--cocoa));opacity:.78;font-size:.8125rem;line-height:1.3}.insights-sky__arrow{color:#75351266;flex:none;align-items:center;transition:transform .18s ease-out,color .18s ease-out;display:inline-flex}.insights-sky__item:hover .insights-sky__arrow,.insights-sky__item:focus-visible .insights-sky__arrow{color:var(--cocoa);transform:translate(3px)}@media (prefers-reduced-motion:reduce){.insights-sky__item,.insights-sky__arrow{transition:none}}
