*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#fff;background:#0b0b0b;font-family:Inter,Arial,sans-serif;overflow:hidden}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-layout{width:100vw;height:100dvh;display:flex;overflow:hidden}.life-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1100;background:#00000085;position:fixed;inset:0}.life-panel{z-index:1101;color:#f8fafc;background:#101010;border-left:1px solid #252525;flex-direction:column;width:380px;max-width:90vw;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-16px 0 50px #00000073}.life-panel-header{background:#111827;border-bottom:1px solid #222;justify-content:space-between;align-items:center;min-height:72px;padding:16px 18px;display:flex}.life-panel-header h2{margin-bottom:3px;font-size:20px}.life-panel-header span{color:#64748b;font-size:12px}.life-close-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:9px;width:36px;height:36px;font-size:24px}.life-close-btn:hover{color:#fff;background:#202020}.life-loading{color:#94a3b8;padding:28px 18px}.life-section{border-bottom:1px solid #1c1c1c;padding:18px}.life-label{letter-spacing:.08em;color:#64748b;margin-bottom:8px;font-size:10px;font-weight:700}.life-value{color:#e5e7eb;font-size:15px}.life-empty{color:#64748b;font-size:13px}.life-events{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.life-event{background:#151515;border:1px solid #252525;border-radius:10px;padding:12px}.life-event strong{margin-bottom:5px;font-size:14px;display:block}.life-event p{color:#a1a1aa;margin-bottom:7px;font-size:12px;line-height:1.4}.life-event span{color:#64748b;font-size:11px}.life-actions{padding:18px}.life-primary-btn,.life-secondary-btn{cursor:pointer;border-radius:9px;width:100%;padding:11px 14px;font-weight:600}.life-primary-btn{color:#fff;background:#1d4ed8;border:none}.life-primary-btn:hover{background:#2563eb}.life-secondary-btn{color:#e5e7eb;background:0 0;border:1px solid #334155}.life-secondary-btn:hover{background:#1d1d1d}@media (width<=768px){.life-panel{border-left:none;width:100%;max-width:none}}.scene-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;background:#0000009e;position:fixed;inset:0}.scene-modal{z-index:1201;background:#111827;border:1px solid #293548;border-radius:16px;width:min(440px,100vw - 32px);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #0000008c}.scene-modal-header{border-bottom:1px solid #253044;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.scene-modal-header h2{margin-bottom:5px;font-size:20px}.scene-modal-header p{color:#64748b;font-size:12px}.scene-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;width:34px;height:34px;font-size:23px}.scene-modal-close:hover{color:#fff;background:#1e293b}.scene-form{flex-direction:column;gap:17px;padding:20px;display:flex}.scene-form label{flex-direction:column;gap:7px;display:flex}.scene-form label>span{color:#cbd5e1;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.scene-form label small{color:#64748b;font-size:11px;font-weight:400}.scene-form input,.scene-form select{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:9px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px}.scene-form input::placeholder{color:#64748b}.scene-form input:focus,.scene-form select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.scene-form input:disabled,.scene-form select:disabled{opacity:.65}.scene-form-error{color:#fca5a5;background:#2a1111;border:1px solid #7f1d1d;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.4}.scene-form-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.scene-cancel-btn,.scene-create-btn{cursor:pointer;border-radius:9px;height:42px;padding:0 16px;font-size:13px;font-weight:600}.scene-cancel-btn{color:#cbd5e1;background:0 0;border:1px solid #334155}.scene-cancel-btn:hover{background:#1e293b}.scene-create-btn{color:#fff;background:#2563eb;border:none}.scene-create-btn:hover{background:#3b82f6}.scene-create-btn:disabled,.scene-cancel-btn:disabled,.scene-modal-close:disabled{opacity:.55;cursor:not-allowed}@media (width<=768px){.scene-modal{border-bottom:none;border-left:none;border-right:none;border-radius:18px 18px 0 0;width:100%;max-height:90dvh;top:auto;bottom:0;left:0;overflow-y:auto;transform:none}.scene-modal-header{padding:18px 16px}.scene-form{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.scene-form-actions{grid-template-columns:1fr 1fr;display:grid}.scene-cancel-btn,.scene-create-btn{width:100%;height:46px}}.scene-form textarea{resize:vertical;color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:9px;outline:none;width:100%;min-height:80px;padding:11px 12px;font-size:14px;line-height:1.4}.scene-form textarea::placeholder{color:#64748b}.scene-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.scene-form-two-column{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=500px){.scene-form-two-column{grid-template-columns:1fr}}.chat-header{z-index:100;background:#111827;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;height:72px;min-height:72px;padding:14px 24px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:14px;min-width:0;display:flex}.header-left h2{white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:600;overflow:hidden}.header-left span{color:#8fdc93;font-size:13px}.avatar{object-fit:cover;object-position:top center;cursor:pointer;background:#171717;border-radius:50%;flex-shrink:0;width:48px;height:48px;padding:2px;transition:all .2s;overflow:hidden}.avatar:hover{transform:scale(1.05)}.life-header-btn{color:#e5e7eb;cursor:pointer;white-space:nowrap;background:#172033;border:1px solid #334155;border-radius:10px;padding:8px 12px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s}.life-header-btn:hover{background:#202b40;border-color:#475569}.mobile-menu-btn{color:#e5e7eb;cursor:pointer;background:0 0;border:none;border-radius:9px;flex-shrink:0;width:40px;height:40px;font-size:23px;display:none}.mobile-menu-btn:hover{background:#1d2738}.image-preview{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d1;justify-content:center;align-items:center;animation:.2s fade;display:flex;position:fixed;inset:0}.image-preview img{border-radius:16px;max-width:90vw;max-height:90vh;box-shadow:0 0 40px #00000080}@media (width<=768px){.chat-header{gap:8px;height:64px;min-height:64px;padding:10px 12px}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.header-left{flex:1;gap:10px;min-width:0}.avatar{width:40px;height:40px}.header-left h2{font-size:16px}.header-left span{font-size:11px}.life-header-btn{padding:8px 10px;font-size:13px}}@media (width<=400px){.chat-header{padding-left:8px;padding-right:8px}.mobile-menu-btn{width:36px;height:36px}.life-header-btn{padding:7px 8px}.life-header-btn span{display:none}}.chat-page{background:#0b0b0b;flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex;overflow:hidden}.chat-window{flex-direction:column;flex:1;gap:18px;width:100%;min-height:0;padding:28px;display:flex;overflow-y:auto}.message-row{width:100%;display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message{overflow-wrap:anywhere;border-radius:16px;max-width:min(720px,78%);padding:13px 16px;font-size:15px;line-height:1.55}.message-time{opacity:.6;text-align:right;margin-top:8px;font-size:11px}.empty-state{text-align:center;opacity:.75;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-state h2{margin-bottom:14px;font-size:52px}.empty-state p{font-size:18px}.chat-input-container{background:#0b0b0b;border-top:1px solid #1e293b;flex-shrink:0;padding:18px 28px 24px}@media (width<=768px){.chat-window{gap:14px;padding:16px 12px}.message-row{width:100%}.message{max-width:88%;padding:11px 13px;font-size:14px;line-height:1.5}.empty-state{padding:16px}.empty-state h2{margin-bottom:10px;font-size:36px}.empty-state p{max-width:220px;font-size:14px}.chat-input-container{padding:8px}}@media (width<=400px){.chat-window{padding:12px 8px}.message{max-width:92%;padding:10px 12px;font-size:13px}.empty-state h2{font-size:32px}.empty-state p{font-size:13px}}.chat-bottom-anchor{flex-shrink:0;width:1px;height:1px}.new-messages-btn{z-index:20;color:#e5e7eb;cursor:pointer;background:#172033;border:1px solid #334155;border-radius:999px;align-self:center;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s,transform .2s;position:sticky;bottom:12px;box-shadow:0 6px 20px #00000059}.new-messages-btn:hover{background:#202b40;transform:translateY(-1px)}@media (width<=768px){.new-messages-btn{padding:8px 12px;bottom:8px}}.message-row{align-items:flex-end;gap:10px;margin-bottom:10px;animation:.25s fade;display:flex}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start}.message{word-break:break-word;border-radius:18px;flex-direction:column;gap:8px;max-width:65%;padding:14px 18px;display:flex;box-shadow:0 4px 18px #00000040}.user{color:#fff;background:#1d4ed8;border-bottom-right-radius:6px}.assistant{color:#fff;background:#171717;border-bottom-left-radius:6px}.message-time{opacity:.65;align-self:flex-end;font-size:11px}.typing-bubble{background:#171717;border-radius:18px 18px 18px 6px;gap:6px;padding:14px 18px;display:flex}.typing-bubble span{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s infinite bounce}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}.empty-state{opacity:.7;flex-direction:column;justify-content:center;align-items:center;gap:18px;height:100%;display:flex}.empty-state h2{font-size:34px;font-weight:600}.empty-state p{color:#9ca3af;font-size:16px}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.4)}40%{opacity:1;transform:scale(1)}}@keyframes fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.message{max-width:82%}}.chat-input{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111827eb;border-top:1px solid #ffffff0d;align-items:flex-end;gap:10px;padding:16px 20px;display:flex;position:sticky;bottom:0}.chat-input textarea{color:#fff;transition:border-color .2s box-shadow .2s background .2s;resize:none;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box;background:#171717;border:1px solid #2a2a2a;border-radius:28px;outline:none;flex:1;min-height:56px;max-height:180px;padding:16px 22px;font-family:inherit;font-size:15px;line-height:1.5;overflow:hidden auto}.chat-input textarea:focus{box-shadow:0 0 0 1px #2563eb}.chat-input textarea:disabled{opacity:.6}.chat-input button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;transition:all .25s;display:flex}.chat-input button:hover:not(:disabled){background:#3b82f6}.chat-input button:disabled{opacity:.5;cursor:not-allowed;transform:none}.typing{color:#9ca3af;padding:14px 28px;font-size:14px}.sidebar{z-index:1000;background:#101010;border-right:1px solid #171717;flex-direction:column;flex-shrink:0;width:240px;min-width:240px;height:100dvh;display:flex;position:relative}.sidebar-header{padding:16px}.sidebar-title-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.sidebar-title{color:#e5e7eb;font-size:15px;font-weight:600}.sidebar-close-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;width:34px;height:34px;font-size:24px;display:none}.sidebar-close-btn:hover{color:#fff;background:#1d1d1d}.new-chat-btn{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:10px;width:100%;padding:12px;font-weight:600;transition:background .2s}.new-chat-btn:hover{background:#2563eb}.conversation-list{flex:1;min-height:0;padding-bottom:8px;overflow-y:auto}.conversation-item{cursor:pointer;color:#e5e7eb;border:none;border-radius:12px;margin:6px;padding:12px;transition:background .2s}.conversation-item:hover{background:#1d1d1d}.conversation-item.active{background:#202020;border-left:3px solid #3b82f6}.conversation-item strong{font-size:14px}.conversation-item small{color:#64748b;font-size:12px}.conversation-empty{color:#64748b;text-align:center;padding:24px 16px;font-size:13px}.sidebar-footer{color:#64748b;text-align:center;border-top:1px solid #171717;padding:12px;font-size:12px}.sidebar-backdrop{display:none}@media (width<=768px){.sidebar{width:min(86vw,340px);min-width:0;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:12px 0 40px #00000073}.sidebar.mobile-open{transform:translate(0)}.sidebar-title-row{margin-bottom:12px}.sidebar-close-btn{justify-content:center;align-items:center;display:flex}.sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;opacity:0;pointer-events:none;background:#00000094;transition:opacity .25s;display:block;position:fixed;inset:0}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.sidebar-footer{display:block}}
