.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.employee-card{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:20px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.employee-card:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(67,35,47,.12)}.employee-head,.service-card-top{display:flex;justify-content:space-between;align-items:flex-start}.employee-avatar{width:48px;height:48px;border-radius:15px;color:white;display:grid;place-items:center;font-weight:700;font-size:14px}.employee-card h3{margin:14px 0 4px;font-size:15px}.employee-card p,.employee-card a{font-size:11px;color:var(--muted);text-decoration:none}.employee-status{border-top:1px solid var(--line);margin-top:16px;padding-top:12px;font-size:10px;color:#4d9b78}.employee-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#57a47d;margin-right:4px}.card-delete,.table-delete{border:0;background:#f9edf1;color:#bd5079;border-radius:8px;width:27px;height:27px;font-size:17px;cursor:pointer;line-height:1}.table-delete{border-radius:7px}.service-card-top h3{padding-right:8px}.service-chip{font-size:9px;font-weight:700;color:#bc5279;background:#fbecf1;border-radius:4px;padding:2px 4px}.event-delete{display:block;border:0;background:transparent;color:#b65077;margin:7px 0 0;padding:0;font:600 9px 'DM Sans';cursor:pointer}.automation-heading{margin-top:38px}.automation-heading h2{font:700 22px 'Playfair Display';margin:5px 0}.automation-heading p{font-size:12px;color:var(--muted);margin:0}.automation-list{display:grid;gap:10px;margin-top:18px}.automation-card{display:flex;align-items:center;gap:13px;background:var(--panel);border:1px solid var(--line);border-radius:11px;padding:14px 16px;box-shadow:var(--shadow)}.automation-icon{background:#fbebf1;color:#c55d85;width:34px;height:34px;border-radius:9px;display:grid;place-items:center}.automation-card h3{font-size:12px;margin:0}.automation-card p{font-size:10px;color:var(--muted);margin:3px 0}.automation-card span{font-size:9px;color:#b64e76;font-weight:700}.switch{margin-left:auto;position:relative;width:40px;height:23px;flex:none}.switch input{opacity:0;width:0;height:0}.switch i{position:absolute;inset:0;background:#d9d0d3;border-radius:20px;cursor:pointer;transition:.2s}.switch i:before{content:'';position:absolute;width:17px;height:17px;background:#fff;border-radius:50%;left:3px;top:3px;transition:.2s;box-shadow:0 1px 3px #999}.switch input:checked+i{background:#ca638a}.switch input:checked+i:before{transform:translateX(17px)}.danger{background:#af465f!important}.delete-question{background:#fff3f5;border:1px solid #f1d8df;border-radius:10px;padding:15px;color:#66404a}.delete-question b{color:#b2415e}.delete-question p{font-size:12px;line-height:1.5;margin:5px 0 0}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.team-grid{grid-template-columns:1fr}.automation-card{align-items:flex-start}.automation-card .switch{margin-top:5px}}
