.energy-modal{z-index:600;background:#1a1a1a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.energy-modal.hidden{display:none}.energy-modal-box{background:var(--white);text-align:center;border-radius:20px;width:100%;max-width:360px;padding:32px 28px;box-shadow:0 24px 60px #00000026}.energy-modal-icon{margin-bottom:12px;font-size:40px}.energy-modal-title{letter-spacing:-.03em;margin-bottom:8px;font-size:20px;font-weight:800}.energy-modal-sub{color:var(--mid);margin-bottom:20px;font-size:13px;line-height:1.6}.energy-modal-btn{background:var(--black);width:100%;height:42px;color:var(--white);font-family:var(--sans);cursor:pointer;border:none;border-radius:100px;font-size:13px;font-weight:700}.alfred-wrap{align-items:flex-start;gap:20px;width:100%;max-width:1400px;margin:0 auto;padding:28px 40px;display:flex}.session-sidebar{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex-shrink:0;width:220px;padding:18px;display:flex}.session-title{color:var(--black);margin-bottom:14px;font-size:13px;font-weight:700}.new-chat-btn{background:var(--black);width:100%;height:38px;color:var(--white);font-family:var(--sans);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:6px;margin-bottom:16px;font-size:12px;font-weight:700;transition:background .2s;display:flex}.new-chat-btn:hover{background:#333}.new-chat-btn .material-symbols-outlined{font-size:16px}.session-stat{background:var(--bg);border-radius:10px;align-items:center;gap:8px;margin-bottom:8px;padding:9px 12px;display:flex}.session-stat .material-symbols-outlined{color:var(--light);font-size:15px}.session-stat-label{color:var(--mid);font-size:11px}.session-stat-val{color:var(--black);font-size:12px;font-weight:700}.session-divider{background:var(--border);flex-shrink:0;height:1px;margin:10px 0}.session-hist-title{letter-spacing:.1em;text-transform:uppercase;color:var(--light);flex-shrink:0;margin-bottom:8px;font-size:10px;font-weight:700}.session-history{max-height:220px;overflow-y:auto}.session-history::-webkit-scrollbar{width:3px}.session-history::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.sess-item{cursor:pointer;border-radius:8px;align-items:center;gap:6px;margin-bottom:3px;padding:8px 10px;transition:background .15s;display:flex}.sess-item:hover{background:var(--bg)}.sess-item-body{flex:1;min-width:0}.sess-item-title{color:var(--black);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:11px;font-weight:600;overflow:hidden}.sess-item-meta{color:var(--light);margin-top:1px;font-size:10px}.sess-item.active-sess{background:var(--bg)}.sess-del{cursor:pointer;width:20px;height:20px;color:var(--light);opacity:0;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.sess-del .material-symbols-outlined{pointer-events:none;font-size:12px}.sess-item:hover .sess-del{opacity:1}.sess-del:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.session-note{color:var(--light);text-align:center;border-top:1px solid var(--border);flex-shrink:0;padding-top:12px;font-size:10px;line-height:1.5}.welcome-gift-note{text-align:center;background:linear-gradient(135deg,#fef9f0,#fff7ed);border:1px solid #fde68a;border-radius:10px;flex-shrink:0;margin-top:10px;padding:11px 13px;line-height:1.5}.welcome-gift-icon{margin-bottom:4px;font-size:16px}.welcome-gift-title{color:#92400e;margin-bottom:2px;font-size:12px;font-weight:700}.welcome-gift-sub{color:#b45309;font-size:11px;font-weight:600}.chat-main{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:1;min-width:0;display:flex}.chat-messages{flex-direction:column;gap:18px;height:500px;padding:24px 28px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.chat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.chat-empty-title{letter-spacing:-.04em;color:var(--black);margin-bottom:10px;font-size:28px;font-weight:800}.chat-empty-sub{color:var(--mid);max-width:420px;font-size:15px;line-height:1.6}.msg{align-items:flex-start;gap:10px;display:flex}.msg.user{flex-direction:row-reverse}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:10px;font-weight:700;display:flex}.msg.alfred .msg-avatar{background:var(--black);color:var(--white)}.msg.user .msg-avatar{background:var(--green);color:var(--white)}.msg-bubble{border-radius:16px;max-width:72%;padding:12px 16px;font-size:14px;line-height:1.65}.msg.alfred .msg-bubble{background:var(--bg);color:var(--black);border-bottom-left-radius:4px}.msg.user .msg-bubble{background:var(--black);color:var(--white);border-bottom-right-radius:4px}.msg-typing{align-items:center;gap:4px;padding:14px 16px;display:flex}.msg-typing span{background:var(--light);border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce}.msg-typing span:nth-child(2){animation-delay:.2s}.msg-typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chat-input-area{border-top:1px solid var(--border);background:var(--bg);flex-direction:column;display:flex;position:relative}.chat-textarea{resize:none;width:100%;height:140px;font-family:var(--sans);color:var(--black);background:0 0;border:none;outline:none;padding:18px 24px 56px;font-size:14px;line-height:1.6;overflow-y:auto}.chat-textarea::placeholder{color:var(--light)}.chat-input-actions{justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:absolute;bottom:12px;left:0;right:0}.hint-bar{color:var(--light);align-items:center;gap:6px;padding:0 8px;font-size:11px;display:flex}.hint-bar .material-symbols-outlined{font-size:13px}.chat-action-right{align-items:center;gap:8px;display:flex}.send-btn{background:var(--black);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.send-btn:hover{background:#333}.send-btn:disabled{background:var(--border);cursor:default}.send-btn .material-symbols-outlined{font-size:16px}.mic-btn{background:var(--white);width:36px;height:36px;color:var(--mid);border:1px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.mic-btn:hover{background:var(--bg);color:var(--black)}.mic-btn.listening{color:#ef4444;background:#fee2e2;border-color:#ef4444;animation:1s infinite pulse}.mic-btn .material-symbols-outlined{font-size:18px}@keyframes pulse{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 0 6px #ef444400}}.suggestions-sidebar{flex-direction:column;flex-shrink:0;gap:16px;width:240px;display:flex}.sug-card{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:18px;display:flex}.sug-card-title{color:var(--black);align-items:center;gap:6px;margin-bottom:14px;font-size:13px;font-weight:700;display:flex}.sug-card-title .material-symbols-outlined{color:var(--green);font-size:16px}.sug-item{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:10px;padding:10px;transition:background .15s;display:flex}.sug-item:hover{background:var(--bg);border-color:var(--border)}.sug-dot{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;transition:border-color .15s;display:flex}.sug-item:hover .sug-dot{border-color:var(--black)}.sug-dot-inner{background:var(--border);border-radius:50%;width:6px;height:6px;transition:background .15s}.sug-item:hover .sug-dot-inner{background:var(--black)}.sug-item.locked{opacity:.38;cursor:not-allowed;pointer-events:none}.sug-label{color:var(--black);font-size:13px;font-weight:600}.sug-meta{letter-spacing:.1em;text-transform:uppercase;color:var(--light);margin-top:2px;font-size:10px;font-weight:700}.hab-sug-btn{gap:8px;justify-content:space-between!important;align-items:center!important;display:flex!important}.hab-sug-icon{flex-shrink:0;transition:color .15s;font-size:14px!important}.hab-sug-btn.added{background:var(--green-light)!important;border-color:var(--green)!important;color:var(--green)!important;cursor:default!important}.decisions-card{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex-shrink:0;height:250px;padding:18px;display:flex;overflow:hidden}.decisions-card-title{color:var(--black);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:700;display:flex}.decisions-step-badge{color:var(--light);font-size:11px;font-weight:600}.decisions-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.decisions-icon{background:var(--bg);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.decisions-icon .material-symbols-outlined{color:var(--light);font-size:20px}.decisions-label{letter-spacing:.1em;text-transform:uppercase;color:var(--light);font-size:10px;font-weight:700}.decisions-btns{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow-y:auto}.decision-btn{background:var(--bg);border:1px solid var(--border);width:100%;font-family:var(--sans);color:var(--black);cursor:pointer;text-align:left;border-radius:10px;flex-shrink:0;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.4;transition:all .15s}.decision-btn:hover{background:var(--black);color:var(--white);border-color:var(--black)}.mq-step-q{color:var(--black);flex-shrink:0;margin-bottom:10px;font-size:13px;font-weight:700;line-height:1.3}.mq-opts-scroll{flex-direction:column;flex:1;gap:5px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.mq-btn{background:var(--bg);border:1px solid var(--border);width:100%;font-family:var(--sans);color:var(--black);cursor:pointer;text-align:left;border-radius:9px;flex-shrink:0;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.4;transition:all .12s;display:flex}.mq-btn:hover{background:#efefed;border-color:#ccc}.mq-btn.mq-sel{background:var(--black);color:var(--white);border-color:var(--black)}.mq-custom-input{border:1.5px solid var(--border);background:var(--white);width:100%;font-family:var(--sans);color:var(--black);border-radius:9px;outline:none;flex-shrink:0;padding:7px 11px;font-size:12px;font-weight:600;transition:border-color .15s}.mq-custom-input:focus{border-color:#aaa}.mq-custom-input.mq-sel{border-color:var(--black);background:var(--bg)}.mq-cal-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:7px;display:inline-block}.mq-nav{border-top:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.mq-step-info{letter-spacing:.08em;text-transform:uppercase;color:var(--light);font-size:10px;font-weight:700}.mq-next{border:1.5px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--light);cursor:default;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.mq-next.active{background:var(--green);border-color:var(--green);color:var(--white);cursor:pointer;box-shadow:0 2px 10px #1d9e7559}.mq-next .material-symbols-outlined{pointer-events:none;font-size:16px}.mq-color-dot{cursor:pointer;border:3px solid #0000;border-radius:50%;outline:none;flex-shrink:0;width:36px;height:36px;transition:box-shadow .15s}@media (max-width:1000px){.suggestions-sidebar{display:none}}@media (max-width:700px){.alfred-wrap{flex-direction:column;padding:16px}.session-sidebar{width:100%;height:auto}.welcome-block{padding:8px 20px 6px}.topnav{padding:0 20px}}
