.integrations-page{background: #f5f5f5;padding: 40px;height: 100%;overflow-y: auto;}.integrations-header{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}.integrations-header-content h1{font-size: 32px;font-weight: 700;color: #000;margin: 0 0 8px 0;}.integrations-subtitle{font-size: 16px;color: #999;margin: 0;}.suggest-integration-btn{background: #0066cc;color: white;border: none;padding: 10px 20px;border-radius: 4px;font-size: 14px;cursor: pointer;display: flex;align-items: center;gap: 8px;}.suggest-integration-btn:hover{background: #0052a3;}.integrations-content{max-width: 1200px;}.integration-section{margin-bottom: 40px;}.section-title{font-size: 18px;color: #666;font-weight: 600;margin: 0 0 20px 0;}.integrations-grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}.integration-card{background: white;border: 1px solid #e0e0e0;border-radius: 8px;padding: 24px;transition: box-shadow 0.2s;}.integration-card:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.integration-card-header{display: flex;gap: 16px;margin-bottom: 20px;}.integration-icon-circle{width: 48px;height: 48px;border-radius: 8px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 24px;}.outlook-icon{background: #0078d4;color: white;}.google-icon{background: #4285f4;color: white;}.integration-info{flex: 1;}.integration-provider{font-size: 12px;color: #999;margin-bottom: 4px;}.integration-name{font-size: 18px;font-weight: 600;color: #000;margin-bottom: 4px;}.integration-description{font-size: 14px;color: #666;line-height: 1.4;}.integration-card-footer{display: flex;align-items: center;gap: 12px;padding-top: 16px;border-top: 1px solid #f0f0f0;}.btn-manage{background: white;border: 1px solid #d0d0d0;padding: 6px 16px;border-radius: 4px;font-size: 14px;color: #333;cursor: pointer;}.btn-manage:hover{background: #f5f5f5;}.btn-connect{background: #0066cc;color: white;border: none;padding: 6px 20px;border-radius: 4px;font-size: 14px;cursor: pointer;font-weight: 500;}.btn-connect:hover{background: #0052a3;}.btn-remove{color: #d32f2f;font-size: 14px;text-decoration: none;}.btn-remove:hover{text-decoration: underline;}.connected-status{display: flex;align-items: center;gap: 8px;margin-left: auto;}.connected-label{font-size: 14px;color: #666;}.toggle-switch{width: 40px;height: 24px;background: #ccc;border-radius: 12px;position: relative;cursor: pointer;}.toggle-switch.active{background: #4caf50;}.toggle-switch::after{content: '';position: absolute;width: 20px;height: 20px;background: white;border-radius: 50%;top: 2px;left: 2px;transition: transform 0.2s;}.toggle-switch.active::after{transform: translateX(16px);}.coming-soon-status{display: flex;align-items: center;gap: 8px;margin-left: auto;}.coming-soon-label{font-size: 14px;color: #999;}.coming-soon-icon{color: #ccc;font-size: 16px;}#integration-notifications{margin-bottom: 20px;}.integration-dialog-overlay{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);display: flex;align-items: center;justify-content: center;z-index: 10000;}.integration-dialog{background: white;border-radius: 8px;width: 90%;max-width: 650px;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);}.integration-dialog-header{display: flex;justify-content: space-between;align-items: center;padding: 20px 24px;border-bottom: 1px solid #e0e0e0;}.integration-dialog-header h3{margin: 0;font-size: 18px;font-weight: 600;color: #000;}.dialog-close-btn{background: none;border: none;font-size: 20px;color: #666;cursor: pointer;padding: 4px 8px;}.dialog-close-btn:hover{color: #000;}.integration-dialog-body{padding: 24px;}.dialog-info-row{display: flex;justify-content: space-between;align-items: center;padding: 12px 0;border-bottom: 1px solid #f0f0f0;}.dialog-info-row:last-of-type{border-bottom: none;}.dialog-info-row label{font-weight: 600;color: #666;font-size: 14px;}.dialog-info-row span{color: #000;font-size: 14px;}.status-badge{padding: 4px 12px;border-radius: 12px;font-size: 12px;font-weight: 500;}.status-active{background: #e8f5e9;color: #2e7d32;}.status-error{background: #ffebee;color: #c62828;}.dialog-sync-settings{margin-top: 24px;padding-top: 20px;border-top: 1px solid #e0e0e0;}.dialog-sync-settings h4{font-size: 16px;font-weight: 600;color: #000;margin: 0 0 16px 0;}.sync-setting-row{margin-bottom: 12px;}.sync-setting-row label{display: flex;align-items: center;font-size: 14px;color: #333;cursor: pointer;}.sync-setting-row input[type="checkbox"]{margin-right: 8px;}.dialog-note{background: #f5f5f5;padding: 12px;border-radius: 4px;font-size: 13px;color: #666;margin-top: 16px;display: flex;gap: 8px;}.dialog-note i{color: #2196f3;flex-shrink: 0;}.integration-dialog-footer{display: flex;gap: 12px;padding: 16px 24px;border-top: 1px solid #e0e0e0;justify-content: flex-end;}.btn-dialog-primary{background: #0066cc;color: white;border: none;padding: 8px 20px;border-radius: 4px;font-size: 14px;cursor: pointer;font-weight: 500;}.btn-dialog-primary:hover{background: #0052a3;}.btn-dialog-secondary{background: white;color: #333;border: 1px solid #d0d0d0;padding: 8px 16px;border-radius: 4px;font-size: 14px;cursor: pointer;display: flex;align-items: center;gap: 6px;}.btn-dialog-secondary:hover{background: #f5f5f5;}.btn-dialog-danger{background: white;color: #d32f2f;border: 1px solid #d32f2f;padding: 8px 16px;border-radius: 4px;font-size: 14px;cursor: pointer;display: flex;align-items: center;gap: 6px;}.btn-dialog-danger:hover{background: #ffebee;}.btn{padding: 6px 12px;border-radius: 4px;font-size: 13px;cursor: pointer;border: 1px solid;transition: all 0.2s ease;}.btn-primary{background: #0066cc;color: white;border-color: #0066cc;}.btn-primary:hover{background: #0052a3;border-color: #0052a3;}.btn-default{background: white;color: #333;border-color: #d0d0d0;}.btn-default:hover{background: #f5f5f5;border-color: #999;}.btn-success{background: #28a745;color: white;border-color: #28a745;}.btn-success:hover{background: #218838;border-color: #1e7e34;}@media (max-width: 768px) {.integrations-grid { grid-template-columns: 1fr;} .integrations-header{flex-direction: column;gap: 20px;} .integration-dialog{width: 95%;margin: 20px;} .integration-dialog-footer{flex-direction: column;} .integration-dialog-footer button{width: 100%;}}