.lee{display:flex;flex-direction:column;min-height:0;height:100%}.lee-page{max-width:860px;margin:0 auto}.lee-panel{padding:0;overflow:hidden;height:min(72vh,760px);display:flex}.lee-panel .lee{flex:1 1}.lee-list{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth}.lee-compact .lee-list{padding:16px;gap:14px}.lee-hello{display:flex;gap:14px;align-items:flex-start}.lee-hello-title{font-family:var(--font-display);font-weight:700;font-size:22px;color:var(--text-strong);margin:4px 0 6px}.lee-suggestions{list-style:none;padding:0;margin:14px 0 10px;display:flex;flex-wrap:wrap;gap:8px}.lee-suggestions .chip{height:auto;min-height:36px;padding:8px 14px;text-align:left;white-space:normal;cursor:pointer}.lee-suggestions .chip:hover{border-color:var(--purps);color:var(--purps)}.lee-avatar{width:34px;height:34px;border-radius:50%;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,var(--purps),var(--candy));color:#fff;font-family:var(--font-display);font-weight:700;font-size:16px;box-shadow:var(--shadow-card)}.lee-avatar-live{animation:lee-pulse 1.6s ease-in-out infinite}@keyframes lee-pulse{0%,to{box-shadow:0 0 0 0 rgba(128,0,255,.35)}50%{box-shadow:0 0 0 8px rgba(128,0,255,0)}}.lee-msg{display:flex;gap:12px;align-items:flex-start}.lee-msg-user{justify-content:flex-end}.lee-msg-user .lee-bubble{background:var(--purps);color:#fff;border-bottom-right-radius:4px;max-width:min(78%,560px);white-space:pre-wrap}.lee-body{display:flex;flex-direction:column;gap:12px;min-width:0;flex:1 1}.lee-bubble{background:var(--surface-2);color:var(--text);border-radius:16px;border-bottom-left-radius:4px;padding:12px 16px;font-size:15px;line-height:1.55;max-width:720px}.lee-bubble p{margin:0 0 10px}.lee-bubble ol:last-child,.lee-bubble p:last-child,.lee-bubble ul:last-child{margin-bottom:0}.lee-bubble ol,.lee-bubble ul{margin:4px 0 10px;padding-left:20px}.lee-bubble li{margin:4px 0}.lee-bubble strong{color:var(--text-strong)}.lee-bubble code{font-size:13px;background:#fff;border:1px solid var(--divider);border-radius:4px;padding:0 4px}.lee-bubble a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.lee-cursor{display:inline-block;width:8px;height:15px;background:var(--purps);margin-left:2px;vertical-align:-2px;animation:lee-blink 1s steps(2) infinite;border-radius:2px}@keyframes lee-blink{to{opacity:0}}.lee-status{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted);padding:6px 2px}.lee-dots{display:inline-flex;gap:4px}.lee-dots i{width:6px;height:6px;border-radius:50%;background:var(--purps);opacity:.35;animation:lee-dot 1.2s infinite}.lee-dots i:nth-child(2){animation-delay:.2s}.lee-dots i:nth-child(3){animation-delay:.4s}@keyframes lee-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.lee-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:10px;gap:10px}.lee-compact .lee-cards{grid-template-columns:1fr}.lee-card{display:flex;gap:12px;border:1px solid var(--divider);border-radius:var(--r-lg);background:#fff;overflow:hidden;color:inherit;text-decoration:none;transition:box-shadow var(--dur),border-color var(--dur);min-height:96px}.lee-card:hover{box-shadow:var(--shadow-card);border-color:var(--grey-300)}.lee-card img{width:110px;height:auto;min-height:96px;object-fit:cover;flex:none;background:var(--pale)}.lee-card-body{display:flex;flex-direction:column;gap:4px;padding:10px 12px 10px 0;min-width:0}.lee-card-title{font-weight:600;color:var(--text-strong);font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lee-card-meta{font-size:12px;color:var(--text-muted);display:flex;flex-wrap:wrap;align-items:center;gap:4px}.lee-card-star{color:var(--mustard)}.lee-card-price{font-weight:700;color:var(--text-strong);font-size:14px;margin-top:auto}.lee-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.lee-sources{font-size:13px;color:var(--text-muted);flex-basis:100%}.lee-sources summary{cursor:pointer}.lee-sources ul{margin:6px 0 0;padding-left:18px}.lee-sources a{color:var(--link)}.lee-error{margin:0 24px}.lee-composer{border-top:1px solid var(--divider);padding:12px 16px 14px;display:flex;flex-direction:column;gap:8px;background:#fff}.lee-composer .textarea{resize:none}.lee-composer-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center}.lee-launcher{position:fixed;right:20px;bottom:20px;z-index:60;display:inline-flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;border-radius:999px;background:#fff;border:1px solid var(--divider);box-shadow:var(--shadow-float);font-family:var(--font-display);font-weight:600;font-size:15px;color:var(--text-strong);cursor:pointer;transition:transform var(--dur) var(--ease-out),box-shadow var(--dur)}.lee-launcher:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.18)}.lee-launcher .lee-avatar{width:30px;height:30px;font-size:14px}.lee-dock{position:fixed;right:20px;bottom:20px;z-index:61;width:min(420px,calc(100vw - 24px));height:min(640px,calc(100vh - 40px));background:#fff;border:1px solid var(--divider);border-radius:var(--r-xl);box-shadow:0 12px 40px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden;animation:lee-rise var(--dur) var(--ease-out)}@keyframes lee-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.lee-dock-head{display:flex;align-items:center;gap:10px;padding:10px 12px 10px 14px;border-bottom:1px solid var(--divider)}.lee-dock-head .n{font-family:var(--font-display);font-weight:700;color:var(--text-strong)}.lee-dock-head .r{font-size:12px;color:var(--text-muted)}.lee-dock-head .spacer{flex:1 1}.lee-dock-head a{font-size:13px;color:var(--link)}.lee-dock .lee{flex:1 1;min-height:0}@media (max-width:640px){.lee-launcher{right:12px;bottom:12px;padding:8px 12px 8px 8px;font-size:14px}.lee-launcher span.t{display:none}.lee-dock{right:0;bottom:0;width:100vw;height:100dvh;border-radius:0}.lee-panel{height:min(78vh,720px)}}