*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,system-ui,sans-serif}body{background:#1e1e1e;color:#e8e6e3}.app-container{display:flex;height:100vh}.sidebar{width:261px;background:#171717;border-right:1px solid #2a2a2a;display:flex;flex-direction:column;padding:20px 14px;position:relative}.sidebar-header{margin-bottom:20px}.logo{display:flex;align-items:center;gap:8px;font-size:19px;font-weight:700;color:#f0f0f0}.logo-icon{color:#e8734a}.new-chat-btn{display:flex;align-items:center;gap:8px;background:#2a2a2a;color:#e8e6e3;border:1px solid #3a3a3a;padding:11px 14px;border-radius:10px;font-weight:500;cursor:pointer;margin-bottom:18px;font-size:14px}.new-chat-btn:hover{background:#333}.sidebar-nav{display:flex;flex-direction:column;gap:2px;margin-bottom:16px}.nav-item{padding:9px 12px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#b0aeab}.nav-item:hover{background:#262626}.nav-item.active{background:#2e2119;color:#e8734a}.chats-label{color:#7a7a7a;font-size:11px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;padding:0 6px}.chat-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.chat-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:13.5px;color:#c8c6c3}.chat-item:hover{background:#232323}.chat-item.active{background:#2a2a2a;color:#fff}.chat-item-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-menu-btn{background:none;border:none;font-size:16px;color:#888;cursor:pointer;padding:2px 6px;border-radius:4px;opacity:0;transition:opacity .15s}.chat-item:hover .chat-menu-btn{opacity:1}.chat-menu-btn:hover{background:#3a3a3a}.chat-menu-dropdown{position:fixed;background:#262626;border:1px solid #3a3a3a;border-radius:10px;box-shadow:0 8px 24px #0006;z-index:500;min-width:130px;overflow:hidden}.chat-menu-item{padding:10px 14px;font-size:13px;cursor:pointer;color:#d8d6d3}.chat-menu-item:hover{background:#333}.chat-menu-item.delete{color:#e8574a}.sidebar-footer{display:flex;align-items:center;gap:8px;padding-top:14px;border-top:1px solid #2a2a2a;font-size:13px}.user-avatar{width:30px;height:30px;border-radius:50%;background:#e8734a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.user-avatar-img{width:30px;height:30px;border-radius:50%;flex-shrink:0}.user-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c8c6c3}.settings-btn,.logout-btn{background:none;border:none;cursor:pointer;font-size:15px;color:#999;padding:4px}.settings-btn:hover,.logout-btn:hover{color:#e8734a}.main-panel{flex:1;display:flex;flex-direction:column;background:#1e1e1e}.chat-window{flex:1;overflow-y:auto;padding:30px 60px;display:flex;flex-direction:column;gap:18px}.empty-state{margin:auto;text-align:center;color:#777}.empty-icon{font-size:40px;color:#e8734a;display:block;margin-bottom:10px}.message-row{display:flex;gap:10px;max-width:700px}.user-row{align-self:flex-end;flex-direction:row-reverse}.assistant-row{align-self:flex-start}.avatar{width:28px;height:28px;border-radius:50%;background:#e8734a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.bubble{padding:13px 17px;border-radius:14px;font-size:15px;line-height:1.55;white-space:pre-wrap}.user-bubble{background:#2a2a2a;color:#f0f0f0}.assistant-bubble{background:transparent;color:#e0dedb;padding-left:0}.typing{color:#888;font-style:italic}.input-bar{display:flex;gap:10px;padding:16px 60px 26px}.input-bar input{flex:1;padding:14px 18px;border-radius:12px;border:1px solid #333;font-size:15px;outline:none;background:#262626;color:#f0f0f0}.input-bar input::placeholder{color:#888}.input-bar input:focus{border-color:#e8734a}.input-bar button{border:none;width:48px;border-radius:12px;font-size:18px;cursor:pointer}.input-bar button[type=submit]{background:#e8734a;color:#fff}.input-bar button[type=submit]:hover{background:#d4633c}.mic-btn{background:#262626;border:1px solid #333;color:#e8734a}.mic-btn:hover{background:#2e2e2e}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:#1e1e1e}.login-card{background:#232323;padding:50px 40px;border-radius:20px;box-shadow:0 10px 40px #0000004d;text-align:center;max-width:360px;border:1px solid #2e2e2e}.login-logo{font-size:28px;font-weight:800;color:#e8734a;margin-bottom:8px}.login-subtitle{color:#999;margin-bottom:30px;font-size:14px}.login-error{margin:-12px 0 18px;color:#ff8a7a;font-size:13px;line-height:1.4}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 20px;border-radius:10px;border:1px solid #3a3a3a;background:#2a2a2a;color:#f0f0f0;font-size:15px;font-weight:600;cursor:pointer}.google-btn img{width:20px;height:20px}.google-btn:hover{background:#333}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;color:#e8734a;font-weight:600;font-size:18px;background:#1e1e1e}.reminders-panel{flex:1;overflow-y:auto;padding:40px 60px}.reminders-panel h2{margin-bottom:20px;color:#f0f0f0}.empty-text{color:#888;font-size:14px}.task-list{display:flex;flex-direction:column;gap:10px}.task-card{display:flex;align-items:center;gap:14px;background:#232323;border:1px solid #2e2e2e;border-radius:12px;padding:14px 18px}.task-card.completed{opacity:.5}.task-card.completed .task-content{text-decoration:line-through}.task-info{flex:1}.task-content{font-size:15px;color:#f0f0f0}.task-date{font-size:13px;color:#888;margin-top:4px}.task-delete{background:none;border:none;cursor:pointer;font-size:16px;color:#888}.task-delete:hover{color:#e8574a}.voice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#131313;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;color:#fff}.voice-close-btn{position:absolute;top:24px;right:24px;background:#ffffff14;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer}.voice-close-btn:hover{background:#ffffff26}.voice-orb{width:160px;height:160px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#e8734a,#c85a35);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}.voice-orb-icon{font-size:48px;color:#fff;pointer-events:none;-webkit-user-select:none;user-select:none}.voice-orb.listening{animation:listenPulse 1.2s ease-in-out infinite}.voice-orb.thinking{animation:spin 1.5s linear infinite}.voice-orb.speaking{animation:speakPulse .6s ease-in-out infinite}@keyframes listenPulse{0%,to{transform:scale(1);box-shadow:0 0 0 10px #e8734a33}50%{transform:scale(1.1);box-shadow:0 0 0 30px #e8734a0d}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes speakPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.voice-status{margin-top:30px;font-size:16px;color:#ccc;font-weight:500}.voice-error{margin-top:20px;color:#ff6b6b;font-size:14px;max-width:500px;text-align:center;padding:0 20px}.voice-transcript{margin-top:20px;font-size:18px;color:#fff;font-style:italic;max-width:600px;text-align:center;padding:0 20px}.voice-reply{margin-top:16px;font-size:15px;color:#aaa;max-width:600px;text-align:center;padding:0 20px}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:900}.settings-modal{background:#232323;border:1px solid #2e2e2e;border-radius:16px;width:380px;padding:24px}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.settings-header h3{color:#f0f0f0}.settings-close{background:none;border:none;color:#999;font-size:16px;cursor:pointer}.settings-section{padding:14px 0;border-bottom:1px solid #2e2e2e}.settings-label{color:#f0f0f0;font-size:14px;font-weight:600}.settings-sub{color:#999;font-size:13px;margin-top:4px}.settings-logout{margin-top:20px;width:100%;padding:11px;background:#e8574a;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.settings-logout:hover{background:#d4493d}.memory-list{margin-top:10px;display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.memory-item{display:flex;justify-content:space-between;align-items:center;background:#2a2a2a;padding:8px 10px;border-radius:8px;font-size:12.5px;color:#d8d6d3}.memory-item button{background:none;border:none;color:#888;cursor:pointer;font-size:13px}.memory-item button:hover{color:#e8574a}
