:root{--bg:#141118;--surface:#1e1b23;--surface-2:#2a2630;--text:#ece9f0;--muted:#a29daa;--border:#332e3a;--accent:#e0567a;--danger:#f87171;--ok:#4ade80;--radius:14px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#f5f3f7;--surface:#fff;--surface-2:#ece7f0;--text:#1b1920;--muted:#6b6572;--border:#e0dae6;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior-y:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45}button,input,textarea,select{font:inherit;color:inherit}textarea::-webkit-scrollbar{display:none}textarea{scrollbar-width:none;-ms-overflow-style:none}button{cursor:pointer}h1,h2,h3,p{margin:0}.app-shell{background:var(--bg);justify-content:center;height:100dvh;display:flex}.app-frame{background:var(--bg);flex-direction:column;width:100%;max-width:680px;height:100dvh;display:flex;position:relative;overflow:hidden}.screen{flex-direction:column;flex:1;min-height:0;display:flex}.screen__scroll{min-height:0;padding:12px 14px calc(88px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.screen--chat{background:var(--bg)}.topbar{padding:calc(env(safe-area-inset-top) + 10px) 12px 10px;border-bottom:1px solid var(--border);background:var(--surface);z-index:10;align-items:center;gap:8px;display:flex;position:sticky;top:0}.topbar__back{width:36px;height:36px;color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:30px;line-height:1;display:inline-flex}.topbar__back:hover{background:var(--surface-2)}.topbar__spacer{width:36px}.topbar__titles{flex:1;min-width:0}.topbar__title{white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:600;overflow:hidden}.topbar__subtitle{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.topbar__actions{align-items:center;gap:6px;display:flex}.topbar__identity{align-items:center;gap:8px;display:inline-flex}.avatar{object-fit:cover;background:var(--surface-2);border-radius:50%;flex:none}.avatar--fallback,.avatar--emoji{color:#fff;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar--emoji{line-height:1}.button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:11px;padding:10px 16px;font-weight:600;transition:opacity .15s,background .15s}.button:disabled{opacity:.5;cursor:default}.button--primary{background:var(--accent);color:#fff;border-color:#0000}.button--ghost{background:0 0}.button--danger{background:var(--danger);color:#fff;border-color:#0000}.button--sm{padding:7px 13px;font-size:14px}.button--block{width:100%;display:block}.button-row{flex-wrap:wrap;gap:10px;display:flex}.icon-button{color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:inline-flex}.icon-button:hover{background:var(--surface-2)}.icon-button--accent{background:var(--accent);color:#fff;font-size:22px}.link-button{color:var(--accent);background:0 0;border:none;padding:0 6px;font-weight:600}.bottom-nav{background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:20;display:flex;position:absolute;bottom:0;left:0;right:0}.bottom-nav__item{color:var(--muted);background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:8px 0 10px;font-size:11px;display:flex}.bottom-nav__item.is-active{color:var(--accent)}.bottom-nav__icon{justify-content:center;align-items:center;font-size:20px;display:inline-flex}.chat-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chat-list__item{align-items:center;gap:4px;display:flex}.chat-row{text-align:left;border-radius:var(--radius);min-width:0;color:var(--text);background:0 0;border:none;flex:1;align-items:center;gap:12px;padding:10px;display:flex}.chat-row:hover{background:var(--surface)}.chat-row__text{flex-direction:column;flex:1;min-width:0;display:flex}.chat-row__name{align-items:center;gap:8px;font-weight:600;display:flex}.chat-row__preview{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.chat-row__edit{color:var(--muted);font-size:15px}.badge{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:1px 6px;font-size:10px}.empty-state{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:12px;padding:56px 24px;display:flex}.empty-state h2{color:var(--text);font-size:19px}.empty-state__emoji{font-size:46px}.portrait-block{flex-direction:column;align-items:center;gap:10px;padding:8px 0 18px;display:flex}.portrait-block__image{aspect-ratio:3/4;background:var(--surface);border:1px solid var(--border);border-radius:18px;width:200px;max-width:60vw;position:relative;overflow:hidden}.portrait-block__image img{object-fit:cover;width:100%;height:100%;display:block}.portrait-block__placeholder{border-radius:0;font-size:64px;width:100%!important;height:100%!important}.portrait-block__overlay{background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.portrait-block__actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.form,.settings-section{flex-direction:column;gap:14px;padding:14px 0;display:flex}.settings-section{border-top:1px solid var(--border)}.settings-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:14px}.field{flex-direction:column;gap:6px;display:flex}.field__row{justify-content:space-between;align-items:center;display:flex}.field__label{color:var(--muted);font-size:13px}.input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);border-radius:11px;outline:none;padding:10px 12px}.input:focus{border-color:var(--accent)}.input--area{resize:vertical;min-height:64px}.input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.segmented{background:var(--surface);border:1px solid var(--border);border-radius:11px;display:flex;overflow:hidden}.segmented__item{color:var(--muted);background:0 0;border:none;flex:1;padding:10px;font-weight:600}.segmented__item.is-active{background:var(--accent);color:#fff}.swatches{flex-wrap:wrap;gap:10px;display:flex}.swatch{border:2px solid #0000;border-radius:50%;width:34px;height:34px}.swatch.is-active{border-color:var(--text);box-shadow:0 0 0 2px var(--bg) inset}.notes-preview{background:var(--surface);border:1px solid var(--border);border-radius:11px;min-height:90px;padding:12px;font-size:14px}.notes-preview h1,.notes-preview h2,.notes-preview h3{margin:8px 0 4px}.notes-preview ul,.notes-preview ol{margin:4px 0;padding-left:20px}.hint{color:var(--muted);font-size:12.5px}.hint--warn{color:#eab308}.hint--error{color:var(--danger)}.hint--ok{color:var(--ok)}.muted{color:var(--muted)}.inline-form{gap:8px;display:flex}.inline-form .input{flex:1}.toggle-row{justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.toggle-row input{width:20px;height:20px;accent-color:var(--accent)}.spinner-wrap{color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chat-scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:8px;min-height:0;padding:14px 12px;display:flex;overflow-y:auto}.chat-intro{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:32px 20px 8px;display:flex}.chat-intro h2{color:var(--text)}.system-chip{text-align:center;max-width:86%;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:999px;align-self:center;padding:4px 12px;font-size:12px}.bubble-row{display:flex}.bubble-row--user{justify-content:flex-end}.bubble-row--bot{justify-content:flex-start}.bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;max-width:100%;padding:9px 13px;position:relative}.bubble--user{background:var(--surface-2);border-bottom-right-radius:5px}.bubble--bot{background:color-mix(in srgb, var(--bot-accent,var(--accent)) 18%, var(--surface));border:1px solid color-mix(in srgb, var(--bot-accent,var(--accent)) 42%, var(--border));border-bottom-left-radius:5px}.bubble--typing{padding:12px 16px}.bubble--image{background:var(--surface);border:1px solid var(--border);max-width:68%;padding:5px}.bubble__text{white-space:pre-wrap;margin:0}.bubble__markdown{white-space:normal}.bubble__markdown>:first-child{margin-top:0}.bubble__markdown>:last-child{margin-bottom:0}.bubble__markdown h1,.bubble__markdown h2,.bubble__markdown h3,.bubble__markdown h4,.bubble__markdown h5,.bubble__markdown h6{margin:10px 0 5px;line-height:1.25}.bubble__markdown p,.bubble__markdown ul,.bubble__markdown ol,.bubble__markdown blockquote,.bubble__markdown pre{margin:7px 0}.bubble__markdown ul,.bubble__markdown ol{padding-left:22px}.bubble__markdown blockquote{border-left:3px solid var(--accent);color:var(--muted);padding-left:10px}.bubble__markdown pre{background:var(--surface-2);border-radius:8px;padding:8px;overflow-x:auto}.bubble__markdown code{background:var(--surface-2);border-radius:4px;padding:1px 4px}.bubble__markdown pre code{background:0 0;padding:0}.bubble__markdown a{color:var(--accent);text-decoration:underline}.bubble__image{background:0 0;border:none;border-radius:12px;width:100%;padding:0;display:block;overflow:hidden}.bubble__image img{border-radius:12px;width:100%;display:block}.bubble__image-placeholder{background:var(--surface-2);border-radius:12px;justify-content:center;align-items:center;height:140px;font-size:32px;display:flex}.bubble--tappable{cursor:pointer;-webkit-tap-highlight-color:transparent}.bubble__reaction-float{flex-direction:row-reverse;gap:3px;display:flex;position:absolute;bottom:-11px;right:-8px}.reaction-chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;padding:3px 6px;font-size:13px;line-height:1;display:inline-flex;box-shadow:0 1px 4px #00000047}.reaction-chip:active{transform:scale(.92)}.typing-dots{gap:4px;display:inline-flex}.typing-dots span{background:currentColor;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.composer{padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);align-items:flex-end;gap:8px;display:flex}.composer__input{resize:none;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;outline:none;flex:1;max-height:140px;padding:10px 14px;line-height:1.4}.composer__input:focus{border-color:var(--accent)}.composer__send{background:var(--accent);color:#fff;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:inline-flex}.composer__send:disabled{opacity:.4}.banner{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 14px;font-size:13px;display:flex}.banner--error{background:color-mix(in srgb, var(--danger) 16%, var(--surface));color:var(--danger)}.banner--pending{background:color-mix(in srgb, var(--accent) 14%, var(--surface));color:var(--text)}.sheet-backdrop{z-index:60;background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:680px;max-height:86dvh;padding:6px 16px calc(22px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;animation:.2s sheet-up;overflow-y:auto}@keyframes sheet-up{0%{opacity:.6;transform:translateY(30px)}}.sheet__grabber{background:var(--border);border-radius:999px;width:40px;height:4px;margin:6px auto 4px}.sheet__header{justify-content:space-between;align-items:center;padding:4px 0 10px;display:flex}.sheet__header h3{font-size:17px}.sheet__body{flex-direction:column;gap:14px;display:flex}.menu-list{flex-direction:column;display:flex}.menu-item{color:var(--text);text-align:left;border:none;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:12px;padding:14px 6px;font-size:15px;display:flex}.menu-item:last-child{border-bottom:none}.menu-item:disabled{opacity:.45}.emoji-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.emoji-button{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;padding:12px 0;font-size:26px}.emoji-button:active{transform:scale(.94)}.emoji-button--active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 24%, var(--surface-2))}.image-viewer{z-index:80;background:#000000f0;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:20px;display:flex;position:fixed;inset:0}.image-viewer img{object-fit:contain;border-radius:10px;max-width:100%;max-height:74dvh}.image-viewer__title{color:#ddd;text-align:center;max-width:90%;font-size:13px}.image-viewer__actions{gap:12px;display:flex}.chip-row{scrollbar-width:none;gap:8px;padding:10px 14px 4px;display:flex;overflow-x:auto}.personality-chips{flex-wrap:wrap;gap:8px;display:flex}.chip-row::-webkit-scrollbar{display:none}.chip{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:999px;flex:none;padding:6px 14px;font-size:13px}.chip.is-active{background:var(--accent);color:#fff;border-color:#0000}.masonry{columns:2;column-gap:8px}.masonry__item{background:var(--surface);break-inside:avoid;border:none;border-radius:12px;width:100%;margin:0 0 8px;padding:0;display:block;position:relative;overflow:hidden}.masonry__item img{width:100%;height:auto;display:block}.masonry__caption{color:#fff;background:#0009;border-radius:999px;padding:2px 8px;font-size:10.5px;position:absolute;bottom:6px;left:6px}.attachment-row{flex-wrap:wrap;gap:8px;display:flex}.attachment{border:1px solid var(--border);border-radius:11px;width:68px;height:68px;position:relative;overflow:hidden}.attachment img{object-fit:cover;width:100%;height:100%;display:block}.attachment__remove{color:#fff;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px}.attachment--add{color:var(--muted);background:var(--surface-2);cursor:pointer;justify-content:center;align-items:center;font-size:24px;display:flex}
