@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1f2937,#111827);color:#fff}#__next,body,html{height:100%}.chat-container{display:flex;flex-direction:column;height:100vh;background:linear-gradient(135deg,#1f2937,#111827)}.chat-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(75,85,99,.5);background:rgba(17,24,39,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;position:relative}.chat-title{font-size:2rem;font-weight:700;background:linear-gradient(45deg,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.chat-subtitle{font-size:.875rem;color:#9ca3af}.chat-main{flex:1 1;overflow-y:auto;padding:1.5rem 1rem}.chat-messages{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.message{display:flex;align-items:flex-start;gap:.75rem}.message.user{flex-direction:row-reverse}.message-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.message-avatar.ai{background:linear-gradient(45deg,#3b82f6,#8b5cf6)}.message-avatar.user{background:linear-gradient(45deg,#10b981,#3b82f6)}.message-content{max-width:48rem;padding:.75rem 1rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.message-content.ai{background:#374151;border:1px solid #4b5563}.message-content.user{background:linear-gradient(45deg,#2563eb,#1d4ed8)}.message-text{font-size:.875rem;line-height:1.5;color:#fff}.chat-footer{padding:1rem 1.5rem;border-top:1px solid rgba(75,85,99,.5);background:rgba(17,24,39,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-input-container{max-width:64rem;margin:0 auto}.chat-input-wrapper{display:flex;align-items:flex-end;gap:.75rem;padding:1rem;background:#374151;border:1px solid #4b5563;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.chat-input{flex:1 1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;line-height:1.5;resize:none;min-height:1.5rem;max-height:8rem}.chat-input::placeholder{color:#9ca3af}.chat-send-button{width:2.5rem;height:2.5rem;border-radius:.75rem;background:#2563eb;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.chat-send-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.chat-send-button:disabled{background:#4b5563;cursor:not-allowed;transform:none}.loading-dots{display:flex;gap:.25rem}.loading-dot{width:.25rem;height:.25rem;background:#fff;border-radius:50%;animation:pulse 1.4s infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.4}40%{opacity:1}}.github-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#9ca3af;transition:all .3s}.github-icon:hover{color:#fff;transform:translateY(-50%) scale(1.1)}.github-icon-size,.send-icon-size{width:20px;height:20px}.message-icon-size{width:16px;height:16px}.code-icon-size{width:12px;height:12px}.copied-text{color:#10b981}.header-content{text-align:center}.thinking-text{color:#9ca3af;font-size:.875rem}.error-details{margin-top:.25rem}.error-message{margin-bottom:1rem;padding:1rem;border-radius:1rem;background:rgba(153,27,27,.3);border:1px solid rgba(239,68,68,.5);color:#fca5a5;text-align:center;font-size:.875rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.error-title{font-weight:600;color:#f87171}.code-block{background:#111827;border-radius:.75rem;margin:1rem 0;border:1px solid #374151;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#1f2937;border-bottom:1px solid #374151}.code-title{color:#d1d5db;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.code-copy-button{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#9ca3af;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s}.code-copy-button:hover{color:#fff;background:rgba(75,85,99,.5)}.code-content{padding:1rem;font-size:.875rem;line-height:1.5;color:#d1d5db;font-family:Monaco,Menlo,Ubuntu Mono,monospace;overflow-x:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#374151}::-webkit-scrollbar-thumb{background:#6b7280;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}