.chat-container{display:flex;flex-direction:row;height:100vh;max-width:100%;margin:0;background-color:#fff}.chat-main{display:flex;flex-direction:column;flex:0 0 40%;min-width:0;border-right:1px solid #e5e7eb}.overview-panel{flex:0 0 60%;background-color:#f9fafb;overflow-y:auto;padding:2rem 1.5rem}.overview-panel h2{margin-top:0;font-size:1.3rem;color:#374151;margin-bottom:1rem}.overview-table{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.overview-table h3{margin-top:0;font-size:1.1rem;color:#1f2937;margin-bottom:.75rem}.overview-table table{width:100%;border-collapse:collapse;font-size:.9rem}.overview-table th,.overview-table td{padding:.5rem;text-align:left;border-bottom:1px solid #e5e7eb}.overview-table th{font-weight:600;color:#6b7280;font-size:.85rem;text-transform:uppercase}.overview-table tr:last-child td{border-bottom:none}.status-complete{color:#059669;font-weight:600}.status-incomplete{color:#dc2626;font-weight:600}.status-partial{color:#d97706;font-weight:600}.chat-header{background:linear-gradient(135deg,#667eea,#1b4199);color:#fff;padding:1.5rem;text-align:center;box-shadow:0 2px 4px #0000001a}.chat-header h1{margin:0;font-size:1.8rem;font-weight:600}.chat-header p{margin:.3rem 0 0;opacity:.9;font-size:.9rem}.chat-messages{flex:1;overflow-y:auto;padding:2rem 1.5rem;background-color:#f9fafb}.message{margin-bottom:1.5rem;display:flex;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{max-width:75%;padding:1rem 1.25rem;border-radius:12px;line-height:1.5}.message.user .message-content{background-color:#667eea;color:#fff;border-bottom-right-radius:4px}.message.assistant .message-content{background-color:#fff;color:#333;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.message-content h1,.message-content h2,.message-content h3{margin-top:.5rem;margin-bottom:.5rem}.message-content ul,.message-content ol{margin-left:1.5rem;margin-bottom:.5rem}.message-content li{margin-bottom:.25rem}.message-content p{margin-bottom:.75rem}.message-content p:last-child{margin-bottom:0}.message-content table{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:.9rem}.message-content th,.message-content td{border:1px solid #ddd;padding:.5rem;text-align:left}.message-content th{background-color:#f3f4f6;font-weight:600;text-align:center}.message-content td.score-low,.message-content td.score-medium,.message-content td.score-high{text-align:center;font-weight:700;font-size:1.1em}.message-content td.score-low{background-color:#fecaca;color:#991b1b}.message-content td.score-medium{background-color:#fef08a;color:#854d0e}.message-content td.score-high{background-color:#bbf7d0;color:#166534}.message-content code{background-color:#f3f4f6;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.message-content blockquote{background-color:#eff6ff;border-left:4px solid #3b82f6;margin:1rem 0;padding:.75rem 1rem;border-radius:4px;color:#1e40af;font-style:italic}.typing{display:flex;gap:.3rem;align-items:center;padding:1rem 1.25rem!important}.typing span{width:8px;height:8px;background-color:#667eea;border-radius:50%;animation:typing 1.4s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:40px 0}}.error-banner{background-color:#fee;color:#c33;padding:1rem;text-align:center;border-top:2px solid #fcc}.chat-input{display:flex;flex-direction:row;padding:1.5rem;background-color:#fff;border-top:1px solid #e5e7eb;gap:1rem;align-items:stretch;width:100%;box-sizing:border-box}.chat-input input,.chat-input textarea{flex-grow:1;flex-shrink:1;flex-basis:0;min-width:200px;width:auto;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s;box-sizing:border-box}.chat-input input:focus,.chat-input textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-input input:disabled,.chat-input textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.chat-input button{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;max-width:120px;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap;box-sizing:border-box}.chat-input button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.chat-input button:active:not(:disabled){transform:translateY(0)}.chat-input button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.chat-container{flex-direction:column}.chat-main{border-right:none;border-bottom:1px solid #e5e7eb}.overview-panel{max-height:300px}.message-content{max-width:85%}.chat-input{padding:1rem}.chat-input button{padding:.75rem 1rem}}.super-admin-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{max-width:400px;margin:10vh auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0003}.login-box h1{margin-bottom:1.5rem;text-align:center;color:#333}.admin-header{background:#fff;padding:1.5rem 2rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;position:relative}.admin-header h1{margin:0;color:#333;font-size:1.8rem;flex:1;text-align:center}.admin-header button{background:#ef4444;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600}.admin-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;color:#333}.section-header button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .2s}.section-header button:hover{transform:translateY(-2px)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem}button[type=submit]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}button[type=submit]:hover:not(:disabled){transform:translateY(-2px)}button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.new-project-form{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:2px solid #e5e7eb}.new-project-form h3{margin-top:0;margin-bottom:1rem;color:#333}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.projects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-card{background:#f9fafb;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.project-card h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.project-card .client{color:#666;margin-bottom:.5rem;font-size:.9rem}.project-info{margin-bottom:.75rem;padding:.5rem;background:#fff;border-radius:4px;font-size:.85rem}.project-info p{margin:.25rem 0;color:#555}.project-stats{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem;font-size:.85rem;color:#666}.project-actions{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.project-actions a{display:inline-block;background:#667eea;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;transition:transform .2s}.project-actions a:hover{transform:translateY(-2px)}.project-actions .edit-btn{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s}.project-actions .edit-btn:hover{transform:translateY(-2px);background:#059669}.project-actions .delete-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s}.project-actions .delete-btn:hover{transform:translateY(-2px);background:#dc2626}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 10px 40px #0000004d}.modal-content h3{margin-top:0;margin-bottom:1.5rem;color:#333}.home{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.home-content{text-align:center;color:#fff;padding:2rem;max-width:600px}.home-content h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:700}.home-content .subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.home-content .description{font-size:1.1rem;line-height:1.6;margin-bottom:3rem;opacity:.95}.home-content .footer{font-size:.9rem;opacity:.8}.home-content .footer a{color:#fff;text-decoration:underline}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
