@import"https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap";*{box-sizing:border-box}.navbar{position:sticky;top:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;margin:0;background:#96198de6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:0 0 16px 16px;box-shadow:0 4px 15px #00000040;overflow-x:hidden}.navbar-logo{font-size:1.8rem;font-weight:700;color:gold;text-decoration:none;transition:color .3s ease}.logo{font-family:Cinzel Decorative,serif;font-size:2rem;font-weight:700;color:gold;text-shadow:0 0 6px rgba(255,215,0,.6),0 0 12px rgba(255,215,0,.5);letter-spacing:2px;cursor:pointer;transition:all .3s ease-in-out}.logo:hover{color:#fff3a3;text-shadow:0 0 10px rgba(255,215,0,.9),0 0 20px rgba(255,215,0,.7);transform:scale(1.05)}.navbar-logo:hover{color:#fff3a3}.nav-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.nav-links a{font-size:1rem;font-weight:600;color:#ffe27a;text-decoration:none;padding:.4rem .8rem;border-radius:8px;transition:all .3s ease;white-space:nowrap}.nav-links a:hover{background:#e3b51b26;color:gold}.nav-user{font-size:1rem;font-weight:600;color:#ffd966;margin-right:1rem}.logout-btn{background:transparent;border:2px solid #ffd700;color:gold;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-weight:600}.logout-btn:hover{background:gold;color:#96198d;transform:scale(1.05)}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;padding:.8rem 1rem}.nav-links{width:100%;justify-content:flex-start;gap:1rem}.nav-user{margin:.5rem 0}}.register-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background:linear-gradient(135deg,#f3e8ff,#e0d4f7);font-family:Poppins,sans-serif}.register-form{background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 6px 20px #00000026;width:100%;max-width:400px;text-align:center}.register-form h2{margin-bottom:1.5rem;color:#96198d}.register-form input[type=text],.register-form input[type=password]{width:100%;padding:.75rem;margin:.75rem 0;border:1px solid #ddd;border-radius:8px;outline:none;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.register-form input:focus{border-color:#96198d;box-shadow:0 0 5px #96198d66}.checkbox-group{text-align:left;margin:1rem 0;font-size:.9rem;color:#444}.register-form button{width:100%;padding:.9rem;background:#96198d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.register-form button:hover{background:#7a1570;transform:translateY(-2px)}.error{color:red;font-size:.9rem;margin-bottom:1rem}.alert-error{background:#fdecea;color:#b71c1c;padding:12px 15px;margin-bottom:1rem;border-left:5px solid #f44336;border-radius:8px;font-size:.95rem;text-align:left;animation:fadeIn .4s ease-in-out}.alert-success{background:#e8f5e9;color:#2e7d32;padding:12px 15px;margin-bottom:1rem;border-left:5px solid #4caf50;border-radius:8px;font-size:.95rem;text-align:left;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-form{max-width:400px;margin:5rem auto;padding:2.5rem;border-radius:15px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 25px #0003;text-align:center}.login-form h2{margin-bottom:1.5rem;font-size:1.8rem;color:#222;letter-spacing:1px}.login-form input{width:100%;padding:12px;margin-bottom:1rem;border-radius:10px;border:1px solid #ddd;font-size:1rem;background:#ffffffe6;color:#333;outline:none;transition:all .3s ease}.login-form input:focus{border-color:#ff9800;box-shadow:0 0 8px #ff980099}.login-form button{width:100%;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.3s}.login-form button:hover{background:linear-gradient(135deg,#ff5722,#ff9800);transform:translateY(-2px)}.error{color:#e53935;font-size:.9rem;margin-top:-8px;margin-bottom:1rem}.login-message{margin-top:1rem;font-size:.95rem;color:#444}.login-message a{color:#ff5722;font-weight:700;text-decoration:none;margin-left:5px;transition:color .3s ease}.login-message a:hover{color:#ff9800;text-decoration:underline}.services-container{padding:2rem;font-family:Poppins,sans-serif;background:#f9fafb;min-height:100vh}.services-container h2{font-size:1.75rem;font-weight:700;color:#96198d;margin-bottom:2rem;text-align:center;border-bottom:3px solid rgba(227,181,27,.6);display:inline-block;padding-bottom:.5rem}.service-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem;padding:0;list-style:none}.service-card{background:#fffffff2;border-radius:14px;padding:1.5rem 1.8rem;box-shadow:0 4px 15px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.service-card h3{font-size:1.3rem;font-weight:600;color:#96198d;margin-bottom:.6rem}.service-card p{color:#555;margin:.25rem 0;line-height:1.4}.service-card p.price{font-weight:700;color:#e3b51b;margin-top:.7rem;font-size:1.05rem}.add-service-form{background:#fffffff2;padding:1.8rem 2rem;border-radius:12px;box-shadow:0 6px 18px #00000026;margin-bottom:2rem;max-width:500px;width:100%;display:flex;flex-direction:column;gap:1rem}.add-service-form h3{font-size:1.5rem;font-weight:700;color:#96198d;text-align:center;margin-bottom:1rem;border-bottom:3px solid rgba(227,181,27,.6);padding-bottom:.4rem;display:inline-block}.add-service-form input,.add-service-form textarea{padding:.6rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;transition:all .3s ease;width:100%;font-family:Poppins,sans-serif}.add-service-form input:focus,.add-service-form textarea:focus{outline:none;border-color:#96198d;box-shadow:0 0 8px #96198d4d}.add-service-form textarea{resize:vertical;min-height:100px}.add-service-form .error{color:#e53e3e;font-size:.85rem}.add-service-form .btn{background:#96198d;color:#fff;padding:.7rem 1.2rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;align-self:center}.add-service-form .btn:hover{background:#7d1476;transform:scale(1.05)}.book-btn{margin-top:1rem;align-self:center;background:#96198d;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s ease,transform .2s ease}.book-btn:hover{background:#7d1476;transform:scale(1.05)}.stylist-list{padding:2rem;font-family:Poppins,sans-serif;background:#f9fafb;min-height:100vh}.stylist-list h2{font-size:2rem;font-weight:700;color:#96198d;margin-bottom:2rem;text-align:center;border-bottom:3px solid rgba(227,181,27,.6);display:inline-block;padding-bottom:.5rem}.stylist-form{background:#ffffffe6;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000026;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.stylist-form input[type=text]{padding:.7rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem;transition:border .2s ease}.stylist-form input[type=text]:focus{outline:none;border-color:#96198d}.stylist-form .service-options{display:flex;flex-wrap:wrap;gap:1rem}.stylist-form label{font-size:.95rem;color:#333}.stylist-form button{background:#96198d;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s ease,transform .2s ease}.stylist-form button:hover{background:#7d1476;transform:scale(1.05)}.stylist-cards{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.stylist-card{background:#fffffff2;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease}.stylist-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000040}.stylist-card strong{font-size:1.2rem;color:#333}.stylist-card em{color:#555;font-size:.9rem}.stylist-card .service-row{display:flex;justify-content:space-between;align-items:center}.stylist-card button{margin-top:.8rem;margin-right:.5rem;background:#96198d;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s ease,transform .2s ease}.stylist-card button:hover{background:#7d1476;transform:scale(1.05)}.stylist-card button:last-child{background:#ef4444}.stylist-card button:last-child:hover{background:#dc2626}.booking-container{padding:2rem;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#fdf7ff,#f9fafb);min-height:100vh;display:flex;justify-content:center;align-items:center}.booking-form-wrapper{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:100%;box-shadow:0 6px 18px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.booking-form-wrapper:hover{transform:translateY(-6px);box-shadow:0 10px 28px #0000002e}.booking-form-wrapper h2{font-size:1.8rem;font-weight:700;color:#96198d;margin-bottom:1.8rem;text-align:center;border-bottom:3px solid rgba(227,181,27,.75);display:inline-block;padding-bottom:.4rem}.booking-form{display:flex;flex-direction:column;gap:1.25rem}.booking-form label{font-weight:600;color:#444;margin-bottom:.4rem;display:block;font-size:.95rem}.booking-form input[type=text],.booking-form select,.booking-form input[type=datetime-local]{padding:.75rem;border-radius:8px;border:1px solid #d0d0d0;font-size:.95rem;width:100%;transition:all .2s ease;background:#fafafa}.booking-form input[type=text]:read-only{background:#f4f4f4;color:#666}.booking-form input:focus,.booking-form select:focus{outline:none;border-color:#96198d;box-shadow:0 0 0 3px #96198d33;background:#fff}.error{font-size:.85rem;color:#e63946;margin-top:-.6rem;margin-bottom:.6rem}.book-btn{margin-top:.8rem;background:linear-gradient(135deg,#96198d,#7d1476);color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1.05rem;font-weight:600;align-self:center;transition:background .3s ease,transform .2s ease}.book-btn:hover{background:linear-gradient(135deg,#7d1476,#5e0f58);transform:translateY(-2px) scale(1.04)}.book-btn:disabled{background:#ccc;cursor:not-allowed}.swal2-popup{font-family:Poppins,sans-serif;border-radius:15px!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 25px #00000026;padding:2rem!important}.swal2-title{color:#96198d!important;font-size:1.6rem!important;font-weight:700!important}.swal2-html-container{color:#444!important;font-size:1rem;margin-top:.5rem}.swal2-confirm{background:linear-gradient(135deg,#ff9800,#ff5722)!important;border-radius:8px!important;padding:10px 22px!important;font-size:1rem!important;font-weight:600!important;color:#fff!important;transition:all .3s ease}.swal2-confirm:hover{background:linear-gradient(135deg,#ff5722,#ff9800)!important;transform:translateY(-2px)}.swal2-cancel{background:#f1f1f1!important;border-radius:8px!important;padding:10px 22px!important;font-size:1rem!important;font-weight:600!important;color:#333!important;transition:all .3s ease}.swal2-cancel:hover{background:#ddd!important}.booking-list-container{padding:2rem;font-family:Poppins,sans-serif;background:#f9fafb;min-height:100vh}.booking-list-container h2{font-size:1.75rem;font-weight:700;color:#96198d;margin-bottom:1.5rem;text-align:center;border-bottom:3px solid rgba(227,181,27,.6);display:inline-block;padding-bottom:.4rem}.no-bookings{text-align:center;color:#555;font-size:1rem;margin-top:2rem}.booking-list{list-style:none;padding:0;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.booking-card{background:#fffffff2;border-radius:12px;padding:1.2rem 1.5rem;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease}.booking-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000040}.booking-card strong{color:#96198d;font-weight:600}.booking-card p{margin:.3rem 0;color:#333}.booking-date{margin-top:.5rem;font-weight:600;color:#e3b51b}.servicelist-container{max-width:900px;margin:2rem auto;padding:2rem;background:#ffffff14;border-radius:12px;box-shadow:0 4px 20px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:Poppins,sans-serif;color:#f9fafb}.servicelist-container h2{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;color:#ffd447}.service-form{display:grid;gap:1rem;margin-bottom:2rem}.service-form input{padding:.7rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;background:#ffffffe6;color:#111}.service-form button{background:#96198d;color:#fff;border:none;padding:.7rem 1.2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.service-form button:hover{background:#7a126e;transform:scale(1.05)}.service-list{list-style:none;padding:0;display:grid;gap:1rem}.service-card{background:#ffffff1f;border-radius:10px;padding:1rem 1.5rem;box-shadow:0 2px 12px #0003;display:flex;justify-content:space-between;align-items:center}.service-info{flex:1}.service-info strong{font-size:1.2rem;color:#0c1029}.service-info p{margin:.2rem 0;font-size:1rem;color:#04010c}.service-actions button{margin-left:.5rem;background:#ffd447;border:none;color:#111;padding:.5rem .8rem;border-radius:6px;cursor:pointer;transition:transform .2s ease;font-weight:500}.service-actions button:hover{transform:scale(1.05)}.service-actions .delete{background:#ef4444;color:#fff}.service-actions .delete:hover{background:#dc2626}.service-edit{display:flex;flex-direction:column;gap:.5rem;flex:1}.service-edit input{padding:.6rem 1rem;border-radius:6px;border:1px solid #ccc;background:#fffffff2;color:#111}
