*{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}.app{display:flex;min-height:100vh}.sidebar{width:145px;background-color:#d5d5d5;padding:20px 0;display:flex;flex-direction:column;border-right:1px solid #ccc;position:fixed;height:100vh;overflow-y:auto}.sidebar-logo{padding:0 20px 30px;text-align:center}.sidebar-logo img{max-width:100%;height:auto}.sidebar-nav{display:flex;flex-direction:column;gap:5px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:12px 20px;color:#333;text-decoration:none;font-size:13px;transition:background-color .2s;cursor:pointer;border-left:3px solid transparent}.sidebar-nav-item:hover{background-color:#c5c5c5}.sidebar-nav-item.active{background-color:#b8b8b8;border-left-color:#1a5490}.sidebar-nav-item svg{width:16px;height:16px}.year-selector{margin:20px 20px 10px;padding-bottom:15px;border-bottom:1px solid #b8b8b8}.year-selector-label{display:flex;align-items:center;gap:6px;font-size:11px;color:#4a5568;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.year-selector-dropdown{width:100%;padding:8px 10px;font-size:13px;background-color:#fff;border:1px solid #b8b8b8;border-radius:4px;cursor:pointer;color:#333;font-weight:500}.year-selector-dropdown:hover{border-color:#1a5490}.year-selector-dropdown:focus{outline:none;border-color:#1a5490;box-shadow:0 0 0 2px #1a54901a}.ask-bot-button{position:sticky;bottom:20px;margin-top:auto;margin-left:20px;margin-right:20px;padding:10px;background-color:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;gap:5px}.ask-bot-button:hover{background-color:#555}.main-content{flex:1;display:flex;flex-direction:column;margin-left:145px}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:15px 30px;display:flex;justify-content:space-between;align-items:center}.header-title{font-size:20px;font-weight:600;color:#4a5568}.user-info{display:flex;align-items:center;gap:10px}.user-avatar{width:36px;height:36px;border-radius:50%;background-color:#f0b429;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.user-details{display:flex;flex-direction:column}.user-name{font-size:13px;font-weight:600;color:#2d3748}.user-email{font-size:11px;color:#718096}.dashboard-content{padding:30px;overflow-y:auto}.metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}.metric-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.metric-label{font-size:12px;color:#718096;margin-bottom:8px}.metric-value{font-size:28px;font-weight:700;color:#2d3748;margin-bottom:4px}.metric-change{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:3px}.metric-change.positive{color:#48bb78}.metric-change.negative{color:#f56565}.metric-sublabel{font-size:11px;color:#a0aec0;margin-top:4px}.section-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{font-size:16px;font-weight:600;color:#2d3748}.section-actions{display:flex;gap:10px}.action-button{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;cursor:pointer;font-size:12px;color:#4a5568;display:flex;align-items:center;gap:5px;transition:all .2s}.action-button:hover{background:#f7fafc;border-color:#cbd5e0}.search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;margin-bottom:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px center}.search-input:focus{outline:none;border-color:#4299e1}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead{background-color:#f7fafc}.data-table th{padding:12px;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0;font-size:12px}.data-table td{padding:14px 12px;border-bottom:1px solid #e2e8f0;color:#2d3748}.data-table tbody tr:hover{background-color:#f7fafc}.badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;display:inline-block}.badge-melanie{background-color:#fed7d7;color:#c53030}.badge-ross{background-color:#bee3f8;color:#2c5282}.table-results-info{text-align:center;padding:15px;color:#718096;font-size:12px;border-top:1px solid #e2e8f0}.charts-row{display:grid;grid-template-columns:1fr 2fr;gap:20px;margin-bottom:20px}.statistics-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.stat-header{margin-bottom:15px}.stat-title{font-size:13px;color:#718096;margin-bottom:5px}.stat-value{font-size:32px;font-weight:700;color:#2d3748}.manager-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.alert{padding:12px 20px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:13px}.alert-warning{background-color:#fef5e7;border:1px solid #f9e79f;color:#7d6608}.alert-icon{width:18px;height:18px}@media (max-width: 1200px){.metrics-row{grid-template-columns:repeat(2,1fr)}.charts-row,.statistics-row,.manager-stats-row{grid-template-columns:1fr}}@media (max-width: 768px){.metrics-row{grid-template-columns:1fr}.sidebar{width:60px}.sidebar-nav-item span{display:none}.sidebar-logo{padding:0 10px 20px}}.chatbot-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.chatbot-modal{background-color:#fff;border-radius:12px;width:90%;max-width:600px;height:80vh;max-height:700px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e2e8f0}.chatbot-title{font-size:18px;font-weight:600;color:#1e3a8a}.chatbot-header-actions{display:flex;gap:8px}.chatbot-icon-button{background:none;border:none;color:#718096;cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.chatbot-icon-button:hover{background-color:#f7fafc;color:#1e3a8a}.chatbot-settings{padding:20px;border-bottom:1px solid #e2e8f0;background-color:#f7fafc}.chatbot-settings-title{font-size:14px;font-weight:600;color:#1e3a8a;margin-bottom:8px}.chatbot-settings-description{font-size:12px;color:#718096;margin-bottom:12px}.chatbot-prompt-input{width:100%;padding:12px;border:1px solid #cbd5e0;border-radius:6px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen;resize:vertical;margin-bottom:12px}.chatbot-prompt-input:focus{outline:none;border-color:#1e3a8a}.chatbot-update-prompt-button{background-color:#1e3a8a;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.chatbot-update-prompt-button:hover{background-color:#2c5aa0}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.chatbot-welcome{text-align:center;color:#718096;padding:40px 20px}.chatbot-welcome p{margin-bottom:10px;font-size:14px}.chatbot-message{display:flex;flex-direction:column;max-width:80%}.chatbot-message-user{align-self:flex-end}.chatbot-message-assistant{align-self:flex-start}.chatbot-message-content{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.chatbot-message-user .chatbot-message-content{background-color:#1e3a8a;color:#fff}.chatbot-message-assistant .chatbot-message-content{background-color:#f7fafc;color:#2d3748;border:1px solid #e2e8f0}.chatbot-loading{display:flex;gap:6px;padding:16px}.chatbot-loading span{width:8px;height:8px;background-color:#cbd5e0;border-radius:50%;animation:chatbot-bounce 1.4s infinite ease-in-out both}.chatbot-loading span:nth-child(1){animation-delay:-.32s}.chatbot-loading span:nth-child(2){animation-delay:-.16s}@keyframes chatbot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-input-container{padding:20px;border-top:1px solid #e2e8f0;display:flex;gap:12px;align-items:flex-end}.chatbot-input{flex:1;padding:12px;border:1px solid #cbd5e0;border-radius:8px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen;resize:none;max-height:120px;min-height:44px}.chatbot-input:focus{outline:none;border-color:#1e3a8a}.chatbot-input:disabled{background-color:#f7fafc;cursor:not-allowed}.chatbot-send-button{background-color:#1e3a8a;color:#fff;border:none;padding:12px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;height:44px}.chatbot-send-button:hover:not(:disabled){background-color:#2c5aa0}.chatbot-send-button:disabled{background-color:#cbd5e0;cursor:not-allowed}
