:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f1f1f;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:#fff;color:#1f1f1f}button,textarea,input{font:inherit}button{border:0;background:none;cursor:pointer}.app{width:100%;height:100%}.login-page{display:grid;place-items:center;width:100%;height:100%;background:#f7f7f8}.login-form{display:flex;flex-direction:column;width:min(360px,calc(100% - 32px));gap:12px;padding:28px;border:1px solid #e1e1e1;border-radius:12px;background:#fff;box-shadow:0 8px 30px #0000000f}.login-form h1,.login-form p{margin:0}.login-form p{color:#666;font-size:14px}.login-form input{padding:11px 12px;border:1px solid #d9d9d9;border-radius:8px;outline:none}.login-form>button{padding:11px 12px;border-radius:8px;background:#111;color:#fff}.chat-page{display:flex;width:100%;height:100%;overflow:hidden}.chat-main{position:relative;display:flex;flex:1;flex-direction:column;min-width:0;height:100%;background:#fff}.sidebar{display:flex;flex-direction:column;width:260px;height:100%;padding:12px;background:#f7f7f8;border-right:1px solid #e5e5e5}.sidebar-top{margin-bottom:12px}.new-chat-button{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#202020;font-size:14px;font-weight:500;transition:background .15s ease,border-color .15s ease}.new-chat-button:hover{background:#f2f2f2;border-color:#cfcfcf}.new-chat-icon{font-size:20px;line-height:1}.conversation-list{flex:1;overflow-y:auto}.conversation-group{margin-bottom:20px}.conversation-group-title{padding:6px 10px;color:#777;font-size:12px;font-weight:600}.conversation-item{display:block;width:100%;padding:9px 10px;overflow:hidden;border-radius:8px;color:#555;text-align:left;text-overflow:ellipsis;white-space:nowrap}.conversation-item:hover,.conversation-item.active{background:#e9e9eb;color:#202020}.sidebar-bottom{padding-top:12px;border-top:1px solid #e5e5e5}.sidebar-menu-button{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border-radius:8px;color:#444;text-align:left}.sidebar-menu-button:hover{background:#eaeaea}.chat-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;border-bottom:1px solid #f0f0f0}.header-model-name{font-size:15px;font-weight:600}.header-actions{display:flex;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#555;font-size:20px}.icon-button:hover{background:#f1f1f1}.message-list{flex:1;width:100%;max-width:900px;margin:0 auto;padding:24px 24px 120px;overflow-y:auto}.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#555}.empty-chat-title{margin-bottom:12px;color:#202020;font-size:28px;font-weight:600}.empty-chat-subtitle{color:#777;font-size:15px}.typing-indicator,.error-banner{width:100%;max-width:900px;margin:0 auto 16px;padding:10px 24px;color:#777;font-size:13px}.error-banner{color:#a12626;background:#fff1f1;border-bottom:1px solid #f2cccc}.message{display:flex;align-items:flex-start;gap:14px;width:100%;margin-bottom:28px}.message-user{justify-content:flex-end}.message-user .message-body{flex:0 1 auto;max-width:75%}.message-user .message-content{padding:10px 14px;border-radius:16px;background:#f1f1f1}.message-user .message-role{text-align:right}.message-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#f0f0f0;color:#333;font-size:13px;font-weight:600}.message-body{flex:1;min-width:0}.message-assistant .message-body{max-width:85%}.message-role{margin-bottom:8px;color:#555;font-size:13px;font-weight:600}.message-user .message-avatar{order:2}.message-content{color:#1f1f1f;font-size:15px;line-height:1.7;word-break:break-word}.message-actions{display:flex;gap:8px;margin-top:12px}.message-actions button{padding:5px 10px;border-radius:6px;background:#f5f5f5;color:#555;font-size:12px}.message-actions button:hover{background:#e9e9e9}.message-content h1,.message-content h2,.message-content h3{margin-top:24px;margin-bottom:12px;color:#111}.message-content p{margin:10px 0}.message-content ul,.message-content ol{padding-left:24px}.message-content blockquote{margin:16px 0;padding-left:16px;border-left:3px solid #ddd;color:#666}.message-content code{padding:2px 5px;border-radius:5px;background:#f1f1f1;font-family:Consolas,Monaco,monospace;font-size:13px}.message-content pre{position:relative;margin:16px 0;padding:16px;overflow-x:auto;border-radius:10px;background:#f6f6f6}.message-content pre code{padding:0;background:transparent}.chat-input-container{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(transparent,#fff 25%)}.chat-input-box{max-width:850px;margin:0 auto;padding:12px;border:1px solid #d9d9d9;border-radius:16px;background:#fff;box-shadow:0 2px 8px #0000000d}.chat-textarea{display:block;width:100%;min-height:48px;max-height:200px;padding:8px;resize:none;outline:none;border:none;color:#222;background:transparent;font-size:15px}.chat-input-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.chat-input-left,.chat-input-right{display:flex;align-items:center;gap:8px}.input-tool-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:#555;font-size:20px}.input-tool-button:hover{background:#f2f2f2}.send-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#111;color:#fff;font-size:20px}.send-button:hover{opacity:.85}.send-button:disabled{cursor:not-allowed;opacity:.4}.model-selector{display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-radius:8px;background:#f5f5f5;color:#333;font-size:13px;outline:none}.model-selector:hover{background:#ebebeb}.model-selector-arrow{color:#777;font-size:12px}.settings-page{width:100%;height:100%;overflow-y:auto;background:#fff}.settings-header{display:flex;align-items:center;gap:12px;height:56px;padding:0 20px;border-bottom:1px solid #eee}.settings-header h1{margin:0;font-size:18px}.settings-content{max-width:900px;margin:0 auto;padding:30px}.settings-section{margin-bottom:30px;padding:20px;border:1px solid #e5e5e5;border-radius:12px}.settings-section h2{margin-top:0;font-size:16px}.settings-section p{color:#666;font-size:14px}.provider-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.provider-form input,.provider-form select{min-width:0;padding:9px 10px;border:1px solid #d9d9d9;border-radius:8px}.provider-form button,.provider-row button,.logout-button{padding:8px 10px;border-radius:7px;background:#f0f0f1;color:#333}.provider-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.provider-row small{color:#777}.logout-button{margin:0 30px 30px}@media(max-width:768px){.provider-form{grid-template-columns:1fr}.sidebar{display:none}.message-list{padding-left:16px;padding-right:16px}.empty-chat-title{font-size:22px}.chat-input-container{padding:12px}.chat-input-box{border-radius:12px}.message{gap:10px}.message-avatar{width:30px;height:30px}}
