*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:20px}.app-header{color:#fff;margin-bottom:30px;text-align:center}.app-header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px #0000004d}.app-header p{font-size:1.1rem;opacity:.9}.chat-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.messages{flex:1 1;max-height:600px;overflow-y:auto;padding:20px}.welcome{color:#666;margin-bottom:20px;text-align:center}.welcome h3{color:#333;margin-bottom:20px}.sample-queries{grid-gap:10px;display:grid;gap:10px;margin:0 auto;max-width:800px}.sample-query{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:14px;padding:15px;text-align:left;transition:all .3s ease}.sample-query:hover{background:#e9ecef;border-color:#667eea;transform:translateY(-2px)}.message{display:flex;margin-bottom:15px}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:18px;max-width:80%;padding:12px 16px;white-space:pre-wrap}.message.user .message-content{background:#667eea;border-bottom-right-radius:4px;color:#fff}.message.bot .message-content{background:#f1f3f4;border-bottom-left-radius:4px;color:#333}.message-content.loading{align-items:center;display:flex;gap:10px}.typing-indicator{display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:#667eea;border-radius:50%;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.input-container{border-top:1px solid #e9ecef;display:flex;gap:10px;padding:20px}.input-container textarea{border:2px solid #e9ecef;border-radius:25px;flex:1 1;font-size:16px;max-height:120px;min-height:50px;outline:none;padding:12px 20px;resize:none;transition:border-color .3s ease}.input-container textarea:focus{border-color:#667eea}.input-container button{background:#667eea;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;min-width:80px;padding:12px 24px;transition:all .3s ease}.input-container button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-2px)}.input-container button:disabled{background:#ccc;cursor:not-allowed;transform:none}.app-footer{color:#fff;margin-top:20px;opacity:.8;text-align:center}.app-footer a{color:#fff;text-decoration:underline}@media (max-width:768px){.app{padding:10px}.app-header h1{font-size:2rem}.sample-queries{grid-template-columns:1fr}.message-content{max-width:90%}}.dashboard{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:20px 0;padding:20px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.dashboard-header h2{color:#1e293b;font-size:1.5rem;margin:0}.toggle-dashboard{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;width:30px}.show-dashboard{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;margin:20px auto;padding:12px 24px}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard-card{background:#fff;border-left:4px solid #667eea;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.dashboard-card h3{color:#1e293b;font-size:1.1rem;margin:0 0 15px}.insight-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 0}.insight-item:last-child{border-bottom:none}.metric{color:#1e293b;font-size:1.5rem;font-weight:700;min-width:60px}.label{color:#64748b;flex:1 1;margin:0 10px}.status{border-radius:4px;font-size:.8rem;font-weight:500;padding:4px 8px}.status.good{background:#dcfce7;color:#166534}.status.warning{background:#fef3c7;color:#92400e}.status.info{background:#dbeafe;color:#1e40af}.compliance-item,.config-item,.trend-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:8px 0}.compliance-item:last-child,.config-item:last-child,.trend-item:last-child{border-bottom:none}.config-label,.trend-label{color:#64748b;font-weight:500}.config-value{background:#f1f5f9;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;padding:2px 6px}.framework{color:#1e293b;font-weight:500}.trend-value{font-weight:700;margin-right:10px}.trend-status{border-radius:4px;font-size:.8rem;padding:2px 6px}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}.insight-item{align-items:flex-start;flex-direction:column;gap:5px}.metric{min-width:auto}}
/*# sourceMappingURL=main.6115da53.css.map*/