body{background:#f4f6fb;color:#222;font-family:Segoe UI,Roboto,Arial,sans-serif;margin:0;padding:0}h1,h2,h3{color:#2c3e50;margin-bottom:12px}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#174ea6;text-decoration:underline}.footer,.header{background:linear-gradient(90deg,#2563eb,#4e9af1);box-shadow:0 2px 8px #2c3e501a;color:#fff;letter-spacing:1px;padding:20px 0;text-align:center}.header h1{font-size:2.1rem;font-weight:700;letter-spacing:1.5px;margin:0}.footer{border-top:1px solid #e0e7ef;font-size:1rem;margin-top:40px}.container{margin:0 auto;max-width:1200px;padding:24px}.filter-bar{align-items:center;background:#fff;border-radius:32px;box-shadow:0 2px 12px #2c3e5014;display:flex;gap:18px;justify-content:center;margin:32px 0 16px;padding:18px 28px}.filter-bar input[type=date],.filter-bar input[type=text]{background:#f8fafc;border:1.5px solid #dbe2ef;border-radius:24px;box-shadow:0 1px 4px #2c3e500a;font-size:1rem;outline:none;padding:10px 18px;transition:border .2s,box-shadow .2s}.filter-bar input[type=date]:focus,.filter-bar input[type=text]:focus{border:1.5px solid #2563eb;box-shadow:0 2px 8px #2c3e501a}.client-list{display:flex;flex-wrap:wrap;gap:36px;justify-content:center;margin-top:32px}.client-card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 6px 32px #2c3e5021,0 1.5px 4px #2c3e500f;display:flex;flex-direction:column;padding:32px 24px 22px;position:relative;transition:box-shadow .2s,transform .2s;width:350px}.client-card:hover{box-shadow:0 12px 40px #2c3e502e,0 2px 8px #2c3e501f;transform:translateY(-6px) scale(1.025)}.client-card img{border-radius:12px;box-shadow:0 2px 8px #2c3e501a;margin-bottom:18px;max-width:220px;object-fit:cover;width:100%}.client-card h3{color:#2c3e50;font-size:1.3rem;font-weight:700;margin:0 0 8px}.client-card p{color:#555;font-size:1.05rem;margin:4px 0}.client-actions{display:flex;gap:16px;margin-top:20px}.btn{background:linear-gradient(90deg,#4e9af1,#2563eb);border:1.5px solid #2563eb;border-radius:8px;box-shadow:0 2px 8px #2c3e501a;color:#fff;cursor:pointer;display:inline-block;font-size:1.05rem;font-weight:600;letter-spacing:.5px;margin:0 4px;padding:11px 30px;text-align:center;transition:background .2s,border .2s,box-shadow .2s,color .2s;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn:focus,.btn:hover{background:linear-gradient(90deg,#2563eb,#4e9af1);border:1.5px solid #174ea6;box-shadow:0 4px 16px #2c3e5029;color:#fff;outline:none}.btn-secondary{background:linear-gradient(90deg,#fbbf24,#f59e42);border:1.5px solid #f59e42;color:#fff}.btn-secondary:focus,.btn-secondary:hover{background:linear-gradient(90deg,#f59e42,#fbbf24);border:1.5px solid #b45309;color:#fff}.btn-cancel{background:linear-gradient(90deg,#ef4444,#b91c1c);border:1.5px solid #b91c1c;color:#fff}.btn-cancel:focus,.btn-cancel:hover{background:linear-gradient(90deg,#b91c1c,#ef4444);border:1.5px solid #7f1d1d;color:#fff}form{background:#fff;border-radius:16px;box-shadow:0 6px 32px #2c3e5021;display:flex;flex-direction:column;gap:18px;margin:36px auto;max-width:540px;padding:36px 32px 28px}form label{color:#34495e;font-weight:600;margin-bottom:4px}form input[type=datetime-local],form input[type=email],form input[type=number],form input[type=password],form input[type=text],form textarea{background:#f8fafc;border:1.5px solid #dbe2ef;border-radius:8px;font-size:1.05rem;margin-bottom:8px;padding:13px;transition:border .2s,box-shadow .2s;width:100%}form input[type=datetime-local]:focus,form input[type=email]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=text]:focus,form textarea:focus{border:1.5px solid #2563eb;box-shadow:0 2px 8px #2c3e501a;outline:none}form textarea{min-height:70px;resize:vertical}form input[type=file]{margin-bottom:14px}form input[type=checkbox]{accent-color:#2563eb;margin-left:8px}form button[type=button],form button[type=submit]{background:linear-gradient(90deg,#27ae60,#219150);border:none;border-radius:8px;box-shadow:0 1px 4px #2c3e5014;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:8px;padding:13px 0;transition:background .2s,box-shadow .2s}form button[type=button]:hover,form button[type=submit]:hover{background:linear-gradient(90deg,#219150,#27ae60);box-shadow:0 2px 8px #2c3e501f}form h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:8px;margin-top:18px}.view-client-card{background:#fff;border-radius:18px;box-shadow:0 6px 32px #2c3e5021;display:flex;flex-direction:column;gap:12px;margin:48px auto;max-width:650px;padding:36px 36px 28px}.view-client-card h2{font-size:1.5rem;font-weight:700;margin-bottom:20px}.view-client-card p{color:#444;font-size:1.12rem;margin:7px 0}.view-client-card img{border-radius:12px;box-shadow:0 2px 8px #2c3e501a;margin:14px 0 22px;max-width:340px;object-fit:cover;width:100%}@media (max-width:900px){.client-list{align-items:center;flex-direction:column}.client-card{max-width:420px;width:95vw}.view-client-card,form{max-width:97vw}.filter-bar{flex-direction:column;gap:12px;padding:14px 8px}}
/*# sourceMappingURL=main.22a94dc2.css.map*/