.recruitcrm-mpc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:1200px;margin:0 auto;padding:20px}.recruitcrm-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem;line-height:1.2}.recruitcrm-description{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.recruitcrm-error,.recruitcrm-loading{text-align:center;padding:60px 20px;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:0 auto 20px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.recruitcrm-error{color:#e74c3c}.candidates-grid{display:grid;gap:2rem;grid-template-columns:repeat(var(--cards-per-row,3),1fr)}.candidate-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.candidate-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 25px rgba(0,0,0,.15);box-shadow:0 8px 25px rgba(0,0,0,.15)}.card-header{padding:1.5rem;//:linear-gradient(135deg,#ff4c00,#1f1f1f 50%);background:#ff4c00;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:1rem}.candidate-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid hsla(0,0%,100%,.3);-ms-flex-negative:0;flex-shrink:0}.candidate-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.candidate-info{-ms-flex:1 1;flex:1 1}.card-title{font-size:1.4rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.candidate-id{font-size:.9rem;opacity:.8;margin-bottom:.5rem}.candidate-position{font-size:1rem;font-weight:500;opacity:.9}.card-body{padding:1.5rem}.card-field{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.card-field:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.card-field strong{color:#333;font-weight:600;display:block;margin-bottom:.5rem}.card-field:not(:has(strong)){color:#666;line-height:1.5}.summary-text{color:#666;line-height:1.6;font-size:.95rem;margin-top:.5rem}.card-footer{padding:1.5rem;background:#f8f9fa;border-top:1px solid #e0e0e0}.contact-info{margin-bottom:.75rem;font-size:.9rem}.contact-info:last-child{margin-bottom:0}.contact-info strong{color:#333;font-weight:600;margin-right:.5rem}.contact-info a{color:#667eea;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.no-candidates{grid-column:1/-1;text-align:center;padding:60px 20px;color:#666;font-size:1.1rem}@media (max-width:1024px){.candidates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.recruitcrm-mpc{padding:15px}.recruitcrm-title{font-size:2rem}.recruitcrm-description{font-size:1rem;margin-bottom:2rem}.candidates-grid{grid-template-columns:1fr;gap:1.5rem}.card-body,.card-footer,.card-header{padding:1.25rem}.candidate-avatar{width:50px;height:50px}.card-title{font-size:1.25rem}}@media (max-width:480px){.recruitcrm-mpc{padding:10px}.recruitcrm-title{font-size:1.75rem}.card-header{-ms-flex-direction:column;flex-direction:column;text-align:center;gap:.75rem}.candidate-avatar{width:60px;height:60px}}.candidate-card{-webkit-animation:fadeInUp .6s ease-out;animation:fadeInUp .6s ease-out}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.candidate-card:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.candidate-card:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.candidate-card:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.candidate-card:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.candidate-card:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.candidate-card:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}