.chat-page[data-astro-cid-wfrjesbw]{margin:0 auto;max-width:800px;min-height:calc(100vh - 200px);padding:20px}.chat-header[data-astro-cid-wfrjesbw]{border-bottom:1px solid var(--border-color);margin-bottom:30px;padding-bottom:20px;text-align:center}.chat-header[data-astro-cid-wfrjesbw] h1[data-astro-cid-wfrjesbw]{align-items:center;color:var(--foreground-color);display:flex;font-size:2.5em;gap:12px;justify-content:center;margin-bottom:10px}.openai-logo[data-astro-cid-wfrjesbw]{color:var(--highlight-color);height:36px;width:36px}.turnstile-container[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px 0;padding:20px;text-align:center}.turnstile-text[data-astro-cid-wfrjesbw]{color:var(--secondary-color);font-size:14px;margin-top:10px}.cf-turnstile[data-astro-cid-wfrjesbw]{margin:0 auto}.chat-disabled[data-astro-cid-wfrjesbw]{opacity:.5;pointer-events:none}.chat-subtitle[data-astro-cid-wfrjesbw]{color:var(--secondary-color);font-size:1.1em;margin:0}.chat-container[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border-radius:var(--box-border-radius);box-shadow:var(--card-shadow);display:flex;flex-direction:column;height:600px;overflow:hidden}.chat-messages[data-astro-cid-wfrjesbw]{background:var(--background-color);flex:1;overflow-y:auto;padding:20px}.message[data-astro-cid-wfrjesbw]{align-items:flex-start;animation:fadeIn .3s ease-in;display:flex;gap:12px;margin-bottom:20px;width:100%}.message[data-astro-cid-wfrjesbw].assistant{flex-direction:row;justify-content:flex-start}.message[data-astro-cid-wfrjesbw].user{flex-direction:row-reverse!important;justify-content:flex-end!important;text-align:right!important}.message-avatar[data-astro-cid-wfrjesbw]{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:14px;height:28px;justify-content:center;margin:0 10px;width:28px}.message[data-astro-cid-wfrjesbw].user .message-avatar[data-astro-cid-wfrjesbw]{background:var(--highlight-color)!important;color:#fff!important;font-size:20px!important;height:40px!important;width:40px!important}.message-avatar[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw]{border-radius:50%;height:100%;width:100%}.message[data-astro-cid-wfrjesbw].assistant .message-avatar[data-astro-cid-wfrjesbw]{background:var(--secondary-color);color:#fff}.message-content[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border-radius:18px;max-width:70%;padding:12px 16px;word-wrap:break-word;line-height:1.6;white-space:pre-wrap}.message[data-astro-cid-wfrjesbw].user .message-content[data-astro-cid-wfrjesbw]{background:var(--highlight-color);color:#fff}.message[data-astro-cid-wfrjesbw].assistant .message-content[data-astro-cid-wfrjesbw]{color:#2c3e50}.message-content[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]{line-height:1.6;margin:0 0 8px}.message-content[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]:last-child{margin-bottom:0}.message-content[data-astro-cid-wfrjesbw] strong[data-astro-cid-wfrjesbw]{color:var(--highlight-color);font-weight:600}.message-content[data-astro-cid-wfrjesbw] code[data-astro-cid-wfrjesbw]{background:#0000001a;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:2px 4px}.message-content[data-astro-cid-wfrjesbw] pre[data-astro-cid-wfrjesbw]{background:var(--input-background-color);border:1px solid var(--border-color);border-radius:8px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.4;margin:8px 0;overflow-x:auto;padding:12px}.message-content[data-astro-cid-wfrjesbw] pre[data-astro-cid-wfrjesbw] code[data-astro-cid-wfrjesbw]{background:none;border:none;border-radius:0;padding:0}.message-content[data-astro-cid-wfrjesbw] ol[data-astro-cid-wfrjesbw],.message-content[data-astro-cid-wfrjesbw] ul[data-astro-cid-wfrjesbw]{margin:8px 0;padding-left:20px}.message-content[data-astro-cid-wfrjesbw] li[data-astro-cid-wfrjesbw]{line-height:1.5;margin:4px 0}.ai-thinking[data-astro-cid-wfrjesbw]{align-items:center;background:linear-gradient(135deg,#4a90e214,#50c87814);border:1px solid rgba(74,144,226,.15);border-radius:16px;display:flex;gap:16px;margin:8px 0;min-height:50px;overflow:hidden;padding:16px 20px;position:relative}.ai-thinking[data-astro-cid-wfrjesbw]:before{animation:shimmer 2.5s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.thinking-content[data-astro-cid-wfrjesbw]{display:flex;flex:1;flex-direction:column;gap:4px}.thinking-text[data-astro-cid-wfrjesbw]{animation:fade 2.5s ease-in-out infinite;color:var(--foreground-color);font-size:14px;font-weight:500;opacity:.9}.thinking-subtext[data-astro-cid-wfrjesbw]{color:var(--secondary-color);font-size:12px;font-style:italic;opacity:.7}@keyframes fade{0%,to{opacity:.7}50%{opacity:1}}.thinking-dots[data-astro-cid-wfrjesbw]{align-items:center;display:flex;gap:4px}.thinking-dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]{animation:wave 1.6s ease-in-out infinite;background:var(--highlight-color);border-radius:50%;box-shadow:0 2px 4px #4a90e24d;height:8px;width:8px}.thinking-dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:first-child{animation-delay:0s}.thinking-dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(2){animation-delay:.3s}.thinking-dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(3){animation-delay:.6s}@keyframes wave{0%,60%,to{opacity:.4;transform:scale(.6) translateY(0)}30%{opacity:1;transform:scale(1.2) translateY(-4px)}}.brain-wave[data-astro-cid-wfrjesbw]{align-items:center;display:flex;gap:2px;justify-content:center;margin-left:8px;padding:8px}.wave-bar[data-astro-cid-wfrjesbw]{animation:brainwave 1.4s ease-in-out infinite;background:linear-gradient(to top,var(--highlight-color),rgba(74,144,226,.6));border-radius:2px;width:3px}.wave-bar[data-astro-cid-wfrjesbw]:first-child{animation-delay:0s;height:8px}.wave-bar[data-astro-cid-wfrjesbw]:nth-child(2){animation-delay:.1s;height:14px}.wave-bar[data-astro-cid-wfrjesbw]:nth-child(3){animation-delay:.2s;height:10px}.wave-bar[data-astro-cid-wfrjesbw]:nth-child(4){animation-delay:.3s;height:16px}.wave-bar[data-astro-cid-wfrjesbw]:nth-child(5){animation-delay:.4s;height:12px}.wave-bar[data-astro-cid-wfrjesbw]:nth-child(6){animation-delay:.5s;height:18px}@keyframes brainwave{0%,to{opacity:.5;transform:scaleY(.3)}50%{opacity:1;transform:scaleY(1)}}.chat-input-container[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border-top:1px solid var(--border-color);padding:20px}.file-preview[data-astro-cid-wfrjesbw]{margin-bottom:15px}.file-preview-card[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .2s ease}.file-preview-card[data-astro-cid-wfrjesbw]:hover{box-shadow:0 4px 12px #00000026}.file-preview-header[data-astro-cid-wfrjesbw]{align-items:center;display:flex;gap:12px;padding:12px 16px;position:relative}.file-icon[data-astro-cid-wfrjesbw]{align-items:center;background:var(--highlight-color);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:40px;justify-content:center;width:40px}.file-details[data-astro-cid-wfrjesbw]{flex:1;min-width:0}.file-name[data-astro-cid-wfrjesbw]{color:var(--foreground-color);font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta[data-astro-cid-wfrjesbw]{color:var(--secondary-color);display:flex;font-size:12px;gap:12px}.file-type[data-astro-cid-wfrjesbw]{border-radius:4px;font-weight:500;padding:2px 6px}.file-type[data-astro-cid-wfrjesbw],.remove-file[data-astro-cid-wfrjesbw]{background:var(--background-color)}.remove-file[data-astro-cid-wfrjesbw]{align-items:center;border:none;border-radius:8px;color:var(--secondary-color);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.remove-file[data-astro-cid-wfrjesbw]:hover{background:#f44;color:#fff}.image-preview[data-astro-cid-wfrjesbw]{padding:0 16px 16px}.image-preview[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw]{background:var(--background-color);border-radius:8px;max-height:200px;-o-object-fit:contain;object-fit:contain;width:100%}.upload-progress[data-astro-cid-wfrjesbw]{background:var(--background-color);border:1px solid var(--border-color);border-radius:6px;margin-top:10px;padding:10px}.progress-bar[data-astro-cid-wfrjesbw]{background:var(--border-color);border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.progress-fill[data-astro-cid-wfrjesbw]{background:var(--highlight-color);border-radius:4px;height:100%;transition:width .3s ease;width:0}.progress-text[data-astro-cid-wfrjesbw]{color:var(--secondary-color);font-size:12px;text-align:center}.upload-success[data-astro-cid-wfrjesbw]{color:#4caf50;font-weight:500}.upload-error[data-astro-cid-wfrjesbw]{color:#f44;font-weight:500}.chat-input-wrapper[data-astro-cid-wfrjesbw]{margin-bottom:10px}.input-container[data-astro-cid-wfrjesbw]{align-items:flex-end;background:var(--background-color);border:1px solid var(--border-color);border-radius:28px;display:flex;gap:12px;min-height:56px;padding:12px 16px;transition:all .2s ease}.input-container[data-astro-cid-wfrjesbw]:focus-within{border-color:var(--highlight-color);box-shadow:0 0 0 3px #3b82f61a}.input-action-button[data-astro-cid-wfrjesbw]{align-items:center;background:transparent;border:none;border-radius:50%;color:var(--secondary-color);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.input-action-button[data-astro-cid-wfrjesbw]:hover{background:var(--highlight-color);color:#fff}#chatInput[data-astro-cid-wfrjesbw]{background:transparent;border:none;color:var(--foreground-color);flex:1;font-family:inherit;font-size:16px;line-height:1.5;max-height:100px;min-height:24px;outline:none;overflow-y:auto;padding:10px 0;resize:none}#chatInput[data-astro-cid-wfrjesbw]::-moz-placeholder{color:var(--secondary-color)}#chatInput[data-astro-cid-wfrjesbw]::placeholder{color:var(--secondary-color)}.send-button[data-astro-cid-wfrjesbw]{align-items:center;background:var(--highlight-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.send-button[data-astro-cid-wfrjesbw]:hover:not(:disabled){background:var(--link-color);transform:scale(1.05)}.send-button[data-astro-cid-wfrjesbw]:disabled{background:var(--border-color);cursor:not-allowed;opacity:.6}.input-footer[data-astro-cid-wfrjesbw]{align-items:center;color:var(--secondary-color);display:flex;font-size:12px;gap:10px;justify-content:space-between}.api-status[data-astro-cid-wfrjesbw]{background:var(--border-color);border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px}.api-status[data-astro-cid-wfrjesbw].connected{background:#4caf50;color:#fff}.model-selector[data-astro-cid-wfrjesbw]{background:var(--cell-background-color);border-radius:var(--box-border-radius);box-shadow:var(--card-shadow);margin-top:30px;overflow:hidden}.selector-header[data-astro-cid-wfrjesbw]{background:var(--background-color);border-bottom:1px solid var(--border-color);padding:20px}.selector-header[data-astro-cid-wfrjesbw] h3[data-astro-cid-wfrjesbw]{color:var(--foreground-color);margin:0}.selector-panel[data-astro-cid-wfrjesbw]{align-items:end;display:flex;gap:20px;padding:20px}.selector-item[data-astro-cid-wfrjesbw]{flex:1}.selector-item[data-astro-cid-wfrjesbw] label[data-astro-cid-wfrjesbw]{color:var(--foreground-color);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.selector-item[data-astro-cid-wfrjesbw] select[data-astro-cid-wfrjesbw]{background:var(--background-color);border:1px solid var(--border-color);border-radius:6px;color:var(--foreground-color);cursor:pointer;font-family:inherit;padding:10px 12px;width:100%}.selector-item[data-astro-cid-wfrjesbw] select[data-astro-cid-wfrjesbw]:focus{border-color:var(--highlight-color);outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.chat-page[data-astro-cid-wfrjesbw]{padding:15px}.chat-container[data-astro-cid-wfrjesbw]{height:500px}.chat-header[data-astro-cid-wfrjesbw] h1[data-astro-cid-wfrjesbw]{font-size:2em}.message-content[data-astro-cid-wfrjesbw]{max-width:85%}.selector-panel[data-astro-cid-wfrjesbw]{flex-direction:column;gap:15px}}
