:root{--content-max-width: 1120px;--message-bubble-max-width: 92%;--sidebar-offset-left: 15px;--brand-color: #10a37f;--user-bubble-color: #5436da;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#app{height:100%;overflow:hidden}body{background:#fff;color:#333;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}.chat-container{position:relative;width:100%;height:var(--app-container-height, 100%);min-height:0;display:flex;background:#fff;overflow:hidden}.sidebar{width:260px;max-width:85vw;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;position:fixed;left:var(--sidebar-offset-left);top:0;bottom:0;transform:translate(-110%);transition:transform .3s ease;z-index:100}.sidebar.sidebar-open{transform:translate(0);box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:16px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between}.sidebar-header h2{font-size:16px;font-weight:600}.close-sidebar-btn,.menu-button,.icon-button,.delete-session-btn,.action-btn,.remove-image-btn{display:flex;align-items:center;justify-content:center}.close-sidebar-btn,.menu-button,.icon-button,.delete-session-btn,.action-btn,.new-session-btn,.clear-storage-btn,.send-button,.image-button,.clear-button,.analyze-btn,.describe-btn,.remove-image-btn{cursor:pointer;transition:all .2s ease}.close-sidebar-btn,.menu-button,.icon-button,.delete-session-btn,.action-btn,.clear-button{border:none;background:transparent}.close-sidebar-btn{width:32px;height:32px;border-radius:8px;color:#666}.close-sidebar-btn:hover,.clear-button:hover{background:#0000000d}.new-session-btn,.clear-storage-btn{margin:12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.new-session-btn{padding:10px 16px;color:#333;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.clear-storage-btn{margin-top:0;padding:8px 16px;color:#999;font-size:12px;display:flex;align-items:center;justify-content:center;gap:6px}.new-session-btn:hover{background:#f7f7f7;border-color:#d0d0d0}.clear-storage-btn:hover{background:#fff5f5;border-color:#fcc;color:#f66}.sessions-list{flex:1;overflow-y:auto;padding:0 12px 12px}.session-item{padding:12px;margin-bottom:4px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.session-item:hover{background:#efefef}.session-item.active{background:#fff;box-shadow:0 1px 3px #0000001a}.session-info{flex:1;min-width:0}.session-title{font-size:13px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:#999}.session-count{color:#666}.delete-session-btn{width:28px;height:28px;border-radius:6px;color:#999;opacity:0;flex-shrink:0}.session-item:hover .delete-session-btn,.message:hover .message-actions{opacity:1}.delete-session-btn:hover,.delete-btn:hover{background:#fee;color:#f44}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:99}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.chat-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:0 20px}.header-content,.messages-wrapper,.input-wrapper,.input-hint,.image-preview-container{max-width:var(--content-max-width);margin:0 auto}.header-content{height:60px;display:flex;align-items:center;gap:12px}.menu-button,.icon-button{width:36px;height:36px;border-radius:8px;color:#555;flex-shrink:0}.menu-button{background:#f0f0f0;border:1px solid #e0e0e0}.menu-button:hover{background:#e5e5e5;color:#333}.icon-button:hover,.action-btn:hover{background:#efefef}.logo{width:32px;height:32px;border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo img{width:100%;height:100%;object-fit:contain}.header-actions{margin-left:auto}.chat-header h1{font-size:16px;font-weight:600}.messages-container{flex:1;min-height:0;overflow-y:auto;padding:20px;background:#fff;scroll-behavior:smooth}.welcome-message{text-align:center;padding:60px 20px;color:#666}.welcome-icon{font-size:64px;margin-bottom:20px}.welcome-message h2{font-size:24px;margin-bottom:12px}.welcome-message p{color:#999}.message{display:flex;gap:12px;margin-bottom:24px;animation:fadeIn .3s ease-in}.message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:18px;background:var(--brand-color);color:#fff}.message.user .message-avatar{background:var(--user-bubble-color)}.ai-avatar-img{width:100%;height:100%;object-fit:contain;border-radius:4px}.message-content{flex:1;min-width:0;display:flex;flex-direction:column}.message.user .message-content{align-items:flex-end}.message-text,.message-footer,.typing-indicator{max-width:var(--message-bubble-max-width)}.message-image{margin-bottom:8px;border-radius:12px;overflow:hidden;max-width:min(420px,var(--message-bubble-max-width))}.message.user .message-image,.message.user .message-image-placeholder,.message.user .message-footer{align-self:flex-end}.message-image img{width:100%;display:block;border-radius:12px;box-shadow:0 2px 8px #0000001a}.message-image-placeholder{padding:20px;margin-bottom:8px;max-width:min(420px,var(--message-bubble-max-width));border-radius:12px;border:2px dashed #d0d0d0;background:#f7f7f7;text-align:center;color:#999}.message-image-placeholder svg{opacity:.5;margin-bottom:8px}.message-image-placeholder span{display:block;font-size:12px}.placeholder-hint{color:#ccc;margin-top:4px}.message-text{padding:12px 16px;border-radius:10px;background:#f7f7f7;color:#333;line-height:1.7;font-size:14px;word-break:break-word;cursor:text;user-select:text;-webkit-user-select:text;-webkit-touch-callout:default}.message.user .message-text{background:var(--user-bubble-color);color:#fff}.message-text *{user-select:text;-webkit-user-select:text}.message-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding:0 4px;gap:8px}.message-time{font-size:11px;color:#999}.message-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.action-btn{padding:4px 6px;border-radius:4px;color:#666}.typing-indicator{display:flex;gap:4px;width:fit-content;padding:10px 14px;border-radius:8px;background:#f7f7f7}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#999;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.input-container{background:#fff;border-top:1px solid #e5e5e5;padding:16px 20px}.input-wrapper{display:flex;align-items:flex-end;gap:8px;position:relative}.image-button,.clear-button{width:44px;height:44px;border-radius:12px;flex-shrink:0}.image-button{border:none;background:transparent;color:#667eea}.image-button:hover{background:#667eea1a}.clear-button{color:#999}textarea{flex:1;min-height:44px;max-height:120px;border:1px solid #d0d0d0;border-radius:10px;padding:12px 14px;resize:none;outline:none;font:inherit;font-size:16px;line-height:1.5;background:#fff;transition:border-color .2s ease}textarea:focus{border-color:var(--brand-color)}textarea:disabled{background:#f7f7f7}.send-button{width:44px;height:44px;border:none;border-radius:10px;background:var(--brand-color);color:#fff;flex-shrink:0}.send-button:hover:not(:disabled){background:#0d8c6f}.send-button:disabled{cursor:not-allowed;opacity:.4;background:#d0d0d0}.loading-spinner,.analyzing-spinner{border-radius:50%;animation:spin .8s linear infinite}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff}.image-preview-container{margin-bottom:12px;padding:0 16px}.image-preview{display:inline-block;position:relative;padding:8px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000001a}.image-preview img{display:block;max-width:200px;max-height:200px;border-radius:8px}.remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%;background:#0009;color:#fff}.image-info{margin-top:8px;display:flex;flex-direction:column;gap:4px}.image-name,.image-size,.hint-text,.message-count{font-size:12px}.image-name{max-width:200px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-size,.hint-text,.message-count{color:#0006}.image-actions{display:flex;gap:8px;margin-top:8px}.analyze-btn,.describe-btn{flex:1;padding:6px 12px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;color:#333;font-size:12px;display:flex;align-items:center;justify-content:center;gap:4px}.analyze-btn:hover:not(:disabled),.describe-btn:hover:not(:disabled){background:#f7f7f7;border-color:var(--brand-color);color:var(--brand-color)}.analyze-btn:disabled,.describe-btn:disabled{cursor:not-allowed;opacity:.5}.analyzing-spinner{width:12px;height:12px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--brand-color)}.input-hint{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.input-hint.hidden .hint-text{display:none}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);width:max-content;max-width:calc(100vw - 32px);padding:12px 24px;border-radius:8px;color:#fff;background:#000c;box-shadow:0 4px 12px #0000004d;z-index:1000;text-align:center;white-space:normal;overflow-wrap:break-word;box-sizing:border-box;animation:slideDown .3s ease-out}.toast.success{background:#34c759e6}.toast.error{background:#ff3b30e6}.messages-container::-webkit-scrollbar,.sessions-list::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-thumb,.sessions-list::-webkit-scrollbar-thumb{border-radius:3px}.messages-container::-webkit-scrollbar-thumb{background:#ffffff4d}.sessions-list::-webkit-scrollbar-thumb{background:#0000001a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:1024px){:root{--message-bubble-max-width: 95%;--content-max-width: 960px}.sidebar{width:280px;max-width:80vw}.message-text{font-size:14px}}@media(max-width:768px){:root{--message-bubble-max-width: 100%;--content-max-width: 100%;--sidebar-offset-left: 0px}.chat-header{padding:0 12px}.header-content{height:52px;gap:8px}.chat-header h1{font-size:15px}.messages-container{padding:12px}.welcome-message{padding:32px 12px}.welcome-icon{font-size:42px}.welcome-message h2{font-size:20px}.message{gap:8px;margin-bottom:18px}.message-avatar{width:30px;height:30px}.message-text{font-size:14px;padding:10px 14px;line-height:1.6}.message-actions{opacity:1}.action-btn{padding:6px 8px}.image-preview img{max-width:130px;max-height:130px}.input-container{padding:10px 12px;padding-bottom:calc(10px + var(--safe-bottom))}.input-hint{flex-direction:column;gap:4px;align-items:center}.menu-button{width:40px;height:40px}.sidebar{left:0;width:280px;max-width:85vw}.header-content,.messages-wrapper,.input-wrapper,.input-hint,.image-preview-container{max-width:100%;padding-left:0;padding-right:0}}@media(max-width:480px){.chat-header{padding:0 8px}.header-content{height:48px;gap:6px}.chat-header h1{font-size:14px}.logo{width:28px;height:28px}.messages-container{padding:8px}.welcome-message{padding:24px 8px}.welcome-icon{font-size:36px}.welcome-message h2{font-size:18px}.welcome-message p{font-size:14px}.message{gap:6px;margin-bottom:14px}.message-avatar{width:28px;height:28px;border-radius:4px;font-size:15px}.message-text{font-size:13px;padding:8px 12px;line-height:1.55;border-radius:8px}.message-time{font-size:10px}.message-footer{margin-top:4px;padding:0 2px}.input-container{padding:8px;padding-bottom:calc(8px + var(--safe-bottom))}.input-wrapper{gap:6px}textarea{min-height:40px;max-height:100px;padding:10px 12px;font-size:16px;border-radius:8px}.send-button{width:40px;height:40px;border-radius:8px}.image-button,.clear-button{width:40px;height:40px}.sidebar{left:0;width:100vw;max-width:100vw;border-right:none}.sidebar-overlay{background:#0009}.session-item{padding:14px 12px}.new-session-btn,.clear-storage-btn{margin:8px}.new-session-btn{padding:12px 16px;font-size:15px}.toast{top:calc(env(safe-area-inset-top,0px) + 110px);left:50%;right:auto;transform:translate(-50%);width:max-content;max-width:calc(100vw - 32px);padding:10px 16px;font-size:14px}.image-preview img{max-width:100px;max-height:100px}.image-actions{flex-direction:column;gap:4px}.analyze-btn,.describe-btn{padding:8px 12px;font-size:13px}}
