.keepers-section{max-width:1200px;margin:0 auto;padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2,.section-header h3{margin:0}.helper-text{color:#666;font-size:.9rem;margin-top:.5rem}.add-keeper-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.add-keeper-card h3{margin-top:0;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#3498db}.keepers-list-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.keeper-count{background:#e8f4f8;color:#3498db;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:1rem}.keeper-count.limit-reached{background:#ffe8e8;color:#e74c3c}.keepers-list{display:grid;gap:1rem;margin-top:1.5rem}.keeper-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.keeper-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.keeper-info{flex:1}.keeper-name{margin:0 0 .5rem;color:#2c3e50;font-size:1.1rem}.keeper-phone{margin:0;color:#7f8c8d;font-size:.95rem}.no-results{text-align:center;color:#7f8c8d;padding:2rem;font-style:italic}.error-message{background:#ffe8e8;color:#e74c3c;padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #e74c3c}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal.hidden{display:none}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;box-shadow:0 4px 20px #0003}.modal-content h3{margin-top:0;margin-bottom:1rem}.modal-content p{margin-bottom:1.5rem;color:#666}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}@media (max-width: 768px){.keepers-section{padding:1rem}.add-keeper-card,.keepers-list-container{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.keeper-item{flex-direction:column;align-items:flex-start;gap:1rem}.keeper-item button{width:100%}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}
